- Feb 15, 2006
-
-
Dries Buytaert authored
-
- Feb 02, 2006
-
-
Dries Buytaert authored
-
- Jan 29, 2006
-
-
Dries Buytaert authored
-
- Jan 20, 2006
-
-
Dries Buytaert authored
-
- Dec 31, 2005
-
-
Dries Buytaert authored
-
- Nov 03, 2005
-
-
Dries Buytaert authored
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.
-
- Oct 23, 2005
-
-
Dries Buytaert authored
-
- Oct 22, 2005
-
-
Dries Buytaert authored
-
- Oct 20, 2005
-
-
Steven Wittens authored
-
- Oct 07, 2005
-
-
Dries Buytaert authored
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.
-
- Sep 09, 2005
-
-
Dries Buytaert authored
-
- Sep 08, 2005
-
-
Dries Buytaert authored
for performance's sake.
-
- Sep 04, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Aug 16, 2005
-
-
Dries Buytaert authored
-
- Aug 10, 2005
-
-
Dries Buytaert authored
- Patch #26637 by Robert Douglas: he documentation to theme_node clearly 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.
-
- Aug 01, 2005
-
-
Dries Buytaert authored
Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs.
-
- Jul 30, 2005
-
-
Steven Wittens authored
-
Steven Wittens authored
-
- Jul 25, 2005
-
-
Steven Wittens authored
-
- Jul 17, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
Also replaced some double quotes by single quotes.
-
Dries Buytaert authored
-
- May 25, 2005
-
-
Steven Wittens authored
-
- May 23, 2005
-
-
Dries Buytaert authored
- Patch #23452 by berkes: moves the avatar settings to within the check for "user info" on a node tpe.
-
- May 05, 2005
-
-
Dries Buytaert authored
- Patch #21855 by TDobes: the recent commit of phptemplate caused a number 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)
-
- May 04, 2005
-
-
Dries Buytaert authored
- Converted the Bluemarine theme from XTemplate to PHPTemplate. - Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository.
-
- Apr 30, 2005
-
-
Dries Buytaert authored
-
- Mar 31, 2005
-
-
Steven Wittens authored
-
- Dec 24, 2004
-
-
Steven Wittens authored
-
- Dec 15, 2004
-
-
Dries Buytaert authored
* 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.
-
- Nov 24, 2004
-
-
Dries Buytaert authored
+ added support for multi-site configurations. + tidied up some old cruft and added code comments.
-
- Nov 23, 2004
-
-
Dries Buytaert authored
- Patch #6166 by Moshe: node preview should not display links. Push the 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().
-
- Oct 19, 2004
-
-
Dries Buytaert authored
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
-
- Sep 09, 2004
-
-
Steven Wittens authored
Replace hardcoded <html lang="en"> with a locale dependant one. This is especially important for asian sites where this has an effect on font selection.
-
- Aug 22, 2004
-
-
Steven Wittens authored
-
- Aug 21, 2004
-
-
Dries Buytaert authored
- Patch by JonBob: for consistency and readability, add brief descriptions 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.
-
- Aug 20, 2004
-
-
Steven Wittens authored
- Fixing 'flash of unstyled content' in bluemarine/pushbutton, which got 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().
-
Dries Buytaert authored
-
Dries Buytaert authored
- Theme system changes. Please consult http://drupal.org/node/view/9576 for details.
-