Also allow : (colon) in pathCompRE.

[?]
May 27, 2013, 11:01 AM
JVUEJJXYJ6BNCEIGQFIISOEBQGLW6Z27KKJFMWCA33GDZFQI27RQC

Dependencies

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

Change contents

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