aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [ticket/9657] Check for post visibility when searching with SphinxJoas Schilling2013-03-142-2/+13
| * | | | | | [ticket/9657] Correctly determine the users permissions when deleting postsJoas Schilling2013-03-121-5/+12
| * | | | | | [ticket/9657] Remove AJAX from delete button and approval/restore formJoas Schilling2013-03-122-14/+2
| * | | | | | [ticket/9657] Add note about post being soft deleted in subsilver2Joas Schilling2013-03-121-1/+6
| * | | | | | [ticket/9657] Fix typo in subsilver2 conditionJoas Schilling2013-03-121-1/+1
| * | | | | | [ticket/9657] Provide option to restore post in mcp_postJoas Schilling2013-03-121-1/+12
| * | | | | | [ticket/9657] Populate data about post's delete status in mcp_postJoas Schilling2013-03-121-0/+31
| * | | | | | [ticket/9657] Fix some more subsilver2Joas Schilling2013-03-126-17/+87
| * | | | | | [ticket/9657] Fix some minor issues in prosilverJoas Schilling2013-03-123-7/+7
| * | | | | | [ticket/9657] Finish subsilver2 viewforum and viewtopicJoas Schilling2013-03-128-14/+51
| * | | | | | [ticket/9657] Fix softdelete for subsilver2 - part1Joas Schilling2013-03-117-7/+49
| * | | | | | [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-0725-21/+562
| |\ \ \ \ \ \
| * | | | | | | [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] Fix unit tests missing global container.Joas Schilling2013-03-061-1/+4
| * | | | | | | [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-05102-2154/+6894
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [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-03281-5875/+19064
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [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-20297-1969/+7664
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [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