aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/routing
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13683] Removes extra / in script_pathTristan Darricau2016-03-301-1/+1
| | | | PHPBB3-13683
* [ticket/13683] Fix merge into 3.2.xTristan Darricau2016-03-291-1/+10
| | | | PHPBB3-13683
* [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-21/+10
| | | | PHPBB3-14555
* [ticket/14039] Revamp updaterMate Bartus2015-10-171-0/+78
| | | | PHPBB3-14039
* [ticket/14225] Inject the loader resolver when using the delegating loaderTristan Darricau2015-10-081-0/+1
| | | | PHPBB3-14225
* [ticket/14220] Move route loading to servicesTristan Darricau2015-10-086-200/+407
| | | | PHPBB3-14220
* [ticket/13645] Move the feeds to controllersNicofuma2015-08-231-0/+153
| | | | PHPBB3-13645
* [ticket/13388] Fix coding styleTristan Darricau2015-05-301-0/+1
| | | | PHPBB3-13388
* [ticket/13388] Fix deprecationsTristan Darricau2015-05-291-1/+1
| | | | PHPBB3-13388
* [ticket/13388] Fix rebaseTristan Darricau2015-05-291-0/+1
| | | | PHPBB3-13388
* [ticket/13388] Address commentsTristan Darricau2015-05-291-5/+4
| | | | PHPBB3-13388
* [ticket/13388] Integrate routing and di parameters resolutionTristan Darricau2015-05-291-7/+123
| | | | PHPBB3-13388
* Merge pull request #3608 from Nicofuma/ticket/13829Marc Alexander2015-05-201-22/+37
|\ | | | | | | [ticket/13829] Don't fail if the cache isn't writeable
| * [ticket/13829] Don't fail if the cache isn't writeableNicofuma2015-05-141-22/+37
| | | | | | | | PHPBB3-13829
* | [ticket/13800] Make router's extension manager dependency optionalMateBartus2015-05-021-7/+10
|/ | | | PHPBB3-13800
* [ticket/13768] Fix deprecationsTristan Darricau2015-04-191-2/+2
| | | | PHPBB3-13768
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+9
| | | | | | | | | | | | | | | | * 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
* Merge pull request #3303 from Nicofuma/ticket/13513Marc Alexander2015-02-261-7/+7
|\ | | | | | | [ticket/13513] Use paths relative to the phpBB root in the router
| * [ticket/13513] Use paths relative to the phpBB root in the routerTristan Darricau2015-01-171-7/+7
| | | | | | | | PHPBB3-13513
* | [ticket/13372] Fix require_once CSTristan Darricau2014-11-251-2/+2
| | | | | | | | PHPBB3-13372
* | [ticket/13372] Fix Url Generator/Matcher generationTristan Darricau2014-11-251-28/+17
|/ | | | PHPBB3-13372
* [ticket/12620] Fix functionnal testsTristan Darricau2014-11-211-1/+3
| | | | PHPBB3-12620
* [ticket/12620] Fix rebaseTristan Darricau2014-11-201-78/+102
| | | | PHPBB3-12620
* [ticket/13063] Fix coding styleTristan Darricau2014-11-201-5/+4
| | | | PHPBB3-13063
* [ticket/13063] Introduces a new \phpbb\routing\router classTristan Darricau2014-11-201-0/+304
PHPBB3-13063