Marc Alexander
e7d9cfa009
[ticket/11398] Correctly call permission_set method in permission tool
...
The permission_set method calls itself inside the permission tool.
Probably due to an oversight, it is called as $this->set(), which causes a
fatal error. This patch will get rid of this issue.
PHPBB3-11398
2013-03-05 01:06:22 +01:00
Nathaniel Guse
2aadc5a22c
[ticket/11394] Relax Migration Tools
...
Do not throw as many exceptions in the migration tools (when something
unexpected occurs but can be safely ignored).
PHPBB3-11394
2013-03-04 14:06:52 -06:00
Nathaniel Guse
cacaffee6e
[feature/migrations] Add language strings for migrations errors
...
Unfulfillable returns string of the missing dependency name now if
the migration is unfulfillable (this is significantly more helpful).
PHPBB3-11351
2013-02-09 20:56:42 -06:00
Nathaniel Guse
77df9109b6
[feature/migrations] Remove default values from necessary parameters
...
Clean up some comments
PHPBB3-9737
2013-02-04 13:46:23 -06:00
Nathan Guse
3d4c00619f
[feature/migrations] Reverse data functionality
...
If data step fails, attempt to roll back any previous calls from the
migration that failed.
Fix some failing tests
PHPBB3-9737
2013-01-09 18:24:32 -06:00
Nathan Guse
f56e400cd3
[feature/migrations] Comments
...
PHPBB3-9737
2013-01-09 16:44:09 -06:00
Nathan Guse
e3737978f7
[feature/migrations] Fixing returns of callables and handling data state
...
Lots of comments and some other miscellaneous fixes.
PHPBB3-9737
2013-01-09 16:44:08 -06:00
Nathan Guse
5c91e2569c
[feature/migrations] Migrations now somewhat works
...
PHPBB3-9737
2013-01-09 16:44:07 -06:00