Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
45 check-ins related to "andygoth-timeline-ms"
2016-11-07
| ||
00:35 | Integrate andygoth-timeline-ms for broader testing and comment ... (check-in: 5e17369711 user: andygoth tags: trunk) | |
2016-11-05
| ||
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) | |
14:10 | Cherrypick timeline help text updates from [5703ccb2e0] ... (check-in: 9807c1da47 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) | |
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: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) | |
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:14 | Cherrypick [2e9ac33a9a] ... (check-in: e32803bbf6 user: andygoth tags: trunk) | |
2016-11-04
| ||
23:18 | Cherrypick [9b960af129], was supposed to have been checked into trunk in the first place ... (check-in: bbafc013aa user: andygoth tags: trunk) | |
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: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) | |
21:12 | Improve quoting of match tags and patterns. Ignore empty match tags and patterns. ... (check-in: 98cc8782e1 user: andygoth tags: andygoth-timeline-ms) | |
20:49 | Integrate andygoth-quote-apostrophe. Needed because single quotes can be used in the tag filter entry, and these single quotes would otherwise be passed through unprotected to the output HTML. ... (check-in: 68bd2e7bed user: andygoth tags: andygoth-timeline-ms) | |
16:21 | Add timeline web UI to set tag filter and match style. Still not 100%. (1) Now that more than one text entry is on the page, pressing enter does not trigger a submit [Firefox ESR 10.0.12], (2) electing "Related" causes Tag Filter to blank, (3) entering a tag filter while "Related" is selected causes "Related" to be deselected, (4) possibly too much clutter, and (5) definitely too much clutter if combined with any future expansions. (1) is due to the lack of a submit button. (2) and (3) are a bad interaction between the t=/r= dichotomy and the design of style_submenu_entry(). (4) maybe could be addressed by changing "Related"/"Branch Only" and "Without Files"/"With Files" to checkbuttons, but style_submenu_checkbox() was never actually implemented. (Probably also want "Unhide" to be a checkbox.) For (5) I have in mind letting the admin define a project-specific list of preset filters. ... (check-in: d4a6d3c1ec user: andygoth tags: andygoth-timeline-ms) | |
15:52 | Change style_submenu_entry() to allow zero and negative iSize. Zero iSize means display size and length limit are not specified, and negative iSize means no length limit is specified but the display size is set to the absolute value of iSize. ... (check-in: 2e9ac33a9a user: andygoth tags: andygoth-timeline-ms) | |
15:48 | Move GLOB before LIKE in list of possible match styles ... (check-in: fc25a1270e user: andygoth tags: andygoth-timeline-ms) | |
15:12 | Revert unintended change that snuck in alongside prior merge ... (check-in: f0b91665ab user: andygoth tags: andygoth-timeline-ms) | |
15:09 | Merge trunk ... (check-in: 490daed204 user: andygoth tags: andygoth-timeline-ms) | |
12:03 | typo ... (check-in: e826eadd9c user: jan.nijtmans tags: trunk) | |
2016-10-26
| ||
02:07 | Merge trunk ... (check-in: b5edfa3b3c user: andygoth tags: andygoth-timeline-ms) | |
2016-10-25
| ||
20:25 | Add the --command option to "fossil diff". ... (check-in: eb67f09c9a user: drh tags: trunk) | |
2016-10-24
| ||
18:33 | Revert unintended, incomplete change to timeline.c ... (check-in: 5cb36bdd52 user: andygoth tags: andygoth-timeline-ms) | |
18:32 | Merge changes.wiki style update ... (check-in: 780c0150c2 user: andygoth tags: andygoth-timeline-ms) | |
18:20 | Update the version number to 1.37 and start the 1.37 change log. ... (check-in: a212bd1899 user: drh tags: trunk) | |
15:52 | Add comments describing each local variable in tagMatchExpression() ... (check-in: 1219bffce0 user: andygoth tags: andygoth-timeline-ms) | |
15:47 | Inconsequential whitespace changes ... (check-in: 9ffc501710 user: andygoth tags: andygoth-timeline-ms) | |
15:44 | Push to 1.37 ... (check-in: 4d1bee54ee user: andygoth tags: andygoth-timeline-ms) | |
14:59 | Version 1.36 ... (check-in: c24373934d user: drh tags: trunk, release, version-1.36) | |
2016-10-23
| ||
21:50 | Optimize REGEXP matching by folding all regular expressions into one ... (check-in: b4800dc53d user: andygoth tags: andygoth-timeline-ms) | |
15:42 | Improve comment ... (check-in: c1afe56ffa user: andygoth tags: andygoth-timeline-ms) | |
15:36 | Add ms=EXACT|LIKE|GLOB|REGEXP timeline query parameter which changes the interpretation of the t= and r= query parameters to exact (default), SQL LIKE, glob, or regular expression matching. Other than exact matching, the t= or r= parameter value is interpreted as a whitespace- or comma-delimited list of match patterns, with the option to quote a pattern using single or double quotes in case it contains commas or whitespace. For regular expression matching only, backslash can also be used to inhibit delimiter interpretation of the next character. At this point, the only way to use this feature is to type ms= directly into the URL; the UI still needs to be updated. Be aware for LIKE interpretation that % needs to be written as %25. ... (check-in: be58684514 user: andygoth tags: andygoth-timeline-ms) | |
01:28 | Minor enhancement to 'mkversion'. ... (check-in: f59f4e1f6e user: mistachkin tags: trunk) | |
2016-05-23
| ||
15:46 | Merge trunk ... (Closed-Leaf check-in: ca59c662d4 user: andygoth tags: andygoth-quote-apostrophe) | |