aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/content_visibility.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9837] Apply suggested changes by CHItAMarc Alexander2019-11-221-3/+3
| | | | PHPBB3-9837
* [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-1/+1
| | | | | | Change code order to improve efficiency. PHPBB3-9837
* [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-5/+4
| | | | | | Re-order code for efficiency PHPBB3-9837
* [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-211-5/+5
| | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837
* [ticket/9837] Display unapproved posts to postersv12mike2019-11-211-5/+5
| | | | | | Add tests and improve style template PHPBB3-9837
* [ticket/9837] Display unapproved posts to originatorv12mike2019-11-211-5/+5
| | | | | | Fix whitespace issues PHPBB3-9837
* [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-211-9/+11
| | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837
* [ticket/9837] Display unapproved posts to postersv12mike2019-11-211-7/+7
| | | | | | Add tests and improve style template PHPBB3-9837
* [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-211-5/+6
| | | | | | Improvements for feature following review PHPBB3-9837
* [ticket/9837] Small fixesMáté Bartus2019-11-211-3/+4
| | | | PHPBB3-9837
* [ticket/9837] Display unapproved posts to their authorsMáté Bartus2019-11-211-2/+13
| | | | | | Basic functionality mock up. PHPBB3-9837
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-2/+2
| | | | PHPBB3-14972
* [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
* [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