[Koha-cvs] CVS: koha/updater updatedatabase,1.107,1.108

Henri-Damien LAURENT hdl at users.sourceforge.net
Fri Jul 15 18:10:51 CEST 2005


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.





More information about the Koha-cvs mailing list