lhc/web/wiklou.git
15 years agoFix for r47964: correct check
Alexandre Emsenhuber [Tue, 3 Mar 2009 16:30:02 +0000 (16:30 +0000)]
Fix for r47964: correct check

15 years ago(bug 17722) Fix regression where users are unable to change temporary passwords
Chad Horohoe [Tue, 3 Mar 2009 13:45:53 +0000 (13:45 +0000)]
(bug 17722) Fix regression where users are unable to change temporary passwords

15 years agoRemove translation identical to English source and/or with project specific translations.
Raimond Spekking [Tue, 3 Mar 2009 12:35:51 +0000 (12:35 +0000)]
Remove translation identical to English source and/or with project specific translations.
Other fixes are done in Translatewiki

15 years agoAllow ":" exists in manual conversion syntaxes like "-{zh-hans:Wikipedia:XXX; zh...
Philip Tzou [Tue, 3 Mar 2009 06:26:01 +0000 (06:26 +0000)]
Allow ":" exists in manual conversion syntaxes like "-{zh-hans:Wikipedia:XXX; zh-hant:Wikipedia:YYY}-".

15 years ago(bug 11857) Add 'protect' option to importImages.php maintenance script.
Andrew Garrett [Tue, 3 Mar 2009 02:56:30 +0000 (02:56 +0000)]
(bug 11857) Add 'protect' option to importImages.php maintenance script.
Includes related Article changes -- fixing an E_NOTICE and reporting errors in the debug log.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-02 20:15 UTC)
Raimond Spekking [Mon, 2 Mar 2009 20:27:53 +0000 (20:27 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-02 20:15 UTC)

15 years ago(bug 17189) Created 'stable versions only' dumps for wikis with FlaggedRevs
Aaron Schulz [Mon, 2 Mar 2009 19:48:41 +0000 (19:48 +0000)]
(bug 17189) Created 'stable versions only' dumps for wikis with FlaggedRevs

15 years ago(bug 17761) "show/hide" link in page history in now works for the first displayed...
Alexandre Emsenhuber [Mon, 2 Mar 2009 18:52:57 +0000 (18:52 +0000)]
(bug 17761) "show/hide" link in page history in now works for the first displayed revision if it's not the current one

15 years agoSimplify the usage of pure % numbers a bit:
Raimond Spekking [Mon, 2 Mar 2009 18:23:20 +0000 (18:23 +0000)]
Simplify the usage of pure % numbers a bit:
* Add a generic 'percent' message
* Move existing translations from extensions to core
* Remove these special messages from extensions

15 years agoLocalisation updates Cantonese and Chinese
Shinjiman [Mon, 2 Mar 2009 16:00:52 +0000 (16:00 +0000)]
Localisation updates Cantonese and Chinese

15 years agoPartial revert of r47930, accidentally included half-done changes
Andrew Garrett [Mon, 2 Mar 2009 14:27:25 +0000 (14:27 +0000)]
Partial revert of r47930, accidentally included half-done changes

15 years agoFix careless error in suppression on SpecialDeletedContributions.
Andrew Garrett [Mon, 2 Mar 2009 14:17:08 +0000 (14:17 +0000)]
Fix careless error in suppression on SpecialDeletedContributions.

15 years agoUse lower case for "required"
Siebrand Mazeland [Mon, 2 Mar 2009 12:41:34 +0000 (12:41 +0000)]
Use lower case for "required"

15 years ago(bug 10172) Move setting the "changed since last visit" flags out of the job queue:
Roan Kattouw [Mon, 2 Mar 2009 12:15:28 +0000 (12:15 +0000)]
(bug 10172) Move setting the "changed since last visit" flags out of the job queue:
* Move up the UPDATE query on wl_notificationtimestamp up to before scheduling the EnotifyNotifyJob
* Move up the SELECT query fetching the users to be notified to before the UPDATE, and use its result for a more efficient UPDATE
* Pass actuallyNotifyOnPageChange() and the EnotifyNotifyJob an array of user IDs
* Add UserArray::newFromIDs()

15 years agoshort-circuit replaceVariables() for all the empty text that seems to come in
Aaron Schulz [Mon, 2 Mar 2009 02:06:01 +0000 (02:06 +0000)]
short-circuit replaceVariables() for all the empty text that seems to come in

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-01 20:51 UTC)
Siebrand Mazeland [Sun, 1 Mar 2009 20:58:24 +0000 (20:58 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-01 20:51 UTC)

15 years agoLog dump cleanup for WikiExporter::STREAM
Aaron Schulz [Sun, 1 Mar 2009 20:04:52 +0000 (20:04 +0000)]
Log dump cleanup for WikiExporter::STREAM

15 years agoImport compatible messages already translated at bar.wikipedia.org
Siebrand Mazeland [Sun, 1 Mar 2009 18:18:12 +0000 (18:18 +0000)]
Import compatible messages already translated at bar.wikipedia.org

15 years agoNew localized $specialPageAliases for MessagesZh.php.
Philip Tzou [Sun, 1 Mar 2009 13:52:49 +0000 (13:52 +0000)]
New localized $specialPageAliases for MessagesZh.php.

15 years ago1. (Bug 17681) Add localized $specialPageAliases to MessagesZh_hant.php.
Philip Tzou [Sun, 1 Mar 2009 13:09:47 +0000 (13:09 +0000)]
1. (Bug 17681) Add localized $specialPageAliases to MessagesZh_hant.php.

2. A little changes in MessagesZh_hans.php.

15 years ago(bug 17726) Fix a namespaceAliases error in MessagesZh_hant.php
Philip Tzou [Sun, 1 Mar 2009 12:51:33 +0000 (12:51 +0000)]
(bug 17726) Fix a namespaceAliases error in MessagesZh_hant.php

15 years agoFix up r47901: don't return the string "true" or "false", be consistent with the...
Roan Kattouw [Sun, 1 Mar 2009 11:02:49 +0000 (11:02 +0000)]
Fix up r47901: don't return the string "true" or "false", be consistent with the rest of the API

15 years agoFor move logs, log_params can have a "suppressedRedirect" boolean, as a second parame...
Nicolas Dumazet [Sun, 1 Mar 2009 05:13:42 +0000 (05:13 +0000)]
For move logs, log_params can have a "suppressedRedirect" boolean, as a second parameter. Adding support to display it.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-28 19:27 UTC)
Raimond Spekking [Sat, 28 Feb 2009 20:01:06 +0000 (20:01 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-28 19:27 UTC)

15 years agolog dump tweak: only select user_name from user table
Aaron Schulz [Sat, 28 Feb 2009 19:10:37 +0000 (19:10 +0000)]
log dump tweak: only select user_name from user table

15 years ago* API: (bug 13209) Add rvdiffto parameter to prop=revisions
Roan Kattouw [Sat, 28 Feb 2009 13:25:21 +0000 (13:25 +0000)]
* API: (bug 13209) Add rvdiffto parameter to prop=revisions
* Add $wgAPIMaxUncachedDiffs (default 1) which controls how many non-cached diffs will be served per request
* Tweak DifferenceEngine.php a bit to make cache status accessible, and remove a useless 'parseinline' which broke diff generation in the API

15 years ago* Removed force index broken by r45764; shouldn't be needed anyway
Aaron Schulz [Sat, 28 Feb 2009 11:58:06 +0000 (11:58 +0000)]
* Removed force index broken by r45764; shouldn't be needed anyway
* Mark function as public

15 years agoMade resetArticleID( 0 ) actually set the ID to zero. "false" can be used to unload...
Aaron Schulz [Sat, 28 Feb 2009 04:50:26 +0000 (04:50 +0000)]
Made resetArticleID( 0 ) actually set the ID to zero. "false" can be used to unload (set to -1) it.

15 years agoTweak proposed change: add user_type_time index, since these queries are starting...
Aaron Schulz [Sat, 28 Feb 2009 04:11:51 +0000 (04:11 +0000)]
Tweak proposed change: add user_type_time index, since these queries are starting to slow down for some users

15 years agoAdd profile calls to replaceInternalLinks2. Changed ! check to === null.
Aaron Schulz [Fri, 27 Feb 2009 23:44:15 +0000 (23:44 +0000)]
Add profile calls to replaceInternalLinks2. Changed ! check to === null.

15 years ago(bug 17677) $wgSpamRegex should be seperated into summary- and page text-regex
Aaron Schulz [Fri, 27 Feb 2009 20:50:25 +0000 (20:50 +0000)]
(bug 17677) $wgSpamRegex should be seperated into summary- and page text-regex

15 years ago(bug 17707) Show file destination as plain text if &wpForReUpload=1
X! [Fri, 27 Feb 2009 20:27:51 +0000 (20:27 +0000)]
(bug 17707) Show file destination as plain text if &wpForReUpload=1

15 years agoAPI: Fix autolinker bug reported by DannyB on IRC: > was included in the URL
Roan Kattouw [Fri, 27 Feb 2009 19:36:34 +0000 (19:36 +0000)]
API: Fix autolinker bug reported by DannyB on IRC: > was included in the URL

15 years agoRemoved strval calls from magicLinkCallback(); items already comes in as one
Aaron Schulz [Fri, 27 Feb 2009 17:56:00 +0000 (17:56 +0000)]
Removed strval calls from magicLinkCallback(); items already comes in as one

15 years agoQuick fixes for new format of tables.sql
Greg Sabino Mullane [Fri, 27 Feb 2009 17:29:23 +0000 (17:29 +0000)]
Quick fixes for new format of tables.sql

15 years agoWhitespace consistency.
Greg Sabino Mullane [Fri, 27 Feb 2009 16:49:32 +0000 (16:49 +0000)]
Whitespace consistency.

15 years agoAPI: Some cleanup
Roan Kattouw [Fri, 27 Feb 2009 16:03:01 +0000 (16:03 +0000)]
API: Some cleanup
* Aggressively intval() numeric things; addresses the concerns raised on bug 11633
* Use ApiQueryBase::addTitleInfo() everywhere
* Remove a drug-induced-looking line from ApiQueryWatchlist.php

15 years agoAPI: (bug 17703) Fix regression from r47039 causing error code and error text to...
Roan Kattouw [Fri, 27 Feb 2009 14:28:12 +0000 (14:28 +0000)]
API: (bug 17703) Fix regression from r47039 causing error code and error text to be switched for some errors. r47039 was backported to the 1.14 branch, will backport this one too.

15 years agoTweak outputHeader to allow overriding of summary message key.
Raimond Spekking [Fri, 27 Feb 2009 09:07:08 +0000 (09:07 +0000)]
Tweak outputHeader to allow overriding of summary message key.
Useful for extensions to stick with the naming conventions of message keys: 'extensionname-xxx'

15 years ago* Wrap special page summary message '$specialPageName-summary' into a div
Raimond Spekking [Fri, 27 Feb 2009 08:37:35 +0000 (08:37 +0000)]
* Wrap special page summary message '$specialPageName-summary' into a div
  with class 'mw-specialpage-summary'

15 years ago(bug 17692) Added (list of members) link to 'user' in Special:Listgrouprights
Purodha B Blissenbach [Fri, 27 Feb 2009 07:13:37 +0000 (07:13 +0000)]
(bug 17692) Added (list of members) link to 'user' in Special:Listgrouprights

15 years ago* Added restart-on-error feature to ForkController, changed the interface to suit.
Tim Starling [Fri, 27 Feb 2009 04:18:34 +0000 (04:18 +0000)]
* Added restart-on-error feature to ForkController, changed the interface to suit.
* Close some sockets before pcntl_exec() in an attempt to delay file handle exhaustion.

15 years agoFix regression from r30602. 'noindex,nofollow' was being applied when local page...
Chad Horohoe [Thu, 26 Feb 2009 20:10:48 +0000 (20:10 +0000)]
Fix regression from r30602. 'noindex,nofollow' was being applied when local page text didn't exist for foreign images. Moved it to where it should be used, with 'noimage'

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-26 19:05 UTC)
Raimond Spekking [Thu, 26 Feb 2009 19:18:59 +0000 (19:18 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-26 19:05 UTC)

15 years agoClean up WatchedItem.php a bit: use __METHOD__ rather than $fname and use MWNamespace...
Roan Kattouw [Thu, 26 Feb 2009 12:52:21 +0000 (12:52 +0000)]
Clean up WatchedItem.php a bit: use __METHOD__ rather than $fname and use MWNamespace::getSubject() and getTalk()

15 years agoUse getId() instead of mId in getEditCount(), so it works with unloaded user objects
Andrew Garrett [Thu, 26 Feb 2009 11:33:23 +0000 (11:33 +0000)]
Use getId() instead of mId in getEditCount(), so it works with unloaded user objects

15 years agoAPI: (bug 17673) Using &exportnowrap without &export results in an internal error
Roan Kattouw [Thu, 26 Feb 2009 10:11:53 +0000 (10:11 +0000)]
API: (bug 17673) Using &exportnowrap without &export results in an internal error

15 years ago* Fixed $fname in functions definitions to have "DatabasePostgres::..." rather than...
Alexandre Emsenhuber [Thu, 26 Feb 2009 09:10:18 +0000 (09:10 +0000)]
* Fixed $fname in functions definitions to have "DatabasePostgres::..." rather than "Database::..."
* Some whitespaces tweaks

15 years ago* Submit jobs in batches and wait for each batch, to avoid overflowing the queue
Tim Starling [Thu, 26 Feb 2009 08:04:28 +0000 (08:04 +0000)]
* Submit jobs in batches and wait for each batch, to avoid overflowing the queue
* Report success before running exec() so that the client doesn't wait forever

15 years ago* Refactored the forking code from runJobs.php to a new class called ForkController...
Tim Starling [Thu, 26 Feb 2009 06:02:32 +0000 (06:02 +0000)]
* Refactored the forking code from runJobs.php to a new class called ForkController. Implemented the same sort of forking in gearmanWorker.php.
* Fixed debugging code left in in gearmanRefreshLinks.php

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-25 22:32 UTC)
Siebrand Mazeland [Wed, 25 Feb 2009 22:50:21 +0000 (22:50 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-25 22:32 UTC)

15 years agoFollow up to r46613 (Allow local redirects to foreign images):
Chad Horohoe [Wed, 25 Feb 2009 22:18:44 +0000 (22:18 +0000)]
Follow up to r46613 (Allow local redirects to foreign images):
* This doesn't work like it should. We seem to be returning metadata about the target (ie: it does in fact exist), but at some point it all goes null. Making a note in ImagePage
* Reverting RELEASE-NOTES until this is right.

15 years agoMore unused globals.
Chad Horohoe [Wed, 25 Feb 2009 21:54:11 +0000 (21:54 +0000)]
More unused globals.

15 years agoRemoved useless global definition
Alexandre Emsenhuber [Wed, 25 Feb 2009 16:57:03 +0000 (16:57 +0000)]
Removed useless global definition

15 years agoSlight fix for r47781: remove useless if($index) conditional: $index is always set...
Roan Kattouw [Wed, 25 Feb 2009 14:42:31 +0000 (14:42 +0000)]
Slight fix for r47781: remove useless if($index) conditional: $index is always set and non-false

15 years agoLocalization update.
Rotem Liss [Wed, 25 Feb 2009 14:20:26 +0000 (14:20 +0000)]
Localization update.

15 years agoProof of concept parallel processing with Danga Gearman and PEAR Net_Gearman.
Tim Starling [Wed, 25 Feb 2009 13:04:23 +0000 (13:04 +0000)]
Proof of concept parallel processing with Danga Gearman and PEAR Net_Gearman.

15 years agoCorrect some bolding that did not work as intended anyways.
Purodha B Blissenbach [Wed, 25 Feb 2009 10:52:22 +0000 (10:52 +0000)]
Correct some bolding that did not work as intended anyways.

15 years agoLocalization fix.
Rotem Liss [Wed, 25 Feb 2009 07:32:25 +0000 (07:32 +0000)]
Localization fix.

15 years agoLocalization update for he + fixing comment.
Rotem Liss [Wed, 25 Feb 2009 07:27:52 +0000 (07:27 +0000)]
Localization update for he + fixing comment.

15 years agoTweaked 'revdelete-text' to be more like other delete headers
Aaron Schulz [Wed, 25 Feb 2009 05:05:44 +0000 (05:05 +0000)]
Tweaked 'revdelete-text' to be more like other delete headers

15 years agoINDEX use fixes
Aaron Schulz [Wed, 25 Feb 2009 04:33:44 +0000 (04:33 +0000)]
INDEX use fixes

15 years ago(bug 16343) Non-exiting, but in use, category pages can be "go" match hits
Aaron Schulz [Wed, 25 Feb 2009 00:49:43 +0000 (00:49 +0000)]
(bug 16343) Non-exiting, but in use, category pages can be "go" match hits

15 years agoWhitespace :)
Aaron Schulz [Wed, 25 Feb 2009 00:48:07 +0000 (00:48 +0000)]
Whitespace :)

