summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #914312 by sdboyer: classes marked 'final' are not picked up by the ↵Dries Buytaert2010-09-17
| | | | registry.
* - Patch #909272 by moshe weitzman, David_Rothstein: remove stub update ↵Dries Buytaert2010-09-17
| | | | functions and renumber the remaining ones.
* - Patch #740834 by makononov, sun: form elements cannot be rendered without ↵Dries Buytaert2010-09-16
| | | | form_builder().
* - Patch #883092 by Everett Zufelt, mgifford, Jacine: add heading before ↵Dries Buytaert2010-09-16
| | | | local tasks for screen-reader users.
* - Patch #809616 by catch: fixed notice in menu rebuild.Dries Buytaert2010-09-16
|
* Back to 7.0-devAngie Byron2010-09-16
|
* Drupal 7.0-alpha7Angie Byron2010-09-16
|
* #910190 by sun: Remove schema cache from needlessly being loaded on all ↵Angie Byron2010-09-15
| | | | pages. Performance improvement.
* - Patch #910572 by sun, David_Rothstein: command line installations are ↵Dries Buytaert2010-09-14
| | | | broken (programmatic form submissions don't need a theme?).
* #418302 by David_Rothstein, dww, reglogge, and lots and lots of other ↵Angie Byron2010-09-14
| | | | 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.
* #763376 follow-up by andypost: Fix typo.Angie Byron2010-09-13
|