Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #633654 by arianek, Shai: better help text for color module.
#571086 follow-up by sun: Allow specifying a 'wrapper callback' before executing a form builder function.
#367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for 'Add more' links.
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
#469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach, and alexanderpas: page.tpl.php has now been split into html.tpl.php (for <html>, <head>, and <body>) and page.tpl.php (for page content). This now provides consistency for granular theming of renderable output in all template files.
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
#497948 by roychri and Rob Loach: Fixed terribly broken Color module (with tests so we don't do it again ;)).
#505084 by Rob Loach: Added an #attached_library() FAPI property for drupal_add_library(), for consistency with #attached_css and #attached_js.
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
- Patch #550228 by Bojhan: added 'Media' category on 'Configuration and modules' page.
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
#292253 by Damien Tournoud: Remove per-user themes selection from core.
- Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> Themes section to the top level Appearance item as outlined in the D7UX IA.
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
- Patch #518750 by Damien Tournoud: rethink system settings form.
#315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability for modules to register JS/CSS libraries.
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
- Patch #463450 by wulff: fixed documentation glitch.
- Patch #463450 by wulff: fixed documentation glitch.
- Patch #413732 by brianV: database code clean-up.
#203323 by JirkaRybka, robertgarrigos, lilou, thePanz, c960657, sun: move the LANGUAGE_* constants to bootstrap.inc and remove several defined() checks on them now that they are always defined
#371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it.
- Patch #355236 by Frando: refactor drupal_render() theming.
#88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.
#287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters().
#203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix undefined index locale in install.php and clean up crufty code.
- Patch #352470 by scor: fixed typos and grammar in comments.
#103528 by gpk, hass & salvis. Provide a useful message when the color picker is disabled due to the download method.
#315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().
- Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().
#142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
- Patch #309488 by kbahey: correct capitalization of TRUE and FALSE.
#308434 follow-up by drewish: Small clean-ups to file.inc clean-ups.
#308434 by drewish, dopry, quicksketch, aaron, jhedstrom, and friends: Massive file.inc cleanup aaaaaand... tests! Yay! :D
- Patch #209160 by Lilou, Takafumi: localized URL for php.net/manual links.
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
- Patch #258064 by Senpai: code cleanup.
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
#213172 by skiquel: let color module run properly without a base image
#213172 by skiquel: let color module run properly without a base image
#208427 report by Pancho, patch by dvessel: strpos() parameters were flipped in color module, resulting in bad colors
- Patch #204221 by webernet: code style fixes.
#194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues fixed)
- Patch #201437 by keith.smith: further massaging of the help texts.
- Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces).
#103528 by Heine and gpk: note why the color settings are not available if private file handling is used
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
#193604 by hass and dvessel: fix color module to be able to use arbitrary styles, not just style.css, fixing Minnelli coloring and RTL CSS file coloring
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
#134984 by mikesmullin: fix gradient coordinate counting in color module
#134984 by mikesmullin. Fix x2 coordinate for rendering gradients.
#172588 by Tresler, Freso and webernet: add missing help page for color module
#172588 follow up note by Freso, patch by me: concatenation coding style fixes at end of lines in color module help
#180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on
#172588 by Tresler, Freso and webernet: add missing help page for color module
#141653 by Ralf Stamm: fix some E_NOTICE errors in color module
#119196 by douggreen: apply file API common sense (permissions, file API functions instead of custom code) to files handled by color.module Backport from HEAD.
#119196 by douggreen: apply file API common sense (permissions, file API functions instead of custom code) to files handled by color.module
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)
- Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance.
- Patch #130987 by merlinofchaos: added theme registry for easier themability.
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
- Patch #110888 by Eaton: unify hook _alter()
#110667: Fix bad div tag in color picker form.
#110667: Fix bad div tag in color picker form.
- Patch #110667 by hickory: removed extraneous div closing tag.
#103864: Fix color picker help link.
#100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads.
- Patch #92059 by Steven et al: added a memory check to garland/color.module.
Code style
Improve memory usage of color.module (de-allocate images earlier)
#97941 by havran. Remove a trailing slash which confuses certain versions of PHP.
#92059 by Rok Zlender. Disab;e color picker when private file dopwnloads are being used (temporary solution).
- Patch #92696 by Tobias and Dave: broken Garland logo when using subdirectories.
- Patch #92365 by chx: Garland does not display secondary tabs when color module is off.
#93078 by Frando. array_shift needs a real variable for pass by reference.
Color.module tweaks: - Remove tab characters - Make sure GD2 is present before doing magic. - Add requirement check for GD2 - Fix broken .png file
- Last minute oopsie. Make sure /files/color is created
#88202: Adding Garland theme to core.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |