aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/content_visibility.php
Commit message (Expand)AuthorAgeFilesLines
* 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