15 years ago(bug 16823) 'Sidebar search form should not use Special:Search view URL as target'
Aaron Schulz [Wed, 25 Feb 2009 00:13:04 +0000 (00:13 +0000)]
(bug 16823) 'Sidebar search form should not use Special:Search view URL as target'

15 years agoBug 17241 The diffonly URI parameter should cascade to "Next edit" and "Previous...
Aaron Schulz [Tue, 24 Feb 2009 23:17:08 +0000 (23:17 +0000)]
Bug 17241 The diffonly URI parameter should cascade to "Next edit" and "Previous edit" diff links

15 years ago(bug 17291) MediaWiki:Nocontribs should pass on $target just like Sp-contributions...
Chad Horohoe [Tue, 24 Feb 2009 23:13:18 +0000 (23:13 +0000)]
(bug 17291) MediaWiki:Nocontribs should pass on $target just like Sp-contributions-footer (Patch by church of emacs)

15 years agoMake $wgUseTagFilter disable just filtering, rather than all display query modification
Andrew Garrett [Tue, 24 Feb 2009 22:27:27 +0000 (22:27 +0000)]
Make $wgUseTagFilter disable just filtering, rather than all display query modification

15 years ago* Added $wgUseTagFilter to control enabling of filter-by-change-tag
Brion Vibber [Tue, 24 Feb 2009 22:13:18 +0000 (22:13 +0000)]
* Added $wgUseTagFilter to control enabling of filter-by-change-tag

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Tue, 24 Feb 2009 21:35:45 +0000 (21:35 +0000)]
Update the Chinese conversion tables.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-24 19:11 UTC)
Raimond Spekking [Tue, 24 Feb 2009 19:47:09 +0000 (19:47 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-24 19:11 UTC)

15 years agoLocalization update for he.
Rotem Liss [Tue, 24 Feb 2009 19:00:42 +0000 (19:00 +0000)]
Localization update for he.

15 years ago(bug 16899) DISPLAYTITLE should allow Arabic and Persian harakats
Huji [Tue, 24 Feb 2009 18:41:10 +0000 (18:41 +0000)]
(bug 16899) DISPLAYTITLE should allow Arabic and Persian harakats

15 years ago* (bug 17648) Prevent floats from intruding into edit area in previews if no toolbar...
Danny B [Tue, 24 Feb 2009 18:01:30 +0000 (18:01 +0000)]
* (bug 17648) Prevent floats from intruding into edit area in previews if no toolbar present

15 years agoMade undeletelink say 'view/restore' to look less scary :)
Aaron Schulz [Tue, 24 Feb 2009 16:49:52 +0000 (16:49 +0000)]
Made undeletelink say 'view/restore' to look less scary :)

