[?]
Mar 3, 2009, 10:20 PM
C2DCO6ASDTDVI6UZUGCLF7ZMG4X4RWG7CA5MAVCHBTZIFAYWXZQQCDependencies
- [2]
LBNVQXUB* Build the /build stuff in a separate controller. - [3]
5NO7NCKT* Refactoring. - [4]
J5UVLXOK* Start of a basic Catalyst web interface. - [5]
2AUODJBT - [6]
2JQ7WEFM - [7]
SMM4HQTP* Put actions related to builds under /build (e.g. /log/<buildid>
Change contents
- edit in src/Hydra/lib/Hydra/Controller/Build.pm at line 70
die unless defined $path; - edit in src/Hydra/lib/Hydra/Controller/Build.pm at line 71
notFound($c, "Log file $path no longer exists.") unless -f $path; - replacement in src/Hydra/root/error.tt at line 6
<p>I'm very sorry, but an error occurred: <span class="error-msg">[% FOREACH error IN errors %] [% HTML.escape(error) %] [% END %]</span></p><p>I'm very sorry, but an error occurred: <span class="error-msg">[% FOREACH error IN errors %][% HTML.escape(error) %][% END %]</span></p>