aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | [ticket/13085] Fix typo in oauth.phpn-aleha2014-09-211-1/+1
| | | | | | | | PHPBB3-13085
* | [prep-release-3.1.0-RC4] Update phpBB Version for RC4 developmentJoas Schilling2014-09-202-2/+2
| |
* | [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-195-7/+7
| |
* | Merge pull request #2969 from marc1706/ticket/13073Joas Schilling2014-09-192-2/+14
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Add path regex to get_preg_expression() and add unit testsMarc Alexander2014-09-192-1/+6
| | | | | | | | | | | | | | | | | | | | | 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] Add phpbb root path with mod rewrite enabled for proper routesMarc Alexander2014-09-181-2/+10
| | | | | | | | | | | | PHPBB3-13073
* | | [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
* | | | [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
| * | | [ticket/12961] Change url to anti-spam-extPayBas2014-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | As per IRC suggestion PHPBB3-12961
| * | | [ticket/12961] Change url to https://www.phpbb.com/go/anti-spam/PayBas2014-08-141-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12961
| * | | [ticket/12961] Add link in anti-spam ACP page to titaniaPayBas2014-08-132-0/+3
| | | | | | | | | | | | | | | | PHPBB3-12961
* | | | Merge pull request #2967 from nickvergessen/ticket/12963Tristan Darricau2014-09-183-26/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12963] Revert back to "migrations" folder name for extensions * nickvergessen/ticket/12963: [ticket/12963] Always use core_path and core_directory() [ticket/12963] Remove old migration/ folder from tests [ticket/12963] Revert back to "migrations" folder name for extensions
| * | | | [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-183-26/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issues that can be created with the name change are just too much PHPBB3-12963
* | | | | Merge pull request #2927 from Senky/ticket/13022Joas Schilling2014-09-184-4/+4
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13022] "Return to advanced search" wrong assumption * Senky/ticket/13022: [ticket/13022] Language adjustments [ticket/13022] Remove ternary condition [ticket/13022] Condition Return to advanced search link
| * | | | [ticket/13022] Language adjustmentsJakub Senko2014-09-085-6/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-13022
| * | | | [ticket/13022] Remove ternary conditionJakub Senko2014-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13022
| * | | | [ticket/13022] Condition Return to advanced search linkJakub Senko2014-09-062-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13022
* | | | | [ticket/13068] Language correction in FIELD_IS_CONTACT_EXPLAINGiampaolo Falqui2014-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13068
* | | | | [ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..."Joas Schilling2014-09-171-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 46a9fe93d797bf7d56fd9b1e204f3c0459270122. PHPBB3-13064
* | | | | Merge pull request #2948 from Nicofuma/ticket/13061Joas Schilling2014-09-175-57/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13061] Replace the service event.subscriber_loader by a compiler pass * Nicofuma/ticket/13061: [ticket/13061] Replace the service event.subscriber_loader by a compiler pass
| * | | | | [ticket/13061] Replace the service event.subscriber_loader by a compiler passTristan Darricau2014-09-135-57/+4
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-13061
* | | | | Merge pull request #2949 from rxu/ticket/13062Joas Schilling2014-09-171-5/+38
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | [ticket/13062] Add viewforum.php core event to modify topic ids sql query * rxu/ticket/13062: [ticket/13062] Add viewforum.php core event to modify topic ids sql query
| * | | | [ticket/13062] Add viewforum.php core event to modify topic ids sql queryrxu2014-09-141-5/+38
| |/ / / | | | | | | | | | | | | | | | | | | | | Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45383 PHPBB3-13062
* | | | Merge pull request #2951 from Nicofuma/ticket/13064Joas Schilling2014-09-171-1/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13064] Validate the migrations provided to migrator::set_migrations() * Nicofuma/ticket/13064: [ticket/13064] Validate the migrations provided to migrator::set_migrations()