aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | [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
* | | | | | | [ticket/15610] Improving UI of Board Statistics in ACPamalnaeem2019-05-092-41/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Statisticsamalnaeem2019-05-092-14/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-092-32/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-092-9/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Master Improving UI of Board Statistics in ACP Statistics table was divided into two in acp_main.html. PHPBB3-15610
* | | | | | | [ticket/15664] Add support for multi step processesJakub Senko2019-05-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15664
* | | | | | | [ticket/15664] Ajaxify ext actions in ACPJakub Senko2019-05-099-171/+205
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15664
* | | | | | | [ticket/15671] Rewrite load extensions from a variable instead of harcode itRubén Calvo2019-05-083-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15671
* | | | | | | [ticket/15671] Load extensions from a variable instead of harcode itRubén Calvo2019-05-083-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15671
* | | | | | | [ticket/15671] Limit accepted formats for avatar uploadRubén Calvo2019-05-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15671
* | | | | | | [ticket/15686] Update homesteadRubén Calvo2019-05-082-372/+573
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15686
* | | | | | | [ticket/15646] Made Argon2i the default password driverJoshyPHP2019-05-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15646