/[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 244 by dpavlin, Wed Dec 14 23:04:13 2005 UTC revision 348 by dpavlin, Sat Jan 7 17:34:16 2006 UTC
# Line 15  use Catalyst qw/-Debug Line 15  use Catalyst qw/-Debug
15          FillInForm          FillInForm
16          SubRequest          SubRequest
17          Static::Simple          Static::Simple
18            StackTrace
19  /;  /;
20  #       FormValidator  #       FormValidator
21    
22  our $VERSION = '0.18-dev';  our $VERSION = '0.29-dev';
23    
24  #  #
25  # Configure the application  # Configure the application
# Line 70  sub end : Private { Line 71  sub end : Private {
71      if ($c->response->body) {      if ($c->response->body) {
72          $c->log->debug("at end body exists, we won't touch it!");          $c->log->debug("at end body exists, we won't touch it!");
73      } else {      } else {
74          $c->fillform( $c->req->parameters );                  $c->fillform( $c->req->params );
75    
76          # Forward to View unless response body is already defined                  # Forward to View unless response body is already defined
77          $c->forward('View::TT');                  $c->forward('View::TT');
78    
79          $c->response->{body} =~ s#\Qnew Ajax.Autocompleter(\E#new Ajax.Suggest(#gs;                  $c->response->{body} =~ s#\Qnew Ajax.Autocompleter(\E#new WebPAC.Suggest(#gs;
80  #       $c->log->debug( $c->response->body );                  $c->response->{body} =~ s#\Qnew Ajax.Updater(\E#new WebPAC.Updater(#gs;
81    
82    #               $c->log->debug( $c->response->body );
83      }      }
84    
85  }  }

Legend:
Removed from v.244  
changed lines
  Added in v.348

  ViewVC Help
Powered by ViewVC 1.1.26