Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15927] Fix render issue | hanakin | 2019-05-11 | 2 | -9/+13 |
| | | | | PHPBB3-15927 | ||||
* | [ticket/16052] Update version numbers to 3.3 | Marc Alexander | 2019-05-11 | 20 | -70/+70 |
| | | | | PHPBB3-16052 | ||||
* | [ticket/16052] Fix issues caused by merges | Marc Alexander | 2019-05-11 | 3 | -4/+3 |
| | | | | PHPBB3-16052 | ||||
* | [ticket/14948] Require json extension in composer.json | Marc Alexander | 2019-05-09 | 2 | -2/+4 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/14948] Use continue 2 instead of continue to continue while loop | Marc Alexander | 2019-05-09 | 1 | -2/+2 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/14948] Update lexer to be compatible with twig 2.6 | Marc Alexander | 2019-05-09 | 1 | -13/+3 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/14948] Update requirements and travis build matrix | Marc Alexander | 2019-05-09 | 8 | -19/+12 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 2 | -2/+2 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/14948] Require PHP 7.1 and update dependencies | Marc Alexander | 2019-05-09 | 2 | -493/+751 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/15921] Fix master build | Máté Bartus | 2019-05-09 | 1 | -454/+609 |
| | | | | PHPBB3-15921 | ||||
* | [ticket/15508] Update loader | François-Xavier de Guillebon | 2019-05-09 | 1 | -3/+3 |
| | | | | PHPBB3-15508 | ||||
* | [ticket/15508] Remove call to getEnvironment() from parser | François-Xavier de Guillebon | 2019-05-09 | 9 | -25/+64 |
| | | | | PHPBB3-15508 | ||||
* | [ticket/15508] Replace Twig_NodeInterface with Twig_Node | François-Xavier de Guillebon | 2019-05-09 | 8 | -8/+8 |
| | | | | PHPBB3-15508 | ||||
* | [ticket/15508] Update composer dependencies to allow Twig 2.x | François-Xavier de Guillebon | 2019-05-09 | 2 | -523/+427 |
| | | | | PHPBB3-15508 | ||||
* | [ticket/12629] Rename errors_show to show_errors | rubencm | 2019-05-09 | 3 | -4/+4 |
| | | | | PHPBB3-12629 | ||||
* | [ticket/12629] Add debug.errors_show | Rubén Calvo | 2019-05-09 | 3 | -2/+5 |
| | | | | PHPBB3-12629 | ||||
* | [ticket/15846] Fix Wrong id for downldable group | hubaishan | 2019-05-09 | 1 | -5/+5 |
| | | | | | | `downloadable` extension group has id 5 not 6 PHPBB3-15846 | ||||
* | [ticket/15244] Remove unglobalise related code | Rubén Calvo | 2019-05-09 | 3 | -23/+1 |
| | | | | PHPBB3-15244 | ||||
* | [ticket/12636] Rename log.session_errors to session.log_errors | rubencm | 2019-05-09 | 4 | -7/+7 |
| | | | | PHPBB3-12636 | ||||
* | [ticket/12636] Add log.session_errors | Rubén Calvo | 2019-05-09 | 4 | -1/+16 |
| | | | | PHPBB3-12636 | ||||
* | [ticket/12628] Introduce debug.memory | Jakub Senko | 2019-05-09 | 4 | -10/+18 |
| | | | | | | Also fix one debug.sql_explain missing from the previous PR PHPBB3-12628 | ||||
* | [ticket/15410] Remove obsolete code from BBCodes ACP | JoshyPHP | 2019-05-09 | 1 | -154/+5 |
| | | | | PHPBB3-15410 | ||||
* | [ticket/15772] Hide warning in acp when allow_install_dir is true | rubencm | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-15772 | ||||
* | [ticket/15255] Move language strings from acp/common to common | Rubén Calvo | 2019-05-09 | 3 | -22/+23 |
| | | | | PHPBB3-15255 | ||||
* | [ticket/11838] OAuth registration from ucp_register | Jakub Senko | 2019-05-09 | 4 | -1/+38 |
| | | | | PHPBB3-11838 | ||||
* | [ticket/15720] Don't escape ampersands on redirections | Rubén Calvo | 2019-05-09 | 3 | -5/+5 |
| | | | | PHPBB3-15720 | ||||
* | [ticket/15413] Login redirect to previous page | Rubén Calvo | 2019-05-09 | 1 | -1/+2 |
| | | | | PHPBB3-15413 | ||||
* | [ticket/15744] Remove useless sql_freeresults | Jakub Senko | 2019-05-09 | 1 | -4/+2 |
| | | | | PHPBB3-15744 | ||||
* | [ticket/12623] Add install dir during tests | Rubén Calvo | 2019-05-09 | 1 | -0/+1 |
| | | | | PHPBB3-12623 | ||||
* | [ticket/12623] Add allow_install_dir | Rubén Calvo | 2019-05-09 | 4 | -2/+6 |
| | | | | PHPBB3-12623 | ||||
* | [ticket/15746] Update symfony to latest on master | Marc Alexander | 2019-05-09 | 2 | -230/+243 |
| | | | | | | | Also fixed incorrect creation of dumped container (Container instead of ContainerBuilder). PHPBB3-15746 | ||||
* | [ticket/15663] Remove empty line | Rubén Calvo | 2019-05-09 | 1 | -1/+0 |
| | | | | PHPBB3-15663 | ||||
* | [ticket/15663] Remove flash icon and template | Rubén Calvo | 2019-05-09 | 2 | -13/+0 |
| | | | | PHPBB3-15663 | ||||
* | [ticket/15663] Move constant to compatibility_globals | Rubén Calvo | 2019-05-09 | 2 | -1/+1 |
| | | | | PHPBB3-15663 | ||||
* | [ticket/15663] Add migration | Rubén Calvo | 2019-05-09 | 2 | -3/+87 |
| | | | | PHPBB3-15663 | ||||
* | [ticket/15663] Remove flash attachments support | Rubén Calvo | 2019-05-09 | 6 | -50/+9 |
| | | | | PHPBB3-15663 | ||||
* | [ticket/15738] Remove deprecated variables from questionnaire | Rubén Calvo | 2019-05-09 | 1 | -3/+0 |
| | | | | PHPBB3-15738 | ||||
* | [ticket/15738] Remove code related with safe_mode | Rubén Calvo | 2019-05-09 | 4 | -9/+2 |
| | | | | PHPBB3-15738 | ||||
* | [ticket/12591] Introduce a BC fallback | Jakub Senko | 2019-05-09 | 1 | -1/+3 |
| | | | | PHPBB3-12591 | ||||
* | [ticket/12591] Improve breadcrumb naming and extend it's usage | Jakub Senko | 2019-05-09 | 10 | -45/+50 |
| | | | | PHPBB3-12591 | ||||
* | [ticket/12624] Add debug.load_time parameter | Jakub Senko | 2019-05-09 | 15 | -17/+46 |
| | | | | PHPBB3-12624 | ||||
* | [ticket/12627] Add debug.sql_explain parameter | Jakub Senko | 2019-05-09 | 14 | -30/+57 |
| | | | | PHPBB3-12627 | ||||
* | [ticket/15714] Edit language string | Rubén Calvo | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-15714 | ||||
* | [ticket/15714] Auto login after registration | Rubén Calvo | 2019-05-09 | 1 | -0/+3 |
| | | | | PHPBB3-15714 | ||||
* | [ticket/15580] Remove redundant code from ACP | 3D-I | 2019-05-09 | 1 | -26/+17 |
| | | | | PHPBB3-15580 | ||||
* | [ticket/15522] Improve color palette syntax | Jakub Senko | 2019-05-09 | 6 | -7/+7 |
| | | | | PHPBB3-15522 | ||||
* | [ticket/15610] Improving UI of Board Statistics in ACP | amalnaeem | 2019-05-09 | 1 | -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 ACP | amalnaeem | 2019-05-09 | 1 | -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 ACP | amalnaeem | 2019-05-09 | 1 | -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 ACP | amalnaeem | 2019-05-09 | 1 | -108/+108 |
| | | | | | | | | Master Improving UI of Board Statistics in ACP Statistics table was divided into two in acp_main.html PHPBB3-15610 |