Fossil SCM

Fix typos in the Moderation setup screen, and in debugging logic on tickets.

drh 2015-02-12 11:01 trunk
Commit 8fdb68226f27b15581274621f3027bb9f8d78e48
2 files changed +2 -2 +1 -1
+2 -2
--- src/setup.c
+++ src/setup.c
@@ -1708,11 +1708,11 @@
17081708
login_insert_csrf_secret();
17091709
@ <hr />
17101710
onoff_attribute("Moderate ticket changes",
17111711
"modreq-tkt", "modreq-tkt", 0, 0);
17121712
@ <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.
17141714
@ Ticket changes enter the system and are shown locally, but are not
17151715
@ synced until they are approved. The moderator has the option to
17161716
@ delete the change rather than approve it. Ticket changes made by
17171717
@ a user who has the Mod-Tkt privilege are never subject to
17181718
@ moderation.
@@ -1719,11 +1719,11 @@
17191719
@
17201720
@ <hr />
17211721
onoff_attribute("Moderate wiki changes",
17221722
"modreq-wiki", "modreq-wiki", 0, 0);
17231723
@ <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.
17251725
@ Wiki changes enter the system and are shown locally, but are not
17261726
@ synced until they are approved. The moderator has the option to
17271727
@ delete the change rather than approve it. Wiki changes made by
17281728
@ a user who has the Mod-Wiki privilege are never subject to
17291729
@ moderation.
17301730
--- 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 @@
428428
@ <font color="blue">
429429
@ <p>Database fields:</p><ul>
430430
for(i=0; i<nField; i++){
431431
@ <li>aField[%d(i)].zName = "%h(aField[i].zName)";
432432
@ originally = "%h(aField[i].zValue)";
433
- @ currently = "%h(PD(aField[i].zName,""))"";
433
+ @ currently = "%h(PD(aField[i].zName,""))";
434434
if( aField[i].zAppend ){
435435
@ zAppend = "%h(aField[i].zAppend)";
436436
}
437437
@ mUsed = %d(aField[i].mUsed);
438438
}
439439
--- 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

Keyboard Shortcuts

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