aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [ticket/9657] Remove softdelete reason field when permanent delete is selectedJoas Schilling2013-03-114-6/+26
| * | | | | | [ticket/9657] Correctly split disapproving from perma deleting postsJoas Schilling2013-03-113-12/+57
| * | | | | | [ticket/9657] Fix missing global $phpbb_containerJoas Schilling2013-03-111-1/+1
| * | | | | | [ticket/9657] Include poster name in "deleted post" messageJoas Schilling2013-03-112-5/+7
| * | | | | | [ticket/9657] Fix some language problems and inconsistencesJoas Schilling2013-03-113-6/+6
| * | | | | | [ticket/9657] Remove line with unused variableJoas Schilling2013-03-111-1/+0
| * | | | | | [ticket/9657] Remove already fixed todoJoas Schilling2013-03-101-1/+0
| * | | | | | [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
| * | | | | | [ticket/9657] Display reason field, when the user has both delete permissionsJoas Schilling2013-03-101-3/+7
| * | | | | | [ticket/9657] Adapt confirm box templates to new layoutJoas Schilling2013-03-072-20/+19
| * | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-0723-21/+428
| |\ \ \ \ \ \
| * | | | | | | [ticket/9657] Remove unused email variablesJoas Schilling2013-03-071-9/+1
| * | | | | | | [ticket/9657] Explain soft delete permission in ACPJoas Schilling2013-03-071-2/+2
| * | | | | | | [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 return to viewtopic page when handling postsJoas Schilling2013-03-061-1/+1
| * | | | | | | [ticket/9657] Fix "Display this post" link if javascript is disabledJoas Schilling2013-03-061-2/+2
| * | | | | | | [ticket/9657] Move softdelete permission to new post-tabJoas Schilling2013-03-061-1/+1
| * | | | | | | [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-0584-1828/+4771
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [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-03231-5762/+16427
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ticket/9657] Break the schemas again to avoid merge conflictsJoas Schilling2013-02-277-10/+10
| * | | | | | | | | | [ticket/9657] Revert database_update.php changesJoas Schilling2013-02-271-248/+69
| * | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-20191-1376/+4710
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [feature/soft-delete] Remove *_restore permissions from the update/installJoas Schilling2012-12-202-6/+4
| * | | | | | | | | | | [feature/soft-delete] Fix "Mark all" and "Unmark all" links on topic listJoas Schilling2012-12-201-2/+8
| * | | | | | | | | | | [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] Actually run schema changing queries in database updateJoas Schilling2012-12-191-5/+37
| * | | | | | | | | | | [feature/soft-delete] Make update file runnable againJoas Schilling2012-12-191-71/+64
| * | | | | | | | | | | [feature/soft-delete] Add missing language stringsJoas Schilling2012-12-181-0/+4
| * | | | | | | | | | | [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-182-0/+38
| * | | | | | | | | | | [feature/soft-delete] Add "Restore" to the mcp forum quick moderationJoas Schilling2012-12-182-1/+3
| * | | | | | | | | | | [feature/soft-delete] Fix a problem with the "only softdeleted posts" logicJoas Schilling2012-12-181-5/+5
| * | | | | | | | | | | [feature/soft-delete] Use new custom template system for AJAX confirm_boxJoas Schilling2012-12-181-0/+29
| * | | | | | | | | | | [feature/soft-delete] Remove the "Deleted by" message when restoring a postJoas Schilling2012-12-102-1/+10
| * | | | | | | | | | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-10345-2051/+4795
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [feature/soft-delete] Use a beautiful recycle icon for softdeleted topicsJoas Schilling2012-11-102-1/+1
| * | | | | | | | | | | | [feature/soft-delete] Link to delete_topics module when the topic is deletedJoas Schilling2012-11-105-10/+11
| * | | | | | | | | | | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-1017-51/+50
| * | | | | | | | | | | | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-0921-71/+76
| * | | | | | | | | | | | [feature/soft-delete] Display soft deleted icon on search.phpJoas Schilling2012-11-091-1/+1