/[SVNBrowser]/trunk/lib/SVNBrowser/Dispatcher.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/SVNBrowser/Dispatcher.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 39 by dpavlin, Sun Dec 17 15:05:20 2006 UTC revision 42 by dpavlin, Mon Dec 25 15:26:34 2006 UTC
# Line 54  under 'filter' => [ Line 54  under 'filter' => [
54                                  request => Jifty->web->request,                                  request => Jifty->web->request,
55                                  response => Jifty->web->response,                                  response => Jifty->web->response,
56                          );                          );
57                          warn "created continuation: ", dump($next);  #                       warn "created continuation: ", dump($next);
58                  } elsif ($next) {                  } elsif ($next) {
59  #                       warn "next = ", dump( $next );  #                       warn "next = ", dump( $next );
60                          $next->call;                          $next->call;
61                  }                  }
62    
                 set 'filter' => Jifty->web->new_action(  
                         class => 'Filter',  
                         moniker => 'filter_list',  
                 );  
63                  set 'next' => $next;                  set 'next' => $next;
64    
65                  show '/list';                  show '/list';

Legend:
Removed from v.39  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26