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
71713f6f23
Update Target.php
2023-12-27 23:59:32 +00:00
39ad6aa3a2
Update Target.php
2023-12-27 23:52:36 +00:00
4fc414be8b
Update Target.php
2023-12-22 17:04:58 +00:00
ffaf50cdd9
Update Target.php
2023-11-29 13:39:06 -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
29dcd69787
Fixed issue #63 : when linking to a category, needs to prefix with a colon
2022-06-27 19:45:18 +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
1c79deb7dd
Fix change in magic words API for mediawiki 1.35 part 2 ( #54 )
2021-03-30 21:14:45 +02: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
d34b2090c0
Harden test for redirects.
...
- Fix: Do not crash when testing redirect target on empty page.
2017-09-03 09:35:11 +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
352add204f
Prefix links with namespace if needed.
...
- Fix: Links to other namespaces were not prefixed properly.
2017-08-31 13:52:57 +02:00
1ba5a7b799
Fix bug with non-latin languages.
...
- Fix: When $wgCapitalLinks was true, the extension would not work with non-latin languages.
Closes #7 .
2017-08-29 06:08:30 +02:00
04aa26d6a2
Add linker tests, fix firstOnly behavior.
...
- Fix: The firstOnly option finally also works if a page contains a link to a given other page that was not currently added by the extension, i.e. that existed prior to an edit or that was manually added.
Closes #12 .
2017-08-29 05:42:49 +02:00
38284b11a1
Rename maintenance script.
2017-08-27 22:53:01 +02:00
3f2141e6c7
Add Target unit test.
2017-08-27 22:25:22 +02:00
35b174771e
Refactor Linker class, add Target class.
2017-08-27 22:18:22 +02:00