Check-in [4280e0d1f6]
Not logged in
Overview

SHA1 Hash:4280e0d1f601268417363a0125425360834b7f56
Date: 2008-02-05 20:49:53
User: stephan
Comment:Removed annoying yellow/red placeholders. Added links to your wiki changes and your *file* commits.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/my_page.c from [e52cc4cf42] to [6c912124ba].

@@ -90,21 +90,21 @@
   char const * uinfo = db_column_text( &st, 2 );
 
   @ <h2>Welcome, %s(uname)!</h2>
   @ Your user ID is: %d(uid)<br/>
   @ Your Fossil permissions are: [%s(ucap)]
-  @   <span class='achtung'>[TODO: explain these]</span><br/>
+  @   [TODO: explain these]<br/>
   @ Your additional info: [%s(uinfo)]
-  @   <span class='achtung'>[TODO: make this editable]</span><br/>
+  @   [TODO: make this editable]<br/>
 
   mypage_logout_button();
 
   @ <hr/>
   @ <h2>Your artifacts:</h2>
   @ <ul>
-  @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)'>Your latest commits</a>.</li>
-  @ <li>TODO: your Wiki entries</li>
+  @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=ci'>Your latest commits</a>.</li>
+  @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=w'>Your latest wiki changes</a>.</li>
   @ <li>TODO: your tickets</li>
   @ <li>TODO: etc. etc. etc.</li>
   @ </ul>
   mypage_password_changer();