Revert sorting build products
[?]
Apr 30, 2012, 8:17 PM
RRCGVQLWXSQ6O7J63ALSRSESZL7SW7WYRO7VMYHIHG2Y53AVAF4QCDependencies
- [2]
ELABMHJI* hydra: layout changes - [3]
42CJF4V5Ensure build products are in sorted order - [4]
JFZNAYJX* Showing releases. - [5]
MAOFG2TD* Allow omitting the product number if there is only one product in a - [6]
XJFHFZCA* Provide some redirects to build products by type so that we can for - [7]
SMM4HQTP* Put actions related to builds under /build (e.g. /log/<buildid> - [8]
Y35C6GHH* One-click installs. - [9]
H3DLVNCJ* Support redirecting to some job of a release. For instance, this - [10]
VVDQKVNL
Change contents
- edit in src/root/product-list.tt at line 5
[% # Work around a strange bug: build.buildproducts.size returns 3 when the actual size is 1.nrProducts = 0; FOREACH product IN build.buildproducts; nrProducts = nrProducts + 1; END%] - replacement in src/root/product-list.tt at line 7
[% FOREACH product IN build.buildproducts.nsort('productnr') -%][% FOREACH product IN build.buildproducts -%] - replacement in src/root/product-list.tt at line 142
[% IF nrProducts > 1 %][% IF build.buildproducts.count > 1 %] - replacement in src/root/product-list.tt at line 209
Something of type <tt>[% product.type %]</tt>Something of type <tt>[% product.type %]</tt> [% product %]