Commit graph

19 commits

Author SHA1 Message Date
Siebrand Mazeland b3fbfde9bd * Remove $wgExtensionCredits['description'] where $wgExtensionCredits['descriptionmsg'] present. This feature was introduced in MediaWiki 1.12, and 'description' is not used if 'descriptionmsg' is present.
* Random indentation updates and trailing whitespace removed
2010-02-22 23:41:51 +00:00
Chad Horohoe fd1e4575e0 Nuking fallback code for MW < 1.12 in most extensions (there's like 5 or 6 left I haven't done). Couple of points:
* 1.11 and below aren't supported anymore, so we don't need to be maintaining back-compat code for it anymore. This is why we branch extensions
* The vast majority of these were using $wgParser. This defeats the purpose of ParserFirstCallInit...allowing you to use parsers other than $wgParser. All these extensions now work in any instance of the Parser, not just $wgParser
2009-09-04 22:22:12 +00:00
Tim Starling c526223fad Patches for bugs 20490 and 20491 by Juliano F. Ravasi (improper use of the ParserFirstCallInit hook). If we want to drop support for 1.11, that can be done in a subsequent commit. 2009-09-04 01:05:04 +00:00
Shinjiman c8983489ae Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version 2009-04-27 03:53:32 +00:00
Chad Horohoe 58af8af3c3 Big commit. Removing svn-version and svn-date from extensions. Per the list, these versions do not give valuable information and are often wildly inaccurate. 2009-03-26 17:39:49 +00:00
Brion Vibber 0a5773e396 Update a bunch of extensions to avoid unstubbing $wgParser early for setHook() on current MW versions. 2008-06-06 20:38:04 +00:00
Tim Starling cc2737c87c Don't call preg_replace ~80 times per request. Leave the heavy lifting to Special:Version, using the new svn-revision member of $wgExtensionCredits. 2008-05-06 11:59:58 +00:00
Siebrand Mazeland c3c84f6a12 * add svn:keywords 'LastChangedDate'
* replace text 'version' in ExtensionCredits with version based on 'LastChangedDate' for automatic version updating
2008-02-27 14:13:10 +00:00
Raimond Spekking e9b010416a Add 'descriptionmsg' for Special:Version 2008-02-08 08:00:31 +00:00
Siebrand Mazeland 51fe46fae7 * use wfLoadExtensionMessages for ImageMap
* Delay message loading
* add version in extension credits
* update Translate extension
2008-01-11 08:41:57 +00:00
Siebrand Mazeland ed1d88a68f revert r28340, r28343 to r28349, r28351, r28364 2007-12-16 18:38:50 +00:00
Siebrand Mazeland fcdb2c1f25 * complete $wgExtensionCredits
* remove trailing whitespace
2007-12-10 19:11:40 +00:00
Siebrand Mazeland 18173e672f * complete $wgExtensionCredits
* remove trailing whitespace
2007-12-10 12:54:49 +00:00
Aryeh Gregor 8e63292a31 Extensions too! 2007-06-29 01:36:09 +00:00
Tim Starling 629b3a6b0b Removed $wgImageMapAllowExternalLinks, feature enabled unconditionally. Not sure why you wouldn't want that. 2007-06-23 11:01:10 +00:00
Raimond Spekking b14e121c4e * Changing $wgImageMapAllowExternLink -> $wgImageMapAllowExternalLinks
per hint of Rob Church at wikitech-l
* ooops, not every ImageMap use external links...
2007-04-19 06:00:19 +00:00
Raimond Spekking eaa7c09110 * (bug 8746) Support for external links
$wgImageMapAllowExternLink = false per default -> no risk for WMF live sites
2007-04-18 09:14:41 +00:00
Ivan Lanin 83b060dde0 Add descriptions and urls (if available) for 4 extensions used in Wikipedia:
* ConfirmEdit
* EasyTimeline
* ImageMap
* OAIRepository
2007-01-11 05:36:48 +00:00
Tim Starling b60e7d8680 HTML image map extension. Not quite complete, but usable as it is. 2006-11-01 06:34:42 +00:00