Commit Graph

59 Commits

Author SHA1 Message Date
904f90c9f7 Fix __NOAUTOLINKS__ magic word.
- Fix: __NOAUTOLINKS__ magic word would not be respected when saving an edited page.

Closes #11.
2016-11-22 22:03:15 +01:00
c67a428dde Fix PHP namespace errors. 2016-11-09 22:45:44 +01:00
feda14e833 Fix namespaces support. 2016-11-09 22:40:28 +01:00
4ff5d7aadf Remove conflict markers from LinkTitles_Special.php
- FIX: Prevent syntax error when accessing special page.

Closes #9.
2016-11-08 06:10:33 +01:00
03d7b0467c Remove u flag from regexes.
- FIX: Prevent unicode compilation errors.

Closes #5.
2016-11-05 07:36:58 +01:00
f9030dd7b1 Prevent crash on saving page with quote character.
- FIX: Prevent a crash when trying to save a page whose title contains a quote character.

Closes #8.
2016-11-05 07:31:18 +01:00
a19fccf14a Merge branch 'namespaces' of https://github.com/c0nnex/LinkTitles into c0nnex-namespaces 2016-08-25 14:48:40 +02:00
f04f07722a Respect $wgLinkTitlesParseOnEdit and $wgLinkTitlesParseOnRender. 2016-06-08 23:09:16 +02:00
c88ce848e8 Adjust to fit MediaWiki 1.25+ extension format.
- NEW: Use the new extension format introduced by MediaWiki 1.25; the extension will no longer run with older MediaWiki versions.
2016-06-06 23:30:04 +02:00