Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins by user mistachkin

2022-10-17
01:02
Merge updates from trunk. Leaf check-in: 6f3640a71d user: mistachkin tags: th1Hash
2021-09-15
19:50
Prevent an extra leading slash from the post-login redirector. Also, on the 'register' page, include the email notifications input element if the 'selfreg-verify' setting is enabled, even when the 'default-perms' setting does not include the 'Email Alerts' ('7') permission. check-in: 129ea22423 user: mistachkin tags: trunk
19:43
Fix harmless compiler warning on Win32. check-in: e1996e2558 user: mistachkin tags: trunk
19:42
Update the custom MinGW makefile. check-in: 47bda8418a user: mistachkin tags: trunk
2021-09-13
21:30
Fix typo. check-in: 1e5dc324ef user: mistachkin tags: trunk
2021-06-02
00:09
Update the custom MinGW makefile. check-in: dc47bf4b6a user: mistachkin tags: trunk
2021-04-02
03:56
Improve an error message in the 'json' test file. check-in: e4f854db78 user: mistachkin tags: trunk
03:39
Fixes to the 'commit-warning' test file. check-in: 953bb36cbc user: mistachkin tags: trunk
03:38
Fixes to the 'json' test file. check-in: e9def3b785 user: mistachkin tags: trunk
02:57
Fixes to the 'th1' test to account for a trace output difference on non-Windows platforms. check-in: 739dd489f1 user: mistachkin tags: trunk
2021-03-19
03:10
Add compile-time option to enable TH1 memory leak tracking. Also, fix TH1 memory leak, improve a couple #ifdef's, and fix JSON assert in fossil_print_error() seen when an invalid repository is specified. check-in: 999e33cc7a user: mistachkin tags: trunk
02:49
Be sure to set the default value for the OPTIMIZATIONS nmake macro, i.e. to avoid an expression syntax error. Closed-Leaf check-in: 9c36e6335f user: mistachkin tags: th1-malloc-debugging
2021-03-18
23:31
Fix JSON assert in fossil_print_error() seen when an invalid repository is specified. check-in: 44cf2e9190 user: mistachkin tags: th1-malloc-debugging
22:57
Add compile-time option to enable TH1 memory leak tracking. Also, fix a TH1 memory leak and improve a couple #ifdef's. check-in: e5293dc281 user: mistachkin tags: th1-malloc-debugging
03:46
Fix the 'unversioned' test. check-in: a517a2feea user: mistachkin tags: trunk
03:35
Fix the 'settings-repo' test. check-in: 1f4932404a user: mistachkin tags: trunk
03:28
Fix the 'settings' test. check-in: 93bd55f3c3 user: mistachkin tags: trunk
03:22
When using the VsWhere tool, require the MSVC toolset, not MSBuild. check-in: 9cd7d67da0 user: mistachkin tags: trunk
03:21
Fix for the 'reserved-names' test. check-in: 84e2abea1c user: mistachkin tags: trunk
03:21
Fix compiler warning seen with MSVC. check-in: 2dbc715496 user: mistachkin tags: trunk
02:01
Fixes for the 'th1' tests. check-in: e57dc731a9 user: mistachkin tags: trunk
01:40
Object files based on checked-out source files should not be ignored. The final build products (e.g. 'fossil', 'fossil.exe') are exempt from this rule. check-in: 0d21459e35 user: mistachkin tags: trunk
01:36
For consistency, add 'msvcbld' to the Docker ignore file. check-in: ab168a89bc user: mistachkin tags: trunk
01:34
Re-add the 'wbld' directory to 'clean-glob' as it is used by MinGW. check-in: bb86eb6291 user: mistachkin tags: trunk
01:30
Update the custom MinGW makefile. check-in: d425ea6b4c user: mistachkin tags: trunk
01:16
Make detection and use of VsWhere tool consistent and support 32-bit installs. check-in: 9fef4e01ba user: mistachkin tags: trunk
2020-10-18
18:38
Fix harmless compiler warnings. Update the custom MinGW makefile. Make feature reporting consistent for 'markdown', which is now always enabled. check-in: 750879ead4 user: mistachkin tags: trunk
2020-09-10
22:15
Fix typo in the 'admin_sql' page. check-in: e654b300f6 user: mistachkin tags: trunk
21:51
Fix misplaced / missing db_unprotect() calls in the 'waliassetup' and 'setup_logo' pages. check-in: f273832a73 user: mistachkin tags: trunk
00:54
Add the 'defHeader' command to TH1. check-in: c1cb6886cd user: mistachkin tags: trunk
2020-08-22
00:23
Update the custom MinGW makefile. check-in: 6eb1f43485 user: mistachkin tags: trunk
2020-08-17
22:34
Add more tests. check-in: 92704d1c68 user: mistachkin tags: sec2020
22:27
Simplify error message. check-in: 1bb0b3a8f3 user: mistachkin tags: sec2020
22:22
Fixes for reserved names case sensitivity, coding style adjustments, more tests. check-in: fde20bc03c user: mistachkin tags: sec2020
20:51
Add tests for the reserved names. check-in: df720b28fc user: mistachkin tags: sec2020
2020-07-31
21:51
Permit the 'favicon.ico' image to be customized. check-in: 37262b8387 user: mistachkin tags: trunk
2020-07-19
21:33
Reverse check-in [0f0b904337150bd5]. For MSVC, in order to build using the current directory as the build output directory, set the BUILDDIR environment variable to "%CD%" before executing the build tool. check-in: a6332ebfe9 user: mistachkin tags: trunk
2020-07-16
13:48
Simplify new setting names and some internal names. Closed-Leaf check-in: e6a3112f76 user: mistachkin tags: customFavicon
2020-07-15
20:57
Permit the 'favicon.ico' image to be customized. check-in: 3352c1c290 user: mistachkin tags: customFavicon
2020-07-08
15:23
Follow-up to previous check-in: avoid breaking external feature detection for 'mv-rm-files'. check-in: 4a880a166a user: mistachkin tags: trunk
2020-06-28
16:29
Merge updates from trunk. Leaf check-in: c40c3272cd user: mistachkin tags: th1Favicon
15:08
Further CSS updates to the 'eagle' skin. check-in: cff5d12696 user: mistachkin tags: trunk
2020-06-27
17:15
Permit the 'favicon.ico' page to be customized via TH1. check-in: ff73526517 user: mistachkin tags: th1Favicon
00:12
Follow-up to the previous check-in: for the 'eagle' skin, make sure the logo div has a valid minimum width. check-in: 4a9af9b059 user: mistachkin tags: trunk
2020-06-26
23:06
Attempt to improve the look of the forum when using the 'eagle' skin. check-in: 9cb1556e11 user: mistachkin tags: trunk
2020-06-20
19:51
Make sure calls to db_close_config() also close the local checkout when needed. check-in: aefbd20d6e user: mistachkin tags: trunk
16:56
Update the custom MinGW makefile. check-in: e28b23159f user: mistachkin tags: trunk
2020-06-14
15:28
Robustify a few things in the JSON subsystem integration and get JSON tests passing. check-in: a588e55fe7 user: mistachkin tags: trunk
2020-06-13
19:11
Move the JSON error cgi_reply() into fossil_print_error(). Closed-Leaf check-in: 6131789870 user: mistachkin tags: jsonTestsPass
01:25
Remove superfluous 'then' from the test suite. Also, enhance -verbose when used for merge tests. check-in: 3c7825278b user: mistachkin tags: trunk