lhc/web/wiklou.git
14 years ago* minor fix to uploadFromChunks in case its initialized with a real path instead...
Michael Dale [Thu, 17 Sep 2009 19:33:31 +0000 (19:33 +0000)]
* minor fix to uploadFromChunks in case its initialized with a real path instead of a virtual path

14 years agoResolving virtual url of temp path for stashed files, unbreaking stashed uploads.
Bryan Tong Minh [Thu, 17 Sep 2009 19:27:19 +0000 (19:27 +0000)]
Resolving virtual url of temp path for stashed files, unbreaking stashed uploads.

14 years ago* some clean up and defined append function in other repo types
Michael Dale [Thu, 17 Sep 2009 19:13:23 +0000 (19:13 +0000)]
* some clean up and defined append function in other repo types

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Thu, 17 Sep 2009 19:01:49 +0000 (19:01 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years ago* indent debug output produced when both $wgShowDebug and $wgDebugFunctionEntry are...
Alexandre Emsenhuber [Thu, 17 Sep 2009 18:55:29 +0000 (18:55 +0000)]
* indent debug output produced when both $wgShowDebug and $wgDebugFunctionEntry are enabled for better readability. In this case, unindented comment will be displayed "inline" with a yellow background
* added an id to the debug data list
* allow to use $wgShowDebug with $wgDebugComments set to false
* update HTMLFileCache to use full method name in debug output

14 years ago* process messages with escapenoentities instead of escape to allow for example ...
Siebrand Mazeland [Thu, 17 Sep 2009 17:55:41 +0000 (17:55 +0000)]
* process messages with escapenoentities instead of escape to allow for example • as pipe-separator
* change string explode to array
* remove hard coded parentheses
* break long lists of parameters

14 years agoLocalization update.
Rotem Liss [Thu, 17 Sep 2009 17:54:59 +0000 (17:54 +0000)]
Localization update.

14 years agoFix for r55592: show the direct-page link/create link on search *above* actual result...
Brion Vibber [Thu, 17 Sep 2009 17:23:26 +0000 (17:23 +0000)]
Fix for r55592: show the direct-page link/create link on search *above* actual results but *below* "no results" notice.

14 years agomerge most of r56515 back to trunk (changing UserrightsPage::fetchUser to non-static)
Alex Z [Thu, 17 Sep 2009 16:21:27 +0000 (16:21 +0000)]
merge most of r56515 back to trunk (changing UserrightsPage::fetchUser to non-static)
Fixing ApiQueryUsers so it should work properly for interwiki users

14 years ago* removed "== true"
Michael Dale [Thu, 17 Sep 2009 15:50:07 +0000 (15:50 +0000)]
* removed "== true"

14 years agoFix r56091: cache URLs with and without ?version separately
Roan Kattouw [Thu, 17 Sep 2009 15:47:44 +0000 (15:47 +0000)]
Fix r56091: cache URLs with and without ?version separately

14 years ago* adds $wgEnableJS2system check for $wgUseAJAXCategories (since it uses some js2...
Michael Dale [Thu, 17 Sep 2009 15:35:15 +0000 (15:35 +0000)]
* adds $wgEnableJS2system check for $wgUseAJAXCategories (since it uses some js2 calls loadGM)

14 years ago* ( bug 18264 ) upload-by-url form was still disabled in non-js2 form output
Michael Dale [Thu, 17 Sep 2009 15:25:55 +0000 (15:25 +0000)]
* ( bug 18264 ) upload-by-url form was still disabled in non-js2 form output

14 years agoFix bug 20688 (Hidden categories still hidden if there are no non-hidden categories...
Andrew Garrett [Thu, 17 Sep 2009 15:24:04 +0000 (15:24 +0000)]
Fix bug 20688 (Hidden categories still hidden if there are no non-hidden categories and the showhiddencats option is on). Regression in r55573.

14 years agoFollowup to r56174: tooltipAndAccesskey also returns a string
Roan Kattouw [Thu, 17 Sep 2009 14:22:31 +0000 (14:22 +0000)]
Followup to r56174: tooltipAndAccesskey also returns a string

14 years agoAdd colon for consistency with other labels
Raimond Spekking [Thu, 17 Sep 2009 14:17:21 +0000 (14:17 +0000)]
Add colon for consistency with other labels

14 years agoConsistency tweak: Use pipe-separator for diff / hist like on RC and WL
Raimond Spekking [Thu, 17 Sep 2009 14:13:12 +0000 (14:13 +0000)]
Consistency tweak: Use pipe-separator for diff / hist like on RC and WL
BTW: RC and WL shows (diff | hist) but this page (hist | diff). Another consistency candidate?

14 years agoFollow up r56505: Make it consistent with other pipe usages. Thanks to Siebrand :)
Raimond Spekking [Thu, 17 Sep 2009 13:13:18 +0000 (13:13 +0000)]
Follow up r56505: Make it consistent with other pipe usages. Thanks to Siebrand :)

14 years agoDo not lower case the message text. This is wrong for some languages, at least for...
Raimond Spekking [Thu, 17 Sep 2009 12:44:55 +0000 (12:44 +0000)]
Do not lower case the message text. This is wrong for some languages, at least for German.

14 years agoTweak message a bit: Make it more consistent with a | between prev/next
Raimond Spekking [Thu, 17 Sep 2009 12:27:22 +0000 (12:27 +0000)]
Tweak message a bit: Make it more consistent with a | between prev/next

14 years agoAdd $wgUseAJAXCategories and $wgAJAXCategoriesNamespaces to RELEASE-NOTES. Related...
Siebrand Mazeland [Thu, 17 Sep 2009 10:05:48 +0000 (10:05 +0000)]
Add $wgUseAJAXCategories and $wgAJAXCategoriesNamespaces to RELEASE-NOTES. Related to features added in r56032 and r56495

14 years agoLocalisation updates for namespace names from translatewiki.net. Also fixes bug 20639.
Siebrand Mazeland [Thu, 17 Sep 2009 09:53:37 +0000 (09:53 +0000)]
Localisation updates for namespace names from translatewiki.net. Also fixes bug 20639.

14 years agoIn Xml::encodeJsVar, keep backwards compatibility by encoding empty arrays as empty...
Andrew Garrett [Thu, 17 Sep 2009 09:31:16 +0000 (09:31 +0000)]
In Xml::encodeJsVar, keep backwards compatibility by encoding empty arrays as empty arrays rather than empty objects. Regression in r56032, reported as bug 20671

14 years agoAdd setting $wgAJAXCategoriesNamespaces to allow configuring namespaces for where...
Siebrand Mazeland [Thu, 17 Sep 2009 08:33:07 +0000 (08:33 +0000)]
Add setting $wgAJAXCategoriesNamespaces to allow configuring namespaces for where the category add/remove widget is used when $wgUseAJAXCategories is set to true. Default behaviour has been left unchanged.

14 years agoFix logic error from r54153. By negating each individual isAllowed check, the OR...
Alex Z [Thu, 17 Sep 2009 04:27:02 +0000 (04:27 +0000)]
Fix logic error from r54153. By negating each individual isAllowed check, the OR statement would return true
(and not allow the action) if the user didn't have both rights rather than checking if he has either one.

14 years agoFollow up on r53041. Fix a __NOCC__ failure caused by myself and I'm stupid to report...
Philip Tzou [Thu, 17 Sep 2009 04:16:17 +0000 (04:16 +0000)]
Follow up on r53041. Fix a __NOCC__ failure caused by myself and I'm stupid to report it on #Wikimedia-tech!

14 years agoActually declare $wgOut ;)
Aaron Schulz [Thu, 17 Sep 2009 02:24:38 +0000 (02:24 +0000)]
Actually declare $wgOut ;)

