aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/content_visibility.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14581] Add core events to content_visibilityRichard McGirr2016-08-101-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 neededJakub Senko2016-06-071-0/+10
| | | | PHPBB3-14631
* Merge pull request #3402 from brunoais/ticket/13621Joas Schilling2015-04-061-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 returnbrunoais2015-02-151-3/+3
| | | | | | | | | | | | Prepend $where_sql and postpend closing parentheses on statements with return PHPBB3-13621
* | Merge pull request #3384 from brunoais/ticket/13592Marc Alexander2015-02-271-2/+33
|\ \ | | | | | | | | | [ticket/13592] Allow changing get_visibility_sql's result
| * | [ticket/13592] The name didn't make proper sensebrunoais2015-02-111-2/+2
| | | | | | | | | | | | PHPBB3-13592
| * | [ticket/13592] Empty line before event comment block.brunoais2015-02-091-0/+1
| | | | | | | | | | | | | | | | | | I had forgotten this one PHPBB3-13592
| * | [ticket/13592] Removed unwanted space in self line.brunoais2015-02-091-1/+1
| | | | | | | | | | | | PHPBB3-13592
| * | [ticket/13592] Allow full override of get_visibility_sql()brunoais2015-02-091-0/+10
| | | | | | | | | | | | PHPBB3-13592
| * | [ticket/13592] Allow changing get_visibility_sql's resultbrunoais2015-02-091-3/+3
| | | | | | | | | | | | PHPBB3-13592
| * | [ticket/13592] Allow changing get_visibility_sql's resultbrunoais2015-02-081-2/+22
| |/ | | | | | | PHPBB3-13592
* | [ticket/13644] Always type hint dispatch_interfaceNicofuma2015-02-221-3/+3
| | | | | | | | PHPBB3-13644
* | [ticket/13631] Better, more explicit comment explanationbrunoais2015-02-181-1/+1
| | | | | | | | PHPBB3-13631
* | [ticket/13631] Fix wrong variable in get_global_visibility_sql()'s eventbrunoais2015-02-181-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 blockbrunoais2015-01-101-0/+1
| | | | PHPBB3-13147
* [ticket/13147] Override variable name changed by requestbrunoais2015-01-101-5/+5
| | | | PHPBB3-13147
* [ticket/13147] Wrong extra new linebrunoais2015-01-101-1/+0
| | | | PHPBB3-13147
* [ticket/13147] Renaming content_replaced->get_global_visibility_sql_overwritebrunoais2015-01-101-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 injectionbrunoais2015-01-101-3/+1
| | | | | | Using globals is NG. Using a parameter instead. PHPBB3-13147
* [ticket/13147] Using $phpbb_dispatcher global varbrunoais2015-01-101-1/+12
| | | | PHPBB3-13147
* [ticket/13147] Allow changing the result of calling get_global_visibility_sqlbrunoais2015-01-101-0/+20
| | | | PHPBB3-13147
* [ticket/13146] Removed stray empty linebrunoais2015-01-101-1/+0
| | | | PHPBB3-13146
* [ticket/13146] Realign variables and descriptions in eventbrunoais2014-12-291-5/+5
| | | | PHPBB3-13146
* [ticket/13146] Improved $get_forums_visibility_sql_overwrite's claritybrunoais2014-12-291-2/+4
| | | | PHPBB3-13146
* [ticket/13146] Fixed variable name for the overridebrunoais2014-12-031-5/+5
| | | | PHPBB3-13146
* [ticket/13146] Fixing what merging brokebrunoais2014-12-031-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 listbrunoais2014-12-031-1/+9
| | | | PHPBB3-13146
* [ticket/13146] $contentReplaced -> $content_replacedbrunoais2014-12-031-1/+1
| | | | PHPBB3-13146
* [ticket/13146] Extra line for claritybrunoais2014-12-031-0/+1
| | | | | | Added an extra line after the "if ($contentReplaced)" to help reading the code PHPBB3-13146
* [ticket/13146] $phpbb_dispatcher was missingbrunoais2014-12-031-0/+2
| | | | | | Added $phpbb_dispatcher to the globals list for this function. PHPBB3-13146
* [ticket/13146] Typo on the returning variablebrunoais2014-12-031-1/+1
| | | | PHPBB3-13146
* [ticket/13147] Adding $approve_forums to the list of the event's variablesbrunoais2014-12-031-2/+4
| | | | PHPBB3-13147
* [ticket/13146] Adding $content_replaced to allow even more flexibilitybrunoais2014-12-031-0/+7
| | | | PHPBB3-13146
* [ticket/13146] Allow changing the result of calling get_forums_visibility_sqlbrunoais2014-12-031-0/+19
| | | | PHPBB3-13146
* [ticket/12718] Fix docblocksDhruv2014-08-071-3/+3
| | | | PHPBB3-12718
* [ticket/12718] Update docblockDhruv2014-08-071-3/+1
| | | | PHPBB3-12718
* [ticket/12718] Use remove_topic_from_statistic() for delete_topicDhruv2014-08-071-46/+13
| | | | PHPBB3-12718
* [ticket/12738] Update constructor docblockDhruv2014-07-211-0/+1
| | | | PHPBB3-12738
* [ticket/12738] Inject config object into content_visibility classDhruv2014-06-201-5/+12
| | | | PHPBB3-12738
* [ticket/11528] Move related code from functions_posting to functionDhruv2014-06-191-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_visibilityTristan Darricau2014-06-151-2/+5
| | | | PHPBB3-12715
* Merge pull request #2426 from Nicofuma/ticket/12174Joas Schilling2014-05-281-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 styleTristan Darricau2014-05-101-1/+1
| | | | | | | | PHPBB3-12174
| * [ticket/12174] Remove $update_topic_attachments_flagTristan Darricau2014-05-091-4/+1
| | | | | | | | PHPBB3-12174
| * [ticket/12174] Don't update the flag for a post without attachmentTristan Darricau2014-05-091-1/+1
| | | | | | | | PHPBB3-12174
| * [ticket/12174] Update the conditionsTristan Darricau2014-05-091-10/+7
| | | | | | | | PHPBB3-12174
| * [ticket/12174] Remove inline assignmentTristan Darricau2014-05-091-1/+2
| | | | | | | | PHPBB3-12174
| * [ticket/12174] Update sql queryTristan Darricau2014-05-091-9/+10
| | | | | | | | PHPBB3-12174
| * [ticket/12174] Revert the changes on $topic_update_arrayTristan Darricau2014-05-081-4/+4
| | | | | | | | PHPBB3-12174
| * [ticket/12174] CorrectionsTristan Darricau2014-05-081-21/+10
| | | | | | | | PHPBB3-12174