koha.git
2002-05-28 amillarChange DBI execut on some queries to bound parameters...
2002-05-28 amillarAdd biblio using C4::Acquisitions newbiblio
2002-05-28 amillarAdd item using newitem() from C4::Acquisitions
2002-05-27 dragon28fixed typo
2002-05-27 amillarSome code cleanup. Created subroutines for ISBN checksum,
2002-05-26 dragon28fixed typo's
2002-05-26 dragon28installer now changes ownership of the koha.conf file...
2002-05-26 rangiTidying up more warnings.
2002-05-23 rangiRemoving hardcoded ethnicity and category lists.
2002-05-23 rangiGetting rid of a couple of non fatal warnings
2002-05-18 rangiFixing up a whole pile of warnings
2002-05-18 rangiShifting ethnicity into a table in the database. Making...
2002-05-17 dragon28replaced includes question with installation path
2002-05-17 dragon28added the includes directive
2002-05-16 dragon28installer now updated the apache conf file
2002-05-15 pateadded Mikes tests
2002-05-15 tipaulUpdate of systempreferences table structure and admin...
2002-05-14 tipaulDeletedbiblio updated (abstract field added)
2002-05-11 tipauladded indexes to aqorders SPEEEEEEEEEEEEEDs up in acqui...
2002-05-11 dragon28Cleaned out unwanted comments.
2002-05-11 dragon28Now will create koha.conf from scratch.
2002-05-10 tipaulTable optimisation : aqorders. SPEEEEEEEEEEEEEEEDs...
2002-05-10 dragon28Fixed a couple of typos.
2002-05-10 dragon28general cleanup, now tests for existance of koha.conf...
2002-05-09 dragon28Added testing for Perl and dependancies
2002-05-07 rangiCombined this with the old Changelog file, so it has...
2002-05-03 rangiInstallation documents
2002-04-30 rangiCommiting the uncrufted Database module into the stable...
2002-04-26 patemore markup of spots to look at
2002-04-26 paterestructured tests into a separate directory
2002-04-25 patefound a cleaner way to do &mkformnotable, and refactore...
2002-04-25 patecleaned out boilerplate and fixed some speeling erorz
2002-04-25 patestarted adding tests for C4::Format
2002-04-25 paterefactored &mkformnotable to use foreach and ifels...
2002-04-25 patemore tests, &mkformnotable has reasonable coverage now
2002-04-25 patefound (and fixed) an error in &mkformnotable while...
2002-04-25 patemore tests
2002-04-25 pateoops, forgot extra linefeeds in pod section
2002-04-25 pateadded a simple POD style comment to &bold to show how...
2002-04-25 pateadded recent updates
2002-04-25 patemore prototypes in Output.pm
2002-04-25 patemore tests in output.t and a cleanup for testKoha.pl
2002-04-25 patefixed an unitialized variable error in &mktablerow
2002-04-25 pateadding prototypes, and fixing compiler warnings
2002-04-25 patestarted building tests for C4::Output
2002-04-25 patequick fixup to tests
2002-04-25 pate*** empty log message ***
2002-04-25 pateadded fixEthnicity tests
2002-04-24 patetesting the branch
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...
next