Fossil SCM

Improved the help text for /reports. Started 1.28 changelog entries.

stephan 2013-10-11 20:19 trunk
Commit 5c123de48cba76306e2a777492292620cf64c007
--- src/timeline.c
+++ src/timeline.c
@@ -2391,10 +2391,20 @@
23912391
**
23922392
** Query Parameters:
23932393
**
23942394
** view=REPORT_NAME Valid values: bymonth, byyear, byuser
23952395
** 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).
23962406
*/
23972407
void stats_report_page(){
23982408
HQuery url; /* URL for various branch links */
23992409
const char * zView = P("view"); /* Which view/report to show. */
24002410
const char *zUserName = P("user");
24012411
--- 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
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,6 +1,10 @@
11
<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
+
26
37
<h2>Changes For Version 1.27 (2013-09-11)</h2>
48
* Enhance the [/help?cmd=changes | fossil changes],
59
[/help?cmd=clean | fossil clean], [/help?cmd=extras | fossil extras],
610
[/help?cmd=ls | fossil ls] and [/help?cmd=status | fossil status] commands
711
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button