lhc/web/wiklou.git
14 years agoSelf revert r57897. New patch follows.
Raimond Spekking [Mon, 19 Oct 2009 17:14:51 +0000 (17:14 +0000)]
Self revert r57897. New patch follows.

14 years ago* (bug 21047) Wrap "cannotdelete" message into a div with the generic 'error' class...
Raimond Spekking [Mon, 19 Oct 2009 16:43:31 +0000 (16:43 +0000)]
* (bug 21047) Wrap "cannotdelete" message into a div with the generic 'error' class and a specific 'mw-error-cannotdelete' class
Based on a patch by Platonides

14 years ago* bug 21182 Fix invalid HTML in Special:Listgrouprights
Raimond Spekking [Mon, 19 Oct 2009 14:26:16 +0000 (14:26 +0000)]
* bug 21182 Fix invalid HTML in Special:Listgrouprights
Patch by Platonides

14 years ago* (bug 21168) Added linktrail to Portuguese (pt)
Raimond Spekking [Mon, 19 Oct 2009 12:38:22 +0000 (12:38 +0000)]
* (bug 21168) Added linktrail to Portuguese (pt)

14 years agocoding style tweaks
Jack Phoenix [Mon, 19 Oct 2009 11:15:51 +0000 (11:15 +0000)]
coding style tweaks

14 years ago* proxy iFrame upload working for copy-by-url to shared repository
Michael Dale [Mon, 19 Oct 2009 05:35:31 +0000 (05:35 +0000)]
* proxy iFrame upload working for copy-by-url to shared repository
* add paging system for flickerSearch
* some mw.proxy refactoring to handle present user dialogs when proxy connection can't be established.

14 years ago* function isValidPassword modified to return boolean(true/false)
Fenzik Joseph [Mon, 19 Oct 2009 03:01:11 +0000 (03:01 +0000)]
* function isValidPassword modified to return boolean(true/false)
* Added function getPasswordValidity return error message on failure for the given unvalidated password input.
* Replaced isValidPassword() fn call to getPasswordValidity() in SpecialUserlogin.php

14 years ago* some updates to the api_proxy examples and code
Michael Dale [Sun, 18 Oct 2009 21:03:24 +0000 (21:03 +0000)]
* some updates to the api_proxy examples and code
* display:none on iframe for ~background~ requests
* append to page example added to testApiProxy.html
* We could make some optimization by thinning out the MediaWiki:ApiProxy page by replacing it with a simple page without styles & extra js
* added a iframe status callback for quicker timeouts

14 years agoLocalization update.
Rotem Liss [Sun, 18 Oct 2009 20:24:39 +0000 (20:24 +0000)]
Localization update.

14 years agoFollowup to r57868: Fix two strict standards warnings
Bryan Tong Minh [Sun, 18 Oct 2009 20:06:22 +0000 (20:06 +0000)]
Followup to r57868: Fix two strict standards warnings

14 years agoFollow-up r57868: Update language maintenance scripts
Raimond Spekking [Sun, 18 Oct 2009 19:54:06 +0000 (19:54 +0000)]
Follow-up r57868: Update language maintenance scripts

14 years agoRewrote Special:Upload to allow easier extension. Mostly backwards compatible towards...
Bryan Tong Minh [Sun, 18 Oct 2009 19:41:01 +0000 (19:41 +0000)]
Rewrote Special:Upload to allow easier extension. Mostly backwards compatible towards the end user: tested with Commons' upload scripts.
* Special:Upload now uses HTMLForm for form generation
* Upload errors that can be solved by changing the filename now do not require reuploading.

14 years agoUpdate HTMLForm for upcoming Special:Upload rewrite.
Bryan Tong Minh [Sun, 18 Oct 2009 19:29:35 +0000 (19:29 +0000)]
Update HTMLForm for upcoming Special:Upload rewrite.
* Add support for edittools
* Add support for multipart/form-data
* Set id for wpEditToken
* Add support for tooltip and accesskey
* Allow setting a name for the submit button
* Give sections an id

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Sun, 18 Oct 2009 19:15:28 +0000 (19:15 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-18 18:00 UTC)

