aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/tool/module.php
Commit message (Collapse)AuthorAgeFilesLines
* [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 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
* | [ticket/14742] Fix comments in migratorOliver Schramm2016-08-201-1/+1
| | | | | | | | PHPBB3-14742
* | [ticket/14742] Avoid loop while reverting dataOliver Schramm2016-08-111-0/+5
|/ | | | | | This combines reverted updata_data and revert_data into a single array. PHPBB3-14742
* [ticket/13432] Make sure to add language file when including acp_modulesMarc Alexander2015-01-091-0/+1
| | | | PHPBB3-13432
* [ticket/12715] Cleanup comments in \phpbb\db\*Tristan Darricau2014-06-151-0/+3
| | | | PHPBB3-12715
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into ↵Nils Adermann2014-04-101-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | 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-011-3/+3
| | | | | | | | PHPBB3-12282
* | [ticket/12349] Update license header in several new filesJoas Schilling2014-04-031-1/+1
|/ | | | PHPBB3-12349
* [ticket/12263] Add missing variable names to docblock fixesMatt Friedman2014-03-131-1/+1
| | | | 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-131-2/+2
| | | | PHPBB3-12263
* [ticket/11871] Allow backslash in classnames for ModulesJoas Schilling2013-09-271-6/+1
| | | | PHPBB3-11871
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-17/+19
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+501
PHPBB3-11698