Fossil

Timeline
Login

Timeline

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

50 most recent events occurring on or after 2021-01-11 13:57:44.

2021-01-25
19:11
Add the hamburger menu to the ardoise skin. ... (check-in: b20654662e user: drh tags: trunk)
18:57
Hamburger menu enhancements: (1) Rename the JS to src/hbmenu.js (2) Make the JS independent of TH1 so that it can be loaded using builtin_request_js(). (3) Add a new TH1 command that invokes builtin_request_js(). (4) Revise the default and plain_gray skins to make use of the previous. ... (check-in: 9cd74289c0 user: drh tags: trunk)
18:54
Fix the makefile in the previous check-in. ... (Closed-Leaf check-in: 5fbc3b300b user: drh tags: standard-hbmenu)
18:54 Edit [d39732b714c5cdcc|d39732b714]: Move to branch standard-hbmenu. ... (artifact: dbfe5c672a user: drh)
18:52
Enhance the hamburger menu JS so that it does not require TH1 support and can be independently loaded. Rename the hamburger menu JS to src/hbmenu.js. Add the new "builtin_request_js" TH1 command to request JS loading, and use that command in the default and plain_gray skins to access the common hbmenu.js code. ... (check-in: d39732b714 user: drh tags: standard-hbmenu)
18:29
Fix the selector for the CSS rules on the hamburger menu so that "hddrop" can be outside of "mainmenu". ... (check-in: 18e2f5337f user: drh tags: trunk)
17:49 Edit [2d2d647390d0fba9|2d2d647390]: Edit check-in comment. ... (artifact: a1c56fa849 user: stephan)
17:45
Fix a NULL pointer deference in the "fossil search" command, as reported by [forum:/forumpost/2825291cf4|forum post 2825291cf4] ... (check-in: 2d2d647390 user: drh tags: trunk)
16:52
Get the hamburger menu working for the "plain_gray" skin. ... (check-in: fa8be1ace6 user: drh tags: trunk)
2021-01-21
23:34
Increase the version number to 2.15 to begin the next development cycle. ... (check-in: 81a2e63be3 user: drh tags: trunk)
23:33
Add the --list option to the "tarball", "zip", and "sqlar" commands. Also rig those commands so that if the output filename is an empty string or "/dev/null" then they do not actually form the output archive. ... (check-in: c88880fa8a user: drh tags: trunk)
2021-01-20
19:19
Merge version-2.14 ... (check-in: 0e31c8d258 user: george tags: wiki-history)
15:34
Version 2.14 ... (check-in: 487776dc45 user: drh tags: trunk, release, version-2.14)
12:16
Enhancements to the change log. Mention SQLite 3.35 and Fossil performance optimizations. ... (check-in: fc8452b13f user: drh tags: trunk)
02:09
Enable [https://sqlite.org/pragma.html#pragma_secure_delete|secure_delete] when deleting chat messages, so that there are no forensic traces left behind. ... (check-in: 12a120dd37 user: drh tags: trunk)
2021-01-19
08:36 Edit [1743f89a0a89539e|1743f89a0a]: Move to branch mistake. Edit check-in comment. ... (artifact: 2ee50d7502 user: drh)
08:09
Adjustments to [fb3dabd5c4bf638] so that the hue of the automatic colors is the same, and only the saturation and value are adjusted. In other words, ensure that historical hues are not modified by that change. <b>Edit:</b> The previous check-in seems to have more historically consistent colors, so we will continue with that for now. ... (Leaf check-in: 1743f89a0a user: drh tags: mistake)
2021-01-18
23:46 Edit [fb3dabd5c4bf638c|fb3dabd5c4]: Edit check-in comment. ... (artifact: 9073d148a7 user: drh)
23:29
Adjust automatically chosen colors to be less saturated, and easier to read. ... (check-in: fb3dabd5c4 user: drh tags: trunk)
15:02
Update the built-in SQLite to the latest 3.35 alpha version that uses the EXISTS-to-IN optimization. EXISTS operators are used a lot in Fossil, so Fossil should give the new optimization a good real-world test. ... (check-in: 74dd3187a9 user: drh tags: trunk)
04:32
Added --no-print-result flag to test-th-source to suppress output of final result, as the default behavior sometimes causes duplicate output of the last expression. ... (check-in: 817c643435 user: stephan tags: trunk)
2021-01-17
23:36
Minor wording tweaks to various documentation files. ... (check-in: 5aa71f59b7 user: drh tags: trunk)
2021-01-15
20:48
Add para on git forking as siloed development enthusiastically adopted by github, who promote their public project count (currently 43 million according to the link.) ... (check-in: a54732919d user: danshearer tags: trunk)
15:22
Clarified a few points in the javascript.md doc ... (check-in: 7b51e27f43 user: wyoung tags: trunk)
15:11
Fixed an unwanted hard line break in javascript.md ... (check-in: c31d5ba4b9 user: wyoung tags: trunk)
15:04
Added "chat" to the list in javascript.md ... (check-in: debb410e9b user: wyoung tags: trunk)
14:55
Broken hyperlink fix ... (check-in: 20c193d8d4 user: wyoung tags: trunk)
14:54
Rewrote a point in favor of Ajax in the JS doc to clarify it and avoid repeating a sub-point previously made. ... (check-in: a9352a280e user: wyoung tags: trunk)
14:51
Tiny tweaks to fossil-v-git.wiki ... (check-in: 6e443dfd97 user: wyoung tags: trunk)
13:25
Improve wiki explanation for how home pages work with embedded documents. Change example for home page in setup.c to be trunk, not whatever branch happens to be latest. ... (check-in: b32461f72d user: danshearer tags: trunk)
12:59
Update the built-in linenoise code to the latest from the canonical website: [https://github.com/antirez/linenoise]. ... (check-in: a424972e96 user: drh tags: trunk)
11:16
Break overlong line. ... (check-in: 76c81e0359 user: danield tags: trunk)
02:44 Closed ticket [5facaed0db]: it's broken plus 4 other changes ... (artifact: f69aa811ad user: drh)
2021-01-14
23:51
Enhance the "fossil checkout" documentation to discourage newbies from using it. ... (check-in: 1bdd48532d user: drh tags: trunk)
20:51
Fix the JSON string encoder so that it works for non-BMP unicode characters. ... (check-in: 006b908e0c user: drh tags: trunk)
19:32
Updated doc references to Fossil 2.14 to be less tentative, now that it's imminent. ... (check-in: 9650c739dd user: wyoung tags: trunk)
16:17
New www/co-vs-up.md doc, which should've been part of commit [a5ea7891]. (D'oh!) ... (check-in: 863fdca4a9 user: wyoung tags: trunk)
15:36
Added the "Colorized Diffs" section to the gitusers doc. ... (check-in: f9e3a59174 user: wyoung tags: trunk)
15:13
Added the "Update vs Pull" section to the gitusers doc. ... (check-in: eadc427d3e user: wyoung tags: trunk)
14:53
Extracted the "fossil up" vs "fossil co" discussion in gitusers.md to a separate document, since it's of broader interest than just in comparisons to Git. This freed me to expand the comparison. ... (check-in: a5ea789159 user: wyoung tags: trunk)
14:00
Clarified the intro to the gitusers doc. ... (check-in: 99117745c4 user: wyoung tags: trunk)
11:15
Fixed a couple C99-isms reported at [https://fossil-scm.org/forum/forumpost/487f05e382 | /forumpost/487f05e382]. ... (check-in: a7af387dd8 user: stephan tags: trunk)
2021-01-13
13:34
Fix unintentional fork. ... (check-in: c21f739753 user: danield tags: trunk)
13:24
Move line separator into format strings for timeline formatting. ... (check-in: 0eed0f130e user: danield tags: trunk)
13:23
Added missing help text reference to --type f (forum post) in timetype --type flag. ... (check-in: 40799f8bbd user: stephan tags: trunk)
2021-01-12
16:00
Fix typos in Markdown and Wiki pages. ... (check-in: e755561d73 user: danield tags: trunk)
13:50
Fix typos in help and other console output. ... (check-in: 2f78b2cb41 user: danield tags: trunk)
02:28
Fix typo on the homepage. ... (check-in: 808127afa2 user: drh tags: trunk)
00:11
Minor editorial improvements to chat documentation ... (check-in: 9428699039 user: andygoth tags: trunk)
2021-01-11
13:57 Edit [f2ec37e45e1ed2c1|f2ec37e45e]: Edit check-in comment. ... (artifact: 3fe9b1ab6e user: drh)