lhc/web/wiklou.git
15 years agoKill undefined variable warnings.
Roan Kattouw [Sat, 27 Sep 2008 11:26:34 +0000 (11:26 +0000)]
Kill undefined variable warnings.

15 years agoAPI: Add the name attribute back to list=allimages; it disappeared in r35085
Roan Kattouw [Sat, 27 Sep 2008 11:04:23 +0000 (11:04 +0000)]
API: Add the name attribute back to list=allimages; it disappeared in r35085

15 years agoNew "ArticleEditUpdates" hook (bug 15490)
Aaron Schulz [Sat, 27 Sep 2008 10:52:49 +0000 (10:52 +0000)]
New "ArticleEditUpdates" hook  (bug 15490)

15 years ago(bug 15739) Add $wgArticlePathForCurid to make links with only curid=# as the query...
Matt Johnston [Sat, 27 Sep 2008 09:49:23 +0000 (09:49 +0000)]
(bug 15739) Add $wgArticlePathForCurid to make links with only curid=# as the query string use the article path, rather than the script path. Intended for Wikinews and the DPL extension with showcurid=true, although may be useful in other scenarios, so put in core.

15 years agoFix totally broken last commit, misread the existing code
Aryeh Gregor [Fri, 26 Sep 2008 21:35:03 +0000 (21:35 +0000)]
Fix totally broken last commit, misread the existing code

15 years agoRemove unnecessary conditional
Aryeh Gregor [Fri, 26 Sep 2008 21:31:17 +0000 (21:31 +0000)]
Remove unnecessary conditional

15 years agoFix for 41288, don't raise errors for language parameter
Aryeh Gregor [Fri, 26 Sep 2008 21:31:10 +0000 (21:31 +0000)]
Fix for 41288, don't raise errors for language parameter

