Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #350984 by Moshe: kick comment rendering out of node module. | Dries Buytaert | 2008-12-31 |
| | |||
* | - Patch #339929 by swentel: renamed taxonomy to terms. | Dries Buytaert | 2008-12-26 |
| | |||
* | - Patch #309784 by Darren Oh: unordered lists override numbered lists. | Dries Buytaert | 2008-12-19 |
| | |||
* | - 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 #320000 by lilou: unify doxygen @file documentation in tpl. | Dries Buytaert | 2008-10-13 |
| | |||
* | #319714 by greggles: Remove needless double-check_url()ing in ↵ | Angie Byron | 2008-10-11 |
| | | | | maintenance.tpl.php. | ||
* | #307194 by Razorraser: Fix leading space in site logo link. | Angie Byron | 2008-09-14 |
| | |||
* | - 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 #192962 by gpk et al: ghop #24, module administration page improvements. | Dries Buytaert | 2008-05-05 |
| | |||
* | - Patch #251758 by Stefan, dvessel, quicksketch et al: clean up Garland's ↵ | Dries Buytaert | 2008-04-28 |
| | | | | page.tpl.php. | ||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-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 Buytaert | 2008-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 Buytaert | 2008-04-01 |
| | | | | should not be opaque for usability. | ||
* | - Patch #201876 by gk, approved by Stfan N: make drag and drop color stand ↵ | Dries Buytaert | 2008-04-01 |
| | | | | out a bit more | ||
* | - Patch #231115 by Stefan: clean up file headers. | Dries Buytaert | 2008-03-13 |
| | |||
* | - Patch #231115 by Stefan: various Garland clean-ups. | Dries Buytaert | 2008-03-10 |
| | |||
* | - Patch #221384 by webernet: update core compatibility to Drupal 7. | Dries Buytaert | 2008-02-18 |
| | |||
* | #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 | ||
* | #200210 by gaele: more accessible color contrast in Garland error messages | Gábor Hojtsy | 2008-01-18 |
| | |||
* | #194590 by scor, JirkaRybka, attiks, dvessel; with heavy testing by catch: ↵ | Gábor Hojtsy | 2008-01-09 |
| | | | | fix a dozen issues with sticky table headers | ||
* | #202821 by marco.robotangel: display messages above help in all core themes ↵ | Gábor Hojtsy | 2008-01-07 |
| | | | | for consistent user feedback (usability) | ||
* | #199809 by theborg: comment templates were not checking status properly (fix ↵ | Gábor Hojtsy | 2008-01-04 |
| | | | | notice, allows themes to theme in-preview comments differently) | ||
* | - Patch #204488 by Desbeers: Garland was still using deprected CSS class ↵ | Dries Buytaert | 2007-12-29 |
| | | | | names: watchdog -> dblog. | ||
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 |
| | |||
* | rollback of #197425 following on Steven Witten's discontent on how it looks ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | in Garland | ||
* | #197425 by mooffie, slightly modified: add blockquote support by default and ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-12-14 |
| | | | | styles, not just style.css, fixing Minnelli coloring and RTL CSS file coloring | ||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-11-30 |
| | | | | maintenance pages (regression) | ||
* | #193998 by Rob Loach and quicksketch: profile fields drag and drop | Gábor Hojtsy | 2007-11-30 |
| | |||
* | #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS files | Gábor Hojtsy | 2007-11-27 |
| | |||
* | #193333 by quicksketch et al: taxonomy drag and drop support | Gábor Hojtsy | 2007-11-26 |
| | |||
* | #181582 rollback: this broke maintanance pages (update, install) | Gábor Hojtsy | 2007-11-14 |
| | |||
* | Removing files I should have removed in #181582, but forgot. | Gábor Hojtsy | 2007-11-14 |
| | |||
* | - Patch #181066 by quicksketch et al: drag and drop of table rows on the ↵ | Dries Buytaert | 2007-11-14 |
| | | | | block adminsitration page. | ||
* | #178608 by chx: convert menu overview page to a form to overcome any CSRF ↵ | Gábor Hojtsy | 2007-11-09 |
| | | | | vulnerabilities | ||
* | #181582 by Crell and Rob Loach: use theme inheritance in the Minnelli theme, ↵ | Gábor Hojtsy | 2007-11-07 |
| | | | | so no @import is required | ||
* | #177738 by chx: fix notice in Garland, when site_fields is an empty array | Gábor Hojtsy | 2007-11-04 |
| | |||
* | #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵ | Gábor Hojtsy | 2007-10-11 |
| | | | | closing unclosed tags, avoiding empty table containers, and so on | ||
* | #180897 by sun: fix an XHTML validity error in Garland | Gábor Hojtsy | 2007-10-05 |
| | |||
* | #180267 by hass: menu-collapsed-rtl.gif in Minnelli should be copied with ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-10-02 |
| | | | | other images when color changes are made | ||
* | - Patch #144634 by chx: fixed critical bug that prevented language ↵ | Dries Buytaert | 2007-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 Hojtsy | 2007-10-01 |
| | | | | smaller in size) | ||
* | #176295 by myself: simplify Minnelli RTL CSS | Gábor Hojtsy | 2007-09-17 |
| | |||
* | #176295 by myself: right to left display support for the Minnelli theme | Gábor Hojtsy | 2007-09-17 |
| | |||
* | Themetastic to Garland, where this was not changed yet | Gábor Hojtsy | 2007-09-06 |
| |