[zanata-bugs] [Bug 1035959] [RFE] Zanata should recognise file types individually, not from the target project

bugzilla at redhat.com bugzilla at redhat.com
Sun Dec 1 23:37:30 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=1035959

Carlos Munoz <camunoz at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |camunoz at redhat.com



--- Comment #2 from Carlos Munoz <camunoz at redhat.com> ---
I think eventually that's where we want to go. As for a migration strategy,
maybe we still need to support both ways of uploading, and we hide the project
type. Users may continue to use the 'legacy' way of uploading files, with their
last stored project type (now hidden or non-editable); but if they want to
change to a newer client, they would start using the 'new' upload mechanism
that Sean describes.

This comes with a few technical challenges: We need to find a way to process
files (any format) from as they are streamed from the client (like we do with
TMX), this will prevent http timeouts, and we still need to break up
transactions for larger files. The alternative is to push the file first and
then either keep pinging the server for a result (what we currently do when
pushing PO or property files), or use comet or some kind of long polling.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cvxwZRKf8z&a=cc_unsubscribe




More information about the zanata-bugs mailing list