- There aren't subdomains like ru.lyrics.fandom.com but there are lyrics.fandom.com and lyricwiki.fandom.com/ru/
- lyrics.fandom.com for 'en' code is closed since April 2019: https://lyrics.fandom.com/wiki/LyricWiki_talk:Community_Portal
Description
Details
Related Objects
Event Timeline
Change 572748 had a related patch set uploaded (by Zoranzoki21; owner: Zoranzoki21):
[pywikibot/core@master] Update lyricwiki_family.py
Change 572748 merged by jenkins-bot:
[pywikibot/core@master] Update lyricwiki_family.py
It seems to me it is not closed as admins still can edit pages there. Closed is closed also for local admins I believe and only stewards (or their equivalent) can edit pages then.
Umm, this family is also used and in tests?
zoranzoki21@LAPTOP-5EQT28MA:~/development/pywikibot-core$ git grep lyricwiki docs/api_ref/pywikibot.families.rst:pywikibot.families.lyricwiki\_family module docs/api_ref/pywikibot.families.rst:.. automodule:: pywikibot.families.lyricwiki_family pywikibot/families/lyricwiki_family.py:# usernames['lyricwiki']['en'] = 'user' pywikibot/families/lyricwiki_family.py: name = 'lyricwiki' tests/family_tests.py: if family in ('wowwiki', 'lyricwiki'): tests/logentries_tests.py: still read the older format. It currently uses lyricwiki which as of tests/logentries_tests.py: 'family': 'lyricwiki', tests/site_tests.py: family = 'lyricwiki' tests/site_tests.py: self.assertRaises(KeyError, site.family.hostname, 'lyricwiki') tests/site_tests.py: 'lyricwiki', 'lyricwiki') tests/site_tests.py: 'de', 'lyricwiki')
Tests are failing now: https://travis-ci.org/github/wikimedia/pywikibot/jobs/730662234
Change 630367 had a related patch set uploaded (by Xqt; owner: Xqt):
[pywikibot/core@master] [tests] Remove lyricwiki_family.py from framework
Change 630380 had a related patch set uploaded (by Xqt; owner: Xqt):
[pywikibot/core@master] [tests] replace lyrics site tests by wowwiki
Change 630380 merged by jenkins-bot:
[pywikibot/core@master] [tests] replace lyrics site tests by wowwiki
Change 630367 merged by jenkins-bot:
[pywikibot/core@master] [tests] Remove lyricwiki_family.py from framework
As I can't find usages of this family anymore, and tests because of this shouldn't fail anymore, I think that this is resolved.
Closing task...