Fossil

Timeline
Login

Timeline

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

50 events by user mgagnon occurring around 2014-10-20 21:37:15.

2016-10-28
22:51
merge fork. ... (check-in: cf2adc71e8 user: mgagnon tags: trunk)
22:45
Fix a C99-ism. ... (check-in: 61ec712492 user: mgagnon tags: trunk)
2016-06-07
01:26
Fix typo in test_markdown_render function name. (no functional change since the command name was okay). ... (check-in: c94b49add8 user: mgagnon tags: trunk)
2016-06-06
21:06
Add test-markdown-render. Does the same as test-wiki-render, but for markdown syntax. ... (check-in: 67f5df3b59 user: mgagnon tags: trunk)
2015-10-24
14:10
Fix "json timeline" to don't show duplicate files in some chek-ins with merge. Same way CLI timeline was fix on [3c34db8d]. ... (check-in: 26d903de0c user: mgagnon tags: trunk)
2015-10-21
12:04
Backout changes from timeline_showfiles_fix branch which was attempting to fix discrepancy between CLI and web when listing modified files in checkins. Make "fossil timeline -v" command behave like the web interface so the CLI timeline command get fixed instead of breaking the web interface. ... (check-in: 3c34db8d0e user: mgagnon tags: trunk)
2015-10-08
01:37
revert accidental line addition in comment header. ... (Closed-Leaf check-in: f8dbed8e7c user: mgagnon tags: timeline_showfiles_fix)
01:34
Fix /timeline?v=1 and /info page that were not showing all affected files for check-ins with 2 ancestors or more. pending-review ... (check-in: 9f7a681d6d user: mgagnon tags: timeline_showfiles_fix)
2015-08-29
15:26 Edit [7febc318835527ad|7febc31883]: Edit check-in comment. ... (artifact: a003fb93b3 user: mgagnon)
15:24
Merge fix from svn-import branch relative to svndump format version 3 handling. ... (check-in: 7febc31883 user: mgagnon tags: trunk)
2015-05-12
10:42
Make addremove command to fail if unprocessed arguments (other than options) are specified. To avoid mis-use where a user could think he can specify a list of directory like with many other commands. ... (check-in: 975600dd59 user: mgagnon tags: trunk)
2015-03-20
04:35
Add a menu entry on /fdiff, /ci and /vdiff page to control the diff context (dc=<n>) query parameter. (pending review) ... (Closed-Leaf check-in: eae6f32f1c user: mgagnon tags: diff-context-menu-entry)
2015-03-03
17:16
Use timelineDate class for the date div on finfo page, just like on timeline page to ensure the date doesn't wrap. (problem reported on ml) ... (check-in: 3dbe76fca9 user: mgagnon tags: trunk)
2015-02-25
17:19
Usage text only modifications: - Mention about --force. - Show that --git is optional (?--git?) - Add short option (-f for --force and -i for --incremental) (No change to the code) ... (check-in: c2cdd0e3e8 user: mgagnon tags: svn-import)
14:51
Change import command to use --git and --svn options instead of "svn" and "git" sub-sub-command to stay compatible with before. Make sure verify_all_options() fail with specifiying svn only option with --git. ... (check-in: 4d3bb24b44 user: mgagnon tags: svn-import)
13:54
Merge trunk.. ... (check-in: 7d0ce2b067 user: mgagnon tags: svn-import)
13:52
Integrate svn-import_no-svn-rev branch.. ... (check-in: 16923b5c59 user: mgagnon tags: svn-import)
2015-02-22
15:59
merge compiler fix for msvc.. ... (Closed-Leaf check-in: 44686ca1a9 user: mgagnon tags: svn-import_no-svn-rev)
15:31
Safer version of previous compiler warning fix.. ... (check-in: 936ebe677b user: mgagnon tags: svn-import_no-svn-rev)
15:17
Fix compiler warning... ... (check-in: 44011cd21d user: mgagnon tags: svn-import_no-svn-rev)
2015-02-16
13:50
Stay in sync with svn-import... ... (check-in: 04308c2164 user: mgagnon tags: svn-import_no-svn-rev)
2015-02-15
19:34
Add the --no-svn-rev command line option to the "import svn" command that will skip the automatic tagging of every checkins with "svn-rev-nnn" tags. Proposition for the svn-import branch.. ... (check-in: 3c24fede5a user: mgagnon tags: svn-import_no-svn-rev)
2014-12-06
14:25 Edit [8a5c394ba4c5da8e|8a5c394ba4]: Edit check-in comment. ... (artifact: 306be75938 user: mgagnon)
14:24
In Makefile.mingw: Don't compile some zlib optimized assembler sources when compiled with FOSSIL_ENABLE_MINIZ. ... (check-in: 8a5c394ba4 user: mgagnon tags: trunk)
2014-10-20
21:37
Now use a switch to specify the file/directory to the timeline command. - Use -p|--path PATH since "-f" is already used as a deprecated options. - Restore command line arguments parsing of the timeline command as before the cmdline-timeline-enhancement branch so the previous behavior and argument priority stay compatible as before. (We were not able to specify a checkin prefix or tagname without specifying the ?WHEN? argument anymore.) ... (check-in: 1e870e1e06 user: mgagnon tags: cmdline-timeline-enhancement)
2014-10-17
21:57
When specifying a path and type (-t) is not specified on the timeline command, force the type to "ci". If someone specify a path, we can assume he want to see only file checkins. ... (check-in: 9cbafad6a9 user: mgagnon tags: cmdline-timeline-enhancement)
21:12
Honor case-sensitive setting when specifying path to the timeline command. ... (check-in: 5eeb870d18 user: mgagnon tags: cmdline-timeline-enhancement)
20:47 Edit [3706dcb696b2d067|3706dcb696]: Edit check-in comment. ... (artifact: 7fef0eaab2 user: mgagnon)
20:44
Fix the special case when path refer to the root of the repository, in that case, just ignore the path argument. ... (check-in: 3706dcb696 user: mgagnon tags: cmdline-timeline-enhancement)
19:20
Add DISTINCT keyword to the main timeline_cmd query to avoid duplicates when specifying file or directory on the timeline command. (to be checked by someone more experienced in SQL) ... (check-in: dc8a5742a0 user: mgagnon tags: cmdline-timeline-enhancement)
2014-07-30
15:40
Call verify_all_options() on most of fossil CLI commands. - Skip all the test-* commands for now (may be unnecessary) - Skip sha1sum, md5sum and artifact because they can take "-" as argument and verify_all_options() would call fatal. Need to handle those differently... - Command with subcommands that have their options are remaining: branch, bisect, cache, configuration, json, sql, stash, tag, ticket, user, wiki. (not sure how to handle those yet..) ... (Closed-Leaf check-in: a426154b3e user: mgagnon tags: verify-all-options)
2014-04-02
03:30
Call fossil_fatal() when fossil_fopen fail on commit_warning(). This fix SIGSEGV when converting CR/NL where files are read-only. (reported on ML) ... (check-in: c3d09540dd user: mgagnon tags: trunk)
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)