Bug 2505 - Add commented use warnings where missing in *.pm
[koha.git] / C4 / Members.pm
2010-04-21 Donovan JonesBug 2505 - Add commented use warnings where missing...
2010-04-07 Galen Charltonfix POD for GetAllIssues
2010-04-07 Galen Charltonbug 4358: remove disused ReadingHistory syspref and...
2010-04-07 Nahuel ANGELINETTI(bug #4358) fix sql query in C4::Members::GetAllIssues
2010-04-07 Nahuel ANGELINETTI(MT #2920) fix reading record scripts
2010-03-17 Lars WirzeniusFix FSF address in directory C4/
2010-02-05 Galen Charltoncorrected POD for GetMember()
2010-02-05 Colin CampbellBug 4108 Catch cases when GetMember is generating errors
2010-02-03 Galen CharltonMerge commit 'workbuffer.org-koha/translation' into...
2010-01-28 Galen CharltonMerge commit 'biblibre/3.2_biblibre' into to-push
2010-01-28 Nahuel ANGELINETTI(MT823) add the possibility to have enrolment end date
2010-01-28 Nahuel ANGELINETTI[followup](bug #3667) don't delete if member is guarantor
2010-01-28 Nahuel ANGELINETTI[followup](bug #3667) fix dateexpiry filtering
2010-01-28 Nahuel ANGELINETTI[followup](bug #3667) cleaning borrowers fix
2010-01-28 Nahuel ANGELINETTI(bug #3667) fix borrowers cleanup
2010-01-27 Galen CharltonMerge commit 'pianohacker-koha/prefs-submit' into master
2009-12-02 Galen CharltonMerge commit 'koha-biblibre/master' into bl-acq
2009-11-06 Henri-Damien LAURENTenhancement C4::Members.pm Improving POD
2009-10-20 Henri-Damien LAURENT3.0.x: ce353e7 bug #3674 allow users creation with...
2009-09-30 Henri-Damien LAURENTUpgrading C4/Members in regards with C4/SQLHelper
2009-09-30 Henri-Damien LAURENTImproving and Bug Fixing Membersearch
2009-09-30 Henri-Damien LAURENTAdding More filters for member.pl page :
2009-09-30 Henri-Damien LAURENTRemoving finish from C4/Members.pm
2009-09-30 Henri-Damien LAURENTModifying Members : Add Mod and GetMember
2009-09-30 Henri-Damien LAURENTUpdateDataBase for smart-rules modification
2009-09-30 Galen CharltonMerge commit 'origin/master' into bl-sopac
2009-09-16 Colin CampbellNew Messaging System.
2009-09-06 Katrin FischerBug 3464: Added altcontactcountry and B_address2 to...
2009-08-23 Sébastien Hindererbug 3464: Takes columns country and B_country of table...
2009-07-22 Darrell UlmBug#: 3230 Penny fine, needs fixed, just a round off...
2009-06-24 Joe AtzbergerReturn amount for CREDITS, POD rework.
2009-06-24 Joe AtzbergerCleanup Members.pm - minor
2009-05-28 Paul Poulainfix for 2997 : superlibrarian's ability to edit item...
2009-05-01 Chris CormackAdding warnings, fixing a bug that meant the title...
2009-03-06 Joe AtzbergerBasic cleanup of fixup_cardnumber
2009-02-26 Andrew Elwellmore Minor documentation fixes
2009-02-12 Galen Charltonbug 2126: reduce round-off errors in fine balance
2009-01-08 Galen Charltonfollowup to patch for bug 2900
2009-01-08 Joe AtzbergerBug 2900: fix GetPendingIssues.
2008-12-29 Galen Charltonbug 2856 followup: remove unconditional warn
2008-12-29 Nahuel ANGELINETTI(bug #2856) Activate the duplicate patrons detection...
2008-12-02 Nahuel Angelinettibug #2757: change the opac login generation
2008-11-06 Joe AtzbergerSquash warnings by checking if $type is defined before...
2008-10-16 Michael HafenAdding a few columns to members/readingrec.pl
2008-10-06 Michael Hafenbug: query squashes issues.timestamp which circulation...
2008-09-09 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.
next