summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #933792 by droplet: cache clear all - wrong documentation.Dries Buytaert2010-10-07
|
* #700380 by mitchmac, Dave Reid, mfb, Ryan Palmer, justinrandell: Fix sorting ↵Angie Byron2010-10-07
| | | | in tableselect if #weight is not set.
* Back to 7.0-devAngie Byron2010-10-07
|
* Drupal 7.0-beta1Angie Byron2010-10-07
|
* #934110 by dww: Fixed regression: Installer defaults to country ↵Angie Byron2010-10-07
| | | | 'Afghanistan', not 'None'.
* #895014 by Damien Tournoud, chx, catch: Fixed all fields of a node type are ↵Angie Byron2010-10-07
| | | | lost on module disable.
* #561858 follow-up by effulgentsia: Avoid clobbering JS settings.Angie Byron2010-10-06
|
* #922370 by ksenzee: Fixed system_update_7004() goes into an infinite loop ↵Angie Byron2010-10-06
| | | | (beta blocker).
* - Patch #908798 by bojanz: EntityFieldQuery does not handle ordering correctly.Dries Buytaert2010-10-06
|
* - Patch #932016 by fago, klausi: fixed entity_load() defaultsDries Buytaert2010-10-06
|
* - Patch #931352 by LaurentAjdnik: documentation fixes.Dries Buytaert2010-10-06
|
* - Patch #932098 by sun: various bogus theme variables.Dries Buytaert2010-10-06
|
* - Patch #769226 by Owen Barton, sun, effulgentsia, alanburke, bleen18, mfer: ↵Dries Buytaert2010-10-05
| | | | optimize JS/CSS aggregation for front-end performance and DX.
* #780318 by plach: Fixed path prefixes are always active on multilingual sites.Angie Byron2010-10-05
|
* #930122 by dww: Regression: temp directory handling broken by confusion ↵Angie Byron2010-10-05
| | | | between file_directory_temp and file_temporary_path.
* - Patch #612546 by dhthwy, jpmckinney, dww: remove the broken ↵Dries Buytaert2010-10-05
| | | | FileTransferFTPWrapper (file stream) class.
* - Patch #931632 by quartsize: countQuery() replaces connection information ↵Dries Buytaert2010-10-05
| | | | with active.
* - Patch #908578 by jonhattan: dependents array key not used in any place ↵Dries Buytaert2010-10-05
| | | | across the code.
* - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a ↵Dries Buytaert2010-10-04
| | | | select list without #default_value() always passes form validation.
* - Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, ↵Dries Buytaert2010-10-04
| | | | katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework.
* #902798 by tobiasb: Fix notice in _batch_process().Angie Byron2010-10-04
|
* #864464 follow-up by David_Rothstein: Move notice about requiring latest ↵Angie Byron2010-10-03
| | | | version of Drupal so it only comes up the first time update.php is ran.
* - Patch #904994 by Dave Reid: fix watchdog behavior.Dries Buytaert2010-10-03
|
* - Patch #930116 by Benjamin Melançon: remove orphaned line of code from ↵Dries Buytaert2010-10-03
| | | | menu_get_active_help().
* #901062 by effulgentsia, ygerasimov, et al: Fixed regression: themes can no ↵Angie Byron2010-10-03
| | | | longer remove stylesheets by overriding them in .info files.
* - Patch #922380 by Berdir: custom PagerDefault count queries getter method ↵Dries Buytaert2010-10-03
| | | | is protected.
* - Patch #600836 by tim.cosgrove, dww, naxoc: batch API never terminates if ↵Dries Buytaert2010-10-03
| | | | you set ['finished'] > 1.
* - Patch #917670 by mr.baileys: improve drupal_alter() documentation.Dries Buytaert2010-10-03
|
* - Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB ↵Dries Buytaert2010-10-03
| | | | driver interface that reports the server version.
* - Patch #891476 by solotandem: improved code commentsDries Buytaert2010-10-03
|
* - Patch #929178 by carlos8f, chx: module_list() kills system_list() caching.Dries Buytaert2010-10-02
|
* #864464 follow-up: Fix minor indentation issues.Angie Byron2010-10-02
|
* #864464 by heyrocker, Beanjammin: Ensure people using Drupal < 6.16 that ↵Angie Byron2010-10-02
| | | | they must upgrade to latest version, rather than showing them a WSOD.
* - Patch #870922 by David_Rothstein: removing unnecessary code.Dries Buytaert2010-10-02
|
* - Patch #925490 by David_Rothstein: list_themes() should not call ↵Dries Buytaert2010-10-02
| | | | file_exists() on each theme's info file.
* - Patch #656266 by fgm, sun: hook_xmlrpc_alter() cannot alter built-in methods.Dries Buytaert2010-10-02
|
* #917220 by Everett Zufelt, mgifford: Invisible elements should appear before ↵Angie Byron2010-10-01
| | | | form elements.
* #915216 by catch, Damien Tournoud: Fixing update.php cannot apply updates error.Angie Byron2010-10-01
|
* #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess.Angie Byron2010-10-01
|
* #883400 follow-up by chx: Re-remove silly dsm() for file_unmanaged_copy() ↵Angie Byron2010-10-01
| | | | that was removed in a previous patch.
* #927652 by Gábor Hojtsy, carlos8f: Drupal *always* installs without clean ↵Angie Byron2010-10-01
| | | | URLs on the UI.
* #892568 by chx: Add pointer from api.drupal.org docs to the handbook docs ↵Angie Byron2010-09-29
| | | | for DBTNG>
* - Patch #924554 by quicksketch, paul.lovvik: an exception is being thrown in ↵Dries Buytaert2010-09-28
| | | | the file_usage_delete() function if the corresponding file is not in the 'file_usage()' table.
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* #907690 follow-up by sun: Fix PostgreSQL error in breadcrumb logic by ↵Angie Byron2010-09-27
| | | | removing unused condition.
* - Patch #922008 by davehimself, litwol: drupal_get_filename() does not ↵Dries Buytaert2010-09-27
| | | | respect DRUPAL_ROOT.
* - Patch #756762 by effulgentsia, fago, sun: AJAX should follow same rules ↵Dries Buytaert2010-09-27
| | | | for whether to call drupal_rebuild_form() as non-AJAX submissions.
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* - Patch #909272 by chx: remove stub update functions and renumber the ↵Dries Buytaert2010-09-25
| | | | remaining ones.
* - Patch #909256 by drunken monkey: improved documentation of file_save().Dries Buytaert2010-09-25
|