The documentation didn't make it clear that the wfMsgExt() array can take a single associative parameter.  I've clarified this, and fixed error-checking for that.  Also adjusted indentation in the comment for clarity (one space isn't enough).

15 years agoSome more comments.
Bryan Tong Minh [Fri, 26 Sep 2008 20:23:28 +0000 (20:23 +0000)]
Some more comments.

15 years agoAdd a real fetchFile() method.
Bryan Tong Minh [Fri, 26 Sep 2008 20:06:23 +0000 (20:06 +0000)]
Add a real fetchFile() method.

15 years agokeyname should be the PRIMARY
Aaron Schulz [Fri, 26 Sep 2008 19:16:58 +0000 (19:16 +0000)]
keyname should be the PRIMARY

15 years agoRaise E_USER_WARNING if bad option passed to wfMsgExt()
Aryeh Gregor [Fri, 26 Sep 2008 17:25:17 +0000 (17:25 +0000)]
Raise E_USER_WARNING if bad option passed to wfMsgExt()

15 years ago* Use a separate transaction for the site_stats update
Tim Starling [Fri, 26 Sep 2008 15:35:11 +0000 (15:35 +0000)]
* Use a separate transaction for the site_stats update
* Remove obsolete runtime schema check

15 years agoDon't use filecache if $parserOutput->containsOldMagic() either
Aaron Schulz [Fri, 26 Sep 2008 13:55:42 +0000 (13:55 +0000)]
Don't use filecache if $parserOutput->containsOldMagic() either

15 years agoUse PHP-5 private members.
David McCabe [Fri, 26 Sep 2008 06:01:57 +0000 (06:01 +0000)]
Use PHP-5 private members.

15 years ago* Make Revision::newFromTitle() get the page_latest value from the master instead...
Tim Starling [Fri, 26 Sep 2008 02:42:30 +0000 (02:42 +0000)]
* Make Revision::newFromTitle() get the page_latest value from the master instead of the slave
* Use inefficient replication-aware fetches only if replication is in use
* Update docs/database.txt on how to check for replication

15 years agoFix r41248 per Chad's suggestions on Wikitech. $wgBlockAllowsUTEdit now enables the...
Matt Johnston [Fri, 26 Sep 2008 00:28:46 +0000 (00:28 +0000)]
Fix r41248 per Chad's suggestions on Wikitech. $wgBlockAllowsUTEdit now enables the check box, if it is false no option is given to sysops at all

15 years agoFileCache cleanup:
Aaron Schulz [Thu, 25 Sep 2008 23:02:35 +0000 (23:02 +0000)]
FileCache cleanup:
* Make isFileCacheable() more reliable and explicit
* Do not cache uncacheable content
* Specify tryFileCache() return values

15 years agoForgot to commit a file in my TODO/FIXME crusade.
Roan Kattouw [Thu, 25 Sep 2008 22:41:03 +0000 (22:41 +0000)]
Forgot to commit a file in my TODO/FIXME crusade.

15 years agoWe can at least *pretend* to be consistent here
Roan Kattouw [Thu, 25 Sep 2008 21:41:13 +0000 (21:41 +0000)]
We can at least *pretend* to be consistent here

15 years agoAPI:
Roan Kattouw [Thu, 25 Sep 2008 21:39:36 +0000 (21:39 +0000)]
API:
* Title::moveTo() has been returning a getUserPermissionsErrors()-like array for ages now, let's use it correctly in ApiMove and skip the double-checks
* Remove some outdated TODO/FIXME comments

15 years agoAPI: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabl...
Roan Kattouw [Thu, 25 Sep 2008 20:50:50 +0000 (20:50 +0000)]
API: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabled by putting $wgAPIModules['foo'] = 'ApiDisabled'; in LocalSettings.php

15 years agoDo it right this time
Roan Kattouw [Thu, 25 Sep 2008 20:47:47 +0000 (20:47 +0000)]
Do it right this time

15 years agoAPI: Fix adding over prop/list/meta modules, which seems to have been broken for...
Roan Kattouw [Thu, 25 Sep 2008 20:46:24 +0000 (20:46 +0000)]
API: Fix adding over prop/list/meta modules, which seems to have been broken for a long time without anyone noticing.

15 years ago* Improved upload file type detection for OpenDocument formats
Brion Vibber [Thu, 25 Sep 2008 18:43:33 +0000 (18:43 +0000)]
* Improved upload file type detection for OpenDocument formats

Added a check for the magic value header in OpenDocument zip archives which specifies which subtype it is. Such files will get detected with the appropriate mime type and matching extension, so ODT etc uploads will work again where enabled.

(Previously the general ZIP check and blacklist would disable them.)

15 years ago(bug 15609) Add inprop=url (full URL to page and edit form) and inprop=readable ...
Roan Kattouw [Thu, 25 Sep 2008 15:55:09 +0000 (15:55 +0000)]
(bug 15609) Add inprop=url (full URL to page and edit form) and inprop=readable (whether the current user can read the page) to prop=info

15 years agoFollowup to r41257: don't give out a token when we're in JSON callback mode
Roan Kattouw [Thu, 25 Sep 2008 15:27:04 +0000 (15:27 +0000)]
Followup to r41257: don't give out a token when we're in JSON callback mode

15 years agoAPI: Added uiprop=preferencestoken to meta=userinfo, to retrieve the token for chanin...
Roan Kattouw [Thu, 25 Sep 2008 15:20:37 +0000 (15:20 +0000)]
API: Added uiprop=preferencestoken to meta=userinfo, to retrieve the token for chaning one's preferences through Special:Preferences (and possibly through a future API module if and when the preferences system doesn't suck so much anymore).

15 years ago(bug 15706) Empty values for apprtype and apprlevel are now silently ignored rather...
Roan Kattouw [Thu, 25 Sep 2008 14:50:09 +0000 (14:50 +0000)]
(bug 15706) Empty values for apprtype and apprlevel are now silently ignored rather than causing an exception

