aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5618 from marc1706/ticket/16081Marc Alexander2019-07-221-107/+0
|\ | | | | | | [ticket/16081] Remove eAccelerator cache driver
| * [ticket/16081] Remove eAccelerator cache driverMarc Alexander2019-06-061-107/+0
| | | | | | | | | | | | eAccelerator does not support any PHP version above 5.3. PHPBB3-16081
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-211-3/+10
|\ \
| * \ Merge pull request #5571 from dark-1/ticket/16021Marc Alexander2019-07-211-3/+10
| |\ \ | | | | | | | | | | | | [ticket/16021] Recognize number of Template Event instances in events.md file
| | * | [ticket/16021] Recognize number of Template Event instances in events.md fileDark❶2019-04-191-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16021
| | * | [ticket/16021] Recognize number of Template Event instances in events.md fileDark❶2019-04-191-3/+10
| | | | | | | | | | | | | | | | PHPBB3-16021
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-171-3/+4
|\ \ \ \ | |/ / /
| * | | Merge pull request #5599 from mrgoldy/ticket/16068Marc Alexander2019-06-171-3/+4
| |\ \ \ | | | | | | | | | | | | | | | [ticket/16068] Adjust DocBlock @param's
| | * | | [ticket/16068] Adjust DocBlock @param'smrgoldy2019-05-241-3/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-16068
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #5597 from senky/ticket/16065Marc Alexander2019-06-171-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16065] Add user_ip to SQL query
| | * | | | [ticket/16065] Add user_ip to SQL queryJakub Senko2019-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16065
* | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-171-0/+29
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #5595 from rxu/ticket/16063Marc Alexander2019-06-171-0/+29
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16063] Remove board_dst config value since unused
| | * | | | | [ticket/16063] Move new migration file to 32x folderrxu2019-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16063
| | * | | | | [ticket/16063] Remove board_dst config value since unusedrxu2019-05-181-0/+29
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-16063
* | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-171-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Merge pull request #5594 from rxu/ticket/16061Marc Alexander2019-06-171-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16061] Migrator to drop unique indexes when needed
| | * | | | [ticket/16061] Migrator to drop unique indexes when neededrxu2019-05-181-1/+1
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-16061
| * | | | [ticket/16055] Fix Oauth's redirects3D-I2019-05-161-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | Via forum, memberlist, topic or post etc.. PHPBB3-16055
* | | | Merge pull request #5583 from marc1706/ticket/15987Marc Alexander2019-06-052-1/+65
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15987] Table parameters as array
| * | | | [ticket/15987] Go back to previous table definition typeMarc Alexander2019-05-142-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will still allow using the 'tables' parameter array but will also ensure full backward compatibility and compatibility with extensions that will add more tables to the 'tables' array. PHPBB3-15987
| * | | | [ticket/15987] Add missing paranthesisMarc Alexander2019-05-141-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-15987
| * | | | [ticket/15987] Add container extension to support tables "array access"Marc Alexander2019-05-142-1/+60
| | | | | | | | | | | | | | | | | | | | PHPBB3-15987
* | | | | [ticket/16072] Update s9e/text-formatterJoshyPHP2019-05-311-3/+3
|/ / / / | | | | | | | | | | | | PHPBB3-16072
* | | | [ticket/16052] Add 3.3.0-dev migrationMarc Alexander2019-05-111-0/+36
| | | | | | | | | | | | | | | | PHPBB3-16052
* | | | [ticket/16052] Update version numbers to 3.3Marc Alexander2019-05-111-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16052
* | | | [ticket/16052] Fix issues caused by mergesMarc Alexander2019-05-111-2/+2
| | | | | | | | | | | | | | | | PHPBB3-16052
* | | | [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-092-8/+1
| | | | | | | | | | | | | | | | PHPBB3-14948
* | | | [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-092-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14948
* | | | [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-098-25/+63
| | | | | | | | | | | | | | | | PHPBB3-15508
* | | | [ticket/15508] Replace Twig_NodeInterface with Twig_NodeFrançois-Xavier de Guillebon2019-05-098-8/+8
| | | | | | | | | | | | | | | | PHPBB3-15508
* | | | [ticket/12629] Rename errors_show to show_errorsrubencm2019-05-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12629
* | | | [ticket/12629] Add debug.errors_showRubén Calvo2019-05-091-0/+1
| | | | | | | | | | | | | | | | PHPBB3-12629
* | | | [ticket/12636] Rename log.session_errors to session.log_errorsrubencm2019-05-093-5/+5
| | | | | | | | | | | | | | | | PHPBB3-12636
* | | | [ticket/12636] Add log.session_errorsRubén Calvo2019-05-093-1/+13
| | | | | | | | | | | | | | | | PHPBB3-12636
* | | | [ticket/12628] Introduce debug.memoryJakub Senko2019-05-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Also fix one debug.sql_explain missing from the previous PR PHPBB3-12628
* | | | [ticket/15255] Move language strings from acp/common to commonRubén Calvo2019-05-091-12/+12
| | | | | | | | | | | | | | | | PHPBB3-15255
* | | | [ticket/11838] OAuth registration from ucp_registerJakub Senko2019-05-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11838
* | | | [ticket/15744] Remove useless sql_freeresultsJakub Senko2019-05-091-4/+2
| | | | | | | | | | | | | | | | PHPBB3-15744
* | | | [ticket/12623] Add allow_install_dirRubén Calvo2019-05-093-2/+5
| | | | | | | | | | | | | | | | PHPBB3-12623
* | | | [ticket/15746] Update symfony to latest on masterMarc Alexander2019-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Add migrationRubén Calvo2019-05-091-0/+87
| | | | | | | | | | | | | | | | PHPBB3-15663
* | | | [ticket/15738] Remove code related with safe_modeRubén Calvo2019-05-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15738
* | | | [ticket/12591] Improve breadcrumb naming and extend it's usageJakub Senko2019-05-092-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12591
* | | | [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-0912-15/+43
| | | | | | | | | | | | | | | | PHPBB3-12624
* | | | [ticket/12627] Add debug.sql_explain parameterJakub Senko2019-05-0911-29/+51
| | | | | | | | | | | | | | | | PHPBB3-12627