15 years ago* (bug 17649) Added isDeletedQuick() and replaced some slow checks
Aaron Schulz [Tue, 24 Feb 2009 16:17:23 +0000 (16:17 +0000)]
* (bug 17649) Added isDeletedQuick() and replaced some slow checks

15 years ago(bug 17640) Mention where the sitemap goes if we don't explicitly specify. Patch...
Chad Horohoe [Tue, 24 Feb 2009 16:13:59 +0000 (16:13 +0000)]
(bug 17640) Mention where the sitemap goes if we don't explicitly specify. Patch by Jidanni.

15 years agoNS_IMAGE -> NS_FILE
Chad Horohoe [Tue, 24 Feb 2009 15:53:55 +0000 (15:53 +0000)]
NS_IMAGE -> NS_FILE

15 years agoCorrect fix for r47709: the second parameter to wfTimestamp() was supposed to be...
Alexandre Emsenhuber [Tue, 24 Feb 2009 11:52:40 +0000 (11:52 +0000)]
Correct fix for r47709: the second parameter to wfTimestamp() was supposed to be $row->ar_timestamp :)

15 years ago* Fixed $wgProfileToDatabase/$wgProfileCallTree interaction (later disabled the former)
Aaron Schulz [Tue, 24 Feb 2009 09:50:22 +0000 (09:50 +0000)]
* Fixed $wgProfileToDatabase/$wgProfileCallTree interaction (later disabled the former)
* Made $wgProfileLimit actually work (bug 17485)

