aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13041] Added multiple changesMario Skouat2014-10-111-2/+2
| | | | | | - Added the changes reported by VSE. PHPBB3-13041
* [ticket/13041] Added multiple changesMario Skouat2014-10-081-21/+25
| | | | | | | | | - "phpBB3" replaced by "phpBB" - Added the changes suggested by VSE. - "Subscriptions and Bookmarks" reviewed - Added trailing comma on modified lines PHPBB3-13041
* [ticket/13041] Updating "Topic Subscriptions and Bookmarks"Mario Skouat2014-10-021-1/+1
| | | | PHPBB3-13041
* [ticket/13041] Updating "phpBB3 Issues"Mario Skouat2014-10-021-2/+6
| | | | PHPBB3-13041
* [ticket/13041] Updating "Searching the Forums"Mario Skouat2014-10-021-1/+1
| | | | PHPBB3-13041
* [ticket/13041] Updating "Posting Issues"Mario Skouat2014-10-021-1/+1
| | | | PHPBB3-13041
* [ticket/13041] Updating "Login and Registration Issues"Mario Skouat2014-10-021-4/+4
| | | | PHPBB3-13041
* [ticket/13041] Updating "User Preferences and settings"Mario Skouat2014-10-011-4/+8
| | | | PHPBB3-13041
* [ticket/13041] Reordering "Login and Registration Issues"Mario Skouat2014-09-211-17/+17
| | | | PHPBB3-13041
* 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
| * | [ticket/12598] Remove unused link colorsPayBas2014-09-181-2/+2
| | | | | | | | | | | | PHPBB3-12598
| * | [ticket/12598] Add lt IE9 fixesPayBas2014-09-181-1/+0
| | | | | | | | | | | | | | | | | | In case this one gets merged before hanakin's gradient PR. PHPBB3-12598
| * | [ticket/12598] Improve search box stylingPayBas2014-09-1813-81/+137
|/ / | | | | | | PHPBB3-12598
* | Merge pull request #2875 from PayBas/ticket/12961Joas Schilling2014-09-182-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12961] Add link in anti-spam ACP page which links directly to captchas in titania * PayBas/ticket/12961: [ticket/12961] Shorten ext-db link text [ticket/12961] Fix missing phpBB.com [ticket/12961] Remove target="_blank" and switch to <strong> [ticket/12961] Add additional link to the KB [ticket/12961] Move link to language file [ticket/12961] Refactor lang entry [ticket/12961] Change url to anti-spam-ext [ticket/12961] Change url to https://www.phpbb.com/go/anti-spam/ [ticket/12961] Add link in anti-spam ACP page to titania
| * | [ticket/12961] Shorten ext-db link textPayBas2014-08-261-1/+1
| | | | | | | | | | | | PHPBB3-12961
| * | [ticket/12961] Fix missing phpBB.comPayBas2014-08-231-1/+1
| | | | | | | | | | | | | | | | | | Don't know how that happened. Weird PHPBB3-12961
| * | [ticket/12961] Remove target="_blank" and switch to <strong>PayBas2014-08-221-1/+1
| | | | | | | | | | | | PHPBB3-12961
| * | [ticket/12961] Add additional link to the KBPayBas2014-08-211-1/+1
| | | | | | | | | | | | PHPBB3-12961
| * | [ticket/12961] Move link to language filePayBas2014-08-152-4/+1
| | | | | | | | | | | | PHPBB3-12961
| * | [ticket/12961] Refactor lang entryPayBas2014-08-143-3/+5
| | | | | | | | | | | | PHPBB3-12961