Differences From Artifact [6edb8b041e]:
- File src/descendants.c — part of check-in [b7f32a71ab] at 2009-01-20 22:21:24 on branch trunk — Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. (user: drh size: 8576)
To Artifact [4af89fd5e9]:
- File src/descendants.c — part of check-in [580d6ad8c7] at 2009-01-21 01:23:40 on branch trunk — Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. (user: drh size: 8582)
| ︙ | |||
295 296 297 298 299 300 301 | 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 | - + |
}
db_prepare(&q,
"%s"
" AND blob.rid IN leaves"
" ORDER BY event.mtime DESC",
timeline_query_for_www()
);
|
| ︙ |