14 years agoAdded a script for SQLite-specific maintenance tasks
Max Semenik [Sun, 18 Oct 2009 10:55:36 +0000 (10:55 +0000)]
Added a script for SQLite-specific maintenance tasks

14 years ago* fixes old toolbar usage where $j.wikiEditor is defined
Michael Dale [Sat, 17 Oct 2009 20:22:34 +0000 (20:22 +0000)]
* fixes old toolbar usage where $j.wikiEditor is defined

14 years ago(bug 20880) Fixed updater failure on SQLite backend
Max Semenik [Sat, 17 Oct 2009 17:21:00 +0000 (17:21 +0000)]
(bug 20880) Fixed updater failure on SQLite backend

14 years ago(bug 20256) Fixed SQL errors on Special:Recentchanges and Special:Recentchangeslinked...
Max Semenik [Sat, 17 Oct 2009 12:23:23 +0000 (12:23 +0000)]
(bug 20256) Fixed SQL errors on Special:Recentchanges and Special:Recentchangeslinked on SQLite backend

14 years ago* stubs for api iFrame Proxy system. Early summary in /js2/mwEmbed/apiProxy/
Michael Dale [Sat, 17 Oct 2009 10:35:46 +0000 (10:35 +0000)]
* stubs for api iFrame Proxy system. Early summary in /js2/mwEmbed/apiProxy/
** testing page for proxy setup (hard coded to localhost)
** added basic support to skin.php for enabling of apiproxy (off by default)

* added flickrSearch as another remote repository
* other refactoring, cleanup of remoteSearchDriver (add-media-wizard)

* removed query.json.1-3.js
* removed jquery.secureEvalJSON.js
* replaced with official http://www.JSON.org/json2.js script which is only included if JSON is undefined

14 years ago* (bug 21079) There is no more line wrapping between label and field in Special:Log
Alexandre Emsenhuber [Sat, 17 Oct 2009 08:29:15 +0000 (08:29 +0000)]
* (bug 21079) There is no more line wrapping between label and field in Special:Log

14 years agoRemoved unexplained newline at top of file. No idea why that got there.
Aaron Schulz [Sat, 17 Oct 2009 05:10:21 +0000 (05:10 +0000)]
Removed unexplained newline at top of file. No idea why that got there.

14 years agoFollow up r57846: tack on an error code
Aaron Schulz [Sat, 17 Oct 2009 05:06:41 +0000 (05:06 +0000)]
Follow up r57846: tack on an error code

14 years ago* Fixed fatal for bad wlowner usernames
Aaron Schulz [Sat, 17 Oct 2009 04:18:49 +0000 (04:18 +0000)]
* Fixed fatal for bad wlowner usernames
* Use the relevant user object to check patrol abilities rather than always using $wgUser

14 years ago* updated repository icons transparency
Michael Dale [Sat, 17 Oct 2009 00:41:05 +0000 (00:41 +0000)]
* updated repository icons transparency

14 years agoFix bad diff checking in r57822
Siebrand Mazeland [Fri, 16 Oct 2009 18:09:09 +0000 (18:09 +0000)]
Fix bad diff checking in r57822

14 years agoRemove use of badly supported <blink> tag.
Siebrand Mazeland [Fri, 16 Oct 2009 17:57:27 +0000 (17:57 +0000)]
Remove use of badly supported <blink> tag.

14 years ago* (bug 21152) fixed position of playhead to seek position on native html5 seeking
Michael Dale [Fri, 16 Oct 2009 17:32:40 +0000 (17:32 +0000)]
* (bug 21152) fixed position of playhead to seek position on native html5 seeking

14 years agocompress option needs a value :)
Alexandre Emsenhuber [Fri, 16 Oct 2009 12:30:56 +0000 (12:30 +0000)]
compress option needs a value :)

14 years agoReadd line break which was lost in r54225
Alexandre Emsenhuber [Fri, 16 Oct 2009 08:58:59 +0000 (08:58 +0000)]
Readd line break which was lost in r54225

14 years agoFollow-up r57356: forgot to document $exclude param
Alexandre Emsenhuber [Fri, 16 Oct 2009 08:21:02 +0000 (08:21 +0000)]
Follow-up r57356: forgot to document $exclude param

