summaryrefslogtreecommitdiff
path: root/includes/update.inc
Commit message (Collapse)AuthorAge
...
* - 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 #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 #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ↵Dries Buytaert2010-04-28
| | | | core.
* #211182 follow-up by clemens.tolboom, David_Rothstein, tstoeckler: Re-work ↵Angie Byron2010-04-28
| | | | update depencency check to deal with array_merge_recursive() edge case (with tests).
* #773720 by scor, catch: Fixed 'Table registry doesn't exist' blocks upgrade.Angie Byron2010-04-21
|
* #757214 by justinrandell, scor: Fixed D6->D7 update.php failure: Fatal ↵Angie Byron2010-04-20
| | | | error: Class 'MergeQuery_mysql()'.
* - Patch #688704 by Crell, boombatower, noahb: give DB its own autoload function.Dries Buytaert2010-04-11
|
* - Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave ↵Dries Buytaert2010-03-31
| | | | Reid, JohnAlbin, aspilicious: themes disabled during update.
* - Patch #582948 by David_Rothstein: improve safety of schema manipulation.Dries Buytaert2010-03-20
|
* #521838 follow-up by jrchamp: Clean up drupal_get_schema_versions().Angie Byron2010-03-07
|
* - Patch #719730 by anarcat, ctmattice1, peterx: drop the sequences and queue ↵Dries Buytaert2010-02-25
| | | | tables from D5 during the D6 to D7 upgrade.
* #717148 by adrian: Fixed tons of duplication of information during ↵Angie Byron2010-02-17
| | | | update.php batch.
* - Patch #606730 by hunmonk: fixed semicolon.Dries Buytaert2010-02-07
|
* #706860 by hunmonk: Fixed update_fix_d7_block_deltas() helper function ↵Angie Byron2010-02-07
| | | | broken due to block table rename.
* #601642 folllow-up by andypost: Remove extraneous 'length' index from ↵Angie Byron2010-02-04
| | | | system.weight changes.
* #601642 by ctmattice1: Fixed Old databases might have a small ↵Angie Byron2010-02-04
| | | | {system}.weight, to help fix upgrade path.
* #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, ↵Angie Byron2010-02-03
| | | | et al: Allow updates to specify dependencies to ensure they run in a predictable order.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #590656 by pwolanin, Pasqualle: harden one-time login links against ↵Dries Buytaert2010-01-14
| | | | vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection.
* #606730 by hunmonk: Provide a helper function for block delta updates.Angie Byron2010-01-13
|
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* #563106 by quicksketch, scor, andypost, ctmattice1, catch, yched, adrian: ↵Angie Byron2010-01-09
| | | | Fix critical upgrade path bugs from Drupal 6 to Drupal 7
* #629794 follow-up by yched: Fixed batch API in update.php.Angie Byron2010-01-09
|
* #629794 by yched: Fix Scaling issues with batch API. (with tests)Angie Byron2010-01-08
|
* - Patch #670250 by boombatower: more documentation clean-ups.Dries Buytaert2009-12-31
|
* #653956 by moshe weitzman and catch: Create {cache_bootstrap()} in ↵Angie Byron2009-12-08
| | | | update_prepare_d7_bootstrap() to fix yet another problem in the update path.
* - Patch #627338 by catch: add a cache_bootstrap() bin for better ↵Dries Buytaert2009-11-10
| | | | performance/scalability.
* - Patch #570900 by Crell: remove remnants of update_sql().Dries Buytaert2009-11-09
|
* #627186 by quicksketch: Removed some stray tabs.Angie Byron2009-11-09
|
* - Patch #607244 by sun: added permission to decrease performance impact of ↵Dries Buytaert2009-11-07
| | | | contextual links.
* #613238 by catch: Add more missing columns and tables required for upgrade.Angie Byron2009-10-24
|
* #613238 by catch: Fixed missing columns and tables required for upgrade.Angie Byron2009-10-24
|
* #599804 by catch: Fix upgrade path.Angie Byron2009-10-24
|
* #524710 by catch and gordon: Add role_permission() table earlier in order to ↵Angie Byron2009-10-24
| | | | allow upgrade path to work.
* #612920 by catch: Added required table columns so that update.php doesn't ↵Angie Byron2009-10-24
| | | | spew fatal errors.
* #561452 by pwolanin and David_Rothstein: Add API function to get ↵Angie Byron2009-10-13
| | | | module/theme info without rebuilding it.
* - Patch #555762 by gordon, sun | yched, chx, moshe weitzman, KiamLaLuno, ↵Dries Buytaert2009-10-03
| | | | lilou: improvements to batch API.
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #583008 by Damien Tournoud: DRUPAL_BOOTSTRAP_ACCESS doesn't exist ↵Dries Buytaert2009-09-21
| | | | anymore, but is still an explicit bootstrap step.
* #564394 follow-up by Damien Tournoud: Remove crappy old pgsql-only ↵Angie Byron2009-09-21
| | | | db_add/change_column() functions from database layer.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* - Patch #394268 by Crell, sun, yched: changed DIE update_sql() DIE!.Dries Buytaert2009-09-07
|
* #557582 by moshe weitzman: Reset statics after each update to conserve ↵Angie Byron2009-09-01
| | | | memory and avoid odd bugs.
* #201415 by sun: Add a permission to access site in maintenance mode.Angie Byron2009-08-22
|
* #509398 by adrian: Turned install profiles into modules with full access to ↵Angie Byron2009-08-21
| | | | the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D
* #554754 by gordon and dww: Added a new function update_get_update_list() to ↵Angie Byron2009-08-21
| | | | return list of pending updates.
* #536150 follow-up by gordonh and dww: Move more update.php functions to ↵Angie Byron2009-08-03
| | | | update.inc.
* - Patch #233091 by dww, anarcat, gordon: restructured update.php to start ↵Dries Buytaert2009-07-29
making it possible to update Drupal sites from the shell.