Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
24 check-ins using file win/Makefile.mingw version eb0f598aac
2019-07-13
| ||
16:56 | Disable the SQLITE_DQS=0 compile-time option. It turns out the ".schema" command in the SQLite CLI makes use of double-quoted string literals. ... (check-in: 05ca5d96c1 user: drh tags: trunk) | |
2019-07-06
| ||
22:27 | Update autosetup to 0.6.9-71785c7e and Jim Tcl to 0.78-27-ga5a84b1. ... (Closed-Leaf check-in: 2211bc2a6b user: mistachkin tags: autosetupAndJimTcl) | |
21:42 | Update Jim Tcl to 0.78. ... (check-in: 907f66bfd8 user: mistachkin tags: autosetupAndJimTcl) | |
20:29 | For the tar / zip web pages, avoid dangling references involving zRid. ... (check-in: dbe16d7bb4 user: mistachkin tags: trunk) | |
2019-07-02
| ||
07:31 | When activating one of the new "in reply to" links, tag the newly-focused post with CSS class forumSelReplyTo so that it can be visually marked. Added default forumSelReplyTo CSS class which uses the same border as forumTime but with a dotted style. EDIT: do not merge with trunk - there are problems to solve (if feasible) regarding linking to edited posts, as their IDs are of course different, as well as linking responses made to deleted posts. ... (Closed-Leaf check-in: 1bf7985d10 user: stephan tags: forum-reply-links) | |
06:37 | Replaced the forum post DIV ids forum{RID} with post-{short-UUID}, which allowed removal of the new A NAME tag and enables permalinks (RIDs are volatile). Added forumPost class to all post DIVs, to hopefully simplify some upcoming JS code. ... (check-in: 69364ba515 user: stephan tags: forum-reply-links) | |
05:53 | Switched Immediately-Invoked Function Expression parentheses from Crockford-style to the more conventional/portable style. See https://stackoverflow.com/questions/9053842/ for details. ... (check-in: 5d9d62d818 user: stephan tags: trunk) | |
04:45 | Per request in forumpost/9fd5135acc, added intra-document links to each response which link back to the being-replied-to post within the same page (using an #anchor-tag), without reloading from the server. ... (check-in: 78721d4aa0 user: stephan tags: forum-reply-links) | |
2019-07-01
| ||
13:38 | Improvements to the help-text for /brlist. ... (check-in: 611fe9b078 user: drh tags: trunk) | |
13:19 | Add a new test-case in the graph test for the /leaves page. ... (check-in: 3bc1a0e80e user: drh tags: trunk) | |
09:30 | Improved layout of graphs with the TIMELINE_DISJOINT property, such as the list of leaves. ... (check-in: 4fc08f94fc user: drh tags: trunk) | |
2019-06-30
| ||
11:36 | Rename the --save-password option on "fossil clone" to --save-http-password, since it only works for HTTP. ... (check-in: 22517bab6c user: drh tags: trunk) | |
04:27 | Update the change log and the sync protocol documentation for the new check-in locking mechanism that tries to prevent race-condition forks. ... (check-in: 2d7a8a832f user: drh tags: trunk) | |
03:38 | In the "fossil diff" command, the use of --tclsh implies --tk. ... (check-in: 2655a2d405 user: drh tags: trunk) | |
2019-06-29
| ||
10:21 | Add the --tclsh command to "fossil diff" in order to specify an alternative TCL interpreter. ... (check-in: 9fc945c056 user: drh tags: trunk) | |
03:17 | Steps to prevent accidental forks during a commit when two users try to commit to the same parent at the same time. The first user to do the autosync pull takes a lock which causes the second user to get a "would fork" error, unless the --allow-fork or --force options are used. ... (check-in: 03cc332938 user: drh tags: trunk) | |
03:14 | Add the --save-password option to "fossil clone". Put the command-line options for "fossil clone" in alphabetical order. ... (check-in: 421e6bb333 user: drh tags: trunk) | |
03:13 | For "fossil clone help", put options in alphabetical order. ... (Closed-Leaf check-in: d5c6f4784e user: drh tags: save-http-url-password) | |
03:11 | Change the name of the option to just --save-password. ... (check-in: 76e158ad57 user: drh tags: save-http-url-password) | |
03:08 | Enhance the "fossil tag ls" command to allow filtering by tag type. ... (check-in: 971a1a99dd user: drh tags: trunk) | |
2019-06-28
| ||
07:23 | Added the --save-http-url-password option to the clone command to make it skip the "remember password (Y/n)?" prompt if the password was given in an HTTP URL. We avoid this for ssh:// URLs since you have pre-shared keys, SSH agents, and such to avoid the need in that case. Without this feature, you can't script around it by piping "echo y" through the command because the "remember password" feature as of trunk only works when isatty(0), which will be false when Fossil is downstream from a pipe like that. ... (check-in: 2600b7719f user: wyoung tags: save-http-url-password) | |
2019-06-27
| ||
23:37 | Small fixes to branching.wiki ... (check-in: cdd5e576dd user: wyoung tags: trunk) | |
23:12 | Assorted improvements to the new material in www/branching.wiki, mainly in the way of clarifications and moderation of tone. ... (check-in: 862b77b69a user: wyoung tags: trunk) | |
14:39 | Upgrade to openssl 1.1.1c. Use single-argument "expr" in auto.def. Update custom mingw makefile. ... (check-in: 5050132815 user: jan.nijtmans tags: trunk) | |