14 years agoSplit time and date for better i18n
Raimond Spekking [Fri, 16 Oct 2009 06:59:59 +0000 (06:59 +0000)]
Split time and date for better i18n
Translatewiki uses this since months but it was was never done in core?!

14 years agofix per r57729#c4267
Michael Dale [Fri, 16 Oct 2009 04:38:40 +0000 (04:38 +0000)]
fix per r57729#c4267

14 years agobug 9982. Encapsulate wgCanonicalNamespaceNames. Patch by Scott Colcord, with updates
Chad Horohoe [Fri, 16 Oct 2009 04:06:30 +0000 (04:06 +0000)]
bug 9982. Encapsulate wgCanonicalNamespaceNames. Patch by Scott Colcord, with updates

14 years agoRemove some unused globals
Chad Horohoe [Fri, 16 Oct 2009 03:53:59 +0000 (03:53 +0000)]
Remove some unused globals

14 years agoLocalization update.
Rotem Liss [Thu, 15 Oct 2009 21:29:03 +0000 (21:29 +0000)]
Localization update.

14 years ago* (bug 21105) API: list=usercontribs can now list contribs for User:0
Alexandre Emsenhuber [Thu, 15 Oct 2009 21:21:53 +0000 (21:21 +0000)]
* (bug 21105) API: list=usercontribs can now list contribs for User:0

14 years agoFollow-up r30264: pass second parameter to AddNewAccount hook, as advertised to avoid...
Alexandre Emsenhuber [Thu, 15 Oct 2009 21:07:57 +0000 (21:07 +0000)]
Follow-up r30264: pass second parameter to AddNewAccount hook, as advertised to avoid notices in extensions using it :)

14 years agoConsistency tweak: Reduce the length of these input field and make them consistent...
Raimond Spekking [Thu, 15 Oct 2009 20:31:19 +0000 (20:31 +0000)]
Consistency tweak: Reduce the length of these input field and make them consistent with other input fields for numeric values

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Thu, 15 Oct 2009 19:33:16 +0000 (19:33 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-15 18:45 UTC)

14 years ago* (bug 21116) MediaWiki:Templatesused, MediaWiki:Templatesusedpreview and MediaWiki...
Alexandre Emsenhuber [Thu, 15 Oct 2009 19:10:52 +0000 (19:10 +0000)]
* (bug 21116) MediaWiki:Templatesused, MediaWiki:Templatesusedpreview and MediaWiki:Templatesusedsection now support plural
* break lines a 80 chars in RELEASE-NOTES

14 years agomaking a tweak to the babaco color scheme a, to show hannes
Adam Miller [Thu, 15 Oct 2009 18:17:05 +0000 (18:17 +0000)]
making a tweak to the babaco color scheme a, to show hannes

14 years agoRemoved unrelated change that slipped into r57769
Aaron Schulz [Thu, 15 Oct 2009 11:36:30 +0000 (11:36 +0000)]
Removed unrelated change that slipped into r57769

14 years agoRefactored unmaintainable userCan() code by making central userCanBitfield() functions
Aaron Schulz [Thu, 15 Oct 2009 11:31:33 +0000 (11:31 +0000)]
Refactored unmaintainable userCan() code by making central userCanBitfield() functions

14 years agoRemoved inapplicable deletedtext userCan() check
Aaron Schulz [Thu, 15 Oct 2009 10:46:28 +0000 (10:46 +0000)]
Removed inapplicable deletedtext userCan() check

14 years agoBolden suppression check label as it is for non-image pages
Aaron Schulz [Thu, 15 Oct 2009 10:36:29 +0000 (10:36 +0000)]
Bolden suppression check label as it is for non-image pages

14 years agoMade isDeleted() et all call $this->load() first
Aaron Schulz [Thu, 15 Oct 2009 10:20:19 +0000 (10:20 +0000)]
Made isDeleted() et all call $this->load() first

14 years agocall static function statically
Aaron Schulz [Thu, 15 Oct 2009 09:55:53 +0000 (09:55 +0000)]
call static function statically

