aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14452] Define $progressFillerText in installer.jsMarc Alexander2016-02-051-0/+1
* Merge branch '3.1.x'Marc Alexander2016-02-031-2/+11
|\
| * Merge pull request #4141 from exussum12/ticket/14431-3.1Marc Alexander2016-02-031-2/+11
| |\
| | * [ticket/14430] Remote avatar uploadingScott Dutton2016-02-031-17/+1
| | * [ticket/14431] Remote avatar uploadingScott Dutton2016-01-251-3/+28
* | | Merge pull request #4017 from CHItA/ticket/14262Tristan Darricau2016-02-0216-3/+2944
|\ \ \
| * | | [ticket/14262] Add error handling and small CS fixesMate Bartus2016-02-023-8/+18
| * | | [ticket/14262] Remove converter template duplicateMate Bartus2016-01-291-134/+0
| * | | [ticket/14262] Fix stage navigationMate Bartus2016-01-291-22/+8
| * | | [ticket/14262] Move convertor to controllerMate Bartus2016-01-2917-3/+3082
* | | | Merge pull request #4155 from marc1706/ticket/14446Tristan Darricau2016-02-022-3/+4
|\ \ \ \
| * | | | [ticket/14446] Add predefined placeholder variables to twig definitionMarc Alexander2016-02-022-3/+4
* | | | | Merge pull request #4156 from CHItA/ticket/14445Tristan Darricau2016-02-022-3/+16
|\ \ \ \ \
| * | | | | [ticket/14445] Force refresh before schema generationMate Bartus2016-02-022-3/+16
* | | | | | [ticket/14321] Clean up arcihve controller logicMate Bartus2016-02-021-3/+3
| |/ / / / |/| | | |
* | | | | [ticket/14444] Fix fatal error in functions_messenger.phpTristan Darricau2016-02-021-1/+1
* | | | | Merge pull request #4144 from VSEphpbb/ticket/14434Tristan Darricau2016-02-025-22/+54
|\ \ \ \ \
| * | | | | [ticket/14434] Refactored to check migrations when setting themMatt Friedman2016-01-285-34/+26
| * | | | | [ticket/14434] Check migrations in the database updater taskMatt Friedman2016-01-281-0/+9
| * | | | | [ticket/14434] Do not include non-migrations in CLI listMatt Friedman2016-01-271-0/+6
| * | | | | [ticket/14434] Remove redundant conditionalMatt Friedman2016-01-271-3/+3
| * | | | | [ticket/14434] Fix whitespace mistakesMatt Friedman2016-01-271-3/+3
| * | | | | [ticket/14434] Remove recursion to simplify is_migration methodMatt Friedman2016-01-273-26/+17
| * | | | | [ticket/14434] Extract migration check to a reusable methodMatt Friedman2016-01-273-23/+47
| * | | | | [ticket/14434] Schema generator should ignore migration helpersMatt Friedman2016-01-261-1/+11
* | | | | | Merge pull request #4152 from marc1706/ticket/14442Tristan Darricau2016-02-022-23/+218
|\ \ \ \ \ \
| * | | | | | [ticket/14442] Use Goutte 2.0 instead of outdated 1.0Marc Alexander2016-02-012-23/+218
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4147 from marc1706/ticket/14436Oliver Schramm2016-02-011-1/+4
|\ \ \ \ \ \
| * | | | | | [ticket/14436] Add dependency on oauth_states migrationMarc Alexander2016-01-271-1/+4
* | | | | | | Merge pull request #4145 from Nicofuma/ticket/14432Marc Alexander2016-02-011-3/+23
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | [ticket/14432] Adds a method to get raw language valuesTristan Darricau2016-01-261-3/+23
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4149 from CHItA/ticket/14438Marc Alexander2016-01-312-9/+26
|\ \ \ \ \ \
| * | | | | | [ticket/14438] Allign progressbar text to centerMate Bartus2016-01-292-9/+26
| | |/ / / / | |/| | | |
* | | | | | Merge branch '3.1.x'Marc Alexander2016-01-311-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | [ticket/14439] Do not call avatar manager if avatars are disabledrxu2016-01-311-2/+6
* | | | | Merge branch '3.1.x'Marc Alexander2016-01-272-0/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #4029 from RMcGirr83/ticket_14289Marc Alexander2016-01-272-0/+16
| |\ \ \ \
| | * | | | [ticket/14289] Fix location in events.md fileRichard McGirr2016-01-191-14/+14
| | * | | | [ticket/14289] Move append before prepend in events docRichard McGirr2016-01-161-4/+4
| | * | | | [ticket/14289] Change to 3.1.8-RC1 and rename eventRichard McGirr2016-01-102-6/+6
| | * | | | [ticket/14289] Add events to navbar headerRichard McGirr2015-11-132-0/+16
* | | | | | [ticket/14129] Caches extensions autoloadersTristan Darricau2016-01-262-1/+31
| |_|/ / / |/| | | |
* | | | | Merge pull request #4009 from cunha17/ticket/14253Tristan Darricau2016-01-253-4/+12
|\ \ \ \ \
| * | | | | [ticket/14253] Show group requests pending aproval at the ACP groups summarycunha172016-01-253-4/+11
| * | | | | [ticket/14253] Show group requests pending aproval at the ACP groups summarycunha172016-01-251-0/+1
* | | | | | Merge pull request #4131 from Nicofuma/ticket/13717Marc Alexander2016-01-255-48/+175
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [ticket/13717] Fix testsTristan Darricau2016-01-251-1/+16
| * | | | | [ticket/13717] Set the assets after rendering the whole templateTristan Darricau2016-01-255-48/+160
* | | | | | Merge pull request #4126 from marc1706/ticket/13733Tristan Darricau2016-01-253-28/+94
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [ticket/13733] Remove validate_classes method argumentMarc Alexander2016-01-241-16/+10