Bug 22600: Add 'interface' to accountlines
[koha.git] / Koha / Patron.pm
2019-04-10 Martin RenvoizeBug 22600: Add 'interface' to accountlines
2019-03-28 Martin RenvoizeBug 22593: Fix bad ternaries after bug 22008
2019-03-28 Josef MoravecBug 12159: Fix getting extended patron attributes for...
2019-03-13 Martin RenvoizeBug 21756: (QA follow-up) Fix for 'Spurious text after...
2019-03-13 Martin RenvoizeBug 21756: Remove use of manualinvoice from Koha::Patron
2019-02-19 Martin RenvoizeBug 3820: (follow-up) Address lastseen log spamming
2019-02-19 Martin RenvoizeBug 3820: (follow-up) Clean up warnings
2019-02-19 Martin RenvoizeBug 3820: Add changes to MEMBERS MODIFY logaction
2019-02-15 Nick ClemensBug 22067: Return if no patron passed to can_see_patron...
2019-02-01 Jonathan DruartBug 21610: Remove specific changes we made previously
2019-01-25 Tomas Cohen AraziBug 21992: Remove unused Koha::Patron->update_password...
2019-01-25 Tomas Cohen AraziBug 22047: Fix opac/opac-passwd.pl call
2019-01-25 Tomas Cohen AraziBug 22047: Add 'skip_validation' param to Koha::Patron...
2019-01-08 Tomas Cohen AraziBug 22059: Fix exception params in Koha::Patron->set_pa...
2018-10-30 Jonathan DruartBug 21596: (follow-up) Handle updated_on part 2
2018-10-25 Jonathan DruartBug 21596: (follow-up) Handle updated_on
2018-10-25 Jonathan DruartBug 21596: Handle updated_on
2018-10-18 Jonathan DruartBug 21596: Handle empty string for lost when storing...
2018-10-18 Jonathan DruartBug 21596: Handle empty string for other attributes...
2018-10-18 Jonathan DruartBug 21596: Handle empty string for flags when storing...
2018-10-18 Jonathan DruartBug 21596: Handle empty string for date_renewed when...
2018-10-13 Tomas Cohen AraziBug 21178: (QA follow-up) whitespace characters fix
2018-10-13 Tomas Cohen AraziBug 21178: Add Koha::Patron::set_password
2018-08-30 Jonathan DruartBug 21068: Remove NorwegianPatronDB related code
2018-08-09 Nick ClemensBug 18635: Koha::Patron->guarantees() should return...
2018-07-31 Jonathan DruartBug 21133: Add missing use C4::Accounts statement in...
2018-07-30 Jonathan DruartBug 21087: Do not store the password in ->store for...
2018-07-30 Jonathan DruartBug 21087: Hash passwords in ->update_password
2018-07-18 Nick ClemensBug 20287: (RM follow-up) Add POD
2018-07-18 Tomas Cohen AraziBug 20287: (QA follow-up) Fix warning on undefined
2018-07-18 Jonathan DruartBug 20287: generate_userid now set the userid
2018-07-18 Jonathan DruartBug 20287: Fix test t/db_dependent/Members.t and preven...
2018-07-18 Jonathan DruartBug 20287: Move ModMember to Koha::Patron
2018-07-18 Jonathan DruartBug 20287: Add plain_text_password (& Remove AddMember_...
2018-07-18 Jonathan DruartBug 20287: Remove warning
2018-07-18 Jonathan DruartBug 20287: Move AddMember to Koha::Patron->store
2018-07-18 Jonathan DruartBug 20287: Move trim values to a method
2018-07-18 Jonathan DruartBug 20287: Move fixup_cardnumber
2018-04-20 Katrin FischerBug 20400: (follow-up) Several fixes from RM review
2018-04-20 Katrin FischerBug 20400: Add routing list tab in OPAC
2018-04-20 Kyle M HallBug 9302: Add aq tables to mapping
2018-04-20 Tomas Cohen AraziBug 9302: (QA follow-up) Consistency follow-up
2018-04-12 Jonathan DruartBug 19936: Reuse existing userid if none provided
2018-04-12 Jonathan DruartBug 19936: Remove warnings from tests
2018-04-12 Jonathan DruartBug 19936: Add the Koha::Patron->generate_userid method
2018-04-12 Jonathan DruartBug 19936: Add the Koha::Patron->has_valid_userid method
2018-04-03 Jonathan DruartBug 19935: Add Koha::Patron->pending_checkouts
2018-03-29 Jonathan DruartBug 16330: Remove unecessary Koha::Patron->store method
2018-03-29 Tomas Cohen AraziBug 16330: Remove validation code from Koha::Patron
2018-03-29 Benjamin RoksethBug 16330: Add routes to add, update and delete patrons
2018-02-18 Jonathan DruartBug 20145: Do not insert 0000-00-00 in patron tests...
2018-02-16 Jonathan DruartBug 18789: Add POD for is_adult and is_child
2018-02-16 Jonathan DruartBug 18789: (follow-up) Use Koha::Patron->image from...
2018-02-16 Jonathan DruartBug 18789: Add tests for is_adult and is_child
2018-02-12 Jonathan DruartBug 18403: Fix perlcritic on Koha::Patron
2018-02-12 Jonathan DruartBug 18403: rename Koha::Patron->can to has_permission
2018-02-12 Jonathan DruartBug 20133: Enable/disable the "Hide patron information...
2018-02-12 Kyle M HallBug 18403: Fix error triggered by subgroups being added...
2018-02-12 Jonathan DruartBug 18403: Add new method Koha::Patron->can_see_patrons...
2018-02-12 Jonathan DruartBug 18403: Refactor and add Koha::Patron->libraries_whe...
2018-02-12 Jonathan DruartBug 18403: Add new method Koha::Patron->can_see_patron_info
2018-01-02 Jonathan DruartBug 19304: Move C4::Members::GetNoticeEmailAddress...
2018-01-02 Jonathan DruartBug 19303: Move C4::Members::GetFirstValidEmailAddress...
2017-12-21 Jonathan DruartBug 19830: Add the Koha::Patron->old_checkouts method
2017-10-27 Kyle M HallBug 14919: (QA follow-up) Make script executable, fix...
2017-10-27 Josef MoravecBug 14919: Add Koha::Patron->old_holds subroutine
2017-09-19 Kyle M HallBug 6758: Add new patron column for date of renewal
2017-07-28 Alex BuckleyBug 18987 - Added Koha::Account package pragma to Patron.pm
2017-05-12 Jonathan DruartBug 18314: Resetting the password removes the lock
2017-05-12 Jonathan DruartBug 18314: Account lockout
2017-04-28 Kyle M HallBug 12461 [QA Followup]
2017-04-28 Kyle M HallBug 12461 - Add patron clubs feature
2017-02-27 Kyle M HallRevert "Bug 12461 - Add patron clubs feature"
2017-02-23 Kyle M HallBug 12461 - Add patron clubs feature
2017-02-17 Jonathan DruartBug 17933: Add test and return unless defined dob
2017-02-17 Dobrica PavlinusicBug 17933 - Internal software error when searching...
2017-02-14 Marcel de RooyBug 17935: Adjust some POD lines, fix a few typos
2017-02-07 Nick ClemensBug 17782 - Patron updated_on field should be set to...
2017-01-13 Jonathan DruartBug 17741: Use Koha::Patron->holds when deleting a...
2017-01-13 Jonathan DruartBug 17740: Add the Koha::Patron->holds method
2016-12-30 Marcel de RooyBug 17569: [QA Follow-up] Small changes
2016-12-28 Kyle M HallBug 17584 [QA Followup] - Rename Koha::Patron::get_chec...
2016-12-28 Jonathan DruartBug 17584: Add the Koha::Patron->get_checkouts method
2016-12-20 Jonathan DruartBug 17796: Move Koha::OldIssue[s] to Koha::Checkout[s]
2016-12-20 Jonathan DruartBug 17796: Replace Koha::Issue[s] with Koha::Checkout[s]
2016-12-16 Jonathan DruartBug 17585: Replace ->get_account_lines with ->account
2016-12-16 Jonathan DruartBug 17585: Add the Koha::Patron->get_account_lines...
2016-12-16 Jonathan DruartBug 17568: Add the Koha::Patron->library method
2016-12-16 Jonathan DruartBug 17557: Koha::Patrons - Move GetAge to ->set_age...
2016-12-02 Jonathan DruartBug 17580: Add the Koha::Patron->get_overdues method
2016-12-02 Marcel de RooyBug 17583: [QA Follow-up] Final polishing
2016-12-02 Jonathan DruartBug 17583: Make sure we are comparing 2 dates
2016-12-02 Jonathan DruartBug 17583: Fix tests
2016-12-02 Jonathan DruartBug 17583: Add the Koha::Patron->is_going_to_expired...
2016-11-15 Jonathan DruartBug 17579: Make sure we are testing the real life
2016-11-15 Jonathan DruartBug 17579: Add the Koha::Patron->is_expired
2016-11-15 Jonathan DruartBug 17555: Add Koha::Patron->category
2016-10-28 Josef MoravecBug 17443: Make possible to renew patron by later of...
2016-10-28 Jonathan DruartBug 16912: Koha::Patrons - Move AddEnrolmentFeeIfNeeded...
2016-10-26 Kyle M HallBug 14610 - Add and update modules
next