[Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.9,1.100.2.10

Henri-Damien LAURENT hdl at users.sourceforge.net
Fri Sep 30 15:56:59 CEST 2005


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21437/updater

Modified Files:
      Tag: rel_2_2
	updatedatabase 
Log Message:
Two new system preferences:
SortItemsby and Disable_Dictionary

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.9
retrieving revision 1.100.2.10
diff -C2 -r1.100.2.9 -r1.100.2.10
*** updatedatabase	23 Sep 2005 11:08:27 -0000	1.100.2.9
--- updatedatabase	30 Sep 2005 13:56:57 -0000	1.100.2.10
***************
*** 907,910 ****
--- 907,929 ----
              type                => 'YesNo',
          },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'SortItemsBy',
+             value               => 'b',
+             forceupdate         => { 'explanation' => 1,
+                                      'type' => 1},
+             explanation         => 'subfield on which whould be sorted items',
+             type                => 'Choice',
+ 			options				=> 'a|b|c|d'
+         },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'Disable_Dictionary',
+             value               => '0',
+             forceupdate         => { 'explanation' => 1,
+                                      'type' => 1},
+             explanation         => 'Disables Dictionary buttons if set to yes',
+             type                => 'YesNo',
+         },
      ],
  
***************
*** 1503,1506 ****
--- 1522,1529 ----
  
  # $Log$
+ # Revision 1.100.2.10  2005/09/30 13:56:57  hdl
+ # Two new system preferences:
+ # SortItemsby and Disable_Dictionary
+ #
  # Revision 1.100.2.9  2005/09/23 11:08:27  tipaul
  # some code cleaning, should not change anything otherwise





More information about the Koha-cvs mailing list