Enhancement - ghistory report

- Implemented the ghistory report.
This commit is contained in:
Paul Beckingham 2009-06-14 12:31:19 -04:00
parent 9f6b112003
commit a09246fd71
2 changed files with 40 additions and 81 deletions

View file

@ -174,8 +174,8 @@ std::string Context::dispatch ()
else if (cmd.command == "stats") { out = handleReportStats (); }
else if (cmd.command == "info") { out = handleInfo (); }
else if (cmd.command == "history") { out = handleReportHistory (); }
/*
else if (cmd.command == "ghistory") { out = handleReportGHistory (); }
/*
else if (cmd.command == "calendar") { out = handleReportCalendar (); }
else if (cmd.command == "summary") { out = handleReportSummary (); }
else if (cmd.command == "timesheet") { out = handleReportTimesheet (); }