# # # patch "www/viewmtn/templates/branchchanges.html" # from [289b8d1c17036ccac89b40dc73ac91010768d695] # to [adb0864171ae6d0bf4ca6fe4223c1436dd6bc681] # # patch "www/viewmtn/templates/branchchoosehead.html" # from [a17e85b284086f1f31b5b891fd65e6d7bea00396] # to [67a2b7d951933ad3763747eb7bcb3fae02500c49] # # patch "www/viewmtn/templates/revisionbrowse.html" # from [b2f335fbbcfe6e8ceab256ac2b6a6c7a33571619] # to [61a9e90cca82aeecb85677922f7b9a58096d4743] # # patch "www/viewmtn/templates/revisionfile.html" # from [8205c3b68ad793a7ce3a53d2bddf81a0e1c26c96] # to [ba7036a5cecbf905babb29a2f23f1775e1d303ba] # # patch "www/viewmtn/templates/revisionfilechanges.html" # from [d3f3c21db35c2f62cca0980eb0b85253ecca278a] # to [96521a1803642a5504d4c80ecb04a8abfcb98af5] # # patch "www/viewmtn/templates/revisionfileimg.html" # from [5775355e380fd5c0c732f717cda39d66dd2cfea8] # to [e9c685b6125b311189fb05e0f867326978d5189a] # # patch "www/viewmtn/templates/revisionfileobj.html" # from [de243c19e11d7af787254d9c6e2b1521489cc5ed] # to [01c532aadbb1782abcf1b30bc6c60ceaa06e6c00] # # patch "www/viewmtn/templates/revisionfileview.html" # from [fb033286c3a7260b47c10fc9ed51e4dc3695c419] # to [5a5591e812fdf877cf4c3daa3a14c5eb9b210a0d] # # patch "www/viewmtn/templates/tags.html" # from [511aae4f4e7a51888785f56beea82572a6aa4e13] # to [42d078da8e8619948a5b2ebbe93f6265ef9ab285] # ============================================================ --- www/viewmtn/templates/branchchanges.html 289b8d1c17036ccac89b40dc73ac91010768d695 +++ www/viewmtn/templates/branchchanges.html adb0864171ae6d0bf4ca6fe4223c1436dd6bc681 @@ -13,8 +13,8 @@ Changes $from_change to $to_change on th #filter Filter $ago ago: $shortlog
- $link($revision).html($project, "revision info") | - $link($revision, "browse").html($project, "browse files") + $link($revision).html("revision info") | + $link($revision, "browse").html("browse files") $diffs #end filter @@ -42,7 +42,7 @@ Changes $from_change to $to_change on th #if $next_from and $next_to #filter Filter -$link($branch, from_change=$next_from, to_change=$next_to).html($project, "earlier changes") +$link($branch, from_change=$next_from, to_change=$next_to).html("earlier changes") #end filter #else (no earlier changes) @@ -51,14 +51,14 @@ $link($branch, from_change=$next_from, t #filter Filter -$link($branch).html($project, "recent changes") +$link($branch).html("recent changes") #end filter #if $previous_from and $previous_to #filter Filter -$link($branch, from_change=$previous_from, to_change=$previous_to).html($project, "later changes") +$link($branch, from_change=$previous_from, to_change=$previous_to).html("later changes") #end filter #else (no later changes) ============================================================ --- www/viewmtn/templates/branchchoosehead.html a17e85b284086f1f31b5b891fd65e6d7bea00396 +++ www/viewmtn/templates/branchchoosehead.html 67a2b7d951933ad3763747eb7bcb3fae02500c49 @@ -5,7 +5,7 @@ There are multiple head revisions of the

There are multiple head revisions of the branch #filter Filter -$link($branch).html($project) +$link($branch).html() #end filter . You can access the method '$proxy_to' on each of these revisions by clicking on the links provided below. If you are ============================================================ --- www/viewmtn/templates/revisionbrowse.html b2f335fbbcfe6e8ceab256ac2b6a6c7a33571619 +++ www/viewmtn/templates/revisionbrowse.html 61a9e90cca82aeecb85677922f7b9a58096d4743 @@ -6,7 +6,7 @@ Current directory:

Current directory: #for $l in $path_links -$link($l).html($project) +$link($l).html() #end for

