Fossil SCM

add tickets in the text for the setup page for the wiki-about setting

jkosche 2025-01-19 14:15 ticket-wiki
Commit f8c13b59b7715beeee0df79991a80af22703a0e84faba5a5dfaeea2dda4ff884
1 file changed +8 -7
+8 -7
--- src/setup.c
+++ src/setup.c
@@ -183,11 +183,11 @@
183183
184184
185185
/*
186186
** WEBPAGE: setup-logmenu
187187
**
188
-** Show a menu of available log renderings accessible to an administrator,
188
+** Show a menu of available log renderings accessible to an administrator,
189189
** together with a succinct explanation of each.
190190
**
191191
** This page is only accessible by administrators.
192192
*/
193193
void setup_logmenu_page(void){
@@ -916,11 +916,11 @@
916916
@ of project-name. This description can be edited in the second entry
917917
@ box on the <a href="./setup_config">Setup/Configuration page</a>.
918918
@
919919
@ <li><p><b>project-name</b> &rarr;
920920
@ The human-readable name for the project. The project-name can be
921
- @ modified in the first entry on the
921
+ @ modified in the first entry on the
922922
@ <a href="./setup_config">Setup/Configuration page</a>.
923923
@
924924
@ <li><p><b>peer-repo-<i>CODE</i></b> &rarr;
925925
@ <i>CODE</i> is 16-character prefix of the project-code for another
926926
@ repository that is part of the same login-group. The value is the
@@ -1392,21 +1392,22 @@
13921392
db_begin_transaction();
13931393
@ <form action="%R/setup_wiki" method="post"><div>
13941394
login_insert_csrf_secret();
13951395
@ <input type="submit" name="submit" value="Apply Changes"></p>
13961396
@ <hr>
1397
- onoff_attribute("Associate Wiki Pages With Branches, Tags, or Checkins",
1397
+ onoff_attribute("Associate Wiki Pages With Branches, Tags, Tickets, or Checkins",
13981398
"wiki-about", "wiki-about", 1, 0);
13991399
@ <p>
1400
- @ Associate wiki pages with branches, tags, or checkins, based on
1401
- @ the wiki page name. Wiki pages that begin with "branch/", "checkin/"
1402
- @ or "tag/" and which continue with the name of an existing branch, check-in
1403
- @ or tag are treated specially when this feature is enabled.
1400
+ @ Associate wiki pages with branches, tags, tickets, or checkins, based on
1401
+ @ the wiki page name. Wiki pages that begin with "branch/", "checkin/",
1402
+ @ "tag/" or "ticket" and which continue with the name of an existing branch,
1403
+ @ check-in, tag or ticket are treated specially when this feature is enabled.
14041404
@ <ul>
14051405
@ <li> <b>branch/</b><i>branch-name</i>
14061406
@ <li> <b>checkin/</b><i>full-check-in-hash</i>
14071407
@ <li> <b>tag/</b><i>tag-name</i>
1408
+ @ <li> <b>ticket/</b><i>full-ticket-hash</i>
14081409
@ </ul>
14091410
@ (Property: "wiki-about")</p>
14101411
@ <hr>
14111412
entry_attribute("Allow Unsafe HTML In Markdown", 6,
14121413
"safe-html", "safe-html", "", 0);
14131414
--- src/setup.c
+++ src/setup.c
@@ -183,11 +183,11 @@
183
184
185 /*
186 ** WEBPAGE: setup-logmenu
187 **
188 ** Show a menu of available log renderings accessible to an administrator,
189 ** together with a succinct explanation of each.
190 **
191 ** This page is only accessible by administrators.
192 */
193 void setup_logmenu_page(void){
@@ -916,11 +916,11 @@
916 @ of project-name. This description can be edited in the second entry
917 @ box on the <a href="./setup_config">Setup/Configuration page</a>.
918 @
919 @ <li><p><b>project-name</b> &rarr;
920 @ The human-readable name for the project. The project-name can be
921 @ modified in the first entry on the
922 @ <a href="./setup_config">Setup/Configuration page</a>.
923 @
924 @ <li><p><b>peer-repo-<i>CODE</i></b> &rarr;
925 @ <i>CODE</i> is 16-character prefix of the project-code for another
926 @ repository that is part of the same login-group. The value is the
@@ -1392,21 +1392,22 @@
1392 db_begin_transaction();
1393 @ <form action="%R/setup_wiki" method="post"><div>
1394 login_insert_csrf_secret();
1395 @ <input type="submit" name="submit" value="Apply Changes"></p>
1396 @ <hr>
1397 onoff_attribute("Associate Wiki Pages With Branches, Tags, or Checkins",
1398 "wiki-about", "wiki-about", 1, 0);
1399 @ <p>
1400 @ Associate wiki pages with branches, tags, or checkins, based on
1401 @ the wiki page name. Wiki pages that begin with "branch/", "checkin/"
1402 @ or "tag/" and which continue with the name of an existing branch, check-in
1403 @ or tag are treated specially when this feature is enabled.
1404 @ <ul>
1405 @ <li> <b>branch/</b><i>branch-name</i>
1406 @ <li> <b>checkin/</b><i>full-check-in-hash</i>
1407 @ <li> <b>tag/</b><i>tag-name</i>
 
1408 @ </ul>
1409 @ (Property: "wiki-about")</p>
1410 @ <hr>
1411 entry_attribute("Allow Unsafe HTML In Markdown", 6,
1412 "safe-html", "safe-html", "", 0);
1413
--- src/setup.c
+++ src/setup.c
@@ -183,11 +183,11 @@
183
184
185 /*
186 ** WEBPAGE: setup-logmenu
187 **
188 ** Show a menu of available log renderings accessible to an administrator,
189 ** together with a succinct explanation of each.
190 **
191 ** This page is only accessible by administrators.
192 */
193 void setup_logmenu_page(void){
@@ -916,11 +916,11 @@
916 @ of project-name. This description can be edited in the second entry
917 @ box on the <a href="./setup_config">Setup/Configuration page</a>.
918 @
919 @ <li><p><b>project-name</b> &rarr;
920 @ The human-readable name for the project. The project-name can be
921 @ modified in the first entry on the
922 @ <a href="./setup_config">Setup/Configuration page</a>.
923 @
924 @ <li><p><b>peer-repo-<i>CODE</i></b> &rarr;
925 @ <i>CODE</i> is 16-character prefix of the project-code for another
926 @ repository that is part of the same login-group. The value is the
@@ -1392,21 +1392,22 @@
1392 db_begin_transaction();
1393 @ <form action="%R/setup_wiki" method="post"><div>
1394 login_insert_csrf_secret();
1395 @ <input type="submit" name="submit" value="Apply Changes"></p>
1396 @ <hr>
1397 onoff_attribute("Associate Wiki Pages With Branches, Tags, Tickets, or Checkins",
1398 "wiki-about", "wiki-about", 1, 0);
1399 @ <p>
1400 @ Associate wiki pages with branches, tags, tickets, or checkins, based on
1401 @ the wiki page name. Wiki pages that begin with "branch/", "checkin/",
1402 @ "tag/" or "ticket" and which continue with the name of an existing branch,
1403 @ check-in, tag or ticket are treated specially when this feature is enabled.
1404 @ <ul>
1405 @ <li> <b>branch/</b><i>branch-name</i>
1406 @ <li> <b>checkin/</b><i>full-check-in-hash</i>
1407 @ <li> <b>tag/</b><i>tag-name</i>
1408 @ <li> <b>ticket/</b><i>full-ticket-hash</i>
1409 @ </ul>
1410 @ (Property: "wiki-about")</p>
1411 @ <hr>
1412 entry_attribute("Allow Unsafe HTML In Markdown", 6,
1413 "safe-html", "safe-html", "", 0);
1414

Keyboard Shortcuts

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