https://bugzilla.wikimedia.org/show_bug.cgi?id=41692

--- Comment #5 from Michael Dale <[email protected]> 2012-11-03 23:55:55 UTC ---
The reason I think it would not be so easy, is that we already have the
TimedText namespace on commons with associated links, pages etc. I have not
looked at this closely but I don't think it would be trivial.

There are places in the code where we have to discover the timed text namespace
on the remote host and have to look it up by name i.e:
handlers/TextHandler/TextHander.php line 98:

foreach( $data['query']['namespaces'] as $ns ){
    if( $ns['*'] == 'TimedText' ){
        $this->remoteNs = $ns['id'];
    }
}

That being said it should be possible to update ( with some work ) if the caps
on Text is a bad eye sore.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to