summaryrefslogtreecommitdiff
path: root/includes/theme.inc
Commit message (Collapse)AuthorAge
* #159804 by myself: closure should be filled last, so we have a predictable ↵Gábor Hojtsy2007-07-18
| | | | place to collect queries and strings used on the page
* - Patch #141730 by Earl: allow theming system to use wildcards. I promised ↵Dries Buytaert2007-07-03
| | | | in the issue that this patch would still go in, so here goes.
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #141725 by Crell and dvessel: allow themes to define multiple CSS and JS ↵Gábor Hojtsy2007-07-01
| | | | files in their .info files, which can be clearly overriden
* #146386 by kbahey: refactor 'submitted by user - date' themeing and make it ↵Gábor Hojtsy2007-07-01
| | | | more verbose to translate
* - Patch #153535 by traxer: according to the XHTML1 Strict specification, it ↵Dries Buytaert2007-06-28
| | | | is not allowed to generate empty <tr></tr> tags.
* #118026 by kkaefer with fixes from myself: JavaScript translation support ↵Gábor Hojtsy2007-06-08
| | | | and script.js as a default theme JS file to use, if found
* - Patch #101268 by webernet et al: improve the usability of feed icons.Dries Buytaert2007-05-31
|
* - Patch #137724 by JohnAlbin: empty favicon causes duplicate page requests.Dries Buytaert2007-05-22
|
* - Patch #137211 by merlinofchaos: move theme information to .info files and ↵Dries Buytaert2007-05-06
| | | | improved theme inheritance.
* #127539: progressive operation support, refactoring update.php code to a ↵Gábor Hojtsy2007-05-04
| | | | | | | | | | | generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off.
* - Patch #130987 by alienbrain: fixed problem with theme registry patch.Dries Buytaert2007-04-29
|
* - Patch #137236 by merlinofchaos: provide a way to secure the theme ↵Dries Buytaert2007-04-27
| | | | variables system.
* - Patch #137415 by slantview: simplified the cache API/usages, and made it a ↵Dries Buytaert2007-04-25
| | | | tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #118660 by agentrickard: re-order arguments of cache_set() to match ↵Dries Buytaert2007-04-15
| | | | PHP/Drupal conventions.
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #134697 by hunmonk: make table row coloring work in absence of ↵Dries Buytaert2007-04-09
| | | | numeric IDs.
* - Patch #134161 by chx: no menu tabs for themes.Dries Buytaert2007-04-06
|
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* #117018: Use Garland theme for installer/maintenance pages, and add task ↵Steven Wittens2007-03-02
| | | | | | list in the sidebar. - Refactor partial-page handling for the maintenance page. It's an exotic quirk for update.php and belongs there.
* - Patch #111347 by Steven: refactor url() and l().Dries Buytaert2007-02-15
|
* - Patch #112605 by Steven: sticky table headers.Dries Buytaert2007-02-06
|
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* - Rollback of E_ALL patch. Too much extra breakage.Dries Buytaert2007-01-25
|
* - Patch #112715 by webchick et al: fixed some E_ALL errors.Dries Buytaert2007-01-25
|
* #108310: Minor speed up, cache theme functions in theme_get_function().Steven Wittens2007-01-11
|
* #106232 by chx. Add spaces for code style.Neil Drumm2007-01-02
|
* #105726 by moshe weitzman. Remove necessity to hard-code theme engine ↵Neil Drumm2006-12-30
| | | | directories since they can change.
* #90738 by jjeff and ChrisKennedy. first and last are not mutually exclusive.Neil Drumm2006-12-29
|
* #105303 by Gábor Hojtsy. Improve translation converage for installation.Neil Drumm2006-12-27
|
* #103280: Fix styles for maintenance pages.Steven Wittens2006-12-15
|
* - Patch #93079 by chx: not able to select database.Dries Buytaert2006-12-14
|
* #100516: CSS preprocessor to cache and compress all .css files. Benchmarks ↵Steven Wittens2006-12-10
| | | | show up to 40% faster page loads.
* - Patch #101738 by webchick: phpdoc improvement.Dries Buytaert2006-12-08
|
* Proper checking for a variable existing.Neil Drumm2006-11-29
|
* #87090 by kkaefer. Render blocks before page content so they may insert headers.Neil Drumm2006-11-29
|
* - Patch #50505 by chx and profix: path_to_theme() silently fails if ↵Dries Buytaert2006-11-28
| | | | init_theme() hasn't been called yett
* #84189 by webchick. Properly initialize variables.Neil Drumm2006-11-26
|
* - Patch #98365 by webchick and RobRoy: added missing t() functions.Dries Buytaert2006-11-24
|
* - Patch #93410 by bjaspan: theme_links() generated invalid XHTML in absence ↵Dries Buytaert2006-11-21
| | | | of links.
* #84961: Add 'select all' and range select feature to admin tables.Steven Wittens2006-11-21
|
* - Rollback of #94058: see issue.Dries Buytaert2006-11-17
|
* #94058 by hunmonk. Allow for multiple sortable tables on a page.Neil Drumm2006-11-17
|
* - Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code.Dries Buytaert2006-11-08
|
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* - Patch #78399 by Eaton and chx: don't allow HTML in the title.Dries Buytaert2006-10-18
|
* #83853 by myself. Add whitespace between link list items.Neil Drumm2006-10-17
|
* - Patch #58671 by Tobias: theme_closure -> theme('closure').Dries Buytaert2006-09-05
|