summaryrefslogtreecommitdiff
path: root/themes
Commit message (Collapse)AuthorAge
* - 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
|
* - Some CSS improvements and better XHTML (<strong> vs <b>).Dries Buytaert2003-12-24
|
* - Removed the "img { border: 0; }"s from the CSS files as this is now part ofDries Buytaert2003-12-22
| | | | drupal.css.
* - Accessibility improvement: made the search box use the alt-tag.Dries Buytaert2003-12-22
|
* - Don't display the title when there is no title.Dries Buytaert2003-12-22
|
* - 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
|
* - Fixes another 'xtemplate.inc removes "$xx" from content'. Patch by Ax.Dries Buytaert2003-12-15
|
* - Moved theme UnConeD to the contributions repository.Dries Buytaert2003-12-13
|
* - Don't display a breadcrumb trail and title when there is no acitve page title.Dries Buytaert2003-12-13
| | | | This stops the Xtemplate theme from displaying a 'Home' link on the front page.
* - Made sure all status messages start with a capital letter as we don't prefixDries Buytaert2003-12-13
| | | | them with 'Status:'.
* - Added a bullet.Dries Buytaert2003-12-13
|
* - Some first theme Marvin improvements: better CSS, less tables. Borrowed ↵Dries Buytaert2003-12-13
| | | | | | some from marvin_2k and styleswitcher. More to come.
* - No Tahoma please.Dries Buytaert2003-12-09
|
* - Xtemplate improvements by Ax. Patch 190.Dries Buytaert2003-12-09
|
* - Only pad the table elements of certain tables.Dries Buytaert2003-12-06
|
* - Slightly increased padding of table elements.Dries Buytaert2003-12-06
|
* - Small improvement to the padding of static nodes.Dries Buytaert2003-12-06
|
* - Fixed mission statement.Dries Buytaert2003-12-06
|
* - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with ↵Dries Buytaert2003-12-04
| | | | sf, etc.
* - Introduced a drupal_set_message() and drupal_get_message() function.Dries Buytaert2003-12-01
| | | | | | | Contributed themes and modules need to be updated: - modules: status() is no more; use drupal_set_message() instead. - themes: use drupal_get_message() to check for status messages and visualize them.
* - Color-coded static nodes: they'll have a gray background to differentiateDries Buytaert2003-11-30
| | | | | them from non-static nodes and to make the visitor scroll down for fresh content.
* - Color-coded static nodes: they'll have a gray background to differentiateDries Buytaert2003-11-30
| | | | | them from non-static nodes and to make the visitor scroll down for fresh content.
* - Committed phase 4 of JonBob's menu system changes.Dries Buytaert2003-11-25
|
* - Made the Xtemplate theme degrade gracefully when CSS is disabled.Dries Buytaert2003-11-24
|
* - Committed phase 3 of JonBob's menu changes. Adds an API for modules toDries Buytaert2003-11-23
| | | | | define titles and breadcrumbs for their pages, and updates the theme system to display them.
* - Block and theme improvements. Patch by Ax.Dries Buytaert2003-11-19
| | | | | | | | | | | | | | | + block_list() (in block.module): returns an array of block objects for $region. + theme_blocks() (in theme.inc): uses block_list() and theme("block") to actually render them. Advantages: + Decouples blocks content and layout, allows block_list() to be used for non-output purposes (think "pull"). + Unifies naming in theme.inc: render_blocks()) didn't really fit there. + Puts block_list() in blocks.module where it logically belongs. - Removed some cruft from the Xtemplate theme. Patch by Ax.
* Xtemplate improvements. Patch #154 by CodeMonkeyX.Dries Buytaert2003-11-19
| | | | | | | * Made all theme functions return their output. * Removed sidebar configuration options. (Sidebar placement is not configured through the block configuration screen.)
* - Theme marvin improvements by CodeMonkeyX. Patch #155:Dries Buytaert2003-11-19
| | | | | | * Made all functions return their output. * Made theme compatible with three column layouts. * Fixed problem where blocks were not being rendered properly.
* - Improved module loading when serving cached pages. Moshe's bootstrap patch.Dries Buytaert2003-11-18
| | | | - Used legend and fieldset tags for the configuration page.
* - Fixed FOUC problem using link tag. Patch by Eric Scouten.Dries Buytaert2003-11-16
|
* - Fixed typo in theme Marvin. Patch by Goba.Dries Buytaert2003-11-14
|
* - Removed the output buffering from the Xtemplate theme.Dries Buytaert2003-11-11
|
* - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.Dries Buytaert2003-11-09
|
* - Committed stage 1 of the theme system improvements.Dries Buytaert2003-11-08
| | | | | | | | Some TODO's: * The sidebars of theme Marvin and theme UnConeD look unstyled. * CSS-ify theme UnConeD so we can remove the class around the functions. * Rewrite theme_init() not to use a class and simplify theme() accordingly.
* - Improvement: made it possible to disable the comment controls and reworded ↵Dries Buytaert2003-10-31
| | | | | | | | | | | | | | | | some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan.
* - Bugfix: made theme UnConeD call theme_footer(). Patch by Gordon.Dries Buytaert2003-10-20
|
* - taxo_link always returns array().Kjartan Mannes2003-10-06
| | | | | - Remove dead code from Marvin theme. - cleaner node html in Marvin.
* - Fixed calling links() error if a node doesn't have any terms defined.Kjartan Mannes2003-10-06
|
* - Url aliasing improvements. Patch by Matt. See mailing list for moreDries Buytaert2003-09-30
| | | | information.
* - As of now, the default placement of the Xtemplate theme's sidebar will beDries Buytaert2003-09-28
| | | | on the left. This is what people seem to expect.
* - Added $Id$ tags. Patch by Chris.Dries Buytaert2003-09-25
|
* - Xtemplate improvements by Kristjan:Dries Buytaert2003-09-13
| | | | | | | | | | | > no changes in presentation, just a structure changes > > - removed inline styles from .xtmpl > - removed duplicated #header class reference, renamed second one to #content as context$ > - simplified some CSS selectors (tested on IE and mozilla, please test on Opera, if pos$ > - some .class -> #class Note: tested on Opera; couldn't spot any differences.
* - Made the forum module's breadcrumb navigation fully themable. Patch by Nick.Dries Buytaert2003-09-12
| | | | | | | - Changed 'pubdate' to 'pubDate'. Patch by Kristjan. - Fixed in Xtemplate theme; don't use return value of node_url() raw and uncut. Patch by me.
* - Fixed bug with taxonomy handling. Bug #2831. Port of patch by JonathanDries Buytaert2003-09-11
| | | | Chaffer.
* - Added a "alt" attribute to the logo for sake of accessibility.Dries Buytaert2003-09-10
|
* - Commited Moshe's Xtemplate patch (slighty modified).Dries Buytaert2003-09-07
|
* - Xtemplate improvements from Ax: "i find it annoying to have two empty blocksDries Buytaert2003-08-28
| | | | | (a blue - message - and a grey - footer - one) if my site doesn't have neither of them set."