Commit Graph

13 Commits

Author SHA1 Message Date
124e92aafd * Fixed linking in Namespace pages
* added paramters to cli interface
  --page={pagename}   only process that page
  --log : show some output about the process
  --debug : show debug output in cli
* changed pagecount on SpecialPage to use COUNT instead of selecting all rows
2015-10-02 02:35:47 +02:00
5e58bc0dfc Added namepsace-support to cli and specialpage 2015-09-30 02:48:10 +02:00
330bc33cef Fix SpecialPage::process signature. 2014-06-11 11:58:39 +02:00
600b545477 Use typed parameters in functions. 2014-06-11 06:17:48 +02:00
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
1542901551 Complete documentation of source code. 2014-06-05 22:41:09 +02:00
6098342be3 Add start index option to CLI script. 2014-06-03 22:50:14 +02:00
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
ffb8daa1ad Remove superfluous variable; comment code. 2014-06-03 18:28:25 +02:00
5bdb6cc773 Add license info to SpecialLinkTitles.php. 2014-06-03 18:16:20 +02:00
3e850f2781 Implement access restriction for special page. 2014-06-03 16:50:57 +02:00
6f25d469ed Show statistics when finished. 2014-06-03 16:40:37 +02:00
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