Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
33 events by user mgagnon occurring around 2012-09-12 02:19:14.
2014-04-02
| ||
03:14 | • Edit [7cb29889cae39d97|7cb29889ca]: Mark "Closed". ... (artifact: d6eabda7b1 user: mgagnon) | |
2014-03-31
| ||
18:57 | Merge trunk.. including use of the urlData object the global "g" variable which fix byte alignment problem.. ... (Closed-Leaf check-in: 7cb29889ca user: mgagnon tags: fix-cat-dash-R) | |
2014-03-26
| ||
21:54 | Fix problem when using "fossil cat" when specifying repository via command line argument (with -R) (reported on ML) Problem was the use of file_tree_name() which call db_must_be_within_tree(). Add a variable in the Global structure 'g' to remember if -R|--repository argument was specified and don't call file_tree_name() if it's the case (since user expect file relative to repository. (Pending review...) ... (check-in: dc10f8d74c user: mgagnon tags: fix-cat-dash-R) | |
2014-01-10
| ||
12:42 | • Fixed ticket [ee97701f4c]: "fossil add" broken for repos opened into "/" plus 5 other changes ... (artifact: 18f9fdc294 user: mgagnon) | |
2014-01-09
| ||
11:24 | Merge again checkout_on_root_fix. Fix more cases when working from '/', should not affect when working normally. ... (check-in: af194dbb16 user: mgagnon tags: trunk) | |
2014-01-08
| ||
20:22 | • Edit [89ad123f5ceec73d|89ad123f5c]: Edit check-in comment. ... (artifact: bc6787db65 user: mgagnon) | |
17:40 | <strong>Fix some remaining corner cases when having a checkout on '/'..</strong> Update command: * Was asserting when localroot is '/' file_cannonical_name(): * Return '/' instead of '.' when refering to '/'. * Avoid the double '/' on beginning. * Refactoring to avoid some duplicated code. file_relative_name(): * Handle properly relative path when working on '/'. ... (Closed-Leaf check-in: 89ad123f5c user: mgagnon tags: checkout_on_root_fix) | |
04:59 | Remove traces. Waiting approval to merge on trunk.. ... (check-in: 84abd45533 user: mgagnon tags: checkout_on_root_fix) | |
04:54 | • Edit [be993c47d5dd6d31|be993c47d5]: Edit check-in comment. ... (artifact: bc6dbadec8 user: mgagnon) | |
04:42 | Fix db_open_local() fonction so it find the local checkout database on "/". It was working inconsistently depending what was the current directory. ** Even if fossil is not the right tool to version files on the root of the system, I found it very usefull to track what file change on my system Tested on Linux and MinGW (Windows 8.1) ... (check-in: be993c47d5 user: mgagnon tags: checkout_on_root_fix) | |
2013-11-22
| ||
01:26 | • Edit [8af8232fc07bb584|8af8232fc0]: Mark "Closed". ... (artifact: 919a90c2f9 user: mgagnon) | |
01:14 | Merge in hide-diff-on-vdiff_page... Which now give possibility to hide or show full detailed diff on vdiff page. (when clicking on 2 nodes on timeline) Just like the /info page. ... (check-in: 74a4db258a user: mgagnon tags: trunk) | |
01:09 | merge in latest trunk ... (Closed-Leaf check-in: 8af8232fc0 user: mgagnon tags: hide-diff-on-vdiff_page) | |
2013-11-13
| ||
03:51 | Merge latest trunk. ... (check-in: 17f6b65524 user: mgagnon tags: hide-diff-on-vdiff_page) | |
2013-10-26
| ||
19:17 | Merge latest change from trunk. ... (check-in: eb1b310fc7 user: mgagnon tags: hide-diff-on-vdiff_page) | |
2013-10-19
| ||
06:47 | Change /vdiff page (used when clicking on 2 nodes on /timeline), so it honor the show-version-diffs settings. Just like the /ci page. Also add the "Hide diff" button to hide the diffs manually. The /vdiff page can have a lot of files to diff depending on which version are selected, so the capability to show only list of files that change is very convenient to spot interesting files. ... (check-in: d7dc41586f user: mgagnon tags: hide-diff-on-vdiff_page) | |
2013-10-16
| ||
04:09 | Fix behavior of "--limit | -n" argument of the timeline command to fit description from usage, which is also the behavior of the "n=" parameter of the /timeline webpage. Now -n <n> define the number of entries while before, it was limiting the number of lines. (pending review...) ... (check-in: 453a060c19 user: mgagnon tags: timeline_cmd_dash_n_fix) | |
2013-08-25
| ||
03:25 | Move some posix only includes so they are not used on _WIN32. Can compile again on MinGW. ... (check-in: 8278a03f0e user: mgagnon tags: ssh-test-http) | |
2013-08-15
| ||
12:14 | Add details about the URL argument on the clone command help text and refer to the clone command usage on other commands that have a URL argument. (sync, push, pull, remote-url) Pending review. ... (Closed-Leaf check-in: b1dd871c8e user: mgagnon tags: clone_help_text_improvement) | |
2013-07-10
| ||
21:33 | another patch version for ssh improvement from Andy Bradford. ... (Closed-Leaf check-in: a8c37c2c48 user: mgagnon tags: andy_bradford_ssh_imporvement_patch_2) | |
21:31 | save first version of patch for ssh from Andy Bradford (from list) ... (Closed-Leaf check-in: 979a75de06 user: mgagnon tags: andy_bradford_ssh_imporvement_patch_1) | |
2012-09-12
| ||
16:24 | Need this "-e none" options to ssh.. if not, ssh can process the escape caracter to process command from data that's goes to fossil proces.. ... (Closed-Leaf check-in: 297cb3e525 user: mgagnon tags: mg_sshfix) | |
15:27 | Now, just call /bin/sh as command argument.. I don't have problem with mail checking and motd and modification is very simple.. - Have to check if it work in all conditions and all systems. - Might not work for settups where server use a restricted shell.. ... (check-in: 531a58fd21 user: mgagnon tags: mg_sshfix) | |
12:59 | Seems to fix it.. will try on the real conditions.. ... (check-in: e8fac25a20 user: mgagnon tags: mg_sshfix) | |
02:19 | work time to time.. *** rely on a delay, which is not good don't work all the time... need to build more solid logic.. ... (check-in: 5d00d241f7 user: mgagnon tags: mg_sshfix) | |
00:35 | attemp to fix ssh problem on debian linux host when non interactive shell still print some message (motd and mail checking stuff). *** not really working yet.. ... (check-in: 66a45382eb user: mgagnon tags: mg_sshfix) | |
2012-06-11
| ||
17:33 | merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) ... (Closed-Leaf check-in: 7a57ab6465 user: mgagnon tags: mgagnon_fix) | |
17:23 | Merge in Trunk... ... (check-in: c109e66db5 user: mgagnon tags: mgagnon_fix) | |
2012-03-29
| ||
14:54 | Add vim modline everywhere ... (check-in: a496d8e88d user: mgagnon tags: mgagnon_fix) | |
14:48 | merge in trunk ... (check-in: 150074d1d6 user: mgagnon tags: mgagnon_fix) | |
2012-01-22
| ||
22:02 | merge with trunk ... (check-in: e1c424cb69 user: mgagnon tags: mgagnon_fix) | |
2011-12-08
| ||
02:05 | merge with latest trunk ... (check-in: 4d39236638 user: mgagnon tags: mgagnon_fix) | |
2011-11-11
| ||
12:13 | Start a branch with fix to make work consistently a local checkout directly on root ("/"). ... (check-in: 518e1f8d7f user: mgagnon tags: mgagnon_fix) | |