aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [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 #5061 from marc1706/ticket/15322Derky2017-12-271-0/+37
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15322] Add config for envelope sender & remove mail function setting
| * | | | [ticket/15322] Try to make new email setting more readableMarc Alexander2017-12-131-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-15322
| * | | | [ticket/15322] Add config setting for -f parameter & remove mail function nameMarc Alexander2017-12-111-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | 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-271-0/+180
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | Add a service to merge duplicate BBCodes
| * | | | | | [ticket/15468] Add a service to merge duplicate BBCodesJoshyPHP2017-12-101-0/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15468
* | | | | | | Merge pull request #5046 from JoshyPHP/ticket/15457Marc Alexander2017-12-272-6/+5
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | [ticket/15457] Updated s9e/text-formatter dependency
| * | | | | | [ticket/15457] Updated s9e/text-formatter dependencyJoshyPHP2017-12-102-6/+5
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-15457
* | | | | | Merge pull request #4868 from javiexin/ticket/15266Marc Alexander2017-12-271-52/+74
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [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-271-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-231-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15442] Allow unsafe HTML in bbcode.html
| * | | | | | | [ticket/15442] Allow unsafe HTML in bbcode.htmlJoshyPHP2017-11-071-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | 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 #5025 from hubaishan/ticket/15433Marc Alexander2017-12-031-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15433] Fix phpbbcli can enable non-existent extension
| * | | | | | [ticket/15433] Fix phpbbcli can enable non-existent extensionhubaishan2017-12-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix phpbbcli can enable non-existent extension PHPBB3-15433
* | | | | | | [ticket/15464] Detect BBCodes in uppercase when reparsingJoshyPHP2017-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15464
* | | | | | | Merge pull request #4976 from rubencm/ticket/15171Marc Alexander2017-11-162-1/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15171] Replace all BBCode templates by default
| * | | | | | | [ticket/15171] Add migrationRubén Calvo2017-10-311-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15171
| * | | | | | | [ticket/15171] Fix texformatterRubén Calvo2017-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15171
* | | | | | | | Merge pull request #4949 from marc1706/ticket/15353Máté Bartus2017-11-153-11/+45
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | [ticket/15353] Make sure users can continue update after merging file diff
| * | | | | | | [ticket/15353] Use empty where applicableMarc Alexander2017-10-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15353
| * | | | | | | [ticket/15353] Make sure users can continue update after merging file diffMarc Alexander2017-09-103-10/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15353
* | | | | | | | Merge pull request #5019 from marc1706/ticket/14994Marc Alexander2017-11-011-54/+34
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14994] Refactor template->assign_block_var
| * | | | | | | | [ticket/14994] Refactor template->assign_block_varjaviexin2017-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor assign_block_var to use the same block selection mechanism as is used in alter_block_array. This allows creating new blocks at any position in the template structure, not only on the last block. Allows selecting a block as outer[2].middle. Added tests. Added PHP 7.2 compatibility. PHPBB3-14994
| * | | | | | | | [ticket/14994] Refactor template->assign_block_varjaviexin2017-11-011-19/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor assign_block_var to use the same block selection mechanism as is used in alter_block_array. This allows creating new blocks at any position in the template structure, not only on the last block. Allows selecting a block as outer[2].middle. Added tests. Added PHP 7.2 compatibility. PHPBB3-14994
| * | | | | | | | [ticket/14994] Refactor template->assign_block_varjaviexin2017-10-291-51/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor assign_block_var to use the same block selection mechanism as is used in alter_block_array. This allows creating new blocks at any position in the template structure, not only on the last block. Allows selecting a block as outer[2].middle. PHPBB3-14994
* | | | | | | | | Merge pull request #5013 from rxu/ticket/15419Marc Alexander2017-11-011-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15419] Fix Sphinx UTF8 search in delta index
| * | | | | | | | | [ticket/15419] Fix Sphinx UTF8 search in delta indexrxu2017-10-241-1/+2
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15419
* | | | | | | | | Merge pull request #4988 from Elsensee/ticket/15389Marc Alexander2017-11-012-19/+24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15389] Allow arrays in event dispatcher
| * | | | | | | | | [ticket/15389] Match multiple events in dispatcher in php_exporterOliver Schramm2017-10-041-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've also improved some regular expressions PHPBB3-15389
| * | | | | | | | | [ticket/15389] Allow arrays in event dispatcherOliver Schramm2017-10-041-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15389
* | | | | | | | | | Merge pull request #4973 from DavidIQ/ticket/15372Marc Alexander2017-11-013-0/+37
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | [ticket/15372] Add permission for listing topics without being able to read them
| * | | | | | | | | [ticket/15372] Add permission to schema and copy from f_readDavid Colón2017-10-261-1/+1
| | | | | | | | | |
| * | | | | | | | | [ticket/15372] Remove revert_data from migrationDavid Colón2017-10-261-7/+0
| | | | | | | | | |
| * | | | | | | | | [ticket/15372] Fix pagination and don't render viewtopic linkDavid Colón2017-10-261-0/+5
| | | | | | | | | |
| * | | | | | | | | [ticket/15372] Migration for adding f_list_topic permissionDavid Colón2017-10-261-0/+38
| | | | | | | | | |
| * | | | | | | | | [ticket/15372] Add and handle f_list_topics permissionDavid Colón2017-10-261-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4985 from senky/ticket/13150Marc Alexander2017-10-311-0/+14
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | [ticket/13150] Add core.phpbb_log_get_topic_auth_sql_after
| * | | | | | | | [ticket/13150] Add core.phpbb_log_get_topic_auth_sql_afterJakub Senko2017-10-091-0/+14
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13150
* | | | | | | | Merge pull request #4969 from Elsensee/ticket/15245Marc Alexander2017-10-312-24/+67
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15245] Fix images in feeds when accessing via app.php
| * | | | | | | | [ticket/15245] Fix comments, class names and code styleOliver Schramm2017-09-282-13/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245
| * | | | | | | | [ticket/15245] Configure TextFormatter before rendering feedsOliver Schramm2017-09-282-12/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245