15 years agowhitespace/style tweak
Aaron Schulz [Tue, 24 Feb 2009 00:03:33 +0000 (00:03 +0000)]
whitespace/style tweak

15 years agoFix double-escaping from r47466 (feed calls getUrl() which calls xmlEncode() which...
Aaron Schulz [Mon, 23 Feb 2009 23:18:16 +0000 (23:18 +0000)]
Fix double-escaping from r47466 (feed calls getUrl() which calls xmlEncode() which escapes it)

15 years agoFix timestamp bug from r47709
Aaron Schulz [Mon, 23 Feb 2009 23:05:40 +0000 (23:05 +0000)]
Fix timestamp bug from r47709

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-23 21:43 UTC)
Siebrand Mazeland [Mon, 23 Feb 2009 21:52:43 +0000 (21:52 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-23 21:43 UTC)

15 years ago(bug 17460) Client ecoding is now correctly set for PostgreSQL, as we do for MySQL...
Alexandre Emsenhuber [Mon, 23 Feb 2009 21:23:14 +0000 (21:23 +0000)]
(bug 17460) Client ecoding is now correctly set for PostgreSQL, as we do for MySQL with "SET NAMES utf8"

15 years agoAdd 'UserGroupRights' as an alias to 'ListGroupRights'.
Chad Horohoe [Mon, 23 Feb 2009 17:58:41 +0000 (17:58 +0000)]
Add 'UserGroupRights' as an alias to 'ListGroupRights'.

15 years agoTweaks for Special:RevisonDelete:
Alexandre Emsenhuber [Mon, 23 Feb 2009 16:48:01 +0000 (16:48 +0000)]
Tweaks for Special:RevisonDelete:
* Use $db(r|w)->timestamp() for ar_timestamp, so that it can work properly with PostgreSQL, and decode it after
* Fixed double escaping for oi_archive_name

15 years agoAPI: (bug 17626) Added uiprop=email to meta=userinfo
Roan Kattouw [Mon, 23 Feb 2009 13:34:29 +0000 (13:34 +0000)]
API: (bug 17626) Added uiprop=email to meta=userinfo

15 years ago* Remove /home references in wikimedia mode
Tim Starling [Mon, 23 Feb 2009 12:37:33 +0000 (12:37 +0000)]
* Remove /home references in wikimedia mode
* Allow MW_INSTALL_PATH='' as a shortcut for deletion of the environment variable

15 years ago* (bug 17621) Special:WantedFiles has no link to Special:Whatlinkshere
Niklas Laxström [Mon, 23 Feb 2009 09:30:14 +0000 (09:30 +0000)]
* (bug 17621) Special:WantedFiles has no link to Special:Whatlinkshere
* Use nlinks instead of nmembers in Wantedfiles (does anybody use this page?)
* Removed dead code in Wantedtemplates

15 years agoImport translation from gdwiki as far as possible.
Raimond Spekking [Sun, 22 Feb 2009 21:26:23 +0000 (21:26 +0000)]
Import translation from gdwiki as far as possible.
PLURAL removed in some cases because PLURAL rules are a bit more complicated in 'gd'
A convertPlural function for 'gd' will follow in the next days.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-22 19:36 UTC)
Raimond Spekking [Sun, 22 Feb 2009 19:59:43 +0000 (19:59 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-22 19:36 UTC)

15 years agoLocalization update.
Rotem Liss [Sun, 22 Feb 2009 19:51:28 +0000 (19:51 +0000)]
Localization update.

15 years agoFollow up r47680: Add new messages to messages.inc
Raimond Spekking [Sun, 22 Feb 2009 19:02:29 +0000 (19:02 +0000)]
Follow up r47680: Add new messages to messages.inc

15 years ago* Added titles to wfViewPrevNext() paging links
Aaron Schulz [Sun, 22 Feb 2009 18:26:27 +0000 (18:26 +0000)]
* Added titles to wfViewPrevNext() paging links
* Escape prevn/nextn messages. Other cleanup.
* Added some comments

15 years agoMade powersearch-field message a label for the search field
Aaron Schulz [Sun, 22 Feb 2009 17:43:41 +0000 (17:43 +0000)]
Made powersearch-field message a label for the search field

15 years agoLocalization update.
Rotem Liss [Sun, 22 Feb 2009 16:05:14 +0000 (16:05 +0000)]
Localization update.

15 years agoStylistic code tweaks
Aaron Schulz [Sun, 22 Feb 2009 14:35:29 +0000 (14:35 +0000)]
Stylistic code tweaks

15 years ago* Correct case for formatNum
Niklas Laxström [Sun, 22 Feb 2009 14:33:06 +0000 (14:33 +0000)]
* Correct case for formatNum

15 years ago* Fix broken since added in r24969 preload check which forced forced preview being...
Niklas Laxström [Sun, 22 Feb 2009 13:58:42 +0000 (13:58 +0000)]
* Fix broken since added in r24969 preload check which forced forced preview being always true
* Move interface warning to intro so that it can be suppressed