summaryrefslogtreecommitdiff
path: root/themes
Commit message (Collapse)AuthorAge
...
* - Patch 6770 by MegaGrunt: IE6 scrambled the layout of nested comments.Dries Buytaert2004-03-29
|
* - Small CSS changeDries Buytaert2004-03-21
|
* - Small visual improvement to the profile pages. I'm still not happy withDries Buytaert2004-03-20
| | | | it and looking forward for some help.
* - Tracker and forum module improvements!Dries Buytaert2004-03-20
| | | | | Note: the CSS of the tracker page has changed. Some CSS files still have to be updated.
* - Patch 6421 by TDobes: In the recent user.module and profile.module update, aDries Buytaert2004-03-12
| | | | | typo was introduced into xtemplate.theme which prevents the use (specifically, the ability to enable) comment pictures (formerly known as avatars).
* - Rewrote the profile module:Dries Buytaert2004-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Added a 'created' field to the users table and renamed the 'timestamp' fied to 'changed' (cfr. node table). Update.php will try to determine a 'created' timestamp for existing users. + The profile module no longer uses serialized data but has its own set of tables. Known existing profile data is migrated by these new tables. TODO: migrate the birthday field. + The profile fields can be grouped, and within each group, profile fields can be sorted using weights. + The profile pages can be themed. + The profiles can be browsed based on certain properties/settings. + Change the _user hook: (i) 'private_view' and 'public_view' are merged into 'view' as there are no private fields and (ii) 'edit_form' has been renamed to 'edit'. + Avatar handling has been refactored and is now part of the user module. The users table has a dedicted 'picture' field. + Simplified the way themes should use display/visualize pictures or avatars. + Made it possible for administrators to replace or delete avatars. + ... I hope this make for a good base to build on collectively.
* - Patch #6260 by TDobes: fixed incorrect alt-attribute for avatar images inDries Buytaert2004-03-06
| | | | the Xtemplate theme.
* - Patch 6138 by MegaGrunt: this patch creates a repeated background behindDries Buytaert2004-03-01
| | | | | the header logo image, so that multiple lines of text can be added to Primary menu without breaking the design.
* - Fixed bug #6048: display footer in theme chameleon.Dries Buytaert2004-02-25
|
* - Patch by Gerhard: move the updates to database/updates.inc so packagingDries Buytaert2004-02-25
| | | | systems can by-pass update.php.
* - Patch 6011 by MegaGrunt: the transparent GIF used for the rollover effectDries Buytaert2004-02-23
| | | | | | in the header icon is missing. The path for this image is in the XHTML file, when the images were moved out of the "image" directory, the XHTML file was not updated.
* - Intitial version of the Pushbutton theme: contributed by MegaGrunt!Dries Buytaert2004-02-23
|
* - Fixed the bullet icon.Dries Buytaert2004-02-21
|
* - Patch 5968 by Chris: the background-image line has a superfluous 'pure' inDries Buytaert2004-02-21
| | | | | the pathname, causing the theme to fail to find the background image and issue errors to the watchdog log.
* - Another inccorect path.Kjartan Mannes2004-02-19
|
* - Fixed CSS problem in Xtemplate theme.Dries Buytaert2004-02-19
|
* - Fixing watermark url.Kjartan Mannes2004-02-19
|
* - Moving theme marvin to the contributions repository. Will be replaced by ↵Dries Buytaert2004-02-16
| | | | pusbutton?
* - Patch #5789 by TDobes: made the avatars link to the user profile.Dries Buytaert2004-02-15
|
* - Patch 5592 by Goba: let drupal_map_assoc() rule. :-)Dries Buytaert2004-02-15
| | | | - Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
* - Changed the directory structure of theme chameleon. Each template is nowDries Buytaert2004-02-15
| | | | | | | | in a subdirectory. This makes it easier to clone/fork an existing theme. Modified patch by MegaGrunt. - Added some help text, reorganized the Xtemplate configuration page, added <legend>/<fieldset> tags, fixed a logo bug.
* - Changed the directory structure of theme chameleon. Each template is nowDries Buytaert2004-02-15
| | | | in a subdirectory. This makes it easier to clone/fork an existing theme.
* - Made the logo sink to the baseline.Dries Buytaert2004-02-13
|
* - Patch 5789 by TDobes: added avatar support to the Xtemplate theme.Dries Buytaert2004-02-11
|
* - Small CSS change to make paragraphs more natural.Dries Buytaert2004-02-09
|
* - Patch #5418 by hba: made the Xtemplate theme fully translatable.Dries Buytaert2004-02-01
|
* - Patch #5567 by Goba: fixed t() functions, cleanup of locale module's help,Dries Buytaert2004-02-01
| | | | fixed translation issues in taxonomy module, etc.
* - Fixed bug #5500 by pz: missing alt="" tag in Xtemplate theme.Dries Buytaert2004-01-29
|
* - Patch 5140 by Moshe: removed the theme("header") and theme("footer") ↵Dries Buytaert2004-01-26
| | | | functions.
* - Missing }Dries Buytaert2004-01-24
|
* - Fixed table width.Dries Buytaert2004-01-24
|
* - Some small forum changes.Dries Buytaert2004-01-21
|
* - Forum module improvements.Dries Buytaert2004-01-21
|
* Patch 5114 by Kjartan:Dries Buytaert2004-01-14
| | | | | | | - Adds drupal_set_header() and drupal_get_headers(). - Cache now stores custom headers. - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head(). - Added RSS autodiscover links to node, blog and taxonomy pages.
* - Applied patch #4949: node_prepare() wastes resources. Patch by Goba.Dries Buytaert2004-01-11
|
* Round 3 of aggregator improvements:Dries Buytaert2004-01-11
| | | | | | | | | | | | | | | - Added support for new tags: + Optinal feed image: <image> tag. + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>, <dcterms:modified>. - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML.
* - Fixed typo in CSS.Dries Buytaert2004-01-10
|
* Aggregator module improvements:Dries Buytaert2004-01-10
| | | | | | | | | | | | | + Added some a new theme fucntions to the aggregator to make it possible to theme the aggregator page. + Removed the <table> and much hardcoded CSS as well as theme("box")-es. + Added the aggregator's theme functions to Doxygen's themeable group. + Added breadcrumb trails to the aggregator pages. + Updated the core themes to take advantages of the improved themeability. Screenshot: http://buytaert.net/temporary/aggregator-makeover.jpg
* - Fixed default chameleon CSS.Dries Buytaert2004-01-07
|
* - 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
|