aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12962] Load composer test dependencies for php >= 5.3.19Dhruv2014-10-251-4/+0
| | | | PHPBB3-12962
* [ticket/12962] bootstrap functional and ui test when php >5.3.19Dhruv2014-09-211-2/+6
| | | | PHPBB3-12962
* [ticket/12962] Install test dependencies on travisDhruv2014-09-212-0/+21
| | | | PHPBB3-12962
* [ticket/12962] Add facebook/webdriver dependencyDhruv2014-09-214-1/+92
| | | | | | | Create a new composer.json for tests dir and add facebook/webdriver dependency PHPBB3-12962
* [ticket/12962] Fix whitespace charactersDhruv2014-09-211-16/+16
| | | | PHPBB3-12962
* [ticket/12962] Run tests for all databases on TravisDhruv2014-09-214-0/+16
| | | | PHPBB3-12962
* [ticket/12962] Force language=en for UI tests installationDhruv2014-09-211-1/+1
| | | | PHPBB3-12962
* [ticket/12962] Dump server output to /dev/nullDhruv2014-09-211-1/+1
| | | | PHPBB3-12962
* [ticket/12962] Start phantomjs on travis in backgroundDhruv2014-09-211-2/+1
| | | | PHPBB3-12962
* [ticket/12962] Mark test skipped when phantom server not runningDhruv2014-09-212-3/+7
| | | | PHPBB3-12962
* [ticket/12962] Add setup-phantomjs-server.shDhruv2014-09-211-2/+3
| | | | PHPBB3-12962
* [ticket/12962] Run UI tests on Travis-mysqlDhruv2014-09-212-0/+5
| | | | PHPBB3-12962
* [ticket/12962] Add UI tests to phpunit.xml.distDhruv2014-09-211-0/+4
| | | | PHPBB3-12962
* [ticket/12962] Add quick-links JS testDhruv2014-09-213-38/+64
| | | | PHPBB3-12962
* [ticket/12962] Add initial class for ui_testingDhruv2014-09-211-0/+190
| | | | PHPBB3-12962
* Merge pull request #2963 from Senky/ticket/13045Dhruv Goel2014-09-219-13/+9
|\ | | | | [ticket/13045] Remove Pragma headers
| * [ticket/13045] Remove Pragma headersJakub Senko2014-09-179-13/+9
| | | | | | | | PHPBB3-13045
* | Merge pull request #2976 from n-aleha/ticket/13085Dhruv Goel2014-09-211-1/+1
|\ \ | | | | | | [ticket/13085] Fix typo in oauth.php
| * | [ticket/13085] Fix typo in oauth.phpn-aleha2014-09-211-1/+1
|/ / | | | | | | PHPBB3-13085
* | Merge branch 'prep-release-3.1.0-RC4' into develop-ascraeusJoas Schilling2014-09-208-41/+164
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.1.0-RC4: [prep-release-3.1.0-RC4] Update phpBB Version for RC4 development [prep-release-3.1.0-RC4] Add changelog for 3.1.0-RC4 [prep-release-3.1.0-RC4] Prepare Changelog [prep-release-3.1.0-RC4] Add migration for 3.1.0-RC4 [prep-release-3.1.0-RC4] Update version to 3.1.0-RC4
| * | [prep-release-3.1.0-RC4] Update phpBB Version for RC4 developmentJoas Schilling2014-09-203-5/+5
| | |
| * | [prep-release-3.1.0-RC4] Add changelog for 3.1.0-RC4Joas Schilling2014-09-191-1/+89
| | |
| * | [prep-release-3.1.0-RC4] Prepare ChangelogJoas Schilling2014-09-191-31/+34
| | |
| * | [prep-release-3.1.0-RC4] Add migration for 3.1.0-RC4Joas Schilling2014-09-191-0/+32
| | |
| * | [prep-release-3.1.0-RC4] Update version to 3.1.0-RC4Joas Schilling2014-09-196-8/+8
|/ /
* | Merge pull request #2969 from marc1706/ticket/13073Joas Schilling2014-09-198-27/+235
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13073] Correctly generate routes from subfolders like /adm * marc1706/ticket/13073: [ticket/13073] Remove _test suffix from common test class [ticket/13073] Switch $input with $expected and add paths with letters [ticket/13073] Use abstract class for controller helper route tests [ticket/13073] Add path regex to get_preg_expression() and add unit tests [ticket/13073] Use just one regex in helper route() [ticket/13073] Properly place comments in helper [ticket/13073] Use correct class names in test files [ticket/13073] Rework route tests and add tests for more directory types [ticket/13073] Test that routes from subfolders like /adm work [ticket/13073] Add tests for routes from adm pages [ticket/13073] Add phpbb root path with mod rewrite enabled for proper routes
| * | [ticket/13073] Remove _test suffix from common test classMarc Alexander2014-09-195-9/+9
| | | | | | | | | | | | PHPBB3-13073
| * | [ticket/13073] Switch $input with $expected and add paths with lettersMarc Alexander2014-09-191-7/+9
| | | | | | | | | | | | PHPBB3-13073
| * | [ticket/13073] Use abstract class for controller helper route testsMarc Alexander2014-09-195-7/+40
| | | | | | | | | | | | PHPBB3-13073
| * | [ticket/13073] Add path regex to get_preg_expression() and add unit testsMarc Alexander2014-09-193-1/+44
| | | | | | | | | | | | | | | | | | | | | We're now calling get_preg_expression() instead of hardcoding the regex into the helper route method. PHPBB3-13073
| * | [ticket/13073] Use just one regex in helper route()Marc Alexander2014-09-191-1/+1
| | | | | | | | | | | | PHPBB3-13073
| * | [ticket/13073] Properly place comments in helperMarc Alexander2014-09-191-2/+1
| | | | | | | | | | | | PHPBB3-13073
| * | [ticket/13073] Use correct class names in test filesMarc Alexander2014-09-192-2/+2
| | | | | | | | | | | | PHPBB3-13073
| * | [ticket/13073] Rework route tests and add tests for more directory typesMarc Alexander2014-09-194-51/+114
| | | | | | | | | | | | PHPBB3-13073
| * | [ticket/13073] Test that routes from subfolders like /adm workMarc Alexander2014-09-192-101/+13
| | | | | | | | | | | | PHPBB3-13073
| * | [ticket/13073] Add tests for routes from adm pagesMarc Alexander2014-09-191-0/+148
| | | | | | | | | | | | PHPBB3-13073
| * | [ticket/13073] Add phpbb root path with mod rewrite enabled for proper routesMarc Alexander2014-09-181-2/+10
| | | | | | | | | | | | PHPBB3-13073
* | | Merge pull request #2970 from nickvergessen/ticket/13062Tristan Darricau2014-09-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13062] Fix name of "ORDER_BY" key in SQL array * nickvergessen/ticket/13062: [ticket/13062] Fix name of "ORDER_BY" key in SQL array
| * | | [ticket/13062] Fix name of "ORDER_BY" key in SQL arrayJoas Schilling2014-09-191-1/+1
|/ / / | | | | | | | | | PHPBB3-13062
* | | Merge pull request #2952 from rxu/ticket/13066Joas Schilling2014-09-191-0/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13066] Add search results core event to modify search title * rxu/ticket/13066: [ticket/13066] Add search results core event to modify search title
| * | | [ticket/13066] Add search results core event to modify search titlerxu2014-09-141-0/+14
| | | | | | | | | | | | | | | | PHPBB3-13066
* | | | Merge remote-tracking branch 'hanakin/ticket/12598' into develop-ascraeusCesar G2014-09-1813-95/+156
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hanakin/ticket/12598: [ticket/12598] Fix sir typo [ticket/12598] Fix rtl positon in header [ticket/12598] Remove right border [ticket/12598] Remove border from .search-header [ticket/12598] Replace #search-box with class [ticket/12598] Remove hover border-color and use hover icon [ticket/12598] Add some responsive margin to give breathing room [ticket/12598] Clean up unused link colors [ticket/12598] Remove unused link colors [ticket/12598] Add lt IE9 fixes [ticket/12598] Improve search box styling
| * | | [ticket/12598] Fix sir typohanakin2014-09-181-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12598
| * | | [ticket/12598] Fix rtl positon in headerhanakin2014-09-181-8/+12
| | | | | | | | | | | | | | | | PHPBB3-12598
| * | | [ticket/12598] Remove right borderhanakin2014-09-181-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12598
| * | | [ticket/12598] Remove border from .search-headerhanakin2014-09-181-0/+23
| | | | | | | | | | | | | | | | PHPBB3-12598
| * | | [ticket/12598] Replace #search-box with classhanakin2014-09-186-19/+9
| | | | | | | | | | | | | | | | PHPBB3-12598
| * | | [ticket/12598] Remove hover border-color and use hover iconPayBas2014-09-184-22/+11
| | | | | | | | | | | | | | | | PHPBB3-12598
| * | | [ticket/12598] Add some responsive margin to give breathing roomPayBas2014-09-181-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12598
| * | | [ticket/12598] Clean up unused link colorsPayBas2014-09-181-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12598