Commit Graph

12 Commits (6ef678e4475c6e500b371be6f5a9a66115686480)

Author SHA1 Message Date
Dries Buytaert 6baa2ba140 - 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. 2005-08-10 20:55:59 +00:00
Dries Buytaert 7625a4e91a - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).
Usernames can now be themed; eg. an icon/avatar could be added.

  TODO: update contributed modules + update the migration docs.
2005-08-01 05:14:05 +00:00
Steven Wittens 563c00c92c - Oopsie 2005-07-30 20:54:02 +00:00
Steven Wittens 017e3d148a - #27794: Alphabetize phptemplate variables 2005-07-30 17:13:48 +00:00
Steven Wittens 0af4707003 - #27346: Don't display trailing | in page title with empty slogan. 2005-07-25 06:59:37 +00:00
Dries Buytaert 28c72cd89d - Some fixes and some redundant code removed. 2005-07-17 19:59:00 +00:00
Dries Buytaert 7c61046a94 - Patch #24862 by chx: flatten the node object's member fields.
Also replaced some double quotes by single quotes.
2005-07-17 19:52:10 +00:00
Dries Buytaert 40b13e55b0 - node_load(array('nid' => arg(1))) -> node_load(arg(1)) 2005-07-17 19:19:55 +00:00
Steven Wittens 6be2c61896 - #20809: User-configurable, per-theme, optional favicons. 2005-05-25 06:03:18 +00:00
Dries Buytaert fc1f1e94a5 - Patch #23452 by berkes: moves the avatar settings to within the check for "user info" on a node tpe. 2005-05-23 20:24:52 +00:00
Dries Buytaert 6658273b36 - 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)
2005-05-05 07:35:58 +00:00
Dries Buytaert e274f97c87 - Removed the Xtemplate engine and added the PHPTemplate engine.
- Converted the Bluemarine theme from XTemplate to PHPTemplate.
- Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository.
2005-05-04 18:12:18 +00:00