Fossil SCM
Renamed /stats_report to /reports.
Commit
3bb44041f0d54ccc05be4c1eaecfd1e204fef6a8
Parent
59f790bc52e3d94…
1 file changed
+2
-3
+2
-3
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1874,11 +1874,11 @@ | ||
| 1874 | 1874 | } |
| 1875 | 1875 | db_finalize(&stWeek); |
| 1876 | 1876 | } |
| 1877 | 1877 | |
| 1878 | 1878 | /* |
| 1879 | -** Implements the "byyear" and "bymonth" reports for /stats_report. | |
| 1879 | +** Implements the "byyear" and "bymonth" reports for /reports. | |
| 1880 | 1880 | ** If includeMonth is true then it generates the "bymonth" report, |
| 1881 | 1881 | ** else the "byyear" report. If zUserName is not NULL and not empty |
| 1882 | 1882 | ** then the report is restricted to events created by the named user |
| 1883 | 1883 | ** account. |
| 1884 | 1884 | */ |
| @@ -2028,11 +2028,11 @@ | ||
| 2028 | 2028 | output_table_sorting_javascript("statsTable","tnx"); |
| 2029 | 2029 | } |
| 2030 | 2030 | } |
| 2031 | 2031 | |
| 2032 | 2032 | /* |
| 2033 | -** Implements the "byuser" view for /stats_report. | |
| 2033 | +** Implements the "byuser" view for /reports. | |
| 2034 | 2034 | */ |
| 2035 | 2035 | static void stats_report_by_user(){ |
| 2036 | 2036 | Stmt query = empty_Stmt; |
| 2037 | 2037 | int nRowNumber = 0; /* current TR number */ |
| 2038 | 2038 | int nEventTotal = 0; /* Total event count */ |
| @@ -2209,11 +2209,10 @@ | ||
| 2209 | 2209 | output_table_sorting_javascript("statsTable","tnx"); |
| 2210 | 2210 | } |
| 2211 | 2211 | } |
| 2212 | 2212 | |
| 2213 | 2213 | /* |
| 2214 | -** WEBPAGE: stats_report | |
| 2215 | 2214 | ** WEBPAGE: reports |
| 2216 | 2215 | ** |
| 2217 | 2216 | ** Shows activity reports for the repository. |
| 2218 | 2217 | ** |
| 2219 | 2218 | ** Query Parameters: |
| 2220 | 2219 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1874,11 +1874,11 @@ | |
| 1874 | } |
| 1875 | db_finalize(&stWeek); |
| 1876 | } |
| 1877 | |
| 1878 | /* |
| 1879 | ** Implements the "byyear" and "bymonth" reports for /stats_report. |
| 1880 | ** If includeMonth is true then it generates the "bymonth" report, |
| 1881 | ** else the "byyear" report. If zUserName is not NULL and not empty |
| 1882 | ** then the report is restricted to events created by the named user |
| 1883 | ** account. |
| 1884 | */ |
| @@ -2028,11 +2028,11 @@ | |
| 2028 | output_table_sorting_javascript("statsTable","tnx"); |
| 2029 | } |
| 2030 | } |
| 2031 | |
| 2032 | /* |
| 2033 | ** Implements the "byuser" view for /stats_report. |
| 2034 | */ |
| 2035 | static void stats_report_by_user(){ |
| 2036 | Stmt query = empty_Stmt; |
| 2037 | int nRowNumber = 0; /* current TR number */ |
| 2038 | int nEventTotal = 0; /* Total event count */ |
| @@ -2209,11 +2209,10 @@ | |
| 2209 | output_table_sorting_javascript("statsTable","tnx"); |
| 2210 | } |
| 2211 | } |
| 2212 | |
| 2213 | /* |
| 2214 | ** WEBPAGE: stats_report |
| 2215 | ** WEBPAGE: reports |
| 2216 | ** |
| 2217 | ** Shows activity reports for the repository. |
| 2218 | ** |
| 2219 | ** Query Parameters: |
| 2220 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1874,11 +1874,11 @@ | |
| 1874 | } |
| 1875 | db_finalize(&stWeek); |
| 1876 | } |
| 1877 | |
| 1878 | /* |
| 1879 | ** Implements the "byyear" and "bymonth" reports for /reports. |
| 1880 | ** If includeMonth is true then it generates the "bymonth" report, |
| 1881 | ** else the "byyear" report. If zUserName is not NULL and not empty |
| 1882 | ** then the report is restricted to events created by the named user |
| 1883 | ** account. |
| 1884 | */ |
| @@ -2028,11 +2028,11 @@ | |
| 2028 | output_table_sorting_javascript("statsTable","tnx"); |
| 2029 | } |
| 2030 | } |
| 2031 | |
| 2032 | /* |
| 2033 | ** Implements the "byuser" view for /reports. |
| 2034 | */ |
| 2035 | static void stats_report_by_user(){ |
| 2036 | Stmt query = empty_Stmt; |
| 2037 | int nRowNumber = 0; /* current TR number */ |
| 2038 | int nEventTotal = 0; /* Total event count */ |
| @@ -2209,11 +2209,10 @@ | |
| 2209 | output_table_sorting_javascript("statsTable","tnx"); |
| 2210 | } |
| 2211 | } |
| 2212 | |
| 2213 | /* |
| 2214 | ** WEBPAGE: reports |
| 2215 | ** |
| 2216 | ** Shows activity reports for the repository. |
| 2217 | ** |
| 2218 | ** Query Parameters: |
| 2219 |