Fossil SCM
Document parameters 'from' and 'to' for /reports.
Commit
a584f75ff84ee9147746fbd5a4e348bc22fbeb29f88f82e68c7f8d59c288525c
Parent
1f0adaa7fde34af…
1 file changed
+3
+3
| --- src/statrep.c | ||
| +++ src/statrep.c | ||
| @@ -859,10 +859,13 @@ | ||
| 859 | 859 | ** * f (forum post) |
| 860 | 860 | ** * w (wiki page change) |
| 861 | 861 | ** * t (ticket change) |
| 862 | 862 | ** * g (tag added or removed) |
| 863 | 863 | ** Defaulting to all event types. |
| 864 | +** from=DATETIME Consider only events after this timestamp (requires to) | |
| 865 | +** to=DATETIME Consider only events before this timestamp (requires from) | |
| 866 | +** | |
| 864 | 867 | ** |
| 865 | 868 | ** The view-specific query parameters include: |
| 866 | 869 | ** |
| 867 | 870 | ** view=byweek: |
| 868 | 871 | ** |
| 869 | 872 |
| --- src/statrep.c | |
| +++ src/statrep.c | |
| @@ -859,10 +859,13 @@ | |
| 859 | ** * f (forum post) |
| 860 | ** * w (wiki page change) |
| 861 | ** * t (ticket change) |
| 862 | ** * g (tag added or removed) |
| 863 | ** Defaulting to all event types. |
| 864 | ** |
| 865 | ** The view-specific query parameters include: |
| 866 | ** |
| 867 | ** view=byweek: |
| 868 | ** |
| 869 |
| --- src/statrep.c | |
| +++ src/statrep.c | |
| @@ -859,10 +859,13 @@ | |
| 859 | ** * f (forum post) |
| 860 | ** * w (wiki page change) |
| 861 | ** * t (ticket change) |
| 862 | ** * g (tag added or removed) |
| 863 | ** Defaulting to all event types. |
| 864 | ** from=DATETIME Consider only events after this timestamp (requires to) |
| 865 | ** to=DATETIME Consider only events before this timestamp (requires from) |
| 866 | ** |
| 867 | ** |
| 868 | ** The view-specific query parameters include: |
| 869 | ** |
| 870 | ** view=byweek: |
| 871 | ** |
| 872 |