/[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 22 by dpavlin, Thu Dec 7 10:04:58 2006 UTC revision 23 by dpavlin, Thu Dec 7 10:07:22 2006 UTC
# Line 19  under '' => [ Line 19  under '' => [
19          },          },
20    
21          on qr{page/(\d+)} => run {          on qr{page/(\d+)} => run {
22                  set on_page => $1;                  set per_page => $1;
23          },          },
24    
25          on qr{from/([^/]+)} => run {          on qr{from/([^/]+)} => run {
# Line 30  under '' => [ Line 30  under '' => [
30                  set to_date => $1;                  set to_date => $1;
31          },          },
32    
33            on qr{search/([^/]+)} => run {
34                    set search => $1;
35            },
36    
37          run {          run {
38                  show '/list';                  show '/list';
39          },          },

Legend:
Removed from v.22  
changed lines
  Added in v.23

  ViewVC Help
Powered by ViewVC 1.1.26