lhc/web/wiklou.git
12 years agoAdded @group database to ContentHandlerTest.
daniel [Thu, 14 Jun 2012 06:39:15 +0000 (08:39 +0200)]
Added @group database to ContentHandlerTest.

Apparently, the parser needs database access to handle local links using
a LinkHolderArray. This fails in the "databaseless" test run performed by jenkins.

Change-Id: I7f242abea0c25c07638b4bca4a6732289a3a7e91

12 years agofixed LinksUpdateTest: must use transaction.
daniel [Wed, 13 Jun 2012 15:43:07 +0000 (17:43 +0200)]
fixed LinksUpdateTest: must use transaction.

Change-Id: I9d80a9946a01bfa9245082aa29f1624c505d4201

12 years agoMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata
daniel [Wed, 13 Jun 2012 10:31:30 +0000 (12:31 +0200)]
Merge branch 'Wikidata' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata

12 years agomake SqlDataUpdate connect to database only when starting the transaction, not in...
daniel [Wed, 13 Jun 2012 10:30:55 +0000 (12:30 +0200)]
make SqlDataUpdate connect to database only when starting the transaction, not in the constructor

12 years agoun-deprecate WikiPage::getAutoDeleteReason
daniel [Wed, 13 Jun 2012 10:00:28 +0000 (12:00 +0200)]
un-deprecate WikiPage::getAutoDeleteReason

12 years agomake ApiPurge use ContentHandler for parsing
daniel [Wed, 13 Jun 2012 09:59:40 +0000 (11:59 +0200)]
make ApiPurge use ContentHandler for parsing

12 years agomake revision api aware of content models
daniel [Wed, 13 Jun 2012 09:58:05 +0000 (11:58 +0200)]
make revision api aware of content models

12 years agouse Message::content() to get message content
daniel [Tue, 12 Jun 2012 09:12:49 +0000 (11:12 +0200)]
use Message::content() to get message content

12 years agouse Message::content() to get message content
daniel [Tue, 12 Jun 2012 09:12:49 +0000 (11:12 +0200)]
use Message::content() to get message content

12 years agofix indent, cleanup comments
daniel [Tue, 12 Jun 2012 09:12:19 +0000 (11:12 +0200)]
fix indent, cleanup comments

12 years agofix broken global reference
daniel [Tue, 12 Jun 2012 09:11:37 +0000 (11:11 +0200)]
fix broken global reference

12 years agoapply preSaveTransform to script pages
daniel [Tue, 12 Jun 2012 08:32:42 +0000 (10:32 +0200)]
apply preSaveTransform to script pages

12 years agoMerge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata
daniel [Mon, 11 Jun 2012 15:45:59 +0000 (17:45 +0200)]
Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata

12 years agominor cleanup in comments in ContentHandler
daniel [Mon, 11 Jun 2012 15:45:17 +0000 (17:45 +0200)]
minor cleanup in comments in ContentHandler

12 years agofix logic error
daniel [Mon, 11 Jun 2012 15:41:34 +0000 (17:41 +0200)]
fix logic error

12 years agosome cleanup in WikiPage
daniel [Mon, 11 Jun 2012 14:32:34 +0000 (16:32 +0200)]
some cleanup in WikiPage

12 years agosome cleanup in Title and WikiPage
daniel [Mon, 11 Jun 2012 14:19:39 +0000 (16:19 +0200)]
some cleanup in Title and WikiPage

12 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Mon, 11 Jun 2012 14:17:36 +0000 (16:17 +0200)]
Localisation updates from translatewiki.net.

Updates for magic words localisation.

Change-Id: Ia7b06f9a4af8f4a22fd2ce57e4c48e29fae67e07

12 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Mon, 11 Jun 2012 14:09:37 +0000 (16:09 +0200)]
Localisation updates from translatewiki.net.

Updates for special page localisation.

Change-Id: I1cc92f63cb256e5fdd92da9f1b21a277a5af25ad

12 years agoMerge "Increase maximum IPv6 range block size to /19"
Reedy [Mon, 11 Jun 2012 13:39:15 +0000 (13:39 +0000)]
Merge "Increase maximum IPv6 range block size to /19"

12 years agoIncrease maximum IPv6 range block size to /19
Tim Starling [Fri, 8 Jun 2012 02:26:05 +0000 (12:26 +1000)]
Increase maximum IPv6 range block size to /19

