* hydra: updated jquery version, needed for tabs (to be added later)

[?]
Feb 1, 2010, 12:07 PM
LP66DSH2TK3MGDWBBRPWZ6H2DCTT5LS7HU34NKNSNTFZYOMONNNAC

Dependencies

  • [2] RW6J4FYZ * perl -> perlPackages.
  • [3] J5UVLXOK * Start of a basic Catalyst web interface.
  • [4] F3GR3UC5 * Actually, include jquery and tablesorter in the source tarball.
  • [5] O7HSEB3X
  • [6] T4LLYESZ * Nix expression for building Hydra.
  • [7] FKK2ZSTL * Split the CSS.
  • [8] QL55ECJ6 - adapted ui for hydra, more in line with nixos.org website
  • [9] BA46C5LN * Pretty-print the logs.
  • [10] UVMFS73T * Some jQuery / CSS hackery.
  • [11] HJLYC753 * Adding input value alternatives.

Change contents

  • replacement in release.nix at line 24
    [3.65][3.65:201]()
    url = http://jqueryjs.googlecode.com/files/jquery-1.2.6.pack.js;
    sha1 = "c10dbe0c2b23444d0794f3376398702d84f41583";
    [3.65]
    [3.201]
    url = http://jqueryui.com/download/jquery-ui-1.7.2.custom.zip;
    sha256 = "1l9dwaaqvdysmzlkg1vb8j0s0xn63d475gh53pjjwxw85668krdh";
  • replacement in release.nix at line 35
    [3.419][3.0:55]()
    cp $jquery src/root/static/js/jquery-pack.js
    [3.419]
    [2.0]
    ensureDir src/root/static/js/jquery
    unzip -d src/root/static/js/jquery $jquery
  • replacement in src/root/layout.tt at line 17
    [3.384][3.499:577](),[3.11562][3.499:577]()
    <script type="text/javascript" src="/static/js/jquery-pack.js"></script>
    [3.384]
    [3.1805]
    <link type="text/css" href="/static/js/jquery/css/smoothness/jquery-ui-1.7.2.custom.css" rel="Stylesheet" />
    <script type="text/javascript" src="/static/js/jquery/js/jquery-1.3.2.min.js"></script>
    <script type="text/javascript" src="/static/js/jquery/js/jquery-ui-1.7.2.custom.min.js"></script>