[Koha-cvs] CVS: koha ChangeLog,1.22,1.23

Andrew Arensburger arensb at users.sourceforge.net
Wed Oct 16 14:49:03 CEST 2002


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

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***

Index: ChangeLog
===================================================================
RCS file: /cvsroot/koha/koha/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** ChangeLog	15 Oct 2002 16:57:39 -0000	1.22
--- ChangeLog	16 Oct 2002 12:49:00 -0000	1.23
***************
*** 1,2 ****
--- 1,45 ----
+ 2002-10-16  Andrew Arensburger  <arensb at baa.ooblick.com>
+ 
+ 	* koha-tmpl/opac-tmpl/default/en/opac-moredetail.tmpl,
+ 	koha-tmpl/opac-tmpl/default/en/opac-detail.tmpl,
+ 	koha-tmpl/intranet-tmpl/default/en/marcimport/marcimportdetail.tmpl,
+ 	koha-tmpl/intranet-tmpl/default/en/catalogue/detail.tmpl,
+ 	koha-tmpl/intranet-tmpl/default/en/catalogue/detail-opac.tmpl:
+ 	Added some FIXME comments.
+ 
+ 
+ 	* acqui.simple/marcimport.pl: Added a FIXME comment.
+ 
+ 	* acqui.simple/bulkmarcimport.pl: Added some FIXME comments.
+ 
+ 	* C4/Search.pm: Updated a FIXME comment.
+ 
+ 	* C4/Catalogue.pm: Added and updated some FIXME comments.
+ 
+ 	* C4/Biblio.pm: Added some FIXME comments.
+ 
+ 	* search.pl: Added some FIXME comments.
+ 
+ 	* moredetail.pl: C4::Acquisitions doesn't exist anymore. Replaced
+ 	with C4::Catalogue (presumably this is correct, because
+ 	&C4::Catalogue::getorder is exported, but &C4::Biblio::getorder
+ 	isn't).
+ 	Replaced an obviously-bogus assignment with a much more likely
+ 	string comparison.
+ 
+ 	* detail.pl (bug fix): This was always displaying the OPAC results
+ 	page. Fixed by replacing an assignment with a string comparison.
+ 
+ 	* deletebiblioitem.pl: Replaced nonexistent C4::Acquisitions with
+ 	C4::Biblio, since that's what was apparently intended.
+ 
+ 	* delbiblio.pl: Removed reference to nonexistent C4::Acquisitions.
+ 	Added FIXME comment.
+ 
+ 	* currency.pl: Added a FIXME comment.
+ 
+ 	* addwebsite.pl: C4::Acquisitions doesn't exist anymore. Changed
+ 	it to C4::Catalogue, since that's what was apparently intended.
+ 
  2002-10-15  Andrew Arensburger  <arensb at baa.ooblick.com>
  





More information about the Koha-cvs mailing list