5217.6.1
by Celso Providelo
Fixing bug #157064 (refactoring source & binary publishing history presentation by developers request). The new layout uses expandable-boxes infrastructure as Queue and PPA UI to present extra details about each publication row. |
1 |
<tal:root
|
2 |
xmlns:tal="http://xml.zope.org/namespaces/tal" |
|
3 |
xmlns:metal="http://xml.zope.org/namespaces/metal" |
|
4 |
xmlns:i18n="http://xml.zope.org/namespaces/i18n" |
|
5 |
omit-tag=""> |
|
6 |
||
7083.2.1
by Muharem Hrnjadovic
all changes except bug #260013 |
7 |
<tal:publishing-history define=" |
8 |
version_name context/distroarchseriesbinarypackagerelease/version;
|
|
9 |
version_url context/distroarchseriesbinarypackagerelease/fmt:url;
|
|
10 |
series_name context/distroarchseries/displayname;
|
|
11 |
series_url context/distroarchseries/fmt:url"> |
|
12 |
||
13 |
<span metal:use-macro="context/@@publishinghistory-macros/listing-summary" /> |
|
14 |
</tal:publishing-history>
|
|
5217.6.1
by Celso Providelo
Fixing bug #157064 (refactoring source & binary publishing history presentation by developers request). The new layout uses expandable-boxes infrastructure as Queue and PPA UI to present extra details about each publication row. |
15 |
</tal:root>
|