Fossil SCM
Add the URL & Checkouts entry to the setup menu.
Commit
a53beaabdf080545a66919b26397bdb20a50378594a9d5ae199ac9cf95dfff57
Parent
2d69772e49f3122…
1 file changed
+2
+2
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -103,10 +103,12 @@ | ||
| 103 | 103 | setup_menu_entry("Moderation", "setup_modreq", |
| 104 | 104 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 105 | 105 | " changes and attachments."); |
| 106 | 106 | setup_menu_entry("Ad-Unit", "setup_adunit", |
| 107 | 107 | "Edit HTML text for an ad unit inserted after the menu bar"); |
| 108 | + setup_menu_entry("URLs & Checkouts", "urllist", | |
| 109 | + "Show URLs used to access this repo and known check-outs"); | |
| 108 | 110 | setup_menu_entry("Web-Cache", "cachestat", |
| 109 | 111 | "View the status of the expensive-page cache"); |
| 110 | 112 | setup_menu_entry("Logo", "setup_logo", |
| 111 | 113 | "Change the logo and background images for the server"); |
| 112 | 114 | setup_menu_entry("Shunned", "shun", |
| 113 | 115 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -103,10 +103,12 @@ | |
| 103 | setup_menu_entry("Moderation", "setup_modreq", |
| 104 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 105 | " changes and attachments."); |
| 106 | setup_menu_entry("Ad-Unit", "setup_adunit", |
| 107 | "Edit HTML text for an ad unit inserted after the menu bar"); |
| 108 | setup_menu_entry("Web-Cache", "cachestat", |
| 109 | "View the status of the expensive-page cache"); |
| 110 | setup_menu_entry("Logo", "setup_logo", |
| 111 | "Change the logo and background images for the server"); |
| 112 | setup_menu_entry("Shunned", "shun", |
| 113 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -103,10 +103,12 @@ | |
| 103 | setup_menu_entry("Moderation", "setup_modreq", |
| 104 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 105 | " changes and attachments."); |
| 106 | setup_menu_entry("Ad-Unit", "setup_adunit", |
| 107 | "Edit HTML text for an ad unit inserted after the menu bar"); |
| 108 | setup_menu_entry("URLs & Checkouts", "urllist", |
| 109 | "Show URLs used to access this repo and known check-outs"); |
| 110 | setup_menu_entry("Web-Cache", "cachestat", |
| 111 | "View the status of the expensive-page cache"); |
| 112 | setup_menu_entry("Logo", "setup_logo", |
| 113 | "Change the logo and background images for the server"); |
| 114 | setup_menu_entry("Shunned", "shun", |
| 115 |