aboutsummaryrefslogtreecommitdiffstats
path: root/tests/content_visibility
Commit message (Expand)AuthorAgeFilesLines
* [feature/soft-delete] Field 'forum_parents' doesn't have a default valueJoas Schilling2012-10-241-0/+3
* [feature/soft-delete] Update unit tests to new table structureJoas Schilling2012-10-232-34/+59
* [feature/soft-delete] Correctly synchronize the topic_visibility in sync()Joas Schilling2012-10-091-1/+1
* [feature/soft-delete] Add test case for (soft)deleting the only post + fixJoas Schilling2012-10-062-0/+90
* [feature/soft-delete] Add some unit tests for delete_post()Joas Schilling2012-10-062-0/+353
* [feature/soft-delete] Add unit tests for set_topic_visibility()Joas Schilling2012-10-052-0/+239
* [feature/soft-delete] Extend functionality for updating a hole topicJoas Schilling2012-10-051-12/+0
* [feature/soft-delete] Fix sync('topic') to match the new logicJoas Schilling2012-10-052-5/+60
* [feature/soft-delete] Merge functionality of m_approve and m_restoreJoas Schilling2012-10-053-62/+4
* [feature/soft-delete] Test topic visibility as wellJoas Schilling2012-10-051-6/+6
* [feature/soft-delete] Add unit tests for simple cases of set_post_visibilityJoas Schilling2012-10-022-0/+246
* [feature/soft-delete] Remove unneeded require_once()Joas Schilling2012-10-023-9/+0
* [feature/soft-delete] Add unit tests for get_global_visibility_sql()Joas Schilling2012-10-012-4/+153
* [feature/soft-delete] Add unit tests for get_forums_visibility_sql()Joas Schilling2012-10-013-5/+282
* [feature/soft-delete] Add unit tests for get_visibility_sql()Joas Schilling2012-10-012-0/+196