aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/routing
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11327] Split up into forgot password and reset passwordMarc Alexander2019-08-091-1/+5
| | | | PHPBB3-11327
* [ticket/11327] Move UCP remind functionality to a controller for password resetMarc Alexander2019-08-082-0/+7
| | | | PHPBB3-11327
* [ticket/14542] Move cron to controllerMáté Bartus2019-05-062-0/+7
| | | | PHPBB3-14542
* [ticket/14247] Use quotes around @ and % strings in YAMLMatt Friedman2015-12-072-6/+6
| | | | PHPBB3-14247
* [ticket/13645] Move the feeds to controllersNicofuma2015-08-232-0/+43
| | | | PHPBB3-13645
* [ticket/13844] FAQ in new controller formatJoas Schilling2015-05-161-3/+4
| | | | PHPBB3-13844
* [ticket/13844] Refactor bbcode help to the new systemJoas Schilling2015-05-161-0/+3
| | | | PHPBB3-13844
* [ticket/13654] Moving reporting into controllerMateBartus2015-04-162-0/+20
| | | | | | | | | | | | | | Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654
* [ticket/13647] Move FAQ page to a controllerJoas Schilling2015-02-222-0/+7
| | | | PHPBB3-13647
* Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-261-1/+1
|
* [ticket/12620] Move the routing.yml file to routing/environment.ymlTristan Darricau2014-11-201-0/+9
PHPBB3-12620