Increased maximum IPv6 range block size from /32 to /19 and documented
my decision-making process. Many ISPs will be larger than /32 since /32
only allows for 64k sites at most.

Change-Id: Ia25e156fd8234519c4d74f1d41d93f94a313ce14

12 years agomake sure page_content_model gets loaded where appropriate in Title and LinkCache
daniel [Mon, 11 Jun 2012 13:36:52 +0000 (15:36 +0200)]
make sure page_content_model gets loaded where appropriate in Title and LinkCache

12 years agoRemove more register_globals remote includes in the tests
Platonides [Thu, 31 May 2012 21:41:01 +0000 (23:41 +0200)]
Remove more register_globals remote includes in the tests
backupPrefetchTest.php, backupTextPassTest.php, fetchTextTest.php
and getSlaveServerTest.php

Change-Id: Ie309f4377e4199d80c0f45dc761d3a14b8d00ec2

12 years agomake Message content available as Content object
daniel [Mon, 11 Jun 2012 12:10:12 +0000 (14:10 +0200)]
make Message content available as Content object

12 years agoMoved redirect extraction from Title to WikitextContent.
daniel [Mon, 11 Jun 2012 10:35:46 +0000 (12:35 +0200)]
Moved redirect extraction from Title to WikitextContent.

All code that wants to know redirects should use the methods
from the Content interface, the newFromRedirect methods in
Title are deprecated.

12 years agomake getContentObject() public for now, fix occurances later
daniel [Mon, 11 Jun 2012 10:21:56 +0000 (12:21 +0200)]
make getContentObject() public for now, fix occurances later

12 years agoMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata
daniel [Mon, 11 Jun 2012 07:11:44 +0000 (09:11 +0200)]
Merge branch 'Wikidata' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata

12 years agoMerge "Added missing GPLv2 headers in some places."
Reedy [Sun, 10 Jun 2012 23:19:38 +0000 (23:19 +0000)]
Merge "Added missing GPLv2 headers in some places."

12 years agoMerge "Localisation updates from http://translatewiki.net."
Translation updater bot [Sun, 10 Jun 2012 20:29:46 +0000 (20:29 +0000)]
Merge "Localisation updates from translatewiki.net."

12 years agoMerge "Changed two remaining calls to Language::timeanddate() to Language::userTimeAn...
Aaron Schulz [Sun, 10 Jun 2012 19:59:23 +0000 (19:59 +0000)]
Merge "Changed two remaining calls to Language::timeanddate() to Language::userTimeAndDate() in includes/specials."

