[06:10:00] How do I permanently delete pages in MediaWiki so they cannot be restored. This page can be restore as an example -- I don't want this to appear: https://directory.fsf.org/wiki?title=CookieSwap&action=edit&redlink=1 that reads "Warning: You are recreating a page that was previously deleted." "(view/restore)" [06:11:26] David_Hedlund: https://www.mediawiki.org/wiki/Manual:NukePage.php [06:12:37] legoktm: Thanks. [06:12:56] :) [06:18:55] Found /var/www/w/maintenance/nukePage.php [06:24:20] yep! [07:04:43] legoktm: php nukePage.php CookieSwap --delete -- 1 inactive items found. Deleting...done. Updating site stats...done. [07:05:02] legoktm: But https://directory.fsf.org/wiki?title=CookieSwap&action=edit&redlink=1 still reads "Warning: You are recreating a page that was previously deleted." "(view/restore)" [07:06:17] David_Hedlund: hm, are there actually revisions to undelete? [07:08:03] legoktm: Yes, there's one revision in https://directory.fsf.org/wiki?title=CookieSwap&action=edit&redlink=1 -- please look at it. [07:12:06] David_Hedlund: a log entry you mean? [07:12:06] > 12:19, 25 May 2018 Tedt (talk | contribs) deleted page CookieSwap (nothing in it) [07:12:15] legoktm: Yes. [07:12:18] you could delete that log entry out of the database manually I guess [07:12:32] why exactly do you want to hide this warning? [07:15:18] legoktm: We don't want people to restore pages for Firefox legacy add-ons that we have deleted. [07:15:44] you know you can prevent pages from being created using protection? [07:16:48] legoktm: Yes, but we don't want anyone to restore them (including admins). [07:17:52] legoktm: Are there no maintenance script to delete the log entry? [07:18:01] For a delete page. [07:18:42] Not really, MediaWiki isn't designed to delete data irrevocably [07:20:16] David_Hedlund: fwiw, you can create protection levels on top of administrator...but if you can't trust your admins I think you'll have other problems [07:22:23] legoktm: nukePage.php deletes pages irrevocably -- it removes the deletion log, but not for pages that already have been deleted. [07:22:40] legoktm: Isn't that a bug? [07:24:59] maybe? [07:25:41] legoktm: I'll file a bug report. [07:37:57] legoktm: That was fast. [07:38:25] I saw it go by in the IRC feed :) [07:39:16] legoktm: Which IRC feed? [07:39:34] #wikimedia-dev [07:39:41] legoktm: Ah =) [13:08:16] Hi ,The input box addon supports preloadparams[]=, but how can I make the preloadparams[]= the text given inside the inputbox? [17:46:31] hi, there is option to add\control the indexing of cargo tables? [17:47:54] plus, when setting debuglog, there is no time for each lime :S ($wgDebugLogFile = "/var/log/mediawiki/debug-{$wgDBname}.log";) [17:59:49] niso: For Cargo related questions you'll probably get more help in #semantic-mediawiki rather than here. It's not so much of a widely used extension [18:26:21] Is it possible to disable the auto-link feature in CKEditor (or MediaWiki itself) ? [18:28:10] MW itself doesn't have an auto link feature fwiw [18:30:53] I can't see anything in the extensions config though :( [19:54:41] Hi ,The input box addon supports preloadparams[]=, but how can I make the preloadparams[]= "the text given inside the inputbox"? [20:26:14] I guess it can't be done.