DBI call fix for bug 662
[koha.git] / C4 / Catalogue.pm
2003-11-24 tipaulexecute($var) with ? bugfix
2003-07-10 cauchoipsmall fixes (sql query formatting problems)
2003-06-16 rangiOrdering branches by branchname
2003-05-30 rangiFixing a bug that was breaking adding or modifying...
2003-04-24 tipaulfix for #410
2003-03-03 tipaulbugfix for bookseller forgot and minor sql improvement
2003-02-27 tipaul* moving prepare / execute to ? form.
2003-02-10 tipaulremoving unused sub
2003-01-28 tipaulfixing a sql query not using prepare(?) & execute(...
2002-10-16 arensbAdded and updated some FIXME comments.
2002-10-13 arensbDeleted unused variables.
2002-10-10 arensbFixed FIXMEs.
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-10-01 arensbAdded some FIXME comments, mostly marking duplicate...
2002-09-23 arensbAdded POD.
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-07-04 tipaulLong is the road to MARC..
2002-06-14 tipaulGoing to MARC 1.4...
2002-06-10 tipaulMARC stuff : beginning to use MARC::Record package.
2002-06-06 tipaultoday stuff around marc. Will change soon as we will...
2002-06-04 tipaultest.pl, contains a script to test the Catalogue.pm...
2002-05-29 tonnesenStarted modifications to match new marc schema
2002-05-18 amillarSome cleanup, reformatting, fix some undeclared variables
2002-05-16 tonnesenFew more changes... not much to look at yet, still...
2002-05-16 tonnesenStarting rewrite of Catalogue.pm using Paul's new marc...
2001-11-06 tonnesenWorking out problems with MARC record support.
2001-11-03 tonnesenMinor cleanups. Needs testing. Starting to think...
2001-10-05 tonnesenChanged search interface to allow searches on Illustrat...
2001-09-27 tonnesenTested updateItem subroutine, made some better checks...
2001-09-27 tonnesenStarted on updateItem subroutine.
2001-06-26 tonnesenFinished updateBiblioItem subroutine
2001-06-26 tonnesennewBiblio subroutine completed.
2001-06-26 tonnesenAdded biblioitems table update when newBiblioItem(...
2001-06-26 tonnesenBeginning updateBiblio routine.
2001-06-25 tonnesenAdded skeletons of update routines.
2001-06-25 tonnesenCataloguing API. Very early draft at this point.