summaryrefslogtreecommitdiff
path: root/includes/theme.inc
Commit message (Collapse)AuthorAge
* - 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
|
* #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.