Changeset 235 for trunk/bin


Ignore:
Timestamp:
Apr 21, 2007, 3:39:50 PM (16 years ago)
Author:
Peter Johansson
Message:

added Date class
changed date format on first page
fixed plotting only once (fixes #113)
changed interface to anchor class
more anchors to users
removed anchor to '../' in author summary in dirs
anchors are filtered through HtmlStream?
log messages are truncated and newlines are replaced with spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/svndigest.cc

    r234 r235  
    159159                                 +tree.name()+"'");
    160160  print_css("svndigest.css");
    161   print_main_page(tree.name(), svnlog, stats);
     161  SVNlog local_log(option->root());
     162  print_main_page(tree.name(), local_log, stats);
    162163  mkdir("all");
     164  mkdir("images");
    163165  for (std::set<std::string>::const_iterator i = stats.authors().begin();
    164166       i!=stats.authors().end(); ++i) {
Note: See TracChangeset for help on using the changeset viewer.