koha.git
2002-05-06 rangiFixing a typo
2002-05-06 finlaytRemoved the "Item has been transfered" message from...
2002-05-06 finlaytChanged the error message from: There is no book with...
2002-05-06 finlaytChanged the word: Fines to: Charges
2002-05-06 truth_nzFixed bug due to way hashes take values. Was stopping...
2002-05-03 rangiNo harm in adding these to the main branch either
2002-05-03 truth_nzBug fixes to get the new acqui.simple system working.
2002-05-02 tipaulupdated database.mysql : dropped unused tables, created...
2002-05-02 finlaytadded branchrelations table and changed branchcategorie...
2002-05-02 finlaytmoredetail.pl presents circulation information taken...
2002-05-02 finlaytChanges to circulations:
2002-04-30 rangiCleaning out all unused cruft.
2002-04-29 truth_nzscripts for new acqui.simple system
2002-04-29 truth_nzModifications for new acqui.simple
2002-04-23 finlaytFixed typo
2002-04-22 finlaytfixed typo
2002-04-21 rangiFixing bug reported by Steve,
2002-04-21 saasCorrect spelling - aquisitions to acquisitions
2002-04-21 pategeneral cleanups
2002-04-20 pateinitial version of the Changelog -- used cvs2cl to...
2002-04-17 patestarting to move ethnicity stuff out of programs and...
2002-04-17 rangiSubmitting on behalf of Nicholas
2002-04-16 tonnesenAdded some comments detailing how MARC fields are mappe...
2002-04-16 tonnesenFixed typo
2002-04-16 tonnesenThis is my bulk MARC record importing tool. Feel free...
2002-04-15 patemoved ethnicity fixups into C4::Koha, eventually to...
2002-04-15 patemoved ethnicity fixing out of moremember.pl into a...
2002-04-15 truth_nzAcquisitions::newbiblioitem updated to be usable for...
2002-04-10 rangiFixing the subject search i broke ;)
2002-04-10 rangiWorking on a fix to speed up title and author searches
2002-04-10 truth_nzAltered newbiblio to be more generic - so can use with...
2002-04-10 truth_nzUpdates to use changed newbiblio sub in C4/Acquisitions.pm
2002-04-10 patewhacked a couple of bits that Chris marked as okay...
2002-04-09 rangiJust added some comments for Pat
2002-04-09 paterefactoring, marking spots for further refactoring
2002-04-09 rangiLittle typo, missing t in systemprefs
2002-04-09 rangiJust a quick little fix the sql to update a borrower...
2002-04-08 paterefactored slashifyDate function out of inline code...
2002-04-08 rangiScript wasnt setting street address correctly
2002-04-05 rangiHave realised misc/fines2.pl is the real fines script...
2002-04-05 rangiFixing up the query to pickup budget
2002-04-03 rangiActually lives in telnet/
2002-04-03 rangiMore work on the addbooks scripts, committing on behalf...
2002-03-31 rangiFixed the holding branch insertion code. It was inserti...
2002-03-31 rangiFixing branches
2002-03-31 rangiDraws list of branches from the branches table now...
2002-03-27 rangiShifting writeoff code back into pay.pl (redirecting...
2002-03-26 finlaytadded database patchs to the updater/updatedatabase...
2002-03-21 rangiDoesnt write to an include anymore
2002-03-19 tipaulScript to apply to sample DB only. It makes a few modif...
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
next