15 years ago(bug 15673) Add indentation and newlines to format=wddxfm output:
Roan Kattouw [Thu, 25 Sep 2008 14:23:24 +0000 (14:23 +0000)]
(bug 15673) Add indentation and newlines to format=wddxfm output:
* Like the JSON formatter, use our own WDDX formatter when PHP's is not available or the user asked for pretty output (PHP's doesn't do indentation)
* Don't prettify when our own formatter is used because PHP's is not avaiable
* Detect regular arrays (with sequential integer keys) and use <array> for them, rather than using <struct> for all arrays. PHP's formatter does this as well. This change should make our WDDX formatter's output identical to PHP's

15 years agoLocalization update.
Rotem Liss [Thu, 25 Sep 2008 13:05:56 +0000 (13:05 +0000)]
Localization update.

15 years agoFix spelling
Siebrand Mazeland [Thu, 25 Sep 2008 12:01:45 +0000 (12:01 +0000)]
Fix spelling

15 years agoAdd messages from r41248
Siebrand Mazeland [Thu, 25 Sep 2008 11:59:47 +0000 (11:59 +0000)]
Add messages from r41248

15 years ago(bug 8440) Allow preventing blocked users from editing their talk pages
Matt Johnston [Thu, 25 Sep 2008 11:45:26 +0000 (11:45 +0000)]
(bug 8440) Allow preventing blocked users from editing their talk pages
* Adds database field to ipblocks table, ipb_allow_usertalk, storing whether or not the user can edit their own talk page. Defaults to 0 to coincide with the default value of $wgBlockAllowsUTEdit.
* Recommended to update all current blocks to have a allow_usertalk value of whatever the current setting is
* Retasks $wgBlockAllowsUTEdit to be the default value of the field in the blocking screen - unless a sysop changes the checkbox, will use whatever that variable is set to.

15 years agoFixes in recently added messages, also register them.
Siebrand Mazeland [Thu, 25 Sep 2008 10:46:29 +0000 (10:46 +0000)]
Fixes in recently added messages, also register them.

15 years agoRe r41198: if you're going to break the interface, you may as well do it properly...
Tim Starling [Thu, 25 Sep 2008 10:15:19 +0000 (10:15 +0000)]
Re r41198: if you're going to break the interface, you may as well do it properly. Rather than Article::doEdit() returning some random fragment of data that your current application requires, how about we have it return a general, extensible object?

Also:
* Fixed EDIT_NEW on existing article to return an error status instead of throw a DB exception
* Fixed a bug dating from MW 1.5 whereby there's a short interval where an edit conflict can be missed, and an edit overwritten. See comment before updateRevisionOn() call.
* Reduced some indenting levels using early returns

15 years agoBreak some long lines
Aaron Schulz [Thu, 25 Sep 2008 06:33:58 +0000 (06:33 +0000)]
Break some long lines

15 years ago* (bug 15701) Protection form was too wide for some browsers as 2 columns, switching...
Alex Z [Thu, 25 Sep 2008 02:08:59 +0000 (02:08 +0000)]
* (bug 15701) Protection form was too wide for some browsers as 2 columns, switching to 1 column format.
* Move the "unlock move permissions" checkbox to a more logical place with the options for move protection, instead of with the cascading checkbox.

15 years ago* Rename randomInsert() to insertToDefault()
Aaron Schulz [Wed, 24 Sep 2008 20:30:10 +0000 (20:30 +0000)]
* Rename randomInsert() to insertToDefault()
* Use insertToDefault() to insert revisions (talked to brion on this)

15 years agoAdd insertRandom() with failover back. Currently not used just yet.
Aaron Schulz [Wed, 24 Sep 2008 18:38:25 +0000 (18:38 +0000)]
Add insertRandom() with failover back. Currently not used just yet.

