Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

15 check-ins using file src/forum.c version 9ae30b7376

2020-03-12
18:17
Repurposed the check for "d" cap in the Security Audit page to warn that it should be removed from use. It checks the anonymous, developer, and reader users for it only, not any one-off uses. It also doesn't check Setup or Admin, but presumably whatever we reuse "d" for in the future will be granted to them by default. Closed-Leaf check-in: 8059b9cac1 user: wyoung tags: eradicate-d-cap
18:03
Added comments and documentation for the removal of d cap. check-in: 7454cce841 user: wyoung tags: eradicate-d-cap
18:02
Removed a "#if 0" related to this branch. check-in: dfa6609a9a user: wyoung tags: eradicate-d-cap
17:02
Removed the favicon byte array added in support of the /favicon.ico URL handler. It's unused since [81b3ce3a1350eaa9], when that page began serving a GIF and now gets the same data from the aLogo byte array. check-in: 1b63f6894f user: wyoung tags: trunk
16:56
An extension of [3941824d] to remove all mention of 'd' capability from the code, not just ifdef or comment it out. Also removes it from the docs and from the default capability set for Developer, dei -> ei. check-in: 55a7643938 user: wyoung tags: eradicate-d-cap
10:50
Omit the 'd' capability (the ability to delete wiki and tickets). This capability does not do anything. Apparently, it is a hold-over from the old CVSTrac code. check-in: 3941824d85 user: drh tags: trunk
01:50
This change is not quite right. Harmless, but ineffective. Was: The 'b' capability should not imply "write" for tickets or wiki unless it is accompanied by the 'w' or 'k' capabilities. Leaf check-in: ba56f5e5cc user: drh tags: mistake
00:57
Fix a long-standing error in a printf() specification on the /artifact_stats page that only caused problems when compiling on 32-bit windows using mingw32. check-in: afb4f74808 user: drh tags: trunk
00:44
Add the "gather_artifact_stats()" SQL function to the "fossil sql" command. This function invokes the gather_artifact_stats() C-language routine in order to populate the temporary ARTSTAT table. check-in: 6e890f737f user: drh tags: trunk
2020-03-08
07:20
Fix typo in data-sortkey. check-in: 88b8df356b user: ashepilko tags: trunk
2020-03-07
22:14
option to separate filenames w/ NULL instead of whitespace. Eases operations w/ whitespace-containing filenames check-in: 6e88c64bb2 user: bch tags: NULLSeparated
16:56
Use SHA3 to identify unversioned files, if the hash policy is sha3 or higher. check-in: 17525ceddb user: drh tags: trunk
12:21
Back out the attempt to fix excess line ending whitespace because that check-in mangled some text and inserted unwelcomed unicode characters. check-in: fd1282e685 user: drh tags: trunk
12:06
Change the default favicon.ico to an actual GIF image of the Fossil lizard. check-in: 5ca0a05a80 user: drh tags: trunk
2020-03-06
17:27
Limit the max length of new forum thread's title. check-in: 81fb5e7600 user: ashepilko tags: trunk