Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Make the File menu option default to showing only the files in tip. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk | release |
| Files: | files | file ages | folders |
| SHA1: |
599e6abfb177b9c378f618b9370b9e91 |
| User & Date: | drh 2010-03-08 14:18:44.000 |
References
|
2010-03-18
| ||
| 10:43 | • Ticket [7b8f21b876] Segmentation fault when opening a clone of http://www.sqlite.org/src status still Open with 1 other change artifact: 630dd7d112 user: anonymous | |
| 09:59 | • Ticket [7b8f21b876]: 1 change artifact: 586a1b1e5f user: anonymous | |
|
2010-03-17
| ||
| 10:53 | • New ticket [ce73fc2173] ui doesn't work on Windows 9x (portable_system() broken). artifact: 4237905097 user: anonymous | |
|
2010-03-08
| ||
| 18:51 | • New ticket [5bba7eaa4c] Fossil "Files" menu does not default to ""only the files in tip". artifact: 1e8f0049d8 user: anonymous | |
Context
|
2010-03-10
| ||
| 17:18 | Make sure the return value of db_text() is always something obtained from malloc() or else NULL. Strdup() the default value if the default value is used. check-in: 0cbc5d295c user: drh tags: trunk | |
|
2010-03-08
| ||
| 14:18 | Make the File menu option default to showing only the files in tip. check-in: 599e6abfb1 user: drh tags: trunk, release | |
| 14:12 | Changes to file browser to be more direct and describing what is seen in the union of all files from all versions. Add hyperlinks to tip and trunk. check-in: 4db129c925 user: drh tags: trunk | |
Changes
Changes to src/skins.c.
| ︙ | ︙ | |||
185 186 187 188 189 190 191 |
@ </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]} {
| | | 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 |
@ </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?ci=tip''>Files</a> "
@ }
@ if {[hascap o]} {
@ html "<a href=''$baseurl/leaves''>Leaves</a> "
@ html "<a href=''$baseurl/brlist''>Branches</a> "
@ html "<a href=''$baseurl/taglist''>Tags</a> "
@ }
@ if {[hascap r]} {
|
| ︙ | ︙ | |||
387 388 389 390 391 392 393 |
@ </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]} {
| | | 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 |
@ </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?ci=tip''>Files</a> "
@ }
@ if {[hascap o]} {
@ html "<a href=''$baseurl/leaves''>Leaves</a> "
@ html "<a href=''$baseurl/brlist''>Branches</a> "
@ html "<a href=''$baseurl/taglist''>Tags</a> "
@ }
@ if {[hascap r]} {
|
| ︙ | ︙ | |||
622 623 624 625 626 627 628 |
@ </div>
@ <div class="mainmenu"><ul><th1>
@ html "<li><a href=''$baseurl$index_page''>Home</a></li>"
@ if {[anycap jor]} {
@ html "<li><a href=''$baseurl/timeline''>Timeline</a></li>"
@ }
@ if {[hascap oh]} {
| | | 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
@ </div>
@ <div class="mainmenu"><ul><th1>
@ html "<li><a href=''$baseurl$index_page''>Home</a></li>"
@ if {[anycap jor]} {
@ html "<li><a href=''$baseurl/timeline''>Timeline</a></li>"
@ }
@ if {[hascap oh]} {
@ html "<li><a href=''$baseurl/dir?ci=tip''>Files</a></li>"
@ }
@ if {[hascap o]} {
@ html "<li><a href=''$baseurl/leaves''>Leaves</a></li>"
@ html "<li><a href=''$baseurl/brlist''>Branches</a></li>"
@ html "<li><a href=''$baseurl/taglist''>Tags</a></li>"
@ }
@ if {[hascap r]} {
|
| ︙ | ︙ |
Changes to src/style.c.
| ︙ | ︙ | |||
210 211 212 213 214 215 216 |
@ </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]} {
| | | 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 |
@ </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?ci=tip'>Files</a> "
@ }
@ if {[hascap o]} {
@ html "<a href='$baseurl/leaves'>Leaves</a> "
@ html "<a href='$baseurl/brlist'>Branches</a> "
@ html "<a href='$baseurl/taglist'>Tags</a> "
@ }
@ if {[hascap r]} {
|
| ︙ | ︙ |