Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch 41169 by Chris: got rid of expensvie object 2 array casts. | Dries Buytaert | 2005-12-31 |
| | |||
* | - Patch #40631 by Chris Johnson: added missing isset(). | Dries Buytaert | 2005-12-27 |
| | |||
* | - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). | Dries Buytaert | 2005-12-14 |
| | |||
* | - Patch #40483 by chx: made Pushbutton validate as XHTML. | Dries Buytaert | 2005-12-09 |
| | |||
* | - Patch #22215 by Richard Archer: theme system improvements for the primary ↵ | Dries Buytaert | 2005-11-04 |
| | | | | links menu. | ||
* | - Patch #22215 by Richard Archer: refactored primary and secondary links. | Dries Buytaert | 2005-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 #22215 by Richard Archer: refactored primary and secondary links. | Dries Buytaert | 2005-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 #35791 by hunmonk: fixed broken link in chameleon's comment themeing. | Dries Buytaert | 2005-11-01 |
| | |||
* | - Patch #34922 by Robert: order variables alphabetical. | Dries Buytaert | 2005-10-23 |
| | |||
* | - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. | Dries Buytaert | 2005-10-22 |
| | |||
* | - #34645: Make $links in theme_comment consistent with theme_node (Stefan) | Steven Wittens | 2005-10-20 |
| | |||
* | - Removing tabs and trailing whitespaces. | Dries Buytaert | 2005-10-07 |
| | |||
* | - Patch #29465: new form API by Adrian et al. | Dries Buytaert | 2005-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 Buytaert | 2005-09-09 |
| | |||
* | - Patch #30122 by m3verick: changed include_once()'s to include "./$file" | Dries Buytaert | 2005-09-08 |
| | | | | for performance's sake. | ||
* | - Patch by Rober: better fix for the extract() namespace problem in ↵ | Dries Buytaert | 2005-09-04 |
| | | | | phptemplate.engine. | ||
* | - Patch #28576 by Robrecht Jacques: 'file' is a reserved variable. | Dries Buytaert | 2005-09-04 |
| | |||
* | - Patch #30222, #30219 by Uwe: cosmetic changes to the aggregator pages. | Dries Buytaert | 2005-09-02 |
| | |||
* | - Patch #29283: bluemarine mistakenly loads home page every time. | Dries Buytaert | 2005-08-24 |
| | |||
* | - Patch #16216 by nedjo: multiple block regions! | Dries Buytaert | 2005-08-16 |
| | |||
* | - Patch #26637 by Robert Douglas: he documentation to theme_node clearly ↵ | Dries Buytaert | 2005-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 #26637 by Robert Douglas: $teaser misnamed in themes theme_node(). | Dries Buytaert | 2005-08-07 |
| | | | | TODO: update documentation! | ||
* | - #27844: Simplify pushbutton link generation. | Steven Wittens | 2005-08-05 |
| | |||
* | - Readding FOUC-preventing script tag | Steven Wittens | 2005-08-02 |
| | |||
* | - Patch #27840 by Tobias: removed unnecessary script-tag from template. | Dries Buytaert | 2005-08-01 |
| | |||
* | - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). | Dries Buytaert | 2005-08-01 |
| | | | | | | Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs. | ||
* | - Oopsie | Steven Wittens | 2005-07-30 |
| | |||
* | - #27794: Alphabetize phptemplate variables | Steven Wittens | 2005-07-30 |
| | |||
* | - Get rid of useless global $theme declaration. | Steven Wittens | 2005-07-30 |
| | |||
* | - #27346: Don't display trailing | in page title with empty slogan. | Steven Wittens | 2005-07-25 |
| | |||
* | - Some fixes and some redundant code removed. | Dries Buytaert | 2005-07-17 |
| | |||
* | - Patch #24862 by chx: flatten the node object's member fields. | Dries Buytaert | 2005-07-17 |
| | | | | Also replaced some double quotes by single quotes. | ||
* | - node_load(array('nid' => arg(1))) -> node_load(arg(1)) | Dries Buytaert | 2005-07-17 |
| | |||
* | - Patch #25067 by Thox: renamed 'light' and 'dark' to 'odd' and 'even'. | Dries Buytaert | 2005-06-19 |
| | | | | | | 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. | ||
* | - Removing some whitespace | Dries Buytaert | 2005-06-06 |
| | |||
* | - #23360: Chameleon: fix taxonomy terms disappearing if there are no node links. | Steven Wittens | 2005-05-27 |
| | |||
* | - #20809: User-configurable, per-theme, optional favicons. | Steven Wittens | 2005-05-25 |
| | |||
* | - Get rid of double node title in Bluemarine PHPTemplate | Steven Wittens | 2005-05-25 |
| | |||
* | - Patch #23452 by berkes: moves the avatar settings to within the check for ↵ | Dries Buytaert | 2005-05-23 |
| | | | | "user info" on a node tpe. | ||
* | - Patch #23269 by Robin: removed border attribute from <img>-tag. | Dries Buytaert | 2005-05-21 |
| | |||
* | - Fixed typo: $block->title -> $block->subject. Spotted by Morbus. | Dries Buytaert | 2005-05-10 |
| | |||
* | - Patch #22127 by kbahey: fixed search box in PHPTemplate-based core themes. | Dries Buytaert | 2005-05-06 |
| | |||
* | - Patch #15595 by Stefan and Djun: improved status messages. | Dries Buytaert | 2005-05-05 |
| | | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! . | ||
* | - Added the PHPTemplate port of pushbutton. | Dries Buytaert | 2005-05-05 |
| | |||
* | - Patch #21855 by TDobes: the recent commit of phptemplate caused a number ↵ | Dries Buytaert | 2005-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 left-over .xtmpl file. | Dries Buytaert | 2005-05-05 |
| | |||
* | - Removed the Xtemplate engine and added the PHPTemplate engine. | Dries Buytaert | 2005-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 Buytaert | 2005-04-30 |
| | |||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | - #16531: Fix weird IE crash on some admin pages with pushbutton. | Steven Wittens | 2005-03-27 |
| |