14 years agopartial revert of r55447: breaks url wpName prefilling
Aaron Schulz [Thu, 17 Sep 2009 02:15:51 +0000 (02:15 +0000)]
partial revert of r55447: breaks url wpName prefilling

14 years ago* Enhanced OutputPage to support js2 style javascript without scriptloader enabled
Michael Dale [Thu, 17 Sep 2009 01:19:02 +0000 (01:19 +0000)]
* Enhanced OutputPage to support js2 style javascript without scriptloader enabled
** loadGM output
** unique request id based on wikiTitle revision / file time
* Moved jsAutoLoadClasses to setup.php ( made conditional )

14 years agopartial revert on r55573; livePreview() is still used
Aaron Schulz [Thu, 17 Sep 2009 01:14:00 +0000 (01:14 +0000)]
partial revert on r55573; livePreview() is still used

14 years agoActually use the filename supplied by the user.
Alex Z [Thu, 17 Sep 2009 01:03:52 +0000 (01:03 +0000)]
Actually use the filename supplied by the user.

14 years agoRevert r53832, r53897, r54145 "(bug 17988) Spaces before [[Category:]] links are...
Brion Vibber [Thu, 17 Sep 2009 00:57:10 +0000 (00:57 +0000)]
Revert r53832, r53897, r54145 "(bug 17988) Spaces before [[Category:]] links are no longer ignored" and followup
Causes entire page to go blank under some circumstances.

