From bde7d30882f6fad5059a396a91fd92bd1e662492 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Thu, 16 Aug 2007 16:07:46 +0300 Subject: [PATCH] More todo items. --- doc/TODO.txt | 7 ++++++- gitstats | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/TODO.txt b/doc/TODO.txt index 04cb2c5..a835fa8 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -2,9 +2,9 @@ - Files - (T) File count by date -- style class for images (
)? - better style for images & tables (keep next to each other?) - parameter --style default.css +- styles/default.css [0.0.1] - copy/link gitstats.css to target dir @@ -79,6 +79,11 @@ - Author of Month(s): - Author of Year(s): +- Pages for years? + - Commits (% of all) + - Author top ten + - Month statistics + [Stats in StatSVN] - General - Report Period (first/last date of commits) diff --git a/gitstats b/gitstats index b2bbc21..5470d69 100755 --- a/gitstats +++ b/gitstats @@ -340,9 +340,9 @@ class HTMLReportCreator(ReportCreator): f.write('

Activity

') self.printNav(f) - f.write('

Last 30 days

') + #f.write('

Last 30 days

') - f.write('

Last 12 months

') + #f.write('

Last 12 months

') # Hour of Day f.write(html_header(2, 'Hour of Day')) -- 2.11.4.GIT