[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.107,1.108
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.107,1.108 |
Date: |
Fri, 15 Jul 2005 09:10:51 -0700 |
Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30700/updater
Modified Files:
updatedatabase
Log Message:
Adding Log Facility.
Needs Two Update in database...
On more table (action_logs)
And One more syspref Activate_Log, with On|Off values.
Maintainance has been sweeped of previous Log functions
addbiblio.pl contains a sample of code using Log.pm
To be generalized to Authorities, acquisitions, members soon.
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -r1.107 -r1.108
*** updatedatabase 14 Jul 2005 09:53:10 -0000 1.107
--- updatedatabase 15 Jul 2005 16:10:35 -0000 1.108
***************
*** 910,913 ****
--- 910,923 ----
type => 'YesNo',
},
+ {
+ uniquefieldrequired => 'variable',
+ variable => 'Acitvate_Log',
+ value => 'On',
+ forceupdate => { 'explanation' => 1,
+ 'type' => 1},
+ explanation => 'Turn Log Actions on DB On an Off',
+ type => 'Choice',
+ options => 'On|Off'
+ },
],
***************
*** 1511,1514 ****
--- 1521,1533 ----
# $Log$
+ # Revision 1.108 2005/07/15 16:10:35 hdl
+ # Adding Log Facility.
+ # Needs Two Update in database...
+ # On more table (action_logs)
+ # And One more syspref Activate_Log, with On|Off values.
+ # Maintainance has been sweeped of previous Log functions
+ # addbiblio.pl contains a sample of code using Log.pm
+ # To be generalized to Authorities, acquisitions, members soon.
+ #
# Revision 1.107 2005/07/14 09:53:10 hdl
# Adding a log facility for actions watching.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.107,1.108,
Henri-Damien LAURENT <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters aqbookfund.tmpl,1.2,1.3 marctagstructure.tmpl,1.2,1.3
- Next by Date:
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.56,1.57
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters aqbookfund.tmpl,1.2,1.3 marctagstructure.tmpl,1.2,1.3
- Next by thread:
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.56,1.57
- Index(es):