14 years agoFix bug where checking another user's blocked status (like for contributions) would...
Andrew Garrett [Thu, 17 Sep 2009 00:56:27 +0000 (00:56 +0000)]
Fix bug where checking another user's blocked status (like for contributions) would cause you to be autoblocked if that user was blocked. Regression in r56325

14 years agoFix regression in r52174 where parameter was not passed to MediaWiki:sp-contributions...
Andrew Garrett [Thu, 17 Sep 2009 00:32:19 +0000 (00:32 +0000)]
Fix regression in r52174 where parameter was not passed to MediaWiki:sp-contributions-footer

14 years ago$nt may or may not be an object
Aaron Schulz [Wed, 16 Sep 2009 23:59:25 +0000 (23:59 +0000)]
$nt may or may not be an object

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Wed, 16 Sep 2009 23:58:18 +0000 (23:58 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoFix E_NOTICE in r55415 breaking Zh variants
Andrew Garrett [Wed, 16 Sep 2009 23:53:31 +0000 (23:53 +0000)]
Fix E_NOTICE in r55415 breaking Zh variants

14 years agoPartial revert of r55415, calling wfMsg in Language object constructor causes unstub...
Andrew Garrett [Wed, 16 Sep 2009 23:50:29 +0000 (23:50 +0000)]
Partial revert of r55415, calling wfMsg in Language object constructor causes unstub loops

14 years agoAdd mw :)
Chad Horohoe [Wed, 16 Sep 2009 23:27:18 +0000 (23:27 +0000)]
Add mw :)

14 years agofix for bad entries
Brion Vibber [Wed, 16 Sep 2009 23:17:56 +0000 (23:17 +0000)]
fix for bad entries

14 years agoDefault $attribs to an array in expandAttributes()
Aaron Schulz [Wed, 16 Sep 2009 22:52:15 +0000 (22:52 +0000)]
Default $attribs to an array in expandAttributes()

14 years agofix headers
Chad Horohoe [Wed, 16 Sep 2009 21:53:40 +0000 (21:53 +0000)]
fix headers

