Remove unused file
[?]
Apr 26, 2013, 11:44 AM
U72VNKRUZDGEPBBY6DQLOMRV7VH2HEJZDTJUVCYRWLBZ5K3LZ3SACDependencies
- [2]
NOVLG4RA* hydra: fix for dead link in context bar of build - [3]
6KIJX24RGet rid of unnecessary [%- and -%] tags - [4]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [5]
JY7BXXOPSplit viewing and editing a project - [6]
5DSDXORDhydra: missing plain.tt - [7]
HZWUT4YNAllow users to reproduce builds on their own systems - [8]
ZWCTAZGLadded newsitems, added some admin options to clear various caches. - [9]
VH5ZABDRAdd a page to show the latest evaluations for the entire server - [10]
JOVVHIJXRemove all entry points to modify machines - [11]
OR5SJ42YShow releases in a tab on the project page - [12]
XDDCO6CH* hydra: add dependency list with links to logfiles - [13]
NEQ4BISOAdd bootstrap.zip - [14]
75XUS62Y* Added a page to quickly see all failed builds and failed evaluations - [15]
P5X4P6VK* Renaming "release sets" to "views" (not finished yet). Having - [16]
QL55ECJ6- adapted ui for hydra, more in line with nixos.org website - [17]
EFWN7JBV* Added a status page that shows all the currently executing build steps. - [18]
FV2M6MOThydra: use autoconf/-make - [19]
LSZLZHJYAllow users to edit their own settings - [20]
R2PON6R7Allow non-admin users to see the machine status page - [21]
36M6DGITShow the runtime/build dependencies in the build page - [22]
U4TD3AIQAdd support for viewing jobset evaluations - [23]
AS2OXLRM* Editing releases. - [24]
RBNQKATL* Adding persistant releases. A release is a named set of builds. - [25]
TRDGNILTRemove unused file - [26]
OX6NYJDVSplit viewing and editing a jobset - [27]
WRIU3S5E* UI for cloning builds (not functional yet). - [28]
6FRLEP4Pfirst try for timeline of last 24 hours in hydra - [29]
QTC3SYBMJobset page: Load the jobs and status tabs on demand - [30]
SMTMFEKEhydra: add missing templates - [31]
UICHT2PSAdd a search feature - [32]
RSEGBU6CHydra/20: Jobset clone feature - [33]
2BUX775I* More release -> view. - [34]
KXGOUX7P* Creating releases. - [35]
KKJNJHO5Update bootstrap to 2.0.3 - [36]
3JBUMW3Eforgot to commit a file - [37]
SZYDW2DGhydra: added some user admin - [38]
D5QIOJGP* Move everything up one directory.
Change contents
- file deletion: contextbar.tt
[% BLOCK makeLinkWrapped %]<li [% IF curUri == uri %]class="active"[% END %]><a href="[% uri %]">[% title %]</a>[% content %]</li>[% END %][% BLOCK makeLink %][% INCLUDE makeLinkWrapped content="" %][% END %][% BLOCK makeSubMenu %]<ul class="short-menu" id="context-menu">[% content %]</ul>[% END %][% IF project %][% WRAPPER makeSubMenu %][% INCLUDE makeLinkuri = c.uri_for(c.controller('Project').action_for('view'), [project.name])title = project.name %][% IF jobset %][% INCLUDE makeLinkuri = c.uri_for(c.controller('Jobset').action_for('index'), [project.name, jobset.name])title = jobset.name %][% END %][% IF job %][% INCLUDE makeLinkuri = c.uri_for(c.controller('Job').action_for('overview'), [project.name, jobset.name, job.name])title = job.name %][% END %][% END %][% END %]