Last modified: 2012-11-09 23:43:03 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 T43934, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41934 - wikt:cs: site settings
wikt:cs: site settings
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Unprioritized enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: easy, shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-09 21:21 UTC by Danny B.
Modified: 2012-11-09 23:43 UTC (History)
4 users (show)

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


Attachments

Description Danny B. 2012-11-09 21:21:03 UTC
$wgExtraNamespaces = array(
	
	'cswiktionary' => array(
		100 => 'Příloha',
		101 => 'Diskuse_k_příloze',
	),
	
),


$wgNamespaceAliases = array(
	
	'cswiktionary' => array(
		'WS'                 => NS_PROJECT,      # cs shortcut
		'WT'                 => NS_PROJECT,      # en shortcut
		'Wiktionary'         => NS_PROJECT,      # pre project name localization backward compatibility
		'Wiktionary_diskuse' => NS_PROJECT_TALK, # pre project name localization backward compatibility cs generic
		'Wiktionary_talk'    => NS_PROJECT_TALK, # pre project name localization backward compatibility en generic
		'Příloha_diskuse'    => 101,             # pre r65112 style backward compatibility
	),
	
),


$wgNamespacesWithSubpages = array(
	
	'cswiktionary'	=> array( -1 => 0, 0 => 1, 1 => 1, 2 => 1, 3 => 1, 4 => 1, 5 => 1, 6 => 0, 7 => 1, 8 => 1, 9 => 1, 10 => 1, 11 => 1, 12 => 1, 13 => 1, 14 => 1, 15 => 1, 100 => 1, 101 => 1 ),
	
);


(first variable is add-on, second and third variable rewrite the current status)
Comment 1 Roan Kattouw 2012-11-09 21:27:27 UTC
https://gerrit.wikimedia.org/r/#/c/32603/
Comment 2 Danny B. 2012-11-09 23:43:03 UTC
It's live now.

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


Navigation
Links