summaryrefslogtreecommitdiff
path: root/themes
Commit message (Collapse)AuthorAge
* - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href ↵Dries Buytaert2007-08-23
| | | | instead of @import for CSS.
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-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
* - Patch #163723 by Eaton and Frando: fix default page.tpl markup (and ↵Dries Buytaert2007-08-02
| | | | removed some whitespace).
* #85667 by beginner: XHTML validity; lists are not allowed in span tagsGábor Hojtsy2007-07-26
|
* - Patch #160589 by dvessel: tpl-ify the comment module's theme functions.Dries Buytaert2007-07-20
|
* #109363 by jptavan: CSS best practice; include a generic font family for ↵Gábor Hojtsy2007-07-12
| | | | Verdana fonts in Garland
* #102252 by Arancaytar: do not show script tag in header with Garland in ↵Gábor Hojtsy2007-07-12
| | | | Mozilla browsers
* - Patch #141730 by Earl: allow theming system to use wildcards. I promised ↵Dries Buytaert2007-07-03
| | | | in the issue that this patch would still go in, so here goes.
* #141725 by Crell and dvessel: allow themes to define multiple CSS and JS ↵Gábor Hojtsy2007-07-01
| | | | files in their .info files, which can be clearly overriden
* #146386 by kbahey: refactor 'submitted by user - date' themeing and make it ↵Gábor Hojtsy2007-07-01
| | | | more verbose to translate
* Removing file that didn't belong in last commitSteven Wittens2007-06-21
|
* #144397: Use drupal_render for user profiles and convert to themer-friendly ↵Steven Wittens2007-06-21
| | | | .tpl.php files.
* - Patch #101927 by cooferat: fixed problem with post information.Dries Buytaert2007-06-11
|
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - Patch #147656 by pwolanin and chx: menu module update for Drupal 6.Dries Buytaert2007-06-05
|
* #148943 by yhager: Right-to-left CSS files for Marvin and Chameleon themes, ↵Gábor Hojtsy2007-06-04
| | | | background image fixed by myself
* - Patch #115267 by drewish, dopry et al: simplified file uploads code, ↵Dries Buytaert2007-05-30
| | | | improved file API, centralized file validation, implemented quotas and fixed file previews.
* #147265 by z.stolar: RTL styles for Bluemarine (part 2)Gábor Hojtsy2007-05-29
|
* #147265 by z.stolar: RTL styles for BluemarineGábor Hojtsy2007-05-29
|
* - Patch #137211 by merlinofchaos: move theme information to .info files and ↵Dries Buytaert2007-05-06
| | | | improved theme inheritance.
* #127539: progressive operation support, refactoring update.php code to a ↵Gábor Hojtsy2007-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 #137236 by merlin: these template files are now deprecated.Dries Buytaert2007-04-29
|
* - Patch #137236 by merlinofchaos: provide a way to secure the theme ↵Dries Buytaert2007-04-27
| | | | variables system.
* - Patch #136961 by Ralf Stamm: add version information to themes and theme ↵Dries Buytaert2007-04-20
| | | | pages.
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #135533 by asimmonds: updated themes to work properly with new ↵Dries Buytaert2007-04-13
| | | | language options.
* - Patch #129640 by snufkin: generate the sticky css tag when necessary.Dries Buytaert2007-04-13
|
* - Patch #134185 by Ralf Stamm: missing CVS IDs in files.Dries Buytaert2007-04-13
|
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* Remove '?>' from chameleonSteven Wittens2007-04-01
|
* #130366: Better styling for signature separator (thanks webchick).Steven Wittens2007-04-01
|
* - Patch #130366 by webchick and steven: improved signature handling. Step 1 ↵Dries Buytaert2007-03-30
| | | | of 2.
* - Patch #128866 by Gabor et al: new language subsystem fixes.Dries Buytaert2007-03-28
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.Dries Buytaert2007-03-26
|
* - Patch #127891 by dvessel: layout variabe may end up not getting set.Dries Buytaert2007-03-25
|
* #126128: Remove accidental commit of garland_username()Steven Wittens2007-03-20
|
* - Patch #109404 by effennel: fixed typo in code comments.Dries Buytaert2007-03-12
|
* - Patch #126128 by chx and Steven: menu fixes and enhancements. Yay.Dries Buytaert2007-03-12
|
* #117018: Use Garland theme for installer/maintenance pages, and add task ↵Steven Wittens2007-03-02
| | | | | | list in the sidebar. - Refactor partial-page handling for the maintenance page. It's an exotic quirk for update.php and belongs there.
* - Patch #111347 by Steven: refactor url() and l().Dries Buytaert2007-02-15
|
* - Patch #112605 by Steven: sticky table headers.Dries Buytaert2007-02-06
|
* #104175: Fix disappearing fieldset title in firefox.Steven Wittens2007-02-06
|
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* - Rollback of E_ALL patch. Too much extra breakage.Dries Buytaert2007-01-25
|
* - Patch #112715 by webchick et al: fixed some E_ALL errors.Dries Buytaert2007-01-25
|
* #108215: Fading elements in IE causes text to bleed.Steven Wittens2007-01-10
|
* Fix button alignment on watchdog form in Garland.Steven Wittens2007-01-10
|