From 613982dddfcf31fa6585750742d276725cad9ec0 Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 29 Jul 2001 23:34:38 +0000 Subject: [PATCH] changes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@142 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 9 +++ roundup/templates/classic/htmlbase.py | 79 +++++++++++++++++++++----- roundup/templates/extended/htmlbase.py | 16 +++--- 3 files changed, 81 insertions(+), 23 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 19e0fce..a59b39a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,15 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. +2001-08-?? - 0.2.3 +Features: + . Added the unit tests to the start of setup.py so they're run whenever + we do anything distutils'y. + +Fixed: + . One of the tests in test_date had the wrong expected result. + + 2001-07-29 - 0.2.2 Features: . Added implementation.txt to the doc directory. Contains implementation diff --git a/roundup/templates/classic/htmlbase.py b/roundup/templates/classic/htmlbase.py index 8121dbf..f88ae71 100644 --- a/roundup/templates/classic/htmlbase.py +++ b/roundup/templates/classic/htmlbase.py @@ -2,7 +2,7 @@ # Do Not Edit (Unless You Want To) # This file automagically generated by roundup.htmldata.makeHtmlBase # -fileDOTindex = """ +fileDOTindex = """ @@ -13,7 +13,7 @@ fileDOTindex = """ +issueDOTfilter = """ Title @@ -28,24 +28,30 @@ issueDOTfilter = """ - +issueDOTindex = """ +"> + + + + + + - - + + """ -issueDOTitem = """ +issueDOTitem = """ @@ -111,7 +117,7 @@ issueDOTitem = """ +msgDOTindex = """ @@ -125,7 +131,7 @@ msgDOTindex = """ +msgDOTitem = """
@@ -232,7 +238,8 @@ th { } .location-bar { - background-color: #efefef; + background-color: #44bb66; + color: #ffffff; border: none; } @@ -245,7 +252,8 @@ th { } .list-header { - background-color: #c0c0c0; + background-color: #aaccff; + color: #000000; border: none; } @@ -271,11 +279,52 @@ th { border: none; } -.section-bar { - background-color: #c0c0c0; +.row-unread { + background-color: #ffddd9; + border: none; +} + +.row-in-progress { + background-color: #3ccc50; + border: none; +} + +.row-resolved { + background-color: #aaccff; + border: none; +} + +.row-done-cbb { + background-color: #aaccff; + border: none; +} + +.row-testing { + background-color: #c6ddff; + border: none; +} + +.row-need-eg { + background-color: #ffc7c0; + border: none; +} + +.row-chatting { + background-color: #ffe3c0; + border: none; +} + +.row-deferred { + background-color: #cccccc; border: none; } +.section-bar { + background-color: #707070; + color: #ffffff; + border: 1px solid #404040; +} + .system-msg { font-family: Verdana, Helvetica, sans-serif; font-size: 10pt; @@ -329,7 +378,7 @@ th { } """ -userDOTindex = """ +userDOTindex = """ @@ -349,7 +398,7 @@ userDOTindex = """ +userDOTitem = """
diff --git a/roundup/templates/extended/htmlbase.py b/roundup/templates/extended/htmlbase.py index d121d5e..022fd31 100644 --- a/roundup/templates/extended/htmlbase.py +++ b/roundup/templates/extended/htmlbase.py @@ -2,7 +2,7 @@ # Do Not Edit (Unless You Want To) # This file automagically generated by roundup.htmldata.makeHtmlBase # -fileDOTindex = """ +fileDOTindex = """ @@ -13,7 +13,7 @@ fileDOTindex = """ +issueDOTfilter = """ @@ -52,7 +52,7 @@ issueDOTfilter = """ +issueDOTindex = """ @@ -87,7 +87,7 @@ issueDOTindex = """ +issueDOTitem = """
Title
@@ -175,7 +175,7 @@ issueDOTitem = """ +msgDOTindex = """ @@ -189,7 +189,7 @@ msgDOTindex = """ +msgDOTitem = """
@@ -393,7 +393,7 @@ th { } """ -userDOTindex = """ +userDOTindex = """ @@ -413,7 +413,7 @@ userDOTindex = """ +userDOTitem = """
-- 2.30.2