/[webpac2]/Webpacus2/lib/Webpacus/Model/Search.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 /Webpacus2/lib/Webpacus/Model/Search.pm

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

revision 995 by dpavlin, Wed Oct 31 10:34:38 2007 UTC revision 996 by dpavlin, Sun Nov 4 16:20:13 2007 UTC
# Line 8  use Webpacus::Record schema { Line 8  use Webpacus::Record schema {
8    
9          column name =>          column name =>
10                  label is _('Field name'),                  label is _('Field name'),
11                    is indexed,
12                  is mandatory;                  is mandatory;
13    
14          column items =>          column items =>
# Line 16  use Webpacus::Record schema { Line 17  use Webpacus::Record schema {
17                  default is 0,                  default is 0,
18                  is mandatory;                  is mandatory;
19    
20            column from_database =>
21                    label is _('Source database'),
22                    is mandatory,
23                    is indexed,
24                    since '0.0.2';
25    
26  };  };
27    
28  # Your model-specific methods go here.  # Your model-specific methods go here.

Legend:
Removed from v.995  
changed lines
  Added in v.996

  ViewVC Help
Powered by ViewVC 1.1.26