summaryrefslogtreecommitdiff
path: root/themes/engines
Commit message (Collapse)AuthorAge
...
* #56709: Expose hidden 'toggle_logo' variable and rearrange theme toggles.Steven Wittens2006-04-04
|
* - sa-2006-002: XSS issues with username log and missionSteven Wittens2006-03-13
|
* - Patch #43904: user picture not showing.Dries Buytaert2006-03-01
|
* #51153, Boxes may be themed without a title; don't spit the header., patch ↵Gerhard Killesreiter2006-02-27
| | | | by Morbus
* - Patch #49463 by markus: removed unused variable.Dries Buytaert2006-02-16
|
* - Patch #17291 by budda: made mission statement work on aliased front pages.Dries Buytaert2006-02-15
|
* - Patch #13148 by Morbus: less globals.Dries Buytaert2006-02-02
|
* - Patch #13148: fix problems with using relative path names! (Please ↵Dries Buytaert2006-01-29
| | | | document this change.)
* - Patch #27884 by gordon: js addLoadEvent not working.Dries Buytaert2006-01-20
|
* - Patch 41169 by Chris: got rid of expensvie object 2 array casts.Dries Buytaert2005-12-31
|
* - Patch #22215 by Richard Archer: refactored primary and secondary links.Dries Buytaert2005-11-03
| | | | | | | | | Deprecates the primary_links module. This patch was much needed. Thanks Richards! NOTE: if some themers could investigate if there is room for improvement with regard to theming, that would be awesome.
* - Patch #34922 by Robert: order variables alphabetical.Dries Buytaert2005-10-23
|
* - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.Dries Buytaert2005-10-22
|
* - #34645: Make $links in theme_comment consistent with theme_node (Stefan)Steven Wittens2005-10-20
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
* - Patch #27781 by Robert Jacques: fixed node not being loaded.Dries Buytaert2005-09-09
|
* - Patch #30122 by m3verick: changed include_once()'s to include "./$file"Dries Buytaert2005-09-08
| | | | for performance's sake.
* - Patch by Rober: better fix for the extract() namespace problem in ↵Dries Buytaert2005-09-04
| | | | phptemplate.engine.
* - Patch #28576 by Robrecht Jacques: 'file' is a reserved variable.Dries Buytaert2005-09-04
|
* - Patch #16216 by nedjo: multiple block regions!Dries Buytaert2005-08-16
|
* - Patch #26637 by Robert Douglas: he documentation to theme_node clearly ↵Dries Buytaert2005-08-10
| | | | says the the parameter $teaser is "Whether to display the teaser only, as on the main page." Naming this parameter $main in the themes is confusing.
* - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).Dries Buytaert2005-08-01
| | | | | | Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs.
* - OopsieSteven Wittens2005-07-30
|
* - #27794: Alphabetize phptemplate variablesSteven Wittens2005-07-30
|
* - #27346: Don't display trailing | in page title with empty slogan.Steven Wittens2005-07-25
|
* - Some fixes and some redundant code removed.Dries Buytaert2005-07-17
|
* - Patch #24862 by chx: flatten the node object's member fields.Dries Buytaert2005-07-17
| | | | Also replaced some double quotes by single quotes.
* - node_load(array('nid' => arg(1))) -> node_load(arg(1))Dries Buytaert2005-07-17
|
* - #20809: User-configurable, per-theme, optional favicons.Steven Wittens2005-05-25
|
* - Patch #23452 by berkes: moves the avatar settings to within the check for ↵Dries Buytaert2005-05-23
| | | | "user info" on a node tpe.
* - Patch #21855 by TDobes: the recent commit of phptemplate caused a number ↵Dries Buytaert2005-05-05
| | | | | | | | | | | of problems for non-phptemplate themes. A patch is attached to address these issues. Changes include: * parsing of the primary/secondary links has been moved out of phptemplate and into theme_get_setting. * unnecessary and XHTML-invalidating duplicate div#help removed from themes/bluemarine/page.tpl.php (this is already generated by theme_help) * weird generation of the "edit primary/secondary links" messages removed from bluemarine and placed in theme.inc * unnecessary changes to themes/bluemarine/style.css rolled back (the phptemplate bluemarine had an older version of style.css than the one in core) * chameleon updated to work with new link scheme (passes links through theme_links)
* - Removed the Xtemplate engine and added the PHPTemplate engine.Dries Buytaert2005-05-04
| | | | | - Converted the Bluemarine theme from XTemplate to PHPTemplate. - Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository.
* - Patch #21517 by Stefan and TDobes: theme system improvements.Dries Buytaert2005-04-30
|
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* #13531: Xtemplate {directory} tagSteven Wittens2004-12-24
|
* - Patch #13907 by Neil: less ways to set the page title.Dries Buytaert2004-12-15
| | | | | | | * Less logic in theme code. * Encourages use of the menu system. * Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them. * Very slightly more efficient.
* - Patch #5942 by jhriggs and Adrian:Dries Buytaert2004-11-24
| | | | | + added support for multi-site configurations. + tidied up some old cruft and added code comments.
* - Patch #6166 by Moshe: node preview should not display links. Push the ↵Dries Buytaert2004-11-23
| | | | | | | | links to the theme instead of the theme having to pull them in using node_link(). TODO: 1. Update theme upgrade instructions in the handbook: node_link() is gone. 2. Remove page_link() just like we removed node_link().
* - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, ↵Dries Buytaert2004-10-19
| | | | | | Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
* Replace hardcoded <html lang="en"> with a locale dependant one. This is ↵Steven Wittens2004-09-09
| | | | especially important for asian sites where this has an effect on font selection.
* - #9292: Make Drupal (somewhat) PHP5 compatible. xtemplate is still horribly ↵Steven Wittens2004-08-22
| | | | broken.
* - Patch by JonBob: for consistency and readability, add brief descriptions ↵Dries Buytaert2004-08-21
| | | | of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
* - Fixing 'flash of unstyled content' in bluemarine/pushbutton, which got ↵Steven Wittens2004-08-20
| | | | | | | | reintroduced after the template changes. - Fixed separate styles: added theme_get_styles() and the xtemplate {styles} tag to make sure stylesheets get included in the right order (drupal-specific, template-specific, style-specific). - Fixing missing class on screenshots. - Renamed drupal_get_theme_setting() and drupal_get_theme_settings() to theme_get_setting() and theme_get_settings().
* - Removing some DOS-style line endings. Thanks TDobes.Dries Buytaert2004-08-20
|
* - Theme system changes. Please consult http://drupal.org/node/view/9576 for ↵Dries Buytaert2004-08-20
details.