summaryrefslogtreecommitdiff
path: root/themes
Commit message (Collapse)AuthorAge
* - 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.
* - Improvement: CSS improvements for the calendar block in theme UnConeD.Dries Buytaert2003-06-20
| | | | Patch #40 by Al.
* - 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.
* - More XHTML-ifications from GmbH.Dries Buytaert2003-06-17
|
* - Improvement: made theme Marvin's calendar look better. Patch #16 by Al.Dries Buytaert2003-06-16
| | | | Thanks!
* - Improvements: XHTML-ifications. Patch by GmbH. See feature #1813.Dries Buytaert2003-06-16
|
* - Improvements: XHTML-ifications. Patch by GmbH.Dries Buytaert2003-06-15
|
* - 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.
* - 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?
* - Made all CSS definitions look alike.Dries Buytaert2003-06-01
|
* - CSS improvements to the calendar of the archive module. Updated the XtemplateDries Buytaert2003-05-31
| | | | theme and theme Marvin to take advantage of this. Patch by Al. Pretty stuff.
* - Import the theme specific stylesheet after importing drupal.css.Dries Buytaert2003-05-30
|
* - Remove the <base href="">-tags from the themes; these are being added byDries Buytaert2003-05-30
| | | | theme_head().
* - The check_output()s slipped back in. Removing them again.Dries Buytaert2003-05-29
|
* - Theme improvements by Al, with help from Nick: stylesheet improvements,Dries Buytaert2003-05-29
| | | | XHTML-ified theme UnConeD, etc.
* - Theme maintenance: moved CSS to separate stylesheet, updated to use relativeDries Buytaert2003-05-27
| | | | font sizes, etc. Thanks Al.
* - 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.
* - Forgot this one. Patch by Ax.Dries Buytaert2003-05-15
|
* - Another batch of theme improvements by Ax.Dries Buytaert2003-05-15
| | | | (Al: your additional patch did not apply. Will look into that later.)
* - CSS fixes by Al.Dries Buytaert2003-05-14
|
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
| | | | | | | | | | | | | - Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski. - Removed dependency on "register_globals = on"! Patches by Michael Frankowski. Notes: + Updated the patches to use $foo["bar"] instead of $foo['bar']. + Updated the INSTALL and CHANGELOG files as well. - Tiny improvement to the "./scripts/code-clean.sh" script.
* - More little tweaks. Looks like the links no longer right align on IE.Dries Buytaert2003-05-11
| | | | Sigh. Thoughts?
* - Added character encoding.Dries Buytaert2003-05-11
| | | | | | - <div> is not allowed within <span>. - Reworked the header: the alignment/wrapping of the primary and secondary links actually works now and is a tad simpler.
* - 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.
* - Committed Gordon's htmlarea patch.Dries Buytaert2003-04-21
|
* - Made it so that the xtemplate engine can only be included once. Patch byDries Buytaert2003-04-13
| | | | Ax.
* Patch by Ax:Dries Buytaert2003-04-04
| | | | | | | - Bugfix: xtemplate.inc removed "$xx" from content. - Improvement: changed a high ascii char to low ascii to be able to debug xtemplate.inc.
* - Some visual improvements. More suggestions welcome.Dries Buytaert2003-03-15
|
* - Another attempt to get the font size right. Al, Ax: better now?Dries Buytaert2003-03-13
|
* - Made the xtemplate theme support the td.dark and tr.light tags emittedDries Buytaert2003-03-12
| | | | | | | by the table rendering functions. - Made the font-size in the sidebar a bit smaller to avoid excessive wrapping. Requested by Al.
* - Fixed typo: <base url=> --> <base href=>. Patch by Moshe.Dries Buytaert2003-03-07
|
* - Changed 'node($node, $main)' to 'node($node, $main = 0)': cures a warning.Dries Buytaert2003-03-06
|
* - Fix by Michael; see mailing list archives. Better now?Dries Buytaert2003-03-03
|
* - More improvements.Dries Buytaert2003-02-27
|
* - Some bugfixes:Dries Buytaert2003-02-26
| | | | | + Made the sidebar stick to the right. + Corrected the size of the header-tags: they are in proportion now.
* - Small CSS improvement.Dries Buytaert2003-02-26
|
* - Small improvement to header width. Suggested by Ax.Dries Buytaert2003-02-20
|
* - Added missing footer logic. Patch by Ax.Dries Buytaert2003-02-19
|
* - Theme options patch. See mailing list.Dries Buytaert2003-02-17
|