Fossil SCM
Added /reports as alias for /stats_report, will remove /stats_report soon. Updated changes.wiki.
Commit
34fc301f36185b379a0eee579f5e8a0dd679ec0f
Parent
55efbcbcf686454…
2 files changed
+1
+3
+1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -2202,10 +2202,11 @@ | ||
| 2202 | 2202 | } |
| 2203 | 2203 | } |
| 2204 | 2204 | |
| 2205 | 2205 | /* |
| 2206 | 2206 | ** WEBPAGE: stats_report |
| 2207 | +** WEBPAGE: reports | |
| 2207 | 2208 | ** |
| 2208 | 2209 | ** Shows activity reports for the repository. |
| 2209 | 2210 | ** |
| 2210 | 2211 | ** Query Parameters: |
| 2211 | 2212 | ** |
| 2212 | 2213 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -2202,10 +2202,11 @@ | |
| 2202 | } |
| 2203 | } |
| 2204 | |
| 2205 | /* |
| 2206 | ** WEBPAGE: stats_report |
| 2207 | ** |
| 2208 | ** Shows activity reports for the repository. |
| 2209 | ** |
| 2210 | ** Query Parameters: |
| 2211 | ** |
| 2212 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -2202,10 +2202,11 @@ | |
| 2202 | } |
| 2203 | } |
| 2204 | |
| 2205 | /* |
| 2206 | ** WEBPAGE: stats_report |
| 2207 | ** WEBPAGE: reports |
| 2208 | ** |
| 2209 | ** Shows activity reports for the repository. |
| 2210 | ** |
| 2211 | ** Query Parameters: |
| 2212 | ** |
| 2213 |
+3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -5,10 +5,13 @@ | ||
| 5 | 5 | [/help?cmd=clean | fossil clean], [/help?cmd=extras | fossil extras], |
| 6 | 6 | [/help?cmd=ls | fossil ls] and [/help?cmd=status | fossil status] commands |
| 7 | 7 | to restrict operation to files and directories named on the command-line. |
| 8 | 8 | * New --integrate option to [/help?cmd=merge | fossil merge], which |
| 9 | 9 | automatically closes the merged branch when committing. |
| 10 | + * Renamed <tt>/stats_report</tt> page to [/reports]. | |
| 11 | + * Added <tt>yw=YYYY-WW</tt> (year-week) filter to timeline to limit the results | |
| 12 | + to a specific year and calendar week number, e.g. [/timeline?yw=2013-01]. | |
| 10 | 13 | |
| 11 | 14 | <h2>Changes For Version 1.26 (2013-06-18)</h2> |
| 12 | 15 | * The argument to the --port option for the [/help?cmd=ui | fossil ui] and |
| 13 | 16 | [/help?cmd=server | fossil server] commands can take an IP address in addition |
| 14 | 17 | to the port number, causing Fossil to bind to just that one IP address. |
| 15 | 18 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -5,10 +5,13 @@ | |
| 5 | [/help?cmd=clean | fossil clean], [/help?cmd=extras | fossil extras], |
| 6 | [/help?cmd=ls | fossil ls] and [/help?cmd=status | fossil status] commands |
| 7 | to restrict operation to files and directories named on the command-line. |
| 8 | * New --integrate option to [/help?cmd=merge | fossil merge], which |
| 9 | automatically closes the merged branch when committing. |
| 10 | |
| 11 | <h2>Changes For Version 1.26 (2013-06-18)</h2> |
| 12 | * The argument to the --port option for the [/help?cmd=ui | fossil ui] and |
| 13 | [/help?cmd=server | fossil server] commands can take an IP address in addition |
| 14 | to the port number, causing Fossil to bind to just that one IP address. |
| 15 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -5,10 +5,13 @@ | |
| 5 | [/help?cmd=clean | fossil clean], [/help?cmd=extras | fossil extras], |
| 6 | [/help?cmd=ls | fossil ls] and [/help?cmd=status | fossil status] commands |
| 7 | to restrict operation to files and directories named on the command-line. |
| 8 | * New --integrate option to [/help?cmd=merge | fossil merge], which |
| 9 | automatically closes the merged branch when committing. |
| 10 | * Renamed <tt>/stats_report</tt> page to [/reports]. |
| 11 | * Added <tt>yw=YYYY-WW</tt> (year-week) filter to timeline to limit the results |
| 12 | to a specific year and calendar week number, e.g. [/timeline?yw=2013-01]. |
| 13 | |
| 14 | <h2>Changes For Version 1.26 (2013-06-18)</h2> |
| 15 | * The argument to the --port option for the [/help?cmd=ui | fossil ui] and |
| 16 | [/help?cmd=server | fossil server] commands can take an IP address in addition |
| 17 | to the port number, causing Fossil to bind to just that one IP address. |
| 18 |