Commit Graph

3117 Commits (ff8b0618f5892d165720453efcd318b0d85a6f8c)

Author SHA1 Message Date
Dries Buytaert 12d6d6662e - Patch #211747 by chx, alex_b, dww: allow specifying version information as part of module dependencies. 2009-07-28 19:06:16 +00:00
Dries Buytaert 3625dddf11 - Patch #524728 by David_Rothstein, anarcat: white space clean-up. 2009-07-28 19:02:38 +00:00
Dries Buytaert d6e113a3de - Patch #513592 by Damien Tournoud: make it faster to rebuild the registry, mainly to improve performance of SimpleTest. 2009-07-28 12:37:54 +00:00
Dries Buytaert aab51b9319 - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line. 2009-07-28 12:13:47 +00:00
Dries Buytaert 5468b47b91 - Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added initial support for PHP file wrappers. 2009-07-27 19:53:18 +00:00
Dries Buytaert 1aec298314 - Patch #349508 by Josh Waihi: make sure that the database is installed using UTF-8 on PostgreSQL. 2009-07-27 19:42:56 +00:00
Dries Buytaert a7e7c0a9e7 - Patch #388544 by arianek, joachim: added missing documentation. 2009-07-27 19:28:38 +00:00
Dries Buytaert f350158f86 - Patch #531038 by quicksketch: #value_callback missing drupal_function_exists(). 2009-07-27 18:40:12 +00:00
Dries Buytaert 7d41b2d7f5 - Patch #519782 by tic2000: change to become a hidden region like page_top. 2009-07-27 18:38:35 +00:00
Dries Buytaert 2e36bdcb7d - Patch #517502 by andrea.gariboldi: make Transaction API follow its own documentation. 2009-07-27 18:24:49 +00:00
Angie Byron dbb5457cfe #527804 by sun: Add an alter hook for element_info() to change default values of form elements. 2009-07-23 21:20:16 +00:00
Angie Byron 2a6bd6033d #528984 by catch: Remove duplicate check for Drupal maintenance mode. 2009-07-23 21:14:09 +00:00
Angie Byron 708f3b970f #292565 follow-up by John Morahan: Restore ability to set 'user' as the 403/404 page. 2009-07-23 20:58:26 +00:00
Dries Buytaert 3295866fad - Patch #523034 by jhodgdon: better documentation for theme_fieldset. 2009-07-23 00:01:03 +00:00
Dries Buytaert 3a29ee48f8 - Patch #3518404 by bopombatower: lock down DB config based on simpletest UA headers. 2009-07-22 04:45:35 +00:00
Angie Byron ef5360ab3c #525754 by chx: Clean up some trailing whitespace. 2009-07-21 07:27:00 +00:00
Angie Byron d2c02ca453 #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ... 2009-07-21 01:56:36 +00:00
Dries Buytaert 444ae51f17 - Patch #520664 by rfay, quicksketch: file_get_mimetype() should not be case-sensitive. Comes with more and better tests. 2009-07-20 19:02:38 +00:00
Dries Buytaert d24d954479 - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure. 2009-07-20 18:51:36 +00:00
Dries Buytaert c59a44e29b - Patch #334283 by Gábor Hojtsy: fixed context bug. 2009-07-20 17:09:36 +00:00
Dries Buytaert 666a17977e - Patch #524638 by drumm: documentation clean-up. 2009-07-20 01:28:16 +00:00
Dries Buytaert 53e31e6d62 - Patch #523694 by catch: improve performance of t(). 2009-07-19 06:03:04 +00:00
Angie Byron b1938ce091 #523358 by catch: Speed up drupal_function_exists(). 2009-07-19 05:26:11 +00:00
Angie Byron 48e41d314e #509392 follow-up by adrian: Clean-up for .info files for install profiles patch. 2009-07-19 04:48:10 +00:00
Dries Buytaert 3ccd437530 - Patch #517318 by dmitrig01: tableselect needs to be able to give options weights. 2009-07-18 02:41:05 +00:00
Dries Buytaert 23e704747d - Patch #519612 by quicksketch: added drupal_function_exists() to file validators. 2009-07-16 10:46:46 +00:00
Dries Buytaert 5a8452c55b - Patch #493746 by JohnAlbin, ultimateboy, moshe weitzman: Enhance drupal_attributes() for multiple valued values. 2009-07-15 17:40:18 +00:00
Angie Byron b692036962 #509392 by adrian: Add .info files for installation profiles. 2009-07-15 02:08:41 +00:00
Dries Buytaert ef09cf93e5 - Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity! 2009-07-14 10:22:17 +00:00
Angie Byron beadf384f1 #455844 follow-up by yched: Change render() to print render() for consistency with other template variables. 2009-07-13 21:09:54 +00:00
Dries Buytaert 6682ab936c - Patch #517502 by Crell: make transaction API follow its own documentation. 2009-07-13 07:27:15 +00:00
Dries Buytaert 6dc5b5449d - Patch #491456 by quicksketch, drewish, et al: image effects and actions. 2009-07-12 08:36:35 +00:00
Angie Byron ffc8cab84b #505528 by Damien Tournoud and Rob Loach: Ensure proper weight of JS files. 2009-07-10 05:45:56 +00:00
Angie Byron 8cf387a370 #454462 by JohnAlbin: Fire MODULE_preprocess_maintenance_page functions. 2009-07-10 05:06:55 +00:00
Angie Byron b7c27c3246 #485350 follow-up by Dave Reid: Fix code example for module_load_include(). 2009-07-10 04:58:08 +00:00
Angie Byron 731126f499 #462242 by rednahead and drewish: Remove stray global user that's doing nothing. 2009-07-10 04:08:20 +00:00
Angie Byron 0f3761b99d #515280 by drewish: Allow file_create_directory() to create recursively, taking advantage of PHP 5. 2009-07-10 03:46:33 +00:00
Dries Buytaert 1430e8baa3 - Patch #346450 by Josh Waihi: length property should be ignored on non varchar and char fields. 2009-07-09 10:12:14 +00:00
Dries Buytaert b6a1fa724c - Patch #514172 by quicksketch: increase max router parts. 2009-07-09 07:03:57 +00:00
Dries Buytaert 3ffb9f4a6e - Patch #243129 by jrchamp, DamZ, mfb, catch, justinrandell, macgirvin, et al: faster implementation of format_date(). Woot. 2009-07-08 20:40:21 +00:00
Dries Buytaert 01f3bc9f4d - Patch #512308 by JacobSingh: add the ability to provide attributes to rows in table select 2009-07-07 22:32:17 +00:00
Dries Buytaert a86654f876 - Patch #511760 by rfay: improve the error messages in file_unmanaged_copy(). 2009-07-07 08:59:07 +00:00
Dries Buytaert d6ce954260 - Patch #314358 by wonder95: only set ignore_slave_server if there are slave servers being used, which is assumed if there are more than one. 2009-07-07 08:57:48 +00:00
Dries Buytaert 576a4cffed - Patch #483778 by Frando: some form API clean-up. 2009-07-06 13:31:47 +00:00
Dries Buytaert 19dd7c96a3 - Patch #510398 by asimmonds: incorrect CSS class for form element wrappers. 2009-07-05 18:02:08 +00:00
Angie Byron 4a4a6570d8 #315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability for modules to register JS/CSS libraries. 2009-07-04 18:26:42 +00:00
Dries Buytaert a0d19b0810 - Patch #482636 by quicksketch: further clean-up of the form IDs/classes. 2009-07-04 14:57:23 +00:00
Dries Buytaert 2e0a4d26af - Patch #482646 by Dave Reid et al: check for existence of ['HTTP_USER_AGENT'] for the SimpleTest user agent. 2009-07-04 14:49:31 +00:00
Dries Buytaert e49ac650a6 - Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode(). 2009-07-03 19:21:55 +00:00
Dries Buytaert c90e16721a - Patch #359276 by Freso, Heine, lyricnz: avoid double encoding/decoding of HTML entities. 2009-07-03 18:26:35 +00:00