Commit Graph

62 Commits (daa26f7982cec0b3101103ef0b89b3c2eded5cfb)

Author SHA1 Message Date
Angie Byron 9327932bf2 #382870 by geerlingguy, jmburnz, EclipseGc, JohnAlbin, sun, et al: Update and Polish default node.tpl.php output. 2009-08-06 05:06:00 +00:00
Angie Byron 3fa324a1b5 #493678 by threexk and tic2000: Fix disappearing Garland tabs in IE 7. 2009-08-04 06:56:30 +00:00
Angie Byron 0bd7fcbf38 #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and RTL-friendly. 2009-08-03 03:04:34 +00:00
Dries Buytaert 9381abb7c3 - Patch #470998 by bleen18: properly align the Druplicon logo in Garland. 2009-07-27 18:31:13 +00:00
Angie Byron 131aff1840 #371649 by jpoesen: Fix CSS preventing 'Add new commment' link from displaying in Garland. 2009-06-20 07:40:36 +00:00
Angie Byron 5b8d80b95d #435646 by tstoeckler: Fix vertical tabs in Stark. 2009-05-31 00:51:41 +00:00
Angie Byron 2df43894e2 #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string (and corresponding $classes_array) for all dynamic classes in template files. 2009-05-28 16:44:07 +00:00
Dries Buytaert a86223cd70 - Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so we have more flexibility to place it. 2009-05-12 08:31:17 +00:00
Dries Buytaert 14009fb9c9 - Patch #282852 by will_in_wi: non-public background overlaps messages area. 2009-04-26 15:01:06 +00:00
Angie Byron e8f56c4374 #323112 follow-up by kkaefer: Make tab titles enclosed in <strong> tags to indicate importance from surrounding text. 2009-04-12 02:37:56 +00:00
Angie Byron b8a8bd35fc Roll-back of #213689; causes issues with OSX's default styling. 2009-04-11 22:55:28 +00:00
Angie Byron e888f0061c #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future. 2009-04-11 22:19:46 +00:00
Angie Byron f278da9e50 #213689 by jotik: Avoid clashes with system colors. 2009-04-11 21:19:25 +00:00
Angie Byron 28aaa036e4 #304330 follow-up by sun: Clean-up of text format widget patch. 2009-03-30 03:15:41 +00:00
Angie Byron fb7347bc9d #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it. 2009-02-18 14:28:25 +00:00
Dries Buytaert c43e4639d7 - Patch #309784 by Darren Oh: unordered lists override numbered lists. 2008-12-19 15:42:26 +00:00
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