aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/tool
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15544] Delete cache through module managerOliver Schramm2018-09-241-2/+2
* Merge pull request #5158 from kasimi/ticket/15586Marc Alexander2018-06-171-6/+0
|\
| * [ticket/15586] Fixed adding module the automatic way without specifying modeskasimi2018-03-111-6/+0
* | [ticket/15595] Fix module exists tool when parent is falseMatt Friedman2018-03-191-2/+7
|/
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-014-5/+5
* [ticket/15339] Fix testsOliver Schramm2017-12-241-1/+1
* [ticket/15339] Free sql results in migration module toolOliver Schramm2017-11-171-2/+4
* [ticket/15339] Allow a module to have multiple parentsOliver Schramm2017-11-171-123/+132
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-241-10/+27
|\
| * [ticket/14831] Optimize code constructionrxu2016-10-241-5/+3
| * [ticket/14831] Add more tests, better name for $e placeholderrxu2016-10-231-6/+6
| * [ticket/14831] Do not throw exception on the module existence checkingrxu2016-10-231-7/+27
| * [ticket/14831] Fix module migrator toolrxu2016-10-231-4/+3
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-311-66/+117
|\ \ | |/
| * Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-311-66/+117
| |\
| | * [ticket/14703] Fix the docblockrxu2016-07-241-2/+2
| | * [ticket/14703] Fix existance checking if multiple parent module_langname foundrxu2016-07-241-9/+26
| | * [ticket/14703] Add test for the case multiple parent module_langname foundrxu2016-07-241-5/+7
| | * [ticket/14703] Select the parent module id from the several foundrxu2016-07-231-3/+22
| | * [ticket/14703] Refine the parent module selection for custom extension modulesrxu2016-07-101-71/+79
| | * [ticket/14703] Fix parent module selection for custom modules removalrxu2016-07-031-2/+4
| | * [ticket/14703] Fix parent module selection for custom extension modulesrxu2016-07-031-1/+4
* | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-204-4/+4
|\ \ \ | |/ /
| * | [ticket/14742] Fix comments in migratorOliver Schramm2016-08-204-4/+4
* | | 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
| |/
* | [ticket/14277] Use user_id if availableMate Bartus2015-11-091-1/+1
* | [ticket/14277] Fix undefined index error in migrationsMate Bartus2015-11-081-1/+1
* | 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
* | [ticket/13777] Reorder get_module_infos() method's argumentsMateBartus2015-05-311-1/+1
* | [ticket/13777] Use module manager in phpBB core filesMateBartus2015-05-311-37/+18
* | 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
| * [ticket/13544] Fixing wrong SQL query for permission_unset for rolesbrunoais2015-01-261-1/+2
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-1/+3
|/
* [ticket/13432] Make sure to add language file when including acp_modulesMarc Alexander2015-01-091-0/+1
* [ticket/12557] Fix doc block errors found by Sami pt1n-aleha2014-08-031-1/+4
* [ticket/12812] Add a migrator tool for config_text database changesMatt Friedman2014-07-051-0/+125
* [ticket/12715] Cleanup comments in \phpbb\db\*Tristan Darricau2014-06-153-0/+8
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-274-20/+28
* Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into develop...Nils Adermann2014-04-102-6/+6
|\
| * [ticket/12282] Use interface for type hintingJoas Schilling2014-04-012-6/+6
* | [ticket/12349] Update license header in several new filesJoas Schilling2014-04-034-4/+4
|/
* [ticket/12263] Add missing variable names to docblock fixesMatt Friedman2014-03-132-2/+2
* [ticket/12263] Remove invalid SQL query and unused variablesMatt Friedman2014-03-131-13/+1
* [ticket/12263] Remove unused argument in module add/removeMatt Friedman2014-03-131-5/+3
* [ticket/12263] Fix incorrect docblock commetsMatt Friedman2014-03-132-4/+4
* [ticket/11995] Fix Revert of config.removeJoas Schilling2013-11-021-0/+4
* [ticket/11871] Allow backslash in classnames for ModulesJoas Schilling2013-09-271-6/+1