Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Removed the link to /setup_smtp from the main /admin page: the backing feature was removed several months ago. Addresses [forum:/forumpost/413e04bba5 | an anonymous forum post]. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
7aaee6fc31983105a2fe86346282e1e0 |
| User & Date: | wyoung 2021-08-31 14:13:06.110 |
| Original Comment: | Removed the link to /setup_smtp from the main /admin page: the backing feature was removed several months ago. Addresses [forum:/forumpost/413e04bba5] an anonymous forum post. |
Context
|
2021-09-02
| ||
| 07:52 | Added db_unprotect/pop wrappers around the "clone --ssh-command" handling to avoid a bogus "unauthorized change to protected setting" error, as reported [forum:/forumpost/29027c6a67c280e7 | on the forum]. check-in: d700f5ff4f user: wyoung tags: trunk | |
|
2021-08-31
| ||
| 14:13 | Removed the link to /setup_smtp from the main /admin page: the backing feature was removed several months ago. Addresses [forum:/forumpost/413e04bba5 | an anonymous forum post]. check-in: 7aaee6fc31 user: wyoung tags: trunk | |
| 14:10 | Markdown tweak in www/alerts.md to avoid semi-redundant constructs like "[MTA][mta]". check-in: 897bd90b27 user: wyoung tags: trunk | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
132 133 134 135 136 137 138 |
setup_menu_entry("Search","srchsetup",
"Configure the built-in search engine");
setup_menu_entry("URL Aliases", "waliassetup",
"Configure URL aliases");
if( setup_user ){
setup_menu_entry("Notification", "setup_notification",
"Automatic notifications of changes via outbound email");
| < < | 132 133 134 135 136 137 138 139 140 141 142 143 144 145 |
setup_menu_entry("Search","srchsetup",
"Configure the built-in search engine");
setup_menu_entry("URL Aliases", "waliassetup",
"Configure URL aliases");
if( setup_user ){
setup_menu_entry("Notification", "setup_notification",
"Automatic notifications of changes via outbound email");
setup_menu_entry("Transfers", "xfersetup",
"Configure the transfer system for this repository");
}
setup_menu_entry("Skins", "setup_skin",
"Select and/or modify the web interface \"skins\"");
setup_menu_entry("Moderation", "setup_modreq",
"Enable/Disable requiring moderator approval of Wiki and/or Ticket"
|
| ︙ | ︙ |