Commit graph

26 commits

Author SHA1 Message Date
Southparkfan d4286e70e4 Use __DIR__ instead of dirname( __FILE__ )
Change-Id: Ibd0f9c9baf52d9962ab3fcbfe31e04028aed699c
2014-11-08 09:39:13 -05:00
Jeroen De Dauw e14680fe0b Added a changable limit and the option to not filter the recent changes on a single user 2011-02-14 20:21:02 +00:00
Roan Kattouw c84e68a002 1.17wmf1: Add alias file for Nuke extension setup file rename 2011-02-08 07:34:37 +00:00
Siebrand Mazeland 856ed5c0c2 Rename to remove "Special" prefix from filenames. Update Configure and Translate accordingly. 2010-04-18 11:53:49 +00:00
Siebrand Mazeland 01458affba * 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
Shinjiman 5cc94631a1 * (bug 18242) Show the Subversion revision number per extensions in Special:Version (currently applied on some extensions to get the entries file) 2009-04-26 05:22:33 +00:00
Chad Horohoe a3733d2b7a 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
Huji 1b86b6bace Setting the special page group 2008-09-01 17:25:05 +00:00
Raimond Spekking af8321c5c2 typo 2008-07-10 07:28:42 +00:00
Raimond Spekking 81a941df3a * Add special page aliases file 2008-07-10 06:43:00 +00:00
Alexandre Emsenhuber d82d4feb4d Moved Special:Nuke page class to SpecialNuke_body.php and made it extends SpecialPage, this allows to not load messages at each request 2008-05-09 18:53:09 +00:00
Tim Starling 62b372f5c1 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 3a9535d1e6 * 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 cd85598910 Change wfMsgForContent -> wfMsg as the message is part of the normal UI. 2008-02-25 21:14:19 +00:00
Raimond Spekking bd16c110f1 Add 'descriptionmsg' for Special:Version 2008-02-14 13:50:42 +00:00
Bertrand Grondin 55de2d0b54 Minor release
* Update language for fr and nl from Betawiki 
* Minor edit of the second form
2008-01-22 10:22:01 +00:00
Raimond Spekking 58aab17a12 * (bug 12657) i18n of submit buttons in Special:Nuke. Patch by Lejonel
* Fix syntax error in i18n wikilinks: ] -> ]]
* 'nchanges' supports {{PLURAL}} -> use it.
2008-01-21 22:12:04 +00:00
Siebrand Mazeland 33a93947dd * use wfLoadExtensionMessages for Nuke
* add version in extension credits
* update Translate extension
2008-01-09 17:19:53 +00:00
Siebrand Mazeland 1da1ac0b46 revert r28371 to r28375 2007-12-16 18:27:23 +00:00
Siebrand Mazeland 2cc6dd36fe * complete $wgExtensionCredits
* remove trailing whitespace
2007-12-10 20:30:44 +00:00
Aaron Schulz b18c3a17f2 *Some fr translations (by Bertrand) (bug 11280, bug 11502) 2007-09-30 20:33:06 +00:00
Raimond Spekking 323f73bbfa Adding some extension credits 2007-07-26 10:54:37 +00:00
Aryeh Gregor 8a11a45349 Extensions too! 2007-06-29 01:36:09 +00:00
Greg Sabino Mullane 29163f9b28 Adjust GROUP BY for databases that need all items from SELECT 2007-04-19 14:50:14 +00:00
Brion Vibber 378ed40cc0 * (bug 7486): Special:Linksearch was broken on various wikis
Update for 1.8 to avoid breaking other extensions such as Linksearch.
Warning: may not work on older versions anymore.
2006-10-09 09:20:35 +00:00
Brion Vibber a2033cb517 Quick hack of a tool for doing deletions of mass-vandalism added pages;
will list recent pages added by a given user/ip and delete them in a
batch. Could use a review & testing.
(Adding mass-revert capability could probably be done too with some poking.)
2005-09-18 09:28:56 +00:00