summaryrefslogtreecommitdiff
path: root/themes/xtemplate
Commit message (Collapse)AuthorAge
* - XHTML improvements: <b> -> <strong>. Patch by Stefan.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.
* - Accessibility improvement: made the search box use the alt-tag.Dries Buytaert2003-12-22
|
* - Fixes another 'xtemplate.inc removes "$xx" from content'. Patch by Ax.Dries Buytaert2003-12-15
|
* - 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:'.
* - 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.)
* - 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
|
* - 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.
* - 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."
* - 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.
* - 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.
* - Fixed some link colors. Patch by Kristjan.Dries Buytaert2003-06-18
|
* - Improvement: more CSS improvements to the Xtemplate theme. Thanks KristjanDries Buytaert2003-06-18
| | | | and Al.
* - Improvements: XHTML-ifications. Patch by GmbH. See feature #1813.Dries Buytaert2003-06-16
|
* - Bugfix: small Xtemplate fixes. Patch by Ax. (Slightly modified.)Dries Buytaert2003-06-13
| | | | | | | | | | | | | - Bugfix: block patch fix. Patch by Gerhard. - Bugfix: fixed broken URL in ping. Patch by Gerhard. (This should fix the problems shown on http://www.blo.gs/info.php?id=1515.) - Improvement: added better password generator. Patch #1 by Al. Fixes bug #1935. - Improvement: performance improvement to the blog module. Patch by Marco.
* - Bugfix: charset fixes/clean-up. Patch #52 by Al.Dries Buytaert2003-06-12
| | | | | | | | | | - Improvement: renamed some theme functions of the forum module for sake of consistency/readability. Patch #2 by Kristjan. - Improvement: usability improvements to the Xtemplate theme. Patch #3 by Kristjan. - Improvement: CSS'ified the book module pages. Patch #3 by Al. (I simplified the "l ocation" part. Al's approach gave you a bit more power but I'm not sure anyone wants to change that. Besides, this will change as soon we integrate the menu system so I kept it easy for now.)
* - The calendar block was somewhat cramped compared to the rest of the site's ↵Dries Buytaert2003-06-07
| | | | layout. Adding a small padding.
* Usability improvements to the Xtemplate theme by Kristjan and Al:Dries Buytaert2003-06-06
| | | | | | | | | | | | | | | | | | | | - added a subtle lineheight to nodes and #message - removed specific link colors for taxonomy terms and node links. Found it confusing, specially in context with a:visited color. - added a gray background, border and padding for <pre> tag, to make Drupal documentation pages more nicer. - nested search form into <div>s in order to validate as XHTML Strict. Modified patch by Alastair. - incorporated all of Alastair's patches to replace px-based padidngs with em-ones - fixed the footer font size and Y-centered it - removed class from seach <form>, put it in the surrounding <div> instead - added class for submit - simplified the search box's CSS, it is looking much more cleaner now
* - Bugfix: the Xtemplate theme didn't check whether the taxonomy was enabled.Dries Buytaert2003-06-06
| | | | Patch by Ax.
* - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a ↵Dries Buytaert2003-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reserved keyword in MySQL 4. This fixes critical bug #1618. Patch by Marco. ==> This fix requires to run update.php! - Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register(). This fixes critical bug #1797. Patch by Marco. - Bugfix: sometimes error messages where being discarded when previewing a node. Patch by Craig Courtney. - Bugfix: fixed charset problems. This fixes critical bug #1549. Patch '0023.charset.patch' by Al. - Code improvements: removed some dead code from the comment module. Patch by Marco. - Documentation improvements: polished the node module help texts and form descriptions. Patch '0019.node.module.help.patch' by Al. - CSS improvements all over the map! Patch '0021.more.css.patch' by Al. - GUI improvements: improved the position of Druplicon in the admin menu. Patch '0020.admin.logo.patch' by Al. - GUI improvements: new logos for theme Marvin and theme UnConeD. Logos by Kristjan Jansen. - GUI improvements: small changes to the output emitted by the profile module. Suggestions by Steven Wittens. - GUI improvements: small fixes to Xtemplate. Patch '0022.xtemplate.css.patch' by Al. TODO: - Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register(). They should be updated. We should setup a task on Drupal. - There is code emitting '<div align="right">' which doesn't validate. - Does our XML feeds validate with the charset changes? - The forum module's SQL doesn't work properly on PostgreSQL.