Fossil

Timeline
Login

Timeline

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

50 events by user andygoth occurring around 2017-04-13 20:42:06.

2017-09-20
20:15
Correct typo in documentation ... (check-in: aad384d5d1 user: andygoth tags: trunk)
04:08
Correct typo in title of web page ... (check-in: a3e50c99f3 user: andygoth tags: trunk)
04:05
Correct comment typos ... (check-in: b1191c1ee0 user: andygoth tags: trunk)
2017-09-19
18:28
Add missing table cell in bottom right corner of unversioned file list web page ... (check-in: f39c33c133 user: andygoth tags: trunk)
2017-08-31
05:51
Correct typo in help's help ... (check-in: 0d8c3c2bef user: andygoth tags: trunk)
2017-08-24
14:20
Typo fixes thanks to rosscanning, ref [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg25775.html] ... (check-in: f98852a0df user: andygoth tags: trunk)
2017-08-12
04:19
Typo correction ... (check-in: 45a3d4b167 user: andygoth tags: trunk)
2017-08-06
23:48 Edit [1e491f6cc5b2c32b|1e491f6cc5]: Edit check-in comment. ... (artifact: 95fcb5e450 user: andygoth)
23:48
Restore end-of-line spaces used to demonstrate mid-paragraph line break in markdown.md. The spaces were removed by [23895c7b99] which appeared to clean house on end-of-line whitespace in addition to its documented purpose. ... (check-in: 1e491f6cc5 user: andygoth tags: trunk)
23:32
Document Markdown tables (never knew this feature existed), and improve consistency of formatting ... (check-in: 6f69ccdc69 user: andygoth tags: trunk)
2017-08-05
04:17
Enable processing of versioned manifest setting when creating zips and tarballs outside of an open checkout directory ... (check-in: da23bec780 user: andygoth tags: trunk)
03:45
Simplify manifest generation logic in zip page ... (check-in: b9de60427a user: andygoth tags: trunk)
03:23
Correct the /doc page to support read-only repositories ... (check-in: 95edba6534 user: andygoth tags: trunk)
2017-07-14
20:47
Mention support for HTML-style comments in Markdown reference ... (check-in: bfc29fb372 user: andygoth tags: trunk)
2017-07-09
00:51
Document italic+bold Markdown ... (check-in: 9e67b8ab23 user: andygoth tags: trunk)
2017-07-08
20:42
Improve built-in Markdown reference documentation to describe more features I long wished Markdown had but just now discovered it already does ... (check-in: 3bfdafe4aa user: andygoth tags: trunk)
2017-07-07
19:18
Avoid appending to g.zPath inside doc_page() loop. Instead, wait until the loop is done to modify g.zPath. When doing a directory lookup, the check-in and directory name were being repeatedly appended to g.zPath each step through the list of possible filename suffixes. This corrupted <base href> should index.html not exist, which in turn broke relative URLs. ... (check-in: 956d4901a9 user: andygoth tags: trunk)
2017-06-24
16:28
Fixed "integer constant is too large for long type" warning on 32-bit Linux ... (check-in: caf2681720 user: andygoth tags: trunk)
2017-05-04
14:52
Tweak format of initial list of special characters to match format of examples given two sections below ... (check-in: 160b9852ba user: andygoth tags: glob-docs)
2017-04-20
18:27 Edit [2df14399e6b13bb4|2df14399e6]: Edit check-in comment. ... (artifact: 2127d2d3af user: andygoth)
18:26
Correct display of character list examples to work around lack of multi-level bulleted lists ... (check-in: 2df14399e6 user: andygoth tags: glob-docs)
2017-04-16
01:11
Consistently use ` instead of ' to surround individual characters ... (check-in: 565685b5c8 user: andygoth tags: glob-docs)
01:09
Mention difference between Fossil globs and Unix shell globs ... (check-in: 8df6df49fc user: andygoth tags: glob-docs)
00:45
Replace []] example with [][] because a single-character character class is not terribly useful whereas the latter demonstrates the same concept as well as the visibly unusual way to match either bracket. Add example showing how to match a ^ character as well as ], further reinforcing the above. ... (check-in: 541e324989 user: andygoth tags: glob-docs)
2017-04-13
20:42
Correct reparent usage information ... (check-in: 07783301bd user: andygoth tags: trunk)
2017-03-13
23:28
Correct filename title in comment for man_page_command_list.tcl ... (check-in: 260e3c750d user: andygoth tags: trunk)
2016-11-19
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)
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)
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)
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
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)
2016-11-10
19:44
Fix typo in help text for fossil tag ... (check-in: 405a93e4dc user: andygoth tags: trunk)
2016-11-09
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
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)
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)