15 years agoRevert some recent ES-related changes -- they made behavior much worse when we encoun...
Brion Vibber [Wed, 24 Sep 2008 18:09:22 +0000 (18:09 +0000)]
Revert some recent ES-related changes -- they made behavior much worse when we encountered problems with site_stats updates hanging and stacking up extra open ES connections.
r41230
r41229
r41093
r41091
r41092
r41086
r41063
r40696

Also reverted r41231 which no longer applies

15 years agoSelf-revert and re-add transactions here. Sacrifices some atomicity for less transact...
Aaron Schulz [Wed, 24 Sep 2008 18:00:25 +0000 (18:00 +0000)]
Self-revert and re-add transactions here. Sacrifices some atomicity for less transaction time.

15 years agoAnother fix for r41086. Don't keep retrying server if connection fails.
Aaron Schulz [Wed, 24 Sep 2008 17:28:55 +0000 (17:28 +0000)]
Another fix for r41086. Don't keep retrying server if connection fails.

15 years agoUncomment out needed code, PN2 not wanting to save :/
Aaron Schulz [Wed, 24 Sep 2008 16:13:50 +0000 (16:13 +0000)]
Uncomment out needed code, PN2 not wanting to save :/

15 years agoRevert untested code change from r41086. Don't call methods on non-objects, the fatal...
Aaron Schulz [Wed, 24 Sep 2008 16:09:06 +0000 (16:09 +0000)]
Revert untested code change from r41086. Don't call methods on non-objects, the fatal will stop even with the error catching.

15 years ago* Preserve protection on move for original title (now redirect) (bug 10527)
Aaron Schulz [Wed, 24 Sep 2008 15:02:02 +0000 (15:02 +0000)]
* Preserve protection on move for original title (now redirect) (bug 10527)
* Add a protection log entry to the new title on page move. Would be nice to have log_params set here too. (bug 8296)

15 years agoRemove commented out code
Aaron Schulz [Wed, 24 Sep 2008 13:49:48 +0000 (13:49 +0000)]
Remove commented out code

15 years agoShorten expiry box
Aaron Schulz [Wed, 24 Sep 2008 11:53:03 +0000 (11:53 +0000)]
Shorten expiry box

15 years agoFixes for r41154 and r41155:
Tim Starling [Wed, 24 Sep 2008 09:44:45 +0000 (09:44 +0000)]
Fixes for r41154 and r41155:
* Boolean parameters are widely accepted to reduce readability. Replaced the new boolean parameters with class constant parameters instead.
* Re-added Revision::revText(), for backwards compatibility
* The getUser()/getUserText() changes near line 1223 of SpecialUndelete.php were incorrect, $file is an ArchivedFile not a Revision, and doesn't have any $isPublic parameters.

15 years agoFix docs for r41150, remove commented-out code, remove superfluous brackets in "new...
Tim Starling [Wed, 24 Sep 2008 08:46:18 +0000 (08:46 +0000)]
Fix docs for r41150, remove commented-out code, remove superfluous brackets in "new" expressions.

15 years agoFix unnecessary GlobalFunctions.php bloat from r41148
Tim Starling [Wed, 24 Sep 2008 08:36:44 +0000 (08:36 +0000)]
Fix unnecessary GlobalFunctions.php bloat from r41148

15 years ago* Add a simple log demultiplexer, written in python, for low-volume MediaWiki logs
Tim Starling [Wed, 24 Sep 2008 08:17:35 +0000 (08:17 +0000)]
* Add a simple log demultiplexer, written in python, for low-volume MediaWiki logs
* in wfErrorLog(): clean up log text so that it works properly with the multiplexer

15 years agoImplemented UDP logging.
Tim Starling [Wed, 24 Sep 2008 07:11:41 +0000 (07:11 +0000)]
Implemented UDP logging.

15 years agoLocalization update for he.
Rotem Liss [Wed, 24 Sep 2008 04:14:49 +0000 (04:14 +0000)]
Localization update for he.

