Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | [5483de2ea6] Added two single quotes around baseurl fixing the bug |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
af258818660f9ca1270b033e2caffe87 |
| User & Date: | jeremy_c 2010-01-01 19:49:00.000 |
References
|
2010-01-01
| ||
| 20:06 | • Ticket [5483de2ea6] Changing to non default skin causes database error status still Closed with 1 other change artifact: 53a23a1bd9 user: anonymous | |
| 19:51 | • Closed ticket [5483de2ea6]. artifact: 6c5d01bae6 user: jeremy_c | |
Context
|
2010-01-01
| ||
| 21:33 | [5483de2ea6] Fixed. Also fixed Black and White theme (timeline not using li tags). check-in: 5efb82a71a user: jeremy_c tags: trunk | |
| 19:49 | [5483de2ea6] Added two single quotes around baseurl fixing the bug check-in: af25881866 user: jeremy_c tags: trunk | |
| 01:30 | Fixed bug that did not display the "X similar events" message for the last item on the timeline. check-in: def89b9393 user: jeremy_c tags: trunk | |
Changes
Changes to src/skins.c.
| ︙ | ︙ | |||
182 183 184 185 186 187 188 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href=''$baseurl$index_page''>Home</a> "
@ if {[anycap jor]} {
| | | 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href=''$baseurl$index_page''>Home</a> "
@ if {[anycap jor]} {
@ html "<a href=''$baseurl/timeline''>Timeline</a> "
@ }
@ if {[hascap oh]} {
@ html "<a href=''$baseurl/dir''>Files</a> "
@ }
@ if {[hascap o]} {
@ html "<a href=''$baseurl/leaves''>Leaves</a> "
@ html "<a href=''$baseurl/brlist''>Branches</a> "
|
| ︙ | ︙ | |||
384 385 386 387 388 389 390 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href=''$baseurl$index_page''>Home</a> "
@ if {[anycap jor]} {
| | | 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href=''$baseurl$index_page''>Home</a> "
@ if {[anycap jor]} {
@ html "<a href=''$baseurl/timeline''>Timeline</a> "
@ }
@ if {[hascap oh]} {
@ html "<a href=''$baseurl/dir''>Files</a> "
@ }
@ if {[hascap o]} {
@ html "<a href=''$baseurl/leaves''>Leaves</a> "
@ html "<a href=''$baseurl/brlist''>Branches</a> "
|
| ︙ | ︙ | |||
619 620 621 622 623 624 625 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><ul><th1>
@ html "<li><a href=''$baseurl$index_page''>Home</a></li>"
@ if {[anycap jor]} {
| | | 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><ul><th1>
@ html "<li><a href=''$baseurl$index_page''>Home</a></li>"
@ if {[anycap jor]} {
@ html "<a href=''$baseurl/timeline''>Timeline</a> "
@ }
@ if {[hascap oh]} {
@ html "<li><a href=''$baseurl/dir''>Files</a></li>"
@ }
@ if {[hascap o]} {
@ html "<li><a href=''$baseurl/leaves''>Leaves</a></li>"
@ html "<li><a href=''$baseurl/brlist''>Branches</a></li>"
|
| ︙ | ︙ |
Changes to src/style.c.
| ︙ | ︙ | |||
204 205 206 207 208 209 210 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href='$baseurl$index_page'>Home</a> "
@ if {[anycap jor]} {
| | | 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href='$baseurl$index_page'>Home</a> "
@ if {[anycap jor]} {
@ html "<a href=''$baseurl/timeline''>Timeline</a> "
@ }
@ if {[hascap oh]} {
@ html "<a href='$baseurl/dir'>Files</a> "
@ }
@ if {[hascap o]} {
@ html "<a href='$baseurl/leaves'>Leaves</a> "
@ html "<a href='$baseurl/brlist'>Branches</a> "
|
| ︙ | ︙ |