14 years agouse fetchUser statically per r56133
Alex Z [Wed, 16 Sep 2009 21:38:45 +0000 (21:38 +0000)]
use fetchUser statically per r56133

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-16 21:23 UTC)
Siebrand Mazeland [Wed, 16 Sep 2009 21:35:38 +0000 (21:35 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-16 21:23 UTC)

14 years agoFix for wikibits.js loading when $wgStylePath != "$wgScriptPath/skins"
Brion Vibber [Wed, 16 Sep 2009 21:31:17 +0000 (21:31 +0000)]
Fix for wikibits.js loading when $wgStylePath != "$wgScriptPath/skins"

14 years ago* (bug 20517) Cancel link from edit page now returns to the old version when editing...
Alexandre Emsenhuber [Wed, 16 Sep 2009 20:43:14 +0000 (20:43 +0000)]
* (bug 20517) Cancel link from edit page now returns to the old version when editing an old version

14 years agoFollow-up on r56284: LogEventsList::showLogExtract gets associative array for additio...
Tobias [Wed, 16 Sep 2009 17:17:16 +0000 (17:17 +0000)]
Follow-up on r56284: LogEventsList::showLogExtract gets associative array for additional parameters. Adjusted all calls that use additional parameters. Also improved Special:Blockip, which now uses those new parameters instead of using own functions. Fixed HistoryPage which was broken with r56251.

14 years agoCleanup SpecialUpload::getExistsWarning which referenced some undeclared variables.
Bryan Tong Minh [Wed, 16 Sep 2009 15:09:00 +0000 (15:09 +0000)]
Cleanup SpecialUpload::getExistsWarning which referenced some undeclared variables.
There is some more cleanup to be done in SpecialUpload::getExistsWarning and UploadBase::getExistsWarning, but there are currently no errors as far as I'm aware. I will probably break b/c on them though.

14 years agoSet log_page on save
Aaron Schulz [Wed, 16 Sep 2009 13:28:01 +0000 (13:28 +0000)]
Set log_page on save

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Wed, 16 Sep 2009 07:10:34 +0000 (07:10 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years ago(bug 20655) If $wgHtml5 is false, run attribute values through Sanitizer::encodeAttri...
Alex Z [Wed, 16 Sep 2009 05:29:44 +0000 (05:29 +0000)]
(bug 20655) If $wgHtml5 is false, run attribute values through Sanitizer::encodeAttribute()

14 years agoFix for bug 20601: disable debug output. It can be re-enabled by patching.
Tim Starling [Wed, 16 Sep 2009 03:48:29 +0000 (03:48 +0000)]
Fix for bug 20601: disable debug output. It can be re-enabled by patching.

14 years agorelated to r56402 * removed mv_embed_iframe.php (moving to metavid extension since...
Michael Dale [Wed, 16 Sep 2009 02:46:58 +0000 (02:46 +0000)]
related to r56402 * removed mv_embed_iframe.php (moving to metavid extension since it contains metavid specific roe url rewriting)

14 years agoLiquidThreads JS/AJAX updates
Andrew Garrett [Wed, 16 Sep 2009 00:53:37 +0000 (00:53 +0000)]
LiquidThreads JS/AJAX updates
* Bump interval from 30s to 60s.
* Add an "update" link (text changed, sorry translators :(), which reloads the thread from the server.
* Fix bug in continuation caused by last-minute changes.
* Fix bug where only one reply per thread was being loaded.
* Fix bug where AJAX-loaded threads were loading one level too few.
* Fix bug in interpretation of API parameters.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-15 22:15 UTC)
Siebrand Mazeland [Tue, 15 Sep 2009 22:44:57 +0000 (22:44 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-15 22:15 UTC)

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-15 22:15 UTC)
Siebrand Mazeland [Tue, 15 Sep 2009 22:43:47 +0000 (22:43 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-15 22:15 UTC)

14 years agowhitespaces tweaks
Alexandre Emsenhuber [Tue, 15 Sep 2009 21:05:30 +0000 (21:05 +0000)]
whitespaces tweaks

14 years ago* fix oversight in r56324 in showMissingArticle() (string -> array)
Siebrand Mazeland [Tue, 15 Sep 2009 12:41:15 +0000 (12:41 +0000)]
* fix oversight in r56324 in showMissingArticle() (string -> array)
* break lists of parameters for other uses of LogEventsList::showLogExtract()

14 years agoMake Change Tags index name configurable with a new config variable $wgOldChangeTagsI...
Andrew Garrett [Tue, 15 Sep 2009 10:28:01 +0000 (10:28 +0000)]
Make Change Tags index name configurable with a new config variable $wgOldChangeTagsIndex, replacement for live hack at svn.wikimedia.org/viewvc/mediawiki/branches/wmf-deployment/includes/ChangeTags.php?&pathrev=53208&r1=53207&r2=53208

14 years agoMore useful debug output for CGI
Tim Starling [Tue, 15 Sep 2009 06:21:49 +0000 (06:21 +0000)]
More useful debug output for CGI

14 years agoDe-Wikimedified lag.php script and merged to trunk. Still not 100% sure what the...
Brion Vibber [Tue, 15 Sep 2009 00:24:24 +0000 (00:24 +0000)]
De-Wikimedified lag.php script and merged to trunk. Still not 100% sure what the -r option is supposed to do, but it now runs. :)

14 years agoCleanup live hack from wmf-deployment r53208 a bit: DB selection using load balancer.
Brion Vibber [Mon, 14 Sep 2009 22:32:30 +0000 (22:32 +0000)]
Cleanup live hack from wmf-deployment r53208 a bit: DB selection using load balancer.

Should fix a couple regressions or possible regressions:
* Hack was pulling the main LB's DB_SLAVE connection although we were deliberately opening a new connection. Could have caused problems when we were fetching other things from the local database in the middle of an export.
* We no longer lose the connection timeout override.

However we still have a regression:
* --server option is ignored (but we're now pulling from the 'backup' group, so we at least have some kind of consistency :)

14 years agoMerge and clean up memory_limit hacks from wmf-deployment r53208.
Brion Vibber [Mon, 14 Sep 2009 22:10:10 +0000 (22:10 +0000)]
Merge and clean up memory_limit hacks from wmf-deployment r53208.
Added a memoryLimit() method on Maintenance class which allows scripts to override the memory limit; normally we disable the limit but sometimes you actually want to set one to avoid eating up RAM on the machine if something goes awry.

14 years agoClean up a live hack from wmf-deployment r53208: option to short-circuit math path...
Brion Vibber [Mon, 14 Sep 2009 21:58:41 +0000 (21:58 +0000)]
Clean up a live hack from wmf-deployment r53208: option to short-circuit math path and file existence checks.
Adds $wgMathCheckFiles setting:

/**
 * Normally when generating math images, we double-check that the
 * directories we want to write to exist, and that files that have
 * been generated still exist when we need to bring them up again.
 *
 * This lets us give useful error messages in case of permission
 * problems, and automatically rebuild images that have been lost.
 *
 * On a big site with heavy NFS traffic this can be slow and flaky,
 * so sometimes we want to short-circuit it by setting this to false.
 */
$wgMathCheckFiles = true;

14 years agoMerge live hack from wmf-deployment r53208: skip calculation of display names for...
Brion Vibber [Mon, 14 Sep 2009 21:42:28 +0000 (21:42 +0000)]
Merge live hack from wmf-deployment r53208: skip calculation of display names for groups in permission errors when we're only checking for a yes/no

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-14 20:56 UTC)
Siebrand Mazeland [Mon, 14 Sep 2009 21:42:16 +0000 (21:42 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-14 20:56 UTC)

14 years agoApply live hack from wmf-deployment r53208: allows passing alt table name
Brion Vibber [Mon, 14 Sep 2009 21:35:14 +0000 (21:35 +0000)]
Apply live hack from wmf-deployment r53208: allows passing alt table name

14 years agoMerge live hack from wmf-deployment r53208: profiling for LanguageGetMagic hook call
Brion Vibber [Mon, 14 Sep 2009 21:30:01 +0000 (21:30 +0000)]
Merge live hack from wmf-deployment r53208: profiling for LanguageGetMagic hook call

14 years agoCommit live hack from wmf-deployment r53208: skip user cache invalidation if we're...
Brion Vibber [Mon, 14 Sep 2009 21:28:50 +0000 (21:28 +0000)]
Commit live hack from wmf-deployment r53208: skip user cache invalidation if we're in read-only mode; it's likely to fail and cause more confusion than not doing the invalidation.

14 years agoIncrease limit from 500 to 5000 per live hack committed to wmf-deployment in r53208
Brion Vibber [Mon, 14 Sep 2009 21:26:04 +0000 (21:26 +0000)]
Increase limit from 500 to 5000 per live hack committed to wmf-deployment in r53208

14 years agoFollow-up to r56324 per IRC comments by Nikerabbit: coding style updated
Siebrand Mazeland [Mon, 14 Sep 2009 19:56:22 +0000 (19:56 +0000)]
Follow-up to r56324 per IRC comments by Nikerabbit: coding style updated

14 years agoLocalization update.
Rotem Liss [Mon, 14 Sep 2009 19:44:40 +0000 (19:44 +0000)]
Localization update.

14 years agoFixing User::getBlockedStatus which broke r55918. Function now works for all user...
Tobias [Mon, 14 Sep 2009 19:34:18 +0000 (19:34 +0000)]
Fixing User::getBlockedStatus which broke r55918. Function now works for all user objects, not just wgUser

14 years agoSupport GENDER in 'renameuser-renamed-notice', changing LogEventsList::showLogExtract...
Siebrand Mazeland [Mon, 14 Sep 2009 18:58:25 +0000 (18:58 +0000)]
Support GENDER in 'renameuser-renamed-notice', changing LogEventsList::showLogExtract for that:
* param $msgKey from String to Array, where first element is the message key, additional elements are parameters for the key

Comment by Nikerabbit: "... that is cargo train number of parameters :o". I tried not to make it worse.

14 years agoFollow up to r56285: just grant all rights to the installer-created database user.
Benjamin Lees [Mon, 14 Sep 2009 18:40:45 +0000 (18:40 +0000)]
Follow up to r56285: just grant all rights to the installer-created database user.

14 years agoFollow-up to r56317: rebuild messages files
Siebrand Mazeland [Mon, 14 Sep 2009 18:22:43 +0000 (18:22 +0000)]
Follow-up to r56317: rebuild messages files

14 years agoReplace the user rename log display for non-existent userpages with a hook (followup...
Alex Z [Mon, 14 Sep 2009 18:10:13 +0000 (18:10 +0000)]
Replace the user rename log display for non-existent userpages with a hook (followup to r56251).
Update for Renameuser extension to follow.

Also make docs for LogEventsList::showLogExtract() actually useful

14 years agoTweak 'revdelete-offender' -> "Revision author"
Siebrand Mazeland [Mon, 14 Sep 2009 17:32:35 +0000 (17:32 +0000)]
Tweak 'revdelete-offender' -> "Revision author"

14 years agobug 18472 Suppression log filtered by "offender", as Oversight log can be
Aaron Schulz [Mon, 14 Sep 2009 17:09:13 +0000 (17:09 +0000)]
bug 18472 Suppression log filtered by "offender", as Oversight log can be

14 years agoPG fix for listusers
Aaron Schulz [Mon, 14 Sep 2009 16:42:11 +0000 (16:42 +0000)]
PG fix for listusers

14 years agocode style tweaks
Aaron Schulz [Mon, 14 Sep 2009 16:38:35 +0000 (16:38 +0000)]
code style tweaks

14 years ago(bug 18180) Special:Export ignores limit, dir, offset parameters. Patch by azliq7
Roan Kattouw [Mon, 14 Sep 2009 12:57:37 +0000 (12:57 +0000)]
(bug 18180) Special:Export ignores limit, dir, offset parameters. Patch by azliq7

14 years agoUpdate the Chinese conversion tables.
Philip Tzou [Mon, 14 Sep 2009 05:43:56 +0000 (05:43 +0000)]
Update the Chinese conversion tables.

14 years agoFixes for r56284:
Alex Z [Mon, 14 Sep 2009 02:17:31 +0000 (02:17 +0000)]
Fixes for r56284:
* Parse the message shown in the box
* Fix undefined variable notice

14 years ago(Bug 20634) Give the installer-created database user CREATE TABLE and ALTER TABLE...
Benjamin Lees [Mon, 14 Sep 2009 01:26:21 +0000 (01:26 +0000)]
(Bug 20634) Give the installer-created database user CREATE TABLE and ALTER TABLE rights so that upgrades will go more smoothly.

14 years agoFollow-up on r56251 - merging showLogs and showLogExtract
Tobias [Sun, 13 Sep 2009 22:21:11 +0000 (22:21 +0000)]
Follow-up on r56251 - merging showLogs and showLogExtract

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-13 20:30 UTC)
Siebrand Mazeland [Sun, 13 Sep 2009 20:54:11 +0000 (20:54 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-13 20:30 UTC)

14 years agoFollow-up on r56230 - toc class was lost http://de.wikipedia.org/w/index.php?title...
Tobias [Sun, 13 Sep 2009 20:23:17 +0000 (20:23 +0000)]
Follow-up on r56230 - toc class was lost de.wikipedia.org/w/index.php?title=Benutzer_Diskussion%3AChurch_of_emacs&diff=64479082&oldid=64442028

14 years agoIP -> IP address
Siebrand Mazeland [Sun, 13 Sep 2009 17:12:32 +0000 (17:12 +0000)]
IP -> IP address

14 years agoFor wikis with $wgMiserMode off, update activeuser count daily rather than per page...
Aaron Schulz [Sun, 13 Sep 2009 16:50:35 +0000 (16:50 +0000)]
For wikis with $wgMiserMode off, update activeuser count daily rather than per page view. Those with $wgMiserMode on still use $wgSpecialPageCacheUpdates.

14 years agoRemoved redundant show/hide clutter
Aaron Schulz [Sun, 13 Sep 2009 16:02:34 +0000 (16:02 +0000)]
Removed redundant show/hide clutter

14 years agoMinor style
Niklas Laxström [Sun, 13 Sep 2009 15:28:35 +0000 (15:28 +0000)]
Minor style

14 years ago(bug 20624) Installation allows to select "language" qqq for the Wiki
Chad Horohoe [Sun, 13 Sep 2009 14:13:36 +0000 (14:13 +0000)]
(bug 20624) Installation allows to select "language" qqq for the Wiki

14 years agoNuke the last vestiges of tlh.
Chad Horohoe [Sun, 13 Sep 2009 13:57:35 +0000 (13:57 +0000)]
Nuke the last vestiges of tlh.

14 years agoLocalisation updates for special page aliases for core from translatewiki.net
Siebrand Mazeland [Sun, 13 Sep 2009 07:13:04 +0000 (07:13 +0000)]
Localisation updates for special page aliases for core from translatewiki.net

14 years agoLocalisation updates for magic words for core from translatewiki.net
Siebrand Mazeland [Sun, 13 Sep 2009 07:06:56 +0000 (07:06 +0000)]
Localisation updates for magic words for core from translatewiki.net

14 years agoCreating new function wgOutput->showLogs and including new information on viewing...
Tobias [Sun, 13 Sep 2009 02:07:21 +0000 (02:07 +0000)]
Creating new function wgOutput->showLogs and including new information on viewing non-existant user pages. In detail:
Instead of copy&pasting the code in different files, there is now one function for showing logs.
This function is currently used for:
* Article and EditPage: Show deletion / move log
* Article: Show rename log on user(talk)pages (NEW in this revision)
* SpecialContributions: Show block log for blocked users
(Note: I removed the condition "log_action != 'revision'". AFAIK it isn't needed, log lists are checked for permission somewhere)

Additionally, on user (talk) pages a note is displayed, if the user does not exist.

14 years agoAdd getVisibility function (which fixes revisiondelete fatal)
Aaron Schulz [Sat, 12 Sep 2009 22:02:51 +0000 (22:02 +0000)]
Add getVisibility function (which fixes revisiondelete fatal)

14 years agoFix fatal left over from preferences rewrite, that no one noticed because this partic...
Happy-melon [Sat, 12 Sep 2009 21:41:09 +0000 (21:41 +0000)]
Fix fatal left over from preferences rewrite, that no one noticed because this particular function isn't used *anywhere* in core... :D

14 years agoLocalisation updates for core messages from translatewiki.net
Siebrand Mazeland [Sat, 12 Sep 2009 21:27:42 +0000 (21:27 +0000)]
Localisation updates for core messages from translatewiki.net