Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14581] Add core events to content_visibility | Richard McGirr | 2016-08-10 | 1 | -4/+108 |
| | | | | | | | | | | Events added for both changing the content visibility for both posts and topics, executing right before and after the SQL UPDATE query for setting the visibillity. https://tracker.phpbb.com/browse/PHPBB3-14581 PHPBB3-14581 | ||||
* | [ticket/14631] Load truncate_string() if needed | Jakub Senko | 2016-06-07 | 1 | -0/+10 |
| | | | | PHPBB3-14631 | ||||
* | Merge pull request #3402 from brunoais/ticket/13621 | Joas Schilling | 2015-04-06 | 1 | -3/+3 |
|\ | | | | | | | [ticket/13621] Prepend $where_sql and postpend closing bracket on statements with return | ||||
| * | [ticket/13621] Prepend $where_sql and postpend closing parentheses on return | brunoais | 2015-02-15 | 1 | -3/+3 |
| | | | | | | | | | | | | Prepend $where_sql and postpend closing parentheses on statements with return PHPBB3-13621 | ||||
* | | Merge pull request #3384 from brunoais/ticket/13592 | Marc Alexander | 2015-02-27 | 1 | -2/+33 |
|\ \ | | | | | | | | | | [ticket/13592] Allow changing get_visibility_sql's result | ||||
| * | | [ticket/13592] The name didn't make proper sense | brunoais | 2015-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-13592 | ||||
| * | | [ticket/13592] Empty line before event comment block. | brunoais | 2015-02-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | I had forgotten this one PHPBB3-13592 | ||||
| * | | [ticket/13592] Removed unwanted space in self line. | brunoais | 2015-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13592 | ||||
| * | | [ticket/13592] Allow full override of get_visibility_sql() | brunoais | 2015-02-09 | 1 | -0/+10 |
| | | | | | | | | | | | | PHPBB3-13592 | ||||
| * | | [ticket/13592] Allow changing get_visibility_sql's result | brunoais | 2015-02-09 | 1 | -3/+3 |
| | | | | | | | | | | | | PHPBB3-13592 | ||||
| * | | [ticket/13592] Allow changing get_visibility_sql's result | brunoais | 2015-02-08 | 1 | -2/+22 |
| |/ | | | | | | | PHPBB3-13592 | ||||
* | | [ticket/13644] Always type hint dispatch_interface | Nicofuma | 2015-02-22 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-13644 | ||||
* | | [ticket/13631] Better, more explicit comment explanation | brunoais | 2015-02-18 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13631 | ||||
* | | [ticket/13631] Fix wrong variable in get_global_visibility_sql()'s event | brunoais | 2015-02-18 | 1 | -2/+2 |
|/ | | | | | | | I don't get this... I was positive I, at some point, had it right... I don't get what happened... PHPBB3-13631 | ||||
* | [ticket/13147] New line before comment block | brunoais | 2015-01-10 | 1 | -0/+1 |
| | | | | PHPBB3-13147 | ||||
* | [ticket/13147] Override variable name changed by request | brunoais | 2015-01-10 | 1 | -5/+5 |
| | | | | PHPBB3-13147 | ||||
* | [ticket/13147] Wrong extra new line | brunoais | 2015-01-10 | 1 | -1/+0 |
| | | | | PHPBB3-13147 | ||||
* | [ticket/13147] Renaming content_replaced->get_global_visibility_sql_overwrite | brunoais | 2015-01-10 | 1 | -10/+10 |
| | | | | | | | | Renamed content_replaced to get_global_visibility_sql_overwrite in order to follow the convention in other events' variables that have the same basic function PHPBB3-13147 | ||||
* | [ticket/13147] Removing globals and using injection | brunoais | 2015-01-10 | 1 | -3/+1 |
| | | | | | | Using globals is NG. Using a parameter instead. PHPBB3-13147 | ||||
* | [ticket/13147] Using $phpbb_dispatcher global var | brunoais | 2015-01-10 | 1 | -1/+12 |
| | | | | PHPBB3-13147 | ||||
* | [ticket/13147] Allow changing the result of calling get_global_visibility_sql | brunoais | 2015-01-10 | 1 | -0/+20 |
| | | | | PHPBB3-13147 | ||||
* | [ticket/13146] Removed stray empty line | brunoais | 2015-01-10 | 1 | -1/+0 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/13146] Realign variables and descriptions in event | brunoais | 2014-12-29 | 1 | -5/+5 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/13146] Improved $get_forums_visibility_sql_overwrite's clarity | brunoais | 2014-12-29 | 1 | -2/+4 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/13146] Fixed variable name for the override | brunoais | 2014-12-03 | 1 | -5/+5 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/13146] Fixing what merging broke | brunoais | 2014-12-03 | 1 | -4/+2 |
| | | | | | | Merging added content I didn't expect it to add. This fixes back to what it is supposed to be. PHPBB3-13146 | ||||
* | [ticket/13146] Adding eventDispatcher to the list | brunoais | 2014-12-03 | 1 | -1/+9 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/13146] $contentReplaced -> $content_replaced | brunoais | 2014-12-03 | 1 | -1/+1 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/13146] Extra line for clarity | brunoais | 2014-12-03 | 1 | -0/+1 |
| | | | | | | Added an extra line after the "if ($contentReplaced)" to help reading the code PHPBB3-13146 | ||||
* | [ticket/13146] $phpbb_dispatcher was missing | brunoais | 2014-12-03 | 1 | -0/+2 |
| | | | | | | Added $phpbb_dispatcher to the globals list for this function. PHPBB3-13146 | ||||
* | [ticket/13146] Typo on the returning variable | brunoais | 2014-12-03 | 1 | -1/+1 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/13147] Adding $approve_forums to the list of the event's variables | brunoais | 2014-12-03 | 1 | -2/+4 |
| | | | | PHPBB3-13147 | ||||
* | [ticket/13146] Adding $content_replaced to allow even more flexibility | brunoais | 2014-12-03 | 1 | -0/+7 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/13146] Allow changing the result of calling get_forums_visibility_sql | brunoais | 2014-12-03 | 1 | -0/+19 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/12718] Fix docblocks | Dhruv | 2014-08-07 | 1 | -3/+3 |
| | | | | PHPBB3-12718 | ||||
* | [ticket/12718] Update docblock | Dhruv | 2014-08-07 | 1 | -3/+1 |
| | | | | PHPBB3-12718 | ||||
* | [ticket/12718] Use remove_topic_from_statistic() for delete_topic | Dhruv | 2014-08-07 | 1 | -46/+13 |
| | | | | PHPBB3-12718 | ||||
* | [ticket/12738] Update constructor docblock | Dhruv | 2014-07-21 | 1 | -0/+1 |
| | | | | PHPBB3-12738 | ||||
* | [ticket/12738] Inject config object into content_visibility class | Dhruv | 2014-06-20 | 1 | -5/+12 |
| | | | | PHPBB3-12738 | ||||
* | [ticket/11528] Move related code from functions_posting to function | Dhruv | 2014-06-19 | 1 | -6/+19 |
| | | | | | | | Move related code from functions_posting to remove_post_from_statistic() in content_visibility.php PHPBB3-11528 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\content_visibility | Tristan Darricau | 2014-06-15 | 1 | -2/+5 |
| | | | | PHPBB3-12715 | ||||
* | Merge pull request #2426 from Nicofuma/ticket/12174 | Joas Schilling | 2014-05-28 | 1 | -8/+35 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12174] Update topic_attachment flag when a post is soft-deleted * Nicofuma/ticket/12174: [ticket/12174] Add tests [ticket/12174] Coding style [ticket/12174] Remove $update_topic_attachments_flag [ticket/12174] Don't update the flag for a post without attachment [ticket/12174] Update the conditions [ticket/12174] Remove inline assignment [ticket/12174] Update sql query [ticket/12174] Revert the changes on $topic_update_array [ticket/12174] Corrections [ticket/12174] Update topic_attachment flag when a post is soft-deleted | ||||
| * | [ticket/12174] Coding style | Tristan Darricau | 2014-05-10 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12174 | ||||
| * | [ticket/12174] Remove $update_topic_attachments_flag | Tristan Darricau | 2014-05-09 | 1 | -4/+1 |
| | | | | | | | | PHPBB3-12174 | ||||
| * | [ticket/12174] Don't update the flag for a post without attachment | Tristan Darricau | 2014-05-09 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12174 | ||||
| * | [ticket/12174] Update the conditions | Tristan Darricau | 2014-05-09 | 1 | -10/+7 |
| | | | | | | | | PHPBB3-12174 | ||||
| * | [ticket/12174] Remove inline assignment | Tristan Darricau | 2014-05-09 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-12174 | ||||
| * | [ticket/12174] Update sql query | Tristan Darricau | 2014-05-09 | 1 | -9/+10 |
| | | | | | | | | PHPBB3-12174 | ||||
| * | [ticket/12174] Revert the changes on $topic_update_array | Tristan Darricau | 2014-05-08 | 1 | -4/+4 |
| | | | | | | | | PHPBB3-12174 | ||||
| * | [ticket/12174] Corrections | Tristan Darricau | 2014-05-08 | 1 | -21/+10 |
| | | | | | | | | PHPBB3-12174 |