Fossil

Timeline
Login

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

50 most recent check-ins by user viriketo

2016-04-08
13:03
Updating from trunk. ... (Closed-Leaf check-in: a1b09559 user: viriketo tags: viric_flavour)
2015-02-09
11:00
viric's flavour of fossil, which includes the cherry-picked changes out of trunk: [d0b1b1114] [39e165afb] [dad37196f] [f309130a8]. This outdates the branch annotate_links ([f14798e0e3]), which has some extra changes, some hard to port.

This lets the browser pick the right program to open them straight. ... (check-in: b31afcc2 user: viriketo tags: viric_flavour)

10:56
Add a link in the checkin page to show the changes in the branch in respect to the parent branch. It finds the last merge from parent to the current branch for the comparison. ... (check-in: f309130a user: viriketo tags: viric_pbranch)
10:39
Fixing parentheses closing in the finfo page. ... (check-in: 042ec2b9 user: viriketo tags: trunk)
10:37
Show the branch in the checkin description (artifact and file diff pages). ... (Closed-Leaf check-in: dad37196 user: viriketo tags: viric_showbranch)
10:30
New way to calculate the automatic branch colours.

It's a matter of taste, but I prefer this way; the colours often become more different. ... (Closed-Leaf check-in: 39e165af user: viriketo tags: viric_newcolours)

2013-03-14
14:48
Merging from trunk to get the annotate fixes. Trivial conflict solved.

Update: the new branch viric_flavour ([b31afcc2ca]) includes most of these changes in a more recent fossil. ... (Closed-Leaf check-in: f14798e0 user: viriketo tags: annotate_links)

2013-03-01
11:45
In the finfo page, also print the comment parsed with %w, like in the timeline. Links or wiki syntax was not resolved. ... (check-in: 380485de user: viriketo tags: trunk)
2013-02-15
14:37
Fixing annotate. It was hanging. ... (check-in: 96c31335 user: viriketo tags: annotate_links)
2013-02-12
20:17
Picking recent trunk fixes on tickets. ... (check-in: 7a8ed6d7 user: viriketo tags: annotate_links)
19:09
Fixing the rebuild of the ticket databases, so they get properly the comments included by manifests' "+comment".

drh says not to be able to reproduce this issue, but here is a fix that makes all work for me.

Feel free to rewrite this patch to match your taste. ... (check-in: 9cca9398 user: viriketo tags: trunk)

2013-02-11
20:36
Fixed the auto-width diff display. ... (check-in: 1b07b3d9 user: viriketo tags: annotate_links)
19:46
Making it build; diff doesn't work well, about with calculation, yet. ... (check-in: facd98ce user: viriketo tags: annotate_links)
19:30
Merging from trunk. I still have merge conflicts since my previous merge. ... (check-in: bdeb633a user: viriketo tags: annotate_links)
2013-01-03
10:31
Updating from trunk. I've left some merge conflicts to solve (annotate, diff) ... (check-in: b5b8448e user: viriketo tags: annotate_links)
2012-10-24
13:43
Removing superfluous parenthesis in html output. ... (check-in: ad9cf1ca user: viriketo tags: trunk)
2012-10-17
14:05
Picking the latest fix in trunk ... (check-in: 39a59de8 user: viriketo tags: annotate_links)
14:04
I think I fix the previous commit, that should avoid committing a ticket manifest if it has no changes. It was ignoring the ticket appends.

In the case of only appending, the user was not notified not properly redirected, and the ticket chagnes were not committed.

Still, there should be some kind of warning to the user, if it ends up in such situation, I think. ... (check-in: f02946aa user: viriketo tags: trunk)

2012-10-16
12:19
Updating from trunk. ... (check-in: 3cdf9480 user: viriketo tags: annotate_links)
12:18
Fixing buffer overflows in the width calculation of sbsDiff. ... (check-in: 314a2943 user: viriketo tags: annotate_links)
2012-10-09
14:19
Adding mime types for some openoffice documents ... (check-in: 770cf7fc user: viriketo tags: annotate_links)
14:01
Fixing the vdiff submenus, so they behave as usual (for this branch) ... (check-in: 4cf8c3d3 user: viriketo tags: annotate_links)
13:53
Adding back the branch telling at checkin info for vdiff. ... (check-in: e29d3822 user: viriketo tags: annotate_links)
13:48
Updating from trunk. I solved some merge conflicts: 1) the checkin info in the vdiff page, taking that from trunk, and 2) the vdiff menu options, which I tried to get similar to what I had in the branch. ... (check-in: f4b082d4 user: viriketo tags: annotate_links)
13:30
Making the raw page download guess the mime type based on filename also for attachments, not only repository files. ... (check-in: 5f3916ac user: viriketo tags: trunk)
2012-08-20
13:20
Fixing the automatic calculation of sbs line length, for the case of TABs and UTF8 sequences. I also set the tab size to 4 spaces. ... (check-in: 36cdc17c user: viriketo tags: annotate_links)
2012-08-08
13:46
Updating from trunk. I solved three merge conflicts about hyperlinks. ... (check-in: 08db3204 user: viriketo tags: annotate_links)
2012-04-22
10:09
Merging from trunk.

