aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/path_helper.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [ticket/11508] Allow equal sign in parameter value.Cesar G2014-04-221-4/+6
* [ticket/11508] Remove unnecessary implode.Cesar G2014-04-221-1/+1
* [ticket/11508] Remove unnecessary isset check.Cesar G2014-04-221-4/+1
* [ticket/11508] Curly brace should be on its own line...Cesar G2014-04-221-1/+2
* [ticket/11508] Do not add the '?' unless there are parameters.Cesar G2014-04-221-1/+1
* [ticket/11508] Change separator parameter to a simple true|false $is_amp.Cesar G2014-04-221-8/+9
* [ticket/11508] Move helper functions to path_helper class.Cesar G2014-04-221-0/+115
* [ticket/12004] Support empty routes to app.php/ in path_helperMarc Alexander2014-04-111-0/+10
* [ticket/11997] Remove obsolete function get_controller_redirect_url()Marc Alexander2013-12-271-24/+0
* [ticket/11997] Add clean_url() method to path_helperMarc Alexander2013-12-211-0/+23
* [ticket/11997] Add method for controller redirect URLs to path helperMarc Alexander2013-12-071-0/+24
* [ticket/11997] Fix redirects from inside controllersJoas Schilling2013-11-131-0/+21
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* [ticket/11874] Do not always prepend the web path; only replace phpbb_root_pathNathan Guse2013-10-101-7/+5
* [ticket/11852] Add class fileJoas Schilling2013-09-271-0/+175