Fossil SCM
Updates to the change log and to the /timeline documentation.
Commit
ea4010d58ac64eaa0d9d6b40ccdee77eacaa4b557894122a43ccaf6af13a4a44
Parent
40521155c3f6288…
2 files changed
+6
-3
+14
-9
+6
-3
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1602,11 +1602,12 @@ | ||
| 1602 | 1602 | ** mionly Limit rel to show ancestors but not descendants |
| 1603 | 1603 | ** nowiki Do not show wiki associated with branch or tag |
| 1604 | 1604 | ** ms=MATCHSTYLE Set tag match style to EXACT, GLOB, LIKE, REGEXP |
| 1605 | 1605 | ** u=USER Only show items associated with USER |
| 1606 | 1606 | ** y=TYPE 'ci', 'w', 't', 'n', 'e', 'f', or 'all'. |
| 1607 | -** ss=VIEWSTYLE c: "Compact" v: "Verbose" m: "Modern" j: "Columnar" | |
| 1607 | +** ss=VIEWSTYLE c: "Compact", v: "Verbose", m: "Modern", j: "Columnar", | |
| 1608 | +** x: "Classic". | |
| 1608 | 1609 | ** advm Use the "Advanced" or "Busy" menu design. |
| 1609 | 1610 | ** ng No Graph. |
| 1610 | 1611 | ** ncp Omit cherrypick merges |
| 1611 | 1612 | ** nd Do not highlight the focus check-in |
| 1612 | 1613 | ** nsm Omit the submenu |
| @@ -1626,13 +1627,15 @@ | ||
| 1626 | 1627 | ** forks Show only forks and their children |
| 1627 | 1628 | ** cherrypicks Show all cherrypicks |
| 1628 | 1629 | ** ym=YYYY-MM Show only events for the given year/month |
| 1629 | 1630 | ** yw=YYYY-WW Show only events for the given week of the given year |
| 1630 | 1631 | ** yw=YYYY-MM-DD Show events for the week that includes the given day |
| 1631 | -** ymd=YYYY-MM-DD Show only events on the given day | |
| 1632 | +** ymd=YYYY-MM-DD Show only events on the given day. The use "ymd=now" | |
| 1633 | +** to see all changes for the current week. | |
| 1632 | 1634 | ** days=N Show events over the previous N days |
| 1633 | -** datefmt=N Override the date format | |
| 1635 | +** datefmt=N Override the date format: 0=HH:MM, 1=HH:MM:SS, | |
| 1636 | +** 2=YYYY-MM-DD HH:MM:SS, 3=YYMMDD HH:MM, and 4 means "off". | |
| 1634 | 1637 | ** bisect Show the check-ins that are in the current bisect |
| 1635 | 1638 | ** showid Show RIDs |
| 1636 | 1639 | ** showsql Show the SQL text |
| 1637 | 1640 | ** |
| 1638 | 1641 | ** p= and d= can appear individually or together. If either p= or d= |
| 1639 | 1642 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1602,11 +1602,12 @@ | |
| 1602 | ** mionly Limit rel to show ancestors but not descendants |
| 1603 | ** nowiki Do not show wiki associated with branch or tag |
| 1604 | ** ms=MATCHSTYLE Set tag match style to EXACT, GLOB, LIKE, REGEXP |
| 1605 | ** u=USER Only show items associated with USER |
| 1606 | ** y=TYPE 'ci', 'w', 't', 'n', 'e', 'f', or 'all'. |
| 1607 | ** ss=VIEWSTYLE c: "Compact" v: "Verbose" m: "Modern" j: "Columnar" |
| 1608 | ** advm Use the "Advanced" or "Busy" menu design. |
| 1609 | ** ng No Graph. |
| 1610 | ** ncp Omit cherrypick merges |
| 1611 | ** nd Do not highlight the focus check-in |
| 1612 | ** nsm Omit the submenu |
| @@ -1626,13 +1627,15 @@ | |
| 1626 | ** forks Show only forks and their children |
| 1627 | ** cherrypicks Show all cherrypicks |
| 1628 | ** ym=YYYY-MM Show only events for the given year/month |
| 1629 | ** yw=YYYY-WW Show only events for the given week of the given year |
| 1630 | ** yw=YYYY-MM-DD Show events for the week that includes the given day |
| 1631 | ** ymd=YYYY-MM-DD Show only events on the given day |
| 1632 | ** days=N Show events over the previous N days |
| 1633 | ** datefmt=N Override the date format |
| 1634 | ** bisect Show the check-ins that are in the current bisect |
| 1635 | ** showid Show RIDs |
| 1636 | ** showsql Show the SQL text |
| 1637 | ** |
| 1638 | ** p= and d= can appear individually or together. If either p= or d= |
| 1639 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1602,11 +1602,12 @@ | |
| 1602 | ** mionly Limit rel to show ancestors but not descendants |
| 1603 | ** nowiki Do not show wiki associated with branch or tag |
| 1604 | ** ms=MATCHSTYLE Set tag match style to EXACT, GLOB, LIKE, REGEXP |
| 1605 | ** u=USER Only show items associated with USER |
| 1606 | ** y=TYPE 'ci', 'w', 't', 'n', 'e', 'f', or 'all'. |
| 1607 | ** ss=VIEWSTYLE c: "Compact", v: "Verbose", m: "Modern", j: "Columnar", |
| 1608 | ** x: "Classic". |
| 1609 | ** advm Use the "Advanced" or "Busy" menu design. |
| 1610 | ** ng No Graph. |
| 1611 | ** ncp Omit cherrypick merges |
| 1612 | ** nd Do not highlight the focus check-in |
| 1613 | ** nsm Omit the submenu |
| @@ -1626,13 +1627,15 @@ | |
| 1627 | ** forks Show only forks and their children |
| 1628 | ** cherrypicks Show all cherrypicks |
| 1629 | ** ym=YYYY-MM Show only events for the given year/month |
| 1630 | ** yw=YYYY-WW Show only events for the given week of the given year |
| 1631 | ** yw=YYYY-MM-DD Show events for the week that includes the given day |
| 1632 | ** ymd=YYYY-MM-DD Show only events on the given day. The use "ymd=now" |
| 1633 | ** to see all changes for the current week. |
| 1634 | ** days=N Show events over the previous N days |
| 1635 | ** datefmt=N Override the date format: 0=HH:MM, 1=HH:MM:SS, |
| 1636 | ** 2=YYYY-MM-DD HH:MM:SS, 3=YYMMDD HH:MM, and 4 means "off". |
| 1637 | ** bisect Show the check-ins that are in the current bisect |
| 1638 | ** showid Show RIDs |
| 1639 | ** showsql Show the SQL text |
| 1640 | ** |
| 1641 | ** p= and d= can appear individually or together. If either p= or d= |
| 1642 |
+14
-9
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -5,45 +5,50 @@ | ||
| 5 | 5 | |
| 6 | 6 | * Security fix in the "fossil git export" command. The same fix is |
| 7 | 7 | also backported to version 2.10.1 and 2.11.1. New "safety-net" |
| 8 | 8 | features were added to prevent similar problems in the future. |
| 9 | 9 | * Enhancements to the graph display for cases when there are |
| 10 | - many merges into a single check-in. | |
| 11 | - [/info/2d75e87b760c0a9?diff=0|Example] | |
| 10 | + many cherry-pick merges into a single check-in. | |
| 11 | + [/timeline?f=2d75e87b760c0a9|Example] | |
| 12 | 12 | * Enhance the markdown formatter to more closely follow the |
| 13 | 13 | [https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis|CommonMark specification] |
| 14 | 14 | with regard to text highlighting. |
| 15 | - Underscores in the middle of identifiers (ex: `fossil_printf()`) | |
| 15 | + Underscores in the middle of identifiers (ex: fossil_printf()) | |
| 16 | 16 | no longer need to be escaped. |
| 17 | 17 | * The markdown-to-html translator can prevent unsafe HTML |
| 18 | - (for example: <script>) on user pages like forum and | |
| 18 | + (for example: <script>) on user-contributed pages like forum and | |
| 19 | 19 | tickets and wiki. The admin can adjust this behavior using |
| 20 | 20 | the [/help?cmd=safe-html|safe-html setting] on the Admin/Wiki page. |
| 21 | - The default disallow unsafe HTML. | |
| 21 | + The default is to disallow unsafe HTML everywhere. | |
| 22 | 22 | [https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example]. |
| 23 | 23 | * Enhance the [/help?cmd=revert|fossil revert] command so that it |
| 24 | 24 | is able to revert all files beneath a directory. |
| 25 | 25 | * Added the <tt>--reset</tt> flag to the "[/help?cmd=add|fossil add]", |
| 26 | 26 | "[/help?cmd=rm|fossil rm]", and |
| 27 | 27 | "[/help?cmd=addremove|fossil addremove]" commands. |
| 28 | - * Added the "<tt>--min</tt> <i>N</i>" flag to the | |
| 29 | - [/help?cmd=backoffice|backoffice] command. | |
| 28 | + * Added the "<tt>--min</tt> <i>N</i>" and "<tt>--logfile</tt> <i>FILENAME</i>" | |
| 29 | + flags to the [/help?cmd=backoffice|backoffice] command, as well as other | |
| 30 | + enhancements to make the backoffice command a viable replacement for | |
| 31 | + automatic backoffice. Other incremental backoffice improvements. | |
| 30 | 32 | * Added the [/help?cmd=/fileedit|/fileedit page], which allows |
| 31 | 33 | editing of text files online. Requires explicit activation by |
| 32 | 34 | a setup user. |
| 33 | 35 | * Translate built-in help text into HTML for display on web pages. |
| 34 | 36 | [/help?cmd=help|Example]. |
| 35 | 37 | * On the [/help?cmd=/timeline|/timeline] webpage, the combination |
| 36 | - of query parameters "p=CHECKIN" and "bt=DISTANTANCESTOR" draws all | |
| 37 | - ancestors of CHECKIN going back to DISTANTANCESTOR. For example, | |
| 38 | + of query parameters "p=CHECKIN" and "bt=ANCESTOR" draws all | |
| 39 | + ancestors of CHECKIN going back to ANCESTOR. For example, | |
| 38 | 40 | [/timeline?p=202006271506&bt=version-2.11] shows all ancestors |
| 39 | 41 | of the checkin that occured on 2020-06-27 15:06 going back to |
| 40 | 42 | the 2.11 release. |
| 41 | 43 | * Update the built-in SQLite so that the |
| 42 | 44 | "[/help?cmd=sql|fossil sql]" command supports new output |
| 43 | 45 | modes ".mode box" and ".mode json". |
| 46 | + * Add the "<tt>obscure()</tt>" SQL function to the | |
| 47 | + "[/help?cmd=sql|fossil sql]" command. | |
| 44 | 48 | * Delta compression now applied to forum edits. |
| 49 | + * Countless documentation enhancements. | |
| 45 | 50 | |
| 46 | 51 | <a name='v2_11'></a> |
| 47 | 52 | <h2>Changes for Version 2.11 (2020-05-25)</h2> |
| 48 | 53 | |
| 49 | 54 | * Support [/md_rules|Markdown] in the default ticket configuration. |
| 50 | 55 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -5,45 +5,50 @@ | |
| 5 | |
| 6 | * Security fix in the "fossil git export" command. The same fix is |
| 7 | also backported to version 2.10.1 and 2.11.1. New "safety-net" |
| 8 | features were added to prevent similar problems in the future. |
| 9 | * Enhancements to the graph display for cases when there are |
| 10 | many merges into a single check-in. |
| 11 | [/info/2d75e87b760c0a9?diff=0|Example] |
| 12 | * Enhance the markdown formatter to more closely follow the |
| 13 | [https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis|CommonMark specification] |
| 14 | with regard to text highlighting. |
| 15 | Underscores in the middle of identifiers (ex: `fossil_printf()`) |
| 16 | no longer need to be escaped. |
| 17 | * The markdown-to-html translator can prevent unsafe HTML |
| 18 | (for example: <script>) on user pages like forum and |
| 19 | tickets and wiki. The admin can adjust this behavior using |
| 20 | the [/help?cmd=safe-html|safe-html setting] on the Admin/Wiki page. |
| 21 | The default disallow unsafe HTML. |
| 22 | [https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example]. |
| 23 | * Enhance the [/help?cmd=revert|fossil revert] command so that it |
| 24 | is able to revert all files beneath a directory. |
| 25 | * Added the <tt>--reset</tt> flag to the "[/help?cmd=add|fossil add]", |
| 26 | "[/help?cmd=rm|fossil rm]", and |
| 27 | "[/help?cmd=addremove|fossil addremove]" commands. |
| 28 | * Added the "<tt>--min</tt> <i>N</i>" flag to the |
| 29 | [/help?cmd=backoffice|backoffice] command. |
| 30 | * Added the [/help?cmd=/fileedit|/fileedit page], which allows |
| 31 | editing of text files online. Requires explicit activation by |
| 32 | a setup user. |
| 33 | * Translate built-in help text into HTML for display on web pages. |
| 34 | [/help?cmd=help|Example]. |
| 35 | * On the [/help?cmd=/timeline|/timeline] webpage, the combination |
| 36 | of query parameters "p=CHECKIN" and "bt=DISTANTANCESTOR" draws all |
| 37 | ancestors of CHECKIN going back to DISTANTANCESTOR. For example, |
| 38 | [/timeline?p=202006271506&bt=version-2.11] shows all ancestors |
| 39 | of the checkin that occured on 2020-06-27 15:06 going back to |
| 40 | the 2.11 release. |
| 41 | * Update the built-in SQLite so that the |
| 42 | "[/help?cmd=sql|fossil sql]" command supports new output |
| 43 | modes ".mode box" and ".mode json". |
| 44 | * Delta compression now applied to forum edits. |
| 45 | |
| 46 | <a name='v2_11'></a> |
| 47 | <h2>Changes for Version 2.11 (2020-05-25)</h2> |
| 48 | |
| 49 | * Support [/md_rules|Markdown] in the default ticket configuration. |
| 50 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -5,45 +5,50 @@ | |
| 5 | |
| 6 | * Security fix in the "fossil git export" command. The same fix is |
| 7 | also backported to version 2.10.1 and 2.11.1. New "safety-net" |
| 8 | features were added to prevent similar problems in the future. |
| 9 | * Enhancements to the graph display for cases when there are |
| 10 | many cherry-pick merges into a single check-in. |
| 11 | [/timeline?f=2d75e87b760c0a9|Example] |
| 12 | * Enhance the markdown formatter to more closely follow the |
| 13 | [https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis|CommonMark specification] |
| 14 | with regard to text highlighting. |
| 15 | Underscores in the middle of identifiers (ex: fossil_printf()) |
| 16 | no longer need to be escaped. |
| 17 | * The markdown-to-html translator can prevent unsafe HTML |
| 18 | (for example: <script>) on user-contributed pages like forum and |
| 19 | tickets and wiki. The admin can adjust this behavior using |
| 20 | the [/help?cmd=safe-html|safe-html setting] on the Admin/Wiki page. |
| 21 | The default is to disallow unsafe HTML everywhere. |
| 22 | [https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example]. |
| 23 | * Enhance the [/help?cmd=revert|fossil revert] command so that it |
| 24 | is able to revert all files beneath a directory. |
| 25 | * Added the <tt>--reset</tt> flag to the "[/help?cmd=add|fossil add]", |
| 26 | "[/help?cmd=rm|fossil rm]", and |
| 27 | "[/help?cmd=addremove|fossil addremove]" commands. |
| 28 | * Added the "<tt>--min</tt> <i>N</i>" and "<tt>--logfile</tt> <i>FILENAME</i>" |
| 29 | flags to the [/help?cmd=backoffice|backoffice] command, as well as other |
| 30 | enhancements to make the backoffice command a viable replacement for |
| 31 | automatic backoffice. Other incremental backoffice improvements. |
| 32 | * Added the [/help?cmd=/fileedit|/fileedit page], which allows |
| 33 | editing of text files online. Requires explicit activation by |
| 34 | a setup user. |
| 35 | * Translate built-in help text into HTML for display on web pages. |
| 36 | [/help?cmd=help|Example]. |
| 37 | * On the [/help?cmd=/timeline|/timeline] webpage, the combination |
| 38 | of query parameters "p=CHECKIN" and "bt=ANCESTOR" draws all |
| 39 | ancestors of CHECKIN going back to ANCESTOR. For example, |
| 40 | [/timeline?p=202006271506&bt=version-2.11] shows all ancestors |
| 41 | of the checkin that occured on 2020-06-27 15:06 going back to |
| 42 | the 2.11 release. |
| 43 | * Update the built-in SQLite so that the |
| 44 | "[/help?cmd=sql|fossil sql]" command supports new output |
| 45 | modes ".mode box" and ".mode json". |
| 46 | * Add the "<tt>obscure()</tt>" SQL function to the |
| 47 | "[/help?cmd=sql|fossil sql]" command. |
| 48 | * Delta compression now applied to forum edits. |
| 49 | * Countless documentation enhancements. |
| 50 | |
| 51 | <a name='v2_11'></a> |
| 52 | <h2>Changes for Version 2.11 (2020-05-25)</h2> |
| 53 | |
| 54 | * Support [/md_rules|Markdown] in the default ticket configuration. |
| 55 |