[followup] (bug #4051) fix default values
[koha.git] / C4 / Members.pm
2010-01-11 Paul Poulainbug fixing : Patron Search : IndependentBranches
2010-01-11 Nahuel ANGELINETTI[followup](bug #3667) don't delete if member is guarantor
2010-01-11 Nahuel ANGELINETTI[followup](bug #3667) fix dateexpiry filtering
2010-01-11 Nahuel ANGELINETTI[followup](bug #3667) cleaning borrowers fix
2009-10-01 Nahuel ANGELINETTI(bug #3674) allow users creation with disabled password
2009-09-25 Nahuel ANGELINETTI(bug #3667) fix borrowers cleanup
2009-09-16 Darrell UlmBug#: 3230 Penny fine, needs fixed, just a round off...
2009-09-16 Joe AtzbergerReturn amount for CREDITS, POD rework.
2009-09-16 Joe AtzbergerCleanup Members.pm - minor
2009-09-04 Galen Charltonbug 2856 followup: remove unconditional warn
2009-09-04 Nahuel ANGELINETTI(bug #2856) Activate the duplicate patrons detection...
2009-09-04 Chris CormackFixing up mess after conflict
2009-09-04 Michael Hafenbug: query squashes issues.timestamp which circulation...
2009-05-26 Chris CormackAdding warnings, fixing a bug that meant the title...
2009-05-26 Galen Charltonbug 2856 followup: remove unconditional warn
2009-03-06 Nahuel ANGELINETTI(bug #2929) permit to define "fine days" in issuing...
2009-03-06 Nahuel ANGELINETTI(bug #2856) Activate the duplicate patrons detection...
2009-03-04 Andrew ElwellMinor documentation updates.
2009-03-04 Galen Charltonbug 2126: reduce round-off errors in fine balance
2009-01-27 Joe AtzbergerBasic cleanup of fixup_cardnumber
2009-01-27 Galen Charltonfollowup to patch for bug 2900
2009-01-27 Joe AtzbergerBug 2900: fix GetPendingIssues.
2008-12-12 Nahuel Angelinetti(bug #2856) Activate the duplicate patrons detection...
2008-12-10 Nahuel Angelinettibug #2757: change the opac login generation
2008-11-12 Joe AtzbergerSquash warnings by checking if $type is defined before...
2008-11-12 Michael HafenAdding a few columns to members/readingrec.pl
2008-11-12 Michael Hafenbug: query squashes issues.timestamp which circulation...
2008-10-28 Danny Boumanbug2580: category name and home library will now correc...
2008-08-09 Joshua Ferraro2433: Cannot apply manual credits with an item number
2008-08-06 Joe AtzbergerPatron import reform - bug 2287 - expanded error catchi...
2008-07-30 Chris Nighswongerkohabug 2404 This patch removes Image::Magick and adds GD
2008-07-27 Jesse Weaverkohabug 2379 When a borrower is added manually in Koha...
2008-07-10 Andrew Moorebug 2284: ModMember can erase the dateofbirth field
2008-07-10 Andrew Moorebug 2274 [5/5]: removing some warnings
2008-07-10 Andrew MooreBug 2274 [3/5]: consolidating overdue notice cronjobs...
2008-06-25 Galen CharltonPOD fixes - C4/Members.pm
2008-06-12 Ryan HigginsFix upgrade-child: could not update child unless guaran...
2008-05-27 Andrew Mooreremoving warnings from C4::Members::GetMember
2008-05-16 Henri-Damien LAURENTBug Fixing : ModMember and memberentrygen.tmpl
2008-05-13 Galen Charltonpatron cleaning - do not delete staff borrowers
2008-05-13 Galen Charltonkohabug 1573 - properly count patrons to delete
2008-05-12 Henri-Damien LAURENTBug Fixing 1782 patch
2008-05-12 Galen CharltonC4::Members::SearchMember - support attributes
2008-05-11 Henri-Damien LAURENTAddressing bug 1782
2008-03-19 Galen Charltonuse bind variables in GetBorrowersWhoHaveNotBorrowedSin...
2008-03-19 Henri-Damien LAURENTAssigning bug 1835 : change password would never log...
2008-03-19 Henri-Damien LAURENTCleanBorrowers fixing.
2008-03-19 Galen Charltonrefactor C4::Log::logaction
2008-03-18 Chris NighswongerCorrecting Logging on ModMember function so that the...
2008-03-15 Galen Charltoncreated old_issues and old_reserves tables
2008-03-06 Chris NighswongerAdding Update/Delete functions to patron image manageme...
2008-02-23 Chris NighswongerFirst installment on moving patronimages into the database.
2008-02-11 Henri-Damien LAURENTDisplaying Sort Authorised values if linked to authoris...
2008-02-11 Henri-Damien LAURENTusing Warn and not print for debugging purpose
2008-02-08 Joe Atzberger (siptestMembers.pm - make sure we don't return empty refs ...
2008-02-03 Chris NighswongerMore fixes for patron images
2008-01-08 Joe AtzbergerMembers.pm - BEGIN block VERSION and vars related to...
2008-01-07 Chris CormackFix for bug 1730 fixing display for pay.pl
2008-01-05 Joshua Ferrarosynching deletedborrowers table with borrowers table
2007-12-31 Chris CormackFix for bug 1515
2007-12-27 Chris CormackFix for bug 1666
2007-12-27 Chris CormackBig bugfix for bug 1631
2007-12-26 Chris CormackFix for bug 1691
2007-12-21 Chris CormackFixing a problem that was causing double conversion...
2007-12-21 Joe AtzbergerMembers overhaul for Dates.pm - Stop double converts...
2007-12-21 Joe AtzbergerMembers.pm - checkuniquemember minor refactor and perld...
2007-12-14 Joe AtzbergerMembers.pm - dbh->{'mysql_insertid'} still needed,...
2007-12-14 Joe AtzbergerMembers.pm - Handle bad categorycode, Dates.pm - other...
2007-12-14 Paul POULAINadd registration fees on registration renewal if needed
2007-12-14 Paul POULAINMember enrolment fee fixed :
2007-12-14 Paul POULAINChanging some patron management rules (#1631)
2007-12-12 Ryan HigginsAdd 'Staff' category_type to new dropdown, add category...
2007-12-04 Joe AtzbergerMembers.pm - respond to $debug, some formatting and...
2007-12-04 Joe AtzbergerBig LDAP changes, module test for Context.pm, still...
2007-12-02 Chris CormackFix for bug 1575
2007-12-02 Ryan HigginsAdd Staff member type. Add permissions checks for bug...
2007-12-02 Ryan Higginsadding Staff Borrower to handle Bug 1269
2007-11-17 Joe AtzbergerMembers.pm: 1 stupid change (whitespace) and 1 real...
2007-10-20 Chris CormackChanging searchmember to do an exact search on cardnumb...
2007-10-19 Chris CormackPatch from Galen Charlton, removing $Id$ $Log$ and...
2007-10-18 Paul POULAINfines management (bugfixes & minor improvement)
2007-10-17 Henri-Damien LAURENTpatches for members and resultlists.
2007-10-16 Henri-Damien LAURENTBug Fixing : Memberentry was broken.
2007-10-10 Henri-Damien LAURENTParenthesis mistakenly removed.
2007-10-09 Henri-Damien LAURENTModifying ModMember so that if there were a flag parame...
2007-10-05 Paul POULAINAdding IndependantBranches Filter + adding some orderin...
2007-10-05 Paul POULAINRevert "Adding IndependantBranches Filter + adding...
2007-10-05 Joshua FerraroRevert "fix for bug 1468, but not sure if this is the...
2007-10-05 Joshua FerraroMerge branches 'master' and 'mymerges'
2007-10-05 Joshua Ferrarofix for bug 1468, but not sure if this is the best
2007-10-03 Paul POULAINAdding IndependantBranches Filter + adding some orderin...
2007-10-03 Paul POULAINRevert "Adding IndependantBranches Filter + adding...
2007-10-03 Paul POULAINAdding IndependantBranches Filter + adding some orderin...
2007-10-03 Henri-Damien LAURENTBUG FIXING : Using LEFT JOIN in replacement of implicit...
2007-10-02 Chris CormackFix for bug 1454
2007-10-02 Chris CormackFix for 1431, checking userid is unique
2007-10-01 Chris CormackFix for bug 1436, changing to use issuedate, not timest...
2007-09-30 Paul POULAINBug Fixing :
2007-09-28 Henri-Damien LAURENTBug Fixing, again password was not crypted.
2007-09-28 Henri-Damien LAURENTBug Fixing : crypting password before storing them...
next