@@ -33,19 +33,19 @@ $branch_links #filter Filter - $link($this_path).html($project) + $link($this_path).html() #end filter #if $content_mark #filter Filter - $link($content_mark).html($project, $ago, True) + $link($content_mark).html($ago, True) #end filter #end if #filter Filter - $link($author).html($project) + $link($author).html() #end filter ============================================================ --- www/viewmtn/templates/revisionfile.html 8205c3b68ad793a7ce3a53d2bddf81a0e1c26c96 +++ www/viewmtn/templates/revisionfile.html ba7036a5cecbf905babb29a2f23f1775e1d303ba @@ -3,9 +3,9 @@ #def extramenu1 File $filename.name: #filter Filter -$link($filename, for_changes=True).html($project, override_description="Changes") | -$link($filename).html($project, override_description="View") | -$link($filename, for_download=True).html($project, override_description="Download") | -$link($filename, for_changes_rss=True).html($project, override_description="RSS") +$link($filename, for_changes=True).html(override_description="Changes") | +$link($filename).html(override_description="View") | +$link($filename, for_download=True).html(override_description="Download") | +$link($filename, for_changes_rss=True).html(override_description="RSS") #end filter #end def ============================================================ --- www/viewmtn/templates/revisionfilechanges.html d3f3c21db35c2f62cca0980eb0b85253ecca278a +++ www/viewmtn/templates/revisionfilechanges.html 96521a1803642a5504d4c80ecb04a8abfcb98af5 @@ -7,16 +7,13 @@ revision changed are listed below. These revisions are ancestors of the revision #filter Filter -$link($revision).html($project). +$link($revision).html(). #end filter -#end filter The "diff" links listed with each revision will show changes in '$filename.name' between that revision and -#end filter #filter Filter -$link($revision).html($project). +$link($revision).html(). #end filter -#end filter

@@ -26,10 +23,10 @@ $link($revision).html($project). #filter Filter $ago ago: $shortlog
- $link($verfilename).html($project, override_description="view file") + $link($verfilename).html(override_description="view file") $diffs | - $link($revision).html($project, "revision info") | - $link($revision, "browse").html($project, "browse files") + $link($revision).html("revision info") | + $link($revision, "browse").html("browse files") #end filter @@ -51,6 +48,4 @@ $link($revision).html($project). #end for
-#end filter - #end def ============================================================ --- www/viewmtn/templates/revisionfileimg.html 5775355e380fd5c0c732f717cda39d66dd2cfea8 +++ www/viewmtn/templates/revisionfileimg.html e9c685b6125b311189fb05e0f867326978d5189a @@ -1,5 +1,5 @@ #extends revisionfileview #def filecontents - + #end def ============================================================ --- www/viewmtn/templates/revisionfileobj.html de243c19e11d7af787254d9c6e2b1521489cc5ed +++ www/viewmtn/templates/revisionfileobj.html 01c532aadbb1782abcf1b30bc6c60ceaa06e6c00 @@ -3,7 +3,7 @@ #def filecontents Your browser doesn't support viewing content of type $mimetype. Use the download link from above instead. ============================================================ --- www/viewmtn/templates/revisionfileview.html fb033286c3a7260b47c10fc9ed51e4dc3695c419 +++ www/viewmtn/templates/revisionfileview.html 5a5591e812fdf877cf4c3daa3a14c5eb9b210a0d @@ -5,7 +5,7 @@ Below is the file '$filename.name' from

Below is the file '$filename.name' from this revision. You can also #filter Filter -$link($filename, for_download=True).html($project, override_description="download the file"). +$link($filename, for_download=True).html(override_description="download the file"). #end filter

============================================================ --- www/viewmtn/templates/tags.html 511aae4f4e7a51888785f56beea82572a6aa4e13 +++ www/viewmtn/templates/tags.html 42d078da8e8619948a5b2ebbe93f6265ef9ab285 @@ -13,7 +13,7 @@ To view a particular tag, select it from #filter Filter - $link($tag).html($project) + $link($tag).html() #end filter @@ -22,7 +22,7 @@ To view a particular tag, select it from #filter Filter #for branch in $tag.branches - $link($branch).html($project)
+ $link($branch).html()
#end for #end filter