aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14547] Fix Docs and increase PHP memory limitMatt Friedman2016-06-191-1/+1
* [ticket/14547] Use package compatible with phpBB requirementsMatt Friedman2016-04-283-28/+28
* [ticket/14547] Add Vagrant to phpBBMatt Friedman2016-04-283-2/+167
* Merge pull request #4286 from VSEphpbb/ticket/14569Marc Alexander2016-04-235-131/+48
|\
| * [ticket/14569] Extract CLI progress bar creation to a methodMatt Friedman2016-04-125-131/+48
* | Merge branch '3.1.x' into 3.2.xJoas Schilling2016-04-161-0/+36
|\ \
| * \ Merge branch 'prep-release-3.1.9' into 3.1.xJoas Schilling2016-04-161-0/+36
| |\ \
| | * | [prep-release-3.1.9] Add migration for 3.1.9Joas Schilling2016-04-161-0/+36
| | * | [prep-release-3.1.9] Update version for 3.1.9 finalJoas Schilling2016-04-162-2/+2
* | | | [ticket/14589] Fix @var usageMáté Bartus2016-04-132-2/+2
* | | | Merge pull request #4236 from Nicofuma/ticket/13616Máté Bartus2016-04-1313-32/+309
|\ \ \ \
| * | | | [ticket/13616] Fix CS + constant in the core extensionTristan Darricau2016-04-031-2/+4
| * | | | [ticket/13616] Fix UI testsTristan Darricau2016-04-034-2/+7
| * | | | [ticket/13616] Updates direct call to twig environment constructorTristan Darricau2016-04-032-2/+0
| * | | | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexerTristan Darricau2016-04-037-28/+300
* | | | | Merge pull request #4284 from CHItA/ticket/14589Tristan Darricau2016-04-122-11/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | [ticket/14589] Fix grammatical errors in language stringsMáté Bartus2016-04-111-6/+6
| * | | | [ticket/14589] Add error messages for failable installer requirementsMáté Bartus2016-04-102-11/+19
* | | | | [ticket/14590] Prevent refresh requests after the last tasks in modulesMáté Bartus2016-04-111-1/+1
* | | | | Merge branch '3.1.x' into 3.2.xJoas Schilling2016-04-092-0/+99
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | [3.1.x] Increase version for 3.1.10 developmentJoas Schilling2016-04-092-2/+2
| | |_|/ | |/| |
| * | | [prep-release-3.1.9] Add changelog for 3.1.9-RC1Joas Schilling2016-04-091-1/+64
| * | | [prep-release-3.1.9] Add migration for 3.1.9-RC1Joas Schilling2016-04-091-0/+36
| * | | [prep-release-3.1.9] Update version to 3.1.9-RC1Joas Schilling2016-04-095-7/+7
* | | | Merge branch '3.1.x' into 3.2.xJoas Schilling2016-04-081-7/+0
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | [ticket/14587] Remove sectionGroup from web.configDavid Colón2016-04-071-7/+0
| * | Merge pull request #4256 from Nicofuma/ticket/13683Marc Alexander2016-04-071-2/+12
| |\ \
| * | | [ticket/14408] Remove span tags from fileRichard McGirr2016-04-041-2/+0
* | | | Merge pull request #4258 from Nicofuma/ticket/13683-3.2.xMarc Alexander2016-04-072-10/+19
|\ \ \ \
| * \ \ \ Merge branch 'ticket/13683' into ticket/13683-3.2.xTristan Darricau2016-04-031-9/+9
| |\ \ \ \
| | * | | | [ticket/13683] Fix CSTristan Darricau2016-04-031-12/+11
| | | |/ / | | |/| |
| | * | | [ticket/13683] Removes extra / in script_pathTristan Darricau2016-03-301-1/+1
| | * | | [ticket/13683] Updates testsTristan Darricau2016-03-291-2/+3
| | * | | [ticket/13683] Fix more casesTristan Darricau2016-03-291-3/+4
| | * | | [ticket/13683] Respects force_server_vars settings when generating URLsTristan Darricau2016-03-291-0/+8
| * | | | [ticket/13683] Removes extra / in script_pathTristan Darricau2016-03-301-1/+1
| * | | | [ticket/13683] Fix merge into 3.2.xTristan Darricau2016-03-291-1/+10
* | | | | [ticket/14198] Use the build option to calculate the container cache filenameTristan Darricau2016-04-041-2/+14
* | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-04-031-0/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #4253 from rxu/ticket/14559Tristan Darricau2016-04-031-0/+3
| |\ \ \ \
| | * | | | [ticket/14559] Remove attachment BBCode tags from the quoted messagerxu2016-03-271-0/+3
| | | |/ / | | |/| |
* | | | | Merge pull request #4248 from VSEphpbb/ticket/14561Tristan Darricau2016-04-036-13/+661
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | [ticket/14561] Small change to progress bar outputMatt Friedman2016-03-311-1/+1
| * | | | [ticket/14561] Fix function docblock in activate commandMatt Friedman2016-03-311-2/+1
| * | | | [ticket/14561] Add a progress bar to reclean commandMatt Friedman2016-03-312-3/+76
| * | | | [ticket/14561] Use the user loader where appropriateMatt Friedman2016-03-313-40/+24
| * | | | [ticket/14561] Add extra help explaining reclean commandMatt Friedman2016-03-312-0/+2
| * | | | [ticket/14561] Import classes with use statementsMatt Friedman2016-03-314-46/+68
| * | | | [ticket/14561] Remove unused use statementsMatt Friedman2016-03-313-7/+0
| * | | | [ticket/14561] Reclean usernames commandMatt Friedman2016-03-313-0/+140