Bug 23843: Add mapping to Koha::Patron
[koha.git] / Koha / Patron.pm
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Patron
2019-10-01 Kyle M HallBug 23688: System preference uppercasesurnames broken...
2019-09-13 Martin RenvoizeBug 6759: Split account creation and renewal charges
2019-09-06 Jonathan DruartBug 23079: Handle invalid timezones when adding/subtrac...
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-08-13 Josef MoravecBug 16284: Use new method to determine serials in check...
2019-08-13 Josef MoravecBug 16284: Check only item for previous checkout if...
2019-08-08 Martin RenvoizeBug 22741: Make updated_on timezone aware in Koha:...
2019-07-15 EmmiBug 23219: Cancel patrons holds when patron delete
2019-07-05 Mark TompsettBug 23199: (follow-up) Fix tab/space issues
2019-07-05 Arthur SuzukiBug 23199: Koha::Patron->store must check 'uppercasesur...
2019-07-01 Martin RenvoizeBug 17492: (RM follow-up) Use more specific method...
2019-07-01 Radek ŠimanBug 17492: Add a warning about age being of-limits...
2019-05-09 Marcel de RooyBug 21535: Anonymize function in Patron should not...
2019-04-25 Tomas Cohen AraziBug 22729: Adapt Koha::Patron(s) and tests
2019-04-17 Marcel de RooyBug 21336: (follow-up) Handle strict SQL mode in _anony...
2019-04-17 Marcel de RooyBug 21336: Search, lock and anonymize methods
2019-04-17 Marcel de RooyBug 21336: Introduce administrative lockout
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...
next