summaryrefslogtreecommitdiff
path: root/themes
Commit message (Collapse)AuthorAge
* #181582 rollback: this broke maintanance pages (update, install)Gábor Hojtsy2007-11-14
|
* Removing files I should have removed in #181582, but forgot.Gábor Hojtsy2007-11-14
|
* - Patch #181066 by quicksketch et al: drag and drop of table rows on the ↵Dries Buytaert2007-11-14
| | | | block adminsitration page.
* #178608 by chx: convert menu overview page to a form to overcome any CSRF ↵Gábor Hojtsy2007-11-09
| | | | vulnerabilities
* #181582 by Crell and Rob Loach: use theme inheritance in the Minnelli theme, ↵Gábor Hojtsy2007-11-07
| | | | so no @import is required
* #177738 by chx: fix notice in Garland, when site_fields is an empty arrayGábor Hojtsy2007-11-04
|
* #186480 by John Morahan: update chameleon_comment() to latest Drupal APIGábor Hojtsy2007-10-25
|
* #182645 by scor: clean up concatenations to be in line with core coding ↵Gábor Hojtsy2007-10-19
| | | | standards
* #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵Gábor Hojtsy2007-10-11
| | | | closing unclosed tags, avoiding empty table containers, and so on
* #148084 by yhager: some better quality and missing images for the pushbutton ↵Gábor Hojtsy2007-10-05
| | | | RTL theme
* #180897 by sun: fix an XHTML validity error in GarlandGábor Hojtsy2007-10-05
|
* #180267 by hass: menu-collapsed-rtl.gif in Minnelli should be copied with ↵Gábor Hojtsy2007-10-02
| | | | the other images when color changes are made
* #180265 by hass: menu-collapsed-rtl.gif in Garland should be copied with the ↵Gábor Hojtsy2007-10-02
| | | | other images when color changes are made
* - Patch #173486 by scor: fixed code style issues.Dries Buytaert2007-10-02
|
* - Patch #144634 by chx: fixed critical bug that prevented language ↵Dries Buytaert2007-10-02
| | | | negotiation to work after/when drupal_goto() is called.
* #179820 by hass: properly transparent RTL gif for collapsed menu items (also ↵Gábor Hojtsy2007-10-01
| | | | smaller in size)
* #148084 by yhager: two missing images from the RTL pushbutton support file ↵Gábor Hojtsy2007-09-28
| | | | set (while the RTL sheets are still in development)
* #176081 by John Morahan and Freso@freso.dk: fix notices in chameleonGábor Hojtsy2007-09-19
|
* #176295 by myself: simplify Minnelli RTL CSSGábor Hojtsy2007-09-17
|
* #176295 by myself: right to left display support for the Minnelli themeGábor Hojtsy2007-09-17
|
* #148084 by several people: images for the RTL pushbutton stylesheet, in ↵Gábor Hojtsy2007-09-10
| | | | anticipation of the RTL CSS
* Themetastic to Garland, where this was not changed yetGábor Hojtsy2007-09-06
|
* #164451 by several people: Right to left (RTL) CSS styles for Garland, so ↵Gábor Hojtsy2007-09-06
| | | | Drupal can even be installed in RTL form from the start
* #164451 by several people: rtl collapsed menu image (in anticipation of a ↵Gábor Hojtsy2007-09-06
| | | | Garland RTL enabler patch soon)
* #171963 by dvessel and momendo: fix background positioning in fieldsets in IE7Gábor Hojtsy2007-09-06
|
* - Patch #172961 by webernet: code style cleanup.Dries Buytaert2007-09-05
|
* - Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a ↵Dries Buytaert2007-09-01
| | | | patch spree ...
* #166071 by jjeff and dvessel: move default template preprocess code to ↵Gábor Hojtsy2007-08-28
| | | | template_preprocess, and add *lots* of documentation to template files and functions
* - 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
|