Differences From:
File
src/my_page.c
part of check-in
[1f1d96529c]
- Users unconditionally inherit capabilities of "anonymous". New capability
"v" means to inherit capabilities of user "developer". Login is prohibited
if the password is empty.
by
drh on
2008-08-03 16:47:43.
Also file
src/my_page.c
part of check-in
[5fb14b9a0f]
- Include non-sym- tags in tagview web page. Also merge mainline into tagview branch.
by
eric on
2008-08-21 20:59:01.
[view]
To:
File
src/my_page.c
part of check-in
[9de6abab2a]
- Miscellaneous cosmetic changes
by
eric on
2008-11-15 14:18:09.
[view]
@@ -108,9 +108,9 @@
@ <h2>Your artifacts:</h2>
@ <ul>
@ <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><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=t'>Your latest ticket changes</a>.</li>
@ <li>TODO: etc. etc. etc.</li>
@ </ul>
mypage_password_changer();