I solved some conflicts on the report for merges (cherrypick/...), adding some comments, and adopted the trunk solution to unchanged checkin messages. ... (check-in: 40debe47 user: viriketo tags: annotate_links)

09:56
Fix a comment in my previous commit. ... (check-in: 515e7fa0 user: viriketo tags: annotate_links)
09:50
I change the branch colour algorithm, for another one I can understand better. No HSV magic; simply few combinations of RGB values based on hash. This algorithm should give either different or equal colours, and not similar colours.

This way I think the hash differences are more likely to give different colours.

I had the feeling that we were getting too often too similar colours for our branches, but I can't prove that mathematically. ... (check-in: 243d99d1 user: viriketo tags: annotate_links)

2012-04-05
14:31
Made 'fossil commit' detect if the editor changed the file. If the editor did not change the file, ask confirmation, as if it was an empty comment.

I think svn behaves this way. ... (check-in: d2a733be user: viriketo tags: annotate_links)

14:19
Allowing partial commit for merges not adding a parent to the checkin. ... (check-in: a610b256 user: viriketo tags: annotate_links)
14:05
I make 'merge --baseline' not introduce a new parent in the merge checkin. I think it should behave like --cherrypick. ... (check-in: ba402f33 user: viriketo tags: annotate_links)
2012-04-04
16:20
Updating from trunk to get the latest trunk fixes. ... (check-in: b7f3a32d user: viriketo tags: annotate_links)
16:19
Fixing a jump on uninitialized data on web sbs diff. Noticed after having seen text file corruption in the web SBS, and traced by valgrind. ... (check-in: 92b2a5c3 user: viriketo tags: annotate_links)
2012-03-18
19:46
Fixing an unnecessary heap accumulation. ... (check-in: 801a7595 user: viriketo tags: annotate_links)
14:53
Making the side-by-side diffs autocalculate the width, by default. ... (check-in: 16397d86 user: viriketo tags: annotate_links)
14:03
Adding a link to vpatch in vdiff. ... (check-in: e926e0b4 user: viriketo tags: annotate_links)
13:54
Add a link for a non-detail view in vdiff. ... (check-in: dc313b15 user: viriketo tags: annotate_links)
2012-03-01
22:30
Merging from trunk. I manually solved the conflict widening the user name on annotate. ... (check-in: f201fbae user: viriketo tags: annotate_links)
22:28
Fixing 'patch' on the fdiff page. ... (check-in: 675b49ef user: viriketo tags: annotate_links)
2012-02-18
10:37
Show the branch of the checkin in the vdiff page. ... (check-in: a50a28bb user: viriketo tags: annotate_links)
2012-02-17
23:16
Fix on the get_parent_branch_rid - wrong variable. ... (check-in: 75b4676c user: viriketo tags: annotate_links)
22:57
Adding a vdiff link to the info page, "vdiff to the parent branch". ... (check-in: 9f208c68 user: viriketo tags: annotate_links)
22:52
Adding a kind of symbolic name that returns the last checkin of the parent branch merged into the requested branch. For example, if annotate_links forked from trunk, "pbranch:annotate_links" returns the rid of the last time trunk was merged into annotate_links. ... (check-in: d560953c user: viriketo tags: annotate_links)
21:47
Removing the 'd' link on the annotate page for lines introduced in a checkin with the parent don't having that file. ... (check-in: 4036b5df user: viriketo tags: annotate_links)
21:36
Merging what I had at [61523cbe67] over trunk related to href targets. ... (check-in: d5129ae1 user: viriketo tags: annotate_links)
21:29
Merging from trunk, to get the branch up to date. ... (check-in: 6b7ddfef user: viriketo tags: annotate_links)
2011-11-03
08:06
Correct fix in [d084043f79827]. This attempt at fixing the problem is closed. ... (Closed-Leaf check-in: a7caf198 user: viriketo tags: fix_mlink)
2011-11-02
21:53
Trying to fix some cases where the mlink table is bad build due to delta manifests.

In this checkin, I fix the case when the child delta manifest changed back the file from some contents to those of its baseline manifest. The 'info' page was not showing these kind of changes.

Should close the ticket [2ce64a315f]. ... (check-in: cf5f2c4e user: viriketo tags: fix_mlink)