Timeline
Not logged in

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

46 events for the month beginning 2019-02-01

Following month ↑
2019-02-27
19:12
(cherry-pick): Fix a mysterious bug in is_ticket() that was preventing me from updating the TCL repository. check-in: c460f94352 user: jan.nijtmans tags: branch-2.8
14:34
Update the version number to 2.9 for the next release cycle. Updates to the change log for 2.9. check-in: 6f60cb3881 user: drh tags: trunk
14:23
For the "fossil update" and "fossil checkout" commands, if a managed file is removed because it is no longer part of the target check-in and the directory containing the file is empty after the file is removed and the directory is not the current working directory and is not on the empty-dirs list, then also remove the directory. check-in: f132f86bbe user: drh tags: trunk
12:57
Merge the bug fix from trunk. Closed-Leaf check-in: 50995ed1ee user: drh tags: rmdir-on-update
12:08
Fix a mysterious bug in is_ticket() that was preventing me from updating the TCL repository. check-in: 70f3092207 user: drh tags: trunk
2019-02-26
20:35
Enhance the "fossil checkout" command to that it too cleans up directories that it makes empty. check-in: 95b700c2ab user: drh tags: rmdir-on-update
20:03
Fix the rmdir-on-update so that it works even if the update is occurring in a subdirectory of the repository. Do not remove the subdirectory that is the current working directory even if it is empty. check-in: 3275a94436 user: drh tags: rmdir-on-update
01:22
When doing a "fossil update" if files are removed from a directory, then try to delete that directory (if it is empty) at the end of the update, if the directory is not on the empty-dirs list. check-in: 43111aa939 user: drh tags: rmdir-on-update
2019-02-25
22:57
SQLite 3.27.2 check-in: 367831eaac user: jan.nijtmans tags: branch-2.8
17:01
Update the built-in SQLite to the latest trunk version that includes all of the fixes that were in the 3.27.2 release. check-in: 4d6086702e user: drh tags: trunk
15:10
Add extension functions delta_apply(), delta_create(), delta_output_size(), and delta_parse() to the SQL connection for the "fossil sql" command. check-in: effa89302a user: drh tags: trunk
2019-02-24
22:55
(cherry-pick): Make fossil work with Tcl 8.7 (still in alpha), even when Tcl is compiled with -DTCL_NO_DEPRECATED check-in: e869ad9c93 user: jan.nijtmans tags: branch-2.8
20:32
Update error message in 'loadTcl' to make it more concise. check-in: f2f01669d0 user: mistachkin tags: trunk
16:46
Make the --nossl and --nocompress server options available for CGI requests. Closed-Leaf check-in: a41ef5e6a2 user: florian tags: cgi-server-options
14:35
Merge trunk check-in: af9dabcbf0 user: jan.nijtmans tags: openssl-1.1
14:33
Make fossil work with Tcl 8.7 (still in alpha), even when Tcl is compiled with -DTCL_NO_DEPRECATED check-in: 08e63e1755 user: jan.nijtmans tags: trunk
2019-02-20
22:28
Formatting improvement for images shown by /artifact. check-in: 7b0dbe8079 user: drh tags: trunk
21:50
Always show the "Apply These Changes" button in the Wysiwyg editor. check-in: 5efd69e2ca user: drh tags: trunk
20:42
Start the version 2.9 change log. check-in: 29d5571898 user: drh tags: trunk
20:32
Fix the display of wiki and markdown on /artifact pages so that hyperlinks are shown as if relative to /doc/VERSION. check-in: 8af35d30a6 user: drh tags: trunk
15:25 Changes to wiki page "Release Build How-To" artifact: e2f58c18e3 user: drh
15:21 Changes to wiki page "Release Build How-To" artifact: 9fea3ce9c1 user: drh
15:01
Version 2.8 check-in: f8d7f76bfd user: drh tags: trunk, release, version-2.8
2019-02-18
22:37
Fix the handling of manifest files for the "tag" and "amend" commands. check-in: 5e20a4f7a8 user: drh tags: trunk
21:04
Tweaks to the change log in preparation for 2.8. check-in: dbf342e763 user: drh tags: trunk
20:44
Allow arguments with non-ASCII characters for constructed shell commands. check-in: 72e4b915fd user: drh tags: trunk
19:17
Include 'nonce' TH1 variable in the custom skin documentation. check-in: 02367341b6 user: mistachkin tags: trunk
19:09
When rendering the default header via TH1, allow the default Content-Security-Policy content to be overridden via the 'default_csp' variable. Also, add the 'nonce' command to TH1. check-in: 8a65cd1831 user: mistachkin tags: trunk
2019-02-17
07:47
Make sure the TH1 interp is available before trying to use it. Closed-Leaf check-in: 600accbec3 user: mistachkin tags: dynamicCsp
07:24 Edit [0b885bb952c66baa|0b885bb952]: Edit check-in comment. artifact: d83678c767 user: mistachkin
07:16
Add the 'nonce' command to TH1. Improve clarity of the 'default_csp' variable handling and add comments. check-in: 68e6b07eba user: mistachkin tags: dynamicCsp
06:18
Skip setting the 'default_csp' TH1 variable if it already exists (e.g. it was manually overridden via the TH1 setup script). check-in: 0b885bb952 user: mistachkin tags: dynamicCsp
05:32
Merge updates from trunk. check-in: cb881aab33 user: mistachkin tags: dynamicCsp
2019-02-15
21:20
Show the SCGI environment variable value on the /test_env page if that variable exists. check-in: f59faedb71 user: drh tags: trunk
20:51
When rendering the default header via TH1, allow the default Content-Security-Policy content to be overridden via the 'default_csp' variable. check-in: 0fe4c7d973 user: mistachkin tags: dynamicCsp
2019-02-08
13:28
Update the built-in SQLite to version 3.27.1. check-in: cf6682b1e1 user: drh tags: trunk
2019-02-07
17:42
Allow arguments with non-ASCII characters for constructed shell commands, as reported here: https://fossil-scm.org/forum/forumpost/81e6854386. Closed-Leaf check-in: a5ff00506b user: florian tags: non-ascii-cmd-args
17:39
Backout [6e80af7e52], as this branch enables the 'reparent' command to work without an open check-out. Closed-Leaf check-in: 3580fce8fb user: florian tags: tag-cmd-manifest-updates
17:37
For the 'amend' command, enable updating the "manifest" files with an open check-out. check-in: 05c1e3b958 user: florian tags: tag-cmd-manifest-updates
17:34
For the 'tag' command, omit updating the "manifest" files without an open check-out, as reported here: https://fossil-scm.org/forum/forumpost/dc06c157e5. check-in: f97700680a user: florian tags: tag-cmd-manifest-updates
17:18
Update the built-in SQLite to the official 3.27.0 release version. check-in: c56fce69f1 user: drh tags: trunk
00:01
Several improvements to the discussion of building against OpenSSL in www/ssl.wiki. check-in: 48b74fce3c user: wyoung tags: trunk
2019-02-05
20:54
Update the built-in SQLite to the latest 3.27.0 beta for testing. check-in: 1dbf923cbe user: drh tags: trunk
15:49
Fix the unified diff output so that it conforms with established conventions. check-in: 7fd2a3652e user: drh tags: trunk
15:43
Enhance the "reconstruct" command so that sets the correct hash policy for artifacts read from disk. check-in: 93bb323192 user: drh tags: trunk
2019-02-01
15:55
Update the built-in SQLite to the latest 3.27.0 alpha. check-in: 6ba52d791f user: drh tags: trunk
Previous month ↓