Differences From Artifact [b4c22f5e1e]:
- File src/descendants.c — part of check-in [3fbf8caa87] at 2011-09-14 00:32:30 on branch msw-docco — Begin streamline the online documentation to: * always include a short overview of the options supported by a given command, alphabetically sorted * reference similar/related commands with a final See also: section * Use ?x? for optional arguments * collapse supported options into ?OPTIONS? This is commit #1/n. (user: martin.weber size: 11579) [more...]
To Artifact [b15c5ee45a]:
- File src/descendants.c — part of check-in [34b4dec0bc] at 2011-09-14 17:45:40 on branch stephan-hack — Refactored g.okXXX perms flags to g.perm.XXX. (user: stephan size: 11582) [more...]
| ︙ | |||
348 349 350 351 352 353 354 | 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 | - + |
void leaves_page(void){
Blob sql;
Stmt q;
int showAll = P("all")!=0;
int showClosed = P("closed")!=0;
login_check_credentials();
|
| ︙ |