summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #823500 by justinrandell, chx: () should always reflect ['HTTPS'] ↵Dries Buytaert2010-06-10
| | | | even if () is http.
* - Patch #819844 by agentrickard: better documentation for url_is_external().Dries Buytaert2010-06-09
|
* #799982 by tstoeckler, StuartJNCC: Fixed Updating D6 -> D7 fails if the D6 ↵Angie Byron2010-06-08
| | | | site has Date module applied.
* #805052 follow-up by mikey_p: Fixed Notice in update.php in ↵Angie Byron2010-06-08
| | | | drupal_session_initialize().
* #774882 by puregin, Berdir, rfay: Fixed update.php: errors are not logged.Angie Byron2010-06-08
|
* #797024 follow-up by justinrandell: Remove critical performance regression ↵Angie Byron2010-06-08
| | | | due to stale file time values.
* - Patch #807396 by David_Rothstein: remove old error handling from ↵Dries Buytaert2010-06-07
| | | | theme_update_page().
* #797024 by pwolanin, justinrandell: Fixed Moving a class between files can ↵Angie Byron2010-06-06
| | | | cause SQL errors on registry rebuild.
* - Patch #742246 by jbrown, noahb, aspilicious, alexanderpas, rfay:handle ↵Dries Buytaert2010-06-05
| | | | uncaught exceptions.
* - Patch #803212 by effulgentsia, Heine: protection against forgery of input ↵Dries Buytaert2010-06-05
| | | | selection value doesn't work with checkboxes.
* - Patch #807396 by Berdir, carlos8f, David_Rothstein: database errors not ↵Dries Buytaert2010-06-05
| | | | displaying during install.
* - Patch #312144 by CorniI, dropcube, EvanDonovan, Damien Tournoud, ↵Dries Buytaert2010-06-04
| | | | David_Rothstein, tstoeckler: install fails when default.settings.php is not present.
* - Patch #815526 by plach: session language switcher prevents pages from ↵Dries Buytaert2010-06-03
| | | | being cached.
* - Patch #748390 by rfay, effulgentsia: improve #limit_validation_errors() ↵Dries Buytaert2010-06-03
| | | | phpdoc.
* - Patch #772554 by Crell, jbrown: remove delay() method from insert queries.Dries Buytaert2010-06-02
|
* - Patch #701358 by aaron, quicksketch, chx, pwolanin, aspilicious: the file ↵Dries Buytaert2010-06-02
| | | | API presumes a hiearchical file storage.
* - Patch #813540 by chx: handle NULL values nicely.Dries Buytaert2010-06-02
|
* - Patch #276876 by mr.baileys: remove case sensitivity from variable names ↵Dries Buytaert2010-06-01
| | | | (get/set/del) through extra documentation.
* - Patch #766100 by andypost: undefined function _system_rebuild_theme_data() ↵Dries Buytaert2010-06-01
| | | | when trying to run update.php.
* - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via ↵Dries Buytaert2010-06-01
| | | | db_query_range().
* - Patch #774346 by jvandyk: fixed documentation.Dries Buytaert2010-05-31
|
* - Patch #585012 by jpmckinney, David_Rothstein: setting a default theme in ↵Dries Buytaert2010-05-29
| | | | install profile causes WHACK errors.
* - Patch #711108 by Berdir, scor: richer exception reporting for watchdog().Dries Buytaert2010-05-28
|
* - Patch #782056 by aspilicious: removing tabs and trailing white space.Dries Buytaert2010-05-26
|
* - Patch #437228 by effulgentsia: remove hard-coded check for 'Apache' for ↵Dries Buytaert2010-05-26
| | | | deciding whether to add 'index.php' within url().
* - Patch #730420 by andrewmacpherson: make html.tpl.php less dependant on rdf ↵Dries Buytaert2010-05-26
| | | | namespaces.
* - Patch #711108 by Berdir: better exception reporting for watchdog() in the ↵Dries Buytaert2010-05-26
| | | | database system.
* - Patch #504506 by andypost: Drupal.formatPlural incorrectly handle complex ↵Dries Buytaert2010-05-24
| | | | plural rules.
* - Patch #767690 by Crell: @file declarations in database system do not ↵Dries Buytaert2010-05-23
| | | | indicate what belongs in the file.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Patch #726344 by Crell, Berdir: database system uses wrapper functions ↵Dries Buytaert2010-05-23
| | | | internally.
* Back to 7.0-devAngie Byron2010-05-23
|
* Drupal 7.0-alpha5Angie Byron2010-05-23
|
* - Patch #767512 by jhedstrom, Damien Tournoud: fixed error.Dries Buytaert2010-05-21
|
* - Patch #803650 by aaronbauman: calling entity_create_stub_entity() with a ↵Dries Buytaert2010-05-21
| | | | revision id creates fatal error unversioned entity types.
* - Patch #793388 by StuartJNCC, David_Rothstein: attempting to update D6 to ↵Dries Buytaert2010-05-21
| | | | D7 without PDO enabled causes WSOD.
* - Patch #805052 by mikey_p: notice in update.php in drupal_session_initialize().Dries Buytaert2010-05-21
|
* - Patch #303838 by c960657, Aron Novak: drupal_http_request() - case ↵Dries Buytaert2010-05-20
| | | | sensitive HTTP header field names.
* - Patch #768490 by JohnAlbin, sign: theme_table_select_header_cell() is not ↵Dries Buytaert2010-05-19
| | | | really a theme function.
* - Patch #692044 by Damien Tournoud, effulgentsia, jbrown: a site with ↵Dries Buytaert2010-05-19
| | | | statistics module enabled is much slower in serving cached pages in D7 than in D6.
* - Patch #696696 by Garrett Albright, qasimzee, confiz: documentation ↵Dries Buytaert2010-05-18
| | | | improvements for WATCHDOG_* constants.
* - Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics ↵Dries Buytaert2010-05-18
| | | | module enabled is much slower in serving cached pages in D7 than in D6.
* - Patch #763850 by c960657: require_once() and drupal_get_path() ↵Dries Buytaert2010-05-18
| | | | inconsistencies.
* - Patch #796120 by c960657: do not urldecode() parameters in drupal_goto().Dries Buytaert2010-05-18
|
* - Patch #67439 by sun, effulgentsia: #tree in hook_element_info() does not work.Dries Buytaert2010-05-17
|
* - Patch #800696 by David_Rothstein: reenabling a module causes the module's ↵Dries Buytaert2010-05-17
| | | | links to be incorrectly mixed with custom menu links.
* - Patch #796048 by jbafford: drupal_build_js_cache() improperly merged JS ↵Dries Buytaert2010-05-16
| | | | files in some cases.
* - Patch #800014 by c960657: tiny bootstrap clean-up.Dries Buytaert2010-05-16
|
* - Patch #785782 by cafuego: support comments in built queries.Dries Buytaert2010-05-15
|
* #790224 by lotyrin, pwolanin, nenne: Fixed incorrect paths to temp directory ↵Angie Byron2010-05-14
| | | | in Update Manager.