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
a1ae4da70b
- Removing tabs and trailing whitespaces.
2005-10-07 06:51:43 +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
c13025d232
- Patch #30222 , #30219 by Uwe: cosmetic changes to the aggregator pages.
2005-09-02 19:18:14 +00:00
Dries Buytaert
5aa2bad948
- Patch #29283 : bluemarine mistakenly loads home page every time.
2005-08-24 15:28:53 +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
79f08aca2c
- Patch #26637 by Robert Douglas: $teaser misnamed in themes theme_node().
...
TODO: update documentation!
2005-08-07 14:55:17 +00:00
Steven Wittens
7782b1aca7
- #27844 : Simplify pushbutton link generation.
2005-08-05 00:34:32 +00:00
Steven Wittens
5e7258d5f0
- Readding FOUC-preventing script tag
2005-08-02 18:12:11 +00:00
Dries Buytaert
8e629cd875
- Patch #27840 by Tobias: removed unnecessary script-tag from template.
2005-08-01 05:21:45 +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
6a988f92d4
- Get rid of useless global $theme declaration.
2005-07-30 11:20:17 +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
Dries Buytaert
abc16b1d6d
- Patch #25067 by Thox: renamed 'light' and 'dark' to 'odd' and 'even'.
...
TODO: update the "Migrating themes from Drupal 4.6 to Drupal HEAD"-page in
the Drupal handbook!
TODO: update the themes in the contributions repository.
2005-06-19 08:50:46 +00:00
Dries Buytaert
8436082fe1
- Removing some whitespace
2005-06-06 14:07:04 +00:00
Steven Wittens
ba41568963
- #23360 : Chameleon: fix taxonomy terms disappearing if there are no node links.
2005-05-27 05:20:08 +00:00
Steven Wittens
6be2c61896
- #20809 : User-configurable, per-theme, optional favicons.
2005-05-25 06:03:18 +00:00
Steven Wittens
48d3ef6040
- Get rid of double node title in Bluemarine PHPTemplate
2005-05-25 04:57:48 +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
27f5119c2a
- Patch #23269 by Robin: removed border attribute from <img>-tag.
2005-05-21 11:38:32 +00:00
Dries Buytaert
655289b8f9
- Fixed typo: $block->title -> $block->subject. Spotted by Morbus.
2005-05-10 19:11:04 +00:00
Dries Buytaert
e89e4fbd28
- Patch #22127 by kbahey: fixed search box in PHPTemplate-based core themes.
2005-05-06 08:39:30 +00:00
Dries Buytaert
2debcfb1ef
- Patch #15595 by Stefan and Djun: improved status messages.
...
TODO: we should write down a couple guidelines for these document them in
the PHPDoc code of drupal_set_message()! .
2005-05-05 22:22:46 +00:00
Dries Buytaert
07cf2c6965
- Added the PHPTemplate port of pushbutton.
2005-05-05 10:58:27 +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
381980cb03
- Removed left-over .xtmpl file.
2005-05-05 07:33:19 +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
Dries Buytaert
a10eac3291
- Patch #21517 by Stefan and TDobes: theme system improvements.
2005-04-30 17:47:57 +00:00
Steven Wittens
be14203534
- #18817 : Clean up plain-text checking (see drupal-devel!)
2005-03-31 09:25:33 +00:00
Steven Wittens
39ed6a2456
- #16531 : Fix weird IE crash on some admin pages with pushbutton.
2005-03-27 18:55:35 +00:00
Steven Wittens
55af18a2eb
- #18879 : Pushbutton Header CSS Cleanup
2005-03-18 07:40:04 +00:00
Steven Wittens
66f228f2b4
- Adding paragraph margins which were removed from drupal.css
2005-03-05 14:34:39 +00:00
Steven Wittens
1e66e1ff75
- Pushbutton: fix background arrow overlapping foreground in IE (peekaboo bug)
2005-01-07 06:48:44 +00:00
Steven Wittens
59558ede9e
#13531 : Xtemplate {directory} tag
2004-12-24 06:39:59 +00:00
Dries Buytaert
2b17b3a966
- Patch #13907 by Neil: less ways to set the page title.
...
* 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.
2004-12-15 21:19:42 +00:00
Steven Wittens
d3fb126d3e
Bluemarine header margins got changed incorrectly after a recent fix.
2004-12-03 12:26:56 +00:00
Dries Buytaert
a964d08f0f
- Patch #13030 by killes: fixed invalid CSS code in bluemarine's stylesheet.
2004-11-27 11:23:42 +00:00
Steven Wittens
ff5f6429f4
#6400 : Improved pushbutton arrows.
2004-11-27 01:36:40 +00:00