Blame Identity/Webenv/Trac/templates/log.cs

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

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

    Legend:

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