Fossil SCM
Improved documentation for the /reports page. Add the latest /reports enhancements to the change log.
Commit
f71657d5c76824f28fae92a9863975a79db88fd29213dc05f7629e9ebdb7fd9a
Parent
385d6d146dc2421…
2 files changed
+8
-1
+6
-3
+8
-1
| --- src/statrep.c | ||
| +++ src/statrep.c | ||
| @@ -848,11 +848,18 @@ | ||
| 848 | 848 | ** * byuser |
| 849 | 849 | ** * byfile |
| 850 | 850 | ** * lastchng |
| 851 | 851 | ** user=NAME Restricts statistics to the given user |
| 852 | 852 | ** type=TYPE Restricts the report to a specific event type: |
| 853 | -** ci (check-in), f (forum), w (wiki), t (ticket), g (tag) | |
| 853 | +** * all (everything), | |
| 854 | +** * ci (check-in) | |
| 855 | +** * m (merge check-in), | |
| 856 | +** * n (non-merge check-in) | |
| 857 | +** * f (forum post) | |
| 858 | +** * w (wiki page change) | |
| 859 | +** * t (ticket change) | |
| 860 | +** * g (tag added or removed) | |
| 854 | 861 | ** Defaulting to all event types. |
| 855 | 862 | ** |
| 856 | 863 | ** The view-specific query parameters include: |
| 857 | 864 | ** |
| 858 | 865 | ** view=byweek: |
| 859 | 866 |
| --- src/statrep.c | |
| +++ src/statrep.c | |
| @@ -848,11 +848,18 @@ | |
| 848 | ** * byuser |
| 849 | ** * byfile |
| 850 | ** * lastchng |
| 851 | ** user=NAME Restricts statistics to the given user |
| 852 | ** type=TYPE Restricts the report to a specific event type: |
| 853 | ** ci (check-in), f (forum), w (wiki), t (ticket), g (tag) |
| 854 | ** Defaulting to all event types. |
| 855 | ** |
| 856 | ** The view-specific query parameters include: |
| 857 | ** |
| 858 | ** view=byweek: |
| 859 |
| --- src/statrep.c | |
| +++ src/statrep.c | |
| @@ -848,11 +848,18 @@ | |
| 848 | ** * byuser |
| 849 | ** * byfile |
| 850 | ** * lastchng |
| 851 | ** user=NAME Restricts statistics to the given user |
| 852 | ** type=TYPE Restricts the report to a specific event type: |
| 853 | ** * all (everything), |
| 854 | ** * ci (check-in) |
| 855 | ** * m (merge check-in), |
| 856 | ** * n (non-merge check-in) |
| 857 | ** * f (forum post) |
| 858 | ** * w (wiki page change) |
| 859 | ** * t (ticket change) |
| 860 | ** * g (tag added or removed) |
| 861 | ** Defaulting to all event types. |
| 862 | ** |
| 863 | ** The view-specific query parameters include: |
| 864 | ** |
| 865 | ** view=byweek: |
| 866 |
+6
-3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -33,13 +33,16 @@ | ||
| 33 | 33 | file used to be a symlink and has been replaced by a regular file. |
| 34 | 34 | (It previously checked for the inverse case only.) |
| 35 | 35 | * The [/help?cmd=empty-dirs|empty-dirs setting] now reuses the same |
| 36 | 36 | parser as the *-glob settings instead of its prior idiosyncratic |
| 37 | 37 | parser, allowing quoted whitespace in patterns. |
| 38 | - * The by-week, by-month, and by-year options of the | |
| 39 | - [/help?cmd=/reports|/reports webpage] now show an estimated ultimate | |
| 40 | - size of the current week, month, or year as a dashed box. | |
| 38 | + * Enhancements to the [/help?cmd=/reports|/reports webpage]: | |
| 39 | + <ol type="a"> | |
| 40 | + <li> The by-week, by-month, and by-year options now show an estimated | |
| 41 | + size of the current week, month, or year as a dashed box. | |
| 42 | + <li> New sub-categories "Merge Check-ins" and "Non-Merge Check-ins". | |
| 43 | + </ol> | |
| 41 | 44 | |
| 42 | 45 | <h2 id='v2_21'>Changes for version 2.21 (2023-02-25)</h2> |
| 43 | 46 | * Users can request a password reset. This feature is disabledby default. Use |
| 44 | 47 | the new [/help?cmd=self-pw-reset|self-pw-reset property] to enable it. |
| 45 | 48 | New web pages [/help?cmd=/resetpw|/resetpw] and |
| 46 | 49 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -33,13 +33,16 @@ | |
| 33 | file used to be a symlink and has been replaced by a regular file. |
| 34 | (It previously checked for the inverse case only.) |
| 35 | * The [/help?cmd=empty-dirs|empty-dirs setting] now reuses the same |
| 36 | parser as the *-glob settings instead of its prior idiosyncratic |
| 37 | parser, allowing quoted whitespace in patterns. |
| 38 | * The by-week, by-month, and by-year options of the |
| 39 | [/help?cmd=/reports|/reports webpage] now show an estimated ultimate |
| 40 | size of the current week, month, or year as a dashed box. |
| 41 | |
| 42 | <h2 id='v2_21'>Changes for version 2.21 (2023-02-25)</h2> |
| 43 | * Users can request a password reset. This feature is disabledby default. Use |
| 44 | the new [/help?cmd=self-pw-reset|self-pw-reset property] to enable it. |
| 45 | New web pages [/help?cmd=/resetpw|/resetpw] and |
| 46 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -33,13 +33,16 @@ | |
| 33 | file used to be a symlink and has been replaced by a regular file. |
| 34 | (It previously checked for the inverse case only.) |
| 35 | * The [/help?cmd=empty-dirs|empty-dirs setting] now reuses the same |
| 36 | parser as the *-glob settings instead of its prior idiosyncratic |
| 37 | parser, allowing quoted whitespace in patterns. |
| 38 | * Enhancements to the [/help?cmd=/reports|/reports webpage]: |
| 39 | <ol type="a"> |
| 40 | <li> The by-week, by-month, and by-year options now show an estimated |
| 41 | size of the current week, month, or year as a dashed box. |
| 42 | <li> New sub-categories "Merge Check-ins" and "Non-Merge Check-ins". |
| 43 | </ol> |
| 44 | |
| 45 | <h2 id='v2_21'>Changes for version 2.21 (2023-02-25)</h2> |
| 46 | * Users can request a password reset. This feature is disabledby default. Use |
| 47 | the new [/help?cmd=self-pw-reset|self-pw-reset property] to enable it. |
| 48 | New web pages [/help?cmd=/resetpw|/resetpw] and |
| 49 |