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
OpenShift guest
c73f0a7c78
[ticket/11385] Fix issue with migration module tool not getting extension module info
...
PHPBB3-11385
2013-03-02 15:43:42 -06:00
Nathaniel Guse
e483e3f459
[ticket/11363] Fix to make get_module_infos get from all extensions
...
Depends on 11381
PHPBB3-11363
2013-03-01 12:05:08 -06:00
Nathaniel Guse
c3434dec40
[ticket/11363] Fix a couple bugs and throw errors if the file not found
...
PHPBB3-11363
2013-02-27 14:09:27 -06:00
Nathaniel Guse
d296e809d5
[ticket/11363] Load module info files for extensions too
...
Use the acp_modules::get_module_infos function instead of our own include code
PHPBB3-11363
2013-02-27 11:12:18 -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
edf693e3bd
[feature/migrations] Store state properly and send past result to callable
...
Fix return on module add
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