Fossil

Timeline
Login

Timeline

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

56 check-ins using file src/timeline.c version 019ea6e8f7

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)
07:48
Simplify the declaration of common TH1 related configuration settings. ... (check-in: 52ed68109b user: mistachkin tags: trunk)
07:30
Update error message text. ... (check-in: 037ccb47c5 user: mistachkin tags: trunk)
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
22:16
Add the 'fossil all clean' and 'fossil all extra' sub-commands. Add -whatif option to the 'fossil clean' command that has the same effect as -dry-run, primarily for use with 'fossil all clean' since the all command itself uses the -dry-run option. ... (check-in: d30e5a4835 user: mistachkin tags: trunk)
21:44
Merge updates from trunk. ... (Closed-Leaf check-in: 9ee11edbc1 user: mistachkin tags: allExtra)
20:22
merge trunk ... (check-in: bf45c30d1d user: jan.nijtmans tags: tkt-change-hook)
18:36
Enhance the CGI processor to assume that PATH_INFO is an empty string if it is omitted. ... (check-in: 63a84cb66e user: drh tags: trunk)
18:12
Increase the version number to 1.28. ... (check-in: d8eb5cb7a5 user: drh tags: trunk)
18:10
Update the change log. No changes to code. ... (check-in: d694ef089d user: drh tags: trunk)
17:38
Tolerate CGI systems that do not send REQUEST_URI. ... (check-in: a68280c4fc user: drh tags: trunk)
16:10
minor typo fix. ... (check-in: bd209802bf user: stephan tags: trunk)
16:08
Patch from offline drh which sets the default cloned-repo user name to the one provided in the URL. ... (check-in: 64aa75260f user: stephan tags: trunk)
15:40
Update the built-in SQLite to the 3.8.1 release. ... (check-in: 8f4e273b0d user: drh tags: trunk)
2013-10-16
19:02
Update build instructions for Mac 10.2. ... (check-in: bf6a4d3294 user: drh tags: trunk)
13:39
merge trunk. Slightly simpler SELECT ... (check-in: 900bfb377d user: jan.nijtmans tags: tkt-change-hook)
12:43
Changed text which appears in EDITOR/VISUAL-based commit message editor, per ML discussion. ... (check-in: 9801449b68 user: stephan tags: trunk)
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
20:10
Add support for compiling with symbols enabled using MSVC. ... (check-in: 44bd9ae243 user: mistachkin tags: trunk)
18:36
Make the TH1 common script result handling more consistent. Minor style fixes. ... (check-in: 0ffe1b08fa user: mistachkin tags: tkt-change-hook)
15:02
If _USE_32BIT_TIME_T is already set, e.g. because SQLite provides it already, don't set it again. ... (check-in: 043512c578 user: jan.nijtmans tags: trunk)
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)
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)
01:21
Centralize and simplify the commit/ticket hook integration. ... (check-in: 6cf28968db user: mistachkin tags: tkt-change-hook)
00:28
Minor changes to SQLite 3.8.1 as it nears release. ... (check-in: 93c258250b user: drh tags: trunk)
2013-10-14
13:57
Clarification to the quickstart.wiki text. ... (check-in: 0b9f725e15 user: drh tags: trunk)
13:30
Bring in the latest SQLite 3.8.1 beta for the purpose of pre-release testing of SQLite. ... (check-in: 089dad49e2 user: drh tags: trunk)
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:51
Merge updates from trunk. ... (check-in: 14be8e8a17 user: mistachkin tags: allExtra)
08:48
Help text enhancements. ... (check-in: 345cb070a1 user: mistachkin tags: tkt-change-hook)
08:28
Fix compiler warnings. ... (check-in: c932fa47ef user: mistachkin tags: trunk)
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)
2013-10-11
20:19
Improved the help text for /reports. Started 1.28 changelog entries. ... (check-in: 5c123de48c user: stephan tags: trunk)