32 Commits

Author SHA1 Message Date
c56a6850a2 Updated to work with new MediaWiki\Title\Title in 1.44 2025-07-10 12:51:31 +02:00
5e6702f47a Update copyright year. 2024-01-05 07:56:56 +01:00
c9af0dc860 Fix "Call to undefined method WikiPage::factory()" 2023-11-28 21:40:46 -05:00
66cc926a5d Fixed issue #60: replaced deprecated method doEditContent with PageUpdater::saveRevision 2022-06-27 19:24:56 +02:00
d992823cf4 Update copyright year. 2022-03-13 11:42:37 +01:00
33bbfdef5c Update copyright year. 2021-04-06 21:16:03 +02:00
3d834a1ed5 Update Extension.php 2021-03-21 00:19:00 +00:00
f8dbdefdec Update Extension.php 2021-03-21 00:17:56 +00:00
702c090ad3 Update Extension.php 2021-03-21 00:11:01 +00:00
8e8355117e Update Extension.php 2021-03-20 23:55:25 +00:00
80fd7d9803 Update Extension.php 2021-03-20 23:52:50 +00:00
a238b3c8ce Update Extension.php 2021-03-20 23:46:42 +00:00
095384e453 Update Extension.php 2021-03-20 23:27:43 +00:00
73eaefc78b Update Extension.php 2021-03-20 21:59:37 +00:00
440b2f55b1 Update Extension.php 2021-03-20 21:59:00 +00:00
1b097dddf3 Use MultiContentSave hook 2021-03-20 21:54:50 +00:00
a2a63e2d29 Write news, update year. 2018-06-20 20:40:27 +02:00
04c1be307b Fix <noautolinks> tag in parse-on-render mode.
- Fix: <noautolinks> tag did not work in parse-on-render mode.
2017-09-06 22:31:59 +02:00
2fc921249f Fix <autolinks> tag.
- Fix: <autolinks> tag was broken.
2017-09-06 13:00:06 +02:00
fa9d10bd63 Localize comment that is added by processPage.
- Improved: The comment that is added when pages are edited by the maintenance script can now be translated using a message.
2017-09-03 20:02:31 +02:00
2f76224ac0 Enable localization of special page.
- Improved: Special Page can now be translated using messages.
2017-09-03 14:24:28 +02:00
a461e19433 Fix CLI script to work with namespaces. 2017-08-31 21:24:23 +02:00
4c67935491 Parse contents of <noautolink> tags.
- Fix: Contents of <noautolink> tags are now properly parsed as Wiki text.

Closes #34.
2017-08-31 21:02:33 +02:00
256feb50d9 Add Source class, refactor. 2017-08-31 20:37:49 +02:00
6bf1d3f072 Change nameSpace to all lowercase everywhere.
Makes it consistent with MW's spelling of the term.
2017-08-31 13:56:42 +02:00
0d9e74d7e9 Refactor Extension class. 2017-08-27 23:09:38 +02:00
2c0eb6839b Revise Special class.
- Change: The $wgLinkTitlesBatchTimeLimit configuration variable was renamed to $wgLinkTitlesSpecialPageReloadAfter.
2017-08-27 23:06:50 +02:00
38284b11a1 Rename maintenance script. 2017-08-27 22:53:01 +02:00
5f7c96459d Make Linker class instantiable. 2017-08-27 10:42:10 +02:00
5fe5923bf7 Move processing to Linker class. 2017-08-26 22:12:50 +02:00
4d5554a74e Add Delimiters class. 2017-08-26 22:01:52 +02:00
51fe6b3910 Rename LinkTitles_Extension. 2017-08-26 21:16:18 +02:00