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'.

stephan 2025-07-21 13:20 trunk
Commit 638b7e094b899a5c87d4a3732cf57318893449e5791cd94f909e2d1014509eb3
1 file changed -1
-1
--- src/main.c
+++ src/main.c
@@ -83,11 +83,10 @@
8383
*/
8484
struct FossilUserPerms {
8585
char Setup; /* s: use Setup screens on web interface */
8686
char Admin; /* a: administrative permission */
8787
char Password; /* p: change password */
88
- char Query; /* q: create new reports */
8988
char Write; /* i: xfer inbound. check-in */
9089
char Read; /* o: xfer outbound. check-out */
9190
char Hyperlink; /* h: enable the display of hyperlinks */
9291
char Clone; /* g: clone */
9392
char RdWiki; /* j: view wiki via web */
9493
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button