Commit Graph

350 Commits (80ab60d39ee0f2de0965d9c23d274cbf1dc0019a)

Author SHA1 Message Date
Dries Buytaert dbfcd7d137 - Patch #137415 by slantview: simplified the cache API/usages, and made it a tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented. 2007-04-25 21:34:32 +00:00
Dries Buytaert 03b4b58e9a - Patch #132018 by Steven et al: add .info files to themes. 2007-04-17 07:19:39 +00:00
Dries Buytaert f4cbd7c63d - Patch #118660 by agentrickard: re-order arguments of cache_set() to match PHP/Drupal conventions. 2007-04-15 15:36:10 +00:00
Dries Buytaert e675979091 - Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot. 2007-04-13 08:56:59 +00:00
Dries Buytaert 96c3009178 - Patch #134697 by hunmonk: make table row coloring work in absence of numeric IDs. 2007-04-09 13:43:57 +00:00
Dries Buytaert b0676cf351 - Patch #134161 by chx: no menu tabs for themes. 2007-04-06 14:31:51 +00:00
Dries Buytaert 5bbbf10ba8 - Patch #130987 by merlinofchaos: added theme registry for easier themability. 2007-04-06 13:27:23 +00:00
Steven Wittens f7440d4d73 #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) 2007-03-27 05:13:55 +00:00
Steven Wittens ba0ff1a9b7 #117018: Use Garland theme for installer/maintenance pages, and add task list in the sidebar.
- Refactor partial-page handling for the maintenance page. It's an exotic quirk for update.php and belongs there.
2007-03-02 09:40:27 +00:00
Dries Buytaert dc5843bd30 - Patch #111347 by Steven: refactor url() and l(). 2007-02-15 11:40:19 +00:00
Dries Buytaert f996fd9568 - Patch #112605 by Steven: sticky table headers. 2007-02-06 08:35:13 +00:00
Dries Buytaert 05a708fb06 - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. Thanks. 2007-01-31 15:49:26 +00:00
Dries Buytaert 3b543c18f5 - Rollback of E_ALL patch. Too much extra breakage. 2007-01-25 22:14:06 +00:00
Dries Buytaert fd32b42196 - Patch #112715 by webchick et al: fixed some E_ALL errors. 2007-01-25 21:32:07 +00:00
Steven Wittens fcbae4572c #108310: Minor speed up, cache theme functions in theme_get_function(). 2007-01-11 03:36:06 +00:00
Neil Drumm dfd86399c0 #106232 by chx. Add spaces for code style. 2007-01-02 05:05:38 +00:00
Neil Drumm 7d706a562d #105726 by moshe weitzman. Remove necessity to hard-code theme engine directories since they can change. 2006-12-30 20:59:11 +00:00
Neil Drumm b1c11d267f #90738 by jjeff and ChrisKennedy. first and last are not mutually exclusive. 2006-12-29 08:18:28 +00:00
Neil Drumm 613b561668 #105303 by Gábor Hojtsy. Improve translation converage for installation. 2006-12-27 13:02:34 +00:00
Steven Wittens 57c5355a4b #103280: Fix styles for maintenance pages. 2006-12-15 01:06:33 +00:00
Dries Buytaert b9034559db - Patch #93079 by chx: not able to select database. 2006-12-14 13:28:11 +00:00
Steven Wittens b86f45b1e6 #100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads. 2006-12-10 09:54:35 +00:00
Dries Buytaert b9d8f023a0 - Patch #101738 by webchick: phpdoc improvement. 2006-12-08 16:20:09 +00:00
Neil Drumm 213b0cd7a5 Proper checking for a variable existing. 2006-11-29 20:39:37 +00:00
Neil Drumm 36430b4c64 #87090 by kkaefer. Render blocks before page content so they may insert headers. 2006-11-29 06:36:12 +00:00
Dries Buytaert 08d5e0f1c5 - Patch #50505 by chx and profix: path_to_theme() silently fails if init_theme() hasn't been called yett 2006-11-28 10:13:11 +00:00
Neil Drumm 69ea16f669 #84189 by webchick. Properly initialize variables. 2006-11-26 23:14:59 +00:00
Dries Buytaert d721a4f0d9 - Patch #98365 by webchick and RobRoy: added missing t() functions. 2006-11-24 09:01:57 +00:00
Dries Buytaert e66c520aa4 - Patch #93410 by bjaspan: theme_links() generated invalid XHTML in absence of links. 2006-11-21 19:41:57 +00:00
Steven Wittens 001d54f663 #84961: Add 'select all' and range select feature to admin tables. 2006-11-21 08:16:39 +00:00
Dries Buytaert 4f0f376430 - Rollback of #94058: see issue. 2006-11-17 06:53:31 +00:00
Neil Drumm 761b0c7ffb #94058 by hunmonk. Allow for multiple sortable tables on a page. 2006-11-17 01:03:59 +00:00
Dries Buytaert 9321ee109d - Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code. 2006-11-08 19:24:11 +00:00
Steven Wittens 36d44fbfb0 #84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc 2006-10-22 08:28:47 +00:00
Dries Buytaert 8306444494 - Patch #78399 by Eaton and chx: don't allow HTML in the title. 2006-10-18 18:00:40 +00:00
Neil Drumm a13d829c33 #83853 by myself. Add whitespace between link list items. 2006-10-17 08:38:16 +00:00
Dries Buytaert fb97d9eca2 - Patch #58671 by Tobias: theme_closure -> theme('closure'). 2006-09-05 10:11:29 +00:00
Steven Wittens dd4f143df6 #75002: Install-time and run-time requirements checking + status report page 2006-09-01 08:44:53 +00:00
Neil Drumm e57fac565a #65151 by m3avrck. theme_links() is now marked up as a list. 2006-08-30 07:37:14 +00:00
Steven Wittens 849a10fbba Allow absolute urls for theme('image'), needed for user pictures to work properly. 2006-08-24 00:04:44 +00:00
Neil Drumm a58d877108 #66569 by m3avrck. Put all the feed icons in the same place. 2006-08-23 05:55:38 +00:00
Dries Buytaert a8de1e92d7 - Patch #76637 by timnc: streamline JavaScript addition and add settings storage. 2006-08-22 09:00:31 +00:00
Steven Wittens 55eec8f66f #79601: module_exist() -> module_exists() 2006-08-20 05:57:41 +00:00
Steven Wittens 81938a3cdc #76802: Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders
2006-08-18 12:17:00 +00:00
Neil Drumm 28f7908f8c #2039 by Boris Mann ("My first diff to the list"), moshe weitzman, and David Lesieur, nested lists. 2006-08-17 06:55:26 +00:00
Neil Drumm 9709598a52 Fixing the CSS for theme maintainence and install pages. 2006-08-05 22:17:31 +00:00
Steven Wittens 3ffb612aea #76741: Allow <th> tags for theme_table cells 2006-08-03 20:37:52 +00:00
Dries Buytaert 2c0571b894 - Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal. 2006-08-03 07:06:36 +00:00
Dries Buytaert 1c75a210bd - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core. 2006-07-13 13:14:25 +00:00
Dries Buytaert e93f8be871 - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. 2006-07-05 11:45:51 +00:00