Fossil

Check-in [f4aa6d09]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge to [f08599e87b].
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | cvs2fossil-complete | trunk
Files: files | file ages | folders
SHA1: f4aa6d09d347af81a644a4952fe8bae8e80f4b4e
User & Date: aku 2008-03-05 03:44:12.000
Context
2008-03-05
05:28
cvs2fossil, fixed off-by-one errors in the application of RCS patches. ... (check-in: 68cf3ecd user: aku tags: trunk)
03:44
Merge to [f08599e87b]. ... (check-in: f4aa6d09 user: aku tags: cvs2fossil-complete, trunk)
03:42
Split the current import pass into three, for files, changesets, and finalization (fossil rebuild). ... (check-in: 31b15fcf user: aku tags: trunk)
2008-03-03
16:50
Fix a privilege problem in the default page header. ... (check-in: f08599e8 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
@   </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href='$baseurl/home'>Home</a>"
@ if {[hascap h]} {
@   html "<a href='$baseurl/dir'>Files</a>"
@ }
@ if {[hascap i]} {
@   html "<a href='$baseurl/leaves'>Leaves</a>"
@   html "<a href='$baseurl/timeline'>Timeline</a>"
@   html "<a href='$baseurl/tagview'>Tags</a>"
@ }
@ if {[hascap j]} {
@   html "<a href='$baseurl/wiki'>Wiki</a>"
@ }







|







157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
@   </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href='$baseurl/home'>Home</a>"
@ if {[hascap h]} {
@   html "<a href='$baseurl/dir'>Files</a>"
@ }
@ if {[hascap o]} {
@   html "<a href='$baseurl/leaves'>Leaves</a>"
@   html "<a href='$baseurl/timeline'>Timeline</a>"
@   html "<a href='$baseurl/tagview'>Tags</a>"
@ }
@ if {[hascap j]} {
@   html "<a href='$baseurl/wiki'>Wiki</a>"
@ }