Commit Graph

46 Commits (d0bd78238c4a7d88c6f349a48ba6561dcf794907)

Author SHA1 Message Date
Dries Buytaert 5299b92689 - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan. 2008-06-25 09:12:25 +00:00
Dries Buytaert 6ab934660c - Patch #192962 by gpk et al: ghop #24, module administration page improvements. 2008-05-05 21:10:48 +00:00
Dries Buytaert ab6c47cd3d - Patch #251758 by Stefan, dvessel, quicksketch et al: clean up Garland's page.tpl.php. 2008-04-28 09:25:27 +00:00
Dries Buytaert 79b016d915 - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched 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.
2008-04-10 10:28:23 +00:00
Dries Buytaert 904779cb73 - Patch #238528 by misamuelson, approved by Stefan: disabled menu items should not be opaque for usability. 2008-04-01 19:38:37 +00:00
Dries Buytaert 9e126b8098 - Patch #201876 by gk, approved by Stfan N: make drag and drop color stand out a bit more 2008-04-01 19:34:06 +00:00
Dries Buytaert b55b45bcea - Patch #231115 by Stefan: clean up file headers. 2008-03-13 20:02:18 +00:00
Dries Buytaert 8e09e19a82 - Patch #231115 by Stefan: various Garland clean-ups. 2008-03-10 18:23:07 +00:00
Gábor Hojtsy 5d43caf221 #200210 by gaele: more accessible color contrast in Garland error messages 2008-01-18 16:14:56 +00:00
Gábor Hojtsy 6dcf2cccaa #194590 by scor, JirkaRybka, attiks, dvessel; with heavy testing by catch: fix a dozen issues with sticky table headers 2008-01-09 09:56:39 +00:00
Dries Buytaert 0d97679b77 - Patch #204488 by Desbeers: Garland was still using deprected CSS class names: watchdog -> dblog. 2007-12-29 16:02:52 +00:00
Gábor Hojtsy ac4c8f7ab0 #203274 by Pasqualle: remove excessive witespace from our code (minor) 2007-12-22 23:24:26 +00:00
Gábor Hojtsy 5272329fbc rollback of #197425 following on Steven Witten's discontent on how it looks in Garland 2007-12-17 15:05:10 +00:00
Gábor Hojtsy 29f443761f #197425 by mooffie, slightly modified: add blockquote support by default and blockquote theming to Garland and Bluemarine (other themes have it already) 2007-12-17 14:04:47 +00:00
Gábor Hojtsy bad47cbf85 #193998 by Rob Loach and quicksketch: profile fields drag and drop 2007-11-30 09:02:51 +00:00
Gábor Hojtsy f77b60f291 #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS files 2007-11-27 12:09:27 +00:00
Gábor Hojtsy e6a88be5d1 #193333 by quicksketch et al: taxonomy drag and drop support 2007-11-26 19:46:52 +00:00
Dries Buytaert 6049f23760 - Patch #181066 by quicksketch et al: drag and drop of table rows on the block adminsitration page. 2007-11-14 09:50:00 +00:00
Gábor Hojtsy a42a9d3efd #178608 by chx: convert menu overview page to a form to overcome any CSRF vulnerabilities 2007-11-09 22:14:41 +00:00
Gábor Hojtsy ed1a53698a #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on 2007-10-11 09:51:29 +00:00
Gábor Hojtsy 8b72b39281 #180897 by sun: fix an XHTML validity error in Garland 2007-10-05 13:09:17 +00:00
Dries Buytaert c389c90529 - Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called. 2007-10-02 16:03:17 +00:00
Gábor Hojtsy 94822ff112 #164451 by several people: Right to left (RTL) CSS styles for Garland, so Drupal can even be installed in RTL form from the start 2007-09-06 21:17:07 +00:00
Gábor Hojtsy 21d005c754 #171963 by dvessel and momendo: fix background positioning in fieldsets in IE7 2007-09-06 12:55:55 +00:00
Gábor Hojtsy 20e0613293 #109363 by jptavan: CSS best practice; include a generic font family for Verdana fonts in Garland 2007-07-12 11:00:44 +00:00
Gábor Hojtsy 6cc6f128fe #102252 by Arancaytar: do not show script tag in header with Garland in Mozilla browsers 2007-07-12 10:06:16 +00:00
Steven Wittens e7d31327cf #144397: Use drupal_render for user profiles and convert to themer-friendly .tpl.php files. 2007-06-21 04:38:41 +00:00
Dries Buytaert 083a6a274d - Patch #134185 by Ralf Stamm: missing CVS IDs in files. 2007-04-13 07:33:24 +00:00
Dries Buytaert 25fc5960f7 - Patch #109404 by effennel: fixed typo in code comments. 2007-03-12 18:10:36 +00:00
Steven Wittens ba0ff1a9b7 #117018: Use Garland theme for installer/maintenance pages, and add task list in the sidebar.
- Refactor partial-page handling for the maintenance page. It's an exotic quirk for update.php and belongs there.
2007-03-02 09:40:27 +00:00
Dries Buytaert f996fd9568 - Patch #112605 by Steven: sticky table headers. 2007-02-06 08:35:13 +00:00
Steven Wittens db96b8694c #104175: Fix disappearing fieldset title in firefox. 2007-02-06 08:12:42 +00:00
Steven Wittens 7ea92ac319 Fix button alignment on watchdog form in Garland. 2007-01-10 08:24:02 +00:00
Steven Wittens 2c449c8eb2 Still used 'themetastic' inside style.css comment. Changed to 'garland'. 2007-01-04 03:27:07 +00:00
Dries Buytaert 7e19c63983 - Patch #103604 by ufku: IE6 fix for Garland. 2006-12-23 15:33:10 +00:00
Dries Buytaert af380b315f - Patch #92849 by mfredrickson: css fix for garland on Safari. 2006-12-10 20:45:23 +00:00
Steven Wittens 159991c6aa #100696: Add missing feed icons to Garland. 2006-12-04 23:15:40 +00:00
Steven Wittens a895b14932 Change url('') to url() in CSS 2006-11-24 01:39:22 +00:00
Steven Wittens eb925ef11d #93187: Add header region to Garland theme 2006-11-24 01:38:02 +00:00
Dries Buytaert 8ee2abd5b7 - Patch #99245 by m3avrck: make consistent use of url() in CSS files. 2006-11-23 11:05:46 +00:00
Steven Wittens 001d54f663 #84961: Add 'select all' and range select feature to admin tables. 2006-11-21 08:16:39 +00:00
Steven Wittens f1581984b4 Style block region markers in garland 2006-11-12 17:25:45 +00:00
Steven Wittens 6263c0f22c Clean up patch for #92372 2006-11-10 13:10:09 +00:00
Neil Drumm e56e667031 #92372 by ac. Fix alignment of a couple inline buttons. (You need to resave your colors to wipe out the Garland CSS cache.) 2006-11-10 08:45:24 +00:00
Dries Buytaert dd32f8ddff - Removing tabs. 2006-10-31 15:03:37 +00:00
Steven Wittens b01d96aed5 #88202: Adding Garland theme to core. 2006-10-29 13:21:46 +00:00