Differences From Artifact [10f7101e6f]:
- File src/tar.c — part of check-in [50b810013f] at 2025-10-31 13:29:18 on branch trunk — Allow symbolic names for the name= query parameter to the /rchvdwnld. (user: drh size: 45538)
To Artifact [49d171762a]:
- File src/tar.c — part of check-in [6b31bcfc1b] at 2025-11-04 16:08:00 on branch trunk — Fix the accordion section header on the /rchvdwnld web UI page, and have the accordion click-handler ignore clicks to hyperlinks inside section headers (so that the accordion section does not expand or contract immediately before navigating to the linked page). (user: florian size: 45576)
| ︙ | ︙ | |||
1354 1355 1356 1357 1358 1359 1360 1361 1362 | @ %s(g.zBaseURL)/sqlar/%s(zBase).sqlar</a></td> @ </tr> @ </table></div> fossil_free(zBase); @ <div class="section accordion">Context</div><div class="accordion_panel"> render_checkin_context(rid, 0, 0, 0); @ </div> style_finish_page(); } | > | 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 |
@ %s(g.zBaseURL)/sqlar/%s(zBase).sqlar</a></td>
@ </tr>
@ </table></div>
fossil_free(zBase);
@ <div class="section accordion">Context</div><div class="accordion_panel">
render_checkin_context(rid, 0, 0, 0);
@ </div>
builtin_request_js("accordion.js");
style_finish_page();
}
|