aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/migration/tool/permission.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/migrations] Remove default values from necessary parametersNathaniel Guse2013-02-041-16/+17
| | | | | | Clean up some comments PHPBB3-9737
* [feature/migrations] Reverse data functionalityNathan Guse2013-01-091-0/+55
| | | | | | | | | If data step fails, attempt to roll back any previous calls from the migration that failed. Fix some failing tests PHPBB3-9737
* [feature/migrations] CommentsNathan Guse2013-01-091-6/+6
| | | | PHPBB3-9737
* [feature/migrations] Fixing returns of callables and handling data stateNathan Guse2013-01-091-51/+55
| | | | | | Lots of comments and some other miscellaneous fixes. PHPBB3-9737
* [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-091-0/+562
PHPBB3-9737