aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [ticket/9657] Fix english language :(Joas Schilling2013-07-112-2/+2
| * | | | | | | [ticket/9657] Notifications do not require emails or jabber anymoreJoas Schilling2013-07-111-2/+2
| * | | | | | | [ticket/9657] Add type hints for classesJoas Schilling2013-07-112-2/+2
| * | | | | | | [ticket/9657] Remove sql_visibility as it is always non-emptyJoas Schilling2013-07-116-35/+15
| * | | | | | | [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-1119-63/+102
| * | | | | | | [ticket/9657] Make content visibility a service and inject everythingJoas Schilling2013-07-113-94/+146
| * | | | | | | [ticket/9657] Add new line after opening diffJoas Schilling2013-07-111-2/+4
| * | | | | | | [ticket/9657] Fix labels on confirm_delete_body.htmlJoas Schilling2013-07-111-3/+3
| * | | | | | | [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-11276-5400/+8398
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | [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-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