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