812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
|
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
|
-
+
+
+
+
+
+
+
+
+
|
/*
** WEBPAGE: reports
**
** Shows activity reports for the repository.
**
** Query Parameters:
**
** view=REPORT_NAME Valid values: bymonth, byyear, byuser
** view=REPORT_NAME Valid REPORT_NAME values:
** * byyear
** * bymonth
** * byweek
** * byweekday
** * byhour
** * byuser
** * byfile
** * lastchng
** user=NAME Restricts statistics to the given user
** type=TYPE Restricts the report to a specific event type:
** ci (check-in), f (forum), w (wiki), t (ticket), g (tag)
** Defaulting to all event types.
**
** The view-specific query parameters include:
**
|