Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
200 most recent check-ins by user mistachkin
2019-02-18
| ||
19:17 | Include 'nonce' TH1 variable in the custom skin documentation. check-in: 02367341 user: mistachkin tags: trunk | |
19:09 | When rendering the default header via TH1, allow the default Content-Security-Policy content to be overridden via the 'default_csp' variable. Also, add the 'nonce' command to TH1. check-in: 8a65cd18 user: mistachkin tags: trunk | |
2019-02-17
| ||
07:47 | Make sure the TH1 interp is available before trying to use it. Closed-Leaf check-in: 600accbe user: mistachkin tags: dynamicCsp | |
07:16 | Add the 'nonce' command to TH1. Improve clarity of the 'default_csp' variable handling and add comments. check-in: 68e6b07e user: mistachkin tags: dynamicCsp | |
06:18 | Skip setting the 'default_csp' TH1 variable if it already exists (e.g. it was manually overridden via the TH1 setup script). check-in: 0b885bb9 user: mistachkin tags: dynamicCsp | |
05:32 | Merge updates from trunk. check-in: cb881aab user: mistachkin tags: dynamicCsp | |
2019-02-15
| ||
20:51 | When rendering the default header via TH1, allow the default Content-Security-Policy content to be overridden via the 'default_csp' variable. check-in: 0fe4c7d9 user: mistachkin tags: dynamicCsp | |
2019-01-23
| ||
03:09 | Make it easier to build multiple configurations of Fossil with MSVC. check-in: 8db943fa user: mistachkin tags: trunk | |
02:43 | Make it easier to override the final built executable name when using MSVC. check-in: b2993e5a user: mistachkin tags: trunk | |
2019-01-22
| ||
23:19 | Experimental changes to unified diff output to 'ignore' sections that are purely additions. Still needs SBS support and tests. Leaf check-in: 6e3f354d user: mistachkin tags: ignorePureAdds | |
2019-01-15
| ||
00:02 | Fix typo in the TH1 wiki page. check-in: 049813ac user: mistachkin tags: trunk | |
2019-01-12
| ||
21:35 | Add the 'cgiHeaderLine' command to TH1. check-in: 32c48809 user: mistachkin tags: trunk | |
2019-01-11
| ||
05:34 | Merge trunk. Closed-Leaf check-in: dbaee34d user: mistachkin tags: th1CgiHeader | |
05:34 | Fix the expected result for the TH1 'info commands' test. check-in: 103997d9 user: mistachkin tags: trunk | |
05:32 | Add the 'cgiHeaderLine' command to TH1. check-in: 58e2f487 user: mistachkin tags: th1CgiHeader | |
2018-10-21
| ||
18:38 | Update custom MinGW makefile. check-in: 1c32c5b8 user: mistachkin tags: trunk | |
2018-09-18
| ||
19:37 | Backout of [115544e97517f447]. Unbreaks the SSL enabled build for MSVC on Windows, due to OpenSSL build system changes that are not accounted for by the check-in. Also, there were crashes with MinGW produced binaries using OpenSSL 1.1.1. check-in: e0cc10f0 user: mistachkin tags: trunk | |
2018-09-11
| ||
17:47 | Documentation updates for custom TH1 commands. check-in: 874a4dac user: mistachkin tags: trunk | |
2018-08-26
| ||
02:20 | Update JSON code to account for new capabilities. Also, the 'setup' and 'admin' capabilities should imply 'debug'. check-in: 3f12d406 user: mistachkin tags: trunk | |
2018-08-12
| ||
03:38 | Update wording to match documentation. Closed-Leaf check-in: cbfbfa8c user: mistachkin tags: updNewCaps | |
2018-08-11
| ||
23:51 | Coding style tweak. Closed-Leaf check-in: 52b9caa5 user: mistachkin tags: login-with-email | |
23:47 | Update JSON code to account for new capabilities. Also, the 'setup' and 'admin' capabilities should imply 'debug'. check-in: 7ce44fab user: mistachkin tags: updNewCaps | |
2018-08-08
| ||
02:15 | More enhancements to backoffice diagnostics. check-in: 864a6f39 user: mistachkin tags: trunk | |
00:03 | Fix some compiler warnings. check-in: 250fc00d user: mistachkin tags: trunk | |
2018-08-07
| ||
23:48 | Make the backoffice module tracing behave more consistently on Win32. check-in: 0fe9da81 user: mistachkin tags: trunk | |
23:22 | Merge changes from the previous two check-ins. check-in: 30068260 user: mistachkin tags: trunk | |
23:08 | Improve Win32 error handling in the backoffice module and fix a compiler warning. check-in: 3c084879 user: mistachkin tags: trunk | |
23:03 | Make it possible to debug child processes on Windows. check-in: e285341f user: mistachkin tags: trunk | |
23:01 | Fix harmless compiler warning. check-in: 7014c2dd user: mistachkin tags: trunk | |
21:45 | In the backoffice module, use GETPID macro consistently, fix compiler warning with MinGW, and add an assert(). check-in: af87fa5b user: mistachkin tags: trunk | |
21:44 | Fix harmless compiler warning. check-in: 014bb2d7 user: mistachkin tags: trunk | |
21:43 | Fix error when compiling with JSON support enabled (TODO: review semantics to preserve JSON error handling). check-in: f430f623 user: mistachkin tags: trunk | |
21:42 | Update the custom MinGW makefile. check-in: 32641d15 user: mistachkin tags: trunk | |
2018-08-02
| ||
11:58 | Merge updates from trunk. check-in: b6a0c001 user: mistachkin tags: cmake-ide | |
11:56 | Use the native directory separator for the extra files in the MSVC makefile. check-in: 774bdc83 user: mistachkin tags: trunk | |
11:44 | Improve comment. check-in: f9ba9d94 user: mistachkin tags: cmake-ide | |
03:05 | Just in case, modify backofficeTimeout() to handle being called more than once on Win32. Closed-Leaf check-in: 0ef0e105 user: mistachkin tags: win32Proc | |
03:03 | Wrap use of getpid() in the trace statements. check-in: 842bf225 user: mistachkin tags: win32Proc | |
02:27 | When sleeping inside the backoffice work loop, permit the sleep to be interrupted on Win32, which stops processing. check-in: 9840313b user: mistachkin tags: win32Proc | |
01:53 | More Win32 support for the backoffice processing. check-in: f13ae35f user: mistachkin tags: win32Proc | |
2018-07-31
| ||
00:10 | Use a thread to implement backoffice work timeouts for Win32. check-in: a9578f78 user: mistachkin tags: win32Proc | |
00:09 | Update the custom MinGW makefile. check-in: d5c41263 user: mistachkin tags: trunk | |
00:09 | Fix harmless compiler warnings. check-in: ea2e5151 user: mistachkin tags: trunk | |
2018-07-13
| ||
05:46 | An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. check-in: 9951fd7b user: mistachkin tags: trunk | |
2018-06-26
| ||
16:57 | An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. Closed-Leaf check-in: efb0f880 user: mistachkin tags: altLegacyMvRm | |
2018-05-21
| ||
01:01 | Fix harmless compiler warning. check-in: a7056e64 user: mistachkin tags: trunk | |
2018-04-02
| ||
11:40 | Fix Makefile typo, SQLITE_USE_ZLIB should be SQLITE_HAVE_ZLIB. check-in: 508c42a6 user: mistachkin tags: trunk | |
2018-03-20
| ||
17:10 | Support for using 'sys/mman.h' when compiling for POSIX. check-in: d5ca5384 user: mistachkin tags: trunk | |
17:08 | The markdown processor should use the Fossil memory allocation routines. check-in: e382cae5 user: mistachkin tags: trunk | |
2018-03-17
| ||
22:33 | Merge updates from trunk. Closed-Leaf check-in: 5447bc90 user: mistachkin tags: withMman | |
22:32 | Fix harmless compiler warning. check-in: e2a90ed5 user: mistachkin tags: trunk | |
21:24 | Report the detected memory page size in the verbose version information. check-in: a6a2d861 user: mistachkin tags: withMman | |
21:16 | POSIX enhancements for fossil_get_page_size(). check-in: fd1bee72 user: mistachkin tags: withMman | |
20:53 | Merge updates from trunk. check-in: 2c3b7457 user: mistachkin tags: withMman | |
20:52 | Update the custom MinGW makefile. check-in: 853b7c7f user: mistachkin tags: trunk | |
20:51 | Minor updates to the build system, et al, for 'mman.h' support. check-in: 14221882 user: mistachkin tags: withMman | |
20:31 | Experimental support for using 'mman.h' when compiling for POSIX. check-in: 37b69e7d user: mistachkin tags: withMman | |
2018-02-28
| ||
13:46 | Modify an error message to avoid using an unquoted apostrophe. check-in: 61941baf user: mistachkin tags: trunk | |
13:46 | Update the custom MinGW makefile. check-in: 6830dec7 user: mistachkin tags: trunk | |
2018-01-28
| ||
21:52 | Remove --no-dir-symlinks option from the docs. check-in: 57f178ee user: mistachkin tags: trunk | |
2018-01-23
| ||
22:34 | Stop including settings in the 'Available commands' section of the help web page. Fix typo of '--setting' help option. check-in: 4962fa9e user: mistachkin tags: trunk | |
2018-01-03
| ||
22:13 | Fix harmless compiler warning. check-in: a61922e2 user: mistachkin tags: trunk | |
2017-12-28
| ||
17:16 | In the Win32 server code, prevent fclose() from being called on an already closed FILE. check-in: 8d60cd57 user: mistachkin tags: trunk | |
2017-12-21
| ||
15:38 | Update referenced OpenSSL version. check-in: c4aec887 user: mistachkin tags: trunk | |
2017-12-20
| ||
00:46 | Update the custom MinGW makefile. check-in: c7ad42d4 user: mistachkin tags: trunk | |
2017-11-30
| ||
19:42 | Fix an 'auto.def' issue that prevented using --with-tcl of a static Tcl with --static. check-in: 28fd1c1b user: mistachkin tags: trunk | |
2017-11-03
| ||
06:46 | Fix harmless compiler warning. check-in: 5aa37859 user: mistachkin tags: trunk | |
06:30 | Fix segfault in status, et al, when a file in the checkout cannot be opened. check-in: 3c6d23b7 user: mistachkin tags: trunk | |
2017-10-19
| ||
03:49 | Minor fixes to wording of the TH1 hooks docs. check-in: 38fabd49 user: mistachkin tags: trunk | |
2017-10-04
| ||
05:35 | Improvement to TH_RETURN handling needed for TH1 hooks. Update and correct TH1 hook tests. Add draft documentation for TH1 hooks. check-in: 36f0e47b user: mistachkin tags: trunk | |
2017-10-02
| ||
15:23 | Add docs and tests for the TH1 'string index' command added by check-in [0c57ba3eb4]. Also, fix issue with handling of the special 'end' index. check-in: e9845e59 user: mistachkin tags: trunk | |
2017-09-11
| ||
16:44 | Restore the --no-dir-symlinks option. Leaf check-in: aff4363d user: mistachkin tags: no-dir-symlinks | |
2017-06-12
| ||
01:23 | Remove another set of extraneous backslash from an error message in the ticket editing webpage. check-in: 699fca17 user: mistachkin tags: trunk | |
2017-05-30
| ||
19:23 | Enhancements to SEE integration. check-in: 00dfbdbf user: mistachkin tags: trunk | |
01:26 | Further enhancements to SEE integration. Closed-Leaf check-in: 53048387 user: mistachkin tags: see | |
2017-05-29
| ||
23:14 | Merge updates from trunk. check-in: 3b3099bd user: mistachkin tags: see | |
23:07 | Rename new function for clarity and consistency. check-in: d6422ab0 user: mistachkin tags: trunk | |
02:37 | Enable the 'sqlite' command to work with SEE. check-in: 564edc69 user: mistachkin tags: see | |
01:37 | Move PRAGMA key handling into its own function. check-in: 95f14fae user: mistachkin tags: trunk | |
2017-05-28
| ||
20:36 | Some coding style cleanup in order to make fossil_close() static. check-in: 1c6a6fa1 user: mistachkin tags: trunk | |
20:33 | Make sure config database state is consistent when returning from 'sqlite' command. check-in: 97ff702f user: mistachkin tags: trunk | |
19:44 | When building an SEE-enabled build with MSVC, be sure to define SQLITE_HAS_CODEC. check-in: fa6b22c6 user: mistachkin tags: trunk | |
19:35 | Fix compilation using MSVC 2005 and 2008. check-in: 9766cfd5 user: mistachkin tags: trunk | |
2017-05-27
| ||
20:29 | When SEE integration is enabled, pass its flags when compiling 'shell.c' as well. check-in: 6d4aa344 user: mistachkin tags: trunk | |
03:21 | Fix support for 'raw' mode for embedded TH1 docs broken by check-in [35698c9c43478f8f]. check-in: 05df5d2e user: mistachkin tags: trunk | |
2017-05-13
| ||
23:08 | Restore previous behavior of the --with-tcl option to configure, where the value portion is optional. check-in: 27e65b07 user: mistachkin tags: trunk | |
2017-05-12
| ||
13:49 | Patch for autosetup to restore previous behavior of the --with options to configure, by Steve Bennett. check-in: 4e1450ae user: mistachkin tags: trunk | |
2017-03-08
| ||
03:22 | Enhancements to TH1 related to hashing. Add the 'hash' TH1 command. Leaf check-in: 357c3c68 user: mistachkin tags: th1Hash | |
2017-02-23
| ||
07:52 | Add support for document titles to the TH1 docs feature. check-in: 35698c9c user: mistachkin tags: trunk | |
07:51 | Fix harmless compiler warning seen with MSVC. check-in: afcff499 user: mistachkin tags: trunk | |
2017-02-15
| ||
06:23 | Improve the warning message about versioned/non-versioned settings so that it includes the full path to the versioned settings file, for better use with things like 'fossil all'. check-in: 83fd7384 user: mistachkin tags: trunk | |
2017-02-14
| ||
18:19 | If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. check-in: 2375d6cb user: mistachkin tags: trunk | |
03:04 | For safety, the --verily option to clean should force all symlinks to be treated as normal content files. Closed-Leaf check-in: 8fdf8cbe user: mistachkin tags: symlinks | |
01:03 | When the --reset option is used, reset the cached stat() information before and after dealing with it. check-in: 39ea7a2f user: mistachkin tags: symlinks | |
00:59 | Add '--reset' option to the file test commands. Other minor improvements. check-in: 996ebab7 user: mistachkin tags: symlinks | |
00:40 | Report the effective file mode bits also. check-in: 7972e19f user: mistachkin tags: symlinks | |
00:30 | Modularize and enhance the file test commands. check-in: 834a5b61 user: mistachkin tags: symlinks | |
00:13 | Further enhancements. check-in: a3409470 user: mistachkin tags: symlinks | |
00:03 | Enhance verbosity of the new 'test-file-environment' command. check-in: 804bb55f user: mistachkin tags: symlinks | |
2017-02-13
| ||
23:56 | Add the 'test-file-environment' test command. check-in: c891d86c user: mistachkin tags: symlinks | |
21:03 | Oops, missed one thing in the previous check-in. check-in: b3fc0a13 user: mistachkin tags: symlinks | |
21:01 | For the '--no-dir-symlinks' flag to be honored when the 'allow-symlinks' setting is disabled, the file_wd_isdir() function must force lstat() to be used. check-in: 6c90761b user: mistachkin tags: symlinks | |
20:31 | Remove forced setting of the 'allow-symlinks' cached setting from the 'clean' and 'extras' commands. check-in: 95786510 user: mistachkin tags: symlinks | |
20:10 | If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. check-in: 3e949e17 user: mistachkin tags: symlinks | |
2017-02-06
| ||
22:31 | Add '--no-dir-symlinks' command line option, which prevents traversing into symlinked directories. Make the '--verily' option to 'clean' imply '--no-dir-symlinks'. check-in: 8e659df6 user: mistachkin tags: trunk | |
2017-02-04
| ||
19:58 | Improve help text for the pull/push/sync commands. check-in: 04c6e7ee user: mistachkin tags: trunk | |
2017-02-01
| ||
04:51 | Missed one. Closed-Leaf check-in: 2f19a687 user: mistachkin tags: noSymlinks | |
04:49 | Reverse accidental whitespace changes. check-in: e4b78f20 user: mistachkin tags: noSymlinks | |
04:40 | Rename and repurpose '--no-symlinks' into '--no-dir-symlinks', to prevent traversing into symlinked directories. Make the '--verily' option to 'clean' imply '--no-dir-symlinks'. check-in: 66406ae9 user: mistachkin tags: noSymlinks | |
02:42 | The file_wd_isdir() function must honor the symlinks options. check-in: de053c77 user: mistachkin tags: noSymlinks | |
02:32 | Attempt to always enforce the --no-symlinks option. check-in: 35e37e9b user: mistachkin tags: noSymlinks | |
02:16 | Add the --no-symlinks global command line option. check-in: 85277aa3 user: mistachkin tags: noSymlinks | |
2017-01-28
| ||
19:48 | Changing the password requires a 'real' login. check-in: 8b562b90 user: mistachkin tags: trunk | |
2017-01-25
| ||
01:00 | The default MIME type for JSON wiki text should be 'text/x-fossil-wiki', not 'text/plain'. check-in: 58dd5383 user: mistachkin tags: trunk | |
2017-01-17
| ||
03:10 | Updates to the Win32 version resource. check-in: 8dc5d4fc user: mistachkin tags: trunk | |
02:16 | More revisions to verbose version information reporting, especially for FUSE. Closed-Leaf check-in: 444e3c43 user: mistachkin tags: versionReform | |
2017-01-10
| ||
20:32 | Improvements to comments and file format docs. check-in: f0c19ea1 user: mistachkin tags: remarks-on-checkins | |
05:30 | Add the changes from check-in [3dddf7674b] to the 'makemake.tcl' tool, which is used to generate the Makefiles. check-in: 91305830 user: mistachkin tags: trunk | |
2017-01-09
| ||
23:37 | Since the db_database_slot() function is called during database error processing, it must use db_prepare_ignore_error() and then check the return code. check-in: 02fa325a user: mistachkin tags: trunk | |
2017-01-08
| ||
21:04 | A couple more typo fixes in the file format document. check-in: 290404ec user: mistachkin tags: remarks-on-checkins | |
02:03 | Small whitespace fix. check-in: 7353be68 user: mistachkin tags: remarks-on-checkins | |
02:03 | Fix a typo in the file format document. check-in: 1c7438d4 user: mistachkin tags: remarks-on-checkins | |
2017-01-03
| ||
22:39 | Simplify and cleanup various Fossil versioned setting files. check-in: 724b1536 user: mistachkin tags: trunk | |
2016-12-19
| ||
07:04 | Enhance TH1 'redirect' command to support for HTTP redirects with a status code of 307. check-in: bee6dbde user: mistachkin tags: trunk | |
2016-11-22
| ||
21:50 | Draft fix for 'settings' command issue when using the '-R' option. Closed-Leaf check-in: 9807a05d user: mistachkin tags: settingRFix | |
2016-11-12
| ||
00:01 | Fix uninitialized variable that was causing artifact download issues. check-in: 3af5165a user: mistachkin tags: trunk | |
2016-11-08
| ||
18:41 | The 'ignore-glob' setting should not be used for build output files; otherwise, 'extras' command is unable to see them and 'clean' command is unable to remove then. Also, the 'add' command should already ignore files matching the 'clean-glob', there is no need to duplicate its contents in 'ignore-glob'. Remark (JN): "fossil clean -x" could be your friend here, it makes life a lot easier. check-in: dc9ac1d7 user: mistachkin tags: trunk | |
18:18 | Since the 'manifest' setting is no longer a strictly binary option, prevent it from being displayed as such on the settings page. check-in: b73dee98 user: mistachkin tags: trunk | |
18:13 | Regenerate the MinGW makefile, since it apparently does use XBCC. Also, sync up the custom MinGW makefile with it. check-in: ce698048 user: mistachkin tags: trunk | |
18:12 | Prevent the DMC and MSVC makefile from using XBCC, which was not defined there. check-in: f366e52f user: mistachkin tags: trunk | |
2016-11-03
| ||
18:31 | Compilation fix for MinGW: consistently use _WIN32_WINNT when including winsock2.h, etc. check-in: 26a88f1b user: mistachkin tags: trunk | |
2016-11-02
| ||
19:12 | Merge updates from trunk. check-in: 25285f06 user: mistachkin tags: openssl-1.1 | |
06:41 | Fix compilation issue on Unix due to 'mkindex' wrongly attempting to include 'cmd_win32_service' due to its #if processing. check-in: 69f64a8d user: mistachkin tags: trunk | |
2016-11-01
| ||
23:34 | Enhancements to SEE integration on Windows. check-in: 7aeeb302 user: mistachkin tags: trunk | |
2016-10-28
| ||
22:45 | Fix a C99-ism introduced by check-in [27c8985cc1b75cf5]. check-in: 2bb3a8e1 user: mistachkin tags: trunk | |
05:29 | Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. check-in: feb202f5 user: mistachkin tags: trunk | |
04:27 | Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. Closed-Leaf check-in: 6a80a2f2 user: mistachkin tags: altFuseFsDef | |
2016-10-26
| ||
21:45 | Create a temporary index to speed up incremental Git import. check-in: 0fa60142 user: mistachkin tags: trunk | |
21:32 | Minor tweaks to the break_into_lines() algorithm. Add tests. check-in: 057e4b0a user: mistachkin tags: trunk | |
21:31 | Minor security enhancements to the optional SEE integration. check-in: a8484dc3 user: mistachkin tags: trunk | |
21:28 | Fixes for incremental Git import/export. check-in: 27c8985c user: mistachkin tags: trunk | |
21:26 | Add the 'project_description' variable to TH1. check-in: cd219d31 user: mistachkin tags: trunk | |
21:24 | Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. check-in: 1b5b69f3 user: mistachkin tags: trunk | |
21:21 | Enhance 'brlist' page to make use of branch colors. check-in: 796c9aba user: mistachkin tags: trunk | |
21:14 | Update change log. check-in: 94f7de8b user: mistachkin tags: trunk | |
21:08 | Remove the 'fusefs' command from builds that do not have underlying support enabled. check-in: 75ef4511 user: mistachkin tags: trunk | |
20:54 | Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. check-in: 0b646cea user: mistachkin tags: trunk | |
2016-10-25
| ||
22:06 | Merge updates from trunk. Closed-Leaf check-in: 66c5bc56 user: mistachkin tags: experimental | |
22:05 | Remove the 'fusefs' command from builds that do not have underlying support enabled. check-in: 20b67ab3 user: mistachkin tags: experimental | |
2016-10-24
| ||
21:54 | Merge updates from trunk. check-in: 1375911c user: mistachkin tags: experimental | |
21:53 | Remove BOM (byte-order-mark) from the change log. check-in: a2f47102 user: mistachkin tags: trunk | |
04:51 | Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. Closed-Leaf check-in: 0d247d57 user: mistachkin tags: tktSetFix | |
2016-10-23
| ||
02:16 | Fixes for incremental Git import/export. check-in: 9599705c user: mistachkin tags: experimental | |
02:14 | Minor tweaks to the break_into_lines() algorithm. Add tests. check-in: d3cc6d1d user: mistachkin tags: experimental | |
02:07 | Minor security enhancements to the optional SEE integration. check-in: 69352027 user: mistachkin tags: experimental | |
01:46 | Add the 'project_description' variable to TH1. check-in: 345c580d user: mistachkin tags: experimental | |
01:45 | Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. check-in: a5fd16fe user: mistachkin tags: experimental | |
01:42 | Enhance 'brlist' page to make use of branch colors. check-in: 435ca5d2 user: mistachkin tags: experimental | |
01:28 | Minor enhancement to 'mkversion'. check-in: f59f4e1f user: mistachkin tags: trunk | |
2016-10-22
| ||
08:37 | Fix typo on a wiki page. check-in: f65fe580 user: mistachkin tags: trunk | |
08:26 | Add the 'test-prompt-user' command. check-in: 8817b0ed user: mistachkin tags: trunk | |
2016-10-20
| ||
17:04 | Add text for the '--ssl-identity' global option to the 'Environment Variables and Global Options' page. check-in: 7c759722 user: mistachkin tags: trunk | |
2016-10-18
| ||
21:55 | Make the new wiki MIME type handling more consistent with the existing code. Closed-Leaf check-in: 0dc1187e user: mistachkin tags: jsonWikiMimeTypes | |
08:22 | Enhancements to wiki MIME types supported for the JSON API. check-in: 7a14176e user: mistachkin tags: jsonWikiMimeTypes | |
2016-10-16
| ||
00:22 | Merge updates from trunk. Closed-Leaf check-in: 5634375d user: mistachkin tags: stash-fixes | |
00:21 | Remove a 'knownbug' marker because the underlying issue appears to be fixed on this branch. check-in: 43e122c7 user: mistachkin tags: stash-fixes | |
2016-10-15
| ||
05:02 | Coding style, removing superfluous 'then' clauses from tester.tcl. check-in: 4946b5b1 user: mistachkin tags: trunk | |
04:56 | Further revise the 'test_start_server' and 'test_stop_server' test suite helper procedures to make it possible to actually delete the temporary output-capture file on Windows. check-in: b0081d97 user: mistachkin tags: trunk | |
2016-10-14
| ||
19:35 | Adjustments to the 'test_start_server' Fossil test suite procedure to make it work better on Windows. check-in: a88ca0d7 user: mistachkin tags: trunk | |
2016-10-10
| ||
18:54 | Cosmetic TH1 doc tweaks. check-in: 0b50909c user: mistachkin tags: trunk | |
18:53 | Cosmetic TH1 doc tweaks. Closed-Leaf check-in: 2a163d5c user: mistachkin tags: th1Unversioned | |
07:10 | Improve 'unversioned list' TH1 command comment. check-in: 484f26e3 user: mistachkin tags: th1Unversioned | |
07:07 | Slightly simplify code. Add and modify tests. Merge changes from trunk. check-in: a3f04386 user: mistachkin tags: th1Unversioned | |
06:32 | Minor correction to the TH1 docs, fixing ordering. check-in: f36f95b3 user: mistachkin tags: trunk | |
06:29 | Add the 'unversioned content' and 'unversioned list' commands to TH1. check-in: e81fbfd0 user: mistachkin tags: th1Unversioned | |
05:55 | Merge updates from trunk. Closed-Leaf check-in: 82d77c23 user: mistachkin tags: prjDesc | |
2016-10-06
| ||
18:56 | Add a couple more unversioned command tests. check-in: e727b3d5 user: mistachkin tags: trunk | |
2016-10-05
| ||
23:06 | Add another test for the unversioned command. check-in: d2a47575 user: mistachkin tags: trunk | |
08:21 | Modify expected results for one of the TH1 hooks tests to account for the changes in [274e537bb064db9d]. check-in: 6c1359d3 user: mistachkin tags: trunk | |
08:10 | The changes in [b045d0774ed48936] are too far reaching. Instead, add a -keepNewline option and use it where appropriate. check-in: 561402f2 user: mistachkin tags: trunk | |
06:40 | The 'manifest' setting still needs to be marked as 'versionable'. check-in: 3604802d user: mistachkin tags: trunk | |
06:39 | Normalize TH1 script evaluation results used internally by the test suite. check-in: 22c62dba user: mistachkin tags: trunk | |
05:12 | Get all unversioned tests passing on Unix as well. check-in: 019725ba user: mistachkin tags: trunk | |
05:00 | Add tests for the 'unversioned revert' and 'unversioned sync' commands. check-in: 1c99c133 user: mistachkin tags: trunk | |
04:40 | Make the '--stopper' option for the 'server' command on Windows work as advertised even when the server thread is being blocked by accept(). check-in: a6eb6510 user: mistachkin tags: trunk | |
00:25 | Add initial tests for the 'unversioned' command. check-in: e464dd96 user: mistachkin tags: trunk | |
2016-10-04
| ||
23:54 | Another correction to the unversioned help text. check-in: 800517e1 user: mistachkin tags: trunk | |
23:49 | Add a Tcl script to act as a (fake) text editor for the test suite. check-in: b6a01114 user: mistachkin tags: trunk | |
23:44 | Add 'unversioned remove' as an alias for 'unversioned rm'. Update and improve help text. check-in: 182adc02 user: mistachkin tags: trunk | |
23:32 | The final newline must be retained for all test results. check-in: b045d077 user: mistachkin tags: trunk | |
23:29 | Coding style and consistency improvements. check-in: 824bfe84 user: mistachkin tags: trunk | |
23:27 | Do not use the Tcl global variable name 'dir'. check-in: 64b812bd user: mistachkin tags: trunk | |
19:17 | Coding style tweaks. Closed-Leaf check-in: 34d988c2 user: mistachkin tags: seeEnhanced | |
19:07 | Merge updates from trunk. check-in: 04a8ee6e user: mistachkin tags: seeEnhanced | |
19:06 | Fix harmless compiler warnings. check-in: 3f06618c user: mistachkin tags: trunk | |
19:05 | Add an assert(). check-in: e6a5634f user: mistachkin tags: seeEnhanced | |
04:49 | Make sure that symlinks to directories are honored when dealing with checkout files. check-in: 912a0d50 user: mistachkin tags: trunk | |
02:55 | Coding style tweak. Closed-Leaf check-in: b47e4cc4 user: mistachkin tags: binDiffFix | |
02:44 | Whitespace tweak. check-in: 4ed91cda user: mistachkin tags: binDiffFix | |
02:43 | Adopt the diff algorithm changes from trunk. check-in: f9f2d769 user: mistachkin tags: binDiffFix | |