Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins tagged with "tkt-change-hook"
|
2013-12-18
| ||
| 15:38 | Merge trunk. Add information on the ""th1-uri-regexp" setting. Closed-Leaf check-in: f671c50f92 user: jan.nijtmans tags: tkt-change-hook | |
|
2013-12-13
| ||
| 21:46 | Unify use of the user-agent string. check-in: 55c91af5ad user: mistachkin tags: tkt-change-hook | |
| 15:19 | Fix Content-Type/Content-Length for GET/POST requests. check-in: a60d2976ff user: jan.nijtmans tags: tkt-change-hook | |
| 14:19 | Merge trunk and fix typo (missing backslash) check-in: 847107015b user: jan.nijtmans tags: tkt-change-hook | |
| 13:16 | Forgot to commit one more change. check-in: fa71b6ce6d user: jan.nijtmans tags: tkt-change-hook | |
| 11:31 | Merge trunk. Fix uninitialized variable. Less copying of complete structure content. check-in: 85528ef507 user: jan.nijtmans tags: tkt-change-hook | |
|
2013-11-12
| ||
| 15:10 | Fix password handling as in trunk. check-in: 384a6b3dba user: jan.nijtmans tags: tkt-change-hook | |
| 12:39 | merge trunk check-in: 3d63f56039 user: jan.nijtmans tags: tkt-change-hook | |
|
2013-10-22
| ||
| 08:38 | Minor changes to help text. check-in: 4833cda5a7 user: mistachkin tags: tkt-change-hook | |
| 08:34 | Merge updates from trunk. check-in: 0943f37246 user: mistachkin tags: tkt-change-hook | |
|
2013-10-18
| ||
| 09:34 | Improvements to the 'fossil all' help text. check-in: 8019d49bdb user: mistachkin tags: tkt-change-hook | |
| 07:50 | Merge updates from trunk. Add 'th1-uri-regexp' to the common TH1 configuration settings. check-in: 9e4a3bc67b user: mistachkin tags: tkt-change-hook | |
| 05:10 | Fix blob leaks on one return path. check-in: 2438518e66 user: mistachkin tags: tkt-change-hook | |
| 05:03 | Fix blob leaks in the http TH1 command. Also, reorganize it to prepare for future enhancements. check-in: 0db184fc8e user: mistachkin tags: tkt-change-hook | |
| 02:23 | Merge updates from trunk. check-in: 20306eef8c user: mistachkin tags: tkt-change-hook | |
| 00:58 | More enhancements to the button on the transfer setup page. check-in: dcc8236e97 user: mistachkin tags: tkt-change-hook | |
| 00:33 | Make the new button on the transfer setup page use the selected sync flags. Move the button to the bottom of the content and add some explanatory text and a warning message. check-in: bfcdc23b72 user: mistachkin tags: tkt-change-hook | |
|
2013-10-17
| ||
| 20:22 | merge trunk check-in: bf45c30d1d user: jan.nijtmans tags: tkt-change-hook | |
|
2013-10-16
| ||
| 13:39 | merge trunk. Slightly simpler SELECT check-in: 900bfb377d user: jan.nijtmans tags: tkt-change-hook | |
| 09:50 | A control artifact which modifies an already existing valid check-in (e.g. moving it to another branch), should fire the (commit) hook for the changed manifest. check-in: 52861df1e9 user: jan.nijtmans tags: tkt-change-hook | |
|
2013-10-15
| ||
| 18:36 | Make the TH1 common script result handling more consistent. Minor style fixes. check-in: 0ffe1b08fa user: mistachkin tags: tkt-change-hook | |
| 11:41 | Restore running of the common script before starting an xfer. If the commmon script result in a "break" or "continue", skip the following hook script but don't produce an error. check-in: d79eaeb101 user: jan.nijtmans tags: tkt-change-hook | |
| 09:00 | Fix accidental change: make sure that the regexp object has been created prior to using it. check-in: 9964af59ce user: mistachkin tags: tkt-change-hook | |
| 08:24 | Restore previous implementation of the common script function. Add inline docs to indicate its usage. check-in: 348df8f00f user: mistachkin tags: tkt-change-hook | |
| 07:57 | Keep in alphabetical order. check-in: de7681780d user: jan.nijtmans tags: tkt-change-hook | |
| 07:45 | The common xfer script should only be run once for each interpreter. check-in: 55fe2bb814 user: jan.nijtmans tags: tkt-change-hook | |
| 06:53 | Add a "Synchronize" button to the Admin->Transfers page (or "Pull" if the "dont-push" option is set). Remark: I'm not sure if determining the user with user_select() is correct here, that's the tricky point to get right. In case of "fossil ui" it works fine, but could be improved for usefulness in other situations. check-in: 7c24de9cf1 user: jan.nijtmans tags: tkt-change-hook | |
| 06:51 | merge trunk check-in: 837c85bae5 user: jan.nijtmans tags: tkt-change-hook | |
| 01:21 | Centralize and simplify the commit/ticket hook integration. check-in: 6cf28968db user: mistachkin tags: tkt-change-hook | |
|
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 | |
|
2013-10-13
| ||
| 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-09-19
| ||
| 15:10 | Some fossil_panic() -> fossil_fatal(). Revert output value of manifest_crosslink() to what it was: 0=error. check-in: b6cb91ca5b user: jan.nijtmans tags: tkt-change-hook | |
| 14:42 | merge trunk check-in: 06f08ed02b user: jan.nijtmans tags: tkt-change-hook | |
|
2013-07-23
| ||
| 10:25 | rebase check-in: bdad403f94 user: jan.nijtmans tags: tkt-change-hook | |
|
2013-07-12
| ||
| 13:54 | submitTicketCmd() must not return TH_ERROR if ticket_put() fails. check-in: ebfd7020aa user: jan.nijtmans tags: tkt-change-hook | |