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.104,1.105


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.104,1.105
Date: Mon, 20 Jun 2005 07:36:47 -0700

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

Modified Files:
        updatedatabase 
Log Message:
synch'ing 2.2 and head

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -r1.104 -r1.105
*** updatedatabase      1 Jun 2005 21:35:05 -0000       1.104
--- updatedatabase      20 Jun 2005 14:36:44 -0000      1.105
***************
*** 834,837 ****
--- 834,855 ----
          {
              uniquefieldrequired => 'variable',
+             variable            => 'opacsmallimage',
+             value               => '',
+           forceupdate         => { 'explanation' => 1,
+                                    'type' => 1},
+             explanation         => 'Enter a complete URL to an image, will be 
on top/left instead of the Koha logo',
+           type                => 'free',
+         },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'opaclargeimage',
+             value               => '',
+           forceupdate         => { 'explanation' => 1,
+                                    'type' => 1},
+             explanation         => 'Enter a complete URL to an image, will be 
on the main page, instead of the Koha logo',
+           type                => 'free',
+         },
+         {
+             uniquefieldrequired => 'variable',
              variable            => 'delimiter',
              value               => ';',
***************
*** 863,866 ****
--- 881,904 ----
                options         => ';|tabulation|,|/|\|#'
          },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'SubscriptionHistory',
+             value               => ';',
+               forceupdate             => { 'explanation' => 1,
+                                    'type' => 1,
+                                    'options' => 1},
+             explanation         => 'Define the information level for serials 
history in OPAC',
+               type            => 'Choice',
+               options         => 'simplified|full'
+         },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'hidelostitems',
+             value               => 'No',
+           forceupdate         => { 'explanation' => 1,
+                                    'type' => 1},
+             explanation         => 'show or hide "lost" items in OPAC.',
+           type                => 'YesNo',
+         },
      ],
  
***************
*** 1448,1457 ****
  
  # $Log$
! # Revision 1.104  2005/06/01 21:35:05  genjimoto
! # New Feature: catalogsearch() has a new parameter, $sqlstring. A developer 
puts into it whatever they want to tack onto the end of the where statement. 
See usage in opac-search.pl
! #
! # Revision 1.103  2005/05/04 09:04:52  tipaul
  # synch'ing 2.2 and head
  #
  # Revision 1.100.2.2  2005/03/29 15:41:43  tipaul
  # * new permissions : management & tools. You now have 2 new permissions :
--- 1486,1501 ----
  
  # $Log$
! # Revision 1.105  2005/06/20 14:36:44  tipaul
  # synch'ing 2.2 and head
  #
+ # Revision 1.100.2.5  2005/06/06 15:23:36  tipaul
+ # adding a systempref to choose either to show or hide "lost" items. Note 
that "lost items" can be related to an authorised value list, so does not 
necessary mean "item definetly lost". Even here, some libraries want to see 
lost items, and some don't want. This parameter will make everybody happy !
+ #
+ # Revision 1.100.2.4  2005/06/06 14:15:55  tipaul
+ # adding 2 systemparameters to define an alternate image as logo in opac (the 
image on main page & on each top-left page)
+ #
+ # Revision 1.100.2.3  2005/06/02 21:05:34  hdl
+ # adding variable SubscriptionHistory
+ #
  # Revision 1.100.2.2  2005/03/29 15:41:43  tipaul
  # * new permissions : management & tools. You now have 2 new permissions :




reply via email to

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