Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2019-07-12 12:37:22" occurring around 2019-07-12 12:37:22.
2019-07-18
| ||
22:45 | Improved documentation of the --https option on "fossil server". ... (check-in: 3c602dd7f3 user: drh tags: trunk) | |
17:45 | In the hierarchical forum display, make sure that the edited post number is displayed, not the original post number. ... (check-in: 776ce9e645 user: drh tags: trunk) | |
2019-07-17
| ||
22:26 | Give sequential numbers to all display posts in the forum, and reference other forum posts in a thread by the sequence number. ... (check-in: 5a7267d9e7 user: drh tags: trunk) | |
21:23 | In the hierarchical display of the forum, go back to strict hierarchical indentation. But, reduce the width of indentation for deeply nested discussions. ... (check-in: 0cec52e08e user: drh tags: trunk) | |
14:52 | Added info about fossil undo, fossil amend, and shunning to the fossil-v-git doc, with comparison to the Git way of changing history. ... (check-in: e878d54dcc user: wyoung tags: trunk) | |
02:37 | Reworked several sections of the fossil-v-git.wiki doc as sub-sections of "Linux vs. SQLite", which now acts as a frame for those sections. Some of these sections are expanded while others disappear entirely, most especially the "BSD vs GPL" argument that we started off on the now-merged branch to try and refine. We replace a discussion of licensing with one of community structure and our approach to patch acceptance, which is more of what the old licensing discussion was trying to get at without getting into the details of software licensing per se. ... (check-in: 69ec89b591 user: wyoung tags: trunk) | |
2019-07-16
| ||
20:02 | Code cleanup: Add a lot of "const" qualifiers for static (string) arrays, where appropriate. This allows the C compiler to optimize more ... (check-in: 70a94d0972 user: jan.nijtmans tags: trunk) | |
15:44 | Reduced redundancy in the new feature set size vs ease of use discussion in fossil-v-git. ... (Closed-Leaf check-in: a52e68459f user: wyoung tags: bsd-vs-gpl) | |
15:42 | When committing without parent-id (additional "initial" commits), make sure the branch-name is set to "trunk" when not provided otherwise. ... (check-in: 0fd6cf166c user: jan.nijtmans tags: trunk) | |
14:58 | Missing db_end_transaction(0) ... (check-in: b0db865f20 user: jan.nijtmans tags: trunk) | |
2019-07-14
| ||
21:24 | Fix the in-reply-to link for hierarchical forum display to maintain the hierarchical display. Make the link say "previous" if linking to the previous post in the thread. ... (check-in: 1b63ab701b user: drh tags: trunk) | |
20:32 | Try to omit unnecessary indentation on the hierarchical forum display. Include an "in reply to" mark on the hierarchical display. ... (check-in: 97697b7956 user: drh tags: trunk) | |
04:46 | When removing a directory on Windows, make sure it is a real directory (i.e. not a junction, symbolic link, etc). ... (check-in: 9bb25a2862 user: mistachkin tags: trunk) | |
2019-07-13
| ||
19:31 | Eliminate all usage of Tcl_GetStringResult(), since that causes loss of Tcl_Obj representation in Tcl 8.x (this is solved in Tcl 9.0) ... (check-in: 743e166cf9 user: jan.nijtmans tags: trunk) | |
18:03 | Import the command-line tool fix from SQLite (without the other changes on SQLite trunk) and then disable double-quoted string literals again. ... (check-in: 282612762e user: drh tags: trunk) | |
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) | |
14:30 | Change the default hash policy to "sha3". Bump the version number to 2.10 to start the next development cycle. ... (check-in: b4520f5efc user: drh tags: trunk) | |
13:05 | Version 2.9 ... (check-in: 0fd79a3e09 user: drh tags: trunk, release, version-2.9) | |
12:35 | Fix a typo in a check-in race warning message. ... (check-in: 66f06fe23b user: drh tags: trunk) | |
2019-07-12
| ||
16:59 | Do not invoke db_lget() in the sync protocol if the local checkout database is unavailable (such as when running "fossil all sync"). ... (check-in: 0dba0f4b99 user: drh tags: trunk) | |
14:08 | Add documentation on the "pragma ci-unlock" message in the sync protocol. ... (check-in: 1eefb8dbec user: drh tags: trunk) | |
13:58 | Improved error messages when a commit fails due to a lock conflict: Show the age of the lock in addition to the user. Suggest using the new --override-lock option instead of --allow-fork. Expire locks after any successful check-in from the same check-out. ... (check-in: 3a5caa86db user: drh tags: trunk) | |
13:25 | Merged in Linux vs SQLite stuff from trunk ... (check-in: f5321731f9 user: wyoung tags: bsd-vs-gpl) | |
13:24 | Clarified the scale of the Linux vs SQLite projects in the same-named section of the Git vs Fossil doc, tightened up the discussion a bit, and added hard SLOC stats to ground it all. Most controversially, added the rattle wrench analogy. ... (check-in: 69e7827d26 user: wyoung tags: trunk) | |
12:37 | Fix a typo in the fossil-v-git.wiki document, as reported on the forum. "fossil all status" should be "fossil all changes". ... (check-in: 9b51c42a8b user: drh tags: trunk) | |
04:57 | Rewrote the "GPL vs. BSD" section in www/fossil-v-git.wiki. See forum post here for justification and discussion: https://fossil-scm.org/forum/forumpost/3239c30fff ... (check-in: 68a7563ec7 user: wyoung tags: bsd-vs-gpl) | |
04:11 | Assorted improvements to www/fossil-v-git.wiki: added hyperlinks, fixed some spelling, capitalization, and grammar problems, clarified "Linux" vs "Linux kernel", clarified the description of the git-worktree feature, moved punctuation inside double quotes (typography), and added a few detail paragraphs. ... (check-in: fd990128dd user: wyoung tags: trunk) | |
2019-07-11
| ||
13:58 | Add missing semicolon in the anti-robot defense javascript. ... (check-in: 4519945883 user: drh tags: trunk) | |
13:10 | Minor change to the "aboutdownload" document. ... (check-in: fd8d37e2ab user: drh tags: trunk) | |
12:19 | Make sure the backoffice does not try to reuse file descriptors that it has previously closed. ... (check-in: 458ced3535 user: drh tags: trunk) | |
2019-07-10
| ||
22:19 | Add a reference to the idea of a "Conflict-Free Replicated Datatypes" to the sync documentation. ... (check-in: 2b3569d19f user: drh tags: trunk) | |
18:55 | Update the built-in SQLite to the 3.29.0 release. ... (check-in: 8c9eeb0151 user: drh tags: trunk) | |
16:22 | Back out check-in [a52c3e1256288c7d]. Perhaps the "test-move-repository" command should be promoted to a supported and documented command, but I don't think "local-repo" is the correct name, and in any event, the command needs additional work before it is given first-class status. For example, typing "fossil local-repo" without the 3rd term should show the current repository, not give an error. ... (check-in: aa3f554cff user: drh tags: trunk) | |
03:49 | Update custom MinGW makefile. ... (check-in: 1c88ed9bec user: mistachkin tags: trunk) | |
2019-07-08
| ||
19:14 | Renamed the test-move-repository command to local-repo, since it's useful for more than just testing, and there's no good alternative in the main command set otherwise. It is especially useful with local-only repos, since that means use of the sync and remote-url commands isn't the correct way to change the location of the local repo. ... (check-in: a52c3e1256 user: wyoung tags: trunk) | |
17:11 | Fix an apparent bug in the "fossil grep" command causing it to miss the first character of each line. ... (check-in: 5421caa21a user: drh tags: trunk) | |
17:05 | Update the built-in SQLite to the first 3.29.0 beta for testing. Enable the -DSQLITE_DQS=0 compile-time option for Fossil, thus preventing SQLite from using double-quoted string literals by default. ... (check-in: 0c0f6db7ba 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
| ||
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) | |