Fossil SCM
The new mainmenu element previously called "Setup" reverted a years-old change to use "Admin" for this menu because about half of the items on the /setup screen are also usable by people with only the Admin cap. This also changes the capexpr to include "a" for the same reason.
Commit
7260ff21b3c77a45d46bd766461ad55a295133a07d7c0c626a31178d62a280b8
Parent
da2291075b19da6…
1 file changed
+1
-1
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -609,11 +609,11 @@ | ||
| 609 | 609 | @ Tags /taglist o wideonly |
| 610 | 610 | @ Forum /forum {@2 3 4 5 6} wideonly |
| 611 | 611 | @ Chat /chat C wideonly |
| 612 | 612 | @ Tickets /ticket r wideonly |
| 613 | 613 | @ Wiki /wiki j wideonly |
| 614 | -@ Setup /setup s desktoponly | |
| 614 | +@ Admin /setup {a s} desktoponly | |
| 615 | 615 | @ Logout /logout L wideonly |
| 616 | 616 | @ Login /login !L wideonly |
| 617 | 617 | ; |
| 618 | 618 | |
| 619 | 619 | /* |
| 620 | 620 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -609,11 +609,11 @@ | |
| 609 | @ Tags /taglist o wideonly |
| 610 | @ Forum /forum {@2 3 4 5 6} wideonly |
| 611 | @ Chat /chat C wideonly |
| 612 | @ Tickets /ticket r wideonly |
| 613 | @ Wiki /wiki j wideonly |
| 614 | @ Setup /setup s desktoponly |
| 615 | @ Logout /logout L wideonly |
| 616 | @ Login /login !L wideonly |
| 617 | ; |
| 618 | |
| 619 | /* |
| 620 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -609,11 +609,11 @@ | |
| 609 | @ Tags /taglist o wideonly |
| 610 | @ Forum /forum {@2 3 4 5 6} wideonly |
| 611 | @ Chat /chat C wideonly |
| 612 | @ Tickets /ticket r wideonly |
| 613 | @ Wiki /wiki j wideonly |
| 614 | @ Admin /setup {a s} desktoponly |
| 615 | @ Logout /logout L wideonly |
| 616 | @ Login /login !L wideonly |
| 617 | ; |
| 618 | |
| 619 | /* |
| 620 |