Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add a link to the web-cache status screen to the Admin main menu. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
4a4a51a541605fe6a95be36ecfb81813 |
| User & Date: | drh 2016-08-06 17:42:49.843 |
Context
|
2016-08-08
| ||
| 14:20 | Update the built-in SQLite to 3.14 release. check-in: 60d5fee782 user: drh tags: trunk | |
|
2016-08-06
| ||
| 17:42 | Add a link to the web-cache status screen to the Admin main menu. check-in: 4a4a51a541 user: drh tags: trunk | |
| 17:40 | Add a link to the web-cache status screen to the Admin main menu. check-in: 7c176f7aeb user: drh tags: unversioned-files | |
|
2016-08-04
| ||
| 14:11 | Update the built-in SQLite to the second 3.14 beta. check-in: aa63cd405b user: drh tags: trunk | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
113 114 115 116 117 118 119 120 121 122 123 124 125 126 |
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"
" changes and attachments.");
setup_menu_entry("Ad-Unit", "setup_adunit",
"Edit HTML text for an ad unit inserted after the menu bar");
setup_menu_entry("Logo", "setup_logo",
"Change the logo and background images for the server");
setup_menu_entry("Shunned", "shun",
"Show artifacts that are shunned by this repository");
setup_menu_entry("Artifact Receipts Log", "rcvfromlist",
"A record of received artifacts and their sources");
setup_menu_entry("User Log", "access_log",
| > > | 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
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"
" changes and attachments.");
setup_menu_entry("Ad-Unit", "setup_adunit",
"Edit HTML text for an ad unit inserted after the menu bar");
setup_menu_entry("Web-Cache", "cachestat",
"View the status of the expensive-page cache");
setup_menu_entry("Logo", "setup_logo",
"Change the logo and background images for the server");
setup_menu_entry("Shunned", "shun",
"Show artifacts that are shunned by this repository");
setup_menu_entry("Artifact Receipts Log", "rcvfromlist",
"A record of received artifacts and their sources");
setup_menu_entry("User Log", "access_log",
|
| ︙ | ︙ |