Commit Graph

4173 Commits (9eef40557238574c68a3fb4de1a69baabc31e9ea)

Author SHA1 Message Date
Dries Buytaert 9eef405572 - Patch #922008 by davehimself, litwol: drupal_get_filename() does not respect DRUPAL_ROOT. 2010-09-27 01:14:10 +00:00
Dries Buytaert 9eaa04648a - Patch #756762 by effulgentsia, fago, sun: AJAX should follow same rules for whether to call drupal_rebuild_form() as non-AJAX submissions. 2010-09-27 00:53:56 +00:00
Dries Buytaert 3780b17654 - Patch #921606 by munzirtaha, bleen18: various code uses is_null(). 2010-09-26 23:31:36 +00:00
Dries Buytaert b502f4c88a - Patch #909272 by chx: remove stub update functions and renumber the remaining ones. 2010-09-25 18:10:53 +00:00
Dries Buytaert 68c438f805 - Patch #909256 by drunken monkey: improved documentation of file_save(). 2010-09-25 18:02:39 +00:00
Dries Buytaert 7494238062 - Patch #910156 by sun: remove 'description' keys from schema cache. 2010-09-25 02:00:06 +00:00
Dries Buytaert 07886a8482 - Patch #921582 by munzirtaha: is_null() should be replaced by !isset because it's faster. 2010-09-25 01:41:26 +00:00
Dries Buytaert e22b2153a2 - Patch #140783 by sun: a select list without #default_value() always passes form validation. 2010-09-24 21:36:22 +00:00
Angie Byron 7b14675e08 #890994 by Berdir: Entity query tests fail on PostgreSQL. 2010-09-24 21:24:14 +00:00
Dries Buytaert 061ee9d444 - Patch #921802 by solotandem: eliminate PHP Notice: Undefined variable: output in theme(). 2010-09-24 21:20:08 +00:00
Dries Buytaert 0274491dea - Patch #921098 by munzirtaha: !is_null() should be replaced by isset because it's faster. 2010-09-24 02:48:35 +00:00
Dries Buytaert 45acc5a46f - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() because it's faster. 2010-09-24 02:10:06 +00:00
Dries Buytaert e0032eeee6 - Patch #844186 by chx: clarify merge queries. 2010-09-24 02:05:55 +00:00
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +00:00
Angie Byron 4bd74a0066 #882164 follow-up by Gábor Hojtsy, reglogge: Further clarifications to localization install instructions. 2010-09-23 23:59:28 +00:00
Angie Byron df6d862d30 #418302 follow-up by David_Rothstein, reglogge, dww: Deal with obscure edge case when attempting to create settings.php during installation. 2010-09-22 07:05:22 +00:00
Dries Buytaert 7330a22096 - Patch #168722 by sun, bleen18: hidden input elements contain invalid characters in ID attributes. 2010-09-22 03:34:57 +00:00
Dries Buytaert 63b9e4770b - Patch #908282 by jbrown: theme_image() performs I/O. 2010-09-22 03:24:09 +00:00
Dries Buytaert cdf28e6fd6 - Patch #910388 by mikl: installation fails on PostgreSQL 8.4: Invalid escape sequence. 2010-09-22 03:22:20 +00:00
Angie Byron 18a68728d0 #882164 by aschiwi, Gábor Hojtsy, David_Rothstein, reglogge, et al: Fix the 'install from another language' instructions so that they actually work. 2010-09-22 01:49:17 +00:00
Dries Buytaert c2c63b94f6 - Patch #885228 by sun, Jacine, mverbaar: CSS Files are in major need of clean up. 2010-09-19 18:10:42 +00:00
Dries Buytaert 80d21ffbb2 - Patch #909230 by chx: better db_query() docs. 2010-09-18 01:34:37 +00:00
Dries Buytaert 743646d373 - Patch #846330 by sun: proper wrapping of phpDoc. 2010-09-17 14:56:27 +00:00
Dries Buytaert 1d9f387c7c - Patch #732914 by Jacine, sun, reglogge, cosmicdreams: improve the markup/CSS for content and user filter forms. 2010-09-17 14:53:22 +00:00
Dries Buytaert faf272e906 - Patch #914312 by sdboyer: classes marked 'final' are not picked up by the registry. 2010-09-17 14:45:46 +00:00
Dries Buytaert 1bb8993aad - Patch #909272 by moshe weitzman, David_Rothstein: remove stub update functions and renumber the remaining ones. 2010-09-17 02:28:37 +00:00
Dries Buytaert 2c10d1526f - Patch #740834 by makononov, sun: form elements cannot be rendered without form_builder(). 2010-09-16 20:14:49 +00:00
Dries Buytaert 8e3e003635 - Patch #883092 by Everett Zufelt, mgifford, Jacine: add heading before local tasks for screen-reader users. 2010-09-16 19:47:45 +00:00
Dries Buytaert 0dec18e5be - Patch #809616 by catch: fixed notice in menu rebuild. 2010-09-16 17:28:24 +00:00
Angie Byron 369247bf9c Back to 7.0-dev 2010-09-16 01:10:38 +00:00
Angie Byron 0c6f9b0074 Drupal 7.0-alpha7 2010-09-16 01:09:34 +00:00
Angie Byron a3bc10c4ab #910190 by sun: Remove schema cache from needlessly being loaded on all pages. Performance improvement. 2010-09-15 04:34:27 +00:00
Dries Buytaert 679372502b - Patch #910572 by sun, David_Rothstein: command line installations are broken (programmatic form submissions don't need a theme?). 2010-09-14 21:42:05 +00:00
Angie Byron fc53a19440 #418302 by David_Rothstein, dww, reglogge, and lots and lots of other people: Copy default.settings.php to settings.php during install if webserver owns files. Eliminates 'red error of death' during install for most shared hosting set-ups. 2010-09-14 18:46:40 +00:00
Angie Byron 86226679d9 #763376 follow-up by andypost: Fix typo. 2010-09-13 06:44:58 +00:00
Angie Byron 7e99fdd222 #734234 by quicksketch, moonray, Melissamcewen, ekes, flobruit: Fixed Radio buttons throw warning in element_children() if keyed with '' (empty string). 2010-09-13 06:41:23 +00:00
Angie Byron 413008b890 #898520 follow-up by Damien Tournoud, chx, David Rothstein: Clean-up the upgrade path: comment. 2010-09-13 05:50:09 +00:00
Dries Buytaert f8b63338e4 - Patch #756762 by effulgentsia, fago, sun, rfay, pwolanin: AJAX should follow same rules for whether to call drupal_rebuild_form() as non-AJAX submissions. 2010-09-13 01:09:26 +00:00
Angie Byron 4237d014e9 #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt processing of a stream request. 2010-09-11 21:14:32 +00:00
Dries Buytaert 7017f77cfc - Patch #240828 by sun, yoroy: fixed 'Validation error, please try again...' is terrible UI and confuses users. 2010-09-11 14:38:04 +00:00
Angie Byron 452e31f629 #818418 by Amitaibu: Fixed Notices on language negotiation callback when trying to force a full bootstrap. 2010-09-11 06:24:55 +00:00
Angie Byron b06d19e349 #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. title on node). 2010-09-11 06:03:12 +00:00
Angie Byron f096a70e67 #898036 by Berdir: Fixed Private images broken. (with tests) 2010-09-11 05:07:22 +00:00
Dries Buytaert dde1858249 - Patch #904994 by douggreen, chx: watchdog should always use replaceable argument. 2010-09-11 01:47:14 +00:00
Angie Byron 7cc3d92d65 #616240 follow-up by yched, dereine, marvil07: Make Field UI screens extensible from contrib - part II. 2010-09-11 00:03:42 +00:00
Angie Byron e4aab2d289 #763376 follow-up by fago, sun, effulgentsia: Minor adjustments to drupal_array_set/get_nested_value(). 2010-09-10 07:58:40 +00:00
Angie Byron ccd6fb62a3 #903110 by bojanz: Fixed Multiple pager support is partially broken. (with tests) 2010-09-09 23:18:30 +00:00
Dries Buytaert eaee909a00 - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not taken into account for #validate, #submit, hook_form_FORMID_alter(). 2010-09-09 23:01:48 +00:00
Angie Byron 0bda56b52a #874370 by Jeff Burnz, aspilicious, Cliff, mgifford, yoroy, et al: Fixed System messages need identifying icons (WCAG 2.0). 2010-09-09 15:47:03 +00:00
Angie Byron 14d65ce19e #800502 by Damien Tournoud, sun: Fixed Module page is not ordered correctly. 2010-09-05 15:38:16 +00:00