Commit Graph

297 Commits

Author SHA1 Message Date
f2633fa78e Merge branch 'release-5.0.6' into develop 2018-06-20 20:42:11 +02:00
a2a63e2d29 Write news, update year. 2018-06-20 20:40:27 +02:00
f2e2aa6ee0 Bump version number. 2018-06-20 20:32:37 +02:00
4ce2cbd5eb Update list of contributors.
- Fix: Do not link inside `<syntaxhighlight></syntaxhighlight>` tags.
2018-06-20 20:27:50 +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
665805618d Remove erroneous release folder from master branch. 2018-06-03 13:14:01 +02:00
8eb78054c0 Remove beerpay badge. 2018-06-03 13:14:01 +02:00
8978eb00fc Add Beerpay badge 2018-06-03 13:14:01 +02:00
c1f31cb058 --amend 2018-06-03 13:14:01 +02:00
304636e728 Merge branch 'release-5.0.5' into develop 2017-10-17 21:04:37 +02:00
03f99fd9ff Prepare release 5.0.5. 2017-10-17 21:03:46 +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
f1df4e29f0 Merge branch 'release-5.0.4' into develop 2017-09-23 07:20:28 +02:00
aa713a9501 Prepare release 5.0.4. 2017-09-23 07:19:31 +02:00
7c1563e82a Fix counting actual new links.
- Fix: Many pages would not be linked.
2017-09-23 07:16:28 +02:00
f5c1605fe7 Git-ignore release folder.
See #30.
2017-09-22 11:45:21 +02:00
8fde84f667 Merge branch 'release-5.0.3' into develop 2017-09-06 22:34:13 +02:00
7bf2883b78 Prepare release 5.0.3. 2017-09-06 22:33:41 +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
c99ec87b87 Unit tests for parseOnRender. 2017-09-06 13:00:27 +02:00
2fc921249f Fix <autolinks> tag.
- Fix: <autolinks> tag was broken.
2017-09-06 13:00:06 +02:00
9a94b8ba7c Merge branch 'release-5.0.2' into develop 2017-09-05 13:31:24 +02:00
307e5f79a8 Prepare release 5.0.2. 2017-09-05 13:28:58 +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
3382336a45 Add tests for headings. 2017-09-04 20:24:23 +02:00
0f0105ee47 Fix typos in README. 2017-09-04 20:23:35 +02:00
0973264fd0 Merge branch 'release-5.0.1' into develop 2017-09-03 20:05:46 +02:00
012817eb92 Prepare release 5.0.1. 2017-09-03 20:04:59 +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
a0449eaf6d Fix special page I18N. 2017-09-03 19:53:03 +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
34715f9dc8 Test namespace handling. 2017-09-03 13:02:13 +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
95bd9e0cbc Correct default value for minimum title length. 2017-09-03 09:34:11 +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
b877821bce Merge branch 'release-5.0.0' into develop 2017-09-01 05:47:25 +02:00
608355a514 Prepare release v5.0.0. 2017-09-01 05:40:21 +02:00
96bce45172 Do not use the reserved word default as function name. 2017-09-01 05:39:51 +02:00
ac15eb0f5d Readme for version 5. 2017-09-01 05:25:44 +02:00
067575f830 Work on README. 2017-08-31 22:03:02 +02:00
a461e19433 Fix CLI script to work with namespaces. 2017-08-31 21:24:23 +02:00
85e09b8f5d Fix special page for use with namespaces. 2017-08-31 21:13:58 +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
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
4a92321895 Fix namespace spelling. 2017-08-31 13:57:11 +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