Commit Graph

4213 Commits (65b99dc85fde083cca0938634bb15c4e1779c50d)

Author SHA1 Message Date
Angie Byron 65b99dc85f #895014 by Damien Tournoud, chx, catch: Fixed all fields of a node type are lost on module disable. 2010-10-07 00:28:20 +00:00
Angie Byron 466c8ff543 #561858 follow-up by effulgentsia: Avoid clobbering JS settings. 2010-10-06 23:03:39 +00:00
Angie Byron 1af4618908 #922370 by ksenzee: Fixed system_update_7004() goes into an infinite loop (beta blocker). 2010-10-06 21:51:10 +00:00
Dries Buytaert 973562ffa7 - Patch #908798 by bojanz: EntityFieldQuery does not handle ordering correctly. 2010-10-06 13:57:47 +00:00
Dries Buytaert 77c85e329a - Patch #932016 by fago, klausi: fixed entity_load() defaults 2010-10-06 13:45:56 +00:00
Dries Buytaert 6893d4313f - Patch #931352 by LaurentAjdnik: documentation fixes. 2010-10-06 13:39:54 +00:00
Dries Buytaert fb8025056c - Patch #932098 by sun: various bogus theme variables. 2010-10-06 13:38:40 +00:00
Dries Buytaert facc581013 - Patch #769226 by Owen Barton, sun, effulgentsia, alanburke, bleen18, mfer: optimize JS/CSS aggregation for front-end performance and DX. 2010-10-05 19:59:10 +00:00
Angie Byron 0614a78538 #780318 by plach: Fixed path prefixes are always active on multilingual sites. 2010-10-05 17:57:09 +00:00
Angie Byron 57759f5a8d #930122 by dww: Regression: temp directory handling broken by confusion between file_directory_temp and file_temporary_path. 2010-10-05 06:23:18 +00:00
Dries Buytaert fd0e4caf2f - Patch #612546 by dhthwy, jpmckinney, dww: remove the broken FileTransferFTPWrapper (file stream) class. 2010-10-05 02:08:53 +00:00
Dries Buytaert 5c918691d3 - Patch #931632 by quartsize: countQuery() replaces connection information with active. 2010-10-05 01:42:24 +00:00
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