Commit graph

22 commits

Author SHA1 Message Date
Chad Horohoe 2cb6dd441c 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
Jon Harald Søby 181f258ab4 * Adding special page alias in Editcount, EditUser, EmailArticle, Eval, GlobalBlocking and ImportUsers
* Fixing error I added in r37418 (AdvancedRandom)
* Adding alias files for Editcount, EditUser, EmailArticle, Eval, GlobalBlocking and ImportUsers to aliases.txt in Translate
2008-07-09 18:40:42 +00:00
Tim Starling 681e806073 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 e0c50d984f * 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 c81dbe54e5 Add internationalization extension description message in [[Special:Version]] 2008-02-06 13:51:26 +00:00
Siebrand Mazeland f6af17cbbd * use wfLoadExtensionMessages for Editcount
* Delay message loading
* add version and url in extension credits
* update Translate extension
2008-01-11 08:09:43 +00:00
Siebrand Mazeland 11a55403ee revert r28340, r28343 to r28349, r28351, r28364 2007-12-16 18:38:50 +00:00
Siebrand Mazeland 22bfa2eab5 * complete $wgExtensionCredits
* remove trailing whitespace
2007-12-10 12:17:42 +00:00
Brion Vibber 5a43a2393e Split off body class and use modern loading system to avoid breaking other special page extensions due to early load of SpecialPage.php 2007-04-23 20:58:49 +00:00
Brion Vibber 0979ac159b * (bug 9498) Fix percentages for non-default locales
Don't perform math on the output of Language::formatNum()!
Also ran formatNum() on the percentages
2007-04-05 14:03:20 +00:00
Ivan Lanin 0610a6b474 * Add other extensions to i18n.db and explicitly specify the array or function name for each extensions
* Change function name on SpecialEditcount and HideRevision to comply with maintenance/language/checkExtensioni18n.php (CMIIW)
2007-04-02 14:23:15 +00:00
Antoine Musso 92d4a5aa0b Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
This is like r19502 but for extensions.
2007-01-20 15:10:35 +00:00
Ivan Lanin 56a7e45a9b Give descriptions to Duplicator, Editcount, GiveRollback, and NewestPages extensions. Fix some Indonesian (id) translations for Duplicator. 2007-01-11 06:28:30 +00:00
Leon Weber d354a6b36f * (bug 8453) French translation for the Editcount extension
* Translated the same extension to german
2007-01-01 21:07:53 +00:00
Ævar Arnfjörð Bjarmason 6bf9510e18 * (bug 4400) Avoid division by zero error when the user exists and has made 0 edits 2005-12-27 16:51:45 +00:00
Ævar Arnfjörð Bjarmason 2106d03fb9 * @copyright Copyright �� 2005, ��var Arnfj��r�� Bjarmason 2005-09-27 19:50:49 +00:00
Ævar Arnfjörð Bjarmason 44f6777613 * Optimizing by using User::edits() on includes
* Minor fixes
2005-09-08 14:54:55 +00:00
Ævar Arnfjörð Bjarmason 68ca139452 * Now supports {{Special:Editcount/User/Namespace}}
* Massive code cleanup
2005-08-26 14:20:43 +00:00
Ævar Arnfjörð Bjarmason 29d5316195 * Requireing a version newer than 1.5beta4
* Changed percent() to wfPercent() some evil totallitarian rabbit from hell changed it
2005-08-02 15:51:02 +00:00
Ævar Arnfjörð Bjarmason 639cbafe2d * Better way to make the page includable
* Syntax
2005-07-18 05:26:30 +00:00
Ævar Arnfjörð Bjarmason 7b39583594 * The User class no longer includes editsByNs(), including it
* Using GlobalFunctions percent()
2005-07-16 22:04:59 +00:00
Ævar Arnfjörð Bjarmason 369774f91c * A new Special Page extension that displays edit counts.
This page can be accessed from Special:Editcount[/user] as well as being
  included like {{Special:Editcount/user}}
2005-07-14 17:53:27 +00:00