Timeline



Sep 6, 2006:

2:41 PM Changeset [189] by Jari Häkkinen
Tried to improve description on what is calculated.
1:36 PM Ticket #73 (do not generate css file, but include it in distribution) closed by Peter Johansson
wontfix
1:24 PM Ticket #82 (statistics class - calculating number of lines committed) created by Peter Johansson
needed for ticket:294 relates to #24 and #227 Simply adding up total …
1:12 PM Ticket #81 (Check if apr_pool_destroy handles nll pointers gracefully (SVN.cc code ...) created by Jari Häkkinen
In SVN.cc there are two blocks of code that looks something like this. …
12:37 PM Ticket #59 (Explain how the files are parsed) closed by Peter Johansson
fixed: (In [188]) fixes #59 explains how files are parsed. Perhaps some of …
12:37 PM Changeset [188] by Peter Johansson
fixes #59 explains how files are parsed. Perhaps some of the …
5:12 AM Changeset [187] by Peter Johansson
some typos
4:44 AM Changeset [186] by Jari Häkkinen
build_support contains copied files only -> ignore.
4:39 AM Tickets #65,​60 batch updated by Jari Häkkinen
fixed: (In [185]) Fixes #65 and #60. Added support for svndigest:ignore. …
4:39 AM Changeset [185] by Jari Häkkinen
Fixes #65 and #60. Added support for svndigest:ignore. Uppdated …

Sep 5, 2006:

1:19 PM Changeset [184] by Peter Johansson
fixes #68 Parser detects block comments of type /* bla bla */
1:19 PM Ticket #68 (support c-mode comments) closed by Peter Johansson
fixed: (In [184]) fixes #68 Parser detects block comments of type /* bla bla */
1:15 PM Ticket #80 (user summary in directories) created by Peter Johansson
The same type of table that are displayed in Files could also be …
11:37 AM Changeset [183] by Peter Johansson
refs #57 modified Stats to no longer skip empty line.

Sep 3, 2006:

1:24 PM Ticket #79 (behaviour of --force) created by Peter Johansson
In context of #5 the --force option must be reinterpreted. The whole …
1:20 PM Ticket #78 (output input operator for Stats object) created by Peter Johansson
To allow to write/read object from/to disc needed for #5
10:46 AM Changeset [182] by Peter Johansson
fixes #52 in table output directories are bold whereas files are normal.
10:46 AM Ticket #52 (distinguish files from directories in output table) closed by Peter Johansson
fixed: (In [182]) fixes #52 in table output directories are bold whereas …
9:44 AM Changeset [181] by Peter Johansson
using anchor function
9:43 AM Ticket #71 (support concatenation of parameters) closed by Peter Johansson
fixed: (In [180]) fixes #71 concatenation of parameters -v and -f is now allowed
9:43 AM Changeset [180] by Peter Johansson
fixes #71 concatenation of parameters -v and -f is now allowed

Sep 2, 2006:

7:28 AM Ticket #47 (shape up the plot) closed by Peter Johansson
wontfix
7:18 AM Changeset [179] by Peter Johansson
added support for åäöÅÄÖé in html generator
7:06 AM Ticket #77 (html generator) closed by Peter Johansson
fixed: (In [178]) fixes #77 text to html translator
7:06 AM Changeset [178] by Peter Johansson
fixes #77 text to html translator
6:30 AM Changeset [177] by Peter Johansson
moved html related utility to its own 'html_utility'
6:17 AM Changeset [176] by Peter Johansson
fixes #12 binary files are now printed with note without anchor. …
6:17 AM Ticket #12 (directories, ignore:files, and binary:files coherent) closed by Peter Johansson
fixed: (In [176]) fixes #12 binary files are now printed with note without …
5:22 AM Ticket #53 (make header to links) closed by Peter Johansson
fixed: (In [175]) fixes #53
5:22 AM Changeset [175] by Peter Johansson
fixes #53

Sep 1, 2006:

11:31 AM Ticket #77 (html generator) created by Peter Johansson
A function like: void html(istream&, ostream&, char delim='\n') The …

Aug 29, 2006:

2:31 PM Ticket #76 (change output file structure) created by Peter Johansson
ref #41 #44 In order to allow a spectrum of parallel output pages the …
3:22 AM Ticket #75 (same author has different colors in different plots) created by Peter Johansson
Depends on ticket:98 and ticket:97 (Replace gnuplot) Is related to …

Aug 28, 2006:

1:51 AM Changeset [174] by Peter Johansson
fixes #67
1:51 AM Ticket #67 (alignments in table) closed by Peter Johansson
fixed: (In [174]) fixes #67

Aug 27, 2006:

