summaryrefslogtreecommitdiff
path: root/includes/update.inc
Commit message (Collapse)AuthorAge
* Issue #2195183 by cleaver, zopa, elgordogrande, sandykadam, jhodgdon, ↵David Rothstein2015-10-14
| | | | joachim, Eda: document Batch API callbacks as callback implementations
* Issue #1317628 by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean ↵Jennifer Hodgdon2013-01-16
| | | | up API docs for include files n-z
* Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
|
* Issue #1134088 by Cottser, catch: Properly document update-api functionsJennifer Hodgdon2012-10-09
|
* Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
|
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1536160 by drumm: Make update_fix_d7_block_deltas() faster.webchick2012-04-26
|
* Issue #1479572 by chertzog: Fixed update_fix_d7_install_profile().webchick2012-03-23
|
* Issue #987930 by David_Rothstein, Tor Arne Thune: Fixed The obsolete ↵webchick2012-01-21
| | | | 'site_offline_message' variable is not always deleted during the D6->D7 upgrade.
* Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' ↵webchick2011-09-27
| | | | is not supported by all databases, must be '<>'.
* Issue #1164852 follow-up by plach, chx, Boobaa, sun: Fixed critical ↵webchick2011-08-23
| | | | regression: Node bodies display as empty after upgrade to 7.7 from 6.x if the nodes have a language.
* Issue #1231856 by lyricnz: Fixed menu_update_7001() breaks when updating ↵webchick2011-08-16
| | | | from 7.4 or upgrading from D6.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.Angie Byron2011-01-03
|
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #1006478 by Stevel, mradcliffe, vwX, bfroehle: Fixed D6 to D7 upgrade on ↵Angie Byron2010-12-29
| | | | PostgreSQL stopped cold at update.php
* #945112 by carlos8f, dalin, David_Rothstein: Fixed Unable to stay logged in ↵Angie Byron2010-12-18
| | | | during upgrade from D6 -> D7
* #984358 by dalin, David_Rothstein: Fixed Upgrade from 6.x to 7.x always ↵Angie Byron2010-12-06
| | | | pulls your site out of maintenance mode immediately
* #934634 by carlos8f: Fix error on update if cache_path table is already present.Angie Byron2010-11-22
|
* - Patch #575280 by mfb, carlos8f, chx, bleen18: impersonation when an https ↵Dries Buytaert2010-11-05
| | | | session exists.
* - Patch #912700 by bleen18, jmiccolis: modules with no files[] entries in ↵Dries Buytaert2010-10-27
| | | | .info files are deemed 'incompatible with 7.x'.
* - Patch #951486 by Damien Tournoud: invalid placeholders in exception ↵Dries Buytaert2010-10-25
| | | | messages during update.
* #887288 by catch, David_Rothstein: Fixed Attempting to use update.php ↵Angie Byron2010-10-22
| | | | without having configured a database in settings.php results in incorrect/misleading error message
* - Patch #818374 by Damien Tournoud, ksenzee, Dave Reid: add a requirements ↵Dries Buytaert2010-10-12
| | | | check error if PECL PDO is being used.
* #922370 by ksenzee: Fixed system_update_7004() goes into an infinite loop ↵Angie Byron2010-10-06
| | | | (beta blocker).
* - Patch #908578 by jonhattan: dependents array key not used in any place ↵Dries Buytaert2010-10-05
| | | | across the code.
* #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.
* #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
|
* #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess.Angie Byron2010-10-01
|
* - Patch #909272 by chx: remove stub update functions and renumber the ↵Dries Buytaert2010-09-25
| | | | remaining ones.
* - Patch #909272 by moshe weitzman, David_Rothstein: remove stub update ↵Dries Buytaert2010-09-17
| | | | functions and renumber the remaining ones.
* #898520 follow-up by Damien Tournoud, chx, David Rothstein: Clean-up the ↵Angie Byron2010-09-13
| | | | upgrade path: comment.
* - Patch #894530 by David_Rothstein: update system calls ↵Dries Buytaert2010-09-02
| | | | drupal_get_schema_versions() for lots of uninstalled modules, leading to a performance hit.
* #894898 by mrfelton: Fixed Increase permission length restriction from 64 to ↵Angie Byron2010-08-27
| | | | 128.
* - Patch #790482 by glipay: update_prepare_d7_bootstrap() docs say it should ↵Dries Buytaert2010-07-17
| | | | not modify database, but it does.
* - Patch #410636 by Stevel, randallknutson, c960657, Berdir: upgrade does not ↵Dries Buytaert2010-07-14
| | | | create required menus.
* #850206 by Stevel: Fixed Converting db configuration gives wrong result when ↵Angie Byron2010-07-10
| | | | () is set.
* - Patch #819388 by pwolanin: switch registry back to using hashes not file ↵Dries Buytaert2010-07-10
| | | | mtime and ctime.
* #845746 by Berdir: Fixed update process broken on multi-language sites using ↵Angie Byron2010-07-07
| | | | i18n module.
* - Patch #838528 by marcingy: primary index on session table is not update ↵Dries Buytaert2010-06-27
| | | | when upgrading.
* - Patch #837832 by dereine, marcingy: increase the size of {sessions}.sid.Dries Buytaert2010-06-27
|
* - Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien ↵Dries Buytaert2010-06-25
| | | | Tournoud: text column type doesn't reliably hold serialized variables.
* - Patch #831332 by Stevel: drupal_get_schema_unprocessed() called in update ↵Dries Buytaert2010-06-25
| | | | functions.
* #813492 follow-up by chx, marcingy, c960657: Fixed HTTPS sessions use an ↵Angie Byron2010-06-21
| | | | invalid merge query.
* #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
|
* - Patch #782056 by aspilicious: removing tabs and trailing white space.Dries Buytaert2010-05-26
|