aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | [ticket/15153] Update to newer homestead for vagrantMatt Friedman2019-05-063-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15153
* | | | | | | | [ticket/14769] Fix CLI installer configuration compatibility with SF 3Tristan Darricau2019-05-061-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14769
* | | | | | | | [ticket/14761] myisam should be setup on PHP 5.5 (5.4 removed)Matt Friedman2019-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14761
* | | | | | | | [ticket/14573] Add Whoisonline breadcrumbsJakub Senko2019-05-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14573
* | | | | | | | [ticket/14573] Add Memberlist breadcrumbsJakub Senko2019-05-061-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14573
* | | | | | | | [ticket/14573] Add MCP breadcrumbsJakub Senko2019-05-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14573
* | | | | | | | [ticket/14573] Add UCP breadcrumbsJakub Senko2019-05-062-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14573
* | | | | | | | [ticket/14573] Add Search breadcrumbsJakub Senko2019-05-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14573
* | | | | | | | [ticket/14573] Add FAQ breadcrumbsJakub Senko2019-05-062-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14573
* | | | | | | | [ticket/14542] Add missing dockblocksMáté Bartus2019-05-062-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14542
* | | | | | | | [ticket/14542] Fix testsMáté Bartus2019-05-063-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14542
* | | | | | | | [ticket/14542] Move cron to controllerMáté Bartus2019-05-0613-83/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14542
* | | | | | | | [ticket/14670] Set shared flag instead of defining prototype scopeMarc Alexander2019-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The prototype scope was deprecated in symfony 2.8 and removed in 3.0. PHPBB3-14670
* | | | | | | | [ticket/14670] Do not backup static attributesMarc Alexander2019-05-066-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to cause issues with the UI tests as the backed up static web driver does not seem to be properly initialized. PHPBB3-14670
* | | | | | | | [ticket/14670] Modify service definition for RouterListenerMarc Alexander2019-05-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14670
* | | | | | | | [ticket/14670] Fix typo in .travis.ymlMarc Alexander2019-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14670
* | | | | | | | [ticket/14670] Remove usage of prototype scope in testsMarc Alexander2019-05-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In this specific case, the mock container builder is used which does not even support setting the scope. PHPBB3-14670
* | | | | | | | [ticket/14670] Add new travis builds and PHP 5.5 requirementMarc Alexander2019-05-061-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14670
* | | | | | | | [ticket/14670] Fix incompatibilities with container definitionsMarc Alexander2019-05-061-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14670
* | | | | | | | [ticket/14670] Use symfony 3.1 in master branchMarc Alexander2019-05-062-985/+639
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed sami as it doesn't have a version compatible with symfony 3.x. PHPBB3-14670
* | | | | | | | [ticket/14584] Change all to be removed tags to 4.0Máté Bartus2019-05-064-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14584
* | | | | | | | [ticket/14548] Move deprecated globals and functionsMáté Bartus2019-05-067-94/+97
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-14584
* | | | | | | Merge branch 'prep-release-3.2.7' into 3.2.xMarc Alexander2019-05-053-2/+39
|\ \ \ \ \ \ \
| * | | | | | | [prep-release-3.2.7] Add 3.2.7 migrationMarc Alexander2019-05-041-0/+37
| | | | | | | |
| * | | | | | | [prep-release-3.2.7] Update version numbers to 3.2.7Marc Alexander2019-05-044-5/+5
| | | | | | | |
* | | | | | | | [3.2.x] Update version numbers to 3.2.8-devMarc Alexander2019-05-033-5/+5
| | | | | | | |
* | | | | | | | Merge branch 'prep-release-3.2.7' into 3.2.xMarc Alexander2019-05-039-8/+71
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [prep-release-3.2.7] Add changelog for 3.2.7-RC1Marc Alexander2019-05-021-0/+14
| | | | | | | |
| * | | | | | | [prep-release-3.2.7] Add migration for 3.2.7-RC1Marc Alexander2019-05-021-0/+36
| | | | | | | |
| * | | | | | | Merge pull request #5581 from marc1706/ticket/16042Marc Alexander2019-05-021-1/+14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16042] Use S_LOGIN_REDIRECT to output login form token
| | * | | | | | | [ticket/16042] Adjust positioning and add comment to overwriteMarc Alexander2019-05-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16042
| | * | | | | | | [ticket/16042] Use S_LOGIN_REDIRECT to output login form tokenMarc Alexander2019-05-021-1/+13
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16042
| * | | | | | | [prep-release-3.2.7] Update version numbers to 3.2.7Marc Alexander2019-05-022-3/+3
| | | | | | | |
| * | | | | | | [prep-release-3.2.7] Update version numbers for 3.2.7-RC1Marc Alexander2019-05-024-4/+4
|/ / / / / / /
* | | | | | | Merge pull request #5577 from JoshyPHP/ticket/16034Marc Alexander2019-05-022-2/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16034] Fix [url=] links being incorrectly shortened
| * | | | | | | [ticket/16034] Fix [url=] links being incorrectly shortenedJoshyPHP2019-04-282-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16034
* | | | | | | | Merge pull request #5578 from rubencm/ticket/16036Marc Alexander2019-05-024-0/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16036] Add S_FORM_TOKEN_LOGIN to all login forms
| * | | | | | | | [ticket/16036] Add S_FORM_TOKEN_LOGIN to all login formsrubencm2019-04-294-0/+8
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-16036
* | | | | | | | Merge pull request #5579 from VSEphpbb/ticket/16037Marc Alexander2019-05-011-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16037] Fix UCP PM ViewFolder PHP Notice error
| * | | | | | | | [ticket/16037] Fix UCP PM ViewFolder PHP Notice errorMatt Friedman2019-04-301-2/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16037
* | | | | | | | Merge pull request #5580 from mrgoldy/ticket/16039Marc Alexander2019-05-011-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | [ticket/16039] Global dispatcher
| * | | | | | | [ticket/16039] Global dispatchermrgoldy2019-05-011-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-16039
* | | | | | | Merge branch 'prep-release-3.2.6' into 3.2.xMarc Alexander2019-04-2923-29/+236
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [prep-release-3.2.6] Update Changelog and add missing preg_matchMarc Alexander2019-04-282-2/+3
| | | | | | |
| * | | | | | [prep-release-3.2.6] Update changelog for 3.2.6Marc Alexander2019-04-281-0/+18
| | | | | | |
| * | | | | | [prep-release-3.2.6] Add migration to 3.2.6Marc Alexander2019-04-271-0/+39
| | | | | | |
| * | | | | | [prep-release-3.2.6] Update to 3.2.6 versionMarc Alexander2019-04-274-5/+5
| | | | | | |
| * | | | | | [prep-release-3.2.6] Fix expected data in avatar manager testMarc Alexander2019-04-271-1/+1
| | | | | | |
| * | | | | | Merge pull request #48 from phpbb/ticket/security/228Marc Alexander2019-04-274-2/+22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/security/228] Add form token to login box
| | * | | | | | [ticket/security/228] Add form token to login boxDerky2019-04-264-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-228