Re: [MediaWiki-l] Delete MediaWiki logs

2019-03-01 Thread Brian Wolff
Doesn't delete it totally, but there is a "suppress"/revdelete feature where you can hide log entries from most users. Just add: $wgGroupPermissions['sysop']['deletelogentry'] = true; to bottom of LocalSettings.php and admins should be able to "delete" log entries. See

Re: [MediaWiki-l] Delete MediaWiki logs

2019-03-01 Thread Bryan Hilderbrand
There's probably a better way, but could you find the *log_id* you want in the database in the *logging* table and then use the following: *DELETE from logging where job_id='###';* Not 100% sure this is the log you are looking for though? ~Bryan On Fri, Mar 1, 2019 at 3:59 AM Krabina Bernhard

[MediaWiki-l] Delete MediaWiki logs

2019-03-01 Thread Krabina Bernhard
Hi, I cannot find an answer to the question how I can delete MediaWiki logs. deleteArchivedRevisions.php is great for deleting the revision itself, so it can no longer be used. But still, the entries in the deletion log show up. So I want to delete either single entries in the deletion log