Differences From Artifact [bd7be6f09d]:
- File src/json_dir.c — part of check-in [30c107e2c8] at 2015-03-01 20:56:26 on branch trunk — More changes to make 'check-in' terminology consistent in source comments, SQL comments, JSON error messages, and web page link text. (user: mistachkin size: 9147) [more...]
To Artifact [1ae5ae613c]:
- File src/json_dir.c — part of check-in [e8735d6a47] at 2016-02-20 13:21:50 on branch slash-name-links — Initial go at replacing URLs in the form ?name=xyz with /xyz except in places where doing so is either known to break (style_set_current_page() calls) or would require notable refactoring (/dir hyperlink generation). (user: stephan size: 9142)
| ︙ | |||
258 259 260 261 262 263 264 | 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 | - + |
sqlite_int64 const ts = db_column_int64(&q,4);
cson_object_set_s(zEntry, zKeyUuid, json_new_string( u ) );
cson_object_set_s(zEntry, zKeySize,
cson_value_new_integer( (cson_int_t)sz ));
cson_object_set_s(zEntry, zKeyTime,
cson_value_new_integer( (cson_int_t)ts ));
cson_object_set_s(zEntry, zKeyRaw,
|
| ︙ |