Fossil

Timeline
Login

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

53 events for the month beginning 2021-02-01 by user drh

Following month ↑
2021-02-26
13:27
Disable the permuted index from the main documentation page, as moderns do not understand indexes. Replace it with a simple list of documents. People can use Ctrl-F or the "Search" box for search. ... (check-in: 47a4c4cba9 user: drh tags: trunk)
2021-02-25
16:11 Closed ticket [1678e6e84b]: Chat doesn't recognize logged in users plus 5 other changes ... (artifact: bae33ec906 user: drh)
2021-02-22
18:43
Update the built-in SQLite to the latest 3.35.0 alpha that includes support for the MATERIALIZED hints. ... (check-in: d07cbeda71 user: drh tags: trunk)
2021-02-19
14:58
Update the built-in SQLite to the latest 3.35 alpha including CLI enhancements and DROP COLUMN support. ... (check-in: 736e5c892b user: drh tags: trunk)
2021-02-18
14:02 Closed ticket [f105c7e9a6]: chat poll results in segfault plus 6 other changes ... (artifact: be65e031a7 user: drh)
13:10
Fix the "fossil git export" command so that it returns a non-zero exit code if the "git push" command fails. ... (check-in: da5faf18c3 user: drh tags: trunk)
2021-02-14
02:16
Update the built-in "pikchr" to a version that supports the "this" objectname. ... (check-in: f260b75fb9 user: drh tags: trunk)
2021-02-13
14:05
Do not omit the [..] around hyperlinks in chat. ... (check-in: bd67c3cdf0 user: drh tags: trunk)
2021-02-11
18:01
Update the windows makefiles so that they expect in-tree OpenSSL in the directory "compat/openssl", not in "compat/openssl-$VERSION". ... (check-in: 0703d4dc5a user: drh tags: trunk)
17:17
Adjust the default mainmenu setting so that Setup is desktoponly and Login/Logout is wideonly. The current expectation is that admins will edit the mainmenu by removing lines. ... (check-in: d7e4b485ac user: drh tags: trunk)
14:57
Refinements to built-in skins to try to get them all working reasonably on mobile. ... (check-in: 0a7a86c428 user: drh tags: trunk)
14:33
Simplify the palette of built-in skins by combining "original", "enhanced1", and "rounded1" into just "original" and combining "blitz_no_logo" into "blitz". Update all built-in skins so that they sitemap is accessible from the menu by default. ... (check-in: 22fb2de45e user: drh tags: trunk)
03:01
Add the "lappend" TH1 command. All built-in skins now respond to the "desktoponly" and "wideonly" classes on the main menu. ... (check-in: d4c91b40a4 user: drh tags: trunk)
00:35
Improved hover colors for tree-view and file-ages in the darkmode skin. ... (check-in: eb5356185e user: drh tags: trunk)
2021-02-10
23:53 Fixed ticket [15d04de574]: Manifest parsing does not validate sort order plus 4 other changes ... (artifact: 79e7d85c40 user: drh)
23:53
Do a better job of detecting misformatted structural artifacts and reporting the error. Ticket [15d04de574383d61]. ... (check-in: 023fddeec4 user: drh tags: trunk)
23:49
Give a better error message if structural artifact cards are out-of-order. ... (Closed-Leaf check-in: 72f5101ef0 user: drh tags: manifest-sort-check)
23:34
Modify the out-of-order card detection in the structural artifact parser to allow N and P cards of a technote to be in the wrong order. [15d04de574383d61|Ticket 15d04de574383d61]. ... (check-in: 36620b74a4 user: drh tags: manifest-sort-check)
14:00
Show the login name on /sitemap for logged in users. ... (check-in: 480aa68d65 user: drh tags: trunk)
13:51
Zero return code on a "fossil commit --dry-run". Per [forum:/forumpost/74dfbfaf3e|request] on the forum. ... (check-in: 661bd94920 user: drh tags: trunk)
12:02
Make the timeline-default-length setting accessible on the timeline configuration page. Make it default to 50, not 10. ... (check-in: 8efc4d548c user: drh tags: trunk)
01:38
More CSS tweaks to darkmode. Add the hamburger menu to the khaki skin. Minor styling tweak to plain_gray. ... (check-in: eb8af11bf3 user: drh tags: trunk)
00:43
More tweaks to the CSS for darkmode. ... (check-in: 9f43fca0eb user: drh tags: trunk)
00:30
A few tweaks to the darkmode skin. ... (check-in: 1adcb8a49b user: drh tags: trunk)
00:12
First attempt at a new "darkmode" skin. Based on the skin found in libfossil, but with the title centered and a hamburger menu added, as well as a few other tweaks. More tweaking is needed. ... (check-in: 1e815c46d0 user: drh tags: trunk)
2021-02-09
21:15
Merge changes to normalize the URL of HTTP requests. ... (check-in: 7e93701294 user: drh tags: trunk)
21:10 Edit [2db27a71877621b4|2db27a7187]: Move to branch normalize-urls. ... (artifact: 0fc8883314 user: drh)
21:08
Always normalize the HTTP_HOST to lower case, removing any final "." or final ":80". ... (Closed-Leaf check-in: 2db27a7187 user: drh tags: normalize-urls)
18:46
Attempt to documentation and rationalize the "redirect:" CGI option. ... (check-in: 95010490aa user: drh tags: trunk)
13:34
The canonical Fossil homepage is now https://fossil-scm.org/home without the "www." in the domain and with the main path at /home, not /index.html or /fossil. Update all URLs in documentation to reflect this fact. ... (check-in: 09908ab058 user: drh tags: trunk)
2021-02-08
21:18
Still more fixes to the "redirect: * URL" mechanism of CGI. ... (check-in: d6f9c566af user: drh tags: trunk)
21:02
Fix the "redirect: * URL" mechanism of CGI scripts. ... (check-in: dd6b2987cd user: drh tags: trunk)
18:51
When accessing using /draftN or /skn_X URL extensions, omit those extensions from the zBaseURL that is recorded in the config table. ... (check-in: acb4397ee5 user: drh tags: trunk)
17:29
Enhance the /cookies webpage to show all cookies and give the user an opportunity to delete them. ... (check-in: 7b00defa9d user: drh tags: trunk)
16:36
Set the optimize-for-size option on the compiler for MSVC builds. ... (check-in: 734561ed24 user: drh tags: trunk)
2021-02-07
14:59
Fix a typo on the homepage. ... (check-in: eb1a722f4e user: drh tags: trunk)
13:46 Changes to wiki page "Release Build How-To" ... (artifact: 548a9e17e2 user: drh)
13:08
Fix harmless compiler warnings in the embedded SQLite. ... (check-in: c577aae0a3 user: drh tags: trunk)
2021-02-06
23:35
Add /opt/homebrew/opt/openssl to the list of directories checked for the OpenSSL library by the configure script. See [forum:/forumpost/9496e81a51|forum post 9496e81a51]. ... (check-in: 17af40efff user: drh tags: trunk)
13:17 Edit [32ab3d23ed799f5f|32ab3d23ed]: Mark "Closed". ... (artifact: 6042ceffa0 user: drh)
13:17
Add the --mainmenu option to the various web interface commands, to override the main menu for testing purposes. ... (check-in: 73ca280af9 user: drh tags: trunk)
09:24
Remove obsolete chat scripts from the tools/ folder. ... (check-in: c2961945df user: drh tags: trunk)
09:17
Add the "tools/co-rsync.tcl" script for syncing one checkout directory into another. Requires rsync on both local and remote. ... (check-in: 1c33969bf4 user: drh tags: trunk)
08:01
I am convinced by the [forum:/forumpost/4f8e128413|forum discussion] to back out the "fossil changes --scp" change and instead add a separate TCL script that accomplishes what is needed. ... (check-in: e51531c15d user: drh tags: trunk)
2021-02-05
20:54
The "fossil changes --scp REMOTE" command causes all local changes to be copied over to REMOTE. ... (check-in: 90ae5bbf94 user: drh tags: trunk)
18:27
Update the built-in SQLite to a 3.35.0 alpha that includes the revised RETURNING clause prototype that embargoes output until all changes have completed. This is for testing of SQLite. The change should not affect Fossil in any way. ... (check-in: 1ba06268ad user: drh tags: trunk)
2021-02-04
01:00
Split off the automatic background color chooser into a separate source file "color.c". Add a separate routine "user_color()" to choose background colors based on user name. Abandon the "color-hash-seed" setting. Instead, provide the "user-color-map" setting for overriding the automatic color choices for a few users, which color collisions occur between key project members. ... (check-in: da0d7f7460 user: drh tags: trunk)
00:58 Edit [4d0af2a68f068824|4d0af2a68f]: Move to branch user-color-revamp. ... (artifact: 2bd61a71bf user: drh)
00:58
Oops. Add in the omitted "color.c" source file. ... (Closed-Leaf check-in: 54509f8bed user: drh tags: user-color-revamp)
00:57
Split off the automatic background color chooser into a separate source file "color.c". Add a separate routine "user_color()" to choose background colors based on user name. Abandon the "color-hash-seed" setting. Instead, provide the "user-color-map" setting for overriding the automatic color choices for a few users, which color collisions occur between key project members. ... (check-in: 4d0af2a68f user: drh tags: user-color-revamp)
2021-02-03
23:51
Paint backgrounds with the hash_color for the login name when the "ubg" query parameter is given on the /setup_ulist page. ... (check-in: eb1415d8c5 user: drh tags: trunk)
14:23
Disable triggers using SQLITE_DBCONFIG_ENABLE_TRIGGERS for defense in depth. SQLite 3.35.0 is required due to Fossil's use of TEMP triggers. Also, use the new RETURNING clause for queries where it makes sense, again requiring SQLite 3.35.0. ... (check-in: 8a3dc1a975 user: drh tags: trunk)
13:38
Update the built-in SQLite to the latest 3.35.0 alpha that includes support for RETURNING and the ability to use TEMP triggers even if SQLITE_DBCONFIG_ENABLE_TRIGGER is off. ... (check-in: 60b8c71b00 user: drh tags: trunk)
Previous month ↓