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.
Commit
d0491fd0b43ab25bb8b75946784fafee0c66e3b0da2d98870015af7a9e03d944
Parent
1841ce67472f0ed…
2 files changed
+3
-3
+9
-4
+3
-3
| --- www/aboutcgi.wiki | ||
| +++ www/aboutcgi.wiki | ||
| @@ -189,13 +189,13 @@ | ||
| 189 | 189 | <a id="cgivar"></a> |
| 190 | 190 | The web server sets many environment variables in step 2 in addition |
| 191 | 191 | to just PATH_INFO. The following diagram shows a few of these variables |
| 192 | 192 | and their relationship to the request URL: |
| 193 | 193 | <pre> |
| 194 | - REQUEST_URI | |
| 195 | - ______________|___________________ | |
| 196 | - / \ | |
| 194 | + REQUEST_URI | |
| 195 | + ___________________|_______________________ | |
| 196 | + / \ | |
| 197 | 197 | http://example.com/cgis/example2/subdir/three/timeline?c=55d7e1 |
| 198 | 198 | \_________/\____________/\____________________/ \______/ |
| 199 | 199 | | | | | |
| 200 | 200 | HTTP_HOST SCRIPT_NAME PATH_INFO QUERY_STRING |
| 201 | 201 | </pre> |
| 202 | 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/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 |
+9
-4
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -9,29 +9,34 @@ | ||
| 9 | 9 | of any file in a commit exceeds this size, a warning is issued. |
| 10 | 10 | * Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline]. |
| 11 | 11 | * The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer |
| 12 | 12 | sterilize the manifest file. |
| 13 | 13 | * Futher improvement to diff alignment in cases that involve both |
| 14 | - edits and changes in indentation. | |
| 14 | + edits and indentation changes. | |
| 15 | 15 | * [/doc/trunk/www/chat.md|Chat] improvements:<ul> |
| 16 | 16 | <li> [/help?cmd=/chat|The /chat page] input options have been reworked |
| 17 | 17 | again for better cross-browser portability. |
| 18 | 18 | <li> When sending a [/help?cmd=/chat|/chat] message fails, it is no longer |
| 19 | 19 | immediately lost and sending may optionally be retried. |
| 20 | 20 | <li> [/help?cmd=/chat|/chat] can now optionally embed attachments of certain |
| 21 | 21 | types directly into message bodies via an iframe. |
| 22 | 22 | <li> Add the "--as FILENAME" option to the "[/help?cmd=chat|fossil chat send]" |
| 23 | 23 | command. |
| 24 | + <li> Added the "[/help?cmd=chat|fossil chat pull]" command, available to | |
| 25 | + administrators only, for backing up the chat conversation. | |
| 24 | 26 | </ul> |
| 25 | 27 | * 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". | |
| 28 | 31 | * Add options --project-name and --project-desc to the |
| 29 | 32 | "[/help?cmd=init|fossil init]" command. |
| 30 | 33 | * The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment |
| 31 | 34 | 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. | |
| 33 | 38 | * Added the --share-links option to [/help?cmd=sync|fossil sync] and |
| 34 | 39 | [/help?cmd=pull|fossil pull]. Enhance the |
| 35 | 40 | [/doc/trunk/www/sync.wiki|sync protocol] so that it is able to support |
| 36 | 41 | sharing of links to other clones. |
| 37 | 42 | * Added the --transport-command option to [/help?cmd=sync|fossil sync] |
| 38 | 43 |
| --- 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 |