Last modified: 2014-09-18 17:41:39 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T69223, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 67223 - Schema change for page content language
Schema change for page content language
Status: NEW
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Sean Pringle
: schema-change
Depends on:
Blocks: 49188
  Show dependency treegraph
 
Reported: 2014-06-27 23:55 UTC by Nemo
Modified: 2014-09-18 17:41 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Comment 1 Robin Pepermans (SPQRobin) 2014-06-28 00:00:00 UTC
Specifically, the 'page_lang' column needs to be added to the 'page' table on all wikis.

The feature ultimately would need to be enabled with $wgPageLanguageUseDB = true (by default false).
Comment 2 Nemo 2014-06-28 12:42:26 UTC
Also, this is first of all needed on Translate wikis:

'wmgUseTranslate' => array(
	'default' => false,
	'bewikimedia' => true, // bug 37391
	'brwikimedia' => true, // bug 44054
	'collabwiki' => true,
	'commonswiki' => true, // bug 48620
	'incubatorwiki' => true, // bug 34213
	'legalteamwiki' => true, // bug 62610
	'mediawikiwiki' => true,
	'metawiki' => true,
	'otrs_wikiwiki' => true, // bug 61297
	'outreachwiki' => true,
	'testwiki' => true,
	'wikidata' => true, // bug 41585
	'wikimania2012wiki' => true, // bug 34120
	'wikimania2013wiki' => true, // bug 36477
	'wikimania2014wiki' => true,
),

bewikimedia and brwikimedia would be two very small test cases.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links