15 years agoWarning: ini_set() [ref.outcontrol]: Cannot change zlib.output_compression - headers...
Alexandre Emsenhuber [Tue, 23 Sep 2008 18:23:09 +0000 (18:23 +0000)]
Warning: ini_set() [ref.outcontrol]: Cannot change zlib.output_compression - headers already sent in profileinfo.php on line 58

15 years ago* Make Article::doEdit() return the revId, not just true/false. Make the article...
Aaron Schulz [Tue, 23 Sep 2008 18:20:50 +0000 (18:20 +0000)]
* Make Article::doEdit() return the revId, not just true/false. Make the article rollback stuff use this rather than 'next' to avoid slave usage for rollback diff. (bug 15672)

15 years ago* Remove unused message 'revnotfound'
Raimond Spekking [Tue, 23 Sep 2008 12:55:08 +0000 (12:55 +0000)]
* Remove unused message 'revnotfound'
* Move message 'revnotfound' from core (there unused) to FlaggedRevs extension and rename to stick with naming conventions

15 years ago* Add an own section for migrated extensions to RELEASE-NOTES
Raimond Spekking [Tue, 23 Sep 2008 11:13:10 +0000 (11:13 +0000)]
* Add an own section for migrated extensions to RELEASE-NOTES
* Add an section to check installed extensions to UPGRADE

15 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Tue, 23 Sep 2008 09:26:01 +0000 (09:26 +0000)]
Localisation updates for core messages from Betawiki
* mostly related to core merge of Special:DeletedContributions

15 years ago* fix localised special pages for Special:DeletedContributions
Siebrand Mazeland [Tue, 23 Sep 2008 09:17:32 +0000 (09:17 +0000)]
* fix localised special pages for Special:DeletedContributions
* fix link to Special:DeletedContributions on Special:Contributions

15 years agoAdd extension DeletedContributions to core
Siebrand Mazeland [Tue, 23 Sep 2008 08:41:55 +0000 (08:41 +0000)]
Add extension DeletedContributions to core

15 years agoLocalisation updates for core messages from Betawiki (2008-09-23 09:21 CEST)
Siebrand Mazeland [Tue, 23 Sep 2008 07:31:35 +0000 (07:31 +0000)]
Localisation updates for core messages from Betawiki (2008-09-23 09:21 CEST)

15 years agoRedo r41164 with less breakage.
Chad Horohoe [Tue, 23 Sep 2008 00:07:24 +0000 (00:07 +0000)]
Redo r41164 with less breakage.

15 years agoRevert 41164: PHP Notice: Undefined property: ForeignAPIRepo::$repo in includes...
Siebrand Mazeland [Mon, 22 Sep 2008 22:09:55 +0000 (22:09 +0000)]
Revert 41164: PHP Notice:  Undefined property:  ForeignAPIRepo::$repo in includes/filerepo/ForeignAPIRepo.php on line 143

15 years agoSites are unlikely to have over 2 billion active users
Greg Sabino Mullane [Mon, 22 Sep 2008 20:57:36 +0000 (20:57 +0000)]
Sites are unlikely to have over 2 billion active users

15 years agoFill in blocklist from submit/url (bug 15611)
Aaron Schulz [Mon, 22 Sep 2008 20:38:39 +0000 (20:38 +0000)]
Fill in blocklist from submit/url (bug 15611)

15 years agoAdd ForeignAPIRepo::canCacheThumbs() method. Cleaner interface and removes some code...
Chad Horohoe [Mon, 22 Sep 2008 20:22:10 +0000 (20:22 +0000)]
Add ForeignAPIRepo::canCacheThumbs() method. Cleaner interface and removes some code duplication.

15 years agoCall Xml class directly, rather than the global function.
Chad Horohoe [Mon, 22 Sep 2008 17:01:44 +0000 (17:01 +0000)]
Call Xml class directly, rather than the global function.

