Commit Graph

399 Commits

Author SHA1 Message Date
05d77684c2 Introduce smart mode ($wgLinkTitlesSmartmode).
Smart mode generates aliases for page titles if a case mismatch is
detected.
2013-01-29 21:17:21 +01:00
a448b8632b Generate aliases for case-mismatched page titles.
If a page title does has a different case than an occurrence of the same
word(s) on the page that is being edited, the extension will now
automatically generate 'piped' links such as [[Linking titles|Linking
Titles]].
2013-01-26 18:44:45 +01:00
455f333c28 Add option $wgLinkTitlesIgnoreCase to enable case-sensitive linking of page titles. 2013-01-22 16:11:25 +01:00
a269b906b0 Merge branch 'master' of github.com:bovender/LinkTitles 2012-12-31 12:54:50 +01:00
77c5840199 Fix bug that could prevent linking when $wgLinkTitlesFirstOnly was set to true. 2012-12-31 12:54:15 +01:00
b7b7ba4542 Fix bug that could prevent linking when was set to true. 2012-12-31 12:47:56 +01:00
5f82daad6a Added two options to restrict linking to whole words. 2012-12-22 17:15:29 +01:00
a2850bb318 Introduce new option to link only the first occurrence of a title on a page. 2012-12-11 16:37:06 +01:00
44c4315857 Merge branch 'master' of github.com:bovender/LinkTitles 2012-10-09 19:59:09 +02:00
2391bd84b3 Release 1.4.0. 2012-10-09 19:58:41 +02:00
e2de28268d Release 1.4.0. 2012-10-09 19:41:17 +02:00
55e6f01b5f Add new option to skip parsing of templates. 2012-10-09 19:40:33 +02:00
e082931a98 Release 1.3.2 2012-10-05 18:32:09 +02:00
b704c3187e Fix incorrect handling of PreferShortTitles option. 2012-10-05 18:31:35 +02:00
38a7cd2e16 Release 1.3.1. 2012-10-05 18:03:54 +02:00
487b91b016 Fix typo in regexp that prevented proper functioning. 2012-10-05 18:02:16 +02:00
c445ba49ad Merge branch 'master' of github.com:bovender/LinkTitles 2012-09-15 10:33:04 +02:00
b4ffd15a01 Release 1.3.0 2012-09-15 10:32:19 +02:00
a482c370c6 Release 1.3.0 2012-09-15 10:30:36 +02:00
084450d00a 1.3.0: Don't link template names. 2012-09-15 10:29:45 +02:00
a0d1a03c9e Release 1.2.1 2012-07-19 09:31:57 +02:00
0ea48f1403 Turn off debug mode. 2012-07-19 09:31:13 +02:00
dfa60db64a Release 1.2.0 2012-07-19 09:22:12 +02:00
c4fbcda676 Implement black list option. 2012-07-19 09:19:12 +02:00
cc1dae2ad3 Stop parsing urls and e-mail addresses. 2012-05-30 14:03:58 +02:00
8d8c47356d Release 1.0.0 2012-05-22 19:02:34 +02:00
c12578ed92 Implement option to not parse headings 2012-05-22 18:59:22 +02:00
30586d3446 Fix parsing on page viewing only 2012-05-21 19:09:28 +02:00
1175328eba Add options to parse on editing or rendering a page. 2012-05-21 18:29:28 +02:00
2ede5c1804 release 0.0.7 2012-05-20 17:25:39 +02:00
36bc157055 Fix version information 2012-05-20 17:24:43 +02:00
dc0aa10cff release 0.0.6 2012-05-20 17:23:27 +02:00
5d3413f8e7 Fix bug with minimum title length 2012-05-20 17:22:49 +02:00
1ec072e265 release 0.0.5 2012-05-20 17:19:50 +02:00
be1a02678d Add option 2012-05-20 17:19:15 +02:00
4e3d31981c Implement PreferShortTitles option 2012-05-20 17:00:46 +02:00
8ea8da6100 Use alternative algorithm to catch all occurrences of a title 2012-05-20 16:50:25 +02:00
8a7a44c858 Only use abbreviated tag name in generated archive 2012-05-20 15:11:22 +02:00
dee2149532 Only look for titles from normal pages (namespace = 0) 2012-05-20 15:02:57 +02:00
b0b30000c1 Do not throw an error if something goes wrong. 2012-05-20 14:53:04 +02:00
b3c9afea70 Release 0.0.2 2012-05-20 14:41:49 +02:00
602831acc1 Fix inadvertent page deletions; prevent self references 2012-05-20 14:41:07 +02:00
1dbc4b864f Fix URL in readme file. 2012-05-20 13:39:15 +02:00
b36f5bb1dd Automating tar ball creation 2012-05-20 13:38:17 +02:00
20e5a284cf Fix internationalization 2012-05-20 13:14:12 +02:00
e8deb00d7c Fix tokens in i18n file. 2012-05-20 12:59:32 +02:00
142c71e723 First working version. 2012-05-20 12:58:29 +02:00
13238548fb Try to get internal API calls to work 2012-05-19 16:21:20 +02:00
cc6cbd19ad Initial commit 2012-05-19 03:56:27 -07:00