Fossil

Timeline
Login

Timeline

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

36 check-ins using file src/db.c version d75f4c68

2020-03-13
18:09
Provide a "source" link on Wiki/Markdown forum pages that shows the original unformatted source text for that post. ... (check-in: cc46524f user: drh tags: trunk)
17:18
In the "test-forumthread" command, if the thread-id argument is omitted show a list of all available threads. ... (check-in: 98270ad6 user: drh tags: trunk)
15:44
Improve the the UX user self-management in the default skin. ... (check-in: 2ee58cf5 user: drh tags: trunk)
14:23
Proposed fix to the UX bug on "Logout" with the default skin, per https://sqlite.org/forum/forumpost/ee69ac2ed3 ... (Closed-Leaf check-in: 35d8736b user: wyoung tags: logout-link-on-name)
01:25
Added documentation for the other legal values for event.type in the "y" parameter to /timeline.rss. ... (check-in: 4a70f948 user: wyoung tags: trunk)
2020-03-12
22:53
Show the title of a forum thread without truncation. ... (check-in: 81d66a35 user: ashepilko tags: trunk)
18:43
Add /forummain as an alias for /forum. ... (check-in: 4b82e96a user: drh tags: trunk)
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: 1b63f689 user: wyoung tags: trunk)
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: 3941824d 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: ba56f5e5 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: afb4f748 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: 6e890f73 user: drh tags: trunk)
2020-03-08
07:20
Fix typo in data-sortkey. ... (check-in: 88b8df35 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: 6e88c64b user: bch tags: NULLSeparated)
16:56
Use SHA3 to identify unversioned files, if the hash policy is sha3 or higher. ... (check-in: 17525ced 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: fd1282e6 user: drh tags: trunk)
12:06
Change the default favicon.ico to an actual GIF image of the Fossil lizard. ... (check-in: 5ca0a05a user: drh tags: trunk)
2020-03-06
17:27
Limit the max length of new forum thread's title. ... (check-in: 81fb5e76 user: ashepilko tags: trunk)
17:08
Improve truncation of UTF-8 encoded title using a function by @florian.balmer per https://fossil-scm.org/forum/forumpost/6d90d5d99c ... (check-in: d076853d user: ashepilko tags: trunk)
10:07
Update to Unicode-13 ... (check-in: b70a76e3 user: jan.nijtmans tags: trunk)
10:06
eol-spacing in documentation ... (check-in: d65540f5 user: jan.nijtmans tags: trunk)
2020-03-04
13:51
New documentation crosslinks. ... (check-in: abf865bb user: drh tags: trunk)
2020-03-03
20:53
Various minor documentation enhancements. ... (check-in: 78746646 user: drh tags: trunk)
19:13
Properly truncate a UTF-8 encoded title using a function by @florian.balmer per http://fossil-scm.org/forum/forumpost/52b141aa91 ... (check-in: 35ad8eca user: ashepilko tags: trunk)
14:35
Fix the mimetype for /favicon.ico. ... (check-in: 00e2f051 user: drh tags: trunk)
2020-03-02
15:41
Trying to improve the documentation for skin development. This is a work-in-progress. ... (check-in: 2698c16b user: drh tags: trunk)
12:57
Add the /favicon.ico web page. ... (check-in: 81b3ce3a user: drh tags: trunk)
12:50
When viewing a forum thread, use the title of the thread as the page title. ... (check-in: 59f126d9 user: drh tags: trunk)
2020-02-29
19:32
Properly truncate a forum thread's title when is UTF-8 encoded. ... (Closed-Leaf check-in: 4b12ad0e user: ashepilko tags: forumthread-title)
2020-02-28
21:53
Include forum thread's title in its page title. ... (check-in: 9559bdb6 user: ashepilko tags: forumthread-title)
21:51
Create new branch named "forumthread-title" ... (check-in: 33c4c9d2 user: ashepilko tags: forumthread-title)
2020-02-27
19:16
More information on Setup and in Security-Audit to help admins configure Public Pages with the correct capabilities. ... (check-in: 0c374456 user: drh tags: trunk)
17:07
Update the built-in SQLite to an early alpha for 3.32.0, for testing. ... (check-in: d239550e user: drh tags: trunk)
2020-02-26
15:59
Updates to the change log. ... (check-in: 13919ef8 user: drh tags: trunk)
15:23
Implement the --keep-merge-files option for the merge and update commands. Merge-conflict files are omitted without this option. The merge conflict files continue to exist for the stash command. ... (check-in: d20ead10 user: drh tags: trunk)
14:28
Put the Content-Security-Policy in the HTTP reply header in addition to the HTML header. That way, the CSP is enforced even for raw HTML pages or if the skin provides an HTML header that omits the CSP. Add a new "default-csp" setting included with the skin that allows an administrator to change the CSP to allow for CDNs and such. ... (check-in: 14c81d9d user: drh tags: trunk)