Bone

Timeline
Login

Timeline

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

50 most recent check-ins

2026-08-03
04:20
Show proper buttons to interactive prompt when executing fossil command. Leaf check-in: d206b568e1 user: half tags: trunk
2026-08-02
04:44
Fixed unknown options for amend. Fixed double set command for commit -- either override SetOptions or Build, never both. check-in: 93adc6bfc0 user: half tags: trunk
2026-08-01
17:01
Fixed close ticket not working -- unknown option. Use resourcestring to hold close a ticket confirm message for i18n. check-in: 6d41beef05 user: half tags: trunk
16:41
Fixed file not found on linux (Anduinos, Ubuntu derivative) when extracting downloaded fossil program. check-in: 03b49c53d2 user: half tags: trunk
2026-07-26
12:32
Add compiler directives for windows only when query ticket history, in linux (Mint 22.3 - Xfce 64-bit) works without it. Remove quote from query as did not work on linux and work on windows either way. check-in: 93ec3c8357 user: half tags: trunk
11:55
Adjustment for import view controls on xfce linux mint. check-in: 6a4f37e20d user: half tags: trunk
06:53
Fixed file status column unfit for delete status. check-in: 4a08f445f7 user: half tags: trunk
06:51
Remove add ticket form from repository since unified form is used in [790a44882] and the form removed from project in [be41b1263]. check-in: 0c6280207d user: half tags: trunk
06:30
Move ticket status before other fields and comment. Fixed double encode comment, build command already called within execute. check-in: 9b3e231463 user: half tags: trunk
04:25
Add guard against nil when no workspace was opened. check-in: 0063599eb0 user: half tags: trunk
2026-07-25
22:53
Remove unused unit since cleaned up [a1429fb76b]. check-in: 58407ac28c user: half tags: trunk
22:40
Raise an exception rather than silently exit check-in: c1a04d651e user: half tags: trunk
22:35
Add named constant for magic number 8. Replace 'with FForm as T... do'anti-pattern with local form variable. check-in: a4d7edc4d8 user: half tags: trunk
22:29
Fixed typos. check-in: 300df071e4 user: half tags: trunk
22:07
Fixed change detection is misaligned off-by-one comparison for subsequent fields in RetrieveFieldValue since in BuildFieldViews 'title' is routed to edit control not value edit edit. check-in: ca8bc430c1 user: half tags: trunk
21:09
Code clean up since ticket processing has been moved to view action unit -- related to [790a448825]. check-in: a1429fb76b user: half tags: trunk
21:05
Refactor ticket add flow to unified the ticket creation and update by using shared methods. check-in: 8c2b45ac47 user: half tags: trunk
20:58
Remove add ticket view unit from project file -- related to [a31a449609]. check-in: be41b12632 user: half tags: trunk
20:53
Add method to hide the history panel. Remove option button. check-in: bdeed3be15 user: half tags: trunk
20:51
Remove add ticket window from the project. Just use one window for creating and updating a ticket. check-in: a31a449609 user: half tags: trunk
20:47
Set ticket status to open when creating a ticket. check-in: 757e4e95ee user: half tags: trunk
16:47
Introduce base class for ticket processing by extracting methods from ticket show class. check-in: 9a3f2847b2 user: half tags: trunk
16:24
Restructure ticket show and update flow by moving ticket processing from view controls (form) unit to view action unit. Expand view action class for showing ticket to accomodate this. Duplicate ticket constants for displaying picklist from view commons unit (to clean up later) to view action unit. check-in: 790a448825 user: half tags: trunk
16:09
Move ticket comment encode method to command unit. Introduce base class for ticket add and update (set/change). Introduce ticket mimetype constants. check-in: 79aaf59c5d user: half tags: trunk
2026-07-23
14:31
Follow fossil webui ticket type names convention. check-in: e8f8497d90 user: half tags: trunk
14:08
Fixed comment formatting lost when spaces was removed from the beginning of comment eg. wiki bullet. check-in: 2550591453 user: half tags: trunk
2026-07-22
10:54
Ticket comments will be encoded according --quote format. check-in: e8531d192c user: half tags: trunk
2026-07-21
16:14
Fixed wrong format of arguments passed when executing fossil ticket command. check-in: ea2022039b user: half tags: trunk
16:11
Refactor methods to retrieve ticket field values. Fixed wrong result of field name and value. Also add guard for missing standard ticket fields. check-in: 6ba1787838 user: half tags: trunk
13:39
Guard against missing standard ticket fields. check-in: 2a1417bd70 user: half tags: trunk
10:18
Add option to open any file as fossil repository. No checking whatsoever is made if it is a fossil repository. check-in: 5602730193 user: half tags: trunk
2026-07-19
14:17
Implement click to copy hash or uuid to clipboard. check-in: e896c3ee86 user: half tags: trunk
13:39
Catch short one-line comment. Include type of comments. check-in: 91e1c0a045 user: half tags: trunk
13:16
Fix retrieve comments if there are two types of comments exists (icomment or comment). Try parse ticket history more reliably. check-in: 7c8e598417 user: half tags: trunk
12:36
Replace edit and combox controls with value list editor. check-in: b76ea4eb0c user: half tags: trunk
12:32
Comment for clarification. check-in: 8562ffa4f4 user: half tags: trunk
12:29
Quote the sql, inline with fossil CLI. check-in: 187154a6b1 user: half tags: trunk
05:10
Move ticket constant to shared view unit. check-in: 0b22b32260 user: half tags: trunk
05:03
Completed views for showing and updating a ticket. check-in: 048c9ea2c0 user: half tags: trunk
04:54
Replace fossil execute with workspace method to retrieve a ticket. Use command to retrieve ticket history. check-in: 0b12a634f3 user: half tags: trunk
2026-07-12
13:59
Do not put comments in the fields changes information. check-in: 73807951dd user: half tags: trunk
13:51
Introduce method to retrieve ticket info by id. check-in: 19dd396dac user: half tags: trunk
13:49
Revert command unit to c68bdef6f check-in: 02b1a92352 user: half tags: trunk
10:39
Pass standard fossil ticket fields to create ticket form. check-in: e17f49d41c user: half tags: trunk
10:36
Restructure views for ticket creation form. check-in: 71daf9b971 user: half tags: trunk
2026-07-11
21:06
Another attempt at retrieving ticket comments. Unfortunately comments from other than ticket change table will appears without line break or not properly wrap. check-in: a0bb38ad36 user: half tags: trunk
20:52
Retrieve comments from fossil command line if not found in ticket change table. check-in: c68bdef6fa user: half tags: trunk
20:05
Add guard to prevents the memory leak on repeated calls. check-in: 1d47a68566 user: half tags: trunk
19:35
Use query ticket history to retrieve comments. check-in: 9bbbe9b2c2 user: half tags: trunk
19:33
Fix ticket stamp not found because ticket modified time queried to use local time and not UTC use by fossil CLI. Return TStrings instead of string. check-in: 7c6fc936a3 user: half tags: trunk