quick fix to throw away searches with less than 3 characters in the search
[koha.git] / C4 /
2002-09-12 rangiquick fix to throw away searches with less than 3 chara...
2002-09-12 finlaytadded a gettemplate routine that does all the template...
2002-09-11 finlaytbugg fixes
2002-09-11 finlaytadded a themelanguage subroutine that searchs for templ...
2002-09-09 tonnesenBug that broke access flag checking when logging in...
2002-09-08 tonnesenFix for Auth.pm when using "super user" account from... R_1-2-3RC13
2002-09-06 tonnesenBug fix... user access flags were not getting set prope...
2002-09-03 tonnesenFixed typo.
2002-09-03 tonnesenreplaced > with >= and < with <= in date comparisons.
2002-09-03 tonnesenremoved hard coded budget date from sub bookfunds();
2002-08-19 rangiFix for item search
2002-08-16 rangiMerging across print.pm fixes bug 80
2002-08-16 tonnesenAdded missing $accessflagshash chunk to getpatroninform...
2002-08-15 rangiFix for itemissues, fetching the right dates for last...
2002-08-15 rangiMerging branchtransfers and lots of circulation fixes...
2002-08-14 tonnesenAdding copyright statements to all .pl and .pm files...
2002-07-27 tonnesenNew script for setting user flags. Link from member...
2002-07-27 tonnesenRemoved use C4::Koha line, which caused a looped depend...
2002-07-27 tonnesenBeginning flags based authentication. All of the membe...
2002-07-14 tonnesenUsed wrong environment variable for basic authenticatio...
2002-07-12 tonnesenI had Koha.pm using Database.pm and vice versa. Subrou...
2002-07-11 tonnesenMissed dependency on Koha.pm for new configfile routine
2002-07-11 tonnesenAdded authentication information to installer.pl, modif...
2002-07-11 tonnesenAdded info about the new authentication to koha.upgrade...
2002-07-11 tonnesenRemoved warning lines
2002-07-11 tonnesenCreated a subroutine for loading /etc/koha.conf setting...
2002-07-11 tonnesenCommitting changes to add authentication and opac templ... R_1-2-3RC5
2002-07-05 tonnesenFixed logic bug in checkvalidisbn routine
2002-07-03 tipaulmerging 1.2 and main branches. Mostly spaces and typo...
2002-07-03 tonnesenFixed error in checkvalidisbn.
2002-07-02 tonnesenFixed typo (extra closing bracket)
2002-07-02 tipaulMerge from 1.2 and main branches. Only cosmetic changes...
2002-06-29 amillarAllow DEFAULT as input to addz3950search.
2002-06-28 tonnesenmarcimport.pl will print an error message if it can...
2002-06-28 tonnesenz3950queue now listens for a -HUP signal before process...
2002-06-28 amillarFix broken logic on illustrator vs. add'l author
2002-06-28 tipaulmerging 1.2 and main. Only cosmetic
2002-06-28 tonnesenIntroduced an annoying bug that duplicated everything...
2002-06-27 tonnesenApplying patch from Matt Kraai to pick F or NF based...
2002-06-26 tonnesenFix to allow non-numeric barcodes.
2002-06-26 tonnesenuse warnings breaks on perl 5.005...
2002-06-26 tonnesenInserting some changes I made locally a while ago.
2002-06-26 tonnesenFixed bug where location wouldn't show up in search...
2002-06-26 amillarFix display of marc tag labels and indicators
2002-06-26 amillarMoved acqui.simple MARC handling to new module SimpleMa...
2002-06-26 amillarNew module for Z39.50 searching
2002-06-26 amillarNew subs to streamline biblio additions: addcompletebib...
2002-06-26 amillarSubroutine for pull-down list from key table
2002-06-24 tonnesenModification to date sprintf line fixes problem with...
2002-06-24 tonnesenRemoved "use warnings"
2002-06-24 tonnesenRemoved "use warnings;" as it does not work with perl...
2002-06-21 tonnesenUncommented "use CDK;" line
2002-06-20 tipaulbug fix : 2001=07-01 instead of 2001-07-01
2002-06-20 tonnesenMissed an exclamation point!!!
2002-06-20 tonnesenCosmetic changes. Now identical to copy in main.
2002-06-20 tonnesencosmetic
2002-06-20 tonnesenMust have been cosmetic changes...
2002-06-14 amillarSplit biblio functions in Acquisitions.pm out to new...
2002-06-14 amillarMove checkvalidisbn subroutine to Input.pm
2002-06-14 amillarParameter check routine for DBI handle
2002-06-09 amillarSync biblioitems fields between acqui, acqui.simple...
2002-05-31 amillarError handling in biblio and biblioitem addition
2002-05-29 amillarWeb site maintenance
2002-05-29 amillarfixes to catalog maint from mainline rel 1.8
2002-05-29 amillarFix biblioitems columns, minor bugfixes
2002-05-29 amillarModifications for new acqui.simple
2002-05-28 amillarDBI bound parameters
2002-05-28 amillarChange DBI execut on some queries to bound parameters...
2002-05-23 rangiRemoving hardcoded ethnicity and category lists.
2002-05-18 rangiFixing up a whole pile of warnings
2002-05-18 rangiShifting ethnicity into a table in the database. Making...
2002-04-30 rangiCommiting the uncrufted Database module into the stable...
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 paterefactored &mkformnotable to use foreach and ifels...
2002-04-25 patefound (and fixed) an error in &mkformnotable while...
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 patemore prototypes in Output.pm
2002-04-25 patefixed an unitialized variable error in &mktablerow
2002-04-25 pateadding prototypes, and fixing compiler warnings
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-17 patestarting to move ethnicity stuff out of programs and...
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-08 paterefactored slashifyDate function out of inline code...
2002-03-17 rangiDeals with lost book charges now
2002-03-13 finlaytAdded a transferbook subroutine that is called from...
2002-03-13 rangiTidy up, removing deprecated routines
2002-03-13 rangiGetting Iteminfo in Search to only display correct...
2002-03-13 rangiFix so that reserves are only showing for the biblioite...
2002-03-11 rangiFix for manual invoices
2002-02-26 rangiFixed apostrophe ' handling
2002-02-20 rangiMaking a "fix" to normal title search
next