summaryrefslogtreecommitdiff
path: root/includes/theme.inc
Commit message (Collapse)AuthorAge
* - Patch #58671 by Tobias: theme_closure -> theme('closure').Dries Buytaert2006-09-05
|
* #75002: Install-time and run-time requirements checking + status report pageSteven Wittens2006-09-01
|
* #65151 by m3avrck. theme_links() is now marked up as a list.Neil Drumm2006-08-30
|
* Allow absolute urls for theme('image'), needed for user pictures to work ↵Steven Wittens2006-08-24
| | | | properly.
* #66569 by m3avrck. Put all the feed icons in the same place.Neil Drumm2006-08-23
|
* - Patch #76637 by timnc: streamline JavaScript addition and add settings ↵Dries Buytaert2006-08-22
| | | | storage.
* #79601: module_exist() -> module_exists()Steven Wittens2006-08-20
|
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* #2039 by Boris Mann ("My first diff to the list"), moshe weitzman, and David ↵Neil Drumm2006-08-17
| | | | Lesieur, nested lists.
* Fixing the CSS for theme maintainence and install pages.Neil Drumm2006-08-05
|
* #76741: Allow <th> tags for theme_table cellsSteven Wittens2006-08-03
|
* - Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal.Dries Buytaert2006-08-03
|
* - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵Dries Buytaert2006-07-13
| | | | et al: an initial install system for Drupal core.
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* #71925 by Steven, remove # prefix from link array keys.Neil Drumm2006-07-04
|
* #52059 by Crell, allow attributes for items in theme_item_list().Neil Drumm2006-07-02
|
* - Patch #71454 by moshe: removed redundant module_invoke. Committing from ↵Dries Buytaert2006-06-29
| | | | the Google campus.
* #68170 by xtony and Heine, Use basename not pretty name in theme_get_settings().Neil Drumm2006-06-23
|
* #63485 by fgm, theme_item_list should receive an attributes parameterNeil Drumm2006-05-20
|
* - Patch #18260 by Ber, m3averck et al: allow overriding of links returned by ↵Dries Buytaert2006-05-18
| | | | modules
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* #56508 by chx (modified), Remove notices from form.inc and move ↵Neil Drumm2006-05-02
| | | | theme_form_element from theme.inc to form.inc.
* #61304 by fgm, use t() for a string.Neil Drumm2006-05-02
|
* - Removing trailing whitespace.Dries Buytaert2006-04-17
|
* #51002: Admins could not see unpublished comments (plus minor usability ↵Steven Wittens2006-04-15
| | | | enhancements for previewing/unpublished)
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* - Remove trailing whitespaceSteven Wittens2006-04-07
|
* #57519: Custom favicon did not use base_path()Steven Wittens2006-04-06
|
* #57333: Only set logo image path if it existsSteven Wittens2006-04-04
|
* #54003, Watchdog not logging update errors, patch by StevenGerhard Killesreiter2006-03-28
|
* - sa-2006-002: XSS issues with username log and missionSteven Wittens2006-03-13
|
* - Patch #52508 by TDobes: fixed theme system regressions.Dries Buytaert2006-03-07
|
* - #48036: Don't show search box in theme if you have no search permissionSteven Wittens2006-02-05
|
* - Patch #13148 by Morbus: less globals.Dries Buytaert2006-02-02
|
* - Patch #13148 by Morbus: further base path fixes / clean-ups.Dries Buytaert2006-01-30
|
* - Patch #13148: fix problems with using relative path names! (Please ↵Dries Buytaert2006-01-29
| | | | document this change.)
* - Added .Dries Buytaert2006-01-20
|
* - Patch #45451 by wtanaka: added explanation for the red star.Dries Buytaert2006-01-20
|
* - Patch #27884 by gordon: js addLoadEvent not working.Dries Buytaert2006-01-20
|
* - Patch #45209 by markus et al: added some missing t() functions.Dries Buytaert2006-01-18
|
* - Modified patch #45214 by markus: don't generate empty breadcrumb div.Dries Buytaert2006-01-18
|
* - Patch #44976 by m3avrck: cleaned up some CSS.Dries Buytaert2006-01-16
|
* - Patch #42105 by chx / merlinofchaos: made form elements themable.Dries Buytaert2006-01-10
|
* - Patch #15609 by m3avrck: get rid of forced <br />-tag after <label>-tags. ↵Dries Buytaert2006-01-06
| | | | Makes it easier to theme forms.
* - Patch #35667 by Crell: bug fix: on ?q=admin/block style.css was imported ↵Dries Buytaert2006-01-06
| | | | twice.
* - Patch #41548 by Neil: critical bugfix: theme didn't load when styles are used.Dries Buytaert2006-01-04
|
* - #42234: Use standardized feed icon for RSSSteven Wittens2005-12-29
|
* - Patch #41118 by Goba: various upgrade script fixes.Dries Buytaert2005-12-26
|
* - Patch #35924 by Neil: improved the update system.Dries Buytaert2005-12-06
|
* - Patch #38279 by paddy_deburca: fixed theme_item_list() not to generate an ↵Dries Buytaert2005-11-24
| | | | empty <ul></ul> tag when $items is empty.