aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [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.xTristan Darricau2016-10-241-10/+27
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Optimize code construction [ticket/14831] Add more tests against UCP modules [ticket/14831] Add more tests, better name for $e placeholder [ticket/14831] Do not throw exception on the module existence checking [ticket/14831] Fix module migrator tool
| * | | [ticket/14831] Optimize code constructionrxu2016-10-241-5/+3
| | | | | | | | | | | | | | | | PHPBB3-14831
| * | | [ticket/14831] Add more tests, better name for $e placeholderrxu2016-10-231-6/+6
| | | | | | | | | | | | | | | | PHPBB3-14831
| * | | [ticket/14831] Do not throw exception on the module existence checkingrxu2016-10-231-7/+27
| | | | | | | | | | | | | | | | PHPBB3-14831
| * | | [ticket/14831] Fix module migrator toolrxu2016-10-231-4/+3
| | |/ | |/| | | | | | | PHPBB3-14831
* | | 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 branch '3.1.x' into 3.2.xMarc Alexander2016-08-311-66/+117
|\ \ | |/ | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php
| * Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-311-66/+117
| |\ | | | | | | | | | [ticket/14703] Fix parent module selection for custom extension modules
| | * [ticket/14703] Fix the docblockrxu2016-07-241-2/+2
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Fix existance checking if multiple parent module_langname foundrxu2016-07-241-9/+26
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Add test for the case multiple parent module_langname foundrxu2016-07-241-5/+7
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Select the parent module id from the several foundrxu2016-07-231-3/+22
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Refine the parent module selection for custom extension modulesrxu2016-07-101-71/+79
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Fix parent module selection for custom modules removalrxu2016-07-031-2/+4
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Fix parent module selection for custom extension modulesrxu2016-07-031-1/+4
| | | | | | | | | | | | PHPBB3-14703
* | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-204-4/+4
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/phpbb/db/migrator.php
| * | [ticket/14742] Fix comments in migratorOliver Schramm2016-08-204-4/+4
| | | | | | | | | | | | PHPBB3-14742
* | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-115-0/+52
|\ \ \ | |/ /
| * | [ticket/14742] Avoid loop while reverting dataOliver Schramm2016-08-115-0/+52
| |/ | | | | | | | | | | This combines reverted updata_data and revert_data into a single array. PHPBB3-14742
* | 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
| | |
* | | Merge branch '3.1.x' into 3.2.xJoas Schilling2016-04-091-0/+36
|\ \ \ | |/ /
| * | [prep-release-3.1.9] Add migration for 3.1.9-RC1Joas Schilling2016-04-091-0/+36
| | |
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-3132-0/+160
|\ \ \ | |/ /
| * | [ticket/14570] Use phpbb_version_compareMatt Friedman2016-03-2932-32/+32
| | | | | | | | | | | | PHPBB3-14570
| * | [ticket/14570] Add effectively installed to 3.1.x versionsMatt Friedman2016-03-2932-0/+160
| | | | | | | | | | | | PHPBB3-14570
* | | [ticket/14318] Fix SQL error in Notifications Board migrationJakub Senko2016-03-181-1/+1
| | | | | | | | | | | | PHPBB3-14318
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-071-8/+5
|\ \ \ | |/ / | | / | |/ |/|
| * [ticket/14514] Don't skip users when converting passwordsOliver Schramm2016-03-061-8/+5
| | | | | | | | PHPBB3-14514
* | Merge branch '3.1.x' into 3.2.xJoas Schilling2016-02-181-0/+31
|\ \ | |/ | | | | | | | | Conflicts: build/build.xml phpBB/composer.lock
| * Add migration for 3.1.8Joas Schilling2016-02-181-0/+31
| |
* | Merge branch '3.1.x' into 3.2.xJoas Schilling2016-02-131-0/+32
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/docs/CHANGELOG.html phpBB/includes/constants.php phpBB/includes/functions_user.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * [prep-release-3.1.8] Add migration for 3.1.8-RC1Joas Schilling2016-02-131-0/+32
| |