Fossil

Timeline
Login

Timeline

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

50 events by user jan.nijtmans occurring around 2013-10-09 08:24:38.

2013-10-15
06:52 Edit [4807e6f0c3710c2d|4807e6f0c3]: Mark "Closed". ... (artifact: 055757665c user: jan.nijtmans)
06:51
merge trunk ... (check-in: 837c85bae5 user: jan.nijtmans tags: tkt-change-hook)
06:48
Bug-fix in ticket handling when tracing is on. (discovered in tkt-change-hook branch) ... (check-in: 9e940f2e1e user: jan.nijtmans tags: trunk)
2013-10-14
14:59 Edit [4807e6f0c3710c2d|4807e6f0c3]: Edit check-in comment. ... (artifact: 7db4dcda9b user: jan.nijtmans)
11:37
Bug-fix (not caused by refactoring, was already there): When doing a "fossil commit -n": assertion "blob_is_reset(&manifest)" failed: file "./src/checkin.c", line 1817, function: commit_cmd Aborted (core dumped) ... (check-in: 3db05280ca user: jan.nijtmans tags: tkt-change-hook)
10:54
Restore some styling improvements. ... (check-in: ee598d69be user: jan.nijtmans tags: tkt-change-hook)
10:38
Phase 4 refactoring broke some important requirements: 1) "fossil rebuild" should not run any hook script, nor should it read the hook script code from the database for each manifest it processes. 2) When handling tickets through the UI, the ticket hook should be processed once, just as if it came in through xfer. 3) (less important) Allow "http -asynchronious" to be shortened to "http -async" I apologize for having to revert part of the "Phase 4 refactoring" restoring this. Other than that, it looks good! ... (check-in: b92e111a59 user: jan.nijtmans tags: tkt-change-hook)
2013-10-13
22:13 Edit [b6b656a0ec2fbf54|b6b656a0ec]: Edit check-in comment. ... (artifact: acb0b37871 user: jan.nijtmans)
15:19
don't hardcode default value of "ticket-change" code ... (check-in: 0e1f94732c user: jan.nijtmans tags: tkt-change-hook)
15:13
Put back ticket-change in JSON part as well ... (check-in: 12c53e1cb6 user: jan.nijtmans tags: tkt-change-hook)
15:03
One more place where failing run_common_script() should not prevent running manifest_crosslink(). If run_common_script() fails, let the following run_script() output its error-message. ... (check-in: cc5466b8d4 user: jan.nijtmans tags: tkt-change-hook)
14:46
add back the original "ticket-change" hook, as it was in trunk ... (check-in: abef3f1957 user: jan.nijtmans tags: tkt-change-hook)
10:33
manifest_crosslink() should always be called, whether run_common_script() fails or not. revert experimental change in timeline ... (check-in: b6b656a0ec user: jan.nijtmans tags: tkt-change-hook)
10:06
Fix redirect after ticket submission, as suggested by Justin Forest. Rename "ticket-change" to "xfer-ticket-script" everywhere ... (check-in: 26d6877ff6 user: jan.nijtmans tags: tkt-change-hook)
09:53
merge trunk ... (check-in: a4327ba0b6 user: jan.nijtmans tags: tkt-change-hook)
2013-10-11
12:40
Fix Win64 build with MinGW. Problem reported by Martin Gagnon. ... (check-in: 0d70a87234 user: jan.nijtmans tags: trunk)
11:44
merge trunk ... (Closed-Leaf check-in: 1a310615b6 user: jan.nijtmans tags: fix-win64-mingw)
11:31
Revert makefile changes in my previous commit: It broke the normal MinGW build! Sorry! ... (check-in: 6e55cfe61c user: jan.nijtmans tags: trunk)
11:31 Edit [6e55cfe61c3556dc|6e55cfe61c]: Edit check-in comment. ... (artifact: 239196849b user: jan.nijtmans)
11:20
With this additional change, it works. But I don't understand why, and it means patching SQLite. ... (check-in: 57cf68c421 user: jan.nijtmans tags: fix-win64-mingw)
11:13
Attempt to fix Win64 MinGW build. Doesn't work yet. ... (check-in: e25410039d user: jan.nijtmans tags: fix-win64-mingw)
08:36
Make sure that EVERY source file includes "config.h" before any other system includes. This is the first step in making fossil compile for Win64 using MinGW. ... (check-in: c30cd93b91 user: jan.nijtmans tags: trunk)
2013-10-10
13:18
Make sure that in Win64 builds _USE_32BIT_TIME_T is never defined. ... (check-in: d66cfb164f user: jan.nijtmans tags: trunk)
2013-10-09
09:20
Make sure that the UUID of a generated P-card is the UUID of a valid check-in in this repository. If not, bail out early. ... (check-in: d30abe150a user: jan.nijtmans tags: trunk)
08:24
Be carefull comparing a char < ' ': If the platform 'char' type is signed, this will be true for all UTF-8 characters >0x7f as well. ... (check-in: c426475eeb user: jan.nijtmans tags: trunk)
07:56
Fix the abbreviated project name escape mechanism for two less obvious dangers: - spaces at the end of the filename should be stripped. - control charaters are not allowed in filenames either. ... (check-in: e161527c3a user: jan.nijtmans tags: trunk)
2013-10-08
15:25 Edit [1eb438d61a6db40d|1eb438d61a]: Mark "Closed". ... (artifact: 9cb0e46b89 user: jan.nijtmans)
15:21
double-quote and question mark are a problem as well. ... (check-in: 760f80cd8f user: jan.nijtmans tags: trunk)
07:23
Even better error message in case of "manifest file (12892) is malformed". Detection of this situation is not 100% failproof yet, but if zParentUuid=0 we know for sure that an illegal manifest will be generated later, so better catch this early. ... (check-in: 27dc7a5671 user: jan.nijtmans tags: trunk)
2013-10-07
08:35
Hm. the db_finalize() and the newline append should be done within the "if"! ... (Closed-Leaf check-in: 6135c92e4b user: jan.nijtmans tags: pending-review)
08:10
Prevent an invalid manifest to be generated if there is no parent manifest. ... (check-in: aa01de5d16 user: jan.nijtmans tags: pending-review)
07:41
Better error message in case of "manifest file (12892) is malformed". It will now give an additional line: "line ???: wrong size UUID on P-card" (or whatever other parsing error happens), and using the "-n" option it will print out the complete manifest as well. This would have made it much easier to investigate Ron Aaron's commit problem (many thanks for reporting this!), without adding special debugging code to fossil. ... (check-in: ec81aee915 user: jan.nijtmans tags: trunk)
2013-10-04
17:48 Edit [82d648ae0150dfba|82d648ae01]: Edit check-in comment. ... (artifact: 505a79129b user: jan.nijtmans)
09:59
Cygwin64 has a 64-bit "long" while Win64 has a 32-bit "long". Correct for that. ... (check-in: 4ff370c832 user: jan.nijtmans tags: trunk)
09:30
Better error-message in case of "manifest file is malformed" ... (Closed-Leaf check-in: 1eb438d61a user: jan.nijtmans tags: pending-review)
09:10
Fix compiler warning on Cygwin ... (check-in: c05cc27300 user: jan.nijtmans tags: trunk)
2013-10-03
14:59
Revert [b7625d8d8c], instead make sure the correct header file is included for Cygwin. ... (check-in: 19b2b2403c user: jan.nijtmans tags: trunk)
2013-10-02
14:45
Take over some improvements/fixes from the CleanX2 branch. Still not very well tested, so please don't look ;-) ... (check-in: b2a2ce5312 user: jan.nijtmans tags: cleanX-no-clean-glob)
05:24 Edit [020bb71f00d34d12|020bb71f00]: Mark "Closed". ... (artifact: c9d22c8666 user: jan.nijtmans)
05:23 Edit [b3201c91110e66c5|b3201c9111]: Move to branch cleanX-no-clean-glob. ... (artifact: ff7442defd user: jan.nijtmans)
05:22 Edit [cbf9660369975e78|cbf9660369]: Move to branch cleanX-no-clean-glob. ... (artifact: 8afe56efb4 user: jan.nijtmans)
05:22 Edit [dfb47a2a2e0f5dac|dfb47a2a2e]: Move to branch cleanX-no-clean-glob. ... (artifact: 79d22dfa06 user: jan.nijtmans)
05:21 Edit [54aef599168d3e12|54aef59916]: Move to branch cleanX-no-clean-glob. ... (artifact: 58f48644f7 user: jan.nijtmans)
05:17 Edit [8d2f9ab128cbb706|8d2f9ab128]: Move to branch cleanX. ... (artifact: a0a8ff1ae4 user: jan.nijtmans)
2013-10-01
09:21
merge trunk ... (check-in: 5724c62cf6 user: jan.nijtmans tags: cleanX-no-clean-glob)
2013-09-27
09:37 Edit [0013d9ccb6595fd6|0013d9ccb6]: Mark "Closed". ... (artifact: d4c297ff7c user: jan.nijtmans)
07:49
unloadTcl is only needed on Win32, not for Win64 or any other platform. ... (Closed-Leaf check-in: 0013d9ccb6 user: jan.nijtmans tags: win64-unloadTcl)
2013-09-26
07:54 Edit [e19cfba5373369bf|e19cfba537]: Mark "Closed". ... (artifact: d6b89d18e4 user: jan.nijtmans)
07:17
Fossil compiled with MinGW version 4.0 didn't work on Windows XP any more, because it uses the 64-bit time API. This can be fixed by specifying -D_USE_32BIT_TIME_T. (It's the same in MSVC, but Microsoft does not support Windows XP in its development tools any more. Adding the same in Makefile.msc doesn't help anything on that, unfortunately) ... (check-in: a8214df372 user: jan.nijtmans tags: trunk)
07:07 Edit [9112867c2d65e5cf|9112867c2d]: Move to branch pending-review. ... (artifact: f3d740d26f user: jan.nijtmans)