aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/tool
Commit message (Collapse)AuthorAgeFilesLines
* [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/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/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
* [ticket/11871] Allow backslash in classnames for ModulesJoas Schilling2013-09-271-6/+1
| | | | PHPBB3-11871
* [ticket/11700] Fix leftover backslashes in commentsNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-163-3/+3
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-164-40/+48
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-143-3/+3
| | | | PHPBB3-11700
* [ticket/11700] With namespaces interface will no longer be a valid classnameNils Adermann2013-07-141-1/+1
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-144-0/+1306
PHPBB3-11698