10:00 PM Ticket #74 (Redesign SVN related classes) created by Jari Häkkinen
9:01 PM Changeset [173] by Jari Häkkinen
Changed post-increments to pre-increments.
12:15 AM Changeset [172] by Jari Häkkinen
Polished configure.ac

Aug 26, 2006:

11:47 PM Changeset [171] by Jari Häkkinen
Fixes #72. Introduced libtool to create a static svndigest. Libtool …
11:47 PM Ticket #72 (Create static svndigest binary) closed by Jari Häkkinen
fixed: (In [171]) Fixes #72. Introduced libtool to create a static svndigest. …
10:16 AM Ticket #73 (do not generate css file, but include it in distribution) created by Peter Johansson
The usual questions: 1) Where to place it? 2) How to find it? If we …
9:25 AM Ticket #72 (Create static svndigest binary) created by Jari Häkkinen
Implement the possiblilty to create static svndigest binary. It does …
12:55 AM Changeset [170] by Jari Häkkinen
Changed linkage against (the proper) libtool library .la.
12:52 AM Changeset [169] by Jari Häkkinen
Changed linkage against (the proper) libtool library .la.
12:40 AM Changeset [168] by Jari Häkkinen
Removed redundant APR checks.
12:38 AM Changeset [167] by Jari Häkkinen
Using libtool now.
12:14 AM Changeset [166] by Jari Häkkinen
Changed deprecated INCLUDES to AM_CPPFLAGS. Fixed test/Makefile.am to …

Aug 24, 2006:

9:38 AM Changeset [165] by Jari Häkkinen
Moved #ifndef _theplu_svndigest... in conformance with coding style. …
8:31 AM Ticket #71 (support concatenation of parameters) created by Peter Johansson
For example 'svndigest -vf' should be equivalent to 'svndigest -v -f'
12:51 AM Changeset [164] by Jari Häkkinen
Fixes #33. Added configure checks for APR and subversion APIs.
12:51 AM Ticket #33 (configure should check that svn libs (and apr) is available.) closed by Jari Häkkinen
fixed: (In [164]) Fixes #33. Added configure checks for APR and subversion APIs.

Aug 23, 2006:

12:22 AM Changeset [163] by Jari Häkkinen
Removed unused variable in lib/utility.cc.

Aug 21, 2006:

