summaryrefslogtreecommitdiff
path: root/includes/theme.inc
Commit message (Collapse)AuthorAge
* #160395 follow up patch by dvessel: fix array initializationGábor Hojtsy2007-09-01
|
* - Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a ↵Dries Buytaert2007-09-01
| | | | patch spree ...
* - Patch #160395 by dvessel and merlinofchaos: allow theme engine to register ↵Dries Buytaert2007-09-01
| | | | theme variable functions.
* - Removing whitespace.Dries Buytaert2007-08-30
|
* #103391 follow up patch by bdragon: fix E_NOTICE by checking if href is setGábor Hojtsy2007-08-30
|
* #165343 by merlinofchaos and dvessel: include path history in theme ↵Gábor Hojtsy2007-08-29
| | | | discovery suggestions, so we find subtheme files properly
* #103391 by m3avrck, RobRoy and dvessel: cleanup active list item classesGábor Hojtsy2007-08-29
|
* #166071 by jjeff and dvessel: move default template preprocess code to ↵Gábor Hojtsy2007-08-28
| | | | template_preprocess, and add *lots* of documentation to template files and functions
* - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵Dries Buytaert2007-08-26
| | | | functions and templates may need include files. Flush your caches.
* - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href ↵Dries Buytaert2007-08-23
| | | | instead of @import for CSS.
* #166593 by hswong3i: move literal values out of some core queries to support ↵Gábor Hojtsy2007-08-22
| | | | cross-database compatibility (ie. better SQL parsing and altering options)
* #160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of ↵Gábor Hojtsy2007-08-20
| | | | being able to set primary and secondary links differently
* #168587 by jjeff: add rel=nofollow attribute to anonymous comment home page ↵Gábor Hojtsy2007-08-19
| | | | links to counter some spamming
* #164122 by merlinofchaos: properly convert underscored to dashes, when ↵Gábor Hojtsy2007-08-16
| | | | constructing template file names matching hook names
* - Patch #163723 by Eaton and Frando: fix default page.tpl markup (and ↵Dries Buytaert2007-08-02
| | | | removed some whitespace).
* #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.