Changes

Jump to: navigation, search

Rollover for the manual

11 bytes added, 22:13, 22 December 2014
no edit summary
Finally, if you want to set all the previous version pages to be protected, so only sysop mediawiki users are able to make changes (so all changes will be forced into the next set of pages...), you can use a series of sql statements in the form:
<pre>
UPDATE `grampswiki2`.`page` SET `page_restrictions` = 0x656469743d7379736f703a6d6f76653d7379736f70 WHERE `page`.`page_title` ='Title_of_the_page_in_the_wiki' collate utf8_unicode_ci LIMIT 1;
</pre>
(You'll need to replace the spaces in the page title with underscores...)

Navigation menu