Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/15424] Multiple typo fixes in docs & comments | luzpaz | 2019-05-08 | 1 | -1/+1 |
| | | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424 | ||||
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -1/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -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 Schilling | 2014-06-10 | 1 | -0/+43 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12508] Only take a list of names for set_extensions() | Joas Schilling | 2014-06-10 | 1 | -2/+2 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12508] Move \phpbb\extension\finder to \phpbb\finder | Joas Schilling | 2014-06-10 | 1 | -2/+2 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12508] Fix usages of the finder | Joas Schilling | 2014-06-10 | 1 | -2/+3 |
| | | | | PHPBB3-12508 | ||||
* | Merge pull request #2494 from Nicofuma/ticket/12589 | Joas Schilling | 2014-05-31 | 1 | -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 directory | Tristan Darricau | 2014-05-26 | 1 | -0/+16 |
| | | | | | | | | PHPBB3-12589 | ||||
* | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
|/ | | | | PHPBB3-12594 | ||||
* | [ticket/12009] Move valid extensions in tests to correct dir structure. | Cesar G | 2013-12-12 | 1 | -22/+22 |
| | | | | PHPBB3-12009 | ||||
* | [ticket/11700] Use spaces, not tabs | Nils Adermann | 2013-09-25 | 1 | -15/+15 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Correctly load extensions with nonprefixed namespaces | Nils Adermann | 2013-09-17 | 1 | -11/+11 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Update finder tests for namespaced classnames | Nils Adermann | 2013-09-16 | 1 | -14/+14 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -3/+3 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -4/+4 |
| | | | | PHPBB3-11698 | ||||
* | [ticket/11415] Add test for find_from_extension() | Nathan Guse | 2013-05-14 | 1 | -0/+17 |
| | | | | PHPBB3-11415 | ||||
* | [ticket/11335] (tests) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 1 | -1/+1 |
| | | | | PHPBB3-11335 | ||||
* | Merge pull request #1324 from nickvergessen/ticket/10844-2 | Nils Adermann | 2013-04-24 | 1 | -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 test | Joas Schilling | 2013-04-22 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10844 | ||||
* | | [ticket/11362] Extension manager depends on filesystem | Joas Schilling | 2013-04-17 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-11362 | ||||
* | | [ticket/11362] Add unit test for ../ in directory paths | Joas Schilling | 2013-03-12 | 1 | -0/+16 |
|/ | | | | PHPBB3-11362 | ||||
* | [ticket/11386] Remove tests that check if finder cache is working | Nathaniel Guse | 2013-03-02 | 1 | -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 Fischer | 2012-07-08 | 1 | -3/+0 |
| | | | | PHPBB3-10973 | ||||
* | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [feature/extension-manager] Rename default methods to core methods on finder. | Nils Adermann | 2011-11-18 | 1 | -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 in | Nils Adermann | 2011-10-13 | 1 | -7/+5 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Extend the tests for finding directories | Nils Adermann | 2011-09-29 | 1 | -1/+15 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Don't cache the phpbb_root_path in the ext manager | Nils Adermann | 2011-09-29 | 1 | -2/+2 |
| | | | | | | Otherwise the paths are incorrect from e.g. adm/ PHPBB3-10323 | ||||
* | [feature/extension-manager] Prepend the phpbb_root_path if necessary. | Nils Adermann | 2011-09-29 | 1 | -5/+4 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Add support for directories to the extension finder | Nils Adermann | 2011-09-29 | 1 | -0/+14 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Make the cache variable name for extensions dynamic | Nils Adermann | 2011-09-29 | 1 | -3/+3 |
| | | | | | | Allows multiple instances to use cache simultaneously. PHPBB3-10323 | ||||
* | [feature/extension-manager] Test creation of new extension finder cache | Nils Adermann | 2011-09-29 | 1 | -1/+30 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Add filename prefix matching in extension finder | Nils Adermann | 2011-09-29 | 1 | -0/+20 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Porting cron tasks over to the extension finder | Nils Adermann | 2011-09-29 | 1 | -14/+16 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Extension Manager & Finder | Nils Adermann | 2011-09-29 | 1 | -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 |