Commit graph

11 commits

Author SHA1 Message Date
Siebrand Mazeland f981fb1e67 Add $wgAvailableRights and message 'right-interwiki' 2008-05-29 18:38:56 +00:00
Tim Starling d847190318 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
Alexandre Emsenhuber 4848d4b2b0 Rewriting Interwiki extension:
* Moved SpecialInterwiki class to SpecialInterwiki_body.php, load it only when needed
* Use $wgSpecialPages to register the page, doesn't need to create an instance at each run of the wiki
* Rewritten urls, use action parameter instead of do
* Added action=edit, allow to modifiy a prefix without needing to delete and recreate it
* Killed hooks to register the new log, use directly $wgLog* variables
* Modified log recording system: don't hardcode action text, instead use message so that they can be translated depending of user language like other log messages, i used iw_ as prefix for actions, otherwise there'll a "undelete" link near deleted items, kept default message for backward compatibility
* Also applied a patch by SPQRobin: added some ids and classes to the html source and modify page header when the user isn't allowed to modify interwiki prefixes
2008-04-03 21:00:22 +00:00
Siebrand Mazeland 1609409b9d * 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
Bertrand Grondin 993acf2495 Add internationalization extension description message in [[Special:Version]] 2008-02-11 13:29:16 +00:00
Siebrand Mazeland 75ee8a895c Bump version 2008-01-11 20:09:11 +00:00
Siebrand Mazeland 8c5297b86b * use wfLoadExtensionMessages for Interwiki
* Delay message loading
* add version in extension credits
* update Translate extension
2008-01-11 10:35:45 +00:00
Siebrand Mazeland 87d9ce7a88 * Add a default reason when adding or deleting a prefix
* Add more information about the interwiki table
* Fix indentation and EOL whitespace
* Add a few ignored messages to Translate for extension Interwiki

Submitted by: SPQRobin
2007-12-14 23:17:37 +00:00
Siebrand Mazeland 98a25f4fab * complete $wgExtensionCredits
* remove trailing whitespace
2007-12-10 20:30:44 +00:00
Siebrand Mazeland 09522548a0 * complete $wgExtensionCredits
* remove trailing whitespace
2007-12-10 12:54:49 +00:00
Siebrand Mazeland 73fefc4d7a Importing extension to edit interwiki link table
Source: http://www.mediawiki.org/wiki/Extension:Special_page_to_work_with_the_interwiki_table
2007-11-21 16:26:54 +00:00