/[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 16 by dpavlin, Fri Nov 30 00:03:15 2007 UTC revision 17 by dpavlin, Fri Nov 30 17:35:14 2007 UTC
# Line 11  use Arh::Record schema { Line 11  use Arh::Record schema {
11          column campaign =>          column campaign =>
12                  label is _("Part of campaign"),                  label is _("Part of campaign"),
13                  refers_to Arh::Model::Campaign,                  refers_to Arh::Model::Campaign,
14                  is required,                  is mandatory,
15                  is indexed,                  is indexed,
16                  since '0.0.4';                  since '0.0.4';
17                    
18          column filename =>          column filename =>
19                  label is _("Picture filename"),                  label is _("Picture filename"),
20                  is required,                  is mandatory,
21                  is indexed,                  is indexed,
22                  is unique;                  is unique;
23    
24          column type =>          column type =>
25                  label is _("Type of picture"),                  label is _("Type of picture"),
26                  refers_to Arh::Model::PictureType,                  refers_to Arh::Model::PictureType,
27                  is required,                  is mandatory,
28                  is indexed,                  is indexed,
29                  since '0.0.4';                  since '0.0.4';
30    

Legend:
Removed from v.16  
changed lines
  Added in v.17

  ViewVC Help
Powered by ViewVC 1.1.26