Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #315533 by JohnAlbin and catch: Remove all core themes but Garland and ↵ | Angie Byron | 2009-03-14 |
| | | | | Stark. Yay for making Drupal 75% more palatable to designers. These themes can be found in contrib thanks to the venerable John Wilkins. :) | ||
* | #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵ | Angie Byron | 2009-02-18 |
| | | | | clearfix, which is the lingo that designers use for it. | ||
* | - Patch #338429 by scor: XHTML+RDFa compatibility. | Dries Buytaert | 2008-11-24 |
| | |||
* | - Patch #332980 by scor: added an RDF namespace registry. Oh my ... :-) | Dries Buytaert | 2008-11-22 |
| | |||
* | - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and ↵ | Dries Buytaert | 2008-06-25 |
| | | | | 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan. | ||
* | - Patch #200685 by boombatower, dvessel, et al: convert bluemarine theme to ↵ | Dries Buytaert | 2008-05-07 |
| | | | | tableless layout. | ||
* | #208768 by dvessel, Arancaytar: language direction should be in the HTML ↵ | Gábor Hojtsy | 2008-01-24 |
| | | | | source, so it is more accessible even without CSS | ||
* | #202821 by marco.robotangel: display messages above help in all core themes ↵ | Gábor Hojtsy | 2008-01-07 |
| | | | | for consistent user feedback (usability) | ||
* | #196410 report by daniel.soneira, patch by myself, tested by Freso: several ↵ | Gábor Hojtsy | 2007-12-05 |
| | | | | fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes | ||
* | - Patch #172961 by webernet: code style cleanup. | Dries Buytaert | 2007-09-05 |
| | |||
* | - Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a ↵ | Dries Buytaert | 2007-09-01 |
| | | | | patch spree ... | ||
* | #164935 by Ralf Stamm: standardize CVS Id tags in files: | Gábor Hojtsy | 2007-08-07 |
| | | | | | | - always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added | ||
* | #127539: progressive operation support, refactoring update.php code to a ↵ | Gábor Hojtsy | 2007-05-04 |
| | | | | | | | | | | | generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off. | ||
* | - Patch #135533 by asimmonds: updated themes to work properly with new ↵ | Dries Buytaert | 2007-04-13 |
| | | | | language options. | ||
* | #65151 by m3avrck. theme_links() is now marked up as a list. | Neil Drumm | 2006-08-30 |
| | |||
* | #66569 by m3avrck. Put all the feed icons in the same place. | Neil Drumm | 2006-08-23 |
| | |||
* | - Patch #76637 by timnc: streamline JavaScript addition and add settings ↵ | Dries Buytaert | 2006-08-22 |
| | | | | storage. | ||
* | - Patch #46927 by markus/killes: added missing t() functions. | Dries Buytaert | 2006-02-01 |
| | |||
* | - Patch #13148: fix problems with using relative path names! (Please ↵ | Dries Buytaert | 2006-01-29 |
| | | | | document this change.) | ||
* | - Patch #27884 by gordon: js addLoadEvent not working. | Dries Buytaert | 2006-01-20 |
| | |||
* | - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). | Dries Buytaert | 2005-12-14 |
| | |||
* | - 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. | ||
* | - 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 #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 |
| | |||
* | - 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 |
| | |||
* | - Get rid of useless global $theme declaration. | Steven Wittens | 2005-07-30 |
| | |||
* | - Patch #23269 by Robin: removed border attribute from <img>-tag. | Dries Buytaert | 2005-05-21 |
| | |||
* | - Patch #22127 by kbahey: fixed search box in PHPTemplate-based core themes. | Dries Buytaert | 2005-05-06 |
| | |||
* | - 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 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. |