Differences From Artifact [52ded97da7]:
- File src/fileedit.c — part of check-in [65aa2c9643] at 2021-09-07 22:28:07 on branch diff-js-refactoring — Ongoing refactoring and feature-adding related to the JS/ajax components of the new diff views. (user: stephan size: 73384) [more...]
To Artifact [b83b45de0b]:
- File src/fileedit.c — part of check-in [ef69044cf9] at 2021-09-14 09:04:53 on branch trunk — /wikiedit and /fileedit can now dynamically load more diff context. Discovered that the unified diff scrolling under the new diff model is not quite right and the magical CSS invocations to solve it properly elude me: for now they're scrolling (if needed) from a higher parent container level of the DOM than they should be, so the line numbers scroll along with the code. (user: stephan size: 73471)
| ︙ | |||
1142 1143 1144 1145 1146 1147 1148 1149 | 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 | + - + + |
if(!zContent){
zContent = "";
}
cgi_set_content_type("text/html");
blob_init(&content, zContent, -1);
{
Blob orig = empty_blob;
char * const zOrigUuid = rid_to_uuid(frid);
content_get(frid, &orig);
|
| ︙ |