summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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
|
* - Patch #910156 by sun: remove 'description' keys from schema cache.Dries Buytaert2010-09-25
|
* - Patch #921582 by munzirtaha: is_null() should be replaced by !isset ↵Dries Buytaert2010-09-25
| | | | because it's faster.
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* #890994 by Berdir: Entity query tests fail on PostgreSQL.Angie Byron2010-09-24
|
* - Patch #921802 by solotandem: eliminate PHP Notice: Undefined variable: ↵Dries Buytaert2010-09-24
| | | | output in theme().
* - Patch #921098 by munzirtaha: !is_null() should be replaced by isset ↵Dries Buytaert2010-09-24
| | | | because it's faster.
* - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() ↵Dries Buytaert2010-09-24
| | | | because it's faster.
* - Patch #844186 by chx: clarify merge queries.Dries Buytaert2010-09-24
|
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* #882164 follow-up by Gábor Hojtsy, reglogge: Further clarifications to ↵Angie Byron2010-09-23
| | | | localization install instructions.
* #418302 follow-up by David_Rothstein, reglogge, dww: Deal with obscure edge ↵Angie Byron2010-09-22
| | | | case when attempting to create settings.php during installation.
* - Patch #168722 by sun, bleen18: hidden input elements contain invalid ↵Dries Buytaert2010-09-22
| | | | characters in ID attributes.
* - Patch #908282 by jbrown: theme_image() performs I/O.Dries Buytaert2010-09-22
|
* - Patch #910388 by mikl: installation fails on PostgreSQL 8.4: Invalid ↵Dries Buytaert2010-09-22
| | | | escape sequence.
* #882164 by aschiwi, Gábor Hojtsy, David_Rothstein, reglogge, et al: Fix the ↵Angie Byron2010-09-22
| | | | 'install from another language' instructions so that they actually work.
* - Patch #885228 by sun, Jacine, mverbaar: CSS Files are in major need of ↵Dries Buytaert2010-09-19
| | | | clean up.
* - Patch #909230 by chx: better db_query() docs.Dries Buytaert2010-09-18
|
* - Patch #846330 by sun: proper wrapping of phpDoc.Dries Buytaert2010-09-17
|
* - Patch #732914 by Jacine, sun, reglogge, cosmicdreams: improve the ↵Dries Buytaert2010-09-17
| | | | markup/CSS for content and user filter forms.