Timeline
Not logged in

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

73 events for the month beginning 2020-05-01 by user drh

Following month ↑
2020-05-29
17:57
Correction to the /thisdayinhistory page so that it shows the first day of the project on the anniversary of the project. check-in: 018db17c54 user: drh tags: trunk
16:46
Update the built-in SQLite to the latest trunk code that includes the new ".mode table" command for formatting output from the CLI. check-in: f6a99292c9 user: drh tags: trunk
10:32
Remove an incorrect foreign key from the mlink table. Many of the other foreign keys are syntactically correct, but Fossil uses numeric 0 instead of NULL to mean "no reference", which is semantically wrong. We should try to fix that at some point, perhaps. Or enhance SQLite so that it is able to interpret 0 values on a FK reference to an INTEGER P... check-in: 1f5af80047 user: drh tags: trunk
2020-05-28
17:37
Updates to the doc/hashes.md document. check-in: 364307951c user: drh tags: trunk
15:46
Updates the email-sender TCL script so that it appends a "-f" argument to sendmail which is the "From:" email address. check-in: a52499fdc4 user: drh tags: trunk
14:58
Initial infrastructure for a command-line version of the security audit page. Leaf check-in: dba4c4f2c4 user: drh tags: audit-command
14:20
Enhance codecheck1.c to check recently added varargs functions. check-in: b17aba9e20 user: drh tags: trunk
12:05
Add a notification that online file editing is enabled to the security audit. check-in: a80861de03 user: drh tags: trunk
11:49
Disable all access to the /fileedit page and its associated AJAX entry points if the user lacks write privilege or if file editing is not enabled. check-in: f231239780 user: drh tags: trunk
2020-05-27
13:48 Added wiki page "branch/auto-webpage-txn" artifact: 2f26db9133 user: drh
13:28
Demonstrate how the mkindex.c utility could be extended to automatically put a complete web-page construction inside a transaction. Closed-Leaf check-in: 67c420402f user: drh tags: auto-webpage-txn
2020-05-26
18:30
Fix a bug in the "Delete Ad-Unit" button in the setup pages. check-in: 48dca1b4c9 user: drh tags: trunk
15:54
Update the version number to 2.12 as we begin the next release cycle. check-in: ad9295fd59 user: drh tags: trunk
15:54
Attempt to fix markdown rendering so that it correctly ignores table column separators that are contained without "code-span" back-ticks. check-in: d6058989ed user: drh tags: trunk
2020-05-25
23:40
Update the changes log to include a date for 2.11 and to add a place-holder to begin recording 2.12 changes. check-in: 87e3ad3132 user: drh tags: trunk
23:23
Version 2.11 check-in: 4df919803b user: drh tags: trunk, release, version-2.11
17:28
Update the built-in SQLite to version 3.32.1. check-in: bb713f1337 user: drh tags: trunk
2020-05-22
17:54
Update the built-in SQLite to version 3.32.0. check-in: f82e054fd6 user: drh tags: trunk
16:19
Clean shutdown in the "fossil sql" command. check-in: fbb15cc4a8 user: drh tags: trunk
12:26
For Download links, only include the tail-name of the file in the Content-Disposition header. check-in: 0feb412869 user: drh tags: trunk
00:27
Add CSS rules to limit the width of input and textarea items to 95% of the available screen width. check-in: dbcfcef7ac user: drh tags: trunk
2020-05-21
23:59
Change a case of isalnum() to fossil_isalnum(). check-in: 02e7c86b3f user: drh tags: trunk
23:56
Add a Content-Disposition: header to the HTTP reply for the "Download" button. check-in: 34cb4766f1 user: drh tags: trunk
17:19 Edit [232033c98bff91e2|232033c98b]: Move to branch mistake. Mark "Closed". Edit check-in comment. artifact: 9363b556f7 user: drh
17:12
This does not work. Was: Alternative way of fixing Download links that provides web-browsers with a suggested filename for saving the file. Closed-Leaf check-in: 232033c98b user: drh tags: mistake
13:00
Fix the URL on some Download submenu links. check-in: 9d18585d54 user: drh tags: trunk
2020-05-20
06:50 Changes to wiki page "Release Build How-To" artifact: 9aee069e71 user: drh
2020-05-19
18:01 Changes to wiki page "Release Build How-To" artifact: 6fd69490dc user: drh
16:51
Update the built-in SQLite to the third beta for 3.32.0. check-in: a8098efebf user: drh tags: trunk
2020-05-18
11:48
When compiling with older versions of OpenSSL that do not support SHA256, hash certs using SHA1 instead. check-in: 64d79ad457 user: drh tags: trunk
10:55
Fix harmless compiler warnings in http_ssl.c that occur when building without SSL support. check-in: b2824009b2 user: drh tags: trunk
2020-05-17
20:38
Allow unversioned files to be identify by hash in addition to name. For the /uv webpage, when a file is identify by hash it has a long expiration time. check-in: b5ab1ebe5e user: drh tags: trunk
16:33
Update the built-in SQLite to the second 3.32.0 beta, for testing. check-in: 5181332eb5 user: drh tags: trunk
12:59
Fix and improve comments associated with the previous check-in. check-in: 3cbf02aceb user: drh tags: trunk
12:55
Improvements to the skin_id() routine. check-in: 56ad55415f user: drh tags: trunk
2020-05-16
01:08
Integrate ARIA suggestions from Peter Laursen. check-in: 7dd07b2e01 user: drh tags: trunk
2020-05-15
13:49
Typo fix on the homepage. check-in: 5f66f28806 user: drh tags: trunk
2020-05-14
17:03
Fix the upper bound on the number of digits of hash to display so that it can display full-length SHA3-256 hashes. check-in: 311aa9dd67 user: drh tags: trunk
2020-05-13
18:49
Update the built-in SQLite with the patch to support the IIF() function. check-in: 6fa4d92e6a user: drh tags: trunk
12:15 Changes to wiki page "To Do List" artifact: f7c452b958 user: drh
11:59
Add the --db-only and --quick options to the test-integrity command. check-in: 6711b22251 user: drh tags: trunk
11:47
Add the "current_checkout" variable to TH1 prior to running style_header() on some pages. The default skin uses this variable to adjust the meaning of the "File" menu option. check-in: 78abc282df user: drh tags: trunk
2020-05-12
11:20
Proof of concept for making the "File" menu on the standard menu bar show the files for the currently displayed checkin or branch, rather than always showing the files for "tip". Closed-Leaf check-in: 96e74ad13c user: drh tags: context-dependent-files-menu
00:21
Extra comment in the code for the m=checkin with t=release feature of /timeline. check-in: 461d4f41d5 user: drh tags: trunk
00:01
Fix broken Annotate and Blame links on the /file page. check-in: 69e596e5d2 user: drh tags: trunk
2020-05-11
23:57
In the /timeline, the t=TAG and m=HASH options can be used together and both all TAGs and the HASH will both be shown. Useful to get context of an historical checkin X relative to releases using "m=X&t=release". check-in: 03f7bcb463 user: drh tags: trunk
22:53
Continue the file browsing UX enhancements into the /tree and /fileage pages check-in: 92fe4a5441 user: drh tags: trunk
20:56
Fix busted hyperlinks on the /file page, caused by recent enhancements. check-in: f4a9221ad5 user: drh tags: trunk
20:13
Carry the file browsing UX improvements through into the /dir page. check-in: 4977765e6c user: drh tags: trunk
19:31
Fix a busted hyperlink in the /file page. check-in: af204596d4 user: drh tags: trunk
19:24
Fix a compiler warning in the previous check-in. check-in: e07b10919b user: drh tags: trunk
19:24
Further enhancements to the file browsing UX. check-in: cd05cb20db user: drh tags: trunk
18:12
Continuing UX improvements on the /file, /artifact, and /whatis pages. More needs to be done. check-in: 1b5d0b0e18 user: drh tags: trunk
2020-05-10
15:29
Fix a null-pointer reference and segfault in /file if the filename= query parameter is used with ci= and without name=. check-in: 26011322cd user: drh tags: trunk
15:06
Include the login name as part of the ETag hash for ETAG_QUERY. That way, the hash will change if the user logs in or logs out, and the page will be recomputed. check-in: 18aec6b9a8 user: drh tags: trunk
14:51
Shift the computation of the hash returned by fossil_exe_id() from run-time to compile-time. check-in: 22fc5a792c user: drh tags: trunk
13:58
Add the fossil_exe_id() internal interface that returns a unique hash that changes whenever Fossil is recompiled (more precisely, whenever the MANIFEST_UUID changes or the etag.c source file is recompiled). check-in: 54a8243bf5 user: drh tags: trunk
12:58
Proof-of-concept ETag caching for the /timeline page. Seems to work. Most other webpages could easily add ETag caching now. check-in: 7eaeceddc4 user: drh tags: trunk
12:16
Enable ETag caching of the /uvlist and /juvlist pages. check-in: a6003f1df0 user: drh tags: trunk
11:39
Avoid returning empty ETag: headers in the HTTP reply. check-in: 261052c4e1 user: drh tags: trunk
2020-05-09
21:10
Another 304 change: Omit only the Content-Type header. Retain the cache-control header lines. check-in: fff9b6799c user: drh tags: trunk
21:04
Correctly terminate the 304 replies in the previous check-in. check-in: 9f99257451 user: drh tags: trunk
20:59
For a 304 HTTP response, omit extraneous fields such as Content-Type and ETag. check-in: 6624350b0e user: drh tags: trunk
14:23
Update the built-in SQLite to the first 3.32.0 beta. check-in: 17610f8d73 user: drh tags: trunk
13:34
Create a test file with spaces in its name, in a test directory with spaces in its name. Use these to help verify that fossil can handle file and directory names containing space characters. check-in: ccf6a361f3 user: drh tags: trunk
13:17
Work toward moving the file browsing closer to what typical users expect. check-in: 2b07e4e935 user: drh tags: trunk
13:16
Comment improvements and minor simplifications. Closed-Leaf check-in: aa9815ffc0 user: drh tags: browse-to-file
12:08
Update the change log. check-in: 49a06bf177 user: drh tags: trunk
12:04
Add the "fossil test-terminal-size" command. check-in: b241b9c999 user: drh tags: trunk
2020-05-06
11:51
Add a TODO comment to the branch_of_file_rid() function. check-in: d462f87d8a user: drh tags: artifact-view-links
2020-05-04
20:49
Update the built-in SQLite to the latest 3.32.0 beta, for testing. check-in: d16d18b03e user: drh tags: trunk
12:28
Update the on-line documentation for the "fossil all sync" command. check-in: 12eae3f58a user: drh tags: trunk
2020-05-03
12:21
New CX(...) macro for rendering HTTP reply text, as an alternative to the "@ ..." markup provided by translate.c. check-in: 0d160f9fa8 user: drh tags: checkin-without-checkout
Previous month ↓