Fossil

Timeline
Login

Timeline

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

50 events occurring around 6a5f0c5b557a70ad.

2016-11-22
22:23
Restore the -R option to the "fossil setting" command. ... (check-in: 5347e26326 user: drh tags: trunk)
21:57 Edit [3cf8891e9d000e02|3cf8891e9d]: Add propagating "hidden". Mark "Closed". Edit check-in comment. ... (artifact: ff7921e8e3 user: andybradford)
21:50
Draft fix for 'settings' command issue when using the '-R' option. ... (Closed-Leaf check-in: 9807a05d8a user: mistachkin tags: settingRFix)
2016-11-19
20:11
minor simplification, and don't free zUuid if it was NULL ... (check-in: d6cb724e65 user: jan.nijtmans tags: trunk)
17:50
Avoid comparing a variable to NULL after the memory it is pointing to has been freed. This is harmless, as implemented, but it is technically undefined behavior in C. (This is a bug in the specification of the C language, imho.) ... (check-in: 4e126233ca user: drh tags: trunk)
05:59
Correct issue with open/closed tags by changing the closed column to a quasi-aggregate query, i.e. one which is a function of the argument to GROUP BY and not anything which varies within the group. This gives consistent results with the baseline branch ls command, but it introduces a MAJOR performance regression. Listing closed tags goes from 0.033s in the baseline to 1.882s, i.e. it takes 56 times longer. ... (Closed-Leaf check-in: b302f89352 user: andygoth tags: andygoth-branch-list)
2016-11-18
21:45
Remove min() from closed expression. It doesn't solve the problem, and it confuses analysis of the issue. ... (check-in: 4e7d2ce121 user: andygoth tags: andygoth-branch-list)
08:22
Remove some unnecessary spaces. ... (check-in: 467c4269b0 user: jan.nijtmans tags: trunk)
2016-11-16
23:20 Edit [a6a4482056851df4|a6a4482056]: Edit check-in comment. ... (artifact: f584e29d70 user: andygoth)
21:59
Begin work merging new_brlist_page() into brlist_page(). Annoyance: The new open/closed checkboxes don't quite work the way I want them to work. Deselecting both has the effect of selecting both. This makes sense in that if neither the open nor closed query parameters are given, everything should be displayed, rather than nothing. Yet, the user interface would be nicer if deselecting the only selected checkbox causes the other checkbox to be selected. This can't be done with straight HTML because deselecting the checkbox removes it from the query string, and the server does not know which checkbox was deselected so it cannot force the other one to become selected. As far as I know, JavaScript is required. Bug: Non-aggregate HAVING clause expressions are evaluated on an arbitrarily chosen row within each group. This breaks closed and open filtering for the command-line branch command and the new checkboxes. But shouldn't this also break non-aggregate result expressions? Wish: Filter on normal/hidden branches too. Wish: If a merged-to branch is hidden, don't show it in the resolution column, instead show something else. The latest merged-to? The earliest merged-to? Wish: Branch name filters, just like on the timeline page. ... (check-in: a6a4482056 user: andygoth tags: andygoth-branch-list)
19:29
Enable linenoise multiline editing so long commands and queries may be seen all at once therefore highlighted and copied from xterms ... (check-in: 03b6869856 user: andygoth tags: trunk)
19:25
Only #include "linenoise.h" in fshell.c on non-Windows platforms ... (check-in: 9c90682b02 user: andygoth tags: trunk)
14:47
Change the /test-version webpage into /version. Link it to /stat. ... (check-in: 286effd5e9 user: drh tags: trunk)
14:37
Fix a typo in the date of the 1.34 release on the download page. ... (check-in: 01d1f519cd user: drh tags: trunk)
2016-11-15
23:41 Edit [b59fa7d0e731502f|b59fa7d0e7]: Edit check-in comment. ... (artifact: 58a5b1e554 user: andygoth)
23:41
Allow uv delete (or del) as an alias for uv remove or uv rm. See [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24322.html]. ... (check-in: b59fa7d0e7 user: andygoth tags: trunk)
23:29
Fix revert -r option to mark a reverted file as edited if the reverted-to version does not exactly match the checkout version, even if the file size is equal ... (check-in: f9080683f0 user: andygoth tags: trunk)
23:23
Make changing to a symlink take priority over all other change types. This might also be a solution to the problem fixed by the previous commit, but it also avoids having a file that becomes a symlink (with target string length not equal to former file size) being marked as an ordinary edit. ... (check-in: f10a284abb user: andygoth tags: trunk)
23:11
Don't rely on vfile.islink to tell whether or not a file is currently a symlink for the purpose of avoiding calling file_contains_merge_marker(). It is possible for a file to have become a symlink since the last commit. If the link target's string length is not equal to the former file size, vfile_check_signature() will treat it as a normal change and not mark it as chnged==8 (SYMLINK), so execution can fall through to the undesirable call to file_contains_merge_marker(). ... (check-in: 43140feb1d user: andygoth tags: trunk)
22:49
Avoid listing added files when running "fossil changes -edited" ... (check-in: 0dea016de1 user: andygoth tags: trunk)
21:47
Change the /test-version webpage into a supported /version webpage. Add a link from /stat. ... (Closed-Leaf check-in: 57fea3151e user: drh tags: stat-update)
02:50
Add script to automate updating common command list in man page, and use it to update the man page ... (check-in: 42d6c86fa1 user: andygoth tags: trunk)
00:30
Fix timeline -n 0 to display an unlimited number of lines (rather than zero) to match documentation. Correct timeline -n for negative N documentation to match actual behavior. Limit compute_ancestors() and compute_descendants() on the assumption that there is no more than one entry per line. ... (check-in: def9af43a3 user: andygoth tags: trunk)
2016-11-12
22:58
Move the revert in test case to the correct sequence to avoid a merge conflict. ... (check-in: 3eeab4a589 user: andybradford tags: trunk)
22:19
Add test case to handle file add and rename before merging to trunk. Make test_setup return the repository path so it can be used in the test. ... (check-in: 6a5f0c5b55 user: andybradford tags: trunk)
04:24 Edit [e7192bb975d00e3b|e7192bb975]: Edit check-in comment. ... (artifact: df01123847 user: andygoth)
04:21
Make artifact|whatis page use local time to match the timeline. Otherwise clicking on date/time links finds the wrong check-in in the timeline. May wish to convert other calls to datetime() to use local time. ... (check-in: e7192bb975 user: andygoth tags: trunk)
00:01
Fix uninitialized variable that was causing artifact download issues. ... (check-in: 3af5165a90 user: mistachkin tags: trunk)
2016-11-11
16:47
Add the ci=BRANCH and filename=NAME query parameters to the /raw page. ... (check-in: fc29b08125 user: drh tags: trunk)
2016-11-10
19:44
Fix typo in help text for fossil tag ... (check-in: 405a93e4dc user: andygoth tags: trunk)
2016-11-09
09:38 Edit [dc9ac1d7cb57cd18|dc9ac1d7cb]: Edit check-in comment. ... (artifact: 43491a5433 user: jan.nijtmans)
03:02
Minor tweak to changes help text: move some trivia to the end so the more important material is read first ... (check-in: 5c8bdd00c2 user: andygoth tags: trunk)
01:44
Minor tweak to branch help text ... (check-in: 596f29fa1b user: andygoth tags: trunk)
2016-11-08
18:41
The 'ignore-glob' setting should not be used for build output files; otherwise, 'extras' command is unable to see them and 'clean' command is unable to remove then. Also, the 'add' command should already ignore files matching the 'clean-glob', there is no need to duplicate its contents in 'ignore-glob'. Remark (JN): "fossil clean -x" could be your friend here, it makes life a lot easier. ... (check-in: dc9ac1d7cb user: mistachkin tags: trunk)
18:18
Since the 'manifest' setting is no longer a strictly binary option, prevent it from being displayed as such on the settings page. ... (check-in: b73dee981a user: mistachkin tags: trunk)
18:13
Regenerate the MinGW makefile, since it apparently does use XBCC. Also, sync up the custom MinGW makefile with it. ... (check-in: ce6980481e user: mistachkin tags: trunk)
18:12
Prevent the DMC and MSVC makefile from using XBCC, which was not defined there. ... (check-in: f366e52f63 user: mistachkin tags: trunk)
14:22
Add "crnl-glob" (as demonstration for this feature). Also remove some unnecessary spacing. ... (check-in: 7cd98039c4 user: jan.nijtmans tags: trunk)
14:21
Make "fossil extra" work as expected in fossil repository: not mentioning build-artifacts any more. This makes sure that files resulting from a build cannot be accidently "fossil add"-ed any more. ... (check-in: 6ef3a2a42c user: jan.nijtmans tags: trunk)
00:38
Tweak changes's help text ... (check-in: 9686570ab5 user: andygoth tags: trunk)
2016-11-07
17:21 Edit [01c83bfbbfc5700a|01c83bfbbf]: Move to branch mistake. Add propagating "hidden". ... (artifact: 4c6a048ba1 user: andygoth)
17:20 Edit [65207d617dfb2da1|65207d617d]: Add propagating "hidden". ... (artifact: d2d87839d4 user: andygoth)
11:26
Fix the sync.wiki documentation to account for recent changes to the sync protocol. ... (check-in: df1205bb3a user: drh tags: trunk)
08:24
Add option to test-find-pivot to assist in discovering "name pivots" when diagnosing merge failures. ... (check-in: 3dc006c9de user: andybradford tags: trunk)
05:43
Minor correction to example comment in Fossil coding introduction. ... (check-in: 22a9fba428 user: andybradford tags: trunk)
04:51 Edit [e9a43ae0ef5ac20b|e9a43ae0ef]: Edit check-in comment. ... (artifact: c8d46c43c0 user: andygoth)
04:45
Correct recent makeheaders.html documentation update to respect the prohibition of multiple global variables per declaration ... (check-in: ba5ab70e96 user: andygoth tags: trunk)
04:06
Use disjoint timelines when filtering by the chng timeline query parameter ... (check-in: e7bdbbe435 user: andygoth tags: trunk)
02:12
Use rgba(0,0,0,0.5) instead of #888 to implement 50% shadow so that the shadow works even against a colored or dark background ... (check-in: f23ccc89ce user: andygoth tags: trunk)
02:00
CSS corrections for checkboxes ... (check-in: 446d438ee0 user: andygoth tags: trunk)