[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/updater updatedatabase [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/updater updatedatabase [rel_2_2] |
Date: |
Wed, 08 Mar 2006 17:50:56 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 06/03/08 17:50:56
Modified files:
updater : updatedatabase
Log message:
Modifying patronimages: now it can be used to specify the file extension
of the images (to avoid hard-codeing in templates).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/updater/updatedatabase.diff?only_with_tag=rel_2_2&tr1=1.100.2.34&tr2=1.100.2.35&r1=text&r2=text
Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.34
koha/updater/updatedatabase:1.100.2.35
--- koha/updater/updatedatabase:1.100.2.34 Wed Mar 8 13:28:23 2006
+++ koha/updater/updatedatabase Wed Mar 8 17:50:55 2006
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: updatedatabase,v 1.100.2.34 2006/03/08 13:28:23 tipaul Exp $
+# $Id: updatedatabase,v 1.100.2.35 2006/03/08 17:50:55 kados Exp $
# Database Updater
# This script checks for required updates to the database.
@@ -884,8 +884,8 @@
value => '0',
forceupdate => { 'explanation' => 1,
'type' => 1},
- explanation => 'Turn on/off display of patron images in
Intranet',
- type => 'YesNo',
+ explanation => 'Turn on/off display of patron images in
Intranet and specify a file extension for images',
+ type => 'free',
},
{
uniquefieldrequired => 'variable',
@@ -1731,6 +1731,10 @@
exit;
# $Log: updatedatabase,v $
+# Revision 1.100.2.35 2006/03/08 17:50:55 kados
+# Modifying patronimages: now it can be used to specify the file extension
+# of the images (to avoid hard-codeing in templates).
+#
# Revision 1.100.2.34 2006/03/08 13:28:23 tipaul
# changing the size of some new systempref to a bloc (more convenient)
#
- [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, 2006/03/08
- [Koha-cvs] koha/updater updatedatabase [rel_2_2],
Joshua Ferraro <=
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/03/19