Add dollar to pathCompRE, which allows files with dollars in them to be served by Hydra, e.g. sphinx generated docs often has these types of files.

[?]
Oct 12, 2012, 11:48 AM
W63765MK7G5GES447ZHRNHIBRBXP54K33O5BDLBWSF7BMOJQDXRAC

Dependencies

  • [2] HQGXL4MX Add validation for project and jobset names
  • [3] N45RZUQ6 Reduce I/O in build listings by only fetching required columns
  • [4] A52HEFHQ * Allow builds to be restarted (if they failed with a transient error,
  • [5] G5ZR3ZVZ hydra: put contents links into html, add links to files from contents page
  • [6] FPK5LF53 * Put the project-related actions in a separate controller. Put the
  • [7] 5NO7NCKT * Refactoring.
  • [8] ONGLIFOY allow _'s in first character of filenames
  • [9] CS7T2XFI
  • [*] LBNVQXUB * Build the /build stuff in a separate controller.

Change contents

  • replacement in src/lib/Hydra/Helper/CatalystUtils.pm at line 184
    [3.218][2.1556:1630]()
    Readonly our $pathCompRE => "(?:[A-Za-z0-9-\+\._][A-Za-z0-9-\+\._]*)";
    [3.218]
    [2.1630]
    Readonly our $pathCompRE => "(?:[A-Za-z0-9-\+\._\$][A-Za-z0-9-\+\._\$]*)";