Commit Graph

4201 Commits (485946f296213297eea4cc5661705cb3d2e470df)

Author SHA1 Message Date
Dries Buytaert 485946f296 - Patch #908578 by jonhattan: dependents array key not used in any place across the code. 2010-10-05 00:31:19 +00:00
Dries Buytaert f85a37c307 - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a select list without #default_value() always passes form validation. 2010-10-04 18:00:46 +00:00
Dries Buytaert 5a23b3fdb9 - Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework. 2010-10-04 17:46:01 +00:00
Angie Byron 522c052fad #902798 by tobiasb: Fix notice in _batch_process(). 2010-10-04 07:34:26 +00:00
Angie Byron 5e52176157 #864464 follow-up by David_Rothstein: Move notice about requiring latest version of Drupal so it only comes up the first time update.php is ran. 2010-10-03 23:33:15 +00:00
Dries Buytaert ae28425926 - Patch #904994 by Dave Reid: fix watchdog behavior. 2010-10-03 23:32:55 +00:00
Dries Buytaert 6fb8d182f8 - Patch #930116 by Benjamin Melançon: remove orphaned line of code from menu_get_active_help(). 2010-10-03 23:29:09 +00:00
Angie Byron 6b2b3eb931 #901062 by effulgentsia, ygerasimov, et al: Fixed regression: themes can no longer remove stylesheets by overriding them in .info files. 2010-10-03 05:11:16 +00:00
Dries Buytaert 3e05ba7bcc - Patch #922380 by Berdir: custom PagerDefault count queries getter method is protected. 2010-10-03 02:47:30 +00:00
Dries Buytaert 10244a9d78 - Patch #600836 by tim.cosgrove, dww, naxoc: batch API never terminates if you set ['finished'] > 1. 2010-10-03 02:42:25 +00:00
Dries Buytaert 33695f71f3 - Patch #917670 by mr.baileys: improve drupal_alter() documentation. 2010-10-03 02:04:55 +00:00
Dries Buytaert fc2839047e - Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB driver interface that reports the server version. 2010-10-03 01:29:41 +00:00
Dries Buytaert 69e9e3e3a2 - Patch #891476 by solotandem: improved code comments 2010-10-03 01:04:51 +00:00
Dries Buytaert 5d7a735643 - Patch #929178 by carlos8f, chx: module_list() kills system_list() caching. 2010-10-02 23:40:58 +00:00
Angie Byron 99ccb2e572 #864464 follow-up: Fix minor indentation issues. 2010-10-02 02:59:55 +00:00
Angie Byron bc41e4054b #864464 by heyrocker, Beanjammin: Ensure people using Drupal < 6.16 that they must upgrade to latest version, rather than showing them a WSOD. 2010-10-02 02:56:19 +00:00
Dries Buytaert 53302b2654 - Patch #870922 by David_Rothstein: removing unnecessary code. 2010-10-02 02:52:21 +00:00
Dries Buytaert 7ed77852bd - Patch #925490 by David_Rothstein: list_themes() should not call file_exists() on each theme's info file. 2010-10-02 02:50:02 +00:00
Dries Buytaert 579310a4ba - Patch #656266 by fgm, sun: hook_xmlrpc_alter() cannot alter built-in methods. 2010-10-02 01:22:41 +00:00
Angie Byron 96672deebf #917220 by Everett Zufelt, mgifford: Invisible elements should appear before form elements. 2010-10-01 22:28:55 +00:00
Angie Byron 7f5caaacdc #915216 by catch, Damien Tournoud: Fixing update.php cannot apply updates error. 2010-10-01 19:52:28 +00:00
Angie Byron bf751d9a94 #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess. 2010-10-01 18:37:23 +00:00
Angie Byron 0cd152a72c #883400 follow-up by chx: Re-remove silly dsm() for file_unmanaged_copy() that was removed in a previous patch. 2010-10-01 06:37:39 +00:00
Angie Byron fb6b16d172 #927652 by Gábor Hojtsy, carlos8f: Drupal *always* installs without clean URLs on the UI. 2010-10-01 01:29:42 +00:00
Angie Byron ab3ab56299 #892568 by chx: Add pointer from api.drupal.org docs to the handbook docs for DBTNG> 2010-09-29 19:55:43 +00:00
Dries Buytaert 7874654909 - Patch #924554 by quicksketch, paul.lovvik: an exception is being thrown in the file_usage_delete() function if the corresponding file is not in the 'file_usage()' table. 2010-09-28 02:34:42 +00:00
Dries Buytaert b1190c11b5 - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct. 2010-09-28 02:30:32 +00:00
Angie Byron dc10c97261 #907690 follow-up by sun: Fix PostgreSQL error in breadcrumb logic by removing unused condition. 2010-09-27 22:11:38 +00:00
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