14 years agoFollow-up to r57602, change DELETED_TEXT to DELETED_FILE, there is no such class...
Andrew Garrett [Thu, 15 Oct 2009 09:26:12 +0000 (09:26 +0000)]
Follow-up to r57602, change DELETED_TEXT to DELETED_FILE, there is no such class constant as File::DELETED_TEXT, as testing should have told you.

14 years agoFix PHP Notice: Undefined variable: text in /var/www/w/includes/Export.php on line...
Raimond Spekking [Thu, 15 Oct 2009 07:08:56 +0000 (07:08 +0000)]
Fix PHP Notice: Undefined variable: text in /var/www/w/includes/Export.php on line 518 seen on translatewiki
Initialize $text to avoid this notice.
But I am unsure if this is enough. The variable $text seems unused for a long time until a hook, introduced in r53818, uses it.

14 years agoexperimental css updates
Adam Miller [Thu, 15 Oct 2009 05:22:10 +0000 (05:22 +0000)]
experimental css updates

14 years ago* used helper function for inOutPreview binding
Michael Dale [Thu, 15 Oct 2009 00:36:12 +0000 (00:36 +0000)]
* used helper function for inOutPreview binding

14 years ago* ( bug 21089 ) fixes js2 upload stash support.
Michael Dale [Thu, 15 Oct 2009 00:14:05 +0000 (00:14 +0000)]
* ( bug 21089 ) fixes js2 upload stash support.
* Tested with chunk firefogg uploads, normal js2 uploads and http copy by url uploads

14 years ago* added db commit logic to the watch request in api queries
Michael Dale [Wed, 14 Oct 2009 22:23:08 +0000 (22:23 +0000)]
* added db commit logic to the watch request in api queries

14 years ago* follow-up to r57728 switched to use global wfShellExec function
Michael Dale [Wed, 14 Oct 2009 21:51:36 +0000 (21:51 +0000)]
* follow-up to r57728 switched to use global wfShellExec function

14 years ago* (bug 21140) Fixed Upload Form for using an Antivirus Program on Windows
Michael Dale [Wed, 14 Oct 2009 21:39:52 +0000 (21:39 +0000)]
* (bug 21140) Fixed Upload Form for using an Antivirus Program on Windows

14 years ago* (bug 21114) Special:Contributions no longer shows diff links for new revisions
Alexandre Emsenhuber [Wed, 14 Oct 2009 21:19:24 +0000 (21:19 +0000)]
* (bug 21114) Special:Contributions no longer shows diff links for new revisions
* Removed some code that is newer used ($difftext is always overridden below)

14 years ago* (bug 21113) "Other statistics" header on Special:Statistics is no more displayed...
Alexandre Emsenhuber [Wed, 14 Oct 2009 20:45:14 +0000 (20:45 +0000)]
* (bug 21113) "Other statistics" header on Special:Statistics is no more displayed when there isn't any entry in it

14 years ago* (bug 21115) wgCanonicalSpecialPageName javascript variable is now always false...
Alexandre Emsenhuber [Wed, 14 Oct 2009 20:35:14 +0000 (20:35 +0000)]
* (bug 21115) wgCanonicalSpecialPageName javascript variable is now always false on non-special pages

Based on a patch by Platonides - http://bug-attachment.wikimedia.org/attachment.cgi?id=6669

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Wed, 14 Oct 2009 20:10:11 +0000 (20:10 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-14 19:15 UTC)

14 years ago* fixed IE regression (extra , ) in object list
Michael Dale [Wed, 14 Oct 2009 19:26:54 +0000 (19:26 +0000)]
* fixed IE regression (extra , ) in object list

14 years agoDon't call User::getGroupPermissions() unless $wgImgAuthPublicTest==true. Efficiency...
Tim Starling [Wed, 14 Oct 2009 06:54:21 +0000 (06:54 +0000)]
Don't call User::getGroupPermissions() unless $wgImgAuthPublicTest==true. Efficiency measure suggested by ans-fox.

14 years agoFollowup to r57102, use already existing sequence name so as to not break DB2 and...
OverlordQ [Wed, 14 Oct 2009 04:28:22 +0000 (04:28 +0000)]
Followup to r57102, use already existing sequence name so as to not break DB2 and PostgreSQL

