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

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

revision 82 by dpavlin, Tue Jun 13 15:27:36 2006 UTC revision 83 by dpavlin, Tue Jun 13 22:48:40 2006 UTC
# Line 28  column password => Line 28  column password =>
28    
29  column admin =>  column admin =>
30          type is 'boolean',          type is 'boolean',
31          label is 'Administrator',          label is 'User is administrator',
32          is mandatory,          is mandatory,
33          default is 'false',          default is 0,
34          since '0.0.8';          since '0.0.8';
35    
36  column can_import =>  column can_import =>
37          type is 'boolean',          type is 'boolean',
38          label is 'Import request',          label is 'User can import requests',
39          is mandatory,          is mandatory,
40          default is 'false',          default is 0,
41          since '0.0.12';          since '0.0.12';
42    
43  column landscapes =>  column landscapes =>

Legend:
Removed from v.82  
changed lines
  Added in v.83

  ViewVC Help
Powered by ViewVC 1.1.26