[Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.11,1.100.2.12

Paul POULAIN tipaul at users.sourceforge.net
Tue Oct 25 14:36:23 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	updatedatabase 
Log Message:
* adding a feature to enable reordering of subfields in MARC editor (can be considered as a bug ? at least one of my libraries think that yes !)
* as the MARC editor begins to be really heavy, i've also added a marc_hide systempref. It hides all marc features not requested by libraries that want MARC but not too much. It hides MARC tag & subfield code, reordering buttons as well as indicators. by default, hide_marc is off

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.11
retrieving revision 1.100.2.12
diff -C2 -r1.100.2.11 -r1.100.2.12
*** updatedatabase	6 Oct 2005 12:16:46 -0000	1.100.2.11
--- updatedatabase	25 Oct 2005 12:36:21 -0000	1.100.2.12
***************
*** 916,919 ****
--- 916,928 ----
              type                => 'YesNo',
          },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'hide_marc',
+             value               => '0',
+             forceupdate         => { 'explanation' => 1,
+                                      'type' => 1},
+             explanation         => 'hide marc specific datas like subfield code & indicators to library',
+             type                => 'YesNo',
+         },
      ],
  
***************
*** 1512,1515 ****
--- 1521,1528 ----
  
  # $Log$
+ # Revision 1.100.2.12  2005/10/25 12:36:21  tipaul
+ # * adding a feature to enable reordering of subfields in MARC editor (can be considered as a bug ? at least one of my libraries think that yes !)
+ # * as the MARC editor begins to be really heavy, i've also added a marc_hide systempref. It hides all marc features not requested by libraries that want MARC but not too much. It hides MARC tag & subfield code, reordering buttons as well as indicators. by default, hide_marc is off
+ #
  # Revision 1.100.2.11  2005/10/06 12:16:46  tipaul
  # removing a useless systempreference





More information about the Koha-cvs mailing list