First working version of batch processing.

Added SpecialLinkTitles special page. This page is not secured yet, anybody
may call it an start automatic parsing of every page in the wiki!
This commit is contained in:
Daniel Kraus
2014-06-03 14:29:53 +02:00
parent 256f905c69
commit 0c9bbe0d0c
3 changed files with 224 additions and 0 deletions

View File

@ -5,6 +5,7 @@
$messages = array();
$messages['en'] = array(
'linktitles' => 'LinkTitles',
'linktitles-desc' => 'Automatically adds links to existing pages whenever a page is saved.',
);