Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Thanks for the fix, eric. Due to that, I detected another HTML quirk I made ands corrected it now. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | f85bc24e4d49b6a522ef92076b48bd29 |
User & Date: | cle 2008-08-15 18:48:06 |
Context
2008-08-17
| ||
11:37 | Change CGI parameter name rid to uuid for the /zip URL. check-in: 81a96aad user: cle tags: trunk | |
2008-08-15
| ||
18:48 | Thanks for the fix, eric. Due to that, I detected another HTML quirk I made ands corrected it now. check-in: f85bc24e user: cle tags: trunk | |
18:28 | Fix an HTML nesting error. check-in: 35b2d164 user: eric tags: trunk | |
Changes
Changes to src/setup.c.
155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 |
@ <tr><td><b>s</b></td><td><i>Setup:</i> Setup and configure this website</td></tr>
@ <tr><td><b>t</b></td><td><i>Tkt-Report:</i> Create new bug summary reports</td></tr>
@ <tr><td><b>v</b></td><td><i>Developer:</i> Inherit privileges of user <tt>developer</tt></td></tr>
@ <tr><td><b>w</b></td><td><i>Write-Tkt:</i> Edit tickets</td></tr>
@ <tr><td><b>z</b></td><td><i>Zip download:</i> Download a baseline via the
@ <tt>/zip</tt> URL even without check<b>o</b>ut and <b>h</b>istory permissions</td></tr>
@ </table>
@ </p></li>
@
@ <li><p>
@ Every user, logged in or not, inherits the privileges of <b>nobody</b>.
@ Any human can login as <b>anonymous</b> since the password is
@ clearly displayed on the login page for them to type. The purpose
@ of requiring anonymous to log in is to prevent access by spiders.
@ Every logged-in user inherits the privileges of <b>anonymous</b>.
|
| |
155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 |
@ <tr><td><b>s</b></td><td><i>Setup:</i> Setup and configure this website</td></tr> @ <tr><td><b>t</b></td><td><i>Tkt-Report:</i> Create new bug summary reports</td></tr> @ <tr><td><b>v</b></td><td><i>Developer:</i> Inherit privileges of user <tt>developer</tt></td></tr> @ <tr><td><b>w</b></td><td><i>Write-Tkt:</i> Edit tickets</td></tr> @ <tr><td><b>z</b></td><td><i>Zip download:</i> Download a baseline via the @ <tt>/zip</tt> URL even without check<b>o</b>ut and <b>h</b>istory permissions</td></tr> @ </table> @ </li> @ @ <li><p> @ Every user, logged in or not, inherits the privileges of <b>nobody</b>. @ Any human can login as <b>anonymous</b> since the password is @ clearly displayed on the login page for them to type. The purpose @ of requiring anonymous to log in is to prevent access by spiders. @ Every logged-in user inherits the privileges of <b>anonymous</b>. |