koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/updater updatedatabase,1.100,1.101


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.100,1.101
Date: Thu, 24 Feb 2005 03:28:38 -0800

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

Modified Files:
        updatedatabase 
Log Message:
Adding MIME and delimiter support to system preferences

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -r1.100 -r1.101
*** updatedatabase      10 Dec 2004 16:11:32 -0000      1.100
--- updatedatabase      24 Feb 2005 11:28:35 -0000      1.101
***************
*** 794,797 ****
--- 794,819 ----
            options             => 'normal|marc|isbd'
          },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'MIME',
+             value               => 'OPENOFFICE.ORG',
+           forceupdate         => { 'explanation' => 1,
+                                    'type' => 1,
+                                    'options' => 1},
+             explanation         => 'Define the default application for report 
exportations into files',
+           type                => 'Choice',
+           options             => 'EXCEL|OPENOFFICE.ORG'
+         },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'Delimiter',
+             value               => ';',
+           forceupdate         => { 'explanation' => 1,
+                                    'type' => 1,
+                                    'options' => 1},
+             explanation         => 'Define the default separator character 
for report exportations into files',
+           type                => 'Choice',
+           options             => ';|tabulation|,|/|\|#'
+         },
      ],
  
***************
*** 1379,1382 ****
--- 1401,1407 ----
  
  # $Log$
+ # Revision 1.101  2005/02/24 11:28:35  hdl
+ # Adding MIME and delimiter support to system preferences
+ #
  # Revision 1.100  2004/12/10 16:11:32  tipaul
  # Improvement : adding a systempref to define default view in OPAC (either 
normal, MARC or ISBD). Created automatically during install or update. Check 
that you have a Koha >> parameters >> systempreferences >> BiblioDefaultView, 
Variable type : Choice, Variable options : normal|marc|isbd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]