Commit Graph

545 Commits (3b2d24af0b8ca83415310e2b328cc60fa830837b)

Author SHA1 Message Date
Dries Buytaert df2cf40d2c - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). 2008-10-26 18:06:39 +00:00
Angie Byron de8ff4adb0 Roll-back of #310144: Still needs some work. 2008-10-24 07:14:51 +00:00
Angie Byron 88ed5dced2 #258089 by merlinofchaos and dvessel: Allow themes to have preprocess functions without a corresponding .tpl.php file. 2008-10-24 07:02:54 +00:00
Angie Byron 1fa03d7c33 #310144 by dvessel: Clarify sort parameter in theme_table() documentation. 2008-10-22 03:36:47 +00:00
Dries Buytaert 0e7fbe0350 - Patch #323182 by chx and Damien Tournoud: a working code simplification. 2008-10-20 11:34:32 +00:00
Dries Buytaert d0bd78238c - Rollback of #323182; parse error. 2008-10-19 20:32:41 +00:00
Dries Buytaert 7e9b552753 - Patch #323182 by chx: code cleanup. 2008-10-19 20:06:48 +00:00
Dries Buytaert 025c43c68f - Patch #316753 by dvessel: exanded PHP doc of path_to_theme(). 2008-10-16 13:50:21 +00:00
Angie Byron f76acb2d9d #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. 2008-10-12 04:30:09 +00:00
Angie Byron a3bb66e4e8 #259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths. 2008-09-20 20:22:25 +00:00
Angie Byron 89b4c55989 #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory(). 2008-09-20 03:49:24 +00:00
Angie Byron 161a9970f7 #308534 by Dave Reid: Remove stray whitespace core-wide. 2008-09-15 20:48:10 +00:00
Dries Buytaert 48727a34c2 - Patch #308549 by lyrincz, Dave Reid: fixed broken link in PHPdoc. 2008-09-15 10:27:08 +00:00
Dries Buytaert 6511f56e4b - Patch #232345 by flobruit: theme_get_registry docs and code conflict. 2008-09-02 17:38:55 +00:00
Dries Buytaert 8a929920dc - Patch #252430 by quicksketch: allow base theme prefix in preprocessor function names to correct expected behavior. 2008-08-16 21:05:49 +00:00
Dries Buytaert 6c1068e48d - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency. 2008-08-02 19:01:02 +00:00
Dries Buytaert 7294ced6f0 - Patch #280629 by Damien, pwolanin, Susurrus, et al: ensure safe arguments in theme_links(). 2008-07-11 02:23:08 +00:00
Dries Buytaert fae9063c68 - Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's stylesheets. 2008-07-01 20:22:22 +00:00
Dries Buytaert 5299b92689 - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan. 2008-06-25 09:12:25 +00:00
Dries Buytaert 1963021d12 - Patch #269443 by dvessel: add nid to node template suggestion. 2008-06-18 16:22:13 +00:00
Dries Buytaert 4f1af19d10 - Patch #267203 by Rob Loach: attributes of theme_item_list can be deceiving. If you have a look at theme_item_list you see that the $attributes variable takes a NULL value. This makes you believe that it wants a string, rather then a full array of attributes. If you make the default parameter "array()" it will make the programmer expect to pass an array of attributes rather then a string of attributes. 2008-06-06 01:50:20 +00:00
Dries Buytaert 05769e3057 - Patch #266367 by zeta: fixed documentation issue. 2008-06-05 18:21:06 +00:00
Dries Buytaert c529e4afbe - Patch #101543 by webchick: document all constants. 2008-05-26 17:12:55 +00:00
Dries Buytaert 035713ea5c - Patch #239071 by flobruit and Moshe: add support for colgroup tag to theme_table(). 2008-05-23 08:28:30 +00:00
Dries Buytaert 2e18cb8924 - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.
2008-05-06 12:18:54 +00:00
Dries Buytaert d1bc889242 - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly. 2008-05-02 15:11:05 +00:00
Dries Buytaert 56d2664a90 - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
Dries Buytaert 0a8be2adda - Patch #234785 by Rowanw, yoroy, flobruit, et al: usability: improve visibility of the 'more help' link by adding an icon. 2008-04-02 20:23:15 +00:00
Dries Buytaert 91f60c3c7b - Patch #234699 by hass: the active CSS class was not always added for the active menu item. 2008-03-25 14:10:01 +00:00
Dries Buytaert 8e0d6b4690 - Patch #224142 by jvandyk: tiny performance improvement for theme(). 2008-02-20 13:39:29 +00:00
Dries Buytaert b8a1eab1fb - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. 2008-02-06 19:38:28 +00:00
Gábor Hojtsy ba7399847f #172571 by fgm, slightly modified: document that theme_xml_icon() was superceded in most cases by theme_feed_icon() 2008-01-27 19:47:06 +00:00
Gábor Hojtsy ce8672a731 #213319 by add1sun: minor code documentation fix at template_preprocess_block() 2008-01-24 11:00:57 +00:00
Gábor Hojtsy 7186c4433e #208768 by dvessel, Arancaytar: language direction should be in the HTML source, so it is more accessible even without CSS 2008-01-24 09:42:53 +00:00
Gábor Hojtsy af9b327ed0 #206778 follow up by dvessel: better filtering for subtheme files 2008-01-21 21:47:08 +00:00
Gábor Hojtsy 536fe2bbfb #210479 by catch, dvessel: add newlines to list items, so inline display and RTL issues are resolved 2008-01-21 12:05:36 +00:00
Gábor Hojtsy d2a9e857d9 #208991 by JirkaRybka: target sticky table headers to Drupal output tables only, so it won't sticky random tables in other site content 2008-01-15 10:43:00 +00:00
Gábor Hojtsy d6c286a593 #206778 by dvessel: prevent themes from using their sub-theme's templates, when not intended 2008-01-09 22:01:29 +00:00
Dries Buytaert 178c28535b - Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :) 2007-12-31 08:54:37 +00:00
Gábor Hojtsy e08abdd252 #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues fixed) 2007-12-23 13:17:20 +00:00
Gábor Hojtsy 1e63dd1ae6 #201536 by chx: centralizing permission checking code in node revision handling, removing lots of duplicate code 2007-12-20 09:20:41 +00:00
Gábor Hojtsy a33b43386d #176003 by yched, KarenS, dvessel: put module installs into a batch, solving the following issues:
- possible timeouts with installing/enabling lots of modules at once in core
 - enable install profiles to have more modules without fear of timeouts on install
 - bootstrap Drupal before each module load, so previously enabled modules are bootstrapped
 - let modules run their hook_requirements() (although actually calling them will be possibly fixed in another patch)
