Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 check-ins by user dan
|
2024-07-09
| ||
| 17:30 | Use the chat-timeline-user setting when formatting results for chat searches. (check-in: 02349c875d ... user: dan tags: trunk) | |
| 15:20 | Use the long date format for all messages in the chat search dialog, not just those that match the current query. (check-in: 2a3a32edea ... user: dan tags: trunk) | |
|
2024-07-01
| ||
| 15:22 | Use temporary triggers, instead of normal schema triggers, to populate the fts index. Fossil disables schema triggers to prevent malicious uses. (check-in: 21d9ea4ade ... user: dan tags: fts5-chat-search) | |
|
2024-06-24
| ||
| 20:52 | Add new page /chat-search, for searching chat history. (check-in: 89f82e6603 ... user: dan tags: fts5-chat-search) | |
|
2017-12-04
| ||
| 20:39 | Add the "fossil sqlar" command. Like "fossil zip", except generates sqlar archives. (check-in: 7eb5b0a2ae ... user: dan tags: trunk) | |
|
2011-07-15
| ||
| 04:50 | Add file local.tcl to the autosetup directory. Containing a configuration option to prevent autosetup from using a pager. (check-in: e14f0fe2f3 ... user: dan tags: trunk) | |
|
2011-07-14
| ||
| 14:34 | Update autosetup to the latest version - https://github.com/msteveb/autosetup/commit/e2a8949b420 . (check-in: a4efad7e61 ... user: dan tags: trunk) | |
| 11:09 | Modify auto.def to detect the case where the system SQLite is too old for WAL support (used by fossil). (check-in: 5fe55cb103 ... user: dan tags: trunk) | |
| 10:24 | Small changes to autosetup build system so that the --disable-internal-sqlite switch works and is compatible with BSD make. (check-in: 734af429e3 ... user: dan tags: trunk) | |
|
2011-07-12
| ||
| 17:26 | Apply a fix to auto.def supplied by Steve Bennett via the mailing list. (closed check-in: 8c482e2a99 ... user: dan tags: autosetup) | |
|
2011-06-10
| ||
| 15:14 | When creating manifest files as part of a "fossil import" command, ensure that "T" cards are added in sorted order, and that there are no duplicates. (check-in: 6ed7ceb1de ... user: dan tags: trunk) | |
|
2008-07-26
| ||
| 16:51 | Add a "User-Agent" header to the HTTP traffic generated by fossil. The user-agent string is "Fossil/$UUID". (check-in: 31824fbf91 ... user: dan tags: trunk) | |
|
2007-08-03
| ||
| 15:31 | Extend the commit command so that specific files can be committed. There are still some problems with doing this after a merge. (check-in: 22552fb803 ... user: dan tags: trunk) | |
|
2007-08-01
| ||
| 09:04 | Populate the ipaddr column of the rcvfrom table when a file is received from a remote source (push/pull/sync). (check-in: 36edf3fd5c ... user: dan tags: trunk) | |
|
2007-07-31
| ||
| 16:34 | Require read permission (permission to read tickets and configuration histories) to view the global timeline. (check-in: 5ebcedc33e ... user: dan tags: trunk) | |
|
2007-07-30
| ||
| 16:31 | Merge in clone and sync changes. Fix a bug in undelta. (check-in: e3c529c2f0 ... user: dan tags: trunk) | |
| 05:17 | Delete records from the temporary table "pending" after sending them. (check-in: 23c8dad306 ... user: dan tags: trunk) | |
|
2007-07-28
| ||
| 08:15 | Fix to the db_open_local() function in the case where the root directory is writable by the current user. (check-in: d0d4c5f575 ... user: dan tags: trunk) | |
| 08:04 | Remove a c++ism from deltacmd.c. (check-in: 0c227fa406 ... user: dan tags: trunk) | |
| 07:09 | When accessing a remote repository, if there is a username/password specified as part of the URI, use these to login. (check-in: 3dcaed8d86 ... user: dan tags: trunk) | |