[Koha-cvs] CVS: koha ChangeLog,1.4,1.4.2.1

Andrew Arensburger arensb at users.sourceforge.net
Fri Oct 4 05:07:16 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv32712

Modified Files:
      Tag: arensb-context
	ChangeLog 
Log Message:
My latest (massive) changes.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/koha/koha/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** ChangeLog	1 Oct 2002 13:23:07 -0000	1.4
--- ChangeLog	4 Oct 2002 03:07:13 -0000	1.4.2.1
***************
*** 1,2 ****
--- 1,55 ----
+ 2002-10-03  Andrew Arensburger  <arensb at baa.ooblick.com>
+ 
+ 	* telnet/doreturns.pl, telnet/borrwraper.pl: Use C4::Connect
+ 	instead of C4::Database, C4::Connect->dbh instead C4Connect.
+ 	Removed trailing whitespace, 'cos it was bugging me.
+ 	
+ 	* C4/Database.pm: Added a FIXME comment.
+ 
+ 	* C4/Context.pm: A couple of bug fixes so it'll actually load.
+ 
+ 	* misc/tidyaccounts.pl, maint/catmaintain.pl: Removed useless "use
+ 	C4::Database;" line.
+ 	
+ 	* acqui.simple/addbooks.pl, C4/Circulation/Renewals.pm,
+ 	C4/SimpleMarc.pm, C4/Circulation.pm, C4/Circmain.pm,
+ 	updatebiblio.pl, updatebibitem.pl, tidyaccounts.pl: Removed
+ 	useless "use C4::Database;" line.
+ 	
+ 	* marc/MARCdetail.pl, html-template/search.pl,
+ 	html-template/moredetail.pl, html-template/detail.pl,
+ 	acqui.simple/marcimport.pl, C4/Output.pm, userpage.pl, search.pl,
+ 	moredetail.pl, detail.pl: Use C4::Connect instead of C4::Database,
+ 	C4::Connect->dbh instead C4Connect. Removed old code for reading
+ 	/etc/koha.conf.
+ 	
+ 	* updater/updatedatabase2.pl, updater/updatedatabase,
+ 	updater/thesaurus_create.pl, sec/writeoff.pl, misc/makeformats.pl,
+ 	misc/makebaskets.pl, misc/fixrefs.pl, misc/fixorders.pl,
+ 	misc/fixcatalog.pl, misc/fixborrower.pl, misc/fines2.pl,
+ 	marc/viewmarc.pl, marc/updatedb2marc.pl, marc/test,
+ 	marc/koha2marc, marc/fill_usmarc.pl, maint/shiftbib.pl,
+ 	html-template/Search.pm, admin/systempreferences.pl,
+ 	admin/stopwords.pl, admin/printers.pl, admin/marctagstructure.pl,
+ 	admin/itemtypes.pl, admin/currency.pl, admin/categoryitem.pl,
+ 	admin/categorie.pl, admin/branches.pl, admin/aqbudget.pl,
+ 	admin/aqbookfund.pl, acqui.simple/viewmarc.pl,
+ 	acqui.simple/processz3950queue, acqui.simple/bulkmarcimport.pl,
+ 	acqui.simple/addbookslccn.pl, acqui/newbiblio.pl,
+ 	acqui/acquire.pl, C4/Circulation/Returns.pm,
+ 	C4/Circulation/Renewals2.pm, C4/Circulation/Main.pm,
+ 	C4/Circulation/Issues.pm, C4/Circulation/Fines.pm,
+ 	C4/Circulation/Circ2.pm, C4/Circulation/Borrower.pm,
+ 	C4/Circulation/Borrissues.pm, C4/test.pl, C4/Stock.pm,
+ 	C4/Stats.pm, C4/Security.pm, C4/Search.pm, C4/Reserves2.pm,
+ 	C4/Reserves.pm, C4/Maintainance.pm, C4/Koha.pm, C4/Groups.pm,
+ 	C4/Catalogue.pm, C4/BookShelves.pm, C4/Biblio.pm, C4/Auth.pm,
+ 	C4/Acquisitions.pm, C4/Accounts2.pm, C4/Accounts.pm,
+ 	updateitem.pl, updatecharges.pl, thesaurus_popup.pl, stats2.pl,
+ 	pay.pl, overdue.pl, moremember.pl, memberentry.pl, logout.pl,
+ 	insertjdata.pl, insertidata.pl, insertdata.pl, fixBranches.pl,
+ 	deletemem.pl, charges.pl, bookcount.pl: Use C4::Connect instead of
+ 	C4::Database, C4::Connect->dbh instead C4Connect.
+ 
  2002-10-01  Andrew Arensburger  <arensb at baa.ooblick.com>
  





More information about the Koha-cvs mailing list