Last modified: 2008-02-25 19:40:28 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 T14856, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 12856 - Modify some settings of Russian Wikibooks
Modify some settings of Russian Wikibooks
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://ru.wikibooks.org/wiki/Викиучеб...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-02-01 04:42 UTC by Victor Vasiliev
Modified: 2008-02-25 19:40 UTC (History)
3 users (show)

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


Attachments

Description Victor Vasiliev 2008-02-01 04:42:14 UTC
Please:
* Allow import of pages from Russian Wikipedia and Russian Wikisource
* Set site logo to http://upload.wikimedia.org/wikibooks/ru/b/bc/Wiki.png
* Create following namespace aliases:
** "ВУ" => "Викиучебник"
** "Участница" => "Участник"
* Create following namespaces:
** #100 - "Полка" - "Обсуждение полки" - english alias: "Subject"
** #102 - "Импортировано" - "Обсуждение импортированного" - english alias: "Transwiki" (please also set this namespace as a default import target)
** #104 - "Рецепт" - "Обсуждение рецепа" - english alias: "Cookbook"
** #106 - "Задача" - "Обсуждение задачи" - no english alias
Comment 1 Victor Vasiliev 2008-02-01 15:07:16 UTC
Better:
** #100 - "Тема" - "Обсуждение темы" - english alias:
"Subject"
Comment 2 Eugene Zelenko 2008-02-01 18:35:10 UTC
I think namespace aliases "Участница" => "Участник" and "Обсуждение_участницы" => "Обсуждение_участника" could be shared with all MediaWiki installation or Russian language, not exclusively for WikiBooks.

So adding $namespaceAliases in MessagesRu.php seems more generic solution.
Comment 3 JeLuF 2008-02-18 17:54:57 UTC
Please provide the English names of the namespaces for which you want to have aliases.
Comment 4 Victor Vasiliev 2008-02-18 17:59:59 UTC
"ВУ" => NS_PROJECT.
All other aliases are already in language file
Comment 5 JeLuF 2008-02-21 18:45:55 UTC
Done.

'wgNamespaceAliases' => array(
    'ruwikibooks' => array(
    	'ВУ' => NS_PROJECT,
    ),
),
'wgImportSources' => array(
  'ruwikibooks' => array( 'w', 's', ),
),
'wgLogo' => array(
  'ruwikibooks'		=> '$stdlogo',
),
'wgExtraNamespaces' => array(
    'ruwikibooks' => array(
    	100 => 'Полка',
    	101 => 'Обсуждение_полки',
    	102 => 'Импортировано',
    	103 => 'Обсуждение_импортированного',
    	104 => 'Рецепт',
    	105 => 'Обсуждение_рецепа',
    	106 => 'Задача',
    	107 => 'Обсуждение_задачи',
    ),
),
Comment 6 Anatoliy Goncharov 2008-02-25 19:15:29 UTC
А почему "Обсуждение рецепа", а не "Обсуждение рецепТа"?
Comment 7 JeLuF 2008-02-25 19:40:28 UTC
Fixed.

    	105 => 'Обсуждение_рецепта',

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


Navigation
Links