summaryrefslogtreecommitdiff
path: root/themes/xtemplate/xtemplate.theme
Commit message (Collapse)AuthorAge
* - Accessibility improvement: made the search box use the alt-tag.Dries Buytaert2003-12-22
|
* - 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:'.
* - Xtemplate improvements by Ax. Patch 190.Dries Buytaert2003-12-09
|
* - Fixed mission statement.Dries Buytaert2003-12-06
|
* - 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.
* - Committed phase 4 of JonBob's menu system changes.Dries Buytaert2003-11-25
|
* - 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.)
* - 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.
* - 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."
* - Added path aliasing support to the Xtemplate theme. Patch 98 by Matthias.Dries Buytaert2003-08-16
|
* - 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.
* - Bugfix: the Xtemplate theme didn't check whether the taxonomy was enabled.Dries Buytaert2003-06-06
| | | | Patch by Ax.
* - Bugfix: made request_uri() rewrite ( and ) with their entity equivalentsDries Buytaert2003-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to avoid XSS attacks! Patch by Al, Moshe, Marco, Kjartan and me. - Bugfix: the admin module does now import drupal.css prior to admin.css. Patch by me. - Bugfix: the admin module was still emitting a <base href=""> tag. I removed this as it is been taken care of by theme_head(); Patch by me. - Bugfix: made the tracker module's pager only consider published pages. Patch by Moshe. - Bugfix: cured some typos in the comment module's help function. Patch by Marco. - Bugfix: fixed a typo in the pager_display() that caused optional attributes to be discarded. - Bugfix: made the Xtemplate emit empty boxes like any other theme does. Patch by Al. - Bugfix: fixed broken link on the statistics module's log page. Reported by Kjartan. - CSS improvements: made the HTML output emitted by the tracker module look nicer. Patch by Moshe and Al. - CSS improvements: added CSS classes for form elements. Patch by Al. - CSS improvements: added a vertical gap between the last form item and the submit button. Patch by Al. Note that Opera 6 is not picking up this CSS but apparently others browsers such as Konqueror do. - Xtemplate improvements: changed the color of the selected day in the archive module's calendar. Patch by Al. - Usability improvements: made the "birthday" field of the profile module look nicer. Patch by Al. ------ - TODO: it might be a good idea to emit the following meta tag in the theme_head() function: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> Currently, some themes (and modules!) emit this while others don't. This would also make it possible to change the charset site-wide. - TODO: now we added support for td.dark and td.light to drupal.css, maybe it can be removed from admin.css as well as xtemplate.css?
* - Remove the <base href="">-tags from the themes; these are being added byDries Buytaert2003-05-30
| | | | theme_head().
* - Removed check_output() from the theme system layer.Dries Buytaert2003-05-26
|
* - Added option to control placement of sidebar(s).Dries Buytaert2003-05-18
|
* Patch by Ax:Dries Buytaert2003-05-15
| | | | | | - Show sidebar only if there is at least one block. - Remove xml prolog; fixes http://lists.drupal.org/pipermail/drupal-devel/2003-May/024484.html.
* - Fixed some broken links.Dries Buytaert2003-05-11
|
* - Applied Ax's Xtemplate footer patch though shuffled around a bit with theDries Buytaert2003-04-25
| | | | variable names.
* - Update Xtemplate theme to support the onload attribute (was not included inDries Buytaert2003-04-21
| | | | | | Gordon's patch). - Updated CHANGELOG.
* - Made it so that the xtemplate engine can only be included once. Patch byDries Buytaert2003-04-13
| | | | Ax.
* - Changed 'node($node, $main)' to 'node($node, $main = 0)': cures a warning.Dries Buytaert2003-03-06
|
* - Added missing footer logic. Patch by Ax.Dries Buytaert2003-02-19
|
* - Theme options patch. See mailing list.Dries Buytaert2003-02-17
|
* - Clean URLs.Dries Buytaert2003-02-14
|
* - Applied Alastair's date patch.Dries Buytaert2003-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | - Removed all instances of '$user->nodes'. - Committed Moshe's taxonomy patch - minus the node_compact_list() bit. It needs a bit more thought/work. This patch changes the links of taxonomy pages/feeds so update your custom code and themes accordingly! Themes should now use "taxonomy_link("taxonomy terms", $node)" to get an array of taxonomy term links. The old construct is deprecated and should be changed. // old theme blob: if (function_exists("taxonomy_node_get_terms")) { foreach (taxonomy_node_get_terms($node->nid) as $term) { $terms[] = l($term->name, NULL, array(), "or=$term->tid"); } } // new theme blob: if (module_exist("taxonomy")) { $terms = taxonomy_link("taxonomy terms", $node); } // old URL: http://foo.com/index.php?or=1,2 // new URL: http://foo.com/?q=taxonomy/page/or/1,2
* - Small improvements to help people getting started with the xtemplateDries Buytaert2003-02-09
| | | | theme.
* Patch by Ax:Dries Buytaert2003-02-01
| | | | | | | | | | | | | | | - Bad usage of css ID's: they may be used for a single element only, but were used as #node, #block, which can occur multiple times in a single page. - Moved HTML from theme to template - thats what templates are all about! - Added support for head() hook - Added support for diffentiating between boxes and blocks. - Typo: secundary -> secondary
* Patch by Ax:Dries Buytaert2003-01-21
| | | | | | - Removed the XML prolog from xtemplate.xtmpl because some browsers have difficulties with it and it's not required. see http://webstandards.org/learn/reference/prolog_problems.html. - Fixed the term link.
* - Added a template driven theme.Dries Buytaert2003-01-20