[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/updater updatedatabase [rel_2_2]
From: |
paul poulain |
Subject: |
[Koha-cvs] koha/updater updatedatabase [rel_2_2] |
Date: |
Wed, 08 Mar 2006 13:28:23 +0000 |
CVSROOT: /cvsroot/koha
Module name: koha
Branch: rel_2_2
Changes by: paul poulain <address@hidden> 06/03/08 13:28:23
Modified files:
updater : updatedatabase
Log message:
changing the size of some new systempref to a bloc (more convenient)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/updater/updatedatabase.diff?only_with_tag=rel_2_2&tr1=1.100.2.33&tr2=1.100.2.34&r1=text&r2=text
Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.33
koha/updater/updatedatabase:1.100.2.34
--- koha/updater/updatedatabase:1.100.2.33 Sat Mar 4 06:05:13 2006
+++ koha/updater/updatedatabase Wed Mar 8 13:28:23 2006
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: updatedatabase,v 1.100.2.33 2006/03/04 06:05:13 kados Exp $
+# $Id: updatedatabase,v 1.100.2.34 2006/03/08 13:28:23 tipaul Exp $
# Database Updater
# This script checks for required updates to the database.
@@ -822,7 +822,7 @@
{
uniquefieldrequired => 'variable',
- variable => 'LabeledMARCView',
+ variable => 'LabelMARCView',
value => 'standard',
forceupdate => { 'explanation' => 1,
'type' => 1,
@@ -1035,7 +1035,8 @@
forceupdate => { 'explanation' => 1,
'type' => 1},
explanation => 'Use HTML tabs to add navigational links to
the left-hand navigational bar in OPAC',
- type => 'free',
+ type => 'Textarea',
+ options => '70|10'
},
{
uniquefieldrequired => 'variable',
@@ -1044,7 +1045,8 @@
forceupdate => { 'explanation' => 1,
'type' => 1},
explanation => 'Use HTML tabs to add navigational links to
the left-hand navigational bar in Intranet',
- type => 'free',
+ type => 'Textarea',
+ options => '70|10'
},
{
@@ -1090,7 +1092,8 @@
forceupdate => { 'explanation' => 1,
'
type' => 1},
explanation => 'Put any HTML Credits at the bottom of the
OPAC page',
- type => 'free',
+ type => 'Textarea',
+ options => '70|10'
},
{
uniquefieldrequired => 'variable',
@@ -1728,6 +1731,9 @@
exit;
# $Log: updatedatabase,v $
+# Revision 1.100.2.34 2006/03/08 13:28:23 tipaul
+# changing the size of some new systempref to a bloc (more convenient)
+#
# Revision 1.100.2.33 2006/03/04 06:05:13 kados
# New syspref: AnonSuggestions to allow an anonymous patron to make a
# suggestion (requested by NPL). To enable, set to the borrowernumber
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/03/01
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/03/01
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/03/02
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/03/02
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/03/04
- [Koha-cvs] koha/updater updatedatabase [rel_2_2],
paul poulain <=
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/03/08
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/03/19