12 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Sun, 10 Jun 2012 18:55:19 +0000 (18:55 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I59253d3f54a3e1965a091cfd9f583deb80d2378e

12 years agoAdded missing GPLv2 headers in some places.
Alexandre Emsenhuber [Sun, 10 Jun 2012 17:40:03 +0000 (19:40 +0200)]
Added missing GPLv2 headers in some places.

Also made file/class documentation more consistent.

Change-Id: I162f57c994765189681ac3fb30f889e648c6c6a1

12 years agoAdded missing GPLv2 headers in some places.
Alexandre Emsenhuber [Sat, 9 Jun 2012 20:24:16 +0000 (22:24 +0200)]
Added missing GPLv2 headers in some places.

Also made file/class documentation more consistent.

Change-Id: I82ee132a976cfeb3d77ce551295bf6d2d90e14da

12 years agoChanged two remaining calls to Language::timeanddate() to Language::userTimeAndDate...
Alexandre Emsenhuber [Thu, 7 Jun 2012 20:45:02 +0000 (22:45 +0200)]
Changed two remaining calls to Language::timeanddate() to Language::userTimeAndDate() in includes/specials.

Change-Id: I2825aa96b562b716bf41da3dde3db436c5d40990

12 years agoMerge "mw.language: Document ability to set multiple values at once."
Timo Tijhof [Sat, 9 Jun 2012 19:46:32 +0000 (19:46 +0000)]
Merge "mw.language: Document ability to set multiple values at once."

12 years agomw.language: Document ability to set multiple values at once.
Timo Tijhof [Sat, 9 Jun 2012 15:47:41 +0000 (17:47 +0200)]
mw.language: Document ability to set multiple values at once.

* ResourceLoaderLanguageDataModule uses this but it looked
  a bit like an error when looking at the function signature
  of setData.

  This is the power of mw.Map.

* Fixed indention as well.
* Added missing semi colon.

Change-Id: I1e9e8254862ae08e9a11e55dd42d7e851a56a3cc

12 years agoMerge "Fix PHP notice in 3695486 (Ie35a8b91)."
Aaron Schulz [Sat, 9 Jun 2012 15:40:15 +0000 (15:40 +0000)]
Merge "Fix PHP notice in 3695486 (Ie35a8b91)."

12 years agojQuery UI 1.8.21
Reedy [Sat, 9 Jun 2012 14:29:30 +0000 (15:29 +0100)]
jQuery UI 1.8.21

http://blog.jqueryui.com/2012/06/jquery-ui-1-8-21/

Change-Id: Ie389a7275396ac4e5c9e41c2e18e1beae3e43c66

12 years agointroduced ContentHandler::supportsSections()
daniel [Sat, 9 Jun 2012 11:42:05 +0000 (13:42 +0200)]
introduced ContentHandler::supportsSections()

12 years agouse getWikitextForInclusion to get message text from MediaWiki namespace
daniel [Sat, 9 Jun 2012 11:31:11 +0000 (13:31 +0200)]
use getWikitextForInclusion to get message text from MediaWiki namespace

12 years agomaking Content an interface, introducing AbstractContent as a base class
daniel [Sat, 9 Jun 2012 11:19:52 +0000 (13:19 +0200)]
making Content an interface, introducing AbstractContent as a base class

12 years agonicer phpunit
daniel [Sat, 9 Jun 2012 11:03:59 +0000 (13:03 +0200)]
nicer phpunit

12 years agoAdd a bit more slave waiting...
Reedy [Sat, 9 Jun 2012 02:37:38 +0000 (03:37 +0100)]
Add a bit more slave waiting...

Change-Id: I329219bfdd56b57609237fc9f907f2b31628d282

12 years agoAdded missing GPLv2 headers in some places.
Alexandre Emsenhuber [Fri, 8 Jun 2012 20:42:57 +0000 (22:42 +0200)]
Added missing GPLv2 headers in some places.

Also made file/class documentation more consistent.

Change-Id: I4228ed95446558db71e9084e7d505fc0b783fa53

12 years agoMerge "Use local context to get messages"
Aaron Schulz [Fri, 8 Jun 2012 20:32:33 +0000 (20:32 +0000)]
Merge "Use local context to get messages"

12 years agoget rid of nonsensical $text parameter in WikiText::isRedirect()
daniel [Fri, 8 Jun 2012 10:10:40 +0000 (12:10 +0200)]
get rid of nonsensical $text parameter in WikiText::isRedirect()

12 years ago(but 37072) - infinite loop with runJobs.php
Antoine Musso [Fri, 8 Jun 2012 12:29:43 +0000 (14:29 +0200)]
(but 37072) - infinite loop with runJobs.php

This is similar to fb69ee4 ( https://gerrit.wikimedia.org/r/9116 ) which
fixed nextJobDB.php. This patch make sure runJobs.php does not proceed
jobs listed in $wgJobTypesExcludedFromDefaultQueue , at least not by
default.

We will probably want to factor out common code between runJobs and
nextJobDB.

Change-Id: Id0c8896d7a0d5b58e678db1ce314174d44e1cae3

12 years agoget rid of nonsensical $text parameter in WikiText::isRedirect()
daniel [Fri, 8 Jun 2012 10:10:40 +0000 (12:10 +0200)]
get rid of nonsensical $text parameter in WikiText::isRedirect()

12 years agocleanup for comments and edge cases
daniel [Fri, 8 Jun 2012 09:45:10 +0000 (11:45 +0200)]
cleanup for comments and edge cases

12 years agofixed RefreshLinksJob
daniel [Fri, 8 Jun 2012 09:09:02 +0000 (11:09 +0200)]
fixed RefreshLinksJob

12 years agogenerate links and other secondary data for RefreshLinks via ContentHandler
daniel [Fri, 8 Jun 2012 07:43:45 +0000 (09:43 +0200)]
generate links and other secondary data for RefreshLinks via ContentHandler

12 years agocomments and reminders for stuff not yet covered by ContentHandler
daniel [Fri, 8 Jun 2012 07:45:07 +0000 (09:45 +0200)]
comments and reminders for stuff not yet covered by ContentHandler

12 years agogenerate links and other secondary data for RefreshLinks via ContentHandler
daniel [Fri, 8 Jun 2012 07:43:45 +0000 (09:43 +0200)]
generate links and other secondary data for RefreshLinks via ContentHandler

12 years agorender file description via ContentHandler
daniel [Fri, 8 Jun 2012 07:42:04 +0000 (09:42 +0200)]
render file description via ContentHandler

12 years agouse Content::getWikitextForTransclusion() for message text
daniel [Fri, 8 Jun 2012 07:41:04 +0000 (09:41 +0200)]
use Content::getWikitextForTransclusion() for message text

12 years agouse getSerializedData() when compressing the text store.
daniel [Fri, 8 Jun 2012 07:07:35 +0000 (09:07 +0200)]
use getSerializedData() when compressing the text store.

12 years agoadded some fixme reminders for providing preview text for content objects
daniel [Fri, 8 Jun 2012 07:06:56 +0000 (09:06 +0200)]
added some fixme reminders for providing preview text for content objects

12 years agoinclude serialized content in new pages feed
daniel [Fri, 8 Jun 2012 07:06:07 +0000 (09:06 +0200)]
include serialized content in new pages feed

12 years agoFix PHP notice in 3695486 (Ie35a8b91).
Alexandre Emsenhuber [Fri, 8 Jun 2012 07:05:57 +0000 (09:05 +0200)]
Fix PHP notice in 3695486 (Ie35a8b91).

The error was: Notice: Undefined variable: line in includes/specials/SpecialMergeHistory.php on line 289

Change-Id: I23186c2c5682ae8b91978a981f5aceda67cd1b46

12 years agouse Content::getTextForSearchIndex()
daniel [Fri, 8 Jun 2012 07:05:30 +0000 (09:05 +0200)]
use Content::getTextForSearchIndex()

12 years agouse Content::getWikitextForTransclusion() when fetching template text
daniel [Fri, 8 Jun 2012 07:03:18 +0000 (09:03 +0200)]
use Content::getWikitextForTransclusion() when fetching template text

12 years agomake isValidMoveTarget() use content object instead of regular expressions
daniel [Fri, 8 Jun 2012 07:02:35 +0000 (09:02 +0200)]
make isValidMoveTarget() use content object instead of regular expressions

12 years agogetting rid of getRawText()
daniel [Fri, 8 Jun 2012 06:31:28 +0000 (08:31 +0200)]
getting rid of getRawText()

12 years agoMerge "Userlogin: Do not add a language link if it's the currently used language"
Aaron Schulz [Thu, 7 Jun 2012 22:37:17 +0000 (22:37 +0000)]
Merge "Userlogin: Do not add a language link if it's the currently used language"

12 years agoMerge "revision id in export.xsd is not optional"
Aaron Schulz [Thu, 7 Jun 2012 21:35:43 +0000 (21:35 +0000)]
Merge "revision id in export.xsd is not optional"

12 years agoMerge "ResourceLoaderLanguageDataModule: clean up"
Timo Tijhof [Thu, 7 Jun 2012 21:09:32 +0000 (21:09 +0000)]
Merge "ResourceLoaderLanguageDataModule: clean up"

12 years agoMerge "Use Title::newFromRow in ApiPageSet::processDbRow"
Aaron Schulz [Thu, 7 Jun 2012 21:03:32 +0000 (21:03 +0000)]
Merge "Use Title::newFromRow in ApiPageSet::processDbRow"

12 years agoMerge "do not output numberofviews, if $wgDisableCounters = true"
Aaron Schulz [Thu, 7 Jun 2012 21:02:41 +0000 (21:02 +0000)]
Merge "do not output numberofviews, if $wgDisableCounters = true"

12 years agoMerge "Change order of login/create account"
Aaron Schulz [Thu, 7 Jun 2012 20:59:57 +0000 (20:59 +0000)]
Merge "Change order of login/create account"

12 years agoMerge "[FileBackend] Fixed writer-populater cache race condition."
Demon [Thu, 7 Jun 2012 20:04:08 +0000 (20:04 +0000)]
Merge "[FileBackend] Fixed writer-populater cache race condition."

12 years ago[FileBackend] Fixed writer-populater cache race condition.
Aaron [Thu, 7 Jun 2012 19:50:43 +0000 (12:50 -0700)]
[FileBackend] Fixed writer-populater cache race condition.

* Set the keys to PURGED on purge. We already only treat array values
  in cache is valid. This means that if a process reads the file, it
  caches in the meantime, and then the process tries to cache the file,
  the stale version will not be cached.

Change-Id: I7eb7b4529f8cea44b0d68c9149db4bcf100ac9d2

12 years agoMerge "Localisation updates from http://translatewiki.net."
Translation updater bot [Thu, 7 Jun 2012 19:25:22 +0000 (19:25 +0000)]
Merge "Localisation updates from translatewiki.net."

12 years agoMerge "Misc fixes in RevisionDelete.php."
Aaron Schulz [Thu, 7 Jun 2012 19:13:16 +0000 (19:13 +0000)]
Merge "Misc fixes in RevisionDelete.php."

12 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Thu, 7 Jun 2012 18:29:09 +0000 (18:29 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I33bccfb52d014f542dd37a33731853f95cefcd6b

12 years agoMerge "Added missing GPLv2 headers in some places."
Demon [Thu, 7 Jun 2012 17:43:53 +0000 (17:43 +0000)]
Merge "Added missing GPLv2 headers in some places."

12 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Thu, 7 Jun 2012 16:25:17 +0000 (18:25 +0200)]
Localisation updates from translatewiki.net.

Updates for magic words.

Change-Id: I23e105d26fc56e53dff0e141ebb54b77bc219a6e

12 years agoMerge "Localisation updates from http://translatewiki.net."
Siebrand Mazeland [Thu, 7 Jun 2012 16:12:26 +0000 (16:12 +0000)]
Merge "Localisation updates from translatewiki.net."

12 years agoMerge "(bug 37181) Removed hard coded parentheses in SpecialMIMEsearch.php"
Siebrand [Thu, 7 Jun 2012 15:58:56 +0000 (15:58 +0000)]
Merge "(bug 37181) Removed hard coded parentheses in SpecialMIMEsearch.php"

12 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Thu, 7 Jun 2012 15:53:42 +0000 (17:53 +0200)]
Localisation updates from translatewiki.net.

Updates for special page aliases.

Change-Id: I47e5143dfb848754f2e5b72085b5171a2c89027a

12 years agoUpdate jquery.qunit to upstream v1.7.0
Timo Tijhof [Thu, 7 Jun 2012 15:41:22 +0000 (17:41 +0200)]
Update jquery.qunit to upstream v1.7.0

* Upstream
 - tag: v1.5.0 -> v1.7.0
 - tree: https://github.com/jquery/qunit/tree/v1.7.0
 - commit: https://github.com/jquery/qunit/commit/0d596a809dea881f05b3abd53c3fd70dcf876c69

* Misc:
 - Updated existing release-note entry for QUnit update
 - Moved upstream updates away from "bug fixes".

Change-Id: I8da92dc38cad5dc4b04459a3e876dd028f2cf0f6

12 years agoAdded consistency checks to Revision.
daniel [Thu, 7 Jun 2012 15:35:37 +0000 (17:35 +0200)]
Added consistency checks to Revision.

This is to avoid corruption arising from confusion about which revision
uses which data model and format.

12 years agoUserlogin: Do not add a language link if it's the currently used language
robin [Thu, 7 Jun 2012 15:25:38 +0000 (17:25 +0200)]
Userlogin: Do not add a language link if it's the currently used language

(Just display the language name without a link)

Change-Id: I604d2905d73faf5b2242fdbf943262ae22e58a2c

12 years agosome cleanup and checks in the Revision class
daniel [Thu, 7 Jun 2012 15:23:05 +0000 (17:23 +0200)]
some cleanup and checks in the Revision class

12 years agoMerge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata
daniel [Thu, 7 Jun 2012 14:36:58 +0000 (16:36 +0200)]
Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata

12 years agocleanup and fixes for secondary data updates
daniel [Thu, 7 Jun 2012 12:57:43 +0000 (14:57 +0200)]
cleanup and fixes for secondary data updates

12 years agoAdded missing GPLv2 headers in some places.
Alexandre Emsenhuber [Thu, 7 Jun 2012 11:06:19 +0000 (13:06 +0200)]
Added missing GPLv2 headers in some places.

Also made file/class documentation more consistent.

Change-Id: Ia79634e62a7aee293d4e8534082f503bbc2b614f

12 years agoalways record content model and format in export/dumps
daniel [Thu, 7 Jun 2012 11:02:54 +0000 (13:02 +0200)]
always record content model and format in export/dumps

12 years agoMisc fixes in RevisionDelete.php.
Alexandre Emsenhuber [Thu, 7 Jun 2012 08:39:33 +0000 (10:39 +0200)]
Misc fixes in RevisionDelete.php.

* Use Linker::linkKnown() for links to revisions, we know that the page exists and other classes might be false since they might be old revisions
* Escape the result of Language::userTimeAndDate(), just in case
* Rewrote some code to do early return instead of nested if()'s
* Define variables only when they will actually be used

Change-Id: Ie1f16029020f980abba35d6322b89c95326f107b

12 years agoMerge "(bug 37368) Interlanguage link title for Uzbek is Oʻzbekcha"
Siebrand [Thu, 7 Jun 2012 08:18:09 +0000 (08:18 +0000)]
Merge "(bug 37368) Interlanguage link title for Uzbek is Oʻzbekcha"

12 years agoinclude sha1 in export. this went missing somehow.
daniel [Thu, 7 Jun 2012 08:14:28 +0000 (10:14 +0200)]
include sha1 in export. this went missing somehow.

12 years agoMerge "Fix error message for MySQL connection failures"
Aaron Schulz [Thu, 7 Jun 2012 06:16:19 +0000 (06:16 +0000)]
Merge "Fix error message for MySQL connection failures"

12 years agoMerge "Change of Title->exists() to Title->isKnown() for subpage links"
Aaron Schulz [Wed, 6 Jun 2012 22:43:50 +0000 (22:43 +0000)]
Merge "Change of Title->exists() to Title->isKnown() for subpage links"

12 years agoAdded nested-list tests for covering additional cases for Parsoid.
Subramanya Sastry [Wed, 6 Jun 2012 22:16:01 +0000 (17:16 -0500)]
Added nested-list tests for covering additional cases for Parsoid.

Change-Id: Ic0ea44a5d965bfd27b34a790f18ef29f2ac20d6a

12 years agoAdded missing GPLv2 headers in some places.
Alexandre Emsenhuber [Wed, 6 Jun 2012 20:42:13 +0000 (22:42 +0200)]
Added missing GPLv2 headers in some places.

Also made file/class documentation more consistent.

Change-Id: I7144b26103ef644fbec751ea476760566757cae3

12 years agoResourceLoaderLanguageDataModule: clean up
Timo Tijhof [Wed, 6 Jun 2012 20:07:12 +0000 (22:07 +0200)]
ResourceLoaderLanguageDataModule: clean up

Change-Id: Id64e7ec8f22cc74926ff374ca207bf19552398aa

12 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Wed, 6 Jun 2012 19:44:32 +0000 (19:44 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I8fd9d79acd796406eec2a6bd2f67c10be03276ab

12 years ago(bug 37368) Interlanguage link title for Uzbek is Oʻzbekcha
Dereckson [Wed, 6 Jun 2012 19:16:25 +0000 (21:16 +0200)]
(bug 37368) Interlanguage link title for Uzbek is Oʻzbekcha

Change-Id: Iff0ba3b5a9ffcc2b15ff267053a6105ee581132b

12 years agoMerge "(bug 37138) Fix broken Google sitesearch in DatabaseError"
Demon [Wed, 6 Jun 2012 18:23:46 +0000 (18:23 +0000)]
Merge "(bug 37138) Fix broken Google sitesearch in DatabaseError"

12 years agoChange order of login/create account
umherirrender [Wed, 6 Jun 2012 17:48:27 +0000 (19:48 +0200)]
Change order of login/create account

With this the position of the login link in the right corner is not
changed with $wgUseCombindedLoginLink = false;
Gerrit has also first "register" and than "log in" in the corner.

Change-Id: I8d1000cf53ab792b3f69438004e5ae181acba645

12 years agoMerge "Use local context to get messages and don't use implicit Message object to...
Aaron Schulz [Wed, 6 Jun 2012 17:29:33 +0000 (17:29 +0000)]
Merge "Use local context to get messages and don't use implicit Message object to string conversion."