Bug 29083: Update article requests-related Koha::Patron methods to use relationships
[koha.git] / Koha / Patron.pm
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...
2021-10-06 Kyle M HallBug 26352: Add plugin hooks to transform patron barcodes
2021-10-06 Tomas Cohen AraziBug 27945: Terminology: max daily => open requests...
2021-10-05 Tomas Cohen AraziBug 27945: Implement limits using circulation rules
2021-10-05 Tomas Cohen AraziBug 27945: Clarify 'same day' behavior
2021-10-05 Agustin MoyanoBug 27945: Add limit article request feature
2021-10-05 Agustin MoyanoBug 27944: Add "requested" stage in article request...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Jonathan DruartBug 11879: Remove primary_contact_method from REST API
2021-06-23 Martin RenvoizeBug 28581: Add 'from_email_address' method and use...
2021-06-14 Joonas KylmäläBug 28490: Revert "Bug 26995: Remove references to...
2021-05-10 Kyle M HallBug 26995: Remove references to relationship column
2021-04-30 Jonathan DruartBug 28217: Prevent several non-repeatable attributes...
2021-04-22 Tomas Cohen AraziBug 28157: Add Koha::Patron->can_log_into
2021-04-16 Nick ClemensBug 15986: (follow-up) Use inbound_email_address for...
2021-04-16 Martin RenvoizeBug 15986: (QA follow-up) Fix spelling mistake
2021-04-16 Martin RenvoizeBug 15986: (QA follow-up) Account for bugs 25333 and...
2021-04-16 Nick ClemensBug 15986: Rename send_notice to queue_notice and updat...
2021-04-16 Nick ClemensBug 15986: Add a script for sending hold waiting remind...
2021-04-12 Jonathan DruartBug 27857: Fix Pseudonymization.t
2021-04-09 Tomas Cohen AraziBug 27857: (follow-up) Use a more fine-grained exceptio...
2021-04-09 Tomas Cohen AraziBug 27857: Get the right column
2021-04-09 Martin RenvoizeBug 27857: Add handling for globally mandatory attributes
2021-04-09 Tomas Cohen AraziBug 27857: Make Koha::Patron->extended_attributes valid...
2021-03-01 Matthias MeusburgerBug 26937: Add an optional delay to the CheckPrevChecko...
2021-01-08 Fridolin SomersBug 26417: Remove warn in Koha::Patron is_valid_age
2020-11-10 Kyle M HallBug 26594: (QA follow-up) Make _UpdateBorrowerDebarment...
2020-11-10 Fridolin SomersBug 26594: Fix patrons merge problem with restrictions
2020-11-06 Kyle M HallBug 14708: (QA follow-up) Throw exception when deleting...
2020-11-06 Kyle M HallBug 14708: Don't allow merging of other patron records...
2020-11-06 Kyle M HallBug 14708: Don't allow merging of Anonymous Patron...
2020-11-06 Kyle M HallBug 14708: Prevent deletion of Anonymous Patron at...
2020-10-14 Kyle M HallBug 19382: (QA follow-up) Throw exception if only_this_...
2020-10-14 Kyle M HallBug 19382: Add ability to block guarantees based on...
2020-09-09 Agustin MoyanoBug 23816: Add minimum password length and require...
2020-09-03 Jonathan DruartBug 23634: Make is_superlibrarian return 1 or 0
2020-09-02 Martin RenvoizeBug 23634: Add is_superlibrarian method to Koha::Patron
2020-04-29 Jonathan DruartBug 23495: Fix if no sms provider defined
2020-04-29 Nick ClemensBug 23495: Add SMS provider to moremember.tt
2020-04-20 Jonathan DruartBug 13518: Delete patron's modifications along with...
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-24 Nick ClemensBug 24476: Rename autorenewal to autorenew_checkouts
2020-03-24 Nick ClemensBug 24476: API Updates
2020-03-23 Jonathan DruartBug 20443: Handle non existent attribute when importing...
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-23 Jonathan DruartBug 20443: Remove DeleteBorrowerAttribute
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributeValue to Koha:...
2020-03-06 Martin RenvoizeBug 24066: Add missing POD for has_permission
2020-03-06 Jonathan DruartBug 23384: Fix use statement order for ArticleRequest...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-01-23 Jonathan DruartBug 19809: Remove some new occurrences
2020-01-23 Tomas Cohen AraziBug 24459: Make ->to_api pass $params through
2020-01-10 Martin RenvoizeBug 14759: Replace Text::Unaccent with Unicode::Normalize
2020-01-08 Jonathan DruartBug 23893: Remove Overloaded method from Koha::Patron
2020-01-08 Tomas Cohen AraziBug 23893: (QA follow-up) Explicit date format
2020-01-08 Jonathan DruartBug 23893: No special care for booleans
2020-01-08 Tomas Cohen AraziBug 23893: Use in /patrons
2020-01-08 Jonathan DruartBug 24263: Replace borrowers.relationship with NULL...
2020-01-03 Jonathan DruartBug 21684: Adjust some tests
2019-12-10 Jonathan DruartBug 21761: Do not call $self->store in ->set_password
2019-10-31 Kyle M HallBug 14697: Add Koha::Patron->return_claims
2019-10-31 Martin RenvoizeBug 22706: (RM follow-up) Restore ability to create...
2019-10-31 Martin RenvoizeBug 22706: (RM follow-up) Remove use of Koha::Plugins...
2019-10-29 Martin RenvoizeBug 22706: (QA follow-up) Restore location of logaction
2019-10-29 Magnus EngerBug 22706: Add plugin hooks for Norwegian national...
2019-10-26 Nick ClemensBug 17168: (QA follow-up) Only remove guarantor relatio...
2019-10-26 Martin RenvoizeBug 17168: (RM follow-up) Update for bug 14570
2019-10-24 Martin RenvoizeBug 23049: Capitalise type passed to add_debit for...
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
next