summaryrefslogtreecommitdiff
path: root/modules/system/system.install
Commit message (Collapse)AuthorAge
...
* #931736 by dww: Fixed No upgrade path for the D6 'file_directory_temp' setting.Angie Byron2010-11-21
|
* #575280 follow-up by mfb, carlos8f: Empty session IDs break Drupal. ↵Angie Byron2010-11-13
| | | | (courtesty of BADCamp 2010 woo)
* - Patch #966238 by cosmicdreams, bfroehle, catch, mfb, carlos8f, marcingy: ↵Dries Buytaert2010-11-13
| | | | system_update_7061() stops migrating data if upload.fid is not found in files table, resulting in data loss.
* - Patch #575280 by mfb, carlos8f, chx, bleen18: impersonation when an https ↵Dries Buytaert2010-11-05
| | | | session exists.
* - Patch #939914 by yched: Field UI not enabled on a D6 upgrade.Dries Buytaert2010-10-31
|
* - Patch #943558 by joachim: 'block_callback()' in menu_router() table has no ↵Dries Buytaert2010-10-20
| | | | purpose.
* #938614 follow-up by chx: Abort abort\! Back to 5.2.4.Angie Byron2010-10-15
|
* - Patch #818374 by Damien Tournoud, ksenzee, Dave Reid: add a requirements ↵Dries Buytaert2010-10-12
| | | | check error if PECL PDO is being used.
* #932134 by catch: Fixed no upgrade path for MENU_CALLBACK API change.Angie Byron2010-10-08
|
* #925778 by mradcliffe, chx, sun, manarth: Fixed user edit title incorrectly ↵Angie Byron2010-10-08
| | | | shows currently logged in user.
* - Patch #932098 by sun: various bogus theme variables.Dries Buytaert2010-10-06
|
* #812416 by plach, Damien Tournoud: Fix Locale upgrade path.Angie Byron2010-10-05
|
* - Patch #908578 by jonhattan: dependents array key not used in any place ↵Dries Buytaert2010-10-05
| | | | across the code.
* #895176 follow-up by Berdir: Don't run the upload module upgrade path if ↵Angie Byron2010-10-04
| | | | there's nothing to upgrade.
* #895176 by ksenzee, dereine, mongolito404, Berdir, moshe weitzman, chx: ↵Angie Byron2010-10-03
| | | | Fixed upgrade fails because of integrity constraint violation in system_update_7060.
* #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.
* #898584 by Damien Tournoud, ksenzee, chx: Clean-up the upgrade path: system.Angie Byron2010-09-24
|
* - 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 #902354 by pwolanin: Fixed Schema description is wrong for uri field ↵Dries Buytaert2010-09-07
| | | | in {file_managed()} table.
* - Patch #887870 by sun, David_Rothstein: make system_list() return full ↵Dries Buytaert2010-09-03
| | | | module records.
* - Patch #895308 by Damien Tournoud: remove file_directory_path().Dries Buytaert2010-09-01
|
* #895032 follow-up by mongolito404: Fixed Upgrade fails on missing ↵Angie Byron2010-08-27
| | | | file_usage() table.
* #895032 by Sutharsan, clemens.tolboom: Fixed Upgrade fails on missing ↵Angie Byron2010-08-27
| | | | file_usage() table.
* #895088 by Sutharsan: Fixed typo causing file upgrade path to fail.Angie Byron2010-08-27
|
* #890794 by Berdir: Fixed Upgrade tests broken on PostgreSQL.Angie Byron2010-08-23
|
* - Patch #877690 by catch, das-peter, mfer, Damien Tournoud: cannot upgrade ↵Dries Buytaert2010-08-22
| | | | Drupal core if the comment module is enabled.
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, ↵Dries Buytaert2010-08-22
| | | | mikey_p, dhthwy: hook_file_references() was not designed for a highly flexible field storage.
* - Patch #443286 by c960657, Damien Tournoud, drifter, webkenny, scor: ↵Dries Buytaert2010-08-17
| | | | international characters break file handling.
* #853748 by Stevel, andypost: Fixed Folders in includes/database that do not ↵Angie Byron2010-07-31
| | | | contain an (installable) driver are used anyway.
* - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for ↵Dries Buytaert2010-07-26
| | | | {file_managed()}.status.
* - Patch #818214 by David_Rothstein, dereine, JacobSingh: improper table ↵Dries Buytaert2010-07-24
| | | | structure for url_alias.
* - Patch #800432 by marcingy: no index on {semaphore}.value.Dries Buytaert2010-07-24
|
* - Patch #410636 by Stevel, randallknutson, c960657, Berdir: upgrade does not ↵Dries Buytaert2010-07-14
| | | | create required menus.
* - Patch #819388 by pwolanin: switch registry back to using hashes not file ↵Dries Buytaert2010-07-10
| | | | mtime and ctime.
* #845742 by Damien Tournoud: Make Bartik the default core theme.Angie Byron2010-07-08
|
* #685892 follow-up by Stevel: Fix missing t() in update function.Angie Byron2010-07-07
|
* #685892 by Stevel, scor, Island Usurper, yched, quicksketch, et al: Fixed ↵Angie Byron2010-07-06
| | | | Upload -> File module upgrade path is broken.
* - Patch #805702 by Berdir: cron should use locking framework.Dries Buytaert2010-07-02
|
* - Patch #690746 by Damien Tournoud, Stevel: avoid table descriptions from ↵Dries Buytaert2010-06-29
| | | | disappearing.
* - Patch #837832 by dereine, marcingy: increase the size of {sessions}.sid.Dries Buytaert2010-06-27
|
* - Patch #818214 by dereine: improper table structure for url_alias().Dries Buytaert2010-06-26
|
* - 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.
* - Patch #831732 by solotandem: system_update_7053 needs to check for ↵Dries Buytaert2010-06-23
| | | | existence of menu_custom() table.
* #813492 follow-up by chx, marcingy, c960657: Fixed HTTPS sessions use an ↵Angie Byron2010-06-21
| | | | invalid merge query.
* #817216 by ctmattice1, chx, Stevel, Damien Tournoud: Fixed ↵Angie Byron2010-06-21
| | | | system_update_7008 does not work, deal with invalid poll choices, and move poll-related upgrade logic to Poll module.
* #829378 by David_Rothstein: Fixed Update system should use the API to ↵Angie Byron2010-06-17
| | | | identify the install profile, rather than preg_match().