Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2019-12-11 11:59:37.

2020-01-17
13:31
Give the correct count of check-ins for /timeline displays that include the from=, to=, and chng= query parameters. ... (check-in: 9dce5ffe5f user: drh tags: trunk)
2020-01-12
20:45
Fossil-defined SQL functions used inside of views for full-text-serch much be tagged using SQLITE_INNOCUOUS. ... (check-in: 9826bd007a user: drh tags: trunk)
2020-01-09
21:03
Change the build options for SQLite so that it distrusts schema by default. ... (check-in: 31be929a30 user: drh tags: trunk)
20:57
Merge the latest SQLite 3.31.0 alpha sources for testing. ... (check-in: 5c48142dd3 user: drh tags: trunk)
15:29
Modify the /doc webpage so that if the first term of the argument is "latest" it chooses the most recent check-in for the document regardless of what branch that check-in occurred on. ... (check-in: d08bc9e61f user: drh tags: trunk)
2020-01-08
19:32 Edit [f6e04cc4233629b5|f6e04cc423]: Edit check-in comment. ... (artifact: 66dffae57d user: drh)
19:32 Edit [9dcb3de471d35e7d|9dcb3de471]: Edit check-in comment. ... (artifact: 6397cd1c4a user: drh)
2020-01-02
14:35
Fix the spelling of "legacy" in the "test-fingerprint" command. Also show the current Fossil version in the "test-fingerprint" command. ... (check-in: 2af7fedd67 user: drh tags: trunk)
2019-12-26
02:08
Fix a comment describing the meaning of the BACKLINK.SRCID field of the repository schema. No changes to code. ... (check-in: 088aabafd7 user: drh tags: trunk)
01:26
Update the built-in SQLite to the latest 3.31.0 alpha version, for testing. ... (check-in: 9258d7462e user: drh tags: trunk)
2019-12-24
15:51
Improved CSS in alternative skinds for the new ticket comment colors on the timeline. ... (check-in: ca148e798a user: drh tags: trunk)
2019-12-23
14:31
Provide new classes "tktTlOpen" or "tktTlClosed" for the timeline display of tickets, depending on whether or not the ticket is open or closed. The default style changes the foreground color slightly. Probably the style needs to be adjusted. ... (check-in: d80adfe029 user: drh tags: trunk)
13:17
Ticket alerts reference the actual ticket, not the ticket change artifact. ... (check-in: 1a5dee1ea2 user: drh tags: trunk)
12:47
On the ticket timeline configuration screen, show the names of the underlying properties. ... (check-in: d725f611a3 user: drh tags: trunk)
12:38
Add the "New Ticket" option to timeline displays. ... (check-in: 9bb70584a1 user: drh tags: trunk)
12:26
Add a timeline view at the top of the /tktview page if the "tl" query parameter is present. If a ticket is viewed from /info, then the timeline is always on. Perhaps the timeline should be on regardless? ... (check-in: 3d131528c8 user: drh tags: trunk)
2019-12-19
20:56
Fix to the regexp() SQL function implementation (pointed out by [https://fossil-scm.org/forum/forumpost/c9eb457131|Florian Balmer]) so that it properly rejects all overlong 3-byte UTF8 characters, converting them into 0xfffd. ... (check-in: 6b32e21305 user: drh tags: trunk)
15:14 Edit [81bfdca9e5119790|81bfdca9e5]: Mark "Closed". Edit check-in comment. ... (artifact: caf3ee0c10 user: drh)
15:13
Never mind.... Was: Attempt to fix a memory leak on Git import. ... (Closed-Leaf check-in: 81bfdca9e5 user: drh tags: git-import-memleak)
2019-12-18
15:19
Comment updates that should have been in the previous check-in, but I didn't press the "Save" button on my editor, and I failed to adequately review the changes before committed - I should follow my own checklists... ... (check-in: c865e1a0fc user: drh tags: trunk)
15:11
Add support for magic conversion of /doc/$SELF/ URIs by expanding the $SELF to the version of the currently displayed document. ... (check-in: 703e62a68e user: drh tags: trunk)
14:02
Add a test document to verify that relative path hyperlinks work in the Markdown formatter. ... (check-in: 367f9b32d6 user: drh tags: trunk)
2019-12-13
18:57
Enhance the /ext page to search for "index.*" files if the pathname ends with "/" and is a directory name. ... (check-in: 3ed3fa3dda user: drh tags: trunk)
2019-12-11
12:43
Rename the CGI control file variable "debug:" to "cgi-debug:" and enhance it so that it shows the complete CGI environment at the start of each request. Also add documentation. ... (check-in: 4a7760e368 user: drh tags: trunk)
11:59
Fix an incorrect comment in the CGI handler. When parsing the CGI control file, check for "debug:" last, as it is the most infrequent option. ... (check-in: 20dc009909 user: drh tags: trunk)
2019-12-03
13:06
Improved documentation on the undo command. Have the mv command clear the undo stack. ... (check-in: 3f8cdaa15e user: drh tags: trunk)
2019-12-02
13:45
Add the ability to have a C-card on a wiki page. The current implementation does not use or generate wiki page artifacts with a C-card. ... (check-in: cad57db96e user: drh tags: trunk)
2019-11-30
13:53
Rework the "fossil grep" command so that it shows both the file and check-in hash for matching files, and so that it can scan multiple files all at once. ... (check-in: f5f4471323 user: drh tags: trunk)
13:38
Completely rework the "fossil grep" command. Omit the -H option. Instead, print a header line that includes both the file hash and the check-in hash and the timestamp for every file that contains any match. Scan all files together, in reverse chronological order. ... (Closed-Leaf check-in: 9c2080a360 user: drh tags: grep-enhancements)
2019-11-29
14:44
Enhance the "fossil grep" command with new options. Work in progress. Needs more testing. ... (check-in: 1bf2f84843 user: drh tags: grep-enhancements)
2019-11-28
10:31
Changes to support CGI on IIS web servers. ... (check-in: c06e0b2d0a user: drh tags: trunk)
10:27
When replying to a Forum Post or Reply, show additional information to provide additional context ... (check-in: c6dfb55802 user: drh tags: trunk)
10:23
Restore operation of "related" and "tag filter" widgets ... (check-in: 820d70512a user: drh tags: trunk)
2019-11-20
15:29
Update the built-in SQLite to the latest 3.31.0 alpha version as a beta-test for SQLite. ... (check-in: a9027e7d10 user: drh tags: trunk)
15:25
Add support for Markdown in the default ticket configuration, and make Markdown the default choice for markup. ... (check-in: 16fb915279 user: drh tags: trunk)
2019-11-14
11:40 Closed ticket [ac8dcd394c]: equivalent to `darcs add` or `git add -p` plus 4 other changes ... (artifact: 1c7506d0de user: drh)
2019-11-11
15:22
Omit some asm code from the SHA1 implementation as it provides no performance improvement with modern compilers, and SHA1 is seldom used now anyhow. ... (check-in: 20187be723 user: drh tags: trunk)
2019-10-23
00:46
Make a hyperlink to the Artifact Receipt log from the "Received From" field of the /info page (visible to administrators only). ... (check-in: a92d5a514d user: drh tags: trunk)
2019-10-16
17:44
Improved documentation for the --cherrypick and --backout options of the "fossil merge" command. ... (check-in: 29a383e4b6 user: drh tags: trunk)
2019-10-14
17:22 Added wiki page "How To Sign Mac Binaries" ... (artifact: 9db4d5c365 user: drh)
16:52 Changes to wiki page "Release Build How-To" ... (artifact: ec46783800 user: drh)
2019-10-08
16:00
Increase the version number to 2.11 for the next release cycle. ... (check-in: 10fb90fcae user: drh tags: trunk)
2019-10-07
11:49
Fix a typo in the help text for the "fossil info" command. ... (check-in: 3d58d89041 user: drh tags: trunk)
2019-10-04
22:22
Fix typo in the server extension documentation. ... (check-in: 11c6504340 user: drh tags: trunk)
22:20
Fix the date on the 2.10 change log. ... (check-in: 80ea65af53 user: drh tags: trunk)
21:41
Version 2.10 ... (check-in: 9d9ef82234 user: drh tags: trunk, release, version-2.10)
15:44
Update the built-in SQLite to the 3.30.0 release version. ... (check-in: fc19d369ab user: drh tags: trunk)
2019-10-01
18:11
Use double-quotes instead of single-quotes for the argument to "git export" in the "fossil git export" command, for windows compatibility. ... (check-in: be7c1bde92 user: drh tags: trunk)
16:57
Correction and clarification of the use of unsafe-inline for style in the "defcsp.md" document. ... (check-in: baecb63d9b user: drh tags: trunk)
2019-09-28
00:59 Changes to wiki page "Release Build How-To" ... (artifact: 320ab12ed7 user: drh)