Blame Extras/Trac/templates/log.cs

4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
 
    4c79b5
      
  • 4c79b5
       View Latest Revision
    4c79b5
      
    4c79b5
      if:len(chrome.links.prev) ?>
    4c79b5
       
  • 4c79b5
    4c79b5
          var:chrome.links.prev.0.title ?>">Newer Revisions
    4c79b5
       
    4c79b5
      /if ?>
    4c79b5
      if:len(chrome.links.next) ?>
    4c79b5
       
  • 4c79b5
        
    4c79b5
          var:chrome.links.next.0.title ?>">Older Revisions →
    4c79b5
       
    4c79b5
      /if ?>
    4c79b5
     
    4c79b5
    4c79b5
    4c79b5
    4c79b5
    4c79b5
     

    4c79b5
     <form id="prefs" action="<?cs var:browser_current_href ?>" method="get">
    4c79b5
      
    4c79b5
       <input type="hidden" name="action" value="<?cs var:log.mode ?>" />
    4c79b5
       <label>View log starting at 
    4c79b5
        var:log.items.0.rev ?>" size="5" /></label>
    4c79b5
       <label>and back to 
    4c79b5
        var:log.stop_rev ?>" size="5" /></label>
    4c79b5
       
    4c79b5
       
    4c79b5
        <fieldset>
    4c79b5
         <legend>Mode:</legend>
    4c79b5
         <label for="stop_on_copy">
    4c79b5
          
    4c79b5
           if:log.mode != "follow_copy" || log.mode != "path_history" ?> checked="checked" 
    4c79b5
           /if ?> />
    4c79b5
          Stop on copy 
    4c79b5
         </label>
    4c79b5
         <label for="follow_copy">
    4c79b5
          
    4c79b5
           if:log.mode == "follow_copy" ?> checked="checked"  />
    4c79b5
          Follow copies
    4c79b5
         </label>
    4c79b5
         <label for="path_history">
    4c79b5
          
    4c79b5
           if:log.mode == "path_history" ?> checked="checked"  />
    4c79b5
          Show only adds, moves and deletes
    4c79b5
         </label>
    4c79b5
        </fieldset>
    4c79b5
       
    4c79b5
       <label>
    4c79b5
        if:log.verbose ?> checked="checked" 
    4c79b5
        /if ?> /> Show full log messages</label>
    4c79b5
      
    4c79b5
      
    4c79b5
       
    4c79b5
              title="Warning: by updating, you will clear the page history" />
    4c79b5
      
    4c79b5
     </form>
    4c79b5
    4c79b5
     
    4c79b5
      
    4c79b5
       

    Legend:

    4c79b5
       
    4c79b5
        
    Added
    4c79b5
        if:log.mode == "path_history" ?>
    4c79b5
         
    Removed
    4c79b5
        /if ?>
    4c79b5
        
    Modified
    4c79b5
        
    Copied or renamed
    4c79b5
       
    4c79b5
      
    4c79b5
     
    4c79b5
    4c79b5
     <form  class="printableform" action="<?cs var:log.changeset_href ?>" method="get">
    4c79b5
      
    4c79b5
           title="Diff from Old Revision to New Revision (select them below)" />
    4c79b5
     
    4c79b5
     
    4c79b5
      
    4c79b5
       
    4c79b5
        
    4c79b5
        
    4c79b5
        Rev
    4c79b5
        Chgset
    4c79b5
        Date
    4c79b5
        Author
    4c79b5
        Log Message
    4c79b5
       
    4c79b5
      
    4c79b5
      
    4c79b5
       set:indent = #1 ?>
    4c79b5
       set:idx = #0 ?>
    4c79b5
       each:item = log.items ?>
    4c79b5
        if:name(item) % #2 ?>
    4c79b5
         set:even_odd = "odd" ?>
    4c79b5
        else ?>
    4c79b5
         set:even_odd = "even" ?>
    4c79b5
        /if ?>
    4c79b5
        if:item.copyfrom_path ?>
    4c79b5
         
    4c79b5
          
    4c79b5
           copied from :
    4c79b5
          
    4c79b5
         
    4c79b5
         set:indent = indent + #1 ?>
    4c79b5
        elif:log.mode == "path_history" ?>
    4c79b5
          set:indent = #1 ?>
    4c79b5
        /if ?>
    4c79b5
        
    4c79b5
         
    4c79b5
          
    4c79b5
                 value="@" 
    4c79b5
              if:idx == #1 ?> checked="checked"  />
    4c79b5
          
    4c79b5
                 value="@" 
    4c79b5
              if:idx == #0 ?> checked="checked"  />
    4c79b5
         
    4c79b5
          
    4c79b5
           
    4c79b5
           ()
    4c79b5
          
    4c79b5
         
    4c79b5
         
    4c79b5
          
    4c79b5
             title="Browse at revision ">@
    4c79b5
         
    4c79b5
         
    4c79b5
          
    4c79b5
             title="View changeset []">[]
    4c79b5
         
    4c79b5
         
    4c79b5
         
    4c79b5
         
    4c79b5
          if:!log.verbose ?>
    4c79b5
        
    4c79b5
        if:log.verbose ?>
    4c79b5
        
    4c79b5
         
    4c79b5
        
    4c79b5
        /if ?>
    4c79b5
        set:idx = idx + 1 ?>
    4c79b5
       /each ?>
    4c79b5
      
    4c79b5
     
    4c79b5
     if:len(log.items) > #10 ?>
    4c79b5
      
    4c79b5
           title="Diff from Old Revision to New Revision (select them above)" />
    4c79b5
      
    4c79b5
     /if ?>
    4c79b5
     </form>
    4c79b5
     if:len(links.prev) || len(links.next) ?>
    4c79b5
      if:len(links.prev) ?>
    4c79b5
       if:!len(links.next) ?> last">← 
    4c79b5
       var:links.prev.0.href ?>" title="
    4c79b5
       var:links.prev.0.title ?>">Younger Revisions
    4c79b5
      /if ?>
    4c79b5
      if:len(links.next) ?>
    4c79b5
       if:len(links.prev) ?>first last">
    4c79b5
       var:links.next.0.href ?>" title="
    4c79b5
       var:links.next.0.title ?>">Older Revisions →
    4c79b5
      /if ?>
    4c79b5
     /if ?>
    4c79b5
    4c79b5
     
    4c79b5
      Note: See 
    4c79b5
      ?>/TracRevisionLog">TracRevisionLog for help on using the revision log.
    4c79b5
     
    4c79b5
    4c79b5
    4c79b5