Fossil

Timeline
Login

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

10 check-ins using file src/db.c version 50f855b0df

2013-10-14
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
08:48
Help text enhancements. check-in: 345cb070a1 user: mistachkin tags: tkt-change-hook
08:20
Rename the HTTP header variable used by httpCmd back to hdr for consistency with other code. check-in: e44932b12c user: mistachkin tags: tkt-change-hook
08:19
Phase 4, simplify usage of TH1 hooks and make more consistent. Assume that the common transfer TH1 script is idempotent. check-in: 0fe1771a76 user: mistachkin tags: tkt-change-hook
07:08
Phase 3, the TH1 http command now uses non-global URL data. This also required heavy refactoring of some other callers that use the global URL data. check-in: 8ce9c1af8f user: mistachkin tags: tkt-change-hook
05:37
Phase 2, style cleanup for httpCmd and fix minor memory leak. check-in: 047b0174b7 user: mistachkin tags: tkt-change-hook
05:10
Refactoring, phase 1, move httpCmd. check-in: d1b4d1b630 user: mistachkin tags: tkt-change-hook
04:15
Rename the 'http-allow-regexp' setting to 'th1-uri-regexp'. check-in: aeedba68b6 user: mistachkin tags: tkt-change-hook