Fossil SCM
Remove FossilUserPerms::Query, as it's unused and its designated capabilities letter 'q' collides with ModTkt. It's been there since 2011-09-14 but went unnoticed until today when that struct was emacs-macro-reformatted into libfossil and triggered a duplicate case value for the letter 'q'.
Commit
638b7e094b899a5c87d4a3732cf57318893449e5791cd94f909e2d1014509eb3
Parent
01855974c9c4197…
1 file changed
-1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -83,11 +83,10 @@ | ||
| 83 | 83 | */ |
| 84 | 84 | struct FossilUserPerms { |
| 85 | 85 | char Setup; /* s: use Setup screens on web interface */ |
| 86 | 86 | char Admin; /* a: administrative permission */ |
| 87 | 87 | char Password; /* p: change password */ |
| 88 | - char Query; /* q: create new reports */ | |
| 89 | 88 | char Write; /* i: xfer inbound. check-in */ |
| 90 | 89 | char Read; /* o: xfer outbound. check-out */ |
| 91 | 90 | char Hyperlink; /* h: enable the display of hyperlinks */ |
| 92 | 91 | char Clone; /* g: clone */ |
| 93 | 92 | char RdWiki; /* j: view wiki via web */ |
| 94 | 93 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -83,11 +83,10 @@ | |
| 83 | */ |
| 84 | struct FossilUserPerms { |
| 85 | char Setup; /* s: use Setup screens on web interface */ |
| 86 | char Admin; /* a: administrative permission */ |
| 87 | char Password; /* p: change password */ |
| 88 | char Query; /* q: create new reports */ |
| 89 | char Write; /* i: xfer inbound. check-in */ |
| 90 | char Read; /* o: xfer outbound. check-out */ |
| 91 | char Hyperlink; /* h: enable the display of hyperlinks */ |
| 92 | char Clone; /* g: clone */ |
| 93 | char RdWiki; /* j: view wiki via web */ |
| 94 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -83,11 +83,10 @@ | |
| 83 | */ |
| 84 | struct FossilUserPerms { |
| 85 | char Setup; /* s: use Setup screens on web interface */ |
| 86 | char Admin; /* a: administrative permission */ |
| 87 | char Password; /* p: change password */ |
| 88 | char Write; /* i: xfer inbound. check-in */ |
| 89 | char Read; /* o: xfer outbound. check-out */ |
| 90 | char Hyperlink; /* h: enable the display of hyperlinks */ |
| 91 | char Clone; /* g: clone */ |
| 92 | char RdWiki; /* j: view wiki via web */ |
| 93 |