/[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 250 by dpavlin, Thu Dec 15 02:03:25 2005 UTC revision 270 by dpavlin, Sat Dec 17 00:37:12 2005 UTC
# Line 18  use Catalyst qw/-Debug Line 18  use Catalyst qw/-Debug
18  /;  /;
19  #       FormValidator  #       FormValidator
20    
21  our $VERSION = '0.19-dev';  our $VERSION = '0.20-dev';
22    
23  #  #
24  # Configure the application  # Configure the application
# Line 70  sub end : Private { Line 70  sub end : Private {
70      if ($c->response->body) {      if ($c->response->body) {
71          $c->log->debug("at end body exists, we won't touch it!");          $c->log->debug("at end body exists, we won't touch it!");
72      } else {      } else {
73          $c->fillform( $c->req->parameters );                  $c->fillform( $c->req->params );
74    
75          # Forward to View unless response body is already defined                  # Forward to View unless response body is already defined
76          $c->forward('View::TT');                  $c->forward('View::TT');
77    
78          $c->response->{body} =~ s#\Qnew Ajax.Autocompleter(\E#new Ajax.Suggest(#gs;                  $c->response->{body} =~ s#\Qnew Ajax.Autocompleter(\E#new WebPAC.Suggest(#gs;
79  #       $c->log->debug( $c->response->body );                  $c->response->{body} =~ s#\Qnew Ajax.Updater(\E#new WebPAC.Updater(#gs;
80    
81    #               $c->log->debug( $c->response->body );
82      }      }
83    
84  }  }

Legend:
Removed from v.250  
changed lines
  Added in v.270

  ViewVC Help
Powered by ViewVC 1.1.26