[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: |
Fri, 03 Feb 2006 20:55:17 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 06/02/03 20:55:17
Modified files:
updater : updatedatabase
Log message:
Adding a new system preference: OpacNav. Can be used to add HTML
navigation links to the left-hand navbar in the OPAC.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/updater/updatedatabase.diff?only_with_tag=rel_2_2&tr1=1.100.2.16&tr2=1.100.2.17&r1=text&r2=text
Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.16
koha/updater/updatedatabase:1.100.2.17
--- koha/updater/updatedatabase:1.100.2.16 Fri Dec 30 11:13:29 2005
+++ koha/updater/updatedatabase Fri Feb 3 20:55:16 2006
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: updatedatabase,v 1.100.2.16 2005/12/30 11:13:29 tipaul Exp $
+# $Id: updatedatabase,v 1.100.2.17 2006/02/03 20:55:16 kados Exp $
# Database Updater
# This script checks for required updates to the database.
@@ -942,6 +942,15 @@
explanation => 'Enable/Disable password change in OPAC
(disable it when using LDAP auth)',
type => 'YesNo',
},
+ {
+ uniquefieldrequired => 'variable',
+ variable => 'OpacNav',
+ value => '',
+ forceupdate => { 'explanation' => 1,
+ 'type' => 1},
+ explanation => 'Use HTML tabs to add navigational links to
the left-hand navigational bar in OPAC',
+ type => 'free',
+ },
],
);
@@ -1569,6 +1578,10 @@
exit;
# $Log: updatedatabase,v $
+# Revision 1.100.2.17 2006/02/03 20:55:16 kados
+# Adding a new system preference: OpacNav. Can be used to add HTML
+# navigation links to the left-hand navbar in the OPAC.
+#
# Revision 1.100.2.16 2005/12/30 11:13:29 tipaul
# * tool to synchronise TABLE and deletedTABLE structures in updatedatabase
#
- [Koha-cvs] koha/updater updatedatabase [rel_2_2],
Joshua Ferraro <=
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/03
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/03
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/04
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/04
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/05
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/21
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/21
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/23
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], paul poulain, 2006/02/27