| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | | PHPBB3-12594 | ||||
| * | [ticket/12349] Update license header in several new files | Joas Schilling | 2014-04-03 | 1 | -1/+1 |
| | | | | | PHPBB3-12349 | ||||
| * | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
| | | | | | PHPBB3-11700 | ||||
| * | [feature/migrations] Make the test depends_on methods static | Nathan Guse | 2013-01-10 | 1 | -5/+0 |
| | | | | | PHPBB3-11318 | ||||
| * | [feature/migrations] Store depends on in the database (serialized) | Nathan Guse | 2013-01-10 | 1 | -0/+46 |
| This is required so that when migrations are reverted we can check through all installed migrations and make sure that all dependencies are handled properly and so that we are only required to load the migrations files that could be dependent on the ones installed. I believe in normal proper use the old way might have worked, but in case something happens and an unrelated migration file is installed, but cannot be loaded, this makes sure we do not stop everything unless we absolutely must (one of those files is dependent on something we want to revert). PHPBB3-9737 | |||||
