Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2016-11-05 05:46:31.
|
2016-11-05
| ||
| 15:53 | Merge trunk check-in: a47d79e910 user: andygoth tags: andygoth-changes | |
| 15:49 | Expand list of stopwords in permuted index check-in: 95bb5a24e2 user: andygoth tags: trunk | |
| 15:42 | Cherrypick [419a3c3e48] and [805b69772e] which were checked in on the wrong branch check-in: 6311ff7604 user: andygoth tags: trunk | |
| 15:40 | Update permuted index to show non-permuted items in bold Closed-Leaf check-in: 805b69772e user: andygoth tags: andygoth-timeline-ms | |
| 15:39 | Make mkindex.tcl directly executable check-in: 419a3c3e48 user: andygoth tags: andygoth-timeline-ms | |
| 15:28 | Merge trunk check-in: 839eca1842 user: andygoth tags: andygoth-timeline-ms | |
| 15:26 | Cherrypick one more timeline help text update from [5703ccb2e0] check-in: 40de787d36 user: andygoth tags: trunk | |
| 15:23 | Add BCCFLAGS and XBCC to build system so that programs which run on the build platform (e.g. translate) can have the benefit of CFLAGS, e.g. -ggdb3 for easier debugging in gdb or -std=c89 to flush out C99. Do not update win/* because I don't have the ability to test those changes. check-in: ad11034603 user: andygoth tags: trunk | |
| 14:59 | Demote the rss command to second-tier because it is infrequently used and falls in the saame general category as the server and cgi commands which are already second-tier check-in: d623a0adbe user: andygoth tags: trunk | |
| 14:55 | Fix minor typo in comment check-in: 6a6dae151d user: andygoth tags: trunk | |
| 14:31 | Change help index command list from seven columns to six to better match the widths of the other lists presented on the page check-in: 2f61357426 user: andygoth tags: trunk | |
| 14:30 | In help index, display first-tier command names in bold check-in: 37e8c173a6 user: andygoth tags: trunk | |
| 14:22 | Use symbolic name CMDFLAG_WEBPAGE instead of directly saying 0x08 check-in: dfa23f5bba user: andygoth tags: trunk | |
| 14:17 | Ignore empty command name in help page so that /help/ is treated the same as /help check-in: e237cea4c2 user: andygoth tags: trunk | |
| 14:15 | Include name of command or page in help title check-in: 9b15ec0d6c user: andygoth tags: trunk | |
| 14:12 | Remove "Command-line" from name of help page which documents web pages as well as commands check-in: ccd4ca87b0 user: andygoth tags: trunk | |
| 14:10 | Cherrypick timeline help text updates from [5703ccb2e0] check-in: 9807c1da47 user: andygoth tags: trunk | |
| 14:07 | Remove "Testpage:" from title of all-in-one help text page check-in: d8506df183 user: andygoth tags: trunk | |
| 14:04 | Replace Show/Hide Cookies in test_env page with a checkbox check-in: 7814e9b59b user: andygoth tags: trunk | |
| 13:57 | Change Files/Folders selection to a Folders Only checkbox check-in: b6a824eccb user: andygoth tags: trunk | |
| 06:42 | Merge trunk check-in: 4630d9ba8b user: andygoth tags: andygoth-timeline-ms | |
| 06:38 | Rework style.c to use new line continuation feature of translate.c check-in: 9c21101119 user: andygoth tags: trunk | |
| 06:37 | Enhance translate.c to interpret backslash at the end of a cgi_printf() "@" line as a directive to omit the newline check-in: e193e21be3 user: andygoth tags: trunk | |
| 05:51 | Check regular expressions for errors. Add error reporting mechanism. Leave bad patterns out of filter. Add showid and showsql to timeline help text. check-in: 5703ccb2e0 user: andygoth tags: andygoth-timeline-ms | |
| 05:46 | Merge fork check-in: 3cb9ba4de6 user: andygoth tags: trunk | |
| 05:45 | Add fossil_strndup() function to duplicate a string that is not necessarily NUL-terminated check-in: b98776679e user: andygoth tags: andygoth-timeline-ms | |
| 05:18 | Add timeline rel query string and change r=TAG to be an alias for t=TAG&rel so that related can be a checkbox and the tag filter text entry can work whether or not related is checked. This addresses issues (2) and (3). check-in: 90057326f4 user: andygoth tags: andygoth-timeline-ms | |
| 05:15 | Add functions to modify and delete query parameters check-in: 1c511cd9e6 user: andygoth tags: andygoth-timeline-ms | |
| 04:30 | Fix extra empty lines in diff output from non-interactive process on Windows; similar to [f2fc37c0]. check-in: 476fe9e932 user: ashepilko tags: trunk | |
| 04:02 | Draw dotted box around entire row of checkout version, not just the check-in comment and descriptive text. In my experience, it's too hard to see the dotted box against a colored background when the checkout version is on a branch. This whole-row behavior matches the version marking option provided by the timeline "m" query string. I considered also increasing the line thickness from 1px to 2px, but I found it to be too distracting. Instead, I added a very faint shadow similar to, but much lighter than, the one used by the "m" version marker. check-in: e5b53f15cb user: andygoth tags: trunk | |
| 03:42 | Rework [98cc8782e1] to more thoroughly ignore empty match tags and patterns so that the "Related" submenu item does not appear due to an empty tag filter text entry adding "t=" to the query string check-in: 3bcdc07793 user: andygoth tags: andygoth-timeline-ms | |
| 03:34 | Merge trunk. Some issues identified by [d4a6d3c1ec] are now improved. (1) is fixed, though clicking/tabbing outside the entry field also triggers a submit which may prove annoying. (2) and (3) are still broken. (4) is better because "With/Without Files" is now a checkbox simply labeled "Files". (5) is closer to being feasible, perhaps if "Tag Filter:" is changed to "Filter:". check-in: 74fe9587f8 user: andygoth tags: andygoth-timeline-ms | |
| 03:24 | Use <label> to connect setup checkboxes with their label text so either the checkbox or the label can be clicked on, also makes the checkbox highlight when the mouse hovers on the label check-in: 9036122dcb user: andygoth tags: trunk | |
| 03:19 | Add explicit call to form submit() when changing a text entry so style_submenu_entry() can be used multiple times per page check-in: 2929d5fced user: andygoth tags: trunk | |
| 03:17 | Add missing close angle bracket omitted by previous commit check-in: 2dd295344e user: andygoth tags: trunk | |
| 03:14 | Cherrypick [2e9ac33a9a] check-in: e32803bbf6 user: andygoth tags: trunk | |
| 03:06 | Remove extra class='submenuctrl' from checkbox input because already present in the enclosing <label> check-in: bccaea605c user: andygoth tags: trunk | |
| 03:04 | Change branch color option from a binary submenu to a checkbox check-in: 3a98c9b541 user: andygoth tags: trunk | |
| 03:00 | Change "v" (files) option from a binary submenu to a checkbox, move to the right of the unhide checkbox so the checkboxes are grouped together check-in: a482549c45 user: andygoth tags: trunk | |
| 02:48 | Correct builtin text capability, broken by typo in [e5b62edb28] check-in: 584546fe77 user: andygoth tags: trunk | |
| 02:29 | Implement style_submenu_checkbox(). Change "unhide" to a checkbox so it can be cancelled without editing the URL by hand. Update skins to support use of <label> tag. Remove redundant "if" check in style.c. Checkbox styling can certainly be improved, but this is a start. check-in: 8d880f0bb4 user: andygoth tags: trunk | |
|
2016-11-04
| ||
| 23:57 | Use linenoise for fossil shell. Do not bother with persistent history. check-in: 6327b026a8 user: andygoth tags: trunk | |
| 23:18 | Cherrypick [9b960af129], was supposed to have been checked into trunk in the first place check-in: bbafc013aa user: andygoth tags: trunk | |
| 23:16 | Update to SQLite 3.15.1 check-in: a8a67989fc user: jan.nijtmans tags: branch-1.36 | |
| 23:13 | Fix various typos in makeheaders.html. Use curly quotes instead of classic `` and '' quotes (ref: [http://www.dwheeler.com/essays/quotes-in-html.html]). Format most such quoted text in monospace print. check-in: 9b960af129 user: andygoth tags: andygoth-timeline-ms | |
| 22:37 | Consistently use the count(X) macro in place of sizeof(X)/sizeof(*X) throughout the Fossil core, excluding things that don't use makeheaders. Also use count(X) instead of ArraySize(X) which has the same definition. check-in: e5b62edb28 user: andygoth tags: trunk | |
| 22:12 | Fix crash introduced by merge of andygoth-quote-apostrophe check-in: 10b98c1e61 user: andygoth tags: andygoth-timeline-ms | |
| 21:55 | Merge trunk check-in: 250c12c2f7 user: andygoth tags: andygoth-timeline-ms | |
| 21:53 | Use count(x) instead of sizeof(x)/sizeof(*x) check-in: cda8c14c16 user: andygoth tags: andygoth-timeline-ms | |
| 21:39 | Use timeline_submenu() instead of style_submenu_element() check-in: c1a77615ca user: andygoth tags: trunk | |