libraryupgrader
5f36ec60c7
build: Updating mediawiki/mediawiki-codesniffer to 13.0.0
...
Change-Id: I90d2696ee78e6647bdc034c55fcab5896ea76f3d
2017-09-24 05:22:25 +00:00
Siebrand Mazeland
66cf8c80f0
Updates for CodeSniffer and other tests
...
Change-Id: Ief70f6b82ed9c10d658eaeb980b0a4e780de9ac2
2016-02-27 21:12:58 +01:00
Siebrand Mazeland
e4cb919476
Add tests
...
Fix all issues so tests pass.
Change-Id: I8a059c26d16944d4ddfb56959617fb73887e7b6a
2015-10-03 16:37:02 +01:00
umherirrender
3f11979c0c
Replace deprecated $wgSpecialPageGroups
...
$wgSpecialPageGroups is deprecated since 1.21
override SpecialPage::getGroupName instead
Change-Id: Ia83d3bc0e39bf5d9ea49969c495b81b522e876db
2015-06-24 20:44:28 +02:00
Siebrand Mazeland
5966924f24
Migrate to JSON i18n
...
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.
Change-Id: Ied3a4c392cf2ea16c6e858a1baaf9790db95e1f4
2014-03-27 11:53:16 +01:00
Siebrand Mazeland
3d4fd708bb
ContributionScores extension maintenance.
...
* Reduce usage of globals.
* Use Message class where possible.
* Update .gitignore.
* Broke some long lines.
* Updated documentation for a method.
Change-Id: Ic4c49dbcdabce2667ab140321d8618f62fe72fe8
2012-08-16 14:19:19 +02:00
Siebrand Mazeland
46c3376f41
Remove use of deprecated LanguageGetMagic hook.
...
Add FIXME for FlaggedRevs, because it loads the i18n resources in a weird way.
Some misc. whitespace updates.
2012-01-15 20:07:13 +00:00
Siebrand Mazeland
6260b8e248
Add some documentation for settings per CR on r108127.
2012-01-05 10:07:48 +00:00
Siebrand Mazeland
eeec962440
stylize.php.
2012-01-05 09:45:01 +00:00
Siebrand Mazeland
7467195055
* format number output of cscore parser function.
...
* add $wgContribScoresUseRealName to allow display of real user names per request[1]. Requires MediaWiki 1.19 alpha r108126.
* remove trailing whitespace.
[1] https://www.mediawiki.org/wiki/Thread:Extension_talk:Contribution_Scores/Show_real_name_or_e-mail_instead_of_username%3F
2012-01-05 09:43:51 +00:00
Siebrand Mazeland
f1e3ad6c82
Minor refactoring:
...
* remove unused constant CONTRIBUTIONSCORES_EXTPATH
* replace CONTRIBUTIONSCORES_PATH constant by more often used $dir
* remove superfluous getDescription()
* remove use of some unneeded/unused globals
* use Html functions instead of raw HTML in some cases.
2012-01-05 09:04:02 +00:00
Siebrand Mazeland
f0cd952fc0
Bye, bye $wgExtensionAliasesFiles (deprecated in 1.16).
2011-12-25 23:09:26 +00:00
Brion Vibber
29e4d4bf24
Update a butt-ton of extension about URLs to point to https://www.mediawiki.org/
2011-12-13 23:49:33 +00:00
Robin Pepermans
21da2d00f6
* Improve i18n (use formatNum for all numbers, add dir & lang attribute)
...
* Change td to th elements for titles (this also makes the sort script work again)
* General whitespace fixes
2011-11-28 16:34:58 +00:00
Sam Reed
958803df40
Kill some ancient old version checks (ie 1.11, 1.12, 1.13)
2011-02-13 23:25:59 +00:00
Sam Reed
0e15fc841d
Another big cull on unused variables and such
2010-10-29 21:55:29 +00:00
Siebrand Mazeland
95b7db0f4f
Remove version checks for some outdated versions of MediaWiki (1.11 and earlier).
2010-08-06 23:40:27 +00:00
Chad Horohoe
8b73cd1511
Revert r66934 (Removing wfLoadExtensionMessages() from everything). I disagree on principle...we branch extensions for this very reason. But people want trunk extensions compatible for several versions back, meh.
2010-05-27 15:56:53 +00:00
Chad Horohoe
0905e4bbe2
Large commit. Removed 800+ references to no-op wfLoadExtensionMessages()
2010-05-26 22:25:32 +00:00
Siebrand Mazeland
5f1bae9787
* 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
317cbcb346
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
Shinjiman
f183626e05
Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version
2009-04-27 03:15:19 +00:00
Siebrand Mazeland
2ce29213c2
Add localisation of special pages for Asksql, BadImage, CategoryIntersection, ContributionScores, Contributors
2008-08-10 19:29:02 +00:00
Siebrand Mazeland
a49049ecc0
Add Special:Translate and Special:ContributionScores to group wiki
2008-07-19 13:48:50 +00:00
Niklas Laxström
da08796364
* PHP Fatal error: Call to a member function getID() on a non-object
2008-05-28 14:54:19 +00:00
Niklas Laxström
94a8bf4a1e
* Avoid unstubbing parser too early
2008-05-25 21:09:41 +00:00
Tim Laqua
1cd4e250f9
Unbreaking stuff that previous commit broke
2008-05-16 01:59:42 +00:00
Tim Laqua
86c3ce39b1
Added #cscore parser function for grabbing user's contribution score, changes, and pages
2008-05-16 01:51:28 +00:00
Tim Laqua
2e2162fdbc
* Added wg prefix to globals
...
* Added $wgContribScoreIgnoreBlockedUsers option
2008-04-17 17:31:22 +00:00
Tim Laqua
b003197ddb
* v1.8
...
* Removed most custom CSS classes
* Now uses .even and .odd CSS classes from sortable JS voodoo when the sortable class is present
* Removed .css file - instead force custom definition in MediaWiki:Common.css
2008-04-14 17:22:51 +00:00
Bertrand Grondin
b97c106470
Add internationalization extension description message in [[Special:Version]]
2008-02-05 14:54:15 +00:00
Niklas Laxström
55eecb664d
* Nothing to optimise here
2008-01-04 01:40:33 +00:00
Bertrand Grondin
56c60b7b03
Optimization of internationalization messages code
2008-01-03 14:18:21 +00:00
Tim Laqua
47769a7f1c
* Fixing bug where the lowest contributors were shown - not the highest (oops)
...
* Sorting sub-queries DESC
2007-12-19 17:23:43 +00:00
Tim Laqua
d20ca5c22d
* Added notools option to showInclude
...
* Added nosort option to showInclude
* Optimized crazy SQL query - 84% faster on a small wiki (~32000 revisions)
* Added more CSS classes
2007-12-19 15:45:09 +00:00
Tim Laqua
2832bc3292
Only hooking BeforePageDisplay when special page is executed - no reason to include CSS otherwise.
2007-12-19 02:15:35 +00:00
Tim Laqua
d3a22c5785
* Made special page includable
...
* Added CSS classes for table styling
2007-12-19 01:24:52 +00:00
Siebrand Mazeland
e1e79e5419
revert r28340, r28343 to r28349, r28351, r28364
2007-12-16 18:38:50 +00:00
Niklas Laxström
6c86eaa238
* Let's not break things
2007-12-10 15:01:29 +00:00
Siebrand Mazeland
37ec3834d2
* complete $wgExtensionCredits
...
* remove trailing whitespace
2007-12-10 10:01:15 +00:00
Tim Laqua
c0ecabe029
Changing version check for wfLoadExtensionMessages() from 1.12alpha to 1.11.
2007-11-28 14:28:20 +00:00
Tim Laqua
0ade64a9f9
Fixing more minor compatibility issues.
2007-11-27 20:51:59 +00:00
Tim Laqua
546788ae96
Adding backwards compatibility f/ message cache population.
2007-11-27 20:29:24 +00:00
Siebrand Mazeland
837816d6f2
* Fix 'Non-static method ContributionScores::loadMessages() cannot be called statically'
...
* Using $wgExtensionMessagesFiles now
* Added 4 messages
* update indentation and such
2007-11-27 13:38:37 +00:00
Tim Laqua
9f8bd5d8c2
Updated extension version.
2007-08-26 15:13:09 +00:00
Tim Laqua
7a7bf240c0
Fixed i18n files, switched over to utilize abstraction layer f/ messages, etc, etc. + Doxygen comments.
2007-08-26 14:39:17 +00:00
Tim Laqua
da90007ce8
Switched to compatible $dbr->timestamp() call rather than silly date() call for timestamps - should support Postgres now.
2007-08-22 20:51:16 +00:00
Tim Laqua
43b2ca821a
Uploading more extensions
2007-08-22 19:25:22 +00:00