There is only one channel, so drop the "(latest)" suffix

[?]
Feb 20, 2013, 5:20 PM
HU5DPGCVK6TRUXZV7I5UKCDLBILSJ47PVUFXC5IFHXUDBEFJ7NLQC

Dependencies

  • [2] Q4VDOA76 Replace last 5 builds on jobset page with last 5 evaluations. Moved hide/unhide and evaluate options to jobset topmenu.
  • [3] IHU3IMC6 Revert changeset 4399683fa0e9abb64f63affc7caca7f77abea1b7, make jobset options available to project members as well
  • [4] 2DTJNAMX Allow project members to create jobsets, regression introduced by bootstrap make-over. Currently all logged in users see these options, however, only on performing the action the privileges are checked. Need to change that in the future.
  • [5] NDL67SQT * XHTML validity.
  • [6] BHZXGT2H * Channels: provide an index page that lists all the packages in the
  • [7] OEPUOUNB Using twitter bootstrap for more consistent looks for Hydra
  • [8] GEL2WHSU Move channel link to top menu of Project and Jobset.
  • [9] JZVRK5QJ Group some menu items together under a "Status" menu
  • [*] QL55ECJ6 - adapted ui for hydra, more in line with nixos.org website

Change contents

  • replacement in src/root/channel-contents.tt at line 10
    [5.457][5.457:490]()
    $ nix-channel --add [% curUri %]
    [5.457]
    [5.490]
    $ nix-channel --add [% curUri +%]
  • replacement in src/root/topbar.tt at line 52
    [2.2838][5.0:116](),[5.11892][5.0:116]()
    [% INCLUDE menuItem uri = c.uri_for('/project' project.name 'channel' 'latest') title = "Channel (latest)" %]
    [2.2838]
    [4.0]
    [% INCLUDE menuItem uri = c.uri_for('/project' project.name 'channel' 'latest') title = "Channel" %]
  • replacement in src/root/topbar.tt at line 84
    [2.2871][5.117:244](),[5.13133][5.117:244]()
    [% INCLUDE menuItem uri = c.uri_for('/jobset' project.name jobset.name 'channel' 'latest') title = "Channel (latest)" %]
    [2.2871]
    [3.0]
    [% INCLUDE menuItem uri = c.uri_for('/jobset' project.name jobset.name 'channel' 'latest') title = "Channel" %]