Fossil SCM
Fix typos in the Moderation setup screen, and in debugging logic on tickets.
Commit
8fdb68226f27b15581274621f3027bb9f8d78e48
Parent
e4c420b4373cc7f…
2 files changed
+2
-2
+1
-1
+2
-2
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1708,11 +1708,11 @@ | ||
| 1708 | 1708 | login_insert_csrf_secret(); |
| 1709 | 1709 | @ <hr /> |
| 1710 | 1710 | onoff_attribute("Moderate ticket changes", |
| 1711 | 1711 | "modreq-tkt", "modreq-tkt", 0, 0); |
| 1712 | 1712 | @ <p>When enabled, any change to tickets is subject to the approval |
| 1713 | - @ a ticket moderator - a user with the "q" or Mod-Tkt privilege. | |
| 1713 | + @ by a ticket moderator - a user with the "q" or Mod-Tkt privilege. | |
| 1714 | 1714 | @ Ticket changes enter the system and are shown locally, but are not |
| 1715 | 1715 | @ synced until they are approved. The moderator has the option to |
| 1716 | 1716 | @ delete the change rather than approve it. Ticket changes made by |
| 1717 | 1717 | @ a user who has the Mod-Tkt privilege are never subject to |
| 1718 | 1718 | @ moderation. |
| @@ -1719,11 +1719,11 @@ | ||
| 1719 | 1719 | @ |
| 1720 | 1720 | @ <hr /> |
| 1721 | 1721 | onoff_attribute("Moderate wiki changes", |
| 1722 | 1722 | "modreq-wiki", "modreq-wiki", 0, 0); |
| 1723 | 1723 | @ <p>When enabled, any change to wiki is subject to the approval |
| 1724 | - @ a ticket moderator - a user with the "l" or Mod-Wiki privilege. | |
| 1724 | + @ by a wiki moderator - a user with the "l" or Mod-Wiki privilege. | |
| 1725 | 1725 | @ Wiki changes enter the system and are shown locally, but are not |
| 1726 | 1726 | @ synced until they are approved. The moderator has the option to |
| 1727 | 1727 | @ delete the change rather than approve it. Wiki changes made by |
| 1728 | 1728 | @ a user who has the Mod-Wiki privilege are never subject to |
| 1729 | 1729 | @ moderation. |
| 1730 | 1730 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1708,11 +1708,11 @@ | |
| 1708 | login_insert_csrf_secret(); |
| 1709 | @ <hr /> |
| 1710 | onoff_attribute("Moderate ticket changes", |
| 1711 | "modreq-tkt", "modreq-tkt", 0, 0); |
| 1712 | @ <p>When enabled, any change to tickets is subject to the approval |
| 1713 | @ a ticket moderator - a user with the "q" or Mod-Tkt privilege. |
| 1714 | @ Ticket changes enter the system and are shown locally, but are not |
| 1715 | @ synced until they are approved. The moderator has the option to |
| 1716 | @ delete the change rather than approve it. Ticket changes made by |
| 1717 | @ a user who has the Mod-Tkt privilege are never subject to |
| 1718 | @ moderation. |
| @@ -1719,11 +1719,11 @@ | |
| 1719 | @ |
| 1720 | @ <hr /> |
| 1721 | onoff_attribute("Moderate wiki changes", |
| 1722 | "modreq-wiki", "modreq-wiki", 0, 0); |
| 1723 | @ <p>When enabled, any change to wiki is subject to the approval |
| 1724 | @ a ticket moderator - a user with the "l" or Mod-Wiki privilege. |
| 1725 | @ Wiki changes enter the system and are shown locally, but are not |
| 1726 | @ synced until they are approved. The moderator has the option to |
| 1727 | @ delete the change rather than approve it. Wiki changes made by |
| 1728 | @ a user who has the Mod-Wiki privilege are never subject to |
| 1729 | @ moderation. |
| 1730 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1708,11 +1708,11 @@ | |
| 1708 | login_insert_csrf_secret(); |
| 1709 | @ <hr /> |
| 1710 | onoff_attribute("Moderate ticket changes", |
| 1711 | "modreq-tkt", "modreq-tkt", 0, 0); |
| 1712 | @ <p>When enabled, any change to tickets is subject to the approval |
| 1713 | @ by a ticket moderator - a user with the "q" or Mod-Tkt privilege. |
| 1714 | @ Ticket changes enter the system and are shown locally, but are not |
| 1715 | @ synced until they are approved. The moderator has the option to |
| 1716 | @ delete the change rather than approve it. Ticket changes made by |
| 1717 | @ a user who has the Mod-Tkt privilege are never subject to |
| 1718 | @ moderation. |
| @@ -1719,11 +1719,11 @@ | |
| 1719 | @ |
| 1720 | @ <hr /> |
| 1721 | onoff_attribute("Moderate wiki changes", |
| 1722 | "modreq-wiki", "modreq-wiki", 0, 0); |
| 1723 | @ <p>When enabled, any change to wiki is subject to the approval |
| 1724 | @ by a wiki moderator - a user with the "l" or Mod-Wiki privilege. |
| 1725 | @ Wiki changes enter the system and are shown locally, but are not |
| 1726 | @ synced until they are approved. The moderator has the option to |
| 1727 | @ delete the change rather than approve it. Wiki changes made by |
| 1728 | @ a user who has the Mod-Wiki privilege are never subject to |
| 1729 | @ moderation. |
| 1730 |
+1
-1
| --- src/tkt.c | ||
| +++ src/tkt.c | ||
| @@ -428,11 +428,11 @@ | ||
| 428 | 428 | @ <font color="blue"> |
| 429 | 429 | @ <p>Database fields:</p><ul> |
| 430 | 430 | for(i=0; i<nField; i++){ |
| 431 | 431 | @ <li>aField[%d(i)].zName = "%h(aField[i].zName)"; |
| 432 | 432 | @ originally = "%h(aField[i].zValue)"; |
| 433 | - @ currently = "%h(PD(aField[i].zName,""))""; | |
| 433 | + @ currently = "%h(PD(aField[i].zName,""))"; | |
| 434 | 434 | if( aField[i].zAppend ){ |
| 435 | 435 | @ zAppend = "%h(aField[i].zAppend)"; |
| 436 | 436 | } |
| 437 | 437 | @ mUsed = %d(aField[i].mUsed); |
| 438 | 438 | } |
| 439 | 439 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -428,11 +428,11 @@ | |
| 428 | @ <font color="blue"> |
| 429 | @ <p>Database fields:</p><ul> |
| 430 | for(i=0; i<nField; i++){ |
| 431 | @ <li>aField[%d(i)].zName = "%h(aField[i].zName)"; |
| 432 | @ originally = "%h(aField[i].zValue)"; |
| 433 | @ currently = "%h(PD(aField[i].zName,""))""; |
| 434 | if( aField[i].zAppend ){ |
| 435 | @ zAppend = "%h(aField[i].zAppend)"; |
| 436 | } |
| 437 | @ mUsed = %d(aField[i].mUsed); |
| 438 | } |
| 439 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -428,11 +428,11 @@ | |
| 428 | @ <font color="blue"> |
| 429 | @ <p>Database fields:</p><ul> |
| 430 | for(i=0; i<nField; i++){ |
| 431 | @ <li>aField[%d(i)].zName = "%h(aField[i].zName)"; |
| 432 | @ originally = "%h(aField[i].zValue)"; |
| 433 | @ currently = "%h(PD(aField[i].zName,""))"; |
| 434 | if( aField[i].zAppend ){ |
| 435 | @ zAppend = "%h(aField[i].zAppend)"; |
| 436 | } |
| 437 | @ mUsed = %d(aField[i].mUsed); |
| 438 | } |
| 439 |