Fossil SCM

Updates to the change log and to the /timeline documentation.

drh 2020-07-02 20:54 trunk
Commit ea4010d58ac64eaa0d9d6b40ccdee77eacaa4b557894122a43ccaf6af13a4a44
2 files changed +6 -3 +14 -9
+6 -3
--- src/timeline.c
+++ src/timeline.c
@@ -1602,11 +1602,12 @@
16021602
** mionly Limit rel to show ancestors but not descendants
16031603
** nowiki Do not show wiki associated with branch or tag
16041604
** ms=MATCHSTYLE Set tag match style to EXACT, GLOB, LIKE, REGEXP
16051605
** u=USER Only show items associated with USER
16061606
** 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".
16081609
** advm Use the "Advanced" or "Busy" menu design.
16091610
** ng No Graph.
16101611
** ncp Omit cherrypick merges
16111612
** nd Do not highlight the focus check-in
16121613
** nsm Omit the submenu
@@ -1626,13 +1627,15 @@
16261627
** forks Show only forks and their children
16271628
** cherrypicks Show all cherrypicks
16281629
** ym=YYYY-MM Show only events for the given year/month
16291630
** yw=YYYY-WW Show only events for the given week of the given year
16301631
** 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.
16321634
** 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".
16341637
** bisect Show the check-ins that are in the current bisect
16351638
** showid Show RIDs
16361639
** showsql Show the SQL text
16371640
**
16381641
** p= and d= can appear individually or together. If either p= or d=
16391642
--- 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 @@
55
66
* Security fix in the "fossil git export" command. The same fix is
77
also backported to version 2.10.1 and 2.11.1. New "safety-net"
88
features were added to prevent similar problems in the future.
99
* 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]
1212
* Enhance the markdown formatter to more closely follow the
1313
[https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis|CommonMark specification]
1414
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())
1616
no longer need to be escaped.
1717
* 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
1919
tickets and wiki. The admin can adjust this behavior using
2020
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.
2222
[https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example].
2323
* Enhance the [/help?cmd=revert|fossil revert] command so that it
2424
is able to revert all files beneath a directory.
2525
* Added the <tt>--reset</tt> flag to the "[/help?cmd=add|fossil add]",
2626
"[/help?cmd=rm|fossil rm]", and
2727
"[/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.
3032
* Added the [/help?cmd=/fileedit|/fileedit page], which allows
3133
editing of text files online. Requires explicit activation by
3234
a setup user.
3335
* Translate built-in help text into HTML for display on web pages.
3436
[/help?cmd=help|Example].
3537
* 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,
3840
[/timeline?p=202006271506&bt=version-2.11] shows all ancestors
3941
of the checkin that occured on 2020-06-27 15:06 going back to
4042
the 2.11 release.
4143
* Update the built-in SQLite so that the
4244
"[/help?cmd=sql|fossil sql]" command supports new output
4345
modes ".mode box" and ".mode json".
46
+ * Add the "<tt>obscure()</tt>" SQL function to the
47
+ "[/help?cmd=sql|fossil sql]" command.
4448
* Delta compression now applied to forum edits.
49
+ * Countless documentation enhancements.
4550
4651
<a name='v2_11'></a>
4752
<h2>Changes for Version 2.11 (2020-05-25)</h2>
4853
4954
* Support [/md_rules|Markdown] in the default ticket configuration.
5055
--- 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: &lt;script&gt;) 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: &lt;script&gt;) 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

Keyboard Shortcuts

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