koha.git
2002-03-19 tipaulSample database only for parameters tables
2002-03-17 rangiDeals with lost book charges now
2002-03-17 rangitidied up, less hlt specific now
2002-03-14 finlaytChanged heading to look like the rest of Koha
2002-03-14 finlaytAdded a heading to be consistent with rest of Koha
2002-03-14 finlaytThis is the begining of a process of dividing up circul... R_1-2-2RC4
2002-03-13 finlaytAdded a transferbook subroutine that is called from...
2002-03-13 finlaytFixed a small problem in the <form>, not hidden inputs...
2002-03-13 rangiRemoving reference to the FrontSearch subroutine as...
2002-03-13 rangiTidy up, removing deprecated routines
2002-03-13 rangiDeprecated searching is all handled by search.pl
2002-03-13 rangiGetting Iteminfo in Search to only display correct...
2002-03-13 rangiTypo fix (doh!)
2002-03-13 rangiFix so that reserves are only showing for the biblioite...
2002-03-12 finlaytBranchtransfers.pl provides a form for entering barcode...
2002-03-11 rangiFix for manual invoices
2002-03-05 tipaulscripts to manage parameters tables
2002-02-26 rangiFixed apostrophe ' handling
2002-02-26 rangiFix for displaying prices
2002-02-20 rangiMaking a "fix" to normal title search
2002-02-20 rangiPlaying with keyword search trying to speed it up more
2002-02-12 rangiFixing bug in subject searching that was causing subjec...
2002-02-12 rangiFixing bug that was duplicating additional authors...
2002-02-01 tonnesenChanges from a long time ago that I don't even remember...
2001-12-12 rangiAdded the facility to restrict a keyword search by...
2001-11-27 rangiFixing error in keyword search (fixing my mistake from...
2001-11-26 rangiFixing a bug in keyword search was duplicating results
2001-11-26 rangiModify an adult with guarantees now modifies the guaran...
2001-11-26 rangiAdded a findguarantor routine to search for the guarant...
2001-11-25 rangiAuthor combined with Title search was not searching...
2001-11-25 rangiFixing reserve handling.
2001-11-23 rangiAdding the facility to search on just dewey and class
2001-11-19 tonnesenAdded code to determine mysqld version for possibility...
2001-11-19 tonnesenAdded some more tables to the database updater. Modifi...
2001-11-19 tonnesenScript that will update existing databases, creating...
2001-11-06 tonnesenMinor changes
2001-11-06 tonnesenScript that I'm using to check MARC record support.
2001-11-06 tonnesenWorking out problems with MARC record support.
2001-11-06 tonnesenModified version of addbooks.pl that uses LCCN as base...
2001-11-06 tonnesenContinuing work on Z39.50 search tool. Daemon now...
2001-11-03 tonnesenMinor cleanups. Needs testing. Starting to think...
2001-11-03 tonnesenZ39.50 now stores list of servers to query in a databas...
2001-11-02 tonnesenDaemon to process the queue of pending Z39.50 searches...
2001-11-02 tonnesenAdded Z39.50 searching capability, and MARC file upload...
2001-11-01 tonnesenUse MARC controlnumber as a unique identifier for MARC...
2001-10-10 tonnesenTypo in printf format string was causing all issues...
2001-10-10 tonnesenFixed bug where a biblioitem with a subclass but no...
2001-10-10 tonnesenused CGI.pm's textfield function to create the notes...
2001-10-05 tonnesenAdded rudimentary marc importing tool. Just takes...
2001-10-05 tonnesenRemoved duplicate viewmarc.pl from acqui.simple directory
2001-10-05 tonnesenAdded simple acquisitions script
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-09-11 rangiFixing member deletion, so that it checks fines, issues...
2001-09-10 rangiFixing a glitch that was showing the biblio notes field...
2001-08-17 rangiChanged the sorting of the hash of items on issue....
2001-07-12 pawelzcSpelling and english language corrections.
2001-07-05 rangiScript to delete a member/patron
2001-07-05 rangiFix to handle the delete call, redirects to deletemem.pl
2001-06-27 rangiModified so that the first available language is chosen...
2001-06-26 tonnesenFinished updateBiblioItem subroutine
2001-06-26 rangiScripts to permit koha webpages to display in different...
2001-06-26 tonnesennewBiblio subroutine completed.
2001-06-26 tonnesenAdded biblioitems table update when newBiblioItem(...
2001-06-26 tonnesenBeginning updateBiblio routine.
2001-06-25 tonnesenPrototype marc record viewer and editor.
2001-06-25 tonnesenA TODO file for MARC support
2001-06-25 tonnesenAdded skeletons of update routines.
2001-06-25 tonnesenMinor documentation changes.
2001-06-25 tonnesenPerl script to convert existing Koha tables to the...
2001-06-25 tonnesenSQL commands to clear all of the MARC tables. This...
2001-06-25 tonnesenSchema for MARC storage tables. Blatantly stolen from...
2001-06-25 tonnesenCataloguing API. Very early draft at this point.
2001-06-20 rangiMade a little change to allow the reading record to...
2001-05-17 rangiChanged the interim field in the items table, to be...
2001-05-15 rangiMore little bug fixes in the manual credits section
2001-05-09 rangiChanged the way a lost book being returned is handled.
2001-05-09 rangiSet up so marking a item lost, adds a charge for the...
2001-05-09 rangiFixed so renewing a rental item adds a charge
2001-05-09 rangiAdded facility to do a cash refund.
2001-05-09 rangiRenewing a rental or pay item from the borrowers record...
2001-05-02 tonnesenSteve Tonnesen's K12Admin-specific (for the time-being...
2001-05-02 tonnesenAdded an overdue variable to the itemdata returned...
2001-05-02 rangiFixed the code that adds a credit or wipes a lost book...
2001-05-02 rangiAdded functions to add credits and invoices to borrower...
2001-05-02 rangiTurned off the tidy accounts feature in the view accoun...
2001-05-02 rangiScripts to add manual invoices, or credits to a borrowe...
2001-05-01 rangiFixed a bug in the return lost routine (when a payment...
2001-04-20 rangiQuick bodge to restrict the number of returned books...
2001-04-18 rangiAdd functionality so that when the replacement cost...
2001-04-03 rangiMaking a change to the way charges are handled, the...
2001-04-02 rangiReworking statistics for payments and writeoffs
2001-03-29 rangiCommenting out the code that doesnt allow renewals...
2001-03-28 rangiAdding in javscript code to open a new window for payments
2001-03-28 rangiReworked layout of issues section.
2001-03-27 rangiGetting writeoff stats being stored as well
2001-03-27 rangiModified the update stats routine to store borrowernumb...
2001-03-22 rangiChanges made by Glen to allow the circulation module...
2001-03-18 rangiScript to list overdue books under the headings
next