Commit Graph

30 Commits (21585f66a580373b39a266e9718ef98c1e26abeb)

Author SHA1 Message Date
Steven Wittens 16fd8c89a5 - sa-2006-002: XSS issues with username log and mission 2006-03-13 21:42:35 +00:00
Dries Buytaert 2a8ff0d37e - Patch #43904: user picture not showing. 2006-03-01 14:33:18 +00:00
Dries Buytaert adb74caa6c - Patch #49463 by markus: removed unused variable. 2006-02-16 15:43:23 +00:00
Dries Buytaert 5a5233e88c - Patch #17291 by budda: made mission statement work on aliased front pages. 2006-02-15 21:32:19 +00:00
Dries Buytaert 048bec139e - Patch #13148 by Morbus: less globals. 2006-02-02 12:44:57 +00:00
Dries Buytaert 81660bc662 - Patch #13148: fix problems with using relative path names! (Please document this change.) 2006-01-29 07:36:29 +00:00
Dries Buytaert 56d0d76f0f - Patch #27884 by gordon: js addLoadEvent not working. 2006-01-20 08:54:07 +00:00
Dries Buytaert ea2d791095 - Patch 41169 by Chris: got rid of expensvie object 2 array casts. 2005-12-31 10:48:56 +00:00
Dries Buytaert 1c4cc97225 - Patch #22215 by Richard Archer: refactored primary and secondary links.
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.
2005-11-03 19:40:36 +00:00
Dries Buytaert b75ed3f604 - Patch #34922 by Robert: order variables alphabetical. 2005-10-23 09:58:43 +00:00
Dries Buytaert f6764cfbd8 - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. 2005-10-22 15:14:46 +00:00
Steven Wittens 3fad92fc59 - #34645: Make $links in theme_comment consistent with theme_node (Stefan) 2005-10-20 09:27:36 +00:00
Dries Buytaert 7e1527ee61 - Patch #29465: new form API by Adrian et al.
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.
2005-10-07 06:11:12 +00:00
Dries Buytaert d995621f2e - Patch #27781 by Robert Jacques: fixed node not being loaded. 2005-09-09 05:32:31 +00:00
Dries Buytaert 013b73e6ec - Patch #30122 by m3verick: changed include_once()'s to include "./$file"
for performance's sake.
2005-09-08 19:19:01 +00:00
Dries Buytaert 3ace768e50 - Patch by Rober: better fix for the extract() namespace problem in phptemplate.engine. 2005-09-04 13:52:08 +00:00
Dries Buytaert 0094e99b87 - Patch #28576 by Robrecht Jacques: 'file' is a reserved variable. 2005-09-04 13:13:31 +00:00
Dries Buytaert 26fa7c730f - Patch #16216 by nedjo: multiple block regions! 2005-08-16 18:06:18 +00:00
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