Page MenuHomePhabricator

wikisource author namespace
Closed, ResolvedPublic

Description

Originally from: http://sourceforge.net/p/pywikipediabot/patches/591/
Reported by: Anonymous user
Created on: 2013-01-31 03:46:59
Subject: wikisource author namespace
Original description:
families/wikisource\_family.py should be fixed.

$ svn diff

Index: families/wikisource\_family.py

\--- families/wikisource\_family.py \(revision 11014\)
+++ families/wikisource\_family.py \(working copy\)
@@ -578,12 +578,17 @@
self.authornamespaces = \{
'\_default': \[0\],
'ar': \[102\],
\+ 'be': \[102\],
'bg': \[100\],
\+ 'ca': \[106\],
'cs': \[100\],
'da': \[102\],
'en': \[102\],
\+ 'eo': \[102\],
\+ 'et': \[106\],
'fa': \[102\],
'fr': \[102\],
\+ 'he': \[108\],
'hr': \[100\],
'hu': \[100\],
'hy': \[100\],
@@ -594,6 +599,7 @@
'no': \[102\],
'pl': \[104\],
'pt': \[102\],
\+ 'ro': \[102\],
'sv': \[106\],
'tr': \[100\],
'vi': \[102\],


Version: unspecified
Severity: normal
See Also:
https://sourceforge.net/p/pywikipediabot/patches/591

Details

Reference
bz54552

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:10 AM
bzimport set Reference to bz54552.
bzimport added a subscriber: Unknown Object (????).

Change 86039 had a related patch set uploaded by Mpaa:
Bug 54552 - wikisource author namespace

https://gerrit.wikimedia.org/r/86039

Change 86039 merged by Xqt:
Bug 54552 - wikisource author namespace

https://gerrit.wikimedia.org/r/86039

Change 86076 had a related patch set uploaded by Xqt:
update authornamespaces from compat 86039 (Bug 54552)

https://gerrit.wikimedia.org/r/86076

Change 86076 merged by Xqt:
update authornamespaces from compat 86039 (Bug 54552)

https://gerrit.wikimedia.org/r/86076

Change 86081 had a related patch set uploaded by Mpaa:
Bug 54552 - wikisource author namespace updated crossnamespaces

https://gerrit.wikimedia.org/r/86081

Change 86081 merged by Xqt:
Bug 54552 - wikisource author namespace updated crossnamespaces

https://gerrit.wikimedia.org/r/86081

Change 86082 had a related patch set uploaded by Xqt:
updated crossnamespaces from compat 86081 due to bug 54552

https://gerrit.wikimedia.org/r/86082

Change 86082 merged by Xqt:
updated crossnamespaces from compat 86081 due to bug 54552

https://gerrit.wikimedia.org/r/86082

Closing again as additional patches have been merged.