Last modified: 2013-03-12 01:40:43 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 T47952, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 45952 - Namespace (710 for TimedText) gone missing on wikimediafoundation.org
Namespace (710 for TimedText) gone missing on wikimediafoundation.org
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
wmf-deployment
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-10 11:15 UTC by MZMcBride
Modified: 2013-03-12 01:40 UTC (History)
8 users (show)

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


Attachments

Description MZMcBride 2013-03-10 11:15:11 UTC
As far as I can tell, a namespace has gone missing on wikimediafoundation.org.

https://wikimediafoundation.org/w/index.php?curid=22015 shows ":Wikimedia Foundation 90 second HR Video with Disclaimer 720p.theora.ogv.en.srt".

On the Toolserver's foundationwiki_p:

---
mysql> select * from page where page_namespace = 710\G
*************************** 1. row ***************************
              page_id: 22015
       page_namespace: 710
           page_title: Wikimedia_Foundation_90_second_HR_Video_with_Disclaimer_720p.theora.ogv.en.srt
    page_restrictions: 
         page_counter: 0
     page_is_redirect: 0
          page_is_new: 1
          page_random: 0.686476632221
         page_touched: 20121106193123
          page_latest: 84926
             page_len: 161
page_no_title_convert: 0
1 row in set (0.00 sec)
---

From <https://wikimediafoundation.org/w/api.php?action=query&meta=siteinfo&siprop=namespaces>:

---
<?xml version="1.0"?>
<api>
  <query>
    <namespaces>
      <ns id="-2" case="first-letter" canonical="Media" xml:space="preserve">Media</ns>
      <ns id="-1" case="first-letter" canonical="Special" xml:space="preserve">Special</ns>
      <ns id="0" case="first-letter" subpages="" content="" xml:space="preserve" />
      <ns id="1" case="first-letter" subpages="" canonical="Talk" xml:space="preserve">Talk</ns>
      <ns id="2" case="first-letter" subpages="" canonical="User" xml:space="preserve">User</ns>
      <ns id="3" case="first-letter" subpages="" canonical="User talk" xml:space="preserve">User talk</ns>
      <ns id="4" case="first-letter" subpages="" canonical="Project" xml:space="preserve">Wikimedia</ns>
      <ns id="5" case="first-letter" subpages="" canonical="Project talk" xml:space="preserve">Wikimedia talk</ns>
      <ns id="6" case="first-letter" canonical="File" xml:space="preserve">File</ns>
      <ns id="7" case="first-letter" subpages="" canonical="File talk" xml:space="preserve">File talk</ns>
      <ns id="8" case="first-letter" canonical="MediaWiki" xml:space="preserve">MediaWiki</ns>
      <ns id="9" case="first-letter" subpages="" canonical="MediaWiki talk" xml:space="preserve">MediaWiki talk</ns>
      <ns id="10" case="first-letter" subpages="" canonical="Template" xml:space="preserve">Template</ns>
      <ns id="11" case="first-letter" subpages="" canonical="Template talk" xml:space="preserve">Template talk</ns>
      <ns id="12" case="first-letter" subpages="" canonical="Help" xml:space="preserve">Help</ns>
      <ns id="13" case="first-letter" subpages="" canonical="Help talk" xml:space="preserve">Help talk</ns>
      <ns id="14" case="first-letter" subpages="" canonical="Category" xml:space="preserve">Category</ns>
      <ns id="15" case="first-letter" subpages="" canonical="Category talk" xml:space="preserve">Category talk</ns>
    </namespaces>
  </query>
</api>
---
Comment 1 Alex Monk 2013-03-10 12:26:11 UTC
Namespace 710 was TimedText, for TimedMediaHandler: https://www.mediawiki.org/wiki/Extension_namespace_registration#TimedMediaHandler
Comment 2 Alex Monk 2013-03-10 12:55:12 UTC
TMH checks $wgEnableLocalTimedText before adding the namespace, so I think adding "'foundationwiki' => true" to Wikimedia's wmgEnableLocalTimedText should fix this. But for one page?

As for what caused this to break, see Gerrit change #32204. Foundationwiki was at 1.21wmf3 at the time (page_touched=20121106193123), so it seems Reedy updated TMH to master in Gerrit change #32267 and deployed it at 7/11/12 20:31 (see SAL archive 21)
Comment 3 Alex Monk 2013-03-11 15:44:52 UTC
Gerrit change #53174
Comment 4 Alex Monk 2013-03-12 01:40:43 UTC
Merged and deployed by Reedy.

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


Navigation
Links