14 years agoFixed total import breakage from r53271
Aaron Schulz [Wed, 14 Oct 2009 01:24:24 +0000 (01:24 +0000)]
Fixed total import breakage from r53271

14 years ago* add-media-wizard license display updates
Michael Dale [Wed, 14 Oct 2009 00:50:36 +0000 (00:50 +0000)]
* add-media-wizard license display updates
* consistent link-back look

14 years ago* added add-media-wizard entry point which is compatible with wikiEditor style button...
Michael Dale [Tue, 13 Oct 2009 21:41:30 +0000 (21:41 +0000)]
* added add-media-wizard entry point which is compatible with wikiEditor style button callbacks

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Tue, 13 Oct 2009 20:55:18 +0000 (20:55 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-13 19:45 UTC)

14 years ago* added file type display inline with media asset display
Michael Dale [Tue, 13 Oct 2009 20:04:03 +0000 (20:04 +0000)]
* added file type display inline with media asset display

14 years agoConsistency tweak: coalesce tool links with pipes instead of () ()
Raimond Spekking [Tue, 13 Oct 2009 15:47:57 +0000 (15:47 +0000)]
Consistency tweak: coalesce tool links with pipes instead of () ()

14 years ago* (bug 20595) Don't increment ping value right after setting it the first time (jumpi...
Aaron Schulz [Mon, 12 Oct 2009 23:54:48 +0000 (23:54 +0000)]
* (bug 20595) Don't increment ping value right after setting it the first time (jumping from 0 -> 2)
* Use memc->set() rather than using add(). The later just does an existence check on the current key, which is useless here.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Mon, 12 Oct 2009 20:26:16 +0000 (20:26 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-11 19:15 UTC)

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Sun, 11 Oct 2009 20:49:08 +0000 (20:49 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-11 20:00 UTC)

14 years ago* removed trailing spaces
Alexandre Emsenhuber [Sun, 11 Oct 2009 19:55:56 +0000 (19:55 +0000)]
* removed trailing spaces
* spacing fixes

14 years agoRemove trailing whitespace from some JS2 files. These are just the worst offenders
Roan Kattouw [Sun, 11 Oct 2009 19:39:18 +0000 (19:39 +0000)]
Remove trailing whitespace from some JS2 files. These are just the worst offenders

14 years ago(bug 21095) allow tracking categories added to the parser to be disabled by setting...
Happy-melon [Sun, 11 Oct 2009 12:52:08 +0000 (12:52 +0000)]
(bug 21095) allow tracking categories added to the parser to be disabled by setting the system message to "-".

14 years agoAdd link to Special:ActiveUsers to Special:Statistics
Purodha B Blissenbach [Sun, 11 Oct 2009 00:45:27 +0000 (00:45 +0000)]
Add link to Special:ActiveUsers to Special:Statistics

14 years ago* fixed spacing for oggHandler js rewrite to new player
Michael Dale [Sat, 10 Oct 2009 21:27:42 +0000 (21:27 +0000)]
* fixed spacing for oggHandler js rewrite to new player

14 years ago* add to the old toolbar even if $j.wikiEditor is set & some minor re-factoring
Michael Dale [Sat, 10 Oct 2009 21:07:39 +0000 (21:07 +0000)]
* add to the old toolbar even if $j.wikiEditor is set & some minor re-factoring

14 years ago* added in regExp for grabbing user-language initial in-line description from commons...
Michael Dale [Sat, 10 Oct 2009 21:00:55 +0000 (21:00 +0000)]
* added in regExp for grabbing user-language initial in-line description from commons templates

14 years agoum, don't die with fatal error?
Domas Mituzas [Sat, 10 Oct 2009 20:44:46 +0000 (20:44 +0000)]
um, don't die with fatal error?

