built.tt: Handle the case where the original build is not known
[?]
May 24, 2013, 4:43 PM
3TZYSSGXOFCXR5FJODF5TYUOSFATMHRN5CLSDNJLNFABGLEV5DGQCDependencies
- [2]
2GUAKGTBFix indentation of build.tt - [3]
CAFO4ATEAlways show the build duration (using the cached build if necessary) - [4]
36M6DGITShow the runtime/build dependencies in the build page - [5]
MMJYE535Also show number of evaluations of which a build is a part - [6]
K22TMPH5Make the info tables less compressed - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/root/build.tt at line 146
<td>[% INCLUDE renderFullBuildLink build=cachedBuild %]</td><td>[% IF cachedBuild; INCLUDE renderFullBuildLink build=cachedBuild; ELSE %]<em>unknown</em>[% END %]</td> - replacement in src/root/build.tt at line 269
<td>[% IF build.description %][% HTML.escape(build.description) %][% ELSE %]<em>(not given)</em>[% END %]</td><td>[% IF build.description %][% HTML.escape(build.description) %][% ELSE %]<em>not given</em>[% END %]</td> - replacement in src/root/build.tt at line 273
<td>[% IF build.longdescription %][% HTML.escape(build.longdescription) %][% ELSE %]<em>(not given)</em>[% END %]</td><td>[% IF build.longdescription %][% HTML.escape(build.longdescription) %][% ELSE %]<em>not given</em>[% END %]</td> - replacement in src/root/build.tt at line 277
<td>[% IF build.license %][% HTML.escape(build.license) %][% ELSE %]<em>(not given)</em>[% END %]</td><td>[% IF build.license %][% HTML.escape(build.license) %][% ELSE %]<em>not given</em>[% END %]</td> - replacement in src/root/build.tt at line 281
<td>[% IF build.homepage %]<a [% HTML.attributes(href => build.homepage) %]>[% HTML.escape(build.homepage) %]</a>[% ELSE %]<em>(not given)</em>[% END %]</td><td>[% IF build.homepage %]<a [% HTML.attributes(href => build.homepage) %]>[% HTML.escape(build.homepage) %]</a>[% ELSE %]<em>not given</em>[% END %]</td> - replacement in src/root/build.tt at line 285
<td>[% IF build.maintainers %][% HTML.escape(build.maintainers) %][% ELSE %]<em>(not given)</em>[% END %]</td><td>[% IF build.maintainers %][% HTML.escape(build.maintainers) %][% ELSE %]<em>not given</em>[% END %]</td>