Differences From Artifact [bb6c6f7abc]:
- File src/event.c — part of check-in [89b6dda99c] at 2020-06-02 20:05:28 on branch trunk — Add the safe-html setting that determines which kinds of documents are allowed to generate unsafe HTML from Markdown. (user: drh size: 19405) [more...]
To Artifact [9c704eb6be]:
- File src/event.c — part of check-in [9b2b6f5b1c] at 2020-09-18 07:37:30 on branch trunk — The routines which emit fossil.XYZ.js modules now understand their dependencies, emit any deps in dependency order (recursively), and do not emit a given module more than once (simplifies usage and is an and overall improvement in cacheability). Added the pikchr click support to more pages. (user: stephan size: 19427) [more...]
| ︙ | |||
226 227 228 229 230 231 232 233 234 235 236 237 238 239 | 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 | + |
@ </pre>
}
zFullId = db_text(0, "SELECT SUBSTR(tagname,7)"
" FROM tag"
" WHERE tagname GLOB 'event-%q*'",
zId);
attachment_list(zFullId, "<hr /><h2>Attachments:</h2><ul>");
document_emit_js();
style_footer();
manifest_destroy(pTNote);
}
/*
** Add or update a new tech note to the repository. rid is id of
** the prior version of this technote, if any.
|
| ︙ |