14 years agobug 21076: b/c, make 'undelete' work without 'deletedtext'
Aaron Schulz [Sat, 10 Oct 2009 18:29:38 +0000 (18:29 +0000)]
bug 21076: b/c, make 'undelete' work without 'deletedtext'

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 10 Oct 2009 15:27:44 +0000 (15:27 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoFix typos
Siebrand Mazeland [Sat, 10 Oct 2009 14:51:48 +0000 (14:51 +0000)]
Fix typos

14 years agoLocalisation updates for core messages from translatewiki.net (2009-10-10 13:53 UTC)
Siebrand Mazeland [Sat, 10 Oct 2009 14:09:53 +0000 (14:09 +0000)]
Localisation updates for core messages from translatewiki.net (2009-10-10 13:53 UTC)

14 years agoUpdate autonym for mzn
Siebrand Mazeland [Sat, 10 Oct 2009 10:41:15 +0000 (10:41 +0000)]
Update autonym for mzn

14 years ago* (bug 21073) "User does not exist" message no longer displayed on sub-sub-pages...
Alexandre Emsenhuber [Sat, 10 Oct 2009 09:29:44 +0000 (09:29 +0000)]
* (bug 21073) "User does not exist" message no longer displayed on sub-sub-pages of existing users

14 years agoadding partial job_param to job_cmd index
Domas Mituzas [Sat, 10 Oct 2009 09:14:51 +0000 (09:14 +0000)]
adding partial job_param to job_cmd index

14 years ago* (bug 21074) Don't call $wgUser->getSkin() in OutputPage::getHeadScripts() since...
Alexandre Emsenhuber [Sat, 10 Oct 2009 07:54:32 +0000 (07:54 +0000)]
* (bug 21074) Don't call $wgUser->getSkin() in OutputPage::getHeadScripts() since it's already passed as parameter

Patch by Platonides - http://bug-attachment.wikimedia.org/attachment.cgi?id=6656

14 years ago* added revisions check
Michael Dale [Sat, 10 Oct 2009 03:05:21 +0000 (03:05 +0000)]
* added revisions check

14 years ago* updated upload support
Michael Dale [Sat, 10 Oct 2009 02:58:00 +0000 (02:58 +0000)]
* updated upload support

14 years agoblank invalid usernames for "revision author" field too
Aaron Schulz [Sat, 10 Oct 2009 02:48:19 +0000 (02:48 +0000)]
blank invalid usernames for "revision author" field too

14 years agoFill in class names for r57530
Aaron Schulz [Sat, 10 Oct 2009 02:12:53 +0000 (02:12 +0000)]
Fill in class names for r57530

14 years ago* updated msgs
Michael Dale [Fri, 9 Oct 2009 23:58:57 +0000 (23:58 +0000)]
* updated msgs

14 years agofix comments
Alexandre Emsenhuber [Fri, 9 Oct 2009 22:11:17 +0000 (22:11 +0000)]
fix comments

14 years agoSame fix as r57530, except done correctly
Andrew Garrett [Fri, 9 Oct 2009 21:33:11 +0000 (21:33 +0000)]
Same fix as r57530, except done correctly

14 years ago* some upload from remote api improvements
Michael Dale [Fri, 9 Oct 2009 21:12:41 +0000 (21:12 +0000)]
* some upload from remote api improvements
* some playback fixes for native embed
* loading dialog helpers in core

14 years agowe no longer have RunTests.php
Alexandre Emsenhuber [Fri, 9 Oct 2009 20:46:58 +0000 (20:46 +0000)]
we no longer have RunTests.php

14 years agoFollow up r57530 elsewhere
Aaron Schulz [Fri, 9 Oct 2009 19:01:39 +0000 (19:01 +0000)]
Follow up r57530 elsewhere

14 years agodo not update hidden preview, hide preview in the end, so state is ok if one encodes...
Jan Gerber [Fri, 9 Oct 2009 18:11:35 +0000 (18:11 +0000)]
do not update hidden preview, hide preview in the end, so state is ok if one encodes another video

14 years agoadd ClickTracking tables to new wiki setup
Brion Vibber [Fri, 9 Oct 2009 18:01:26 +0000 (18:01 +0000)]
add ClickTracking tables to new wiki setup

14 years ago* Wrap the rightnames into tt for consistency, at least with Special:GlobalGroupPermi...
Raimond Spekking [Fri, 9 Oct 2009 17:39:02 +0000 (17:39 +0000)]
* Wrap the rightnames into tt for consistency, at least with Special:GlobalGroupPermissions
* Remove 2 obviously wrong translations in 'diq'