/[Arh]/lib/Arh/Model/Picture.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/Arh/Model/Picture.pm

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

revision 61 by dpavlin, Mon Apr 7 14:33:31 2008 UTC revision 62 by dpavlin, Mon Apr 7 14:37:13 2008 UTC
# Line 43  use Arh::Record schema { Line 43  use Arh::Record schema {
43    
44          column thumbnail =>          column thumbnail =>
45                  label is _('Thumbnail name'),                  label is _('Thumbnail name'),
46                  is indexed;                  is indexed,
47                    since '0.0.12';
48    
49          column width =>          column width =>
50                  label is _('Thumbnail width'),                  label is _('Thumbnail width'),
51                  type is 'int';                  type is 'int',
52                    since '0.0.12';
53    
54          column height =>          column height =>
55                  label is _('Thumbnail height'),                  label is _('Thumbnail height'),
56                  type is 'int';                  type is 'int',
57                    since '0.0.12';
58    
59  };  };
60    

Legend:
Removed from v.61  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.26