summaryrefslogtreecommitdiff
path: root/includes/theme.inc
Commit message (Collapse)AuthorAge
* #361683 follow-up by sun: Remove more windows line endings.Angie Byron2009-02-05
|
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵Dries Buytaert2009-02-03
| | | | floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
* - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵Dries Buytaert2009-01-27
| | | | hook_page_alter. Oh, behave.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* #220559 by eMPee584 and Damien Tournoud: Fix bug in language switcher block ↵Angie Byron2009-01-22
| | | | that makes all languages active (with tests)
* #297952 by aaron: Fix naming conflict with 'file' preprocess variable.Angie Byron2009-01-18
|
* - Patch #339929 by Moshe Weitzman: removed some cruft.Dries Buytaert2009-01-11
|
* #143434 by Jody Lynn: Move 'display post information' to where users would ↵Angie Byron2009-01-09
| | | | expect.
* - Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering ↵Dries Buytaert2009-01-04
| | | | out of node module'.
* - Patch #353861 by killes: converted theme.inc to new database layer.Dries Buytaert2009-01-04
|
* - Patch #350984 by Moshe: kick comment rendering out of node module.Dries Buytaert2008-12-31
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #339929 by Moshe et al: move node links into ->content.Dries Buytaert2008-12-16
|
* #333060 by merlinofchaos, dvessel, neclimdul: Prevent parent theme clobbering.Angie Byron2008-12-07
|
* - Patch #342988 by ultimateboy: fixed order of attributes in PHPdoc.Dries Buytaert2008-12-05
|
* - Patch #332980 by scor and keith.smith: documentation improvements + typo ↵Dries Buytaert2008-11-23
| | | | fixed.
* - Patch #332980 by scor: added an RDF namespace registry. Oh my ... :-)Dries Buytaert2008-11-22
|
* - Patch #277644 by lilou: documentation improvement.Dries Buytaert2008-11-22
|
* #258089 follow-up by JohnAlbin: Fix missing period on code comment. Trivial ↵Angie Byron2008-11-10
| | | | Patch of the Month award! :)
* #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().Angie Byron2008-11-10
|
* #303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 ↵Angie Byron2008-11-03
| | | | -> D7.
* - Patch #272395 by ghoti: improved documentation of theme_links.Dries Buytaert2008-11-02
|
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* Roll-back of #310144: Still needs some work.Angie Byron2008-10-24
|
* #258089 by merlinofchaos and dvessel: Allow themes to have preprocess ↵Angie Byron2008-10-24
| | | | functions without a corresponding .tpl.php file.
* #310144 by dvessel: Clarify sort parameter in theme_table() documentation.Angie Byron2008-10-22
|
* - Patch #323182 by chx and Damien Tournoud: a working code simplification.Dries Buytaert2008-10-20
|
* - Rollback of #323182; parse error.Dries Buytaert2008-10-19
|
* - Patch #323182 by chx: code cleanup.Dries Buytaert2008-10-19
|
* - Patch #316753 by dvessel: exanded PHP doc of path_to_theme().Dries Buytaert2008-10-16
|
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().Angie Byron2008-09-20
|
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* - Patch #308549 by lyrincz, Dave Reid: fixed broken link in PHPdoc.Dries Buytaert2008-09-15
|
* - Patch #232345 by flobruit: theme_get_registry docs and code conflict.Dries Buytaert2008-09-02
|
* - Patch #252430 by quicksketch: allow base theme prefix in preprocessor ↵Dries Buytaert2008-08-16
| | | | function names to correct expected behavior.
* - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to ↵Dries Buytaert2008-08-02
| | | | registry_rebuild() for consistency.
* - Patch #280629 by Damien, pwolanin, Susurrus, et al: ensure safe arguments ↵Dries Buytaert2008-07-11
| | | | in theme_links().
* - Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's ↵Dries Buytaert2008-07-01
| | | | stylesheets.
* - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and ↵Dries Buytaert2008-06-25
| | | | 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
* - Patch #269443 by dvessel: add nid to node template suggestion.Dries Buytaert2008-06-18
|
* - Patch #267203 by Rob Loach: attributes of theme_item_list can be ↵Dries Buytaert2008-06-06
| | | | deceiving. If you have a look at theme_item_list you see that the $attributes variable takes a NULL value. This makes you believe that it wants a string, rather then a full array of attributes. If you make the default parameter "array()" it will make the programmer expect to pass an array of attributes rather then a string of attributes.
* - Patch #266367 by zeta: fixed documentation issue.Dries Buytaert2008-06-05
|
* - Patch #101543 by webchick: document all constants.Dries Buytaert2008-05-26
|
* - Patch #239071 by flobruit and Moshe: add support for colgroup tag to ↵Dries Buytaert2008-05-23
| | | | theme_table().
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly.Dries Buytaert2008-05-02
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.