3:56 AM Ticket #70 (add column with number of empty lines) created by Peter Johansson
This is really redundant information (code+comments+empty should add …

Aug 20, 2006:

1:01 AM Changeset [162] by Jari Häkkinen
Addresses #33. 'configure' now checks for APR libraries.

Aug 19, 2006:

11:26 PM Changeset [161] by Jari Häkkinen
Removed -DHAVE_INLINE option to the CPP.
11:19 PM Changeset [160] by Jari Häkkinen
Fixes #55. Added --enable-debug option to configure. This will turn on …
11:19 PM Ticket #55 (Add an configure option to compile without assert() calls.) closed by Jari Häkkinen
fixed: (In [160]) Fixes #55. Added --enable-debug option to configure. This …

Aug 15, 2006:

4:07 AM Ticket #69 (support other modes e.g. perl-mode) created by Peter Johansson
Comments are different for different kinds of files. We need to …
4:04 AM Ticket #68 (support c-mode comments) created by Peter Johansson
It would be nice if could support c-mode comment (*/ and /*). When …
2:23 AM Ticket #67 (alignments in table) created by Peter Johansson
Style sheet does not work properly in MSIE. The alignments in table …
2:07 AM Ticket #66 (special blame-all-rev function) created by Peter Johansson
needs ticket:293 Calling blame repeatedly like in #24 will be very …
1:43 AM Ticket #54 (html not compliant with MSIE) closed by Peter Johansson
fixed: Fixed in 155

Aug 14, 2006:

9:39 PM Changeset [159] by Jari Häkkinen
Fixes #63. Moved directory tree creation up. Improved target dir …
9:39 PM Ticket #63 (Target directory is erased before checks are made whether repo is upto ...) closed by Jari Häkkinen
fixed: (In [159]) Fixes #63. Moved directory tree creation up. Improved …
8:55 PM Changeset [158] by Jari Häkkinen
Added reference to UTC in output.
8:53 PM Changeset [157] by Jari Häkkinen
Spelling error on gnuplot in previous commit.
8:49 PM Changeset [156] by Jari Häkkinen
Fixes #20. configure will warn if gnuplot is not found.
8:49 PM Ticket #20 (configure should check that gnuplot exists.) closed by Jari Häkkinen
fixed: (In [156]) Fixes #20. configure will warn if gnuplot is not found.
6:59 AM Ticket #65 (add support for svndigest:ignore property) created by Peter Johansson
files with this property should be ignored during parsing. Look at …
6:28 AM Changeset [155] by Peter Johansson
fixed typo that hopefully addresses ticket:54
4:32 AM Changeset [154] by Peter Johansson
fixes #64 not telling output is in zulu though
4:32 AM Ticket #64 (Time in generated output should be in zulu time (UTC, GMT).) closed by Peter Johansson
fixed: (In [154]) fixes #64 not telling output is in zulu though
12:15 AM Changeset [153] by Jari Häkkinen
Moved beyond 0.4, bumped version to pre0.5

Aug 13, 2006:

11:48 PM Ticket #64 (Time in generated output should be in zulu time (UTC, GMT).) created by Jari Häkkinen
11:45 PM Ticket #63 (Target directory is erased before checks are made whether repo is upto ...) created by Jari Häkkinen
and in consequence the preivous digest will be erased and new digest …
10:37 PM Changeset [152] by Jari Häkkinen
Alphabetized.
10:36 PM Ticket #50 (should check that we are allowed to write in target directory) closed by Jari Häkkinen
fixed: Fixed in revision [151].
10:35 PM Ticket #58 (Using -t option with a non-existent directory behaves badly) closed by Jari Häkkinen
fixed: Fixed in revision [151].
10:30 PM Changeset [151] by Jari Häkkinen
Fixes #50 and #58. Added checks that dirs exists and have proper …

Aug 12, 2006:

11:48 AM Ticket #62 (Link to an 'svn blame' output from output nodes.) created by Jari Häkkinen
Add a link to the output from an 'svn blame' at each node in the …
11:38 AM WikiStart edited by Jari Häkkinen
svnstat changed to svndigest -- releasing 0.4 (diff)
11:32 AM Changeset [150] by Jari Häkkinen
Tagging release 0.4
11:11 AM Changeset [149] by Jari Häkkinen
Changed svnstat to svndigest.

Aug 11, 2006:

11:55 PM Changeset [148] by Jari Häkkinen
Changed filenames containing svnstat to svndigest.
11:28 PM WikiStart edited by Jari Häkkinen
Changed name from svnstat to svndigest. (diff)

Aug 10, 2006:

2:41 PM Ticket #61 (The total number of commits should be displayed in the table) created by Jari Häkkinen
12:22 PM Ticket #60 (Remove or update 'doc/readme.txt') created by Jari Häkkinen
http://lev.thep.lu.se/trac/svnstat/browser/trunk/doc/readme.txt
10:59 AM Ticket #59 (Explain how the files are parsed) created by Jari Häkkinen
How are binary files treated, what is code and comments, ... fix #68
10:53 AM WikiStart edited by Jari Häkkinen
(diff)
10:43 AM Ticket #58 (Using -t option with a non-existent directory behaves badly) created by Jari Häkkinen
No error or warning message is issued. svnstat will happily continue …
10:28 AM Changeset [147] by Jari Häkkinen
Tagging release 0.3
10:24 AM WikiStart edited by Jari Häkkinen
Releasing v0.3 (diff)
10:14 AM Changeset [146] by Jari Häkkinen
Bumped version number in preparation for new release.

Aug 9, 2006:

11:46 PM Milestone 0.3 completed
Use subversion programming interface rather that system calls.
11:46 PM Ticket #35 (Files and directories should not be created before checks whether wc ...) closed by Jari Häkkinen
fixed: This ticket was resolved together with ticket:31 and with the removal …
11:42 PM Ticket #22 (Does 'make check' make sense?) closed by Jari Häkkinen
fixed: The current tests make sense and runs against the svnstat repo itself. …
11:40 PM Ticket #37 (Test gnuplot_pipe has error output when executed.) closed by Jari Häkkinen
worksforme: This bug seems to have disappeared during fixing of other issues.
11:36 PM Changeset [145] by Jari Häkkinen
Removed test/parser.cc and test/stats.cc. These tests are an essential …
10:37 PM Changeset [144] by Jari Häkkinen
test programs compile and all tests return success (but they cheat).
10:24 PM Changeset [143] by Jari Häkkinen
CommitStat? is removed no test needed for it.
1:40 AM Ticket #51 (line without newline is considered as empty) closed by Jari Häkkinen
worksforme: Cannot reproduce the problem,

Aug 8, 2006:

9:23 PM Changeset [142] by Jari Häkkinen
Fixes #56. Changed pool usage to use subpools that are cleared after …
9:23 PM Ticket #56 (Check that the apr pool treatment is okay in the SVN familty of classes.) closed by Jari Häkkinen
fixed: (In [142]) Fixes #56. Changed pool usage to use subpools that are …
Note: See TracTimeline for information about the timeline view.