really proud of this commit :-)
[koha.git] / C4 / Search.pm
2003-04-29 tipaulreally proud of this commit :-)
2003-04-01 tipaulsmall fix to avoid empty list when itemtypes does'nt...
2003-03-19 tipaulfix for bug #54
2003-03-07 tipaul* moving generic functions to Koha.pm
2003-03-03 tipaulmigrating to prepare (?) execute($var) structure
2003-02-27 tipaul* moving prepare / execute to ? form.
2003-02-21 wolfpac444Fixed the subject search.
2003-02-04 acliReverted to using s/// instead of quotemeta for title...
2003-02-03 acliMinor code cleanup
2003-02-02 acliDistinguish between On Loan, Item Lost, and Withdrawn...
2003-01-28 tipaulbugfix #168 + "breedingsearch" sub added+ "isbnsearch...
2003-01-25 acliUse ? for an SQL query to prevent SQL syntax errors
2002-11-19 tipaulroad to 1.3.2
2002-10-16 arensbUpdated a FIXME comment.
2002-10-13 arensbReplaced expressions of the form "$x = $x <op> $y"...
2002-10-13 arensbAdded some FIXME comments.
2002-10-12 arensbGot rid of the dependency on Set::Scalar. Yay! One...
2002-10-11 arensbAdded a FIXME comment.
2002-10-11 arensbRemoved &systemprefs. It is no longer used.
2002-10-10 arensbMade code a bit more Perl-ish.
2002-10-10 arensbFixed a few problems with POD.
2002-10-05 arensbFixed some bogosity.
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-10-03 finlaytAdded a field to the barcodes sql search, now it return...
2002-09-22 arensbAdded some FIXME comments.
2002-09-22 arensbRemoved trailing spaces, especially those interfering...
2002-09-20 pateadding POD from Andres Arensburger
2002-09-19 finlaytFixed the ordering of bibitems displayed in the request...
2002-08-22 finlaytFixed up the display of bibitems, implemented some...
2002-08-15 rangiFix for last borrower for the moredetail.pl page
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-07-31 finlaytChanged the ItemInfo method. if an items "itemlost...
2002-07-11 tonnesenCleaned up contents of location information
2002-06-28 tipaulmerging 1-2 and main.
2002-06-06 finlaytfixed bug bugzilla.katipo.co.nz/show_bug.cgi?id=1284
2002-05-21 rangiSome minor changes to get detail.pl and moredetail...
2002-05-14 rangiMade a wrapper function catalogsearch
2002-05-13 tonnesenCalculate itemcount in Search.pm if using new template...
2002-05-12 truth_nzChanges to allow modifications to the website biblioitems
2002-05-12 truth_nzNew files, and changes to add associated webstes to...
2002-05-11 rangiStarting Makefile.PL and starting work on pod inside...
2002-05-09 truth_nzUpdate to catalogue to allow change of biblio abstracts.
2002-05-07 rangiMaking the CatSearch and KeywordSearch return more...
2002-05-06 rangiRemoving keywordsearch2 (no longer used)
2002-05-02 finlaytmoredetail.pl presents circulation information taken...
2002-04-10 rangiFixing the subject search i broke ;)
2002-04-10 rangiWorking on a fix to speed up title and author searches
2002-03-13 rangiTidy up, removing deprecated routines
2002-03-13 rangiGetting Iteminfo in Search to only display correct...
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...
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 rangiAdded a findguarantor routine to search for the guarant...
2001-11-25 rangiAuthor combined with Title search was not searching...
2001-11-23 rangiAdding the facility to search on just dewey and class
2001-10-05 tonnesenChanged search interface to allow searches on Illustrat...
2001-09-10 rangiFixing a glitch that was showing the biblio notes field...
2001-06-20 rangiMade a little change to allow the reading record to...
2001-02-05 tonnesenloadmodules.pl allows redirection to different modules...
2000-12-19 rangiInitial revision