aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/tool
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/15544] Delete cache through module managerOliver Schramm2018-09-241-2/+2
| | | | | | | | This might fix issues with migrations since the sql cache will be purged as well. In general, this puts all the logic in one place, so that's good. PHPBB3-15544
* Merge pull request #5158 from kasimi/ticket/15586Marc Alexander2018-06-171-6/+0
|\ | | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modes
| * [ticket/15586] Fixed adding module the automatic way without specifying modeskasimi2018-03-111-6/+0
| | | | | | | | PHPBB3-15586
* | [ticket/15595] Fix module exists tool when parent is falseMatt Friedman2018-03-191-2/+7
|/ | | | PHPBB3-15595
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-014-5/+5
| | | | PHPBB3-14972
* [ticket/15339] Fix testsOliver Schramm2017-12-241-1/+1
| | | | PHPBB3-15339
* [ticket/15339] Free sql results in migration module toolOliver Schramm2017-11-171-2/+4
| | | | PHPBB3-15339
* [ticket/15339] Allow a module to have multiple parentsOliver Schramm2017-11-171-123/+132
| | | | | | Also restore old behaviour from Olympus regarding re-sorting modules PHPBB3-15339
* 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-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-114-0/+20
|\ \ \ | |/ /
| * | [ticket/14742] Avoid loop while reverting dataOliver Schramm2016-08-114-0/+20
| |/ | | | | | | | | | | This combines reverted updata_data and revert_data into a single array. PHPBB3-14742
* | [ticket/14277] Use user_id if availableMate Bartus2015-11-091-1/+1
| | | | | | | | PHPBB3-14277
* | [ticket/14277] Fix undefined index error in migrationsMate Bartus2015-11-081-1/+1
| | | | | | | | PHPBB3-14277
* | Merge branch '3.1.x'Joas Schilling2015-06-091-4/+18
|\ \ | |/
| * [ticket/13779] Set new auth options to the role only if matching the role typerxu2015-04-261-4/+18
| | | | | | | | | | | | | | | | | | | | Migrations' permission tool allows setting permissions to the role which doesn't match the role type, e.g. m_ permissions for u_ role types and so on. As one of side effects, this may lead to granting users moderative/admin permissions silently. With this patch the only new permissions matching the role type will be set. PHPBB3-13779
* | [ticket/13777] Reorder get_module_infos() method's argumentsMateBartus2015-05-311-1/+1
| | | | | | | | PHPBB3-13777
* | [ticket/13777] Use module manager in phpBB core filesMateBartus2015-05-311-37/+18
| | | | | | | | PHPBB3-13777
* | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-301-1/+2
|\ \ | |/
| * [ticket/13544] Use integer case because $role_id is an intbrunoais2015-01-261-1/+1
| | | | | | | | PHPBB3-13544
| * [ticket/13544] Fixing wrong SQL query for permission_unset for rolesbrunoais2015-01-261-1/+2
| | | | | | | | PHPBB3-13544
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-1/+3
|/ | | | PHPBB3-13468
* [ticket/13432] Make sure to add language file when including acp_modulesMarc Alexander2015-01-091-0/+1
| | | | PHPBB3-13432
* [ticket/12557] Fix doc block errors found by Sami pt1n-aleha2014-08-031-1/+4
| | | | PHPBB3-12557
* [ticket/12812] Add a migrator tool for config_text database changesMatt Friedman2014-07-051-0/+125
| | | | PHPBB3-12812
* [ticket/12715] Cleanup comments in \phpbb\db\*Tristan Darricau2014-06-153-0/+8
| | | | PHPBB3-12715
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-274-20/+28
| | | | PHPBB3-12594
* Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into ↵Nils Adermann2014-04-102-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12282: [ticket/12282] Update new references [ticket/12282] Update container db mock [ticket/12282] Add new line at EOF of the interface [ticket/12282] Use interface for type hinting [ticket/12282] Use {@inheritDoc} for inherited methods [ticket/12282] Add Interface for DBAL drivers
| * [ticket/12282] Use interface for type hintingJoas Schilling2014-04-012-6/+6
| | | | | | | | PHPBB3-12282
* | [ticket/12349] Update license header in several new filesJoas Schilling2014-04-034-4/+4
|/ | | | PHPBB3-12349
* [ticket/12263] Add missing variable names to docblock fixesMatt Friedman2014-03-132-2/+2
| | | | PHPBB3-12263
* [ticket/12263] Remove invalid SQL query and unused variablesMatt Friedman2014-03-131-13/+1
| | | | PHPBB3-12263
* [ticket/12263] Remove unused argument in module add/removeMatt Friedman2014-03-131-5/+3
| | | | PHPBB3-12263
* [ticket/12263] Fix incorrect docblock commetsMatt Friedman2014-03-132-4/+4
| | | | PHPBB3-12263
* [ticket/11995] Fix Revert of config.removeJoas Schilling2013-11-021-0/+4
| | | | PHPBB3-11995