aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge remote-tracking branch 'EXreaction/ticket/11816-2' into developJoas Schilling2013-09-262-1/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [ticket/11816] Fix multiple parenthesis as well before $VARs in templatesNathan Guse2013-09-192-1/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1733 from nickvergessen/ticket/11866David King2013-09-251-1/+1
|\ \ \ \ \
| * | | | | [ticket/11866] Only single backslash in .md filesJoas Schilling2013-09-261-1/+1
| * | | | | [ticket/11866] Update some occurances of phpbb_db_ to new NamespaceJoas Schilling2013-09-261-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1732 from nickvergessen/ticket/11865David King2013-09-251-2/+2
|\ \ \ \ \
| * | | | | [ticket/11865] Add bbcodes to functional posting testsJoas Schilling2013-09-261-2/+2
| |/ / / /
* | | | | [ticket/11805] Rename test to match the function nameJoas Schilling2013-09-251-1/+1
* | | | | [ticket/11805] Add unit tests for paginationJoas Schilling2013-09-252-0/+123
|/ / / /
* | | | [ticket/11700] Use spaces, not tabsNils Adermann2013-09-251-15/+15
* | | | [ticket/11700] Correctly load templates for extensionsNils Adermann2013-09-191-1/+1
* | | | [ticket/11700] Get unit tests to run again with namespacesNils Adermann2013-09-194-5/+9
* | | | [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-1917-33/+52
* | | | [ticket/11700] Namespacif skipped filesystem instantiation in testNils Adermann2013-09-171-1/+1
* | | | [ticket/11700] Namespace needed for mock object in web path testNils Adermann2013-09-171-1/+1
* | | | [ticket/11700] Fix unit tests after develop mergeNils Adermann2013-09-1711-16/+16
* | | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-1713-28/+250
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'EXreaction/ticket/11832' into developJoas Schilling2013-09-1613-28/+250
| |\ \ \
| | * | | [ticket/11832] Correct paths in testsNathan Guse2013-09-153-17/+19
| | * | | [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-1311-16/+73
| | * | | [ticket/11832] Fix constructions of phpbb_filesystemNathan Guse2013-09-136-8/+31
| | * | | [ticket/11832] Create phpbb_symfony_request to handle initiating symfony_requestNathan Guse2013-09-132-20/+42
| | * | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832Nathan Guse2013-09-139-256/+412
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'remotes/imkingdavid/ticket/11824' into ticket/1...Nathan Guse2013-09-121-6/+50
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832Nathan Guse2013-09-123-0/+222
| | |\ \ \ \ \
| | * | | | | | [ticket/11832] Fix the web path correctionsNathan Guse2013-09-121-2/+11
| | * | | | | | [ticket/11832] More extensive testingNathan Guse2013-09-101-7/+42
| | * | | | | | [ticket/11832] Use dirname(__FILE__)Nathan Guse2013-09-101-1/+1
| | * | | | | | [ticket/11832] Use $phpbb_filesystem instead of the container in append_sidNathan Guse2013-09-101-1/+3
| | * | | | | | Revert "[ticket/11832] Make $phpbb_container a global initiated by the framew...Nathan Guse2013-09-105-27/+11
| | * | | | | | [ticket/11832] Make $phpbb_container a global initiated by the frameworkNathan Guse2013-09-095-11/+27
| | * | | | | | [ticket/11832] Fix log testsNathan Guse2013-09-091-1/+3
| | * | | | | | [ticket/11832] update_web_root_path helper and testsNathan Guse2013-09-091-0/+70
| | * | | | | | [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving)Nathan Guse2013-09-096-6/+6
* | | | | | | | [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-1722-59/+97
* | | | | | | | [ticket/11700] Check for ALLOW_REMOTE_UPLOAD in acp output as expectedNils Adermann2013-09-162-2/+2
* | | | | | | | [ticket/11700] Fix another case of non-namespaced classnamesNils Adermann2013-09-161-1/+1
* | | | | | | | [ticket/11700] The driver is namespaced now, so properly replace itNils Adermann2013-09-161-1/+1
* | | | | | | | [ticket/11700] Default db driver for tests must not lead with \Nils Adermann2013-09-161-1/+1
* | | | | | | | [ticket/11700] travis has hardcoded driver class names without namespacesNils Adermann2013-09-161-1/+1
* | | | | | | | [ticket/11700] Oh dear modules. Abort! Retreat!Nils Adermann2013-09-161-0/+2
* | | | | | | | [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-167-30/+30
* | | | | | | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-1676-646/+2440
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge remote-tracking branch 'remotes/upstream/develop-olympus' into developNathan Guse2013-09-131-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | [ticket/11831] getAttribute was replaced with attrNathan2013-09-061-1/+1
| * | | | | | | Merge remote-tracking branch 'imkingdavid/ticket/11824' into developJoas Schilling2013-09-131-6/+50
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | / / | | |_|_|_|/ / | |/| | | | |
| | * | | | | [ticket/11824] Reorganize test fileDavid King2013-09-121-18/+17
| | * | | | | [ticket/11824] Add tests for urls with mod_rewrite enabledDavid King2013-09-061-3/+48
| | * | | | | [ticket/11824] Add option for mod_rewriteDavid King2013-09-031-17/+17
| | | |/ / / | | |/| | |
| * | | | | [ticket/11843] Added newlines and included numbers in the DEFINE vars testrechosen2013-09-132-1/+5