[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.116,1.117
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.116,1.117 |
Date: |
Thu, 04 Aug 2005 07:24:42 -0700 |
Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23743/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.116
retrieving revision 1.117
diff -C2 -r1.116 -r1.117
*** updatedatabase 4 Aug 2005 08:55:54 -0000 1.116
--- updatedatabase 4 Aug 2005 14:24:39 -0000 1.117
***************
*** 141,144 ****
--- 141,222 ----
type => 'YesNo',
},
+ {
+ uniquefieldrequired => 'variable',
+ variable => 'opacstylesheet',
+ value => '',
+ forceupdate => { 'explanation' => 1,
+ 'type' => 1},
+ explanation => 'Enter a complete URL to use an alternate
stylesheet in OPAC',
+ type => 'free',
+ },
+ {
+ 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 => ';',
+ forceupdate => { 'explanation' => 1,
+ 'type' => 1},
+ explanation => 'separator for reports exported to
spreadsheet',
+ type => 'free',
+ },
+ {
+ 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|,|/|\|#'
+ },
+ {
+ 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',
+ },
],
***************
*** 369,372 ****
--- 447,453 ----
# $Log$
+ # Revision 1.117 2005/08/04 14:24:39 tipaul
+ # synch'ing 2.2 and head
+ #
# Revision 1.116 2005/08/04 08:55:54 tipaul
# Letters / alert system, continuing...
***************
*** 766,769 ****
--- 847,853 ----
# $Log$
+ # Revision 1.117 2005/08/04 14:24:39 tipaul
+ # synch'ing 2.2 and head
+ #
# Revision 1.116 2005/08/04 08:55:54 tipaul
# Letters / alert system, continuing...
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.116,1.117,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/value_builder marc21_leader.pl,1.1,1.2 unimarc_leader.pl,1.1,1.2
- Next by Date:
[Koha-cvs] CVS: koha/C4 Auth.pm,1.45,1.46
- Previous by thread:
[Koha-cvs] CVS: koha/value_builder marc21_leader.pl,1.1,1.2 unimarc_leader.pl,1.1,1.2
- Next by thread:
[Koha-cvs] CVS: koha/C4 Auth.pm,1.45,1.46
- Index(es):