Bug 35086: Add chunk_size option to elasticsearch configuration
[koha.git] / Koha / Patron.pm
2023-11-10 Kyle M HallBug 12133: (QA follow-up) Tidy for qa script
2023-11-10 Emmi TakkinenBug 12133: Add requirements for guarantor and guarantee
2023-11-09 Marcel de RooyBug 21431: Add action parameter to set_password
2023-11-01 Tomas Cohen AraziBug 32730: Add FIXME in POD to highlight return value
2023-11-01 Michael HafenBug 32730: Add Patron Lists tab to patron details and...
2023-11-01 Magnus EngerBug 26170: Add protected status for patrons
2023-10-27 Martin RenvoizeBug 29523: Add redaction for inaccessible objects
2023-10-27 Martin RenvoizeBug 29523: Remove the FIXME
2023-10-27 Martin RenvoizeBug 29523: Cache the restricted branches list
2023-10-27 Martin RenvoizeBug 29523: Pass the logged user around and use for...
2023-10-27 Tomas Cohen AraziBug 29523: Make Koha::Object->to_api respect accessibility
2023-10-25 Marcel de RooyBug 31503: Make opac-patron-consent more generic
2023-10-24 Marcel de RooyBug 35001: Simplify ->is_active in light of activity...
2023-10-24 Marcel de RooyBug 15504: (QA follow-up) Final changes
2023-10-24 Martin RenvoizeBug 15504: Remove PatronLastActivity preference
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Rename cache key
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Migrate to one clear method
2023-10-11 Nick ClemensBug 28130: (QA follow-up) Tidy
2023-10-11 Nick ClemensBug 28130: (QA follow-up) Use schema result to fetch...
2023-10-11 Aleisha AmohiaBug 28130: Manage a patron's subscription alerts
2023-10-10 Hammat WeleBug 12532: (follow-up) Send email to guarantor using...
2023-10-10 Martin RenvoizeBug 12532: (QA follow-up) Clean up notice_email_address
2023-10-10 Hammat WeleBug 12532: Send email to guarantee and guarantor
2023-10-04 Marcel de RooyBug 33245: Introduce patron->is_active
2023-10-03 Katrin FischerBug 29145: Perltidy files and added code
2023-10-03 Kyle M HallBug 29145: (QA follow-up) Use objects instead of straig...
2023-10-03 Kyle M HallBug 29145: (QA follow-up) Rename has_debarring_overdues...
2023-10-03 David GustafssonBug 29145: (QA follow-up) Add missing POD and don't...
2023-10-03 David GustafssonBug 29145: Fix conditions for patron debarring overdues
2023-10-03 David GustafssonBug 29145: Add tests and modify sysprefs
2023-10-03 Stefan BerndtssonBug 29145: use overdues restrict delays when removing...
2023-09-12 Lari TaskulaBug 17499: (follow-up) Add $patron->messaging_preferenc...
2023-09-12 Lari TaskulaBug 17499: (follow-up) Rename to Koha::Patron::MessageP...
2023-09-12 Lari TaskulaBug 17499: Add Koha-objects for messaging preferences
2023-09-12 Kyle M HallBug 34731: Don't call SendQueuedMessages if message_id...
2023-07-24 emlamBug 34280: (QA follow-up) perltidy
2023-07-24 Matt BlenkinsopBug 34280: Fix warning in logs when saving patron details
2023-05-18 Martin RenvoizeBug 29046: Use EmailFieldPrecedence in first_valid_emai...
2023-05-15 Alex BuckleyBug 30418: Add ability for permitted staff to edit...
2023-05-10 Marcel de RooyBug 33671: Update POD, remove unneeded check in relatio...
2023-05-09 David CookBug 32232: Ignore DST when calculating patron age
2023-04-14 Jonathan DruartBug 33229: Remove unecessary txn
2023-04-14 Nick ClemensBug 33229: Clear patron reading history when privacy...
2023-04-14 Martin RenvoizeBug 33192: Update all occurrences of AutoEmailPrimaryAd...
2023-03-27 Kyle M HallBug 32426: (follow-up) Use more acurate term 'internal...
2023-03-27 Marcel de RooyBug 32426: Throw InvalidUserid exception in Patron...
2023-03-27 Marcel de RooyBug 32426: Patron::generate_userid - add plugin hook
2023-03-17 Kyle HallBug 33070: Remove use of can_edit_items
2023-02-22 Tomas Cohen AraziBug 31051: (QA follow-up) Use a single query and avoid...
2023-02-22 Aleisha AmohiaBug 31051: (follow-up) Tests for get_savings and more
2023-02-22 Aleisha AmohiaBug 31051: Show patron savings on the OPAC
2023-02-02 Kyle M HallBug 20256: Add new methods for checking item editing...
2023-02-02 Kyle M HallBug 20256: Refactor subs for rights to view patrons...
2023-01-31 Tomas Cohen AraziBug 31095: DBIC additions and relation name tweak
2023-01-31 Martin RenvoizeBug 31095: Add restrictions accessor to Koha::Patron
2022-10-03 Martin RenvoizeBug 25936: Add option to send password change notices
2022-09-23 Alex BuckleyBug 23538: Email library when new patron self-registers
2022-07-29 Jonathan DruartBug 30650: Add link from the circ patron page
2022-07-20 Tomas Cohen AraziBug 30933: Add lists methods for disowning
2022-07-20 Marcel de RooyBug 30933: Change for patron->delete
2022-07-19 Martin RenvoizeBug 11889: (QA follow-up) Spelling
2022-07-19 Marcel de RooyBug 11889: (follow-up) Get rid of FIXME in Koha::Patron
2022-07-19 Marcel de RooyBug 11889: (QA follow-up) Changes for wantarray move...
2022-07-19 Aleisha AmohiaBug 11889: (follow-up) Tests and new get_shared_shelves
2022-07-19 Marcel de RooyBug 11889: (follow-up) Remove share if you are the...
2022-07-19 Aleisha AmohiaBug 11889: Disown a list upon deletion of owner
2022-06-24 Nick ClemensBug 31005: Don't inlcude attributes only required for...
2022-06-23 Tomas Cohen AraziBug 12446: (QA follow-up) Rename canbeguarantee =>...
2022-06-23 Maryse SimardBug 12446: Ability to allow guarantor relationship...
2022-06-14 Jonathan DruartBug 30420: Rename Koha::Patron->get_overdues with ...
2022-05-06 Tomas Cohen AraziBug 29924: (QA follow-up) Remove password_expiration_da...
2022-05-06 Nick ClemensBug 29924: Unit tests
2022-05-06 Nick ClemensBug 29924: Add password expiration feature
2022-05-05 Aleisha AmohiaBug 30291: Changes to controller scripts
2022-05-04 Martin RenvoizeBug 28998: (QA follow-up) POD Fix
2022-05-04 Marcel de RooyBug 28998: (follow-up) Add Patron->encode_secret and...
2022-04-25 Tomas Cohen AraziBug 30534: Remove guarantor_id attribute from the patro...
2022-04-21 Jonathan DruartBug 28786: Don't set auth_method to NULL in ->anonymize
2022-04-21 Jonathan DruartBug 28786: Don't expose secret and auth_method to the...
2022-04-12 Alex BuckleyBug 26346: Add option to make public lists editable...
2022-04-08 Jonathan DruartBug 29059: Keep non-repeatable attribute from patron...
2022-04-08 Kyle HallBug 30076: Add ability to check patron messaging prefer...
2022-04-04 Jonathan DruartBug 30063: Overdues count
2022-03-22 Tomas Cohen AraziBug 30061: Make Koha::Patron->get_age use DateTime...
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) More use of system preference
2022-03-15 Tomas Cohen AraziBug 19532: (QA follow-up) Simplify resultset accessors
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-02-10 Jonathan DruartBug 29230: Add Koha::Patron->messages
2022-02-10 Tomas Cohen AraziBug 29844: Simplify Koha::Clubs->get_enrollable
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-10 Tomas Cohen AraziBug 29844: Fix t/db_dependent/Koha/*
2022-01-28 Tomas Cohen AraziBug 27946: Article request fee methods in Koha::Patron
2022-01-05 Tomas Cohen AraziBug 29765: Make Koha::Patron->safe_to_delete use Koha...
2022-01-05 Tomas Cohen AraziBug 29741: Add Koha::Patron->safe_to_delete
2021-11-03 Kyle M HallBug 28973: Improve Koha::Patron::can_see_patron_infos...
2021-10-18 Kyle M HallBug 28211: Replace use of call_recursive() with call()
2021-10-07 Tomas Cohen AraziBug 29083: Update article requests-related Koha::Patron...
2021-10-06 Kyle M HallBug 26352: Switch from using call() to call_recursive()
2021-10-06 Martin RenvoizeBug 26352: (QA follow-up) Add additional tests
2021-10-06 Kyle M HallBug 26352: Replace call to barcode_generate with call...
next