aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15828] Do not allow PHP 7.3 tests to failMarc Alexander2019-05-111-3/+0
| | | | PHPBB3-15828
* [ticket/16052] Update version numbers to 3.3Marc Alexander2019-05-1123-75/+75
| | | | PHPBB3-16052
* [ticket/16052] Fix issues caused by mergesMarc Alexander2019-05-115-7/+7
| | | | PHPBB3-16052
* [ticket/15369] Fix php_exporter testsMatt Friedman2019-05-101-7/+13
| | | | PHPBB3-15369
* [ticket/15369] Fix testsMatt Friedman2019-05-102-2/+7
| | | | PHPBB3-15369
* [ticket/15938] Update classes in backupStaticAttributesBlacklistMarc Alexander2019-05-092-8/+8
| | | | PHPBB3-15938
* [ticket/14948] Remove checks for unsupported PHP versionsMarc Alexander2019-05-094-23/+6
| | | | PHPBB3-14948
* [ticket/14948] Switch to VC15 where necessary for appveyor mssql driverMarc Alexander2019-05-091-2/+3
| | | | PHPBB3-14948
* [ticket/14948] Use MSSQL 5.3.0 driver in appveyor buildsMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14948] Remove no longer needed or supported phpunit configsMarc Alexander2019-05-096-64/+9
| | | | PHPBB3-14948
* [ticket/14948] Use new namespaced classes when generating mssql schemaMarc Alexander2019-05-091-5/+5
| | | | PHPBB3-14948
* [ticket/14948] Require json extension in composer.jsonMarc Alexander2019-05-092-2/+4
| | | | PHPBB3-14948
* [ticket/14948] Allow failures on PHP 7.3 until segfault is resolvedMarc Alexander2019-05-091-0/+1
| | | | | | PHPUnit still runs into segfaults on PHP 7.3.0. Let this test fail for now. PHPBB3-14948
* [ticket/14948] Use continue 2 instead of continue to continue while loopMarc Alexander2019-05-091-2/+2
| | | | PHPBB3-14948
* [ticket/14948] Remove mysql build as it's no longer supported in PHP >= 7.0Marc Alexander2019-05-091-2/+0
| | | | PHPBB3-14948
* [ticket/14948] Update lexer to be compatible with twig 2.6Marc Alexander2019-05-091-13/+3
| | | | PHPBB3-14948
* [ticket/14948] Change PHP versions for appveyorMarc Alexander2019-05-091-3/+3
| | | | PHPBB3-14948
* [ticket/14948] Update codesniffer files to be compatible with phpcs 3.xMarc Alexander2019-05-095-54/+74
| | | | PHPBB3-14948
* [ticket/14948] Update requirements and travis build matrixMarc Alexander2019-05-099-29/+22
| | | | PHPBB3-14948
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-09189-257/+275
| | | | PHPBB3-14948
* [ticket/14948] Require PHP 7.1 and update dependenciesMarc Alexander2019-05-092-493/+751
| | | | PHPBB3-14948
* [ticket/15921] Fix master buildMáté Bartus2019-05-091-454/+609
| | | | PHPBB3-15921
* [ticket/15508] Update loaderFrançois-Xavier de Guillebon2019-05-091-3/+3
| | | | PHPBB3-15508
* [ticket/15508] Remove call to getEnvironment() from parserFrançois-Xavier de Guillebon2019-05-0917-39/+78
| | | | PHPBB3-15508
* [ticket/15508] Replace Twig_NodeInterface with Twig_NodeFrançois-Xavier de Guillebon2019-05-098-8/+8
| | | | PHPBB3-15508
* [ticket/15508] Update composer dependencies to allow Twig 2.xFrançois-Xavier de Guillebon2019-05-092-523/+427
| | | | PHPBB3-15508
* [ticket/12629] Fix testsrubencm2019-05-093-3/+3
| | | | PHPBB3-12629
* [ticket/12629] Rename errors_show to show_errorsrubencm2019-05-093-4/+4
| | | | PHPBB3-12629
* [ticket/12629] Add debug.errors_showRubén Calvo2019-05-093-2/+5
| | | | PHPBB3-12629
* [ticket/15846] Fix Wrong id for downldable grouphubaishan2019-05-091-5/+5
| | | | | | `downloadable` extension group has id 5 not 6 PHPBB3-15846
* [ticket/15244] Remove unglobalise related codeRubén Calvo2019-05-093-23/+1
| | | | PHPBB3-15244
* [ticket/12636] Rename log.session_errors to session.log_errorsrubencm2019-05-095-8/+8
| | | | PHPBB3-12636
* [ticket/12636] Add log.session_errors to mock container_builderRubén Calvo2019-05-091-0/+1
| | | | PHPBB3-12636
* [ticket/12636] Add log.session_errorsRubén Calvo2019-05-094-1/+16
| | | | PHPBB3-12636
* [ticket/12628] Introduce debug.memoryJakub Senko2019-05-094-10/+18
| | | | | | Also fix one debug.sql_explain missing from the previous PR PHPBB3-12628
* [ticket/15410] Remove obsolete code from BBCodes ACPJoshyPHP2019-05-091-154/+5
| | | | PHPBB3-15410
* [ticket/15772] Hide warning in acp when allow_install_dir is truerubencm2019-05-091-1/+1
| | | | PHPBB3-15772
* [ticket/15255] Move language strings from acp/common to commonRubén Calvo2019-05-093-22/+23
| | | | PHPBB3-15255
* [ticket/11838] OAuth registration from ucp_registerJakub Senko2019-05-094-1/+38
| | | | PHPBB3-11838
* [ticket/15720] Don't escape ampersands on redirectionsRubén Calvo2019-05-093-5/+5
| | | | PHPBB3-15720
* [ticket/15413] Login redirect to previous pageRubén Calvo2019-05-091-1/+2
| | | | PHPBB3-15413
* [ticket/15744] Remove useless sql_freeresultsJakub Senko2019-05-091-4/+2
| | | | PHPBB3-15744
* [ticket/12623] Add install dir during testsRubén Calvo2019-05-091-0/+1
| | | | PHPBB3-12623
* [ticket/12623] Add allow_install_dirRubén Calvo2019-05-094-2/+6
| | | | PHPBB3-12623
* [ticket/15746] Update symfony to latest on masterMarc Alexander2019-05-092-230/+243
| | | | | | | Also fixed incorrect creation of dumped container (Container instead of ContainerBuilder). PHPBB3-15746
* [ticket/15663] Remove empty lineRubén Calvo2019-05-091-1/+0
| | | | PHPBB3-15663
* [ticket/15663] Remove flash icon and templateRubén Calvo2019-05-092-13/+0
| | | | PHPBB3-15663
* [ticket/15663] Move constant to compatibility_globalsRubén Calvo2019-05-092-1/+1
| | | | PHPBB3-15663
* [ticket/15663] Add migrationRubén Calvo2019-05-092-3/+87
| | | | PHPBB3-15663
* [ticket/15663] Remove flash attachments supportRubén Calvo2019-05-096-50/+9
| | | | PHPBB3-15663