[Buildbot-commits] [djmitche/buildbot] 31813d: Add missing close tag in waterfall.

noreply at github.com noreply at github.com
Thu Jan 7 03:24:49 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/djmitche/buildbot

Commit: 31813d03b420233cf9744f52d009f8d99f994788
    http://github.com/djmitche/buildbot/commit/31813d03b420233cf9744f52d009f8d99f994788
Author: Nicolás Alvarez <nicolas.alvarez at gmail.com>
Date:   2010-01-06 (Wed, 06 Jan 2010)

Changed paths:
  M buildbot/status/web/templates/waterfall.html

Log Message:
-----------
Add missing close tag in waterfall.


Commit: 2ab6fe75e7dc0051ecabb9e48cfdff8eebdf4160
    http://github.com/djmitche/buildbot/commit/2ab6fe75e7dc0051ecabb9e48cfdff8eebdf4160
Author: Nicolás Alvarez <nicolas.alvarez at gmail.com>
Date:   2010-01-06 (Wed, 06 Jan 2010)

Changed paths:
  M buildbot/status/web/templates/box_macros.html

Log Message:
-----------
box_macros: Leave spaces between HTML attributes.


Commit: 451060935922629cf64ae8d367b676ad4ede5e40
    http://github.com/djmitche/buildbot/commit/451060935922629cf64ae8d367b676ad4ede5e40
Author: Nicolás Alvarez <nicolas.alvarez at gmail.com>
Date:   2010-01-06 (Wed, 06 Jan 2010)

Changed paths:
  M buildbot/status/web/templates/build_line.html

Log Message:
-----------
Remove spurious </span> in build_line.html.


Commit: 741156ad33458261a814de713b6388e3a67e8239
    http://github.com/djmitche/buildbot/commit/741156ad33458261a814de713b6388e3a67e8239
Author: Nicolás Alvarez <nicolas.alvarez at gmail.com>
Date:   2010-01-06 (Wed, 06 Jan 2010)

Changed paths:
  M buildbot/status/web/templates/builder.html

Log Message:
-----------
Fix mismatched HTML tag in builder page.


Commit: d53188af36d2da89aff4636211b6b88839b8de96
    http://github.com/djmitche/buildbot/commit/d53188af36d2da89aff4636211b6b88839b8de96
Author: Nicolás Alvarez <nicolas.alvarez at gmail.com>
Date:   2010-01-06 (Wed, 06 Jan 2010)

Changed paths:
  M buildbot/status/web/templates/buildslave.html

Log Message:
-----------
Fix unclosed <input> tag in buildslave.html

This is XHTML; you need the self-closing slash!


Commit: 27eef1019c41ede4183564fa0a70181cf8aef456
    http://github.com/djmitche/buildbot/commit/27eef1019c41ede4183564fa0a70181cf8aef456
Author: Nicolás Alvarez <nicolas.alvarez at gmail.com>
Date:   2010-01-06 (Wed, 06 Jan 2010)

Changed paths:
  M buildbot/status/web/templates/buildslave.html

Log Message:
-----------
Use lowercase 'post' in <form method="post">.

(see XHTML 1.0 section 4.11)


Commit: c1746dd981ca36635b2da3aaf16d5e2b41c0b436
    http://github.com/djmitche/buildbot/commit/c1746dd981ca36635b2da3aaf16d5e2b41c0b436
Author: Nicolás Alvarez <nicolas.alvarez at gmail.com>
Date:   2010-01-06 (Wed, 06 Jan 2010)

Changed paths:
  M buildbot/status/web/templates/build.html

Log Message:
-----------
build.html: Add missing quotes around attribute values.


Commit: 50288b012197eba2ef39c73050b272262f6fb342
    http://github.com/djmitche/buildbot/commit/50288b012197eba2ef39c73050b272262f6fb342
Author: Nicolás Alvarez <nicolas.alvarez at gmail.com>
Date:   2010-01-06 (Wed, 06 Jan 2010)

Changed paths:
  M buildbot/status/web/templates/change_macros.html

Log Message:
-----------
change_macros.html: Fix closing td tag.

Was missing the slash, so it was an open tag, making it a <td> in a <td>...


Commit: 0ee4edad541101f1a822f24f3ff527428ffa4118
    http://github.com/djmitche/buildbot/commit/0ee4edad541101f1a822f24f3ff527428ffa4118
Author: Nicolás Alvarez <nicolas.alvarez at gmail.com>
Date:   2010-01-06 (Wed, 06 Jan 2010)

Changed paths:
  M buildbot/status/web/templates/buildstep.html

Log Message:
-----------
Fix mismatched and missing tags in buildstep.html


Commit: adc2e9e39feec75147f9fc8c6e71388e2ab7a20e
    http://github.com/djmitche/buildbot/commit/adc2e9e39feec75147f9fc8c6e71388e2ab7a20e
Author: Nicolás Alvarez <nicolas.alvarez at gmail.com>
Date:   2010-01-06 (Wed, 06 Jan 2010)

Changed paths:
  M buildbot/status/web/templates/grid_macros.html

Log Message:
-----------
Validation fixes to grid_macros.html

(affects grid and tgrid)


Commit: 0102f5ea8426ee2a426817f553d9e1c20a1d2da6
    http://github.com/djmitche/buildbot/commit/0102f5ea8426ee2a426817f553d9e1c20a1d2da6
Author: Nicolás Alvarez <nicolas.alvarez at gmail.com>
Date:   2010-01-06 (Wed, 06 Jan 2010)

Changed paths:
  M buildbot/status/web/templates/buildslaves.html

Log Message:
-----------
Change how the "last heard from" column in /buildslaves is rendered.

It used to use <font size="-1"> (without closing tag!)
around the absolute timestamp. In my browser,
that seems to cause a *bigger* font. Don't ask why.

I changed it to use <small> and put it inside parentheses.






More information about the Commits mailing list