Fossil

Timeline
Login

Timeline

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

42 check-ins related to "tkt-change-hook" plus check-in "2013-07-11 11:03:31" occurring around 2013-07-11 11:03:31.

2013-10-14
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-10-11
20:19
Improved the help text for /reports. Started 1.28 changelog entries. ... (check-in: 5c123de48c user: stephan tags: trunk)
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)
11:48
Fix MSVC build error and warnings: c:\localdata\workspace\fossil\src\util.c(249) : warning C4715: 'fossil_timer_fetch' : not all control paths return a value c:\localdata\workspace\fossil\src\util.c(270) : warning C4715: 'fossil_timer_reset' : not all control paths return a value ... (check-in: 6e1e4bb83d user: jan.nijtmans tags: trunk)
2013-07-23
10:25
rebase ... (check-in: bdad403f94 user: jan.nijtmans tags: tkt-change-hook)
2013-07-22
09:37
Eliminate some unused variables. "int const" -> "const int" and "char const" -> "const char" ... (check-in: b2640f61d7 user: jan.nijtmans tags: trunk)
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)
12:39
Better error reporting using fossil_error mechanism. ... (check-in: 97b47ddadf user: jan.nijtmans tags: tkt-change-hook)
11:38
rebase ... (check-in: ebc22d22d2 user: jan.nijtmans tags: tkt-change-hook)
11:31
Any vmerge.id < -2 should be handled as a MERGED_WITH by default, not as BACKOUT (even though trunk fossil cannot produce that yet). ... (check-in: 88e60e8ff3 user: jan.nijtmans tags: trunk)
2013-07-11
11:58
First shot at better error-reporting. ... (check-in: 0dbaf29294 user: jan.nijtmans tags: tkt-change-hook)
11:28
wrong default return value. ... (check-in: 3db66bc98f user: jan.nijtmans tags: tkt-change-hook)
11:03
Code cleanup. Revert manifest_crosslink() to its original signature. ... (check-in: b63458304d user: jan.nijtmans tags: tkt-change-hook)
10:46
Don't allow "tktnew" and "tktedit" pages or the "Common" hook to use the "http" command any more. Don't let "fossil rebuild" run any hooks. ... (check-in: 57d1d2811b user: jan.nijtmans tags: tkt-change-hook)
2013-07-10
14:05
Final bug-fixes (I hope) ... (check-in: a27df49629 user: jan.nijtmans tags: tkt-change-hook)
13:00
Bug-fixes: - ticket change resulted in ticket hook firing twice. - uuid for commits was determined wrong. ... (check-in: 078c67e0c4 user: jan.nijtmans tags: tkt-change-hook)
10:22
Add new "Tranfer Commit" hook, together with UI pages. Move existing "Ticket" hook there as well. ... (check-in: 266aca1c42 user: jan.nijtmans tags: tkt-change-hook)
10:10
Only set "seen-delta-manifest" once. ... (check-in: 18d762af88 user: jan.nijtmans tags: trunk)
08:07
Some code cleanup. Rename "tkt" variable to "uuid". ... (check-in: 8564e1c6bb user: jan.nijtmans tags: tkt-change-hook)
2013-07-09
13:06
rebase ... (check-in: ec9a14a3c9 user: jan.nijtmans tags: tkt-change-hook)
12:47
First attempt at getting uuid's available in the push hook script. ... (check-in: d747c14330 user: jan.nijtmans tags: tkt-change-hook)
12:06
Properly determine usage of '/', and don't put URL params in "Host:" ... (check-in: 7a63685d73 user: jan.nijtmans tags: tkt-change-hook)
11:52
Update to the latest 3.8.0 alpha version of SQLite. ... (check-in: 5ea03d389d user: drh tags: trunk)
11:48
First bug found by testing: URL parameters were not being sent. Maybe url_parse() should be exteded doing that. ... (check-in: 6950cd3666 user: jan.nijtmans tags: tkt-change-hook)
11:06
"http-allow-regexp" setting and "http -async" (continuing experiments) ... (check-in: 75a9c981ab user: jan.nijtmans tags: tkt-change-hook)
2013-07-08
20:07
limit hook http requests to localhost, unless setting "http-outside" is set. ... (check-in: 2b233e0af2 user: jan.nijtmans tags: tkt-change-hook)
18:28
some first security restrictions ... (check-in: 6949032cfe user: jan.nijtmans tags: tkt-change-hook)
14:58
add http command to TH1 (untested) ... (check-in: 4467415eda user: jan.nijtmans tags: tkt-change-hook)
13:51
Populate ticket uuid for use in Th hook. ... (check-in: 2372e7ecf2 user: jan.nijtmans tags: tkt-change-hook)
2013-07-05
12:06
Fix behavior of "fossil commit" on case-insensitive file systems. ... (check-in: c1611f7dfa user: jan.nijtmans tags: trunk)