aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15055] Properly support index length check on mssqlMarc Alexander2018-01-012-6/+29
| | | | PHPBB3-15055
* [ticket/15055] Specify utf8 as character set in sqlsrv_connectMarc Alexander2018-01-011-1/+2
| | | | | | This is needed to be able to correctly retrieve unicode data from the db. PHPBB3-15055
* [ticket/15055] Try using build matrixMarc Alexander2018-01-011-1/+1
| | | | PHPBB3-15055
* [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-1/+2
| | | | PHPBB3-15055
* [ticket/15055] Drop primary keys when necessary and fix test comparisonsMarc Alexander2018-01-011-0/+35
| | | | PHPBB3-15055
* [ticket/15055] Use unicode column types where necessaryMarc Alexander2018-01-011-14/+14
| | | | PHPBB3-15055
* [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibilityMarc Alexander2018-01-011-1/+1
| | | | PHPBB3-15055
* [3.2.x] Update version number to 3.2.3-devMarc Alexander2017-12-282-2/+2
|
* [prep-release-3.2.2] Update changelog for 3.2.2-RC1Marc Alexander2017-12-281-0/+132
|
* [prep-release-3.2.2] Add migration for 3.2.2-RC1Marc Alexander2017-12-282-0/+41
|
* [prep-release-3.2.2] Update version to 3.2.2Marc Alexander2017-12-282-3/+3
|
* [prep-release-3.2.2] Update version to 3.2.2-RC1Marc Alexander2017-12-283-3/+3
|
* [ticket/15179] Update dependencies for 3.2.xMarc Alexander2017-12-281-102/+103
| | | | PHPBB3-15179
* Merge pull request #4971 from Elsensee/ticket/15339Marc Alexander2017-12-2810-141/+221
|\ | | | | | | [ticket/15339] Use manual method when adding modules
| * [ticket/15339] Fix testsOliver Schramm2017-12-241-1/+1
| | | | | | | | PHPBB3-15339
| * [ticket/15339] Free sql results in migration module toolOliver Schramm2017-11-171-2/+4
| | | | | | | | PHPBB3-15339
| * [ticket/15339] Allow a module to have multiple parentsOliver Schramm2017-11-173-123/+136
| | | | | | | | | | | | Also restore old behaviour from Olympus regarding re-sorting modules PHPBB3-15339
| * [ticket/15339] Use manual method when adding modulesOliver Schramm2017-09-229-18/+83
| | | | | | | | | | | | | | This will fix cases where the module is deleted in later versions and the migrator thus cannot retrieve the info. PHPBB3-15339
* | Merge pull request #5045 from senky/ticket/15454Marc Alexander2017-12-281-2/+30
|\ \ | | | | | | | | | [ticket/15454] Add core.mcp_queue_approve_details_template
| * | [ticket/15454] Add post template data to eventMarc Alexander2017-12-281-0/+2
| | | | | | | | | | | | PHPBB3-15454
| * | [ticket/15454] Add core.mcp_queue_approve_details_templateJakub Senko2017-11-131-2/+28
| | | | | | | | | | | | PHPBB3-15454
* | | Merge pull request #5044 from hubaishan/ticket/15453Marc Alexander2017-12-281-2/+15
|\ \ \ | | | | | | | | | | | | [ticket/15453] Add core event after language deleted in acp_language.php
| * | | [ticket/15453] Add core event after language deleted in acp_language.phphubaishan2017-12-271-2/+15
| |/ / | | | | | | | | | | | | | | | Add core event after language deleted in acp_language.php PHPBB3-15453
* | | Merge pull request #5063 from vinny/ticket/15485Marc Alexander2017-12-282-1/+33
|\ \ \ | | | | | | | | | | | | [ticket/15485] Add template event for forum images
| * | | [ticket/15485] Add missing separation below event titleMarc Alexander2017-12-271-0/+1
| | | | | | | | | | | | | | | | PHPBB3-15485
| * | | [ticket/15485] Add template event for forum imagesvinny2017-12-182-1/+32
| | | | | | | | | | | | | | | | PHPBB3-15485
* | | | Merge pull request #5040 from kasimi/ticket/15446Marc Alexander2017-12-271-0/+26
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15446] Add event core.acp_profile_action
| * | | | [ticket/15446] Add event core.acp_profile_actionkasimi2017-11-081-0/+26
| | | | | | | | | | | | | | | | | | | | PHPBB3-15446
* | | | | Merge pull request #5041 from kasimi/ticket/15447Marc Alexander2017-12-271-2/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row
| * | | | | [ticket/15447] Add event core.acp_profile_modify_profile_rowkasimi2017-11-081-2/+21
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15447
* | | | | Merge pull request #5042 from kinerity/ticket/15451Marc Alexander2017-12-272-0/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/after
| * | | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/afterKailey Truscott2017-11-132-0/+18
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-15451
* | | | | Merge pull request #5043 from kinerity/ticket/15452Marc Alexander2017-12-272-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15452] Add template event mcp_topic_postrow_post_before
| * | | | | [ticket/15452] Add template event mcp_topic_postrow_post_beforeKailey Truscott2017-11-132-0/+8
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15452
* | | | | Merge pull request #5055 from dsinn/ticket/15471Marc Alexander2017-12-274-6/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15471] Add core events to ACP when pruning a forum
| * | | | | [ticket/15471] Fix event documentation for core.prune_forums_settings_confirmDaniel Sinn2017-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15471
| * | | | | [ticket/15471] Add core events to ACP when pruning a forumDaniel Sinn2017-11-304-6/+49
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15471
* | | | | | Merge pull request #5064 from rxu/ticket/15486Marc Alexander2017-12-271-6/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15486] Add core event to the user_add() to modify notifications data
| * | | | | | [ticket/15486] Add core event to the user_add() to modify notifications datarxu2017-12-191-6/+19
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally, fix some typos in two other events docblocks. PHPBB3-15486
* | | | | | Merge pull request #5061 from marc1706/ticket/15322Derky2017-12-276-16/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15322] Add config for envelope sender & remove mail function setting
| * | | | | | [ticket/15322] Adjust language variables as suggestedMarc Alexander2017-12-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15322
| * | | | | | [ticket/15322] Adjust email language and move force sender settingMarc Alexander2017-12-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15322
| * | | | | | [ticket/15322] Try to make new email setting more readableMarc Alexander2017-12-136-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15322
| * | | | | | [ticket/15322] Add config setting for -f parameter & remove mail function nameMarc Alexander2017-12-116-14/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The -f parameter can now be added via configuration in the ACP. Addtionally, the config setting for the mail function name has been removed. PHPBB3-15322
| * | | | | | [ticket/15322] Fix bug wrong return in emailskitsiosk2017-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15322
* | | | | | | Merge pull request #5037 from hubaishan/ticket/14857Marc Alexander2017-12-271-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14857] Throw `S` from dateformat for non English languages
| * | | | | | | [ticket/14857] Throw `S` from dateformat for non English languageshubaishan2017-12-241-0/+6
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throw `S` (ordinal suffix) from dateformat for non English languages PHPBB3-14857
* | | | | | | Merge pull request #5038 from JoshyPHP/ticket/15444Marc Alexander2017-12-271-0/+75
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15444] Merge duplicate BBCodes via a migration
| * | | | | | | [ticket/15444] Add a migration to merge duplicate BBCodesJoshyPHP2017-12-101-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15444
* | | | | | | | Merge pull request #5053 from JoshyPHP/ticket/15468Marc Alexander2017-12-272-0/+185
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | Add a service to merge duplicate BBCodes