Diff
Not logged in

Differences From:

File src/descendents.c part of check-in [82fc5abb60] - Cut over to the new timeline code. Remove the older timeline. by drh on 2008-02-26 17:57:11. Also file src/descendents.c part of check-in [2e84fb3e54] - Merged with 82fc5abb60. by aku on 2008-02-27 04:15:47. [view]

To:

File src/descendents.c part of check-in [d57de28756] - The "h" capability is now used to enable hyperlinks to non-wiki pages. When "h" is missing, many pages give a hyperlink to the login page and automatically fill in "anonymous" as the user name. The login page jumps back to the target page after a successful login. by drh on 2008-05-05 23:15:29. [view]

@@ -190,8 +190,9 @@
   login_check_credentials();
   if( !g.okRead ){ login_needed(); return; }
 
   style_header("Leaves");
+  login_anonymous_available();
   db_prepare(&q,
     "%s"
     "   AND blob.rid IN"
     "       (SELECT cid FROM plink EXCEPT SELECT pid FROM plink)"