Fossil SCM
Improved the help text for /reports. Started 1.28 changelog entries.
Commit
5c123de48cba76306e2a777492292620cf64c007
Parent
3e915d420ac777f…
2 files changed
+10
+4
+10
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -2391,10 +2391,20 @@ | ||
| 2391 | 2391 | ** |
| 2392 | 2392 | ** Query Parameters: |
| 2393 | 2393 | ** |
| 2394 | 2394 | ** view=REPORT_NAME Valid values: bymonth, byyear, byuser |
| 2395 | 2395 | ** user=NAME Restricts statistics to the given user |
| 2396 | +** type=TYPE Restricts the report to a specific event type: | |
| 2397 | +** ci (checkin), w (wiki), t (ticket), g (tag) | |
| 2398 | +** Defaulting to all event types. | |
| 2399 | +** | |
| 2400 | +** The view-specific query parameters include: | |
| 2401 | +** | |
| 2402 | +** view=byweek: | |
| 2403 | +** | |
| 2404 | +** y=YYYY The year to report (default is the server's | |
| 2405 | +** current year). | |
| 2396 | 2406 | */ |
| 2397 | 2407 | void stats_report_page(){ |
| 2398 | 2408 | HQuery url; /* URL for various branch links */ |
| 2399 | 2409 | const char * zView = P("view"); /* Which view/report to show. */ |
| 2400 | 2410 | const char *zUserName = P("user"); |
| 2401 | 2411 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -2391,10 +2391,20 @@ | |
| 2391 | ** |
| 2392 | ** Query Parameters: |
| 2393 | ** |
| 2394 | ** view=REPORT_NAME Valid values: bymonth, byyear, byuser |
| 2395 | ** user=NAME Restricts statistics to the given user |
| 2396 | */ |
| 2397 | void stats_report_page(){ |
| 2398 | HQuery url; /* URL for various branch links */ |
| 2399 | const char * zView = P("view"); /* Which view/report to show. */ |
| 2400 | const char *zUserName = P("user"); |
| 2401 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -2391,10 +2391,20 @@ | |
| 2391 | ** |
| 2392 | ** Query Parameters: |
| 2393 | ** |
| 2394 | ** view=REPORT_NAME Valid values: bymonth, byyear, byuser |
| 2395 | ** user=NAME Restricts statistics to the given user |
| 2396 | ** type=TYPE Restricts the report to a specific event type: |
| 2397 | ** ci (checkin), w (wiki), t (ticket), g (tag) |
| 2398 | ** Defaulting to all event types. |
| 2399 | ** |
| 2400 | ** The view-specific query parameters include: |
| 2401 | ** |
| 2402 | ** view=byweek: |
| 2403 | ** |
| 2404 | ** y=YYYY The year to report (default is the server's |
| 2405 | ** current year). |
| 2406 | */ |
| 2407 | void stats_report_page(){ |
| 2408 | HQuery url; /* URL for various branch links */ |
| 2409 | const char * zView = P("view"); /* Which view/report to show. */ |
| 2410 | const char *zUserName = P("user"); |
| 2411 |
+4
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,6 +1,10 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | + | |
| 3 | +<h2>Changes For Version 1.28 (as yet unreleased)</h2> | |
| 4 | + * Enhance [/help?cmd=/reports | /reports] to support event type filtering. | |
| 5 | + | |
| 2 | 6 | |
| 3 | 7 | <h2>Changes For Version 1.27 (2013-09-11)</h2> |
| 4 | 8 | * Enhance the [/help?cmd=changes | fossil changes], |
| 5 | 9 | [/help?cmd=clean | fossil clean], [/help?cmd=extras | fossil extras], |
| 6 | 10 | [/help?cmd=ls | fossil ls] and [/help?cmd=status | fossil status] commands |
| 7 | 11 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,6 +1,10 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.27 (2013-09-11)</h2> |
| 4 | * Enhance the [/help?cmd=changes | fossil changes], |
| 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 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,6 +1,10 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.28 (as yet unreleased)</h2> |
| 4 | * Enhance [/help?cmd=/reports | /reports] to support event type filtering. |
| 5 | |
| 6 | |
| 7 | <h2>Changes For Version 1.27 (2013-09-11)</h2> |
| 8 | * Enhance the [/help?cmd=changes | fossil changes], |
| 9 | [/help?cmd=clean | fossil clean], [/help?cmd=extras | fossil extras], |
| 10 | [/help?cmd=ls | fossil ls] and [/help?cmd=status | fossil status] commands |
| 11 |