aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/content_visibility.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/9657] Add type hints for classesJoas Schilling2013-07-111-1/+1
* [ticket/9657] Fix variable naming of phpEx to php_extJoas Schilling2013-07-111-1/+1
* [ticket/9657] Fix unit testsJoas Schilling2013-07-111-10/+10
* [ticket/9657] Make content visibility a service and inject everythingJoas Schilling2013-07-111-94/+130
* [ticket/9657] Cast topic_id to integerJoas Schilling2013-07-111-2/+2
* [ticket/9657] Correctly use " vs ' and variables in queriesJoas Schilling2013-07-111-5/+5
* [ticket/9657] Cast IDs to integerJoas Schilling2013-03-101-5/+5
* [ticket/9657] Correctly increase users post count when approving postsJoas Schilling2013-03-101-2/+1
* [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-5/+5
* [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-7/+7
* [feature/soft-delete] Fix adding posts to *_posts when restoring soft deletedJoas Schilling2012-11-081-1/+1
* [feature/soft-delete] Correctly manage softdeleting via posting.phpJoas Schilling2012-11-021-3/+3
* [feature/soft-delete] Handle soft deleting via Delete IconJoas Schilling2012-10-241-0/+1
* [feature/soft-delete] Fix unit tests for delete_posts()Joas Schilling2012-10-231-15/+56
* [feature/soft-delete] Fix submit_post() topic_replies* usageJoas Schilling2012-10-221-2/+1
* [feature/soft-delete] Fix sync() and some more functions to use the new fieldsJoas Schilling2012-10-221-3/+5
* [feature/soft-delete] Add a function to calculate the actual post/topic countJoas Schilling2012-10-211-0/+20
* [feature/soft-delete] Removed unused old functionsJoas Schilling2012-10-161-164/+0
* [feature/soft-delete] Correctly update user_posts countJoas Schilling2012-10-091-9/+29
* [feature/soft-delete] Fix restoring a post via editingJoas Schilling2012-10-081-0/+6
* [feature/soft-delete] Update post counts within set_post_visibilityJoas Schilling2012-10-081-100/+237
* [feature/soft-delete] Change order of functionsJoas Schilling2012-10-081-25/+25
* [feature/soft-delete] Allow to update multiple posts with set_post_visibilityJoas Schilling2012-10-081-4/+11
* [feature/soft-delete] Add test case for (soft)deleting the only post + fixJoas Schilling2012-10-061-1/+1
* [feature/soft-delete] Fix delete_post() functionJoas Schilling2012-10-061-11/+12
* [feature/soft-delete] Update and simplify the logic on delete_post()Joas Schilling2012-10-061-15/+10
* [feature/soft-delete] Clean the code of hide_post() and rely on postcountJoas Schilling2012-10-051-29/+12
* [feature/soft-delete] Update docs of can_soft_delete and remove can_restoreJoas Schilling2012-10-051-24/+4
* [feature/soft-delete] Fix set_topic_visibility() so it passes the testsJoas Schilling2012-10-051-2/+2
* [feature/soft-delete] Fix docs of set_post_visibility()Joas Schilling2012-10-051-0/+3
* [feature/soft-delete] Update set_topic_visibility() with some more logicJoas Schilling2012-10-051-6/+24
* [feature/soft-delete] Allow forcing the set_visibility for all postsJoas Schilling2012-10-051-12/+15
* [feature/soft-delete] Make use of set_post_visibility() limits when applicableJoas Schilling2012-10-051-4/+28
* [feature/soft-delete] Extend functionality for updating a hole topicJoas Schilling2012-10-051-7/+30
* [feature/soft-delete] Fix sync('topic') to match the new logicJoas Schilling2012-10-051-1/+1
* [feature/soft-delete] Fix the get functions to match the new logicJoas Schilling2012-10-051-103/+35
* [feature/soft-delete] Fix a bug in sync() and set_post_visibility()Joas Schilling2012-10-021-7/+8
* [feature/soft-delete] Update doc blocks to proper formatJoas Schilling2012-10-021-14/+25
* [feature/soft-delete] Add unit tests for get_global_visibility_sql()Joas Schilling2012-10-011-2/+10
* [feature/soft-delete] Add unit tests for get_forums_visibility_sql()Joas Schilling2012-10-011-2/+3
* [feature/soft-delete] Comment out user_posts update for the momentJoas Schilling2012-10-011-0/+10
* [feature/soft-delete] Allow setting the visibility change reasonJoas Schilling2012-09-281-14/+35
* [feature/soft-delete] Comment out stuff about f_restore for performance reasonJoas Schilling2012-09-281-2/+16
* [feature/soft-delete] Add get_visibility_sql_forums based on globalJoas Schilling2012-08-301-0/+48
* [feature/soft-delete] Simplification part2: user can see all item visibilitiesJoas Schilling2012-08-291-1/+7
* [feature/soft-delete] Simplify the query output if the user has m_restoreJoas Schilling2012-08-291-2/+6
* [feature/soft-delete] Use autoloading for content_visibility classJoas Schilling2012-08-291-0/+461