15 years agoAdd a link to edit the proction reason list
Raimond Spekking [Mon, 22 Sep 2008 16:16:37 +0000 (16:16 +0000)]
Add a link to edit the proction reason list

15 years agoRELEASE-NOTES for last commit.
Chad Horohoe [Mon, 22 Sep 2008 15:48:07 +0000 (15:48 +0000)]
RELEASE-NOTES for last commit.

15 years agoMake file_get_contents() respect our timeout settings. Otherwise, we'll get 3 minute...
Chad Horohoe [Mon, 22 Sep 2008 15:44:13 +0000 (15:44 +0000)]
Make file_get_contents() respect our timeout settings. Otherwise, we'll get 3 minute waits for timeouts potentially, which is icky.

15 years agorev_deleted security improvements as well as fix for rawpages
Aaron Schulz [Mon, 22 Sep 2008 14:37:05 +0000 (14:37 +0000)]
rev_deleted security improvements as well as fix for rawpages

15 years agoRemove Revision::revText() and move functionality to getText()
Aaron Schulz [Mon, 22 Sep 2008 14:24:18 +0000 (14:24 +0000)]
Remove Revision::revText() and move functionality to getText()

15 years agoAdd comment
Aaron Schulz [Mon, 22 Sep 2008 13:33:06 +0000 (13:33 +0000)]
Add comment

15 years agoApply account creation blocks to users (bug 13611)
Aaron Schulz [Mon, 22 Sep 2008 13:21:53 +0000 (13:21 +0000)]
Apply account creation blocks to users (bug 13611)

15 years agoUse IP::isIPAddress() to catch ranges and therefore show block/log links. (bug 13156)
Aaron Schulz [Mon, 22 Sep 2008 12:41:33 +0000 (12:41 +0000)]
Use IP::isIPAddress() to catch ranges and therefore show block/log links. (bug 13156)

15 years agoRefactor RC2UDP code some
Aaron Schulz [Mon, 22 Sep 2008 12:22:18 +0000 (12:22 +0000)]
Refactor RC2UDP code some

15 years ago* Add loadAllMessages, neede for usergroups definded in extensions
Raimond Spekking [Mon, 22 Sep 2008 11:54:10 +0000 (11:54 +0000)]
* Add loadAllMessages, neede for usergroups definded in extensions
* Add CSS classes per row to allow better customizations

15 years agoRemove $wgCachedMessageArrays from DefaultSettings.php, there's no other occurrence...
Alexandre Emsenhuber [Mon, 22 Sep 2008 08:41:09 +0000 (08:41 +0000)]
Remove $wgCachedMessageArrays from DefaultSettings.php, there's no other occurrence of this variable. Seems that it was removed in r15823.

15 years agoLocalization update.
Rotem Liss [Mon, 22 Sep 2008 07:25:11 +0000 (07:25 +0000)]
Localization update.

15 years ago* Fix some documentation
Tim Starling [Mon, 22 Sep 2008 04:52:51 +0000 (04:52 +0000)]
* Fix some documentation
* Fix K&R style braces, since demon started, we may as well finish. This was one of the last files I wrote before I was converted to Brion-style braces.
* Renamed a variable

15 years agoReturn numeric version only.
Greg Sabino Mullane [Mon, 22 Sep 2008 03:15:17 +0000 (03:15 +0000)]
Return numeric version only.

15 years agorc_log_type can be null, and NULL != 'x' is treated as false, which borked the count...
Aaron Schulz [Sun, 21 Sep 2008 22:56:59 +0000 (22:56 +0000)]
rc_log_type can be null, and NULL != 'x' is treated as false, which borked the count. (bug 15682)

15 years ago(bug 14475) Clarify the email message for temporary passwords
Siebrand Mazeland [Sun, 21 Sep 2008 22:56:28 +0000 (22:56 +0000)]
(bug 14475) Clarify the email message for temporary passwords

