summaryrefslogtreecommitdiff
path: root/themes
Commit message (Collapse)AuthorAge
* - Patch #200685 by boombatower, dvessel, et al: convert bluemarine theme to ↵Dries Buytaert2008-05-07
| | | | tableless layout.
* - Patch #192962 by gpk et al: ghop #24, module administration page improvements.Dries Buytaert2008-05-05
|
* - Patch #251758 by Stefan, dvessel, quicksketch et al: clean up Garland's ↵Dries Buytaert2008-04-28
| | | | page.tpl.php.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵Dries Buytaert2008-04-10
| | | | | | | | | | | from numeric block IDs to string IDs. The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers: block-user-0.tpl.php --> block-user-navigation.tpl.php block-user-1.tpl.php --> block-user-login.tpl.php You get the picture.
* - Patch #238528 by misamuelson, approved by Stefan: disabled menu items ↵Dries Buytaert2008-04-01
| | | | should not be opaque for usability.
* - Patch #201876 by gk, approved by Stfan N: make drag and drop color stand ↵Dries Buytaert2008-04-01
| | | | out a bit more
* - Patch #231115 by Stefan: clean up file headers.Dries Buytaert2008-03-13
|
* - Patch #231115 by Stefan: various Garland clean-ups.Dries Buytaert2008-03-10
|
* - Patch #221384 by webernet: update core compatibility to Drupal 7.Dries Buytaert2008-02-18
|
* #205523 by assimonds: (minor) add missing CVS Id tagsGábor Hojtsy2008-01-25
|
* #209663 minor follow up by keith.smith: improve wording of module and theme ↵Gábor Hojtsy2008-01-25
| | | | readmes
* #209663 by Matt V., ScoutBaker, Arancaytar: document that the modules and ↵Gábor Hojtsy2008-01-25
| | | | themes folders are only for core modules and themes
* #208768 by dvessel, Arancaytar: language direction should be in the HTML ↵Gábor Hojtsy2008-01-24
| | | | source, so it is more accessible even without CSS
* #200210 by gaele: more accessible color contrast in Garland error messagesGábor Hojtsy2008-01-18
|
* #194590 by scor, JirkaRybka, attiks, dvessel; with heavy testing by catch: ↵Gábor Hojtsy2008-01-09
| | | | fix a dozen issues with sticky table headers
* #202821 by marco.robotangel: display messages above help in all core themes ↵Gábor Hojtsy2008-01-07
| | | | for consistent user feedback (usability)
* #199809 by theborg: comment templates were not checking status properly (fix ↵Gábor Hojtsy2008-01-04
| | | | notice, allows themes to theme in-preview comments differently)
* - Patch #204488 by Desbeers: Garland was still using deprected CSS class ↵Dries Buytaert2007-12-29
| | | | names: watchdog -> dblog.
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* rollback of #197425 following on Steven Witten's discontent on how it looks ↵Gábor Hojtsy2007-12-17
| | | | in Garland
* #197425 by mooffie, slightly modified: add blockquote support by default and ↵Gábor Hojtsy2007-12-17
| | | | blockquote theming to Garland and Bluemarine (other themes have it already)
* #193604 by hass and dvessel: fix color module to be able to use arbitrary ↵Gábor Hojtsy2007-12-14
| | | | styles, not just style.css, fixing Minnelli coloring and RTL CSS file coloring
* #200334 by kkaefer: update bluemarine, chameleon and marvin themes with the ↵Gábor Hojtsy2007-12-13
| | | | current 3d Druplicon, instead of the old 2d one
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #196410 report by daniel.soneira, patch by myself, tested by Freso: several ↵Gábor Hojtsy2007-12-05
| | | | fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
* another go at #181582 (same patch as before), now that maintenance theming ↵Gábor Hojtsy2007-12-04
| | | | allows us to use Minnelli properly in updates and installs even with .info file based inheritance
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)
* #193998 by Rob Loach and quicksketch: profile fields drag and dropGábor Hojtsy2007-11-30
|
* - Patch #162381 by Heine et al: properly escape strings.Dries Buytaert2007-11-28
|
* #148084 by levavie, yhager and z.stolar: RTL styles for pushbutton, which ↵Gábor Hojtsy2007-11-27
| | | | completes RTL theme support in Drupal 6 core
* #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS filesGábor Hojtsy2007-11-27
|
* #193333 by quicksketch et al: taxonomy drag and drop supportGábor Hojtsy2007-11-26
|
* #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)