Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around c5dc24d4ebfa3553.
2021-07-05
| ||
16:55 | Resolved problems with recursive invocation of th1's render command. ... (check-in: a5f00e0a71 user: stephan tags: trunk) | |
16:52 | Resolved a g.th1Flags bitmask collision between TH_STATE_xxx and TH_INIT_NO_ENCODE. ... (Closed-Leaf check-in: 0dc3a65515 user: stephan tags: th1-recursive-render) | |
2021-07-02
| ||
12:46 | Version 2.16 ... (check-in: 7aedd56758 user: drh tags: trunk, release, version-2.16) | |
04:16 | When calling Th_Render() recursively, pass on g.th1Flags so that recursive calls do not inadvertently toggle flags like TH_INIT_NO_ENCODE. ... (check-in: 0a57df7e07 user: stephan tags: th1-recursive-render) | |
2021-07-01
| ||
22:00 | Replaced a char with an int to fix incorrect /json/branch/create handling on platforms where char is unsigned by default. Problem discovered by Daniel Dumitriu. ... (check-in: 8cb972e7da user: stephan tags: trunk) | |
20:32 | Add a note to the changelog about DROP support within tickets schema definition. ... (check-in: f5b5991ee5 user: george tags: trunk) | |
19:27 | Fix the file_fullexename() function (used by the "info" and "test-which" commands) so that it works correctly on Windows. ... (check-in: d8c32ebdff user: drh tags: trunk) | |
18:54 | Improvements to the on-line help for the "fossil all" command, and improvements to the change log. No changes to code. ... (check-in: e39854ae51 user: drh tags: trunk) | |
18:12 | Enhanced help text for the "fossil ui" command. No changes to code. ... (check-in: 301bc21791 user: drh tags: trunk) | |
15:14 | • Edit [be6aa9e637f4e462|be6aa9e637]: Mark "Closed". ... (artifact: d8b3e5339d user: drh) | |
14:53 | Fix uninitialized local variable in the "fossil ui" implementation. ... (check-in: a7aa779b2b user: drh tags: trunk) | |
13:58 | Add the --fossilcmd option to "fossil ui". Carry the --jsmode and --create options through to the remote fossil. ... (check-in: c359589ef6 user: drh tags: trunk) | |
04:03 | Proposed fix for out-of-order output when calling th1 render function from a th-doc page body. DO NOT MERGE: this is being checked in so that it can be deployed on a test server. ... (check-in: a381a8102b user: stephan tags: th1-recursive-render) | |
03:26 | Minor doc typo fix. ... (check-in: 12b5eed944 user: stephan tags: trunk) | |
2021-06-30
| ||
22:58 | Replaced part of [3946ff81] which was inadvertently removed via [612f6cee] (parallel edits). Removed an unused var. ... (check-in: 4f095cdba0 user: stephan tags: trunk) | |
22:49 | Mirror many "fossil ui" options to the remote side when using a remote repository. ... (check-in: 612f6cee38 user: drh tags: trunk) | |
21:24 | patchcmd.md: added a description of how to enable, if needed, a custom PATH via the remote bashrc. ... (check-in: 9a931a16ac user: stephan tags: trunk) | |
20:33 | Enhance the "fossil ui" command so that the REPOSITORY argument can be on a remote system. ... (check-in: f3acbe429a user: drh tags: trunk) | |
20:31 | Update the change log to talk about the enhancements to "fossil ui". ... (Closed-Leaf check-in: 2d19a40df3 user: drh tags: remote-ui) | |
20:15 | Improvements to "fossil ui HOST:PATH". ... (check-in: cff1f785e1 user: drh tags: remote-ui) | |
19:14 | Initial changes to support HOST: prefixes on the REPOSITORY argument of the "fossil ui" command. ... (check-in: cb34f1a8ac user: drh tags: remote-ui) | |
18:55 | Change log typo fix and added an all-encompassing 'numerous other minor enhancements' to 2.16. ... (check-in: 56a40e3b9d user: stephan tags: trunk) | |
18:54 | • Edit [2ee87308702c0972|2ee8730870]: Mark "Closed". Edit check-in comment. ... (artifact: 1900a16f1f user: stephan) | |
18:46 | Refactored [bf66d61582] to move the dir-has-a-checkout-db check into the new dir_has_ckout_db() routine. ... (check-in: 3946ff81b0 user: stephan tags: trunk) | |
17:57 | Retroactively added a note to the 2.12.1 change log about the allow-symlinks setting no longer syncing, per forum request. ... (check-in: c5dc24d4eb user: stephan tags: trunk) | |
17:39 | Add the new file_skip_userhost() function that will find an skip over a "USER@HOST:" prefix on a filename, if it exists. Use this to extract the USER@HOST prefix from names in the "fossil patch push/pull" commands. ... (check-in: 89a8588853 user: drh tags: trunk) | |
13:56 | The argument to the "fossil ui" command is allowed to be a directory name instead of a repository filename. If a directory, repository associated with the checkout at that directory is used. ... (check-in: 9ec744ed79 user: drh tags: trunk) | |
13:52 | Enhance the blob_append_escaped_args() routine with a new parameter to indicate if the argument is a filename. Only prepend "./" to filename arguments that begin with "-". The "%$" printf conversion assumes a filename, but the "%!$" conversion does not. ... (check-in: 4f83d06275 user: drh tags: trunk) | |
13:07 | Remove legacy code that attempted to use -P instead of -p on "plink" for the port number of SSH. ... (check-in: ffe2a84cec user: drh tags: trunk) | |
2021-06-29
| ||
05:44 | Per /chat #6763: if the ui command is passed the root dir of a checkout, chdir to that checkout to show the current checkout in the timeline by default. There may be a better/simpler way to implement this, thus this impl is in a branch. ... (Closed-Leaf check-in: bf66d61582 user: stephan tags: ui-checkout-chdir) | |
05:05 | Fixed a && which was supposed to be a & in the new patch code. Caught by gcc. ... (check-in: 1fd6961005 user: stephan tags: trunk) | |
2021-06-26
| ||
18:08 | Fix various documentation typos. ... (check-in: 3fec387cc3 user: drh tags: trunk) | |
2021-06-25
| ||
17:12 | Fix a busted hyperlink in the change-log. ... (check-in: cd80b9f70f user: drh tags: trunk) | |
08:00 | • Changes to wiki page "Cookbook" ... (artifact: d6787d042e user: stephan) | |
07:41 | Integrated a doc suggestion from [forum:/forumpost/3e52a5ca12 | forum post 3e52a5ca12]. ... (check-in: 62ad4e47a4 user: stephan tags: trunk) | |
2021-06-24
| ||
16:40 | Improvements to comments on the filename shell quoting logic and test logic. No changes to code. ... (check-in: 255a28b37a user: drh tags: trunk) | |
16:31 | Improvements to command-line safety checks for Windows. Enhance the command-line argument quoting fuzzer to inject all kinds of multi-byte UTF-8 characters. ... (check-in: 6d2e48b4cd user: drh tags: trunk) | |
15:35 | Improve filename shell escaping logic to deal better with UTF-8 characters. ... (check-in: 19f195a838 user: drh tags: trunk) | |
15:27 | Minor typo fixes in new patch command help text. No code changes. ... (check-in: 1190034e37 user: jamsek tags: trunk) | |
2021-06-23
| ||
20:05 | Add the -f flag to "fossil patch diff". ... (check-in: 5ee62c4033 user: drh tags: trunk) | |
19:55 | The "fossil patch diff" command should now emit an error message if there is a repository mismatch or a base artifact is missing. ... (check-in: 962694ada0 user: drh tags: trunk) | |
19:14 | The "-f" flag on "fossil patch create" causes an existing patch with the same name to be overwritten. ... (check-in: a332f1a64f user: drh tags: trunk) | |
19:06 | Enhance "fossil patch" to record the project name as part of the patch. Show the project name in "fossil patch view" output, if it exists. Show lots of metadata in "fossil project view" with the -v flag. ... (check-in: 5a28d7c094 user: drh tags: trunk) | |
18:43 | In the "fossil patch" command, miscellaneous code clean-up. Do not require an option check-out to run "fossil patch diff", though a -R REPO option is required if not in an open check-out. No error is given if the repository and the patch do not match - that needs to be fixed. ... (check-in: 2e8c5da0ab user: drh tags: trunk) | |
18:25 | Add the "fossil patch diff" command. ... (check-in: 72d07a52c3 user: drh tags: trunk) | |
15:43 | Add additional metadata to patch files. ... (check-in: b9d5fa4d7b user: drh tags: trunk) | |
01:48 | • Changes to wiki page "To Do List" ... (artifact: 48b20322a5 user: stephan) | |
2021-06-22
| ||
23:57 | Further improvements to quoting defense. ... (check-in: 7d6635542b user: drh tags: trunk) | |
19:19 | Further improvements to argument escaping on Unix. ... (check-in: 597f0bc224 user: drh tags: trunk) | |
18:57 | Improved quoting for filenames on constructed command-lines. ... (check-in: b3fab9b5dd user: drh tags: trunk) | |