This patch contains added reports showing daily code summary for a developer displayed for each month. The summary contains no. of lines addeded, removed, linesdelta, files commited , etc. summed for the whole day.
Also this patch adds a fields to Commit List formater which displays lines delta for deleted files (which actualy is the line count of the file before deletition)
Also i've changed the algorithm of counting CloudCommitTableReport which seemed to have an error causing it to multiply the occurences of words,
the diff containing the changes