Commit Graph

424 Commits

Author SHA1 Message Date
ab8ecc2b0b Merge branch 'release-4.0.0' into develop 2016-11-05 10:28:03 +01:00
686005d2cc Merge branch 'master' of github.com:bovender/LinkTitles 2016-11-05 08:27:05 +01:00
010dfbc54b Merge branch 'release-4.0.0' 2016-11-05 08:26:29 +01:00
eef36d7cc4 Write news. 2016-11-05 08:26:25 +01:00
cb218ca9ae Write documentation. 2016-11-05 08:26:18 +01:00
550df13947 Update readme and extension.json for namespaces support.
- NEW: Support namespaces.
2016-11-05 08:24:58 +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
95407cb41a Add contributing info to readme. 2016-11-05 07:21:57 +01:00
0878047780 Fix comma in extension.json. 2016-08-25 14:55:48 +02:00
65e883ba61 Merge branch 'c0nnex-namespaces' into develop 2016-08-25 14:48:57 +02:00
a19fccf14a Merge branch 'namespaces' of https://github.com/c0nnex/LinkTitles into c0nnex-namespaces 2016-08-25 14:48:40 +02:00
9b34b450e9 Merge branch 'develop' of github.com:bovender/LinkTitles into develop 2016-06-08 23:09:32 +02:00
f04f07722a Respect $wgLinkTitlesParseOnEdit and $wgLinkTitlesParseOnRender. 2016-06-08 23:09:16 +02:00
17456d1665 Fix typo in de.json. 2016-06-07 00:42:24 +02:00
9d39defcd8 Merge branch 'mediawiki-1.25' into develop 2016-06-06 23:44:23 +02:00
f9b308ffe0 Write documentation. 2016-06-06 23:44:07 +02:00
bb86941682 Fix maintenance script. 2016-06-06 23:40:00 +02:00
a30c7030d7 Update README_DOC.md. 2016-06-06 23:39:46 +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
d0c6716346 Use S flag in regular expressions. 2016-06-06 06:33:01 +02:00
f8701986b1 Add Beerpay badge 2016-05-26 01:08:57 +02:00
085a4032f0 Fixed error because of global missing 2015-10-09 17:22:30 +02:00
dca10de21f Fixed Hooks only to process pags in wanted namespaces. Fixes ugly autolinking in Sidebar and breaking imagepages 2015-10-02 02:44:42 +02:00
124e92aafd * Fixed linking in Namespace pages
* added paramters to cli interface
  --page={pagename}   only process that page
  --log : show some output about the process
  --debug : show debug output in cli
* changed pagecount on SpecialPage to use COUNT instead of selecting all rows
2015-10-02 02:35:47 +02:00
70c679f757 Debug Namespace clutches 2015-10-01 04:57:40 +02:00
40c1e73818 Namspeces 2 2015-10-01 04:04:55 +02:00
d7464ac995 NS Check 1 2015-10-01 03:40:16 +02:00
5e58bc0dfc Added namepsace-support to cli and specialpage 2015-09-30 02:48:10 +02:00
c75fe391ce Made debug logging private (explicit turn on). Final 2015-09-30 02:28:01 +02:00
b18350efdd Fix 7 2015-09-30 02:25:05 +02:00
70f4d87bf7 Fix 6 2015-09-30 02:23:34 +02:00
1b8ef249b6 Fix 4 2015-09-30 02:18:53 +02:00
bed28dd61c Fix 3 2015-09-30 02:15:26 +02:00
8d3ccce48c Fix 2 2015-09-30 02:05:09 +02:00
1c6692d9d0 Fix 1 2015-09-30 02:00:03 +02:00
1e155be6c6 Added Namespace support 2015-09-30 01:52:17 +02:00
4c3c5e4931 Revert "Added Namespace support"
This reverts commit a9840b77e8.
2015-09-30 01:50:19 +02:00
a9840b77e8 Added Namespace support 2015-09-30 01:47:51 +02:00
15ec073600 Properly quote Flattr button title. 2015-04-19 14:43:44 +02:00
b2132aa3e0 Fix Flattr button URL. 2015-04-19 12:54:08 +02:00
050ee5a7d5 Add Flattr button. 2015-04-19 11:48:57 +02:00
e850f3e367 Cache delimiters used in regular expressions.
- CHANGE: Improve performance.
2015-02-28 14:24:12 +01:00
c8ae7f8143 Modify release script to not commit stuff. 2015-02-05 20:47:24 +01:00
8492b9d921 Merge branch 'release-3.1.0' into develop 2015-02-05 20:45:54 +01:00
56fcac9093 Merge branch 'release-3.1.0' 2015-02-05 20:45:32 +01:00
1182893a94 Update docs for version 3.1.0. 2015-02-05 20:44:58 +01:00
c0972a63bb --amend 2015-02-05 20:40:56 +01:00
650ffecdcf Version 3.1.0 information. 2015-02-05 20:36:35 +01:00
5314331e5f Do not link inside <file>...</file> tags.
- IMPROVEMENT: Do not link inside <file>...</file> tags.
2015-02-05 20:30:48 +01:00