aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions/build_url_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+1
| | | | | | | | | | | | | | | | * 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/13280] Add new testsTristan Darricau2014-11-121-0/+5
| | | | PHPBB3-13280
* [ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280"Tristan Darricau2014-11-121-6/+0
| | | | | | | This reverts commit a1b58d05d158ff7afd789c1b27821e17198f8d58, reversing changes made to 0e772afb9db640e54e84cfccaddcf74f3edbb3fb. PHPBB3-13280
* [ticket/13280] Add additional sanitizer for ampersands in server superglobalMarc Alexander2014-11-031-8/+7
| | | | PHPBB3-13280
* [ticket/13280] Correctly format user page for build_url()Marc Alexander2014-11-031-1/+8
| | | | PHPBB3-13280
* [ticket/12099] Remove config againJoas Schilling2014-06-291-1/+2
| | | | PHPBB3-12099
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12510] Convert & to & in build_url() when no params are stripped.Cesar G2014-05-061-0/+5
| | | | PHPBB3-12510
* [ticket/11508] Fix build_url test.Cesar G2014-04-221-2/+2
| | | | PHPBB3-11508
* [ticket/11508] Fix build_url test.Cesar G2014-04-221-3/+3
| | | | PHPBB3-11508
* [ticket/11508] Add tests.Cesar G2014-04-221-0/+77
PHPBB3-11508