Commit Graph

14 Commits

Author SHA1 Message Date
d992823cf4 Update copyright year. 2022-03-13 11:42:37 +01:00
33bbfdef5c Update copyright year. 2021-04-06 21:16:03 +02:00
a2a63e2d29 Write news, update year. 2018-06-20 20:40:27 +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
b879fd409d Fix regex for existing link detection.
- Fix: Detection of existing links had a bug.
2017-09-03 09:33:38 +02:00
96bce45172 Do not use the reserved word default as function name. 2017-09-01 05:39:51 +02:00
256feb50d9 Add Source class, refactor. 2017-08-31 20:37:49 +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
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
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
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