52 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
8eb903e6ae Revert LinkTitlesFirstOnly to true and update README. 2025-01-30 18:06:28 +01:00
74217a2016 Fix whitespace. 2025-01-30 16:11:30 +01:00
3e9c9d8403 Change LinkTitlesFirstOnly to false.
This reflects the original default and ensures consistency with the default behavior as described in the README.
2025-01-30 16:10:08 +01:00
52204a92c2 Prepare release v8.1.2. 2024-11-25 07:27:35 +01:00
c5c142ebbf Bump version number. 2024-01-05 07:57:39 +01:00
c0e5396403 Update version information. 2022-03-13 12:25:20 +01:00
5bce7c4dd1 Prepare release v.8.0.1. 2021-05-08 15:10:16 +02:00
588b7d6eba Update version 8.0.0 information. 2021-04-06 21:35:59 +02:00
dde4ef9341 Update extension.json 2021-03-21 15:42:00 +00:00
37e5b79db0 Update extension.json 2021-03-21 00:11:18 +00:00
6cbe075bdb Update extension.json 2021-03-21 00:10:44 +00:00
315c4e04f2 Update extension.json 2021-03-20 23:28:11 +00:00
0cd8872d92 Update extension.json 2021-03-20 21:55:27 +00:00
ea7814207d Update extension.json 2020-11-08 05:53:31 +01:00
a267a0da2d Inform about MW 1.32+ compatibility. 2019-12-31 14:13:18 +01:00
bd7b6b1a03 Bump version, write docs and history. 2018-06-27 21:34:12 +02:00
f2e2aa6ee0 Bump version number. 2018-06-20 20:32:37 +02:00
03f99fd9ff Prepare release 5.0.5. 2017-10-17 21:03:46 +02:00
aa713a9501 Prepare release 5.0.4. 2017-09-23 07:19:31 +02:00
7bf2883b78 Prepare release 5.0.3. 2017-09-06 22:33:41 +02:00
307e5f79a8 Prepare release 5.0.2. 2017-09-05 13:28:58 +02:00
012817eb92 Prepare release 5.0.1. 2017-09-03 20:04:59 +02:00
608355a514 Prepare release v5.0.0. 2017-09-01 05:40:21 +02:00
b856d3487e Add $wgLinkTitlesSameNamespace option. 2017-08-31 20:53:18 +02:00
256feb50d9 Add Source class, refactor. 2017-08-31 20:37:49 +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
2c0eb6839b Revise Special class.
- Change: The $wgLinkTitlesBatchTimeLimit configuration variable was renamed to $wgLinkTitlesSpecialPageReloadAfter.
2017-08-27 23:06:50 +02:00
1e27f47750 Rename Delimiters to Splitter; add tests. 2017-08-27 22:32:49 +02:00
35b174771e Refactor Linker class, add Target class. 2017-08-27 22:18:22 +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
e4f3da3ab6 Rename LinkTitles_Special. 2017-08-26 21:15:28 +02:00
6c75eec1bb Rename LinkTitles_Magic file. 2017-08-26 21:08:55 +02:00
3f32077884 Refactor, add Targets class. 2017-08-26 20:35:25 +02:00
c484323a70 First working test. 2017-08-26 05:34:54 +02:00
5e821ef1a9 Prepare release. 2017-08-25 19:31:30 +02:00
2b5b1d4613 Add support for <noautolinks> tag.
- New: Mark sections that are not to be automatically linked with the new `<noautolinks>..</noautolinks>` tag.

Addresses #29.
2017-08-24 13:48:40 +02:00
fe8e009565 Bump version and write history. 2017-03-21 22:18:54 +01:00
debdfdda19 Bump version, write history, write docs. 2017-02-16 06:30:11 +01:00
f087efe9b2 Write history, write docs, bump version. 2017-01-02 13:48:10 +01:00
7cbe0cd89c Bump version, update contributors. 2016-12-28 12:55:12 +01:00
b7ccc95f41 Bump version, write history, write docs. 2016-12-14 22:21:53 +01:00
6c4db6df5a Bump version, write history. 2016-11-30 06:11:29 +01:00
aaef459d67 Bump version, write history. 2016-11-22 22:05:03 +01:00
d6a7f69c4d Bump version.
- FIX: Repaired severely broken namespaces support.
2016-11-09 22:48:49 +01:00
c1dc45da79 Bump version, write history, write docs. 2016-11-08 06:15:02 +01:00
550df13947 Update readme and extension.json for namespaces support.
- NEW: Support namespaces.
2016-11-05 08:24:58 +01:00
0878047780 Fix comma in extension.json. 2016-08-25 14:55:48 +02:00