Bug 745307 - Python client should show "Version" instead of "Iteration"
Summary: Python client should show "Version" instead of "Iteration"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: zanata-python-client
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: James Ni
QA Contact: Ding-Yi Chen
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-12 00:45 UTC by Ding-Yi Chen
Modified: 2012-07-26 03:10 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-26 03:10:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ding-Yi Chen 2011-10-12 00:45:44 UTC
Description of problem:
"Iteration" was the old way to specify Version.
Since we now mention "Version" as Version, the word "Iteration" should be replaced to avoid confusion.

Version-Release number of selected component (if applicable):
zanata-python-client-1.3.1 and
commit ab314cee446132875151823aaf9807c18c564ac2


How reproducible:
Always

Steps to Reproduce:
0. Assume project "AboutFedora" is created, but version f12 is not created.
and zanata.xml looks like:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<config xmlns="http://zanata.org/namespace/config/">

    <url>http://zanata.example.com:8080/</url>

    <project>AboutFedora</project>

    <project-type>podir</project-type>

    <project-version>f12</project-version>

    <locales>

        <locale map-from="zh_CN">zh-Hans</locale>

    </locales>

</config>


1. zanata push
  
Actual results:
Error message:
error: Project Iteration 'f12' not found.



Expected results:
error: Project Version 'f12' not found.

Comment 1 James Ni 2012-07-26 03:10:30 UTC
I think all the "Iteration" in output message have changed to "Version" now.


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