Fossil SCM
Typo fix reported by Dan Shearer. Mention the forum overhaul in the change log.
Commit
4b1962b97fb859e847865252b8dff53f067c6ccf6386dddb40344a93a10eda5b
Parent
15782c004931451…
2 files changed
+1
-1
+3
-1
+1
-1
| --- src/fossil.page.forumpost.js | ||
| +++ src/fossil.page.forumpost.js | ||
| @@ -523,11 +523,11 @@ | ||
| 523 | 523 | "WARNING: draft edits are keyed on the ID of the message they ", |
| 524 | 524 | "are editing or responding to. Attempting to edit or reply to ", |
| 525 | 525 | "the same post from multiple tabs will cause the most-recently-edited ", |
| 526 | 526 | "one to overwrite the draft slot for that post. In browsers which support ", |
| 527 | 527 | "Web Locks, a second attempt to edit or reply to a post will be blocked ", |
| 528 | - "and an error will be shown explaning the problme." | |
| 528 | + "and an error will be shown explaning the problem." | |
| 529 | 529 | ); |
| 530 | 530 | if( this.#e.status ){ |
| 531 | 531 | D.append( |
| 532 | 532 | D.li(list), |
| 533 | 533 | "Tip: changing just the status in the editor will change only that, ", |
| 534 | 534 |
| --- src/fossil.page.forumpost.js | |
| +++ src/fossil.page.forumpost.js | |
| @@ -523,11 +523,11 @@ | |
| 523 | "WARNING: draft edits are keyed on the ID of the message they ", |
| 524 | "are editing or responding to. Attempting to edit or reply to ", |
| 525 | "the same post from multiple tabs will cause the most-recently-edited ", |
| 526 | "one to overwrite the draft slot for that post. In browsers which support ", |
| 527 | "Web Locks, a second attempt to edit or reply to a post will be blocked ", |
| 528 | "and an error will be shown explaning the problme." |
| 529 | ); |
| 530 | if( this.#e.status ){ |
| 531 | D.append( |
| 532 | D.li(list), |
| 533 | "Tip: changing just the status in the editor will change only that, ", |
| 534 |
| --- src/fossil.page.forumpost.js | |
| +++ src/fossil.page.forumpost.js | |
| @@ -523,11 +523,11 @@ | |
| 523 | "WARNING: draft edits are keyed on the ID of the message they ", |
| 524 | "are editing or responding to. Attempting to edit or reply to ", |
| 525 | "the same post from multiple tabs will cause the most-recently-edited ", |
| 526 | "one to overwrite the draft slot for that post. In browsers which support ", |
| 527 | "Web Locks, a second attempt to edit or reply to a post will be blocked ", |
| 528 | "and an error will be shown explaning the problem." |
| 529 | ); |
| 530 | if( this.#e.status ){ |
| 531 | D.append( |
| 532 | D.li(list), |
| 533 | "Tip: changing just the status in the editor will change only that, ", |
| 534 |
+3
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -14,12 +14,14 @@ | ||
| 14 | 14 | the unmanaged file, even if that unmanaged file is read-only. |
| 15 | 15 | <li> Improve the default prompts used by the |
| 16 | 16 | "[/help/sqlite3|fossil sql]" command. |
| 17 | 17 | <li> The captcha now uses light-gray boxes as the background, instead of |
| 18 | 18 | spaces, to work around width inconsistencies in some fonts. |
| 19 | + <li> Forum post editing and replying was overhauled with a new UI. Clients | |
| 20 | + with JavaScript disabled will still see the older forms. | |
| 19 | 21 | <li> Forum posts may now have attachments if their poster has the new "B" |
| 20 | - capability.</li> | |
| 22 | + capability. | |
| 21 | 23 | <li> Add the "[/help/attachment-size-limit|attachment-size-limit]" setting |
| 22 | 24 | to limit the size of file attachments to wiki pages, tech notes, |
| 23 | 25 | tickets, and forum posts. |
| 24 | 26 | </ol> |
| 25 | 27 | |
| 26 | 28 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -14,12 +14,14 @@ | |
| 14 | the unmanaged file, even if that unmanaged file is read-only. |
| 15 | <li> Improve the default prompts used by the |
| 16 | "[/help/sqlite3|fossil sql]" command. |
| 17 | <li> The captcha now uses light-gray boxes as the background, instead of |
| 18 | spaces, to work around width inconsistencies in some fonts. |
| 19 | <li> Forum posts may now have attachments if their poster has the new "B" |
| 20 | capability.</li> |
| 21 | <li> Add the "[/help/attachment-size-limit|attachment-size-limit]" setting |
| 22 | to limit the size of file attachments to wiki pages, tech notes, |
| 23 | tickets, and forum posts. |
| 24 | </ol> |
| 25 | |
| 26 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -14,12 +14,14 @@ | |
| 14 | the unmanaged file, even if that unmanaged file is read-only. |
| 15 | <li> Improve the default prompts used by the |
| 16 | "[/help/sqlite3|fossil sql]" command. |
| 17 | <li> The captcha now uses light-gray boxes as the background, instead of |
| 18 | spaces, to work around width inconsistencies in some fonts. |
| 19 | <li> Forum post editing and replying was overhauled with a new UI. Clients |
| 20 | with JavaScript disabled will still see the older forms. |
| 21 | <li> Forum posts may now have attachments if their poster has the new "B" |
| 22 | capability. |
| 23 | <li> Add the "[/help/attachment-size-limit|attachment-size-limit]" setting |
| 24 | to limit the size of file attachments to wiki pages, tech notes, |
| 25 | tickets, and forum posts. |
| 26 | </ol> |
| 27 | |
| 28 |