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
W63765MK7G5GES447ZHRNHIBRBXP54K33O5BDLBWSF7BMOJQDXRACDependencies
- [2]
HQGXL4MXAdd validation for project and jobset names - [3]
N45RZUQ6Reduce 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]
G5ZR3ZVZhydra: 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]
ONGLIFOYallow _'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
Readonly our $pathCompRE => "(?:[A-Za-z0-9-\+\._][A-Za-z0-9-\+\._]*)";Readonly our $pathCompRE => "(?:[A-Za-z0-9-\+\._\$][A-Za-z0-9-\+\._\$]*)";