Fossil SCM
Disable the "Transfers" setup menu, as I are unsure what it does or if it works. The "transfer system" seems like an experiment that was started and never completed or debugged.
Commit
55beb2329a8ae3290c20105e29b06dcecd4cad79b863f78c55fde0a84b5a5283
Parent
1d44e89013f7798…
1 file changed
+2
+2
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -140,12 +140,14 @@ | ||
| 140 | 140 | setup_menu_entry("URL Aliases", "waliassetup", |
| 141 | 141 | "Configure URL aliases"); |
| 142 | 142 | if( setup_user ){ |
| 143 | 143 | setup_menu_entry("Notification", "setup_notification", |
| 144 | 144 | "Automatic notifications of changes via outbound email"); |
| 145 | +#if 0 /* Disabled for now. Does this even work? */ | |
| 145 | 146 | setup_menu_entry("Transfers", "xfersetup", |
| 146 | 147 | "Configure the transfer system for this repository"); |
| 148 | +#endif | |
| 147 | 149 | } |
| 148 | 150 | setup_menu_entry("Skins", "setup_skin_admin", |
| 149 | 151 | "Select and/or modify the web interface \"skins\""); |
| 150 | 152 | setup_menu_entry("Moderation", "setup_modreq", |
| 151 | 153 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 152 | 154 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -140,12 +140,14 @@ | |
| 140 | setup_menu_entry("URL Aliases", "waliassetup", |
| 141 | "Configure URL aliases"); |
| 142 | if( setup_user ){ |
| 143 | setup_menu_entry("Notification", "setup_notification", |
| 144 | "Automatic notifications of changes via outbound email"); |
| 145 | setup_menu_entry("Transfers", "xfersetup", |
| 146 | "Configure the transfer system for this repository"); |
| 147 | } |
| 148 | setup_menu_entry("Skins", "setup_skin_admin", |
| 149 | "Select and/or modify the web interface \"skins\""); |
| 150 | setup_menu_entry("Moderation", "setup_modreq", |
| 151 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 152 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -140,12 +140,14 @@ | |
| 140 | setup_menu_entry("URL Aliases", "waliassetup", |
| 141 | "Configure URL aliases"); |
| 142 | if( setup_user ){ |
| 143 | setup_menu_entry("Notification", "setup_notification", |
| 144 | "Automatic notifications of changes via outbound email"); |
| 145 | #if 0 /* Disabled for now. Does this even work? */ |
| 146 | setup_menu_entry("Transfers", "xfersetup", |
| 147 | "Configure the transfer system for this repository"); |
| 148 | #endif |
| 149 | } |
| 150 | setup_menu_entry("Skins", "setup_skin_admin", |
| 151 | "Select and/or modify the web interface \"skins\""); |
| 152 | setup_menu_entry("Moderation", "setup_modreq", |
| 153 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 154 |