aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/barfoo
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12783] Move phpbb requirement to extra->soft-requireJoas Schilling2014-07-021-1/+3
| | | | PHPBB3-12783
* [ticket/12783] Move phpbb/phpbb require version to extraJoas Schilling2014-06-281-3/+3
| | | | PHPBB3-12783
* [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-271-1/+1
| | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* [ticket/12009] Prevent user from enabling invalid extension through direct URLCesar G2013-12-122-1/+23
| | | | PHPBB3-12009
* [ticket/12009] Move valid extensions in tests to correct dir structure.Cesar G2013-12-122-25/+0
| | | | PHPBB3-12009
* [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-173-4/+10
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11465] Add disabled ext to allow proper testing of get_module_infos()Marc Alexander2013-05-123-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