Fossil SCM

Improvements to the change log for 2.18. Fix the aboutcgi.wiki document so that it correctly shows the scope of REQUEST_URI.

drh 2022-02-23 12:50 trunk
Commit d0491fd0b43ab25bb8b75946784fafee0c66e3b0da2d98870015af7a9e03d944
--- www/aboutcgi.wiki
+++ www/aboutcgi.wiki
@@ -189,13 +189,13 @@
189189
<a id="cgivar"></a>
190190
The web server sets many environment variables in step 2 in addition
191191
to just PATH_INFO. The following diagram shows a few of these variables
192192
and their relationship to the request URL:
193193
<pre>
194
- REQUEST_URI
195
- ______________|___________________
196
- / \
194
+ REQUEST_URI
195
+ ___________________|_______________________
196
+ / \
197197
http://example.com/cgis/example2/subdir/three/timeline?c=55d7e1
198198
\_________/\____________/\____________________/ \______/
199199
| | | |
200200
HTTP_HOST SCRIPT_NAME PATH_INFO QUERY_STRING
201201
</pre>
202202
--- www/aboutcgi.wiki
+++ www/aboutcgi.wiki
@@ -189,13 +189,13 @@
189 <a id="cgivar"></a>
190 The web server sets many environment variables in step 2 in addition
191 to just PATH_INFO. The following diagram shows a few of these variables
192 and their relationship to the request URL:
193 <pre>
194 REQUEST_URI
195 ______________|___________________
196 / \
197 http://example.com/cgis/example2/subdir/three/timeline?c=55d7e1
198 \_________/\____________/\____________________/ \______/
199 | | | |
200 HTTP_HOST SCRIPT_NAME PATH_INFO QUERY_STRING
201 </pre>
202
--- www/aboutcgi.wiki
+++ www/aboutcgi.wiki
@@ -189,13 +189,13 @@
189 <a id="cgivar"></a>
190 The web server sets many environment variables in step 2 in addition
191 to just PATH_INFO. The following diagram shows a few of these variables
192 and their relationship to the request URL:
193 <pre>
194 REQUEST_URI
195 ___________________|_______________________
196 / \
197 http://example.com/cgis/example2/subdir/three/timeline?c=55d7e1
198 \_________/\____________/\____________________/ \______/
199 | | | |
200 HTTP_HOST SCRIPT_NAME PATH_INFO QUERY_STRING
201 </pre>
202
--- www/changes.wiki
+++ www/changes.wiki
@@ -9,29 +9,34 @@
99
of any file in a commit exceeds this size, a warning is issued.
1010
* Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline].
1111
* The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer
1212
sterilize the manifest file.
1313
* Futher improvement to diff alignment in cases that involve both
14
- edits and changes in indentation.
14
+ edits and indentation changes.
1515
* [/doc/trunk/www/chat.md|Chat] improvements:<ul>
1616
<li> [/help?cmd=/chat|The /chat page] input options have been reworked
1717
again for better cross-browser portability.
1818
<li> When sending a [/help?cmd=/chat|/chat] message fails, it is no longer
1919
immediately lost and sending may optionally be retried.
2020
<li> [/help?cmd=/chat|/chat] can now optionally embed attachments of certain
2121
types directly into message bodies via an iframe.
2222
<li> Add the "--as FILENAME" option to the "[/help?cmd=chat|fossil chat send]"
2323
command.
24
+ <li> Added the "[/help?cmd=chat|fossil chat pull]" command, available to
25
+ administrators only, for backing up the chat conversation.
2426
</ul>
2527
* Promote the test-detach command into the [/help?cmd=detach|detach command].
26
- * For "fossil pull" with the --from-parent-project option, if no URL is
27
- specified then use the last URL specified for the --from-parent-project.
28
+ * For "[/help?cmd=pull|fossil pull]" with the --from-parent-project option,
29
+ if no URL is specified then use the last URL from the most recent prior
30
+ "fossil pull --from-parent-project".
2831
* Add options --project-name and --project-desc to the
2932
"[/help?cmd=init|fossil init]" command.
3033
* The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment
3134
variable for clients.
32
- * Fix the REQUEST_URI CGI parameter such that it includes the query string.
35
+ * Fix the REQUEST_URI [/doc/trunk/www/aboutcgi.wiki#cgivar|CGI variable] such
36
+ that it includes the query string. This is how most other systems understand
37
+ REQUEST_URI.
3338
* Added the --share-links option to [/help?cmd=sync|fossil sync] and
3439
[/help?cmd=pull|fossil pull]. Enhance the
3540
[/doc/trunk/www/sync.wiki|sync protocol] so that it is able to support
3641
sharing of links to other clones.
3742
* Added the --transport-command option to [/help?cmd=sync|fossil sync]
3843
--- www/changes.wiki
+++ www/changes.wiki
@@ -9,29 +9,34 @@
9 of any file in a commit exceeds this size, a warning is issued.
10 * Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline].
11 * The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer
12 sterilize the manifest file.
13 * Futher improvement to diff alignment in cases that involve both
14 edits and changes in indentation.
15 * [/doc/trunk/www/chat.md|Chat] improvements:<ul>
16 <li> [/help?cmd=/chat|The /chat page] input options have been reworked
17 again for better cross-browser portability.
18 <li> When sending a [/help?cmd=/chat|/chat] message fails, it is no longer
19 immediately lost and sending may optionally be retried.
20 <li> [/help?cmd=/chat|/chat] can now optionally embed attachments of certain
21 types directly into message bodies via an iframe.
22 <li> Add the "--as FILENAME" option to the "[/help?cmd=chat|fossil chat send]"
23 command.
 
 
24 </ul>
25 * Promote the test-detach command into the [/help?cmd=detach|detach command].
26 * For "fossil pull" with the --from-parent-project option, if no URL is
27 specified then use the last URL specified for the --from-parent-project.
 
