moving non koha-running files to misc dir
[koha_ffzg] / ChangeLog
index 75da011..b7162c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,663 @@
+2002-10-30  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       * koha.conf.in (added) Ancillary files for new installer.
+
+       * install-sh (added) Ancillary files for new installer.
+
+       * Makefile (added) Ancillary files for new installer.
+
+       * Make.conf.in (added) Ancillary files for new installer.
+
+       * safe-installer (added): New configuration/install tool.
+
+       * request.pl: Added explanatory comment.
+
+       * updater/updatedatabase (bug fix): Fixed typo.
+
+2002-10-24  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       * C4/Biblio.pm: Fixed "no title" warning when generating HTML
+       documentation from POD.
+
+2002-10-16  Andrew Arensburger  <arensb@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@baa.ooblick.com>
+
+       * installer.pl (bug fix): Arguments to mkdir were in the wrong
+       order. Changed octal values for permissions to the standard
+       notation.
+
+2002-10-14  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       * installer.pl: Added quote so Emacs color doesn't get screwed up.
+
+2002-10-13  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       * mancredit.pl: Unbogotified a line.
+
+       * search.pl: Turned 'env' into a hash instead of a
+       reference-to-hash, for readability. Likewise, @$numbers ->
+       @numbers, @$forminputs -> @forminputs Added a foreach loop to set
+       up the search terms and output form, for readability and easy
+       extensibility.
+
+       * moredetail.pl: Removed unused variable.
+
+       * installer.pl: Fixed the name of the program.
+
+       * acqui.simple/processz3950queue, acqui/newbasket2.pl,
+       acqui/finishreceive.pl, C4/Circulation/Renewals2.pm,
+       C4/Circulation/Renewals.pm, C4/Circulation/Issues.pm,
+       C4/Circulation/Circ2.pm, C4/Stats.pm, C4/Search.pm, C4/Output.pm,
+       C4/Maintainance.pm, C4/Input.pm, C4/Format.pm, C4/Biblio.pm,
+       C4/Acquisitions.pm, C4/Accounts2.pm, C4/Accounts.pm,
+       thesaurus_popup.pl, search.pl, memberentry.pl, deletemem.pl:
+       Replaced expressions of the form "$x = $x <op> $y" with
+       "$x <op>= $y". Thus, $x = $x+2 becomes $x += 2, and so forth.
+
+       * misc/tidyaccounts.pl, translator/translator.pl,
+       telnet/startint.pl, telnet/returnswrapper.pl,
+       telnet/issuewrapper.pl, sec/writeoff.pl, opac/opac-userupdate.pl,
+       opac/opac-user.pl, opac/opac-searchresults.pl,
+       opac/opac-search.pl, opac/opac-reserve.pl,
+       opac/opac-moredetail.pl, opac/opac-detail.pl, misc/makeformats.pl,
+       misc/makebaskets.pl, misc/fixorders.pl, misc/fixborrower.pl,
+       misc/fines2.pl, marc/USMARC.pm, marc/MARCdetail.pl, marc/File.pm,
+       circ/selectbranchprinter.pl, Removed trailing whitespace. *
+       circ/circulation.pl, admin/koha2marclinks.pl, admin/branches.pl,
+       C4/test.pl, C4/InterfaceCDK.pm: Removed trailing whitespace.
+
+       * modbib.pl: Removed unused variables. Unbogofied some code.
+
+       * C4/Stock.pm: Removed unused finalizer.
+
+       * moditem.pl: Added a FIXME comment.
+
+       * C4/Interface/ReserveentCDK.pm, C4/Interface/RenewalsCDK.pm,
+       C4/Interface/FlagsCDK.pm, C4/Interface/BorrowerCDK.pm,
+       C4/Interface/AccountsCDK.pm, C4/Circulation/Returns.pm,
+       C4/Circulation/Issues.pm, C4/Circulation/Fines.pm,
+       C4/Circulation/Borrower.pm, C4/Z3950.pm, C4/SimpleMarc.pm,
+       C4/Reserves.pm, C4/Output.pm, C4/Circulation.pm, C4/Catalogue.pm,
+       C4/BookShelves.pm, C4/Biblio.pm, C4/Acquisitions.pm: Deleted
+       unused variables. Removed trailing whitespace.
+       
+       * newmember.pl, newjmember.pl: Removed trailing whitespace. Added
+       a FIXME comment.
+
+       * acqui.simple/viewmarc.pl, acqui.simple/saveitem.pl,
+       acqui.simple/processz3950queue, acqui.simple/marcimport.pl,
+       acqui.simple/additem.pl, acqui.simple/addbookslccn.pl,
+       acqui.simple/addbooks.pl, acqui.simple/addbiblio.pl,
+       acqui/supplier.pl, acqui/recieveorder.pl, acqui/receive.pl,
+       acqui/order.pl, acqui/newbasket.pl, acqui/basket.pl,
+       acqui/acquire.pl, C4/Security.pm, C4/Groups.pm, C4/Database.pm,
+       C4/Circmain.pm, updatewebsite.pl, updateitem.pl, updatecharges.pl,
+       updatebibitem.pl, tidyaccounts.pl, subjectsearch.pl, stats2.pl,
+       stats.pl, showbudget.pl, request.pl, reports.pl, renewscript.pl,
+       pay.pl, overdue.pl, newimember.pl, moremember.pl, moredetail.pl,
+       moditem.pl, modbibitem.pl, modbib.pl, memberentry.pl, member.pl,
+       koha.upgrade, installer.pl, installer-lite.pl, groups.pl,
+       deletemem.pl, currency.pl, boraccount.pl, bookcount.pl: Added
+       magic RCS comment. Removed trailing whitespace.
+
+       * C4/Circulation/Borrissues.pm: Deleted unused variables. Removed
+       trailing whitespace.
+
+       * misc/fines2.pl: Added magic RCS comment. Added a FIXME comment.
+
+       * acqui/newbasket2.pl: Added some FIXME comments. Removed trailing
+       whitespace.
+
+       * C4/Circulation/Returns.pm: Added magic RCS comment. Added some
+       FIXME comments explaining why I didn't write a POD. Removed unused
+       finalizer.
+
+       * C4/Circulation/Renewals2.pm: Added magic RCS comment. Added some
+       FIXME comments. Added some explanatory comments. Removed trailing
+       whitespace. Deleted unused variables. Added POD. Removed unused
+       finalizer.
+
+       * C4/Circulation/Renewals.pm: Added magic RCS comment. Added some
+       FIXME comments. Added some explanatory comments. Removed trailing
+       whitespace. Deleted unused variables. Added POD. Removed unused
+       finalizer.
+
+       * C4/Circulation/Main.pm: Added magic RCS comment. Added some
+       FIXME comments. Deleted unused variables. Added POD. Removed
+       unused finalizer.
+
+       * C4/Circulation/Issues.pm: Added magic RCS comment. Added some
+       FIXME comments. Deleted unused variables. Added POD. Removed
+       unused finalizer.
+
+       * C4/Circulation/Fines.pm: Added magic RCS comment. Removed a
+       lying comment. Removed unused global variables. Added POD. Added
+       some FIXME comments. Added some explanatory comments. Removed
+       unused finalizer.
+
+       * C4/Z3950.pm: Removed bogus #! line (this isn't a script!)
+       Removed unused global variables. Added POD. Added some explanatory
+       comments. Added some FIXME comments.
+
+       * C4/Stats.pm: Added magic RCS comment. Removed declarations for
+       nonexistent variables. Added some FIXME comments. Removed unused
+       finalizer.
+
+       * C4/Reserves2.pm: Added partial POD (but I don't understand
+       reserves well enough to continue). Added magic RCS comment. Added
+       some explanatory comments. Removed trailing whitespace. Added some
+       FIXME comments. Moved comments in first column to where they
+       wouldn't obscure the indentation. Removed unused finalizer.
+
+       * C4/Acquisitions.pm: Added a partial POD. Wrote some FIXME
+       comments explaining why I'm not going to write any more PODs.
+       Added some other FIXME comments.
+
+       * C4/Circulation/Circ2.pm, C4/Circulation/Borrissues.pm,
+       C4/Format.pm, C4/Circulation.pm: Added some FIXME comments. Added
+       RCS magic comment. Removed unused finalizer.
+
+       * C4/Search.pm, C4/Output.pm, C4/Accounts2.pm, C4/Accounts.pm,
+       thesaurus_popup.pl, search.pl, memberentry.pl, modbib.pl: Added
+       some FIXME comments.
+
+       * acqui.simple/processz3950queue, acqui.simple/bulkmarcimport.pl,
+       acqui/finishreceive.pl, C4/Maintainance.pm, C4/Input.pm,
+       updatebiblio.pl, deletemem.pl: Added a FIXME comment.
+
+2002-10-12  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       * circ/selectbranchprinter.pl (bug workaround): Commented out some
+       code that removes everything from the list of branches the user
+       can select. Added some FIXME comments.
+
+       * C4/Reserves2.pm, C4/Reserves.pm: Added some FIXME comments.
+       
+       * C4/Auth.pm: Turn off authentication entirely if systempreference
+       "insecure" is set to "yes".
+       
+       * search.pl: Sorted "use" statements in esthetic order.
+
+       * t/require.t, koha.upgrade, installer.pl, installer-lite.pl,
+       INSTALL: Removed the dependency on Set::Scalar.
+
+       * C4/Search.pm: Got rid of the dependency on Set::Scalar. Yay! One
+       fewer package that the user has to install! Redid the way SQL
+       queries are built up, to make it more readable and maintainable.
+       Removed a couple of unused variables. Got rid of some un-Perl-like
+       bogosity.
+
+2002-10-11  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       * C4/Search.pm: Added a FIXME comment.
+
+       * C4/Database.pm: Gutted. Every function in this module is now
+       obsolete. Removed just about everything. The name "Database" might
+       still be reused, though the next time something gets added, it
+       should probably be called v2.0.
+
+       * opac/opac-logout.pl: Replaced &requireDBI with C4::Context->dbh,
+       thus making the "use Database" statement unnecessary. Replaced a
+       prepare()/execute() with a do().
+
+       * Added FIXME comments for broken links.
+
+       * koha-tmpl/intranet-tmpl/default/en/marcimport/AcceptItemCopy.tmpl:
+       Added FIXME comments for broken links.
+
+       * koha-tmpl/intranet-tmpl/default/en/marcimport/AcceptBiblioitem.tmpl:
+       Added FIXME comments for broken links.
+
+       * acqui.simple/marcimport.pl: Replaced &requireDBI with
+       C4::Context->dbh, thus making the "use Fixed muffed quotes in
+       &gettemplate calls. Added a temporary print statement in
+       &z3950menu, so it'll print something instead of giving a browser
+       error.
+
+       * C4/Circulation/Circ2.pm: Removed bogus unused variables at the
+       top. Prettified @EXPORT list.
+       (bug fix): Added missing semicolon.
+
+       * C4/Output.pm: Replaced &requireDBI with C4::Context->dbh, thus
+       making the "use Database" statement unnecessary. Fixed POD up a
+       bit.
+       * C4/Koha.pm: Removed trailing whitespace that was messing up the
+       POD.
+
+       * C4/Interface/ReserveentCDK.pm: Added FIXME comment. This file is
+       obsolete, right?
+
+       * C4/Interface/RenewalsCDK.pm: Added FIXME comment. This file is
+       obsolete, right?
+
+       * C4/Interface/FlagsCDK.pm: Added FIXME comment. This file is
+       obsolete, right?
+
+       * C4/Interface/BorrowerCDK.pm: Added FIXME comment. This file is
+       obsolete, right?
+
+       * C4/Interface/AccountsCDK.pm: Added FIXME comment. This file is
+       obsolete, right?
+
+       * C4/Circulation/Borrower.pm: Added FIXME comment. This file is
+       obsolete, right?
+
+       * C4/InterfaceCDK.pm: Added FIXME comment. This file is obsolete,
+       right?
+
+       * C4/Circulation.pm: Added FIXME comment. This file is obsolete,
+       right?
+
+       * C4/Circmain.pm: Updated FIXME comment. This file is obsolete,
+       right?
+
+       * C4/Z3950.pm: Replaced &requireDBI with C4::Context->dbh
+       * C4/Biblio.pm: Replaced &requireDBI with C4::Context->dbh
+2002-10-10  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       * C4/Circulation/Circ2.pm: Cleaned things up a bit.
+
+       * C4/Search.pm: Removed &systemprefs. It is no longer used.
+
+       * C4/Output.pm: Use C4::Context->preference instead of
+       &systemprefs or explicit SQL calls to get an entry from the
+       systempreferences table.
+
+       * moremember.pl (bug fix): Titles and due dates weren't being
+       retrieved properly due to missing braces. Added bug report: the
+       item type still isn't being displayed.
+
+       * C4/Search.pm: Made code a bit more Perl-ish.
+
+       * member.pl: Use the default theme if it wasn't given as a CGI
+       parameter.
+
+       * koha-tmpl/intranet-tmpl/default/en/member.tmpl: Restored
+       pre-template behavior: when you click on a member, you get taken
+       to the "show me more information about this member" page, not the
+       "update this member's information" page.
+
+       * C4/Output.pm: Added some FIXMEs. Made code more Perlish.
+       (bug fix): Allow whitespace in $HTTP_ACCEPT_LANGUAGE (Konqueror uses
+       ", " as language separator).
+
+       * search.pl: Fixed typo. Added missing function argument.
+
+       * updater/updatedatabase: Added some FIXME comments.
+
+       * marc/USMARC.pm: Added some FIXME comments.
+
+       * marc/File.pm: Added some FIXME comments.
+
+       * C4/Circulation/Circ2.pm: Added whitespace to make the POD work.
+       Added author.
+
+       * C4/Stats.pm: Added whitespace to make the POD work.
+
+       * C4/SimpleMarc.pm: Added whitespace to make the POD work.
+
+       * C4/Search.pm: Fixed a few problems with POD.
+
+       * C4/Print.pm: Simplified references.
+
+       * C4/Output.pm: Added whitespace to make the POD work. Removed
+       references, added author.
+
+       * C4/Maintainance.pm: Removed reference to Perl in POD. It should
+       be obvious.
+
+       * C4/Koha.pm: Removed reference to Perl in POD. It should be
+       obvious.
+
+       * C4/Input.pm: Removed reference to Perl in POD. It should be
+       obvious.
+
+       * C4/Format.pm: Removed reference to Perl in POD. It should be
+       obvious.
+
+       * C4/Context.pm: Added whitespace to make the POD work. Simplified
+       references. Added author email address.
+
+       * C4/Catalogue.pm: Fixed FIXMEs. Removed reference to Perl in POD.
+       It should be obvious.
+
+       * C4/BookShelves.pm: Simplified references.
+
+       * C4/Auth.pm: Added whitespace to make the POD work. Simplified
+       references.
+
+       * C4/Acquisitions.pm: Fixed FIXMEs. Removed reference to Perl. It
+       should be obvious.
+
+       * C4/Accounts2.pm: Added whitespace to make the POD work.
+       Simplified references.
+
+       * C4/Accounts.pm: Added whitespace to make the POD work.
+       Simplified references.
+
+2002-10-09  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       * C4/Accounts.pm: Removed trailing whitespace that was breaking
+       the POD.
+
+       * circ/circulation.pl: Added some FIXME comments.
+
+       * circ/branchtransfers.pl (bug fix?) What looks like possibly a
+       line left over from debugging was giving me an empty branch list,
+       so transfers didn't work.
+
+       * C4/Circulation/Circ2.pm: Added POD. Added a bunch of FIXMEs.
+       Trimmed trailing whitespace.
+
+       * C4/Stats.pm: Fixed missing bracket in POD.
+
+       * C4/Reserves2.pm: Added some FIXMEs.
+
+       * C4/Print.pm: Fixed FIXMEs in the POD.
+
+       * C4/Context.pm: Added a couple of comments.
+
+2002-10-06  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       * acqui.simple/bulkmarcimport.pl, C4/Format.pm, C4/Security.pm,
+       C4/InterfaceCDK.pm: Added some FIXME comments.
+
+       * C4/Interface/RenewalsCDK.pm, C4/Interface/BorrowerCDK.pm,
+       C4/Interface/AccountsCDK.pm, C4/Circulation/Returns.pm,
+       C4/Circulation/Main.pm, C4/Circulation/Circ2.pm,
+       C4/Circulation/Borrissues.pm, C4/Groups.pm: Removed unnecessary
+       "use" line.
+
+       * C4/SimpleMarc.pm: Added POD and some comments.
+
+       * C4/Scan.pm: Added a POD of sorts.
+
+       * C4/Auth.pm: Added POD and some comments.
+
+       * C4/Accounts2.pm: Fixed typo in synopsis.
+
+2002-10-05  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       * search.pl: Added "use C4::Context" (how did I forget it
+       earlier?)
+
+       * C4/Circulation/Circ2.pm: Replaced several
+       prepare()/execute()/finish() sequences with do().
+
+       * C4/Search.pm: Fixed some bogosity. Added some FIXMEs.
+
+       * C4/Acquisitions.pm, C4/Accounts2.pm: Replaced several
+       prepare()/execute()/finish() sequences with do().
+
+       * memberentry.pl, loadmodules.pl, acqui/newbiblio.pl,
+       acqui/acquire.pl: Use C4::Context->preference, rather than getting
+       all system preferences and picking out only what's needed.
+
+       * C4/Context.pm: Added "preference" method, for fetching a single
+       value from systempreferences (which is all most scripts need).
+
+       * INSTALL: Clarified need for File::Spec. Rewrote sections on
+       writing and installing koha.conf for clarity, and to reflect the
+       fact that the config file no longer needs to go in /etc/koha.conf.
+       Fixed typo in "SetEnv" example. Replaced "ur" with the English
+       equivalent throughout.
+
+       * C4/Output.pm: Added a couple of FIXME comments.
+
+       * C4/Output.pm: Switched new functions to using C4::Context.
+
+       * C4/Output.pm: Removed remnants of code that read /etc/koha.conf
+       for itself.
+
+       * Merged with arensb-context branch: use
+       C4::Context->dbh instead of &C4Connect, and generally prefer
+       C4::Context over C4::Database.
+
+       * bookcount.pl: Merged with arensb-context branch: use
+       C4::Context->dbh instead of &C4Connect, and generally prefer
+       C4::Context over C4::Database.
+
+       * Merged with arensb-context branch: use C4::Context->dbh instead
+       of &C4Connect, and generally prefer C4::Context over C4::Database.
+       * C4/Output.pm, C4/Context.pm, C4/Biblio.pm: Merged in changes
+       from main branch.
+       
+       * marc/viewmarc.pl: Added a FIXME comment.
+
+       * marc/viewmarc.pl: Oops! Stupid bug fix.
+
+       * marc/koha2marc: Removed a useless statement.
+
+       * moredetail.pl: Removed some obsolete commented-out code.
+
+       * updater/updatedatabase2.pl, updater/updatedatabase,
+       updater/thesaurus_create.pl, misc/fixborrower.pl, marc/test,
+       maint/shiftbib.pl, html-template/search.pl,
+       html-template/Search.pm, circ/circulation.pl, admin/itemtypes.pl,
+       admin/currency.pl, admin/categoryitem.pl, admin/categorie.pl,
+       admin/branches.pl, admin/aqbudget.pl,
+       acqui.simple/processz3950queue, acqui.simple/bulkmarcimport.pl,
+       acqui.simple/addbookslccn.pl, C4/Circulation/Returns.pm,
+       C4/Circulation/Renewals2.pm, C4/Circulation/Renewals.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/Search.pm, C4/Reserves2.pm, C4/Print.pm,
+       C4/InterfaceCDK.pm, C4/Circmain.pm, C4/Biblio.pm, C4/Auth.pm,
+       C4/Acquisitions.pm, C4/Accounts.pm, stats2.pl, search.pl,
+       overdue.pl, bookcount.pl: Added a whole mess of FIXME comments.
+       
+       * C4/Acquisitions.pm: Oops! Forgot to add "use C4::Context;"
+
+       * C4/Biblio.pm: Added some missing semicolons.
+
+2002-10-03  Andrew Arensburger  <arensb@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-05  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       arensb-context branch:
+
+       * marc/fill_usmarc.pl,
+       koha-tmpl/opac-tmpl/default/en/includes/opac-top.inc,
+       koha-tmpl/opac-tmpl/default/en/includes/opac-bottom.inc,
+       koha-tmpl/opac-tmpl/default/en/includes/members-top.inc,
+       koha-tmpl/opac-tmpl/default/en/opac-searchresults.tmpl,
+       koha-tmpl/opac-tmpl/default/en/opac-search.tmpl,
+       koha-tmpl/opac-tmpl/default/en/opac-main.tmpl,
+       koha-tmpl/opac-tmpl/default/en/opac-detail.tmpl, C4/Search.pm,
+       overdue.pl, moremember.pl, installer-lite.pl: Merged with head.
+       
+       * C4/Output.pm, C4/Context.pm, C4/Biblio.pm: Merged in changes
+       from main branch.
+       
+       * marc/viewmarc.pl: Added a FIXME comment.
+
+       * marc/viewmarc.pl: Oops! Stupid bug fix.
+
+       * marc/koha2marc: Removed a useless statement.
+
+       * moredetail.pl: Removed some obsolete commented-out code.
+
+       * updater/updatedatabase2.pl, updater/updatedatabase,
+       updater/thesaurus_create.pl, misc/fixborrower.pl, marc/test,
+       maint/shiftbib.pl, html-template/search.pl,
+       html-template/Search.pm, circ/circulation.pl, admin/itemtypes.pl,
+       admin/currency.pl, admin/categoryitem.pl, admin/categorie.pl,
+       admin/branches.pl, admin/aqbudget.pl,
+       acqui.simple/processz3950queue, acqui.simple/bulkmarcimport.pl,
+       acqui.simple/addbookslccn.pl, C4/Circulation/Returns.pm,
+       C4/Circulation/Renewals2.pm, C4/Circulation/Renewals.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/Search.pm, C4/Reserves2.pm, C4/Print.pm,
+       C4/InterfaceCDK.pm, C4/Circmain.pm, C4/Biblio.pm, C4/Auth.pm,
+       C4/Acquisitions.pm, C4/Accounts.pm, stats2.pl, search.pl,
+       overdue.pl, bookcount.pl: Added a whole mess of FIXME comments.
+       
+       * C4/Acquisitions.pm: Oops! Forgot to add "use C4::Context;"
+
+       * C4/Biblio.pm: Added some missing semicolons.
+
+2002-10-03  Andrew Arensburger  <arensb@baa.ooblick.com>
+
+       arensb-context branch:
+
+       * 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-02  Andrew Arensburger  <arensb@nerafo.umd.edu>
+
+       * C4/Context.pm (added) Module for reading the config file and
+       getting access to the database.
+
 2002-10-01  Andrew Arensburger  <arensb@baa.ooblick.com>
 
+       * C4/Acquisitions.pm: Added an incomplete POD, as well as some
+       FIXME comments (which, as it turns out, might not be necessary
+       after all).
+
        * C4/Circulation/Main.pm, C4/Circulation/Circ2.pm,
        C4/Circulation.pm, C4/Catalogue.pm, C4/Biblio.pm: Added some FIXME
        comments, mostly marking duplicate functions.