Changes between Version 1 and Version 2 of Ticket #6621


Ignore:
Timestamp:
2011-08-26T02:16:12+02:00 (13 years ago)
Author:
simon04
Comment:

I tried to format the description to increase readability.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6621 – Description

    v1 v2  
    11The Upload Window needs a rework. I rewrite some sentences but I'm unable to make the code. Someone need to help me for that! :)
    22
    3 
    4 If 1 new changeset & no comment & 1 request:
     3{{{#!java
     4/* If 1 new changeset & no comment & 1 request: */
    55"<strong>{0} object</strong> is uploaded to <strong>a new changeset</strong> using <strong>1 request</strong>."
    66"<strong>{0} objects</strong> are uploaded to <strong>a new changeset</strong> using <strong>1 request</strong>."
    77
    8 If 1 new changeset & comment & 1 request:
     8/* If 1 new changeset & comment & 1 request: */
    99"<strong>{0} object</strong> is uploaded to <strong>a new changeset</strong> with comment ''{2}'' using <strong>1 request</strong>."
    1010"<strong>{0} objects</strong> are uploaded to <strong>a new changeset</strong> with comment ''{2}'' using <strong>1 request</strong>."
    1111
    12 If 1 new changeset & no comment & many requests:
     12/* If 1 new changeset & no comment & many requests: */
    1313"<strong>{0} objects</strong> are uploaded to <strong>a new changeset</strong> using <strong>{3} requests</strong>."
    1414
    15 If 1 new changeset & comment & many requests:
     15/* If 1 new changeset & comment & many requests: */
    1616"<strong>{0} objects</strong> are uploaded to <strong>a new changeset</strong> with comment ''{2}'' using <strong>{3} requests</strong>."
    1717
    18 If 1 old changeset & no comment & 1 request:
     18/* If 1 old changeset & no comment & 1 request: */
    1919"<strong>{0} object</strong> is uploaded to <strong>the open changeset {1}</strong> using <strong>1 request</strong>."
    2020"<strong>{0} objects</strong> are uploaded to <strong>the open changeset {1}</strong> using <strong>1 request</strong>."
    2121
    22 If 1 old changeset & comment & 1 request:
     22/* If 1 old changeset & comment & 1 request: */
    2323"<strong>{0} object</strong> is uploaded to <strong>the open changeset {1}</strong> with comment ''{2}'' using <strong>1 request</strong>."
    2424"<strong>{0} objects</strong> are uploaded to <strong>the open changeset {1}</strong> with comment ''{2}'' using <strong>1 request</strong>."
    2525
    26 If 1 old changeset & no comment & many requests:
     26/* If 1 old changeset & no comment & many requests: */
    2727"<strong>{0} objects</strong> are uploaded to <strong>the open changeset {1}</strong> using <strong>{3} requests</strong>."
    2828
    29 If 1 old changeset & comment & many requests:
     29/* If 1 old changeset & comment & many requests: */
    3030"<strong>{0} objects</strong> are uploaded to <strong>the open changeset {1}</strong> with comment ''{2}'' using <strong>{3} requests</strong>."
    3131
    32 If many changesets & no comment & many requests:
     32/* If many changesets & no comment & many requests: */
    3333"<strong>{0} objects</strong> are uploaded to <strong>multiple changesets</strong> using <strong>{3} requests</strong>."
    3434
    35 If many changesets & comment & many requests:
     35/* If many changesets & comment & many requests: */
    3636"<strong>{0} objects</strong> are uploaded to <strong>multiple changesets</strong> with comment ''{2}'' using <strong>{3} requests</strong>."
    3737
    3838
    39 If no comment --> New window with warning about comment
    40 If many objects are uploaded --> show the ligne "advanced configuration"
    41 Either (1 object is uploaded) --> Hide the ligne "advanced configuration"
     39/* If no comment --> New window with warning about comment */
     40/* If many objects are uploaded --> show the ligne "advanced configuration" */
     41/* Either (1 object is uploaded) --> Hide the line "advanced configuration" */
    4242
    4343
    44 If 1 changeset & changeset is closed after upload:
     44/* If 1 changeset & changeset is closed after upload: */
    4545"The changeset is going to be <strong>closed</strong> after this upload."
    4646
    47 If 1 changeset & changeset is open after upload:
     47/* If 1 changeset & changeset is open after upload: */
    4848"The changeset is <strong>left open</strong> after this upload."
    4949
    50 If many changesets & changesets are closed after upload:
     50/* If many changesets & changesets are closed after upload: */
    5151"The changesets are going to be <strong>closed</strong> after this upload."
    5252
    53 If many changeset & changesets are open after upload:
     53/* If many changeset & changesets are open after upload: */
    5454"The changesets are <strong>left open</strong> after this upload."
     55}}}