aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/finder_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
| | | | PHPBB3-14576
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+2
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/12508] Add a unit test for set_extensions()Joas Schilling2014-06-101-0/+43
| | | | PHPBB3-12508
* [ticket/12508] Only take a list of names for set_extensions()Joas Schilling2014-06-101-2/+2
| | | | PHPBB3-12508
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-2/+2
| | | | PHPBB3-12508
* [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-2/+3
| | | | PHPBB3-12508
* Merge pull request #2494 from Nicofuma/ticket/12589Joas Schilling2014-05-311-0/+16
|\ | | | | | | | | | | | | | | | | [ticket/12589] Search directly in $directory if it's an absolute sub-path * Nicofuma/ticket/12589: [ticket/12589] Add test searching in a non absolute directory [ticket/12589] Fix tests [ticket/12589] Search directly in $directory if it's an absolute sub-path
| * [ticket/12589] Add test searching in a non absolute directoryTristan Darricau2014-05-261-0/+16
| | | | | | | | PHPBB3-12589
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
|/ | | | PHPBB3-12594
* [ticket/12009] Move valid extensions in tests to correct dir structure.Cesar G2013-12-121-22/+22
| | | | PHPBB3-12009
* [ticket/11700] Use spaces, not tabsNils Adermann2013-09-251-15/+15
| | | | PHPBB3-11700
* [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-171-11/+11
| | | | PHPBB3-11700
* [ticket/11700] Update finder tests for namespaced classnamesNils Adermann2013-09-161-14/+14
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+3
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-4/+4
| | | | PHPBB3-11698
* [ticket/11415] Add test for find_from_extension()Nathan Guse2013-05-141-0/+17
| | | | PHPBB3-11415
* [ticket/11335] (tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| | | | PHPBB3-11335
* Merge pull request #1324 from nickvergessen/ticket/10844-2Nils Adermann2013-04-241-1/+1
|\ | | | | Ticket/10844 Extensions are not located when front-end file has a diffferent phpbb_root_path
| * [ticket/10844] Increase prefix to not match template/ in finder testJoas Schilling2013-04-221-1/+1
| | | | | | | | PHPBB3-10844
* | [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-171-1/+2
| | | | | | | | PHPBB3-11362
* | [ticket/11362] Add unit test for ../ in directory pathsJoas Schilling2013-03-121-0/+16
|/ | | | PHPBB3-11362
* [ticket/11386] Remove tests that check if finder cache is workingNathaniel Guse2013-03-021-5/+13
| | | | | | | These don't seem necessary and are much more complicated to get working now with the changes in this PR PHPBB3-11386
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-081-3/+0
| | | | PHPBB3-10973
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [feature/extension-manager] Rename default methods to core methods on finder.Nils Adermann2011-11-181-25/+22
| | | | | | | There are now extension_ and core_ methods for all finder settings as well as a generic method which overwrites both. PHPBB3-10323
* [feature/extension-manager] extension finder now saves ext it found a file inNils Adermann2011-10-131-7/+5
| | | | PHPBB3-10323
* [feature/extension-manager] Extend the tests for finding directoriesNils Adermann2011-09-291-1/+15
| | | | PHPBB3-10323
* [feature/extension-manager] Don't cache the phpbb_root_path in the ext managerNils Adermann2011-09-291-2/+2
| | | | | | Otherwise the paths are incorrect from e.g. adm/ PHPBB3-10323
* [feature/extension-manager] Prepend the phpbb_root_path if necessary.Nils Adermann2011-09-291-5/+4
| | | | PHPBB3-10323
* [feature/extension-manager] Add support for directories to the extension finderNils Adermann2011-09-291-0/+14
| | | | PHPBB3-10323
* [feature/extension-manager] Make the cache variable name for extensions dynamicNils Adermann2011-09-291-3/+3
| | | | | | Allows multiple instances to use cache simultaneously. PHPBB3-10323
* [feature/extension-manager] Test creation of new extension finder cacheNils Adermann2011-09-291-1/+30
| | | | PHPBB3-10323
* [feature/extension-manager] Add filename prefix matching in extension finderNils Adermann2011-09-291-0/+20
| | | | PHPBB3-10323
* [feature/extension-manager] Porting cron tasks over to the extension finderNils Adermann2011-09-291-14/+16
| | | | PHPBB3-10323
* [feature/extension-manager] Extension Manager & FinderNils Adermann2011-09-291-0/+133
Extensions RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41499 Ticket: http://tracker.phpbb.com/browse/PHPBB3-10323 PHPBB3-10323