Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 149 | -951/+951 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14972] Fix template context use of sizeof() | Marc Alexander | 2018-01-01 | 1 | -46/+33 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14972] Fix create_insert_array() declaration in admin_activate_user | rxu | 2018-01-01 | 1 | -1/+1 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14972] Fix use of deprecated media attachment constants | rxu | 2018-01-01 | 1 | -3/+10 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14972] Fix sizeof calls | rxu | 2018-01-01 | 5 | -116/+113 |
| | | | | | | | | | | As of PHP 7.2, only arrays and objects implementing the Countable interface should be passed as a count() or sizeof() parameter. See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198 Also, sizeof() seems to be sheduled for deprecation, see https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations PHPBB3-14972 | ||||
* | [3.2.x] Update version number to 3.2.3-dev | Marc Alexander | 2017-12-28 | 2 | -2/+2 |
| | |||||
* | [prep-release-3.2.2] Update changelog for 3.2.2-RC1 | Marc Alexander | 2017-12-28 | 1 | -0/+132 |
| | |||||
* | [prep-release-3.2.2] Add migration for 3.2.2-RC1 | Marc Alexander | 2017-12-28 | 2 | -0/+41 |
| | |||||
* | [prep-release-3.2.2] Update version to 3.2.2 | Marc Alexander | 2017-12-28 | 2 | -3/+3 |
| | |||||
* | [prep-release-3.2.2] Update version to 3.2.2-RC1 | Marc Alexander | 2017-12-28 | 3 | -3/+3 |
| | |||||
* | [ticket/15179] Update dependencies for 3.2.x | Marc Alexander | 2017-12-28 | 1 | -102/+103 |
| | | | | PHPBB3-15179 | ||||
* | Merge pull request #4971 from Elsensee/ticket/15339 | Marc Alexander | 2017-12-28 | 10 | -141/+221 |
|\ | | | | | | | [ticket/15339] Use manual method when adding modules | ||||
| * | [ticket/15339] Fix tests | Oliver Schramm | 2017-12-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15339 | ||||
| * | [ticket/15339] Free sql results in migration module tool | Oliver Schramm | 2017-11-17 | 1 | -2/+4 |
| | | | | | | | | PHPBB3-15339 | ||||
| * | [ticket/15339] Allow a module to have multiple parents | Oliver Schramm | 2017-11-17 | 3 | -123/+136 |
| | | | | | | | | | | | | Also restore old behaviour from Olympus regarding re-sorting modules PHPBB3-15339 | ||||
| * | [ticket/15339] Use manual method when adding modules | Oliver Schramm | 2017-09-22 | 9 | -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/15454 | Marc Alexander | 2017-12-28 | 1 | -2/+30 |
|\ \ | | | | | | | | | | [ticket/15454] Add core.mcp_queue_approve_details_template | ||||
| * | | [ticket/15454] Add post template data to event | Marc Alexander | 2017-12-28 | 1 | -0/+2 |
| | | | | | | | | | | | | PHPBB3-15454 | ||||
| * | | [ticket/15454] Add core.mcp_queue_approve_details_template | Jakub Senko | 2017-11-13 | 1 | -2/+28 |
| | | | | | | | | | | | | PHPBB3-15454 | ||||
* | | | Merge pull request #5044 from hubaishan/ticket/15453 | Marc Alexander | 2017-12-28 | 1 | -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.php | hubaishan | 2017-12-27 | 1 | -2/+15 |
| |/ / | | | | | | | | | | | | | | | | Add core event after language deleted in acp_language.php PHPBB3-15453 | ||||
* | | | Merge pull request #5063 from vinny/ticket/15485 | Marc Alexander | 2017-12-28 | 2 | -1/+33 |
|\ \ \ | | | | | | | | | | | | | [ticket/15485] Add template event for forum images | ||||
| * | | | [ticket/15485] Add missing separation below event title | Marc Alexander | 2017-12-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-15485 | ||||
| * | | | [ticket/15485] Add template event for forum images | vinny | 2017-12-18 | 2 | -1/+32 |
| | | | | | | | | | | | | | | | | PHPBB3-15485 | ||||
* | | | | Merge pull request #5040 from kasimi/ticket/15446 | Marc Alexander | 2017-12-27 | 1 | -0/+26 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15446] Add event core.acp_profile_action | ||||
| * | | | | [ticket/15446] Add event core.acp_profile_action | kasimi | 2017-11-08 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15446 | ||||
* | | | | | Merge pull request #5041 from kasimi/ticket/15447 | Marc Alexander | 2017-12-27 | 1 | -2/+21 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row | ||||
| * | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row | kasimi | 2017-11-08 | 1 | -2/+21 |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15447 | ||||
* | | | | | Merge pull request #5042 from kinerity/ticket/15451 | Marc Alexander | 2017-12-27 | 2 | -0/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/after | ||||
| * | | | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/after | Kailey Truscott | 2017-11-13 | 2 | -0/+18 |
| | |_|/ / | |/| | | | | | | | | | | | | | PHPBB3-15451 | ||||
* | | | | | Merge pull request #5043 from kinerity/ticket/15452 | Marc Alexander | 2017-12-27 | 2 | -0/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15452] Add template event mcp_topic_postrow_post_before | ||||
| * | | | | | [ticket/15452] Add template event mcp_topic_postrow_post_before | Kailey Truscott | 2017-11-13 | 2 | -0/+8 |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15452 | ||||
* | | | | | Merge pull request #5055 from dsinn/ticket/15471 | Marc Alexander | 2017-12-27 | 4 | -6/+49 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15471] Add core events to ACP when pruning a forum | ||||
| * | | | | | [ticket/15471] Fix event documentation for core.prune_forums_settings_confirm | Daniel Sinn | 2017-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15471 | ||||
| * | | | | | [ticket/15471] Add core events to ACP when pruning a forum | Daniel Sinn | 2017-11-30 | 4 | -6/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15471 | ||||
* | | | | | | Merge pull request #5064 from rxu/ticket/15486 | Marc Alexander | 2017-12-27 | 1 | -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 data | rxu | 2017-12-19 | 1 | -6/+19 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally, fix some typos in two other events docblocks. PHPBB3-15486 | ||||
* | | | | | | Merge pull request #5061 from marc1706/ticket/15322 | Derky | 2017-12-27 | 6 | -16/+47 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/15322] Add config for envelope sender & remove mail function setting | ||||
| * | | | | | | [ticket/15322] Adjust language variables as suggested | Marc Alexander | 2017-12-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15322 | ||||
| * | | | | | | [ticket/15322] Adjust email language and move force sender setting | Marc Alexander | 2017-12-16 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15322 | ||||
| * | | | | | | [ticket/15322] Try to make new email setting more readable | Marc Alexander | 2017-12-13 | 6 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15322 | ||||
| * | | | | | | [ticket/15322] Add config setting for -f parameter & remove mail function name | Marc Alexander | 2017-12-11 | 6 | -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 emails | kitsiosk | 2017-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15322 | ||||
* | | | | | | | Merge pull request #5037 from hubaishan/ticket/14857 | Marc Alexander | 2017-12-27 | 1 | -0/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14857] Throw `S` from dateformat for non English languages | ||||
| * | | | | | | | [ticket/14857] Throw `S` from dateformat for non English languages | hubaishan | 2017-12-24 | 1 | -0/+6 |
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throw `S` (ordinal suffix) from dateformat for non English languages PHPBB3-14857 | ||||
* | | | | | | | Merge pull request #5038 from JoshyPHP/ticket/15444 | Marc Alexander | 2017-12-27 | 1 | -0/+75 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15444] Merge duplicate BBCodes via a migration | ||||
| * | | | | | | | [ticket/15444] Add a migration to merge duplicate BBCodes | JoshyPHP | 2017-12-10 | 1 | -0/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15444 | ||||
* | | | | | | | | Merge pull request #5053 from JoshyPHP/ticket/15468 | Marc Alexander | 2017-12-27 | 2 | -0/+185 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | Add a service to merge duplicate BBCodes | ||||
| * | | | | | | | [ticket/15468] Add a service to merge duplicate BBCodes | JoshyPHP | 2017-12-10 | 2 | -0/+185 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15468 | ||||
* | | | | | | | | Merge pull request #5046 from JoshyPHP/ticket/15457 | Marc Alexander | 2017-12-27 | 4 | -18/+17 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | [ticket/15457] Updated s9e/text-formatter dependency |