Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user andygoth occurring around 2016-11-07 01:48:02.
2016-11-16
| ||
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) | |
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) | |
01:48 | Add crlf-glob to tester.tcl ... (check-in: e754cad9bc user: andygoth tags: trunk) | |
01:32 | Partially backout [bf9669f5]. Leave whitespace alone in test files ... (check-in: 6a3e2ed87e user: andygoth tags: trunk) | |
01:29 | Remove some tabs and end-of-line whitespace ... (check-in: bf9669f55e user: andygoth tags: trunk) | |
01:18 | Further updates to the changelog ... (check-in: 63ed4b00f3 user: andygoth tags: trunk) | |
01:13 | Move changes to bottom (were placed at top by prior merge) and change verb tense to match other changes ... (check-in: 1d1b5c732f user: andygoth tags: trunk) | |
01:12 | Add item to changes.wiki describing updated changes|status command ... (check-in: c3c348b789 user: andygoth tags: trunk) | |
01:10 | Integrate andygoth-crlf. This renames CRNL to CRLF throughout Fossil. crnl-glob is renamed to crlf-glob, but crnl-glob is retained as a compatibility alias. ... (check-in: 87320cf482 user: andygoth tags: trunk) | |
00:53 | Update for a new instance of crnl-glob that was added since this branch's baseline ... (Closed-Leaf check-in: 46fd89ea9b user: andygoth tags: andygoth-crlf) | |
00:50 | Merge trunk ... (check-in: 7ea74acf55 user: andygoth tags: andygoth-crlf) | |
00:48 | Ensure deleted/missing files are not processed as other types of files when C_DELETED and C_MISSING are not specified ... (check-in: e9a43ae0ef user: andygoth tags: trunk) | |
00:38 | • Edit [45e2e3e968c72f1e|45e2e3e968]: Mark "Closed". ... (artifact: 8804ce031a user: andygoth) | |
00:35 | Integrate andygoth-timeline-ms for broader testing and comment ... (check-in: 5e17369711 user: andygoth tags: trunk) | |
00:33 | Integrate andygoth-changes, try two ... (check-in: e7764947d7 user: andygoth tags: trunk) | |
00:20 | Correct SELECT to not exclude added files, i.e. files not present in the blob table ... (Closed-Leaf check-in: 45e2e3e968 user: andygoth tags: andygoth-changes) | |
2016-11-06
| ||
23:48 | Like I said, it has a problem with showing added files. ... (check-in: d57d357d1c user: andygoth tags: trunk) | |
23:47 | • Edit [61da77525f0a1e3c|61da77525f]: Remove the "Closed" mark. ... (artifact: ff400f36ef user: andygoth) | |
23:47 | Immediately backout [7c8cc2adab]. Turns out it has a problem with showing added files. ... (check-in: d87c85c1c7 user: andygoth tags: trunk) | |
23:45 | Integrate andygoth-changes for broader testing and comment. This change should be fully backward-compatible, unless of course a script depends on the help text never changing or new options never being added. All existing options and defaults should work identically to before. I had planned to update the ls command to use the same backend as changes/status, but that work will have to wait until we decide if the ls options should be redesigned. The SCAN_MTIME, SCAN_SIZE, C_MTIME, and C_SIZE flags are currently unused and can be removed, but their presence harms nothing, and they should be useful for a basis for an updated ls command, though they may need modification to address confusion between commit time, on-disk mtime, checked-in size, and on-disk size. ... (check-in: 7c8cc2adab user: andygoth tags: trunk) | |
23:40 | Correct SQL syntax error on "fossil changes -merge" which is not supposed to display any files yet still tries to run the file query even though it says only "ORDER BY pathname" with no SELECT ... (check-in: 61da77525f user: andygoth tags: andygoth-changes) | |
23:35 | Merge trunk ... (check-in: 74a5873cca user: andygoth tags: andygoth-changes) | |
23:31 | Correct internal contradiction in updated ls documentation to match actual behavior. This is too complicated. ... (check-in: bc5a67d1ab user: andygoth tags: trunk) | |
23:25 | Document actual behavior of ls command. I'm questioning whether it's worth maintaining backward compatibility with this highly non-orthogonal collection of options whose behaviors all affect each other with varying degrees of nuance. ... (check-in: 0a4310b34b user: andygoth tags: trunk) | |
22:55 | Split SCAN_META to SCAN_MTIME and SCAN_SIZE. None of these are in use at the moment. ... (check-in: 2862f1c293 user: andygoth tags: andygoth-changes) | |
22:53 | Remove hard-coded demo of mtime and size from changes and status commands ... (check-in: 8cd81143e7 user: andygoth tags: andygoth-changes) | |
21:28 | Remove some excess comments, minor rearrangement ... (check-in: 8b8e765423 user: andygoth tags: andygoth-changes) | |
20:19 | More reliably work around the problem experienced by the previous commit. Not sure if this is the right long-term solution since we seem to have an architectural problem: at least one of Fossil's custom SQL functions can change the schema (in this case, by creating a temporary table), thereby invalidating a prepared statement while it is running. See the comment in checkin.c for a bit more information. Of course, there are rearrangements that avoid the issue, but it is certainly a trap for the unwary. ... (check-in: 5258a43d78 user: andygoth tags: andygoth-changes) | |