| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12962] Load composer test dependencies for php >= 5.3.19 | Dhruv | 2014-10-25 | 1 | -4/+0 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] bootstrap functional and ui test when php >5.3.19 | Dhruv | 2014-09-21 | 1 | -2/+6 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Install test dependencies on travis | Dhruv | 2014-09-21 | 2 | -0/+21 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Add facebook/webdriver dependency | Dhruv | 2014-09-21 | 4 | -1/+92 |
| | | | | | | | | Create a new composer.json for tests dir and add facebook/webdriver dependency PHPBB3-12962 | ||||
| * | [ticket/12962] Fix whitespace characters | Dhruv | 2014-09-21 | 1 | -16/+16 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Run tests for all databases on Travis | Dhruv | 2014-09-21 | 4 | -0/+16 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Force language=en for UI tests installation | Dhruv | 2014-09-21 | 1 | -1/+1 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Dump server output to /dev/null | Dhruv | 2014-09-21 | 1 | -1/+1 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Start phantomjs on travis in background | Dhruv | 2014-09-21 | 1 | -2/+1 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Mark test skipped when phantom server not running | Dhruv | 2014-09-21 | 2 | -3/+7 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Add setup-phantomjs-server.sh | Dhruv | 2014-09-21 | 1 | -2/+3 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Run UI tests on Travis-mysql | Dhruv | 2014-09-21 | 2 | -0/+5 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Add UI tests to phpunit.xml.dist | Dhruv | 2014-09-21 | 1 | -0/+4 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Add quick-links JS test | Dhruv | 2014-09-21 | 3 | -38/+64 |
| | | | | | PHPBB3-12962 | ||||
| * | [ticket/12962] Add initial class for ui_testing | Dhruv | 2014-09-21 | 1 | -0/+190 |
| | | | | | PHPBB3-12962 | ||||
| * | Merge pull request #2963 from Senky/ticket/13045 | Dhruv Goel | 2014-09-21 | 9 | -13/+9 |
| |\ | | | | | [ticket/13045] Remove Pragma headers | ||||
| | * | [ticket/13045] Remove Pragma headers | Jakub Senko | 2014-09-17 | 9 | -13/+9 |
| | | | | | | | | | PHPBB3-13045 | ||||
| * | | Merge pull request #2976 from n-aleha/ticket/13085 | Dhruv Goel | 2014-09-21 | 1 | -1/+1 |
| |\ \ | | | | | | | [ticket/13085] Fix typo in oauth.php | ||||
| | * | | [ticket/13085] Fix typo in oauth.php | n-aleha | 2014-09-21 | 1 | -1/+1 |
| |/ / | | | | | | | PHPBB3-13085 | ||||
| * | | Merge branch 'prep-release-3.1.0-RC4' into develop-ascraeus | Joas Schilling | 2014-09-20 | 8 | -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 development | Joas Schilling | 2014-09-20 | 3 | -5/+5 |
| | | | | |||||
| | * | | [prep-release-3.1.0-RC4] Add changelog for 3.1.0-RC4 | Joas Schilling | 2014-09-19 | 1 | -1/+89 |
| | | | | |||||
| | * | | [prep-release-3.1.0-RC4] Prepare Changelog | Joas Schilling | 2014-09-19 | 1 | -31/+34 |
| | | | | |||||
| | * | | [prep-release-3.1.0-RC4] Add migration for 3.1.0-RC4 | Joas Schilling | 2014-09-19 | 1 | -0/+32 |
| | | | | |||||
| | * | | [prep-release-3.1.0-RC4] Update version to 3.1.0-RC4 | Joas Schilling | 2014-09-19 | 6 | -8/+8 |
| |/ / | |||||
| * | | Merge pull request #2969 from marc1706/ticket/13073 | Joas Schilling | 2014-09-19 | 8 | -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 class | Marc Alexander | 2014-09-19 | 5 | -9/+9 |
| | | | | | | | | | | | | | PHPBB3-13073 | ||||
| | * | | [ticket/13073] Switch $input with $expected and add paths with letters | Marc Alexander | 2014-09-19 | 1 | -7/+9 |
| | | | | | | | | | | | | | PHPBB3-13073 | ||||
| | * | | [ticket/13073] Use abstract class for controller helper route tests | Marc Alexander | 2014-09-19 | 5 | -7/+40 |
| | | | | | | | | | | | | | PHPBB3-13073 | ||||
| | * | | [ticket/13073] Add path regex to get_preg_expression() and add unit tests | Marc Alexander | 2014-09-19 | 3 | -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 Alexander | 2014-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13073 | ||||
| | * | | [ticket/13073] Properly place comments in helper | Marc Alexander | 2014-09-19 | 1 | -2/+1 |
| | | | | | | | | | | | | | PHPBB3-13073 | ||||
| | * | | [ticket/13073] Use correct class names in test files | Marc Alexander | 2014-09-19 | 2 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-13073 | ||||
| | * | | [ticket/13073] Rework route tests and add tests for more directory types | Marc Alexander | 2014-09-19 | 4 | -51/+114 |
| | | | | | | | | | | | | | PHPBB3-13073 | ||||
| | * | | [ticket/13073] Test that routes from subfolders like /adm work | Marc Alexander | 2014-09-19 | 2 | -101/+13 |
| | | | | | | | | | | | | | PHPBB3-13073 | ||||
| | * | | [ticket/13073] Add tests for routes from adm pages | Marc Alexander | 2014-09-19 | 1 | -0/+148 |
| | | | | | | | | | | | | | PHPBB3-13073 | ||||
| | * | | [ticket/13073] Add phpbb root path with mod rewrite enabled for proper routes | Marc Alexander | 2014-09-18 | 1 | -2/+10 |
| | | | | | | | | | | | | | PHPBB3-13073 | ||||
| * | | | Merge pull request #2970 from nickvergessen/ticket/13062 | Tristan Darricau | 2014-09-19 | 1 | -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 array | Joas Schilling | 2014-09-19 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | PHPBB3-13062 | ||||
| * | | | Merge pull request #2952 from rxu/ticket/13066 | Joas Schilling | 2014-09-19 | 1 | -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 title | rxu | 2014-09-14 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | PHPBB3-13066 | ||||
| * | | | | Merge remote-tracking branch 'hanakin/ticket/12598' into develop-ascraeus | Cesar G | 2014-09-18 | 13 | -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 typo | hanakin | 2014-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-12598 | ||||
| | * | | | [ticket/12598] Fix rtl positon in header | hanakin | 2014-09-18 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | | PHPBB3-12598 | ||||
| | * | | | [ticket/12598] Remove right border | hanakin | 2014-09-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-12598 | ||||
| | * | | | [ticket/12598] Remove border from .search-header | hanakin | 2014-09-18 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | PHPBB3-12598 | ||||
| | * | | | [ticket/12598] Replace #search-box with class | hanakin | 2014-09-18 | 6 | -19/+9 |
| | | | | | | | | | | | | | | | | | PHPBB3-12598 | ||||
| | * | | | [ticket/12598] Remove hover border-color and use hover icon | PayBas | 2014-09-18 | 4 | -22/+11 |
| | | | | | | | | | | | | | | | | | PHPBB3-12598 | ||||
| | * | | | [ticket/12598] Add some responsive margin to give breathing room | PayBas | 2014-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-12598 | ||||
| | * | | | [ticket/12598] Clean up unused link colors | PayBas | 2014-09-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-12598 | ||||
