first try for timeline of last 24 hours in hydra

[?]
Dec 1, 2009, 7:17 PM
AWZPRK2O3JDS6S3V4TS7AST5RV6IEHX7PEZHUJZWYV34HKN5QMSQC

Dependencies

  • [2] 6FRLEP4P first try for timeline of last 24 hours in hydra
  • [3] FPK5LF53 * Put the project-related actions in a separate controller. Put the
  • [4] 5IK6NYKF
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/lib/Hydra/Controller/Root.pm at line 68
    [2.47][2.47:120]()
    my $pit = time()-(24*60*60)-1;
    $pit = 1258469400 - (24*60*60)-1;
    [2.47]
    [3.729]
    my $pit = time();
    $c->stash->{pit} = $pit;
    $pit = $pit-(24*60*60)-1;
  • edit in src/lib/Hydra/Controller/Root.pm at line 73
    [2.164][2.164:194]()
    $c->stash->{pit} = $pit;