/[Perly]/lib/Perly/Model/User.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/Perly/Model/User.pm

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

revision 2 by dpavlin, Sun Jun 3 11:28:02 2007 UTC revision 36 by dpavlin, Thu Jun 7 09:34:01 2007 UTC
# Line 17  column email => Line 17  column email =>
17      default is '',      default is '',
18      is distinct, is immutable;      is distinct, is immutable;
19    
20    column codepress =>
21            label is 'Rich editor',
22            hints is 'Use CodePress JavaScript syntax-highlight editor',
23            default is 1,
24            render_as 'checkbox',
25            is mandatory,
26            since '0.0.4';
27    
28  };  };
29    
30  use Jifty::Plugin::User::Mixin::Model::User;  use Jifty::Plugin::User::Mixin::Model::User;

Legend:
Removed from v.2  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.26