15 years ago(bug 15169) datePreferences for Korean.
Siebrand Mazeland [Sun, 21 Sep 2008 22:48:31 +0000 (22:48 +0000)]
(bug 15169) datePreferences for Korean.

15 years agoOops. Let's not forget those nasty namespace fallbacks.
Siebrand Mazeland [Sun, 21 Sep 2008 22:41:19 +0000 (22:41 +0000)]
Oops. Let's not forget those nasty namespace fallbacks.

15 years agoLocalisation updates from Betawiki
Siebrand Mazeland [Sun, 21 Sep 2008 22:36:28 +0000 (22:36 +0000)]
Localisation updates from Betawiki

15 years ago(Bug 15650) Limit length of displayed deletion log while creating a new page
Matt Johnston [Sun, 21 Sep 2008 20:25:59 +0000 (20:25 +0000)]
(Bug 15650) Limit length of displayed deletion log while creating a new page
Very similair to Bug 14638 and r40944, for block form

15 years agoFatal error: Call to undefined function wfMemc() in includes/Block.php on line 550
Alexandre Emsenhuber [Sun, 21 Sep 2008 20:25:21 +0000 (20:25 +0000)]
Fatal error: Call to undefined function wfMemc() in includes/Block.php on line 550

15 years ago+style version for r41128
Chad Horohoe [Sun, 21 Sep 2008 20:17:08 +0000 (20:17 +0000)]
+style version for r41128

15 years ago(Bug 15627) Other Expiry field isn't hidden if dropdown chosen but page reloaded
Matt Johnston [Sun, 21 Sep 2008 19:59:29 +0000 (19:59 +0000)]
(Bug 15627) Other Expiry field isn't hidden if dropdown chosen but page reloaded

15 years agoLocalization update.
Rotem Liss [Sun, 21 Sep 2008 18:35:45 +0000 (18:35 +0000)]
Localization update.

15 years agoThrow an error when the source and destination pages for mergehistory are the same.
Chad Horohoe [Sun, 21 Sep 2008 17:56:24 +0000 (17:56 +0000)]
Throw an error when the source and destination pages for mergehistory are the same.

15 years agoLocalization update.
Rotem Liss [Sun, 21 Sep 2008 17:50:14 +0000 (17:50 +0000)]
Localization update.

15 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Sun, 21 Sep 2008 17:41:01 +0000 (17:41 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

15 years agoLocalisation updates for core messages from Betawiki (2008-09-21 17:29 CEST)
Siebrand Mazeland [Sun, 21 Sep 2008 15:36:29 +0000 (15:36 +0000)]
Localisation updates for core messages from Betawiki (2008-09-21 17:29 CEST)

15 years agoAppend a <sup>*</sup> if a tooltip is available
Siebrand Mazeland [Sun, 21 Sep 2008 15:21:29 +0000 (15:21 +0000)]
Append a <sup>*</sup> if a tooltip is available

15 years agoMore block updates:
Chad Horohoe [Sun, 21 Sep 2008 15:16:32 +0000 (15:16 +0000)]
More block updates:
* Improve docs (formatExpiry() is fine, abstracting wouldn't do anything, as it would just become a wrapper for $wgLang->timeanddate())
* Abstract out some param validation from insert()
* Add an update() method to make modification of existing blocks a bit nicer.

15 years agoRemove leftover div
Siebrand Mazeland [Sun, 21 Sep 2008 15:11:22 +0000 (15:11 +0000)]
Remove leftover div

15 years ago* Add tooltips for Users and Active users, shortening the displayed text
Siebrand Mazeland [Sun, 21 Sep 2008 14:59:55 +0000 (14:59 +0000)]
* Add tooltips for Users and Active users, shortening the displayed text
* Add missing 'cant-block-while-blocked' from r41108

15 years agoFix alignment of MessagesTcy.php
Siebrand Mazeland [Sun, 21 Sep 2008 14:55:43 +0000 (14:55 +0000)]
Fix alignment of MessagesTcy.php