[INCLUDE title="$archive/$category--$branch--$version--$revision log" header]>
<[IF $expand THEN <[INCLUDE js-expand.html]>]>
$date; $creator; $summary
$body:break
<[FOREACH $name $f @modified_files
<[IF $expand && $Config.javascript_expanding THEN
- | ]>
M
| $name
<[IF $expand THEN
]>
|
]>
<[FOREACH $name $f @new_files
<[IF $expand && $Config.javascript_expanding THEN
- | ]>
A
| $name
<[IF $expand THEN
<[IF "$f.is_image" THEN
]><[ELSIF "$f.is_binary" THEN
[Binary content of type $f.mime_type is not shown, may be downloaded]
]><[ELSE
$f.content:asis
]>
|
]>
|
]>
<[FOREACH $name $f @removed_files
<[IF $expand && $Config.javascript_expanding THEN
- | ]>
D
| $name
<[IF $expand THEN
<[IF "$f.is_image" THEN
]><[ELSIF "$f.is_binary" THEN
[Binary content of type $f.mime_type is not shown, may be downloaded]
]><[ELSE
$f.content:asis
]>
|
]>
|
]>
<[FOREACH $old $new @renamed_files
<[IF $expand && $Config.javascript_expanding THEN
| ]>
=>
| $old $new |
]>
<[FOREACH $name @imported_files
<[IF $expand && $Config.javascript_expanding THEN
| ]>
A
| $name |
]>
<[FOREACH $name @new_directories
<[IF $expand && $Config.javascript_expanding THEN
| ]>
A/
| $name/ |
]>
<[FOREACH $name @removed_directories
<[IF $expand && $Config.javascript_expanding THEN
| ]>
D/
| $name/ |
]>
<[FOREACH $old $new @renamed_directories
<[IF $expand && $Config.javascript_expanding THEN
| ]>
/>
| $old/ $new/ |
]>
<[FOREACH $name @new_patches
<[IF is_revision_managed('$name') THEN $name]><[ELSE $name]> |
]>
<[INCLUDE footer]>