summaryrefslogtreecommitdiff
path: root/themes/chameleon
Commit message (Collapse)AuthorAge
...
* - Fixed the bullet icon.Dries Buytaert2004-02-21
|
* - Patch 5968 by Chris: the background-image line has a superfluous 'pure' inDries Buytaert2004-02-21
| | | | | the pathname, causing the theme to fail to find the background image and issue errors to the watchdog log.
* - Another inccorect path.Kjartan Mannes2004-02-19
|
* - Fixing watermark url.Kjartan Mannes2004-02-19
|
* - Changed the directory structure of theme chameleon. Each template is nowDries Buytaert2004-02-15
| | | | in a subdirectory. This makes it easier to clone/fork an existing theme.
* - Patch #5567 by Goba: fixed t() functions, cleanup of locale module's help,Dries Buytaert2004-02-01
| | | | fixed translation issues in taxonomy module, etc.
* - Patch 5140 by Moshe: removed the theme("header") and theme("footer") ↵Dries Buytaert2004-01-26
| | | | functions.
* Patch 5114 by Kjartan:Dries Buytaert2004-01-14
| | | | | | | - Adds drupal_set_header() and drupal_get_headers(). - Cache now stores custom headers. - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head(). - Added RSS autodiscover links to node, blog and taxonomy pages.
* Round 3 of aggregator improvements:Dries Buytaert2004-01-11
| | | | | | | | | | | | | | | - Added support for new tags: + Optinal feed image: <image> tag. + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>, <dcterms:modified>. - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML.
* Aggregator module improvements:Dries Buytaert2004-01-10
| | | | | | | | | | | | | + Added some a new theme fucntions to the aggregator to make it possible to theme the aggregator page. + Removed the <table> and much hardcoded CSS as well as theme("box")-es. + Added the aggregator's theme functions to Doxygen's themeable group. + Added breadcrumb trails to the aggregator pages. + Updated the core themes to take advantages of the improved themeability. Screenshot: http://buytaert.net/temporary/aggregator-makeover.jpg
* - Fixed default chameleon CSS.Dries Buytaert2004-01-07
|
* - Made it possible to set and display multiple status messages. Modified ↵Dries Buytaert2003-12-30
| | | | | | patch by Kjartan.
* - XHTML improvements: <b> -> <strong>. Patch by Stefan.Dries Buytaert2003-12-29
|
* - Made the chameleon theme display comment authors. Patch by Kjartan.Dries Buytaert2003-12-29
|
* - Removed the "img { border: 0; }"s from the CSS files as this is now part ofDries Buytaert2003-12-22
| | | | drupal.css.
* - CSS improvements by Kristjan: <hr />-tag styling, better fieldset and ↵Dries Buytaert2003-12-16
| | | | | | table row padding, more subtle color to watchdog special messages.
* - Added a new theme derived from Kristjan's styleswitcher theme.Dries Buytaert2003-12-15