2007-12-08 15:15:25 +00:00
Gábor Hojtsy 5622bce2d5 #198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy 7b38b291b4 #198440 by davideads: provide the user object to all templates 2007-12-07 10:14:03 +00:00
Gábor Hojtsy d83289f857 #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions 2007-12-06 09:58:34 +00:00
Gábor Hojtsy 5bb6927e18 #196410 report by daniel.soneira, patch by myself, tested by Freso: several fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes 2007-12-05 16:34:07 +00:00
Gábor Hojtsy cf8ef30aa1 #141727 follow up by dvessel: fix maintenance theme in updates 2007-11-30 23:09:14 +00:00
Gábor Hojtsy 947251bc83 #141727 follow up by dvessel: handle developer edge case in theme handling when database is active, but tables are not there 2007-11-30 16:10:28 +00:00
Gábor Hojtsy e9f52b4248 #141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression) 2007-11-30 12:19:10 +00:00
Dries Buytaert 9a96837b89 - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues. 2007-11-26 16:36:44 +00:00
Dries Buytaert ece869b0b2 - Patch #192242 by catch, quicksketch, webchick, keith et all: usability improvements for the vocabulary/term forms. 2007-11-20 13:24:54 +00:00
Gábor Hojtsy 6d4862c258 #181126 by quicksketch et al: drag and drop support for menus 2007-11-20 10:18:43 +00:00
Gábor Hojtsy 7c70d1b2a5 #191306 by xmacinfo, slightly modified: use standard reload link on all error pages 2007-11-11 22:43:44 +00:00
Gábor Hojtsy cf79b3e778 #189205 by webernet: fix missing quite in theme.inc code documentation 2007-11-04 20:32:34 +00:00
Gábor Hojtsy bb9bae4d97 #184876 by dijnz, merlinofchaos and myself: non-phptemplate files were not discovered - implement proper extension chopping 2007-10-23 09:42:09 +00:00
Gábor Hojtsy 8cd97cdd7d #147492 by flobruit: make 'more' links themeable 2007-10-22 09:36:05 +00:00
Gábor Hojtsy 4f4d08c23d #181564 by Crell: add first and last CSS classes to menu tree lists and themed item lists for themers to use 2007-10-08 14:15:09 +00:00
Gábor Hojtsy 81fc35b381 #177473 by chx, quicksketch, dvessel and merlinofchaos: make it possible for modules to add their own theme variable preprocess hooks and improve documentation on the different preprocess options 2007-10-08 07:47:08 +00:00
Gábor Hojtsy 5fc06cec4c #180389 by merlinofchaos: add hook_theme_registry_alter() for devel module and friends to alter and get access to the theme registry 2007-10-04 19:24:50 +00:00
Gábor Hojtsy 560bd06f3b #178973 by merlinofchaos: proper style and script inheritance between themes more then two levels deep in the hierarchy 2007-10-04 18:51:04 +00:00
Gábor Hojtsy 5e771fa917 #171461 by chx, ejhildreth and dvessel: empty tbody fails validation 2007-10-04 17:53:56 +00:00
Gábor Hojtsy f1023e6492 #177421 by malex, Desbeers and chx: proper value of mission statement variable for themes 2007-09-25 12:43:18 +00:00
Gábor Hojtsy e270cd093b #176084 by Stefan Nantegaal and dvessel: fix notices in theme.inc, when specific sidebars are not set 2007-09-17 11:11:57 +00:00
Gábor Hojtsy 6da81e1f3f #171951 by dvessel: fix account specific theme selection form 2007-09-17 08:06:52 +00:00
Gábor Hojtsy af48df1ca5 #166681 by dvessel: fix behavior of theme 'override preprocess functions' 2007-09-10 13:28:22 +00:00
Gábor Hojtsy 67e5859a7f #172376 by ChrisKennedy: fix 8 E_ALL issues in comment module and fix approval queue 2007-09-06 12:21:39 +00:00
Dries Buytaert 2db2c039fb - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +00:00
Gábor Hojtsy f7ee91227e #160395 follow up patch by dvessel: fix array initialization 2007-09-01 11:32:07 +00:00
Dries Buytaert fb1948cbf7 - Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a patch spree ... 2007-09-01 05:42:49 +00:00
Dries Buytaert ff61e73a30 - Patch #160395 by dvessel and merlinofchaos: allow theme engine to register theme variable functions. 2007-09-01 05:35:15 +00:00
Dries Buytaert 00181ecb39 - Removing whitespace. 2007-08-30 19:54:22 +00:00
Gábor Hojtsy 40ac96eb94 #103391 follow up patch by bdragon: fix E_NOTICE by checking if href is set 2007-08-30 15:50:58 +00:00
Gábor Hojtsy 327e1c2919 #165343 by merlinofchaos and dvessel: include path history in theme discovery suggestions, so we find subtheme files properly 2007-08-29 16:56:13 +00:00
Gábor Hojtsy ffdfe04858 #103391 by m3avrck, RobRoy and dvessel: cleanup active list item classes 2007-08-29 16:16:50 +00:00
Gábor Hojtsy 43d73f81c9 #166071 by jjeff and dvessel: move default template preprocess code to template_preprocess, and add *lots* of documentation to template files and functions 2007-08-28 11:35:34 +00:00
Dries Buytaert 5e73b66f3a - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme functions and templates may need include files. Flush your caches. 2007-08-26 07:46:11 +00:00
Dries Buytaert f2ce877d43 - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href instead of @import for CSS. 2007-08-23 16:41:19 +00:00
Gábor Hojtsy 6721bc580a #166593 by hswong3i: move literal values out of some core queries to support cross-database compatibility (ie. better SQL parsing and altering options) 2007-08-22 08:36:34 +00:00
Gábor Hojtsy 6eaaa3c1b3 #160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of being able to set primary and secondary links differently 2007-08-20 18:26:41 +00:00
Gábor Hojtsy 37bafeaf5f #168587 by jjeff: add rel=nofollow attribute to anonymous comment home page links to counter some spamming 2007-08-19 11:02:35 +00:00
Gábor Hojtsy 0321a2e975 #164122 by merlinofchaos: properly convert underscored to dashes, when constructing template file names matching hook names 2007-08-16 13:59:41 +00:00
Dries Buytaert c70b19a91b - Patch #163723 by Eaton and Frando: fix default page.tpl markup (and removed some whitespace). 2007-08-02 20:08:53 +00:00
Gábor Hojtsy 71f1192f48 #159804 by myself: closure should be filled last, so we have a predictable place to collect queries and strings used on the page 2007-07-18 07:05:49 +00:00
Dries Buytaert 435f3154f9 - Patch #141730 by Earl: allow theming system to use wildcards. I promised in the issue that this patch would still go in, so here goes. 2007-07-03 18:48:41 +00:00
Dries Buytaert ee701b3336 - Patch #155986 by Uwe: fixed typos. 2007-07-02 14:41:37 +00:00
Gábor Hojtsy 5e5a07f513 #141725 by Crell and dvessel: allow themes to define multiple CSS and JS files in their .info files, which can be clearly overriden 2007-07-01 23:27:32 +00:00
Gábor Hojtsy 3409019929 #146386 by kbahey: refactor 'submitted by user - date' themeing and make it more verbose to translate 2007-07-01 23:15:41 +00:00
Dries Buytaert 2fe9f45846 - Patch #153535 by traxer: according to the XHTML1 Strict specification, it is not allowed to generate empty <tr></tr> tags. 2007-06-28 09:11:06 +00:00
Gábor Hojtsy 57c9a13e1f #118026 by kkaefer with fixes from myself: JavaScript translation support and script.js as a default theme JS file to use, if found 2007-06-08 12:51:59 +00:00
Dries Buytaert 41542ef053 - Patch #101268 by webernet et al: improve the usability of feed icons. 2007-05-31 12:14:04 +00:00
Dries Buytaert d81bfb45a0 - Patch #137724 by JohnAlbin: empty favicon causes duplicate page requests. 2007-05-22 19:56:00 +00:00
Dries Buytaert e66371cac1 - Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance. 2007-05-06 05:47:52 +00:00
Gábor Hojtsy c740ac7fd5 #127539: progressive operation support, refactoring update.php code to a 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.
2007-05-04 09:41:37 +00:00
Dries Buytaert ad67a17f8b - Patch #130987 by alienbrain: fixed problem with theme registry patch. 2007-04-29 16:13:12 +00:00
Dries Buytaert 29055d34d6 - Patch #137236 by merlinofchaos: provide a way to secure the theme variables system. 2007-04-27 07:42:54 +00:00
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
Neil Drumm 59aa2ae8e8 #71925 by Steven, remove # prefix from link array keys. 2006-07-04 08:59:05 +00:00
Neil Drumm efb10dfd17 #52059 by Crell, allow attributes for items in theme_item_list(). 2006-07-02 00:25:40 +00:00
Dries Buytaert 13c32bab15 - Patch #71454 by moshe: removed redundant module_invoke. Committing from the Google campus. 2006-06-29 20:40:26 +00:00
Neil Drumm 963dc77bb7 #68170 by xtony and Heine, Use basename not pretty name in theme_get_settings(). 2006-06-23 07:54:00 +00:00
Neil Drumm 168a3dcd8e #63485 by fgm, theme_item_list should receive an attributes parameter 2006-05-20 01:24:30 +00:00