Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins related to "merge-info-html"
2024-12-10
| ||
06:25 | Merge trunk into merge-info-html branch for mergestat improvements. ... (Leaf check-in: f0a48c8faa user: stephan tags: merge-info-html) | |
00:09 | Fix an obscure possible bug in "fossil ui DIR" if there are 96 or more additional arguments. ... (check-in: de6f88a6f0 user: drh tags: trunk) | |
2024-12-09
| ||
08:17 | Move filename info into the corresponding merge-info table. Start adding infrastructure for emitting HTML-mode output to the content columns. ... (check-in: e3a3f0a5f2 user: stephan tags: merge-info-html) | |
07:10 | Change width:1px sizes to width:fit-content on diff line-number and change-type cols for diff --browser and friends. ... (check-in: 8c6dddc6d0 user: stephan tags: trunk) | |
07:08 | Get stub table layout in place for merge-info --html. It's not yet clear whether this will suffice. ... (check-in: 5a1da556d6 user: stephan tags: merge-info-html) | |
07:05 | Fix width:1px sizes on diff line-number and change-type cols for diff --browser and friends. ... (check-in: d2d01d3eb7 user: stephan tags: merge-info-html) | |
2024-12-07
| ||
20:14 | Plug the debug merge builder into the html builder's as-yet-unimplemented methods to assist in thinking through the next steps. ... (check-in: d18f24e2ac user: stephan tags: merge-info-html) | |
19:52 | Set up the main file list loop for merge_info_html(). ... (check-in: 8145725503 user: stephan tags: merge-info-html) | |
18:21 | Use a temp table to consolidate how merge-info --html collects its list of files to process. ... (check-in: 04a868ac21 user: stephan tags: merge-info-html) | |
05:19 | Add skeleton for the MergeBuilderHtml, but it doesn't do anything right now except for fail to outright crash. Add an empty TITLE tag to the diff web page output so that a title can be more easily set via JS. ... (check-in: e76aceba7c user: stephan tags: merge-info-html) | |
03:31 | Add scaffolding for iterating over lists of files for merge-info --html. Simply emit a UL list for the time being. ... (check-in: 8bb036bf9a user: stephan tags: merge-info-html) | |
02:26 | Attempt to get the CSS grid view in place for merge-info --html. It can't be tested until we fill out with content, though. ... (check-in: 5eac2b1ba1 user: stephan tags: merge-info-html) | |
2024-12-06
| ||
23:46 | Initial empty scaffolding for merge-info --html/--browser options. There is still much to do here. ... (check-in: ca7eceb92c user: stephan tags: merge-info-html) | |
19:07 | An improved method for clearing out unwanted table during rebuild. ... (check-in: aeec557e89 user: drh tags: trunk) | |