Last modified: 2013-02-03 17:49:56 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 T39148, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 37148 - Remove Translate workflow state "updating" for metawiki
Remove Translate workflow state "updating" for metawiki
Status: VERIFIED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Niklas Laxström
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-27 15:06 UTC by Siebrand Mazeland
Modified: 2013-02-03 17:49 UTC (History)
6 users (show)

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


Attachments

Description Siebrand Mazeland 2012-05-27 15:06:27 UTC
We've analysed[1,2] the workflow states that are set in 'wmgTranslateWorkflowStates'[1] for Meta Wiki recently, and found that the state "updating" doesn't really serve any purpose.

1. Please change all groups set to state "updating" to "needs-updating"
2. Remove "updating" from 'wmgTranslateWorkflowStates' for 'metawiki'.


[1] Niklas, Amir, Jon Harald, Siebrand
[2] http://etherpad.wikimedia.org/l10n-translate-centralnotice (lines 4-28)
[3] http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
Comment 1 Sam Reed (reedy) 2013-02-03 17:41:38 UTC
Config change is https://gerrit.wikimedia.org/r/47355


mysql:wikiadmin@db1041 [metawiki]> select * from translate_groupreviews where tgr_state='updating';
+-------------------------------------------------------------------------+-----------+-----------+
| tgr_group                                                               | tgr_lang  | tgr_state |
+-------------------------------------------------------------------------+-----------+-----------+
| agg-WMF_Blog_Posts                                                      | hi        | updating  |
| agg-Wikimedia_chapter_reports                                           | ru        | updating  |
| page-Fundraising 2012/Translation/Donor information pages               | ru        | updating  |
| page-Fundraising 2012/Translation/Impact Of Wikipedia Video (subtitles) | de-formal | updating  |
| page-Fundraising 2012/Translation/Impact Of Wikipedia Video (subtitles) | zh-hant   | updating  |
| page-Fundraising 2012/Translation/Ways to give                          | sl        | updating  |
| page-Fundraising and Funds Dissemination/Recommendations                | he        | updating  |
| page-Grants:Index                                                       | fa        | updating  |
| page-Guidelines on potential conflicts of interest                      | de        | updating  |
| page-User:Jsoby/Test                                                    | no        | updating  |
| page-Wikidata                                                           | is        | updating  |
| page-Wikimedia Chapters Association                                     | de        | updating  |
| page-Wikimedia Highlights, September 2012                               | pt        | updating  |
| page-Wikimedia Indigenous Languages                                     | fr        | updating  |
+-------------------------------------------------------------------------+-----------+-----------+
14 rows in set (0.05 sec)

mysql:wikiadmin@db1041 [metawiki]> UPDATE translate_groupreviews SET tgr_state = 'needs-updating' where tgr_state='updating';
Query OK, 14 rows affected (0.06 sec)
Rows matched: 14  Changed: 14  Warnings: 0

mysql:wikiadmin@db1041 [metawiki]> select * from translate_groupreviews where tgr_state='updating';
Empty set (0.03 sec)

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


Navigation
Links