Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
28 check-ins using file src/main.c version 5301c22b79
|
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 -a... 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 | |