aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15257] Address validation issuesJakub Senko2019-09-302-2/+2
| | | | PHPBB3-15257
* [ticket/15257] Provide extension not enableable messagesJakub Senko2019-09-302-0/+42
| | | | PHPBB3-15257
* [ticket/13733] Properly test setting validate_classes to false/trueMarc Alexander2016-01-192-0/+61
| | | | PHPBB3-13733
* Merge branch 'develop-ascraeus' into developTristan Darricau2014-09-183-54/+0
|\ | | | | | | | | | | | | * develop-ascraeus: [ticket/12963] Always use core_path and core_directory() [ticket/12963] Remove old migration/ folder from tests [ticket/12963] Revert back to "migrations" folder name for extensions
| * [ticket/12963] Remove old migration/ folder from testsJoas Schilling2014-09-183-54/+0
| | | | | | | | PHPBB3-12963
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-174-0/+72
|\ \ | |/
| * [ticket/12963] Add unit testsTristan Darricau2014-09-104-0/+72
| | | | | | | | PHPBB3-12963
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-022-0/+24
|\ \ | |/
| * [ticket/12661] Add new line at the end of filesPico2014-08-251-1/+1
| | | | | | | | PHPBB3-12661
| * [ticket/12661] Add template testPico882014-08-242-0/+24
| | | | | | | | PHPBB3-12661
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-072-0/+43
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/12847] Allow the extensions to say if they can be enabled
| * [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-132-0/+43
| | | | | | | | PHPBB3-12847
* | Merge branch 'develop-ascraeus' into developTristan Darricau2014-07-034-12/+20
|\ \ | |/ | | | | | | | | | | * develop-ascraeus: [ticket/12783] Move phpbb requirement to extra->soft-require [ticket/12783] Correctly use dataProviders and mark tests as incomplete [ticket/12783] Move phpbb/phpbb require version to extra
| * [ticket/12783] Move phpbb requirement to extra->soft-requireJoas Schilling2014-07-024-4/+12
| | | | | | | | PHPBB3-12783
| * [ticket/12783] Move phpbb/phpbb require version to extraJoas Schilling2014-06-284-12/+12
| | | | | | | | PHPBB3-12783
* | [ticket/12564] Remove version definitions from modules in testsMatt Friedman2014-05-204-4/+0
|/ | | | PHPBB3-12564
* [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-274-4/+4
| | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* [ticket/12006] Test for ext module authNathan Guse2013-12-301-1/+1
| | | | PHPBB3-12006
* [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-1222-20/+67
| | | | PHPBB3-12009
* [ticket/11840] Correct Moo test extension composerNathan Guse2013-09-301-2/+2
| | | | PHPBB3-11840
* [ticket/11840] Use generic information in the test extensionNathan Guse2013-09-302-5/+5
| | | | | | Not sure why I had my name/info in these files... PHPBB3-11840
* [task/composer-compatibility] Minor changes that will break extension BCMichaelC2013-10-011-3/+2
| | | | PHPBB3-11840
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-192-2/+4
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-1718-21/+59
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-164-4/+4
| | | | PHPBB3-11700
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11465Marc Alexander2013-05-121-0/+1
|\
| * [ticket/10844] Add extension template file to locateJoas Schilling2013-04-221-0/+1
| | | | | | | | PHPBB3-10844
* | [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
* | [ticket/11465] Add comments explaining the testsMarc Alexander2013-05-102-2/+8
| | | | | | | | PHPBB3-11465
* | [ticket/11465] Add unit tests for acp_modules::get_module_infos()Marc Alexander2013-03-226-0/+63
|/ | | | | | | | | | | | | | | | | The tests add 3 different modules. One acp module that should be found (acp/a_module), one acp module that should not be found (acp/fail_module), and one mcp module that should work again (mcp/a_module). The modules' info files had to be included as they were not auto-loaded for some reason. There are several test stages. First of, it is tested if the correct mcp and acp module is returned. Afterwards, the proper loading of specified modules is tested. One with an existing module and one with a not existing module. Finally, the test concludes with trying to get the module info of not existing ucp modules. Other classes like foobar would have also worked for that check but I decided to use the ucp type of class as that is the one type missing from the added test modules. PHPBB3-11465
* [ticket/10631] Fixing a few extension admin issuesUnknown Bliss2012-09-011-1/+1
| | | | PHPBB3-10631
* [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-012-1/+23
| | | | PHPBB3-10631
* [ticket/10631] Metadata manager testsNathan Guse2012-09-011-0/+22
| | | | PHPBB3-10631
* [ticket/10663] Adding nested directory to finder testVjacheslav Trushkin2012-02-211-0/+0
| | | | | | Adding nested directory to finder test, triggering finder bug PHPBB3-10663
* [feature/extension-manager] Split disabling extensions up into steps as wellNils Adermann2011-11-181-0/+8
| | | | PHPBB3-10323
* [feature/extension-manager] Support extensions in subdirectories of ext/Nils Adermann2011-10-143-6/+6
| | | | PHPBB3-10323
* [feature/extension-manager] Add prefix to extension meta data / install classesNils Adermann2011-10-144-7/+7
| | | | PHPBB3-10323
* [feature/extension-manager] Add extension meta info classes for test extensionsNils Adermann2011-09-292-0/+37
| | | | PHPBB3-10323
* [feature/extension-manager] Add missing newlines at end of filesNils Adermann2011-09-296-6/+6
| | | | PHPBB3-10323
* [feature/extension-manager] Extension Manager & FinderNils Adermann2011-09-298-0/+40
Extensions RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41499 Ticket: http://tracker.phpbb.com/browse/PHPBB3-10323 PHPBB3-10323