aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [ticket/9657] Use include instead of include_onceJoas Schilling2013-07-111-3/+9
| * | | | | [ticket/9657] Initialise variable outside of the loopJoas Schilling2013-07-111-0/+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] Use the service instead of the static classJoas Schilling2013-07-1113-42/+64
| * | | | | [ticket/9657] Make content visibility a service and inject everythingJoas Schilling2013-07-111-94/+130
| * | | | | [ticket/9657] Add , to last element of an arrayJoas Schilling2013-07-111-6/+6
| * | | | | [ticket/9657] DO not use \" inside of double quotesJoas Schilling2013-07-111-4/+4
| * | | | | [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
| * | | | | Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-11111-2114/+5566
| |\ \ \ \ \
| * | | | | | [ticket/9657] Check for post visibility when searching with SphinxJoas Schilling2013-03-141-2/+8
| * | | | | | [ticket/9657] Populate data about post's delete status in mcp_postJoas Schilling2013-03-121-0/+31
| * | | | | | [ticket/9657] Correctly split disapproving from perma deleting postsJoas Schilling2013-03-111-9/+54
| * | | | | | [ticket/9657] Fix missing global $phpbb_containerJoas Schilling2013-03-111-1/+1
| * | | | | | [ticket/9657] Fix newly added empty lineJoas Schilling2013-03-101-1/+0
| * | | | | | [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
| * | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-074-4/+214
| |\ \ \ \ \ \
| * | | | | | | [ticket/9657] Remove unused email variablesJoas Schilling2013-03-071-9/+1
| * | | | | | | [ticket/9657] Fix colum name in migration fileJoas Schilling2013-03-071-2/+2
| * | | | | | | [ticket/9657] Remove empty update_data() method from p2 migrationJoas Schilling2013-03-071-6/+0
| * | | | | | | [ticket/9657] Fix wrongly added notifications when post is posted softdeletedJoas Schilling2013-03-061-1/+27
| * | | | | | | [ticket/9657] Add migration files for updating the databaseJoas Schilling2013-03-062-0/+245
| * | | | | | | [ticket/9657] Correctly state when to refresh last/first post info on approvingJoas Schilling2013-03-061-2/+4
| * | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-063-10/+36
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-0537-1425/+3945
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/9657] FIx merge conflict from merging developJoas Schilling2013-03-052-10/+2
| * | | | | | | | | [ticket/9657] Rebuild notifications in mcp_queue.phpJoas Schilling2013-03-051-85/+72
| * | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-03136-2439/+13763
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-20102-949/+3005
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [feature/soft-delete] Split deleting soft-deleted posts from unapproving postsJoas Schilling2012-12-202-10/+61
| * | | | | | | | | | | [feature/soft-delete] Split up on the initial switch instead of a second oneJoas Schilling2012-12-201-41/+30
| * | | | | | | | | | | [feature/soft-delete] Fix a problem with "delete topics" in mcpJoas Schilling2012-12-181-1/+2
| * | | | | | | | | | | [feature/soft-delete] Add delete information to approve deatils pageJoas Schilling2012-12-181-0/+31
| * | | | | | | | | | | [feature/soft-delete] Add "Restore" to the mcp forum quick moderationJoas Schilling2012-12-181-1/+2
| * | | | | | | | | | | [feature/soft-delete] Fix a problem with the "only softdeleted posts" logicJoas Schilling2012-12-181-5/+5
| * | | | | | | | | | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-1081-639/+2456
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [feature/soft-delete] Link to delete_topics module when the topic is deletedJoas Schilling2012-11-101-3/+2
| * | | | | | | | | | | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-109-34/+33
| * | | | | | | | | | | | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-096-27/+28
| * | | | | | | | | | | | [feature/soft-delete] Use request object instead of direct accessJoas Schilling2012-11-092-41/+40
| * | | | | | | | | | | | [feature/soft-delete] Fix adding posts to *_posts when restoring soft deletedJoas Schilling2012-11-081-1/+1
| * | | | | | | | | | | | [feature/soft-delete] Fix naming of soft delete (we wont use that in the UI)Joas Schilling2012-11-031-1/+1
| * | | | | | | | | | | | [feature/soft-delete] Fix displaying the button/permissionJoas Schilling2012-11-031-1/+1
| * | | | | | | | | | | | [feature/soft-delete] Correctly manage soft deleting via MCPJoas Schilling2012-11-021-10/+26
| * | | | | | | | | | | | [feature/soft-delete] Correctly manage softdeleting via posting.phpJoas Schilling2012-11-023-8/+8
| * | | | | | | | | | | | [feature/soft-delete] Invert the logic on confirm boxJoas Schilling2012-11-011-2/+8
| * | | | | | | | | | | | [feature/soft-delete] Display message when the posts are already soft deletedJoas Schilling2012-10-311-1/+28
| * | | | | | | | | | | | [feature/soft-delete] Fix restoring/approving posts with mcp moderationJoas Schilling2012-10-312-14/+20