Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12783] Move phpbb requirement to extra->soft-require | Joas Schilling | 2014-07-02 | 1 | -1/+3 |
| | | | | PHPBB3-12783 | ||||
* | [ticket/12783] Move phpbb/phpbb require version to extra | Joas Schilling | 2014-06-28 | 1 | -3/+3 |
| | | | | PHPBB3-12783 | ||||
* | [ticket/12311] Use valid composer schema - license - for extensions | Matt Friedman | 2014-03-27 | 1 | -1/+1 |
| | | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311 | ||||
* | [ticket/12009] Prevent user from enabling invalid extension through direct URL | Cesar G | 2013-12-12 | 2 | -1/+23 |
| | | | | PHPBB3-12009 | ||||
* | [ticket/12009] Move valid extensions in tests to correct dir structure. | Cesar G | 2013-12-12 | 2 | -25/+0 |
| | | | | PHPBB3-12009 | ||||
* | [ticket/11700] Correctly load extensions with nonprefixed namespaces | Nils Adermann | 2013-09-17 | 3 | -4/+10 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11465] Add disabled ext to allow proper testing of get_module_infos() | Marc Alexander | 2013-05-12 | 3 | -0/+26 |
This will now also enable us to test the $use_all_available parameter of get_module_infos(), which will not only return the module infos for enabled extensions but also those from disabled extensions. PHPBB3-11465 |