aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/content_visibility.php
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [ticket/12174] Update topic_attachment flag when a post is soft-deletedTristan Darricau2014-05-081-8/+50
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
|/
* [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-8/+9
* [ticket/12052] Add support for ITEM_UNAPPROVED to set_post_visibility methodCesar G2014-04-251-41/+22
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-3/+3
* [ticket/10763] Do not call set_post_visibility() staticallyJoas Schilling2014-03-091-3/+3
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* Merge pull request #1654 from rechosen/ticket/11786Nathan Guse2013-10-031-3/+3
|\
| * [ticket/11786] s/@return void/@return null in content_visibility.phprechosen2013-08-131-3/+3
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-0/+5
|\ \ | |/
| * [ticket/11781] Include func update_post_information()Vjacheslav Trushkin2013-08-111-0/+5
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-8/+10
|/
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+651