aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | [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-273-0/+465
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | Add a service to merge duplicate BBCodes
| * | | | | | | | | | [ticket/15468] Add a service to merge duplicate BBCodesJoshyPHP2017-12-103-0/+465
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15468
* | | | | | | | | | | Merge pull request #5046 from JoshyPHP/ticket/15457Marc Alexander2017-12-2714-49/+48
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | [ticket/15457] Updated s9e/text-formatter dependency
| * | | | | | | | | | [ticket/15457] Updated s9e/text-formatter dependencyJoshyPHP2017-12-1014-49/+48
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15457
* | | | | | | | | | Merge pull request #4868 from javiexin/ticket/15266Marc Alexander2017-12-276-58/+88
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15266] Fix events in content_visibility
| * | | | | | | | | | [ticket/15266] Update since, add changed, and use empty where applicableMarc Alexander2017-12-271-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15266
| * | | | | | | | | | [ticket/15266] Expand functionality of content_visibilityjaviexin2017-12-276-6/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new function "is_visible", and replaced several immediate uses of the above, including a single event in the new function to handle change in all places consistently, and much simpler. PHPBB3-15266
| * | | | | | | | | | [ticket/15266] Fix events in content_visibilityjaviexin2017-07-101-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional errors found. The event parameter 'timestamp' does not exist, it is really called 'time'. Affects four events: core.set_post_visibility_before_sql core.set_post_visibility_after core.set_topic_visibility_before_sql core.set_topic_visibility_after PHPBB3-15266
| * | | | | | | | | | [ticket/15266] Fix events in content_visibilityjaviexin2017-07-091-44/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes core.phpbb_content_visibility_get_visibility_sql_before, core.phpbb_content_visibility_get_forums_visibility_before, core.phpbb_content_visibility_get_global_visibility_before Does not modify the events, but fixes some comments, and changes the rest of the function to allow (at least) the documented event functionality. PHPBB3-15266
* | | | | | | | | | | Merge pull request #5036 from JoshyPHP/ticket/15442Marc Alexander2017-12-234-1/+81
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15442] Allow unsafe HTML in bbcode.html
| * | | | | | | | | | | [ticket/15442] Allow unsafe HTML in bbcode.htmlJoshyPHP2017-11-074-1/+81
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15442
* | | | | | | | | | | Merge pull request #5032 from rxu/ticket/15224Marc Alexander2017-12-221-2/+17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15224] Fix some MySQL fulltext index searching errors
| * | | | | | | | | | | [ticket/15224] Fix some MySQL fulltext index searching errorsrxu2017-11-041-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15224
* | | | | | | | | | | | Merge pull request #5060 from dsinn/ticket/15478Marc Alexander2017-12-181-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | [ticket/15478] Fix core.js $loadingIndicator JavaScript errors
| * | | | | | | | | | | [ticket/15478] Fix core.js $loadingIndicator JavaScript errorsDaniel Sinn2017-12-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15478
* | | | | | | | | | | | Merge pull request #5035 from kasimi/ticket/15440Derky2017-12-171-5/+27
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15440] Added core.ucp_register_agreement_modify_template_data
| * | | | | | | | | | | | [ticket/15440] State deprecated version for core.ucp_register_agreementDerky2017-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15440
| * | | | | | | | | | | | [ticket/15440] Added core.ucp_register_agreement_modify_template_datakasimi2017-12-171-5/+27
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15440
* | | | | | | | | | | | Merge pull request #5059 from kasimi/ticket/15476Marc Alexander2017-12-171-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15476] Add event core.search_modify_post_row
| * | | | | | | | | | | | [ticket/15476] Add event core.search_modify_post_rowkasimi2017-12-091-0/+20
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15476
* | | | | | | | | | | | Merge pull request #5052 from hanakin/ticket/15455Marc Alexander2017-12-171-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15455] Fix UCP padding issues
| * | | | | | | | | | | | [ticket/15455] Remove unessecary jumpboxMichael Miday2017-11-271-2/+0
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15455
* | | | | | | | | | | | Merge pull request #5054 from hanakin/ticket/15470Marc Alexander2017-12-171-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | [ticket/15470] Add font-size prop to .attachbox
| * | | | | | | | | | | [ticket/15470] Add font-sizeMichael Miday2017-11-281-0/+1
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15470
* | | | | | | | | | | Merge pull request #5057 from Derky/ticket/15475Marc Alexander2017-12-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | [ticket/15475] Fix Travis pull request commit messages validation
| * | | | | | | | | | [ticket/15475] Fix Travis pull request commit messages validationDerky2017-12-081-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It stopped working because of Travis's default clone depth of 50. PHPBB3-15475
* | | | | | | | | | Merge pull request #5022 from kasimi/ticket/15431Derky2017-12-031-6/+31
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15431] Add event core.ucp_register_modify_template_data
| * | | | | | | | | | [ticket/15431] Moved phpbb_timezone_select() before the eventkasimi2017-12-031-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15431
| * | | | | | | | | | [ticket/15431] Split up $template_varskasimi2017-12-031-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15431
| * | | | | | | | | | [ticket/15431] Removed $page_titlekasimi2017-11-291-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15431
| * | | | | | | | | | [ticket/15431] Fixed event argument descriptionkasimi2017-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15431
| * | | | | | | | | | [ticket/15431] Add event core.ucp_register_modify_template_datakasimi2017-10-311-7/+34
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15431