aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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 #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-188-100/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [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] Always use core_path and core_directory()Joas Schilling2014-09-181-2/+1
| | | | | | | | | | | | PHPBB3-12963
| * | [ticket/12963] Remove old migration/ folder from testsJoas Schilling2014-09-184-63/+3
| | | | | | | | | | | | PHPBB3-12963
| * | [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-184-35/+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
* | | Merge remote-tracking branch 'GiampaoloFalqui/develop-ascraeus' into ↵Cesar G2014-09-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * GiampaoloFalqui/develop-ascraeus: [ticket/13068] Language correction in FIELD_IS_CONTACT_EXPLAIN
| * | | [ticket/13068] Language correction in FIELD_IS_CONTACT_EXPLAINGiampaolo Falqui2014-09-181-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13068
* | | | Merge remote-tracking branch 'Nicofuma/ticket/12963' into develop-ascraeusCesar G2014-09-171-2/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * Nicofuma/ticket/12963: [ticket/12963] Fix the migration's finder for the tests (path, new instance)
| * | | [ticket/12963] Fix the migration's finder for the tests (path, new instance)Tristan Darricau2014-09-181-2/+4
|/ / / | | | | | | | | | PHPBB3-12963
* | | Merge pull request #2964 from nickvergessen/ticket/12963Tristan Darricau2014-09-181-1/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12963] Correctly load migration files from migration/ in tests as well * nickvergessen/ticket/12963: [ticket/12963] Correctly load migration files from migration/ in tests as well
| * | | [ticket/12963] Correctly load migration files from migration/ in tests as wellJoas Schilling2014-09-171-1/+8
|/ / / | | | | | | | | | PHPBB3-12963
* | | [ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..."Joas Schilling2014-09-172-27/+2
| | | | | | | | | | | | | | | | | | 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-172-2/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13064] Validate the migrations provided to migrator::set_migrations() * Nicofuma/ticket/13064: [ticket/13064] Validate the migrations provided to migrator::set_migrations()
| * | | | [ticket/13064] Validate the migrations provided to migrator::set_migrations()Tristan Darricau2014-09-142-2/+27
| |/ / / | | | | | | | | | | | | PHPBB3-13064
* | | | Merge pull request #2962 from Senky/ticket/13044Joas Schilling2014-09-175-9/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13044] Expires header violates RFC 2616 * Senky/ticket/13044: [ticket/13044] Move GMT out of gmdate in functions_acp [ticket/13044] Move GMT out of gmdate() [ticket/13044] \G\M\T to GMT in whole project [ticket/13044] move GMT string out of gmdate() [ticket/13044] Correct Expires headers
| * | | | [ticket/13044] Move GMT out of gmdate in functions_acpJakub Senko2014-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13044
| * | | | [ticket/13044] Move GMT out of gmdate()Jakub Senko2014-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13044
| * | | | [ticket/13044] \G\M\T to GMT in whole projectJakub Senko2014-09-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that there are more uses of "\G\M\T" in vendor files. PHPBB3-13044
| * | | | [ticket/13044] move GMT string out of gmdate()Jakub Senko2014-09-175-6/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-13044
| * | | | [ticket/13044] Correct Expires headersJakub Senko2014-09-175-6/+6
|/ / / / | | | | | | | | | | | | PHPBB3-13044
* | | | Merge pull request #2922 from Nicofuma/ticket/13036Marc Alexander2014-09-173-3/+255
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13036] Make the reference type configurable when generating a route
| * | | | [ticket/13036] Complete testsTristan Darricau2014-09-162-0/+121
| | | | | | | | | | | | | | | | | | | | PHPBB3-13036
| * | | | [ticket/13036] Add unit testsTristan Darricau2014-09-162-0/+129
| | | | | | | | | | | | | | | | | | | | PHPBB3-13036
| * | | | [ticket/13036] Make the reference type configurable when generating a routeTristan Darricau2014-09-161-3/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-13036
* | | | | Merge pull request #2932 from Nicofuma/ticket/12963Marc Alexander2014-09-1710-8/+251
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/12963] Load extensions migrations from /migration