Skip to content

Commit

Permalink
[FIXED JENKINS-9102] Changed buildListTable column name from Date to …
Browse files Browse the repository at this point in the history
…Time Since, to reflect actual content.
  • Loading branch information
abayer committed Mar 18, 2011
1 parent 2c04b28 commit 3f81160
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -76,6 +76,9 @@
<li class=bug>
Initial position of the "build time" timeline was off by one day
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-8865">issue 8865</a>)
<li class=bug>
Build list tables had "Date" as column label, but actual content of the column was "Time Since".
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9102">issue 9102</a>)
<li class=rfe>
Added the <tt>--mimeTypes</tt> command line option to define additional MIME type mappings.
<li class=rfe>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/hudson/buildListTable.jelly
Expand Up @@ -38,7 +38,7 @@ THE SOFTWARE.
<tr>
<th><st:nbsp/></th>
<th>${%Build}</th>
<th initialSortDir="up">${%Date}</th>
<th initialSortDir="up">${Time Since}</th>
<th>${%Status}</th>
<th><st:nbsp/></th>
</tr>
Expand Down
Expand Up @@ -22,5 +22,5 @@

Build=Byg
Status=Status
Date=Dato
Time\ Since=Dato
Console\ output=Konsol output
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

Date=Datum
Time\ Since=Datum
Status=Status
Build=Build
Console\ output=Konsolenausgabe
Expand Up @@ -21,6 +21,6 @@
# THE SOFTWARE.

Build=Ejecución
Date=Fecha
Time\ Since=Fecha
Status=Estado
Console\ output=Salida de consola
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

Date=Date
Time\ Since=Date
Status=Statut
Build=Build
Console\ output=Sortie console
Expand Up @@ -22,5 +22,5 @@

Build=Build
Console\ output=Output console
Date=Data
Time\ Since=Data
Status=Stato
Expand Up @@ -21,6 +21,6 @@
# THE SOFTWARE.

Build=\u30D3\u30EB\u30C9
Date=\u6642\u671F
Time\ Since=\u6642\u671F
Status=\u72B6\u614B
Console\ output=\u30B3\u30F3\u30BD\u30FC\u30EB\u51FA\u529B
Expand Up @@ -22,5 +22,5 @@

Build=\uBE4C\uB4DC
Console\ output=\uCF58\uC194 \uCD9C\uB825
Date=\uB0A0\uC790
Time\ Since=\uB0A0\uC790
Status=\uC0C1\uD0DC
Expand Up @@ -22,5 +22,5 @@

Build=Bygg
Console\ output=Konsoll output
Date=Dato
Time\ Since=Dato
Status=Status
Expand Up @@ -21,6 +21,6 @@
# THE SOFTWARE.

Console\ output=Console-uitvoer
Date=Datum
Time\ Since=Datum
Status=Status
Build=Bouwpoging
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

Date=Data
Time\ Since=Data
Status=Estado
Build=Constru\u00e7\u00e3o
Console\ output=Sa\u00edda do console
Expand Up @@ -22,5 +22,5 @@

Build=\u0421\u0431\u043e\u0440\u043a\u0430
Console\ output=\u041A\u043E\u043D\u0441\u043E\u043B\u044C\u043D\u044B\u0439 \u0432\u044B\u0432\u043E\u0434
Date=\u0414\u0430\u0442\u0430
Time\ Since=\u0414\u0430\u0442\u0430
Status=\u0421\u0442\u0430\u0442\u0443\u0441
Expand Up @@ -21,5 +21,5 @@
# THE SOFTWARE.

Build=Bygge
Date=Datum
Time\ Since=Datum
Status=Status
Expand Up @@ -20,6 +20,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

Date=Tarih
Time\ Since=Tarih
Status=Durum
Build=Yap\u0131land\u0131rma
Expand Up @@ -22,5 +22,5 @@

Build=\u6784\u5efa
Console\ output=\u547d\u4ee4\u884c\u8f93\u51fa
Date=\u65e5\u671f
Time\ Since=\u65e5\u671f
Status=\u72b6\u6001
Expand Up @@ -22,5 +22,5 @@

Build=\u5EFA\u69CB
Console\ output=\u756B\u9762\u8F38\u51FA
Date=\u65E5\u671F
Time\ Since=\u65E5\u671F
Status=\u72C0\u614B

0 comments on commit 3f81160

Please sign in to comment.