aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-051-0/+32
|\
| * Merge pull request #4784 from rubencm/ticket/15150Marc Alexander2017-06-051-0/+32
| |\ | | | | | | | | | [ticket/15150] Add Jabber SSL context configuration options
| | * [ticket/15150] Add Jabber SSL context configuration optionsRubén Calvo2017-03-301-0/+32
| | | | | | | | | | | | PHPBB3-15150
* | | [ticket/14992] Add temp index migration for removing duplicatesDavid Colón2017-05-254-3/+54
| | |
* | | Merge pull request #4701 from DavidIQ/ticket/14992Marc Alexander2017-05-256-0/+287
|\ \ \ | | | | | | | | | | | | [ticket/14992] Improve user_notifications table performance
| * | | [ticket/14992] Reduce notification table col sizesDavid Colón2017-05-252-1/+49
| | | |
| * | | [ticket/14992] 'method' is needed for the unique indexDavid Colón2017-05-241-1/+1
| | | |
| * | | [ticket/14992] Remove temp index migrationDavid Colón2017-05-233-52/+1
| | | |
| * | | [ticket/14992] Make unit tests run more verboseMarc Alexander2017-05-212-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14992
| * | | [ticket/14992] Shorten index name for user_id and item_idMarc Alexander2017-05-211-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14992
| * | | [ticket/14992] Check index name length in a more proper wayDavid Colón2017-03-016-7/+146
| | | | | | | | | | | | | | | | [ticket/14992] Add indexes to user_notifications table
| * | | [ticket/14992] Add indexes to user_notifications tableDavid Colón2017-03-013-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14992] Change how index length is checked [ticket/14992] Remove duplicates from user_notifications table [ticket/14992] Add unique index to user_notifications table [ticket/14992] Shorten unique index name [ticket/14992] Shorten another index for user notifications
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-05-121-0/+51
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * 3.1.x: [ticket/15226] Add index for latest topics to topics table
| * | | [ticket/15226] Add index for latest topics to topics tableMarc Alexander2017-05-111-0/+51
| | |/ | |/| | | | | | | PHPBB3-15226
* | | [ticket/15090] Ensure send stats module exists before removingMarc Alexander2017-04-151-4/+3
| | | | | | | | | | | | PHPBB3-15090
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-191-0/+32
|\ \ \ | |/ / | | / | |/ |/| | | | | * 3.1.x: [ticket/13558] Change options prefix and add settings precautions. [ticket/13558] Make SSL context specific options more SMTP general [ticket/13558] Add smtp SSL context configuration options
| * [ticket/13558] Change options prefix and add settings precautions.rxu2017-03-191-3/+3
| | | | | | | | PHPBB3-13558
| * [ticket/13558] Add smtp SSL context configuration optionsrxu2017-03-171-0/+32
| | | | | | | | PHPBB3-13558
* | [ticket/14967] Add cookie notice migration fixing invalid previous oneMarc Alexander2017-01-081-0/+36
| | | | | | | | PHPBB3-14967
* | [prep-release-3.2.0] Update version numbers and add 3.2.0 migrationMarc Alexander2017-01-071-0/+40
| |
* | [ticket/14961] Add cookie notice as enablable featureMarc Alexander2017-01-061-0/+31
| | | | | | | | | | | | | | Uses Insites cookieconsent v3.0.3: https://cookieconsent.insites.com PHPBB3-14961
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-251-0/+1
|\ \ | |/
| * [ticket/14923] Make sure start for queries is always set in migrationsMarc Alexander2016-12-251-0/+1
| | | | | | | | PHPBB3-14923
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-181-0/+46
|\ \ | |/
| * [ticket/14874] Increase size of emotionJakub Senko2016-12-121-0/+46
| | | | | | | | PHPBB3-14874
* | [prep-release-3.2.0-RC2] Add migration file for 3.2.0-RC2Marc Alexander2016-12-091-0/+40
| |
* | [ticket/14492] Update versions in filesMarc Alexander2016-12-031-1/+1
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Send statistics via ajax requestMarc Alexander2016-12-031-0/+1
| | | | | | | | | | | | | | Flooding ajax requests will try to be prevented and sending stats without JS will also properly work. PHPBB3-14492
* | [ticket/14492] Rename files to help_phpbb and fix css tabbingMarc Alexander2016-12-031-0/+49
| | | | | | | | PHPBB3-14492
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-11-141-0/+77
|\ \ | |/ | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Rename migration and replace preg_replace() with simpler methods [ticket/14831] Compare depends_on for migrations and remove prefixless names [ticket/14831] Add migration for deduplicating entries and fix typo [ticket/14831] Add method for getting valid migration name [ticket/14831] Fall back to possible migration names instead of adding prefix [ticket/14831] Make sure migrations always start with backslash
| * [ticket/14831] Rename migration and replace preg_replace() with simpler methodsMarc Alexander2016-10-251-4/+3
| | | | | | | | PHPBB3-14831
| * [ticket/14831] Compare depends_on for migrations and remove prefixless namesMarc Alexander2016-10-231-4/+4
| | | | | | | | PHPBB3-14831
| * [ticket/14831] Add migration for deduplicating entries and fix typoMarc Alexander2016-10-231-0/+78
| | | | | | | | PHPBB3-14831
* | Merge remote-tracking branch 'nicofuma/ticket/14814' into 3.2.xMarc Alexander2016-11-051-3/+17
|\ \
| * | [ticket/14814] Fix reparser cronTristan Darricau2016-11-021-3/+17
| | | | | | | | | | | | PHPBB3-14814
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-121-0/+36
|\ \ \ | |/ / |/| / | |/
| * [prep-release-3.1.10] Add 3.1.10 migrationMarc Alexander2016-10-021-0/+36
| |
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-011-0/+46
|\ \ | |/
| * [ticket/8301] Add log_time indexJakub Senko2016-09-251-0/+46
| | | | | | | | PHPBB3-8301
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-241-0/+36
|\ \ | |/
| * [prep-release-3.1.10] Add migration for 3.1.10-RC1Marc Alexander2016-09-241-0/+36
| |
* | [ticket/14793] Fix "A non-numeric value encountered" PHP warning on PHP 7.1+rxu2016-09-221-1/+1
| | | | | | | | PHPBB3-14793
* | Merge pull request #4349 from marc1706/ticket/14665Andreas Fischer2016-07-101-1/+2
|\ \ | | | | | | | | | | | | | | | | | | [ticket/14665] Remove invalid syntax in report_id_auto_increment migration * marc1706/ticket/14665: [ticket/14665] Remove invalid syntax in report_id_auto_increment migration
| * | [ticket/14665] Remove invalid syntax in report_id_auto_increment migrationMarc Alexander2016-06-081-1/+2
| | | | | | | | | PHPBB3-14665
* | | [prep-release-3.2.0-RC1] Add migrationTristan Darricau2016-06-191-0/+40
|/ /
* | [ticket/14607] Add missing auto_increment to report_idMarc Alexander2016-05-011-0/+45
| | | | | | | | PHPBB3-14607
* | Merge branch 'prep-release-3.2.0-b2' into 3.2.xTristan Darricau2016-04-281-0/+40
|\ \ | | | | | | | | | | | | | | | | | | | | | * prep-release-3.2.0-b2: [prep-release-3.2.0-b2] Add schema.json [prep-release-3.2.0-b2] Add changelog for 3.2.0-b2 [prep-release-3.2.0-b2] Add migration for 3.2.0-b2 [prep-release-3.2.0-b2] Update version to 3.2.0-b2
| * | [prep-release-3.2.0-b2] Add migration for 3.2.0-b2Tristan Darricau2016-03-031-0/+40
| | |
* | | Merge branch '3.1.x' into 3.2.xJoas Schilling2016-04-161-0/+36
|\ \ \ | | |/ | |/|
| * | [prep-release-3.1.9] Add migration for 3.1.9Joas Schilling2016-04-161-0/+36
| | |