Differences From Artifact [43449cf3e2]:
- File src/descendants.c — part of check-in [f4e299d0e5] at 2015-02-09 04:10:52 on branch trunk — On timelines, to show the "selected" entry, give the row some vertical space between the previous and following rows, a yellow background, a gray border, and a shadow-box (all adjustable via CSS). For the c=TIME "circa" query parameter, highlight the nearest entry. (user: drh size: 15974)
To Artifact [0f5849fd90]:
- File src/descendants.c — part of check-in [2f50d427a9] at 2015-02-14 12:24:12 on branch login-enhancements — When the user is "nobody", make the g.anon permission vector for "anonymous" available in addition to g.perm. Hyperlinks to pages that would be available to anonymous are shown rather than suppressed. When permission is denied and control jumps to login_needed() a new flag shows whether or not logging in as "anonymous" would help. Work in progress. (user: drh size: 15985) [more...]
| ︙ | |||
437 438 439 440 441 442 443 | 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 | - + |
void leaves_page(void){
Blob sql;
Stmt q;
int showAll = P("all")!=0;
int showClosed = P("closed")!=0;
login_check_credentials();
|
| ︙ |