Blame Extras/Trac/templates/log_changelog.cs

4c79b5
#
4c79b5
# ChangeLog for  
4c79b5
# 
4c79b5
# Generated by Trac 
4c79b5
# 
4c79b5
#
4c79b5
4c79b5
4c79b5
 
4c79b5
     var:changeset.author ?> []
4c79b5
  set:idx = 0 ?>
4c79b5
  each:file = changeset.files ?>
4c79b5
	*  (
4c79b5
    set:action = changeset.actions[idx] ?>
4c79b5
    if:action == 'add' ?>added
4c79b5
    elif:action == 'delete' ?>deleted
4c79b5
    elif:action == 'copy' ?>copied
4c79b5
    elif:action == 'move' ?>moved
4c79b5
    elif:action == 'edit' ?>modified
4c79b5
    /if ?>)
4c79b5
    set:idx = idx + 1 ?>
4c79b5
  /each ?>
4c79b5
4c79b5
  /with ?>
4c79b5
/each ?>