aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16072] Update s9e/text-formatterJoshyPHP2019-05-313-18/+57
| | | | PHPBB3-16072
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-05-271-8/+10
|\
| * [ticket/16053] Update s9e/text-formatterJoshyPHP2019-05-171-8/+10
| | | | | | | | PHPBB3-16053
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-05-141-1/+1
|\ \ | |/
| * Merge pull request #5587 from 3D-I/ticket/16048Marc Alexander2019-05-141-1/+1
| |\ | | | | | | | | | [ticket/16048] Fix restore backup from ACP
| | * [ticket/16048] Fix restore backup from ACP3D-I2019-05-071-1/+1
| | | | | | | | | | | | PHPBB3-16048
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-05-141-1/+1
|\ \ \ | |/ /
| * | [ticket/16050] Fix PHP warning in MCP Banning tab on PHP 7.2+rxu2019-05-111-1/+1
| |/ | | | | | | PHPBB3-16050
* | [ticket/16052] Update composer dependenciesMarc Alexander2019-05-121-806/+232
| | | | | | | | PHPBB3-16052
* | [ticket/16052] Add 3.3.0-dev migrationMarc Alexander2019-05-111-0/+36
| | | | | | | | PHPBB3-16052
* | [ticket/15927] Avoid using floatshanakin2019-05-111-6/+2
| | | | | | | | PHPBB3-15927
* | [ticket/15927] Fix render issuehanakin2019-05-112-9/+13
| | | | | | | | PHPBB3-15927
* | [ticket/16052] Update version numbers to 3.3Marc Alexander2019-05-1120-70/+70
| | | | | | | | PHPBB3-16052
* | [ticket/16052] Fix issues caused by mergesMarc Alexander2019-05-113-4/+3
| | | | | | | | PHPBB3-16052
* | [ticket/14948] Require json extension in composer.jsonMarc Alexander2019-05-092-2/+4
| | | | | | | | PHPBB3-14948
* | [ticket/14948] Use continue 2 instead of continue to continue while loopMarc Alexander2019-05-091-2/+2
| | | | | | | | PHPBB3-14948
* | [ticket/14948] Update lexer to be compatible with twig 2.6Marc Alexander2019-05-091-13/+3
| | | | | | | | PHPBB3-14948
* | [ticket/14948] Update requirements and travis build matrixMarc Alexander2019-05-098-19/+12
| | | | | | | | PHPBB3-14948
* | [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-092-2/+2
| | | | | | | | 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-099-25/+64
| | | | | | | | 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] 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-094-7/+7
| | | | | | | | 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
* | [ticket/15738] Remove deprecated variables from questionnaireRubén Calvo2019-05-091-3/+0
| | | | | | | | PHPBB3-15738
* | [ticket/15738] Remove code related with safe_modeRubén Calvo2019-05-094-9/+2
| | | | | | | | PHPBB3-15738
* | [ticket/12591] Introduce a BC fallbackJakub Senko2019-05-091-1/+3
| | | | | | | | PHPBB3-12591