/[webpac2]/Webpacus/lib/Webpacus.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 /Webpacus/lib/Webpacus.pm

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

revision 93 by dpavlin, Tue Nov 22 12:57:15 2005 UTC revision 207 by dpavlin, Sat Dec 3 22:25:49 2005 UTC
# Line 12  use warnings; Line 12  use warnings;
12  use Catalyst qw/-Debug  use Catalyst qw/-Debug
13          Static::Simple          Static::Simple
14          Prototype          Prototype
         Unicode::Encoding  
15          Config::YAML          Config::YAML
16            FillInForm
17            SubRequest
18  /;  /;
19    #       FormValidator
20    
21  our $VERSION = '0.01';  our $VERSION = '0.15-dev';
22    
23  #  #
24  # Configure the application  # Configure the application
25  #  #
26  __PACKAGE__->config(  __PACKAGE__->config(
27          name => 'Webpacus',          name => 'Webpacus',
         encoding => 'ISO-8859-2',  
28          config_file => 'config.yml',          config_file => 'config.yml',
29  );  );
30    
# Line 64  sub default : Private { Line 65  sub default : Private {
65  sub end : Private {  sub end : Private {
66      my ( $self, $c ) = @_;      my ( $self, $c ) = @_;
67    
68        $c->stash->{webpacus_version} = $VERSION;
69    
70      # Forward to View unless response body is already defined      # Forward to View unless response body is already defined
71      $c->forward('View::TT') unless $c->response->body;      $c->forward('View::TT') unless $c->response->body;
72    
73        $c->fillform; # defaults to $c->req->parameters
74    
75        $c->response->{body} =~ s#\Qnew Ajax.Autocompleter(\E#new Ajax.Suggest(#gs;
76    #    $c->log->debug( $c->response->body );
77    
78  }  }
79    
80  =back  =back
81    
82  =head1 AUTHOR  =head1 AUTHOR
83    
84  Dobrica Pavlinusic,,,  Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
85    
86  =head1 LICENSE  =head1 LICENSE
87    

Legend:
Removed from v.93  
changed lines
  Added in v.207

  ViewVC Help
Powered by ViewVC 1.1.26