summaryrefslogtreecommitdiff
path: root/themes
Commit message (Collapse)AuthorAge
* - 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."
* - Fixed a number of small user experience inconsistencies pointed out byDries Buytaert2003-08-23
| | | | Keith.
* - Removed left-overs from the rating module. Patch by Gerhard. Updated theDries Buytaert2003-08-22
| | | | | | | | | | | | | | | | PostgreSQL and MSSQL database scheme as well. - Made sure the update script updates the correct tables when database prefixing is enabled. Patch by Bart Jansens. - Improved the breadcrumb navigation of the book and the forum module as per Keith Instone's suggestions. - Updated page titles (or block titles) and links to match. Suggested by Keith Instone. - Added missing 'thread' field to the comment table of the MySQL database scheme. Fixes bug #2590.
* - Added path aliasing support to the Xtemplate theme. Patch 98 by Matthias.Dries Buytaert2003-08-16
|
* 1) Bugfix: changed INNER JOIN to LEFT JOIN to make forum topics with no ↵Dries Buytaert2003-08-15
| | | | | | | | | | comments show on the topic overview page. 2) Beautified the forum module views; rewritten to use the table() rendering functions, X HTML-ified the emitted code, added additional CSS tags, and removed hard-coded markup. This improves themeabality; it should be able to mimic the view and color scheme of, say, http://www.phpbb.com/. 3) Reorganized forms and links (interactive elements) to improve usability. Also ensured that the link names and page titles match. 4) Temporary removed container functionality: this simplified the work and eliminated some usability issues.
* - Applied modified version of almaw's 0064 patch: form item attributes.Kjartan Mannes2003-08-12
| | | | | | | | | - Applied modified version of mathias' 0073 patch: node form name. $params["options"] is now an array so some contrib modules might need minor changes. - Applied mathhias' 0074 patch: missing access check on who is new block.
* - Made the tracker module link to your own posts. Patch 79 from Gerhard.Dries Buytaert2003-07-09
| | | | | | - Added a permalink to the Xtemplate theme. Requested by Scott. - Added pager support to the locale module.
* - Bugfix: the message bog was no longer shown because of the "Default frontDries Buytaert2003-06-22
| | | | page" changes. Patch by Ax.