28 * Add options --project-name and --project-desc to the
29 "[/help?cmd=init|fossil init]" command.
30 * The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment
31 variable for clients.
32 * Fix the REQUEST_URI CGI parameter such that it includes the query string.
 
 
33 * Added the --share-links option to [/help?cmd=sync|fossil sync] and
34 [/help?cmd=pull|fossil pull]. Enhance the
35 [/doc/trunk/www/sync.wiki|sync protocol] so that it is able to support
36 sharing of links to other clones.
37 * Added the --transport-command option to [/help?cmd=sync|fossil sync]
38
--- www/changes.wiki
+++ www/changes.wiki
@@ -9,29 +9,34 @@
9 of any file in a commit exceeds this size, a warning is issued.
10 * Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline].
11 * The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer
12 sterilize the manifest file.
13 * Futher improvement to diff alignment in cases that involve both
14 edits and indentation changes.
15 * [/doc/trunk/www/chat.md|Chat] improvements:<ul>
16 <li> [/help?cmd=/chat|The /chat page] input options have been reworked
17 again for better cross-browser portability.
18 <li> When sending a [/help?cmd=/chat|/chat] message fails, it is no longer
19 immediately lost and sending may optionally be retried.
20 <li> [/help?cmd=/chat|/chat] can now optionally embed attachments of certain
21 types directly into message bodies via an iframe.
22 <li> Add the "--as FILENAME" option to the "[/help?cmd=chat|fossil chat send]"
23 command.
24 <li> Added the "[/help?cmd=chat|fossil chat pull]" command, available to
25 administrators only, for backing up the chat conversation.
26 </ul>
27 * Promote the test-detach command into the [/help?cmd=detach|detach command].
28 * For "[/help?cmd=pull|fossil pull]" with the --from-parent-project option,
29 if no URL is specified then use the last URL from the most recent prior
30 "fossil pull --from-parent-project".
31 * Add options --project-name and --project-desc to the
32 "[/help?cmd=init|fossil init]" command.
33 * The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment
34 variable for clients.
35 * Fix the REQUEST_URI [/doc/trunk/www/aboutcgi.wiki#cgivar|CGI variable] such
36 that it includes the query string. This is how most other systems understand
37 REQUEST_URI.
38 * Added the --share-links option to [/help?cmd=sync|fossil sync] and
39 [/help?cmd=pull|fossil pull]. Enhance the
40 [/doc/trunk/www/sync.wiki|sync protocol] so that it is able to support
41 sharing of links to other clones.
42 * Added the --transport-command option to [/help?cmd=sync|fossil sync]
43

Keyboard Shortcuts

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