Added code to allow searches to be used by catalogue maintenance
[koha.git] / C4 /
2001-03-15 rangiAdded functionality to allow invalid itemtype to be...
2001-03-13 rangiGot undeleting biblios going (catalogue maintenance...
2001-02-18 rangiLittle fix to the returnbook routine so the correct...
2001-02-14 rangiMade some changes to checkreserve and find_reserves...
2001-02-07 tonnesenAdded header and log substition variables
2001-02-07 tonnesenStart of code to implement virtual bookshelves in Koha.
2001-02-05 tonnesenloadmodules.pl allows redirection to different modules...
2001-02-05 tonnesenAdded a couple of missing $dbh->disconnect lines that...
2001-02-04 rangiFixing printing error, now is printing all of the days...
2001-02-01 rangiAttempting to get issues slip to print when borrower...
2001-01-31 rangiFixed a little bug in getiteminformation, it wasnt...
2001-01-31 rangiAdded a line to Ouput.pm to enable circulation to use...
2001-01-31 tonnesenReturn itemlist array, and itemlisttext (text version...
2001-01-26 tonnesenReturns module lists recently returned items, cookies...
2001-01-25 tonnesenRefined Returns module.
2001-01-23 tonnesenChanges to web circulation module: rudimentary returns...
2001-01-23 tonnesenFixed a bug in issuing reserved books. Was calling...
2001-01-22 tonnesenStarted work on a web-based circulation interface.
2001-01-17 tonnesenAdded support for showing patron flags in the issues...
2001-01-16 rangiFixing a glitch in the fines routine, was failing if...
2001-01-15 tonnesenAPI for circulation modules
2001-01-05 tonnesenRenamed koha.conf config entry from "path" to "includes...
2001-01-05 tonnesenModified getbranch() and getprinter() subroutines to...
2001-01-05 tonnesenAdded support for moving path=... variable to /etc...
2000-12-21 rangiShifted Database connection variables out into a config...
2000-12-19 rangiInitial revision