/[Grep]/lib/Grep/Action/Fetch.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 /lib/Grep/Action/Fetch.pm

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

revision 89 by dpavlin, Fri Feb 23 21:54:39 2007 UTC revision 109 by dpavlin, Wed Mar 14 18:46:37 2007 UTC
# Line 13  use base qw/Grep::Action Jifty::Action/; Line 13  use base qw/Grep::Action Jifty::Action/;
13  use XML::Feed;  use XML::Feed;
14  use LWP::UserAgent;  use LWP::UserAgent;
15    
 use Grep::Search;  
16  use Grep::Source;  use Grep::Source;
17    
18  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
# Line 33  use Jifty::Action schema { Line 32  use Jifty::Action schema {
32                          my $feeds = Grep::Model::FeedCollection->new;                          my $feeds = Grep::Model::FeedCollection->new;
33                          $feeds->order_by({ column => 'title', order => 'ASC' });                          $feeds->order_by({ column => 'title', order => 'ASC' });
34                          $feeds->unlimit;                          $feeds->unlimit;
35                          warn "feeds ", $feeds->build_select_query;                          #warn "feeds ", $feeds->build_select_query;
36                          [{                          [{
37                                  display_from => 'title',                                  display_from => 'title',
38                                  value_from => 'id',                                  value_from => 'id',

Legend:
Removed from v.89  
changed lines
  Added in v.109

  ViewVC Help
Powered by ViewVC 1.1.26