aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15377] Add testRubén Calvo2019-05-081-0/+9
| | | | PHPBB3-15377
* [ticket/15351] Fix missing global usageMáté Bartus2019-05-081-2/+2
| | | | PHPBB3-15351
* [ticket/15330] Fix typoRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15330
* [ticket/15330] Twig function to know if a language string is definedRubén Calvo2019-05-081-2/+13
| | | | PHPBB3-15330
* [ticket/15274] Allow "custom" migrations to use parametersjaviexin2019-05-084-6/+6
| | | | | | Remove references in migration tool. PHPBB3-15274
* [ticket/15274] Allow "custom" migrations to use parametersjaviexin2019-05-084-1/+137
| | | | | | | Add the possibility to have custom migrations with parameters, allowing the use of a single function for several uses. PHPBB3-15274
* [ticket/15295] Restore tests on mysql and myisamMatt Friedman2019-05-082-2/+4
| | | | PHPBB3-15295
* [ticket/15258] Adds a method to get a service by class in service_collectionTristan Darricau2019-05-082-0/+54
| | | | PHPBB3-15258
* [ticket/14972] Update tests matrix to reflect bumping PHP version requirementrxu2019-05-081-9/+5
| | | | PHPBB3-14972
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-0870-141/+168
| | | | PHPBB3-14972
* [ticket/14972] Bump PHP requirements to 5.6. Update dependencies.rxu2019-05-082-422/+1236
| | | | | | Also bump to PHP 7.2 compatible versions: PHPUnit to 5.7, Guzzle to 6.3. PHPBB3-14972
* [ticket/15269] Don't enable DEBUG_CONTAINER by defaultRubén Calvo2019-05-081-3/+0
| | | | PHPBB3-15269
* [ticket/15269] Remove comment only if is the beginning of a lineRubén Calvo2019-05-081-2/+2
| | | | PHPBB3-15269
* [ticket/15269] Set development environment and enable all debugs with vagrantRubén Calvo2019-05-081-1/+10
| | | | PHPBB3-15269
* [ticket/15203] Include missing constants in web installerRubén Calvo2019-05-081-0/+1
| | | | PHPBB3-15203
* [ticket/11515] If condition changesVishal Pandey2019-05-081-1/+0
| | | | | | Duplicate return statements removed. PHPBB3-11515
* [ticket/11515] Inverted LogicVishal Pandey2019-05-081-3/+3
| | | | | | Inverted the logic to raise exception inside if. PHPBB3-11515
* [ticket/11515] Refactoring changes.Vishal Pandey2019-05-081-3/+2
| | | | | | Refactoring the code as suggested. PHPBB3-11515
* [ticket/11515] Refactoring the patch.Vishal Pandey2019-05-083-13/+3
| | | | | | Removing else conditions. PHPBB3-11515
* [ticket/11515] Space between if and bracesVishal Pandey2019-05-081-1/+1
| | | | | | Exactly one space between if and opening brace. PHPBB3-11515
* [ticket/11515] Change If...else statement structVishal Pandey2019-05-083-3/+9
| | | | | | Modifications in if-else structure. PHPBB3-11515
* [ticket/11515] Extra check after acquiring locks.Vishal Pandey2019-05-083-2/+37
| | | | | | Add additional check to flock.php and db.php to ensure lock aquiring. PHPBB3-11515
* [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
| |