/[Grep]/lib/Grep/Model/Feed.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/Model/Feed.pm

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

revision 58 by dpavlin, Wed Feb 21 19:10:20 2007 UTC revision 70 by dpavlin, Thu Feb 22 17:59:56 2007 UTC
# Line 14  use Grep::Record schema { Line 14  use Grep::Record schema {
14                  type is 'text',                  type is 'text',
15                  label is 'URI',                  label is 'URI',
16                  hints is 'Replace search string in URI with %s (grep will be replaced automatically)',                  hints is 'Replace search string in URI with %s (grep will be replaced automatically)',
17                  is mandatory,                  is mandatory;
                 distinct;  
18    
19          column title =>          column title =>
20                  type is 'text',                  type is 'text',
# Line 78  sub current_user_can { Line 77  sub current_user_can {
77    
78          return 1 if ( $uid && ! $self->id );          return 1 if ( $uid && ! $self->id );
79    
80          Jifty->log->debug("current_user[$uid]_can($what) on feed ", $self->id || '???', " owner ", $self->owner->id || '???');  #       Jifty->log->debug("current_user[$uid]_can($what) on Feed ", $self->id || '???', " owner ", $self->owner->id || '???');
81    
82          return 1 if ( $uid == $self->owner->id );          return 1 if ( $uid == $self->owner->id );
83    

Legend:
Removed from v.58  
changed lines
  Added in v.70

  ViewVC Help
Powered by ViewVC 1.1.26