Daniel Kraus
1cafdc4b1a
Use WikiPage::doQuickEditContent for speed up batch.
...
WikiPage::doEditContent was extremely slow, because it updated link tables
etc. For batch processing, we now use WikiPage::doQuickEditContent, which is
considerably faster.
2014-06-10 16:45:23 +02:00
Daniel Kraus
1542901551
Complete documentation of source code.
2014-06-05 22:41:09 +02:00
Daniel Kraus
6098342be3
Add start index option to CLI script.
2014-06-03 22:50:14 +02:00
Daniel Kraus
b32d48bdc9
Move the page processing function to LinkTitles class.
...
A public static function was created to DRY things up.
2014-06-03 18:52:04 +02:00
Daniel Kraus
ffb8daa1ad
Remove superfluous variable; comment code.
2014-06-03 18:28:25 +02:00
Daniel Kraus
5bdb6cc773
Add license info to SpecialLinkTitles.php.
2014-06-03 18:16:20 +02:00
Daniel Kraus
3e850f2781
Implement access restriction for special page.
2014-06-03 16:50:57 +02:00
Daniel Kraus
6f25d469ed
Show statistics when finished.
2014-06-03 16:40:37 +02:00
Daniel Kraus
0c9bbe0d0c
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!
2014-06-03 14:29:53 +02:00