aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [ticket/12591] Improve breadcrumb naming and extend it's usageJakub Senko2019-05-0910-45/+50
| | | | PHPBB3-12591
* [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-0915-17/+46
| | | | PHPBB3-12624
* [ticket/12627] Add debug.sql_explain parameterJakub Senko2019-05-0914-30/+57
| | | | PHPBB3-12627
* [ticket/15714] Edit language stringRubén Calvo2019-05-091-1/+1
| | | | PHPBB3-15714
* [ticket/15714] Auto login after registrationRubén Calvo2019-05-091-0/+3
| | | | PHPBB3-15714
* [ticket/15580] Remove redundant code from ACP3D-I2019-05-091-26/+17
| | | | PHPBB3-15580
* [ticket/15522] Improve color palette syntaxJakub Senko2019-05-096-7/+7
| | | | PHPBB3-15522
* [ticket/15610] Improving UI of Board Statistics in ACPamalnaeem2019-05-091-22/+17
| | | | | | | | Master Improving UI of Board Statistics in ACP Statistics table was divided into two in acp_main.html. PHPBB3-15610
* [ticket/15610] Improving UI of Board Statistics in ACPamalnaeem2019-05-091-103/+103
| | | | | | | | Master Improving UI of Board Statistics in ACP Statistics table was divided into two in acp_main.html. PHPBB3-15610
* [ticket/15610] Improving UI of Board Statistics in ACPamalnaeem2019-05-091-112/+110
| | | | | | | | Master Improving UI of Board Statistics in ACP Statistics table was divided into two in acp_main.html. PHPBB3-15610
* [ticket/15610] Improving UI of Board Statistics in ACPamalnaeem2019-05-091-108/+108
| | | | | | | | Master Improving UI of Board Statistics in ACP Statistics table was divided into two in acp_main.html PHPBB3-15610