Fossil

Timeline
Login

Timeline

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

53 check-ins for the month beginning 2013-10-01 by user mistachkin

Following month ↑
2013-10-30
08:09
More style cleanup. ... (check-in: e4e2f9f7 user: mistachkin tags: trunk)
2013-10-28
20:13
Code style cleanup. ... (check-in: 24273fd0 user: mistachkin tags: trunk)
2013-10-27
04:48
Modify TH1/Tcl integration macros to avoid using a generic variable name. ... (check-in: 63a9998c user: mistachkin tags: trunk)
01:18
Prevent incorrect attachment links from appearing on the timeline. Reported via the mailing list. ... (check-in: 35939930 user: mistachkin tags: trunk)
01:17
Fix harmless compiler warning. ... (check-in: 9147aa2c user: mistachkin tags: trunk)
2013-10-22
08:38
Minor changes to help text. ... (check-in: 4833cda5 user: mistachkin tags: tkt-change-hook)
08:34
Merge updates from trunk. ... (check-in: 0943f372 user: mistachkin tags: tkt-change-hook)
03:40
Perform timeline limit checks at the end of the loop, after checking if a limit exists. ... (check-in: 521f7a14 user: mistachkin tags: timeline_cmd_dash_n_fix)
2013-10-21
06:29
Simplify handling of the limit in print_timeline. ... (check-in: d7f457b4 user: mistachkin tags: trunk)
2013-10-18
22:37
Merge updates from trunk. ... (check-in: 63bd6754 user: mistachkin tags: timeline_cmd_dash_n_fix)
09:40
Fix typo in help text. ... (check-in: 6cc54a79 user: mistachkin tags: trunk)
09:38
Improvements to the 'fossil all' help text. Cherrypick of [8019d49bdb], which was checked-in on the wrong branch. ... (check-in: ed17f3cc user: mistachkin tags: trunk)
09:34
Improvements to the 'fossil all' help text. ... (check-in: 8019d49b user: mistachkin tags: tkt-change-hook)
07:50
Merge updates from trunk. Add 'th1-uri-regexp' to the common TH1 configuration settings. ... (check-in: 9e4a3bc6 user: mistachkin tags: tkt-change-hook)
07:48
Simplify the declaration of common TH1 related configuration settings. ... (check-in: 52ed6810 user: mistachkin tags: trunk)
07:30
Update error message text. ... (check-in: 037ccb47 user: mistachkin tags: trunk)
05:10
Fix blob leaks on one return path. ... (check-in: 2438518e 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: 0db184fc user: mistachkin tags: tkt-change-hook)
03:16
Merge updates from trunk. ... (check-in: 2ed75739 user: mistachkin tags: timeline_cmd_dash_n_fix)
03:15
Merge timeline entry/line limit improvements from the v2 branch. ... (check-in: 9cc75945 user: mistachkin tags: timeline_cmd_dash_n_fix)
03:13
Simplify the entry/line limit for the timeline output. Make it more accurate in verbose mode. Style fixes. ... (Closed-Leaf check-in: 695a3c13 user: mistachkin tags: timeline_cmd_dash_n_fix-2)
02:23
Merge updates from trunk. ... (check-in: 20306eef user: mistachkin tags: tkt-change-hook)
00:58
More enhancements to the button on the transfer setup page. ... (check-in: dcc8236e 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: bfcdc23b 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: d30e5a48 user: mistachkin tags: trunk)
21:44
Merge updates from trunk. ... (Closed-Leaf check-in: 9ee11edb user: mistachkin tags: allExtra)
2013-10-15
20:10
Add support for compiling with symbols enabled using MSVC. ... (check-in: 44bd9ae2 user: mistachkin tags: trunk)
18:36
Make the TH1 common script result handling more consistent. Minor style fixes. ... (check-in: 0ffe1b08 user: mistachkin tags: tkt-change-hook)
09:00
Fix accidental change: make sure that the regexp object has been created prior to using it. ... (check-in: 9964af59 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: 348df8f0 user: mistachkin tags: tkt-change-hook)
01:21
Centralize and simplify the commit/ticket hook integration. ... (check-in: 6cf28968 user: mistachkin tags: tkt-change-hook)
2013-10-14
08:51
Merge updates from trunk. ... (check-in: 14be8e8a user: mistachkin tags: allExtra)
08:48
Help text enhancements. ... (check-in: 345cb070 user: mistachkin tags: tkt-change-hook)
08:28
Fix compiler warnings. ... (check-in: c932fa47 user: mistachkin tags: trunk)
08:20
Rename the HTTP header variable used by httpCmd back to hdr for consistency with other code. ... (check-in: e44932b1 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: 0fe1771a 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: 8ce9c1af user: mistachkin tags: tkt-change-hook)
05:37
Phase 2, style cleanup for httpCmd and fix minor memory leak. ... (check-in: 047b0174 user: mistachkin tags: tkt-change-hook)
05:10
Refactoring, phase 1, move httpCmd. ... (check-in: d1b4d1b6 user: mistachkin tags: tkt-change-hook)
04:15
Rename the 'http-allow-regexp' setting to 'th1-uri-regexp'. ... (check-in: aeedba68 user: mistachkin tags: tkt-change-hook)
2013-10-11
07:49
Merge updates from trunk. ... (check-in: 33d26b91 user: mistachkin tags: allExtra)
2013-10-07
23:52
Add the 'fossil all clean' command. Add -whatif option to the 'fossil clean' command, primarily for use with 'fossil all clean'. ... (check-in: 4e7753c8 user: mistachkin tags: allExtra)
23:36
Update help to include 'fossil all extra'. ... (check-in: aca6db8f user: mistachkin tags: allExtra)
22:37
Add the 'fossil all extra' command. ... (check-in: f4bcc63f user: mistachkin tags: allExtra)
21:36
Fix array indexing issue in db_all_column_text_and_int64() and refactor all_cmd() in an attempt to avoid bug [b6eea9446d]. ... (check-in: cb8f7eb8 user: mistachkin tags: tkt-b6eea9446d)
20:26
Comment fixes. ... (check-in: 19d2a8db user: mistachkin tags: tkt-b6eea9446d)
20:24
Initial groundwork for fixing bug [b6eea9446d]. ... (check-in: d5407ff9 user: mistachkin tags: tkt-b6eea9446d)
2013-10-04
10:12
Corrections to comment. ... (check-in: c72c19b8 user: mistachkin tags: trunk)
02:50
Consolidate all the Cygwin-specific preprocessor directives into one file and include it where necessary. ... (check-in: 816e893d user: mistachkin tags: trunk)
2013-10-02
03:26
Upgrade the included Jim Tcl to 0.74. ... (check-in: 753f4d9a user: mistachkin tags: trunk)
2013-10-01
23:01
Merge updates from trunk. ... (check-in: 8d2f9ab1 user: mistachkin tags: cleanX)
09:58
Upgrade the included Jim Tcl to 0.74. ... (Closed-Leaf check-in: 023e6812 user: mistachkin tags: jimTcl74)
09:35
Make sure the --emptydirs option is processed even when it is already implied to prevent it from being considered as an 'unrecognized option'. ... (check-in: f7c022c1 user: mistachkin tags: trunk)
Previous month ↓