Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins related to "annotation-enhancements"
2017-09-25
| ||
15:18 | Merge miscellaneous changes that have accumulated on the annotation-enhancements branch. See a log of the whole branch for details. check-in: ab8ed318e7 user: drh tags: trunk | |
12:45 | Simplified and improved implementation of annotate_file(). Closed-Leaf check-in: d2b1565b7c user: drh tags: annotation-enhancements | |
2017-09-24
| ||
10:58 | The annotate_file() function is now closer to being correct, but is still not quote right. check-in: 54c0dab0c6 user: drh tags: annotation-enhancements | |
09:39 | Remove unused local variables that caused breakages with -Werror. To do: This branch still gives a very different answer than trunk for [/annotate?limit=-1&checkin=8e27a5a0&filename=src/login.c&log=1] check-in: 120ff0b8a3 user: drh tags: annotation-enhancements | |
04:42 | Use tables throughout globs.md check-in: 7f2689b1b5 user: andygoth tags: annotation-enhancements | |
04:41 | Correct name of extras command check-in: 4546d93da3 user: andygoth tags: annotation-enhancements | |
04:33 | Correct typo preventing "fossil help clean-glob" from working check-in: 41162e1ac5 user: andygoth tags: annotation-enhancements | |
00:10 | Begin work on searching technotes. Credit goes to Chris Rydalch for the idea. Sadly, this version doesn't work yet. Technote searches fail at this time. check-in: 94650be8de user: andygoth tags: search-technote | |
2017-09-23
| ||
21:52 | Convert /fdiff and (partially) /vdiff to use checkboxes check-in: 19e896543a user: andygoth tags: annotation-enhancements | |
21:30 | Remove unnecessary variable initializations check-in: c203ba902c user: andygoth tags: annotation-enhancements | |
21:24 | Convert annotate page to use checkboxes check-in: 8017bad639 user: andygoth tags: annotation-enhancements | |
21:18 | Correct operation of filevers query parameter to annotate pages check-in: 4b721600e7 user: andygoth tags: annotation-enhancements | |
21:07 | Consolidated annotation file and manifest lookup code. This changes the error handling for the annotation web page to report an error rather than redirect to home. It also enables omitting the checkin query parameter when used with a server running within a checkout. (Later, by drh:) Move this code onto a branch because of build errors on Ubuntu. check-in: 41f35ca4ec user: andygoth tags: annotation-enhancements | |
19:10 | Fix the value of the ANN_FILE_VERS flag so that it no longer overlaps with DIFF_SLOW_SBS. Omit the ANN_FILE_ANCEST flag which was always true. Update the annotator so that it follows check-ins in generation order according to the ancestor table. check-in: d9ef474a1a user: drh tags: trunk | |