Fossil SCM
Completed a half-written sentence in the fileedit docs.
Commit
d701631ec7cee22b9bfc9f53ffe993a12dd9ea8409041efd254e83b1d3704d05
Parent
d130f3568793a62…
1 file changed
+10
-8
+10
-8
| --- www/fileedit-page.md | ||
| +++ www/fileedit-page.md | ||
| @@ -88,18 +88,20 @@ | ||
| 88 | 88 | - If neither of those is available, the storage is transient and |
| 89 | 89 | will not survive a page reload. |
| 90 | 90 | - It stores only the most recent last 7 checkin/file combinations |
| 91 | 91 | which have been modified. Note that changing the "executable bit" |
| 92 | 92 | is counted as a modification, but the checkin comment is not |
| 93 | - stored separately for each file. | |
| 94 | - | |
| 95 | -Exactly how long `fileStorage` will survive, and how much it can hold, | |
| 96 | -is environment-dependent. `sessionStorage` will survive until the | |
| 97 | -current browser tab is closed, but it survives across reloads of the | |
| 98 | -same tab. | |
| 99 | - | |
| 100 | -If `/filepage` determines that no peristent storage is available | |
| 93 | + stored separately for each file. If the limit is exceeded, it | |
| 94 | + silently discards the oldest edits. | |
| 95 | + | |
| 96 | +Exactly how long `fileStorage` will survive, and how much it or | |
| 97 | +`sessionStorage` can hold, is environment-dependent. `sessionStorage` | |
| 98 | +will survive until the current browser tab is closed, but it survives | |
| 99 | +across reloads of the same tab. | |
| 100 | + | |
| 101 | +If `/filepage` determines that no peristent storage is available a | |
| 102 | +warning is displayed on the editor page. | |
| 101 | 103 | |
| 102 | 104 | ### The Power is Yours, but... |
| 103 | 105 | |
| 104 | 106 | > "With great power comes great responsibility." |
| 105 | 107 | |
| 106 | 108 |
| --- www/fileedit-page.md | |
| +++ www/fileedit-page.md | |
| @@ -88,18 +88,20 @@ | |
| 88 | - If neither of those is available, the storage is transient and |
| 89 | will not survive a page reload. |
| 90 | - It stores only the most recent last 7 checkin/file combinations |
| 91 | which have been modified. Note that changing the "executable bit" |
| 92 | is counted as a modification, but the checkin comment is not |
| 93 | stored separately for each file. |
| 94 | |
| 95 | Exactly how long `fileStorage` will survive, and how much it can hold, |
| 96 | is environment-dependent. `sessionStorage` will survive until the |
| 97 | current browser tab is closed, but it survives across reloads of the |
| 98 | same tab. |
| 99 | |
| 100 | If `/filepage` determines that no peristent storage is available |
| 101 | |
| 102 | ### The Power is Yours, but... |
| 103 | |
| 104 | > "With great power comes great responsibility." |
| 105 | |
| 106 |
| --- www/fileedit-page.md | |
| +++ www/fileedit-page.md | |
| @@ -88,18 +88,20 @@ | |
| 88 | - If neither of those is available, the storage is transient and |
| 89 | will not survive a page reload. |
| 90 | - It stores only the most recent last 7 checkin/file combinations |
| 91 | which have been modified. Note that changing the "executable bit" |
| 92 | is counted as a modification, but the checkin comment is not |
| 93 | stored separately for each file. If the limit is exceeded, it |
| 94 | silently discards the oldest edits. |
| 95 | |
| 96 | Exactly how long `fileStorage` will survive, and how much it or |
| 97 | `sessionStorage` can hold, is environment-dependent. `sessionStorage` |
| 98 | will survive until the current browser tab is closed, but it survives |
| 99 | across reloads of the same tab. |
| 100 | |
| 101 | If `/filepage` determines that no peristent storage is available a |
| 102 | warning is displayed on the editor page. |
| 103 | |
| 104 | ### The Power is Yours, but... |
| 105 | |
| 106 | > "With great power comes great responsibility." |
| 107 | |
| 108 |