|
c56a6850a2
|
Updated to work with new MediaWiki\Title\Title in 1.44
|
2025-07-10 12:51:31 +02:00 |
|
|
e4432c18b2
|
Replace deprecated wfGetDB
Prevents
PHP Deprecated: Use of wfGetDB was deprecated in MediaWiki 1.39
when running update.php
Compatible with MW 1.35.0
|
2025-03-05 20:07:45 +13:00 |
|
|
8df3cd689c
|
Fix https://github.com/neayi/tripleperformance/issues/417
|
2024-11-21 11:11:57 +01:00 |
|
|
5e6702f47a
|
Update copyright year.
|
2024-01-05 07:56:56 +01:00 |
|
|
30ef824308
|
Fix deprecated string interpolation.
Fixes https://www.mediawiki.org/wiki/Topic:Xwfopidoqfv9r291
|
2024-01-04 08:02:59 +01:00 |
|
|
71713f6f23
|
Update Target.php
|
2023-12-27 23:59:32 +00:00 |
|
|
39ad6aa3a2
|
Update Target.php
|
2023-12-27 23:52:36 +00:00 |
|
|
0bbad64680
|
Update Source.php
|
2023-12-27 23:51:01 +00:00 |
|
|
b5e4e0758c
|
Fix duplicate getPage functions in Source
Causing a fatal.
|
2023-12-27 23:44:13 +00:00 |
|
|
4fc414be8b
|
Update Target.php
|
2023-12-22 17:04:58 +00:00 |
|
|
2a1e3a05e9
|
Update Source.php
|
2023-12-22 17:02:54 +00:00 |
|
|
ffaf50cdd9
|
Update Target.php
|
2023-11-29 13:39:06 -05:00 |
|
|
733b0e967d
|
Update Source.php
|
2023-11-29 13:35:51 -05:00 |
|
|
503fdfbbbf
|
Update Target.php
|
2023-11-29 13:34:42 -05:00 |
|
|
db42a48c07
|
Fix "Call to undefined method WikiPage::factory()"
|
2023-11-29 13:34:10 -05:00 |
|
|
c9af0dc860
|
Fix "Call to undefined method WikiPage::factory()"
|
2023-11-28 21:40:46 -05:00 |
|
|
b202254a12
|
Merge pull request #65 from neayi/bug-63-fixed-links-for-categories
Fixed issue #63: when linking to a category, needs to prefix with a colon
|
2022-07-27 11:16:40 +02:00 |
|
|
29dcd69787
|
Fixed issue #63: when linking to a category, needs to prefix with a colon
|
2022-06-27 19:45:18 +02: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 |
|
|
4e868e3669
|
Exclude stuff betweeen input and select tags.
Addresses #58 to prevent LinkTitles from interfering with the
PageForms extension. Needs testing.
|
2022-01-12 07:15:40 +01:00 |
|
|
584c330eec
|
Fix typo in message designator.
|
2021-05-08 15:08:28 +02:00 |
|
|
96bdd0ad23
|
Prevent division by zero.
Closes #55.
|
2021-05-08 15:06:55 +02:00 |
|
|
33bbfdef5c
|
Update copyright year.
|
2021-04-06 21:16:03 +02:00 |
|
|
1caa06a041
|
Merge pull request #53 from paladox/patch-1
Replace PageContentSave with MultiContentSave
|
2021-04-06 20:26:47 +02:00 |
|
|
06a42f90a8
|
added "data-sort-value" to ignored HTML attributes
|
2021-03-31 22:07:09 +02:00 |
|
|
1c79deb7dd
|
Fix change in magic words API for mediawiki 1.35 part 2 (#54)
|
2021-03-30 21:14:45 +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 |
|
|
ab97174283
|
Fix MediaWiki 1.35 support
|
2020-11-08 05:53:31 +01:00 |
|
|
ee4386a8c9
|
DB_SLAVE -> DB_REPLICA (#44)
* --amend
* Add Beerpay badge
* Remove beerpay badge.
* Remove erroneous release folder from master branch.
* DB_SLAVE -> DB_REPLICA
DB_SLAVE has been removed under 1.34 thus throws an exception.
* Update Targets.php
* Update linktitles-cli.php
* Update Special.php
|
2019-12-18 21:25:35 +01:00 |
|
|
ceeca98964
|
Fix undefined $config
|
2019-03-12 10:32:42 +01:00 |
|
|
7a69e87a8d
|
Fix handling of target titles with numbers.
- Fix: Improve handling of page titles that start or end with numbers.
|
2018-06-27 21:31:16 +02:00 |
|
|
a2a63e2d29
|
Write news, update year.
|
2018-06-20 20:40:27 +02:00 |
|
|
d9360be630
|
Include attributes in <syntaxhighlight>
|
2018-06-03 13:14:01 +02:00 |
|
|
d80500176b
|
Add syntaxhiglight to tags excluded from splitter
This should prevent code blocks from getting auto-linked.
|
2018-06-03 13:14:01 +02:00 |
|
|
9f1c5a655e
|
Substitute other CHAR_LENGTH occurrence.
Addresses #35.
|
2017-10-17 19:59:45 +02:00 |
|
|
9244518b26
|
Use different query for SQLite databases.
- Fix: Avoid errors with SQLite database.
Closes #35.
|
2017-10-16 20:16:33 +02:00 |
|
|
7c1563e82a
|
Fix counting actual new links.
- Fix: Many pages would not be linked.
|
2017-09-23 07:16:28 +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 |
|
|
a78a782f04
|
Fix detection of span and div elements without attributes.
- Fix: Better detection of <span> and <div> elements that do not have attributes.
|
2017-09-05 08:58:04 +02:00 |
|