2002-04-17 14:35 pate * C4/Koha.pm: starting to move ethnicity stuff out of programs and into modules 2002-04-17 13:28 rangi * installer.pl: Submitting on behalf of Nicholas First cut (not functional yet) of an installer script 2002-04-16 12:49 tonnesen * acqui.simple/bulkmarcimport.pl: Added some comments detailing how MARC fields are mapped to Koha data 2002-04-16 11:00 tonnesen * acqui.simple/bulkmarcimport.pl: Fixed typo 2002-04-16 10:37 tonnesen * acqui.simple/bulkmarcimport.pl: This is my bulk MARC record importing tool. Feel free to test it out, but DO NOT use it on a production system yet! It needs to be more adaptable to different MARC implementations. Note that the script will spit out a plain text copy of the records being imported to STDOUT, so you will probably want to redirect to a file, or pipe to less. 2002-04-15 09:17 pate * moremember.pl: moved ethnicity fixups into C4::Koha, eventually to be replaced with a better (non-NZ specific) solution. 2002-04-15 09:15 pate * C4/Koha.pm: moved ethnicity fixing out of moremember.pl into a function, eventually to replace with a more configurable version (non-NZ specific) 2002-04-14 22:33 truth_nz * updatebibitem.pl, C4/Acquisitions.pm, acqui/addorder.pl: Acquisitions::newbiblioitem updated to be usable for new acqui.simple addorder.pl and updatebibitem.pl modified to use new newbiblioitem 2002-04-10 02:55 rangi * C4/Search.pm: Fixing the subject search i broke ;) 2002-04-10 00:59 rangi * C4/Search.pm: Working on a fix to speed up title and author searches 2002-04-09 22:49 truth_nz * C4/Acquisitions.pm: Altered newbiblio to be more generic - so can use with new acui.simple scripts (which are not finished yet). 2002-04-09 22:47 truth_nz * acqui/addorder.pl: Updates to use changed newbiblio sub in C4/Acquisitions.pm 2002-04-09 17:02 pate * misc/fines2.pl: whacked a couple of bits that Chris marked as okay to delete. 2002-04-09 16:30 rangi * misc/fines2.pl: Just added some comments for Pat (Is this a good way of doing it? if not let me know) 2002-04-09 15:08 pate * misc/: fines2.pl, fixborrower.pl: refactoring, marking spots for further refactoring 2002-04-08 17:16 rangi * memberentry.pl: Little typo, missing t in systemprefs Apart from that, all the patch files seem to be running happily on hlt.katipo.co.nz 2002-04-08 17:04 rangi * insertdata.pl: Just a quick little fix the sql to update a borrower was setting the postal address twice, instead of the postal, then the physical address. My little fix got overwrote by pat's fix so im updating now before i forget :) 2002-04-08 16:44 pate * insertdata.pl, koha.t, loadmodules.pl, memberentry.pl, modbibitem.pl, moredetail.pl, moremember.pl, request.pl, search.pl, testKoha.pl, C4/Koha.pm, C4/Output.pm: refactored slashifyDate function out of inline code, created C4/Koha.pm to hold it and wrote tests for it, started marking other places for potential refactoring. 2002-04-08 15:47 rangi * insertdata.pl: Script wasnt setting street address correctly 2002-04-04 19:13 rangi * fines.pl: Have realised misc/fines2.pl is the real fines script, this one can be removed so as to remove one more source of confusion 2002-04-04 19:09 rangi * admin/aqbudget.pl: Fixing up the query to pickup budget 2002-04-03 00:58 rangi * borrwraper.pl: Actually lives in telnet/ 2002-04-03 00:44 rangi * acqui.simple/: addbooks.pl, addbookslccn.pl: More work on the addbooks scripts, committing on behalf of Roger Need testing before use in a production environment 2002-03-30 22:50 rangi * acqui.simple/: addbooks.pl, addbookslccn.pl: Fixed the holding branch insertion code. It was inserting the correct homebranch but was still inserting the wrong home branch 2002-03-30 18:48 rangi * acqui.simple/addbookslccn.pl: Fixing branches 2002-03-30 17:18 rangi * acqui.simple/addbooks.pl: Draws list of branches from the branches table now, when adding an item 2002-03-26 16:02 rangi * pay.pl: Shifting writeoff code back into pay.pl (redirecting to writeoff.pl was breaking when the borrower owes a lot of fines) 2002-03-25 21:08 finlayt * updater/updatedatabase: added database patchs to the updater/updatedatabase script changes the type of the datesent and datearrived fields in the branchtransfers table from date to datetime. completely re-organises the branchcategories table. As this has previously been unused it shouldnt effect anyone. 2002-03-21 13:24 rangi * showbudget.pl: Doesnt write to an include anymore 2002-03-19 07:39 tipaul * updater/updatedatabase2.pl: Script to apply to sample DB only. It makes a few modifications in the DB (indexes creation, some data deletion, and unused tables drop) Creates a thesaurus table from the bilbiosubject one 2002-03-19 07:37 tipaul * updater/sample_only_param_tables.sql: Sample database only for parameters tables 2002-03-16 18:58 rangi * C4/Circulation/Fines.pm: Deals with lost book charges now 2002-03-16 18:31 rangi * misc/fines2.pl: tidied up, less hlt specific now 2002-03-13 17:51 finlayt * circ/branchtransfers.pl: Changed heading to look like the rest of Koha 2002-03-13 17:50 finlayt * circ/circulation.pl: Added a heading to be consistent with rest of Koha 2002-03-13 17:04 finlayt * circ/: circulation.pl, circulation2.pl: This is the begining of a process of dividing up circulation.pl This script deals with the branch and printer selection stuff 2002-03-13 13:13 finlayt * C4/Circulation/Circ2.pm: Added a transferbook subroutine that is called from /circ/branchtransfers.pl It writes a new line in the branchtransfers table and changes the currentbranch field in items. 2002-03-13 13:07 finlayt * circ/branchtransfers.pl: Fixed a small problem in the