Bug 23104: Add tests for maxonsiteissueqty
[koha.git] / Koha / Patron /
2019-05-14 Jonathan DruartBug 11853: Allow to clear the date of birth at the...
2019-04-24 Martin RenvoizeBug 22694: Add Koha::Patron::Category->override_hidden_...
2019-04-12 Tomas Cohen AraziBug 10796: Add Koha::Patron::Category->effective_change...
2019-04-12 Tomas Cohen AraziBug 21890: Add Koha::Patron::Category->effective_reset_...
2019-03-28 Marcel de RooyBug 12159: (QA follow-up) Rename relation in Patron...
2019-03-28 Josef MoravecBug 12159: Fix getting extended patron attributes for...
2018-09-20 Marcel de RooyBug 20819: Add Koha object classes for patron consents
2018-07-31 Jonathan DruartBug 21134: Correctly throw the exception in Koha::Patro...
2018-07-13 Charles FarmerBug 21025: Add GetPreparedLetter to Koha::Patron::Discharge
2018-06-22 Fridolin SomersBug 20951: add missing use Koha::Patron::Debarments...
2018-04-03 Jonathan DruartBug 19935: Use ->checkouts when ->pending_checkouts...
2018-04-03 Jonathan DruartBug 19935: Replace GetPendingIssues - Discharges
2018-03-19 Mark TompsettBug 18570: Send Password Reset Emails immediately
2018-02-12 Jonathan DruartBug 18403: Deal with the DB user
2018-02-12 Jonathan DruartBug 18403: Patron discharges
2018-02-12 Jonathan DruartBug 18403: Patron modification requests
2017-09-12 Jonathan DruartBug 19059: Move C4::Reserves::CancelReserve to Koha...
2017-08-08 Jonathan DruartBug 17699: Use limit as end_of_month
2017-08-08 Jonathan DruartBug 18851: Database handler must not be created at...
2017-07-13 Jonathan DruartBug 18775: Use Koha::Patron->library instead of Koha...
2017-07-13 David KuhnBug 18775 - The "Password Reset" notice should use...
2017-07-05 Jonathan DruartBug 17738: Replace GetReservesFromBorrowernumber with...
2017-05-09 Jonathan DruartBug 17762: Send lang to GetPreparedLetter
2017-04-28 Jonathan DruartBug 18461: (bug 13757 follow-up) Do not mix decode_json...
2017-03-31 Jonathan DruartBug 17828: return $self to be consistent
2017-03-31 Jonathan DruartBug 17828: Use Koha::Patron::Attributes instead of...
2017-03-31 Tomas Cohen AraziBug 17828: (QA followup) Add ->type and reuse it
2017-03-31 Tomas Cohen AraziBug 17828: Overload Koha::Patron::Attribute->store...
2017-03-24 Tomas Cohen AraziBug 13757: Attribute with value 0 should be stored
2017-03-24 Tomas Cohen AraziBug 13757: Make K::P::Modifications->pending return...
2017-03-24 Tomas Cohen AraziBug 13757: Make Koha::Patron::Modification->store del...
2017-03-24 Tomas Cohen AraziBug 13757: (followup) Only touch opac_editable attributes
2017-03-24 Tomas Cohen AraziBug 17792: Add opac_editable and opac_display methods
2017-03-24 Tomas Cohen AraziBug 17792: Introduce Koha::Patron::Attribute(s)
2017-03-24 Tomas Cohen AraziBug 17755: (followup) Override ->search to allow filter...
2017-03-24 Tomas Cohen AraziBug 17755: Introduce Koha::Patron::Attribute::Type(s)
2017-02-17 Liz ReaBug 18025 - Expired password recovery links cause sql...
2017-01-19 Magnus EngerBug 17924 - Fix error in password recovery
2016-12-28 Tomas Cohen AraziBug 17767: Make Koha::Patron::Modification handle exten...
2016-12-28 Jonathan DruartBug 14637: Fix add patron category under MySQL 5.7
2016-11-15 Jonathan DruartBug 17604: GetMemberDetails - Add Koha::Patron::Categor...
2016-11-12 Josef MoravecBug 17558: Fix adding manager id to patron messages...
2016-11-04 Tomas Cohen AraziBug 17494: (QA followup) Fix exception name
2016-11-04 Kyle M HallBug 17494: Prevent duplicate tokens from getting stored
2016-10-28 Josef MoravecBug 17397: Show name of librarian who created circulati...
2016-10-21 Alex SassmannshausenBug 5670: [QA Followup] Create HouseboundRole objects.
2016-10-21 Alex SassmannshausenBug 5670: [Followup] Return Koha::Patron objects.
2016-10-21 A. SassmannshausenBug 5670: Housebound Readers Module
2016-10-21 Jonathan DruartBug 17080: categories.checkprevcheckout - use the defau...
2016-09-09 Jonathan DruartBug 16911: ->get_expiry_date accepts strings
2016-09-09 Jonathan DruartBug 16911: Koha::Patron::Categories - Move GetExpiryDat...
2016-09-08 Jonathan DruartBug 15407: Koha::Patron::Categories - replace GetborCat...
2016-09-08 Jonathan DruartBug 15407: Koha::Patron::Categories - replace C4::Categ...
2016-08-22 Jonathan DruartBug 16960: Update 1 missing occurrence of GetModifications
2016-08-22 Kyle M HallBug 16960 - Patron::Modifications should be fixed
2016-08-10 Jonathan DruartBug 17069: Koha::Patron::Category->store must default...
2016-07-15 Jonathan DruartBug 16849: Move IsDebarred to Koha::Patron->is_debarred
2016-07-08 Kyle M HallBug 14757 [QA Followup] - Don't overload new for Modifi...
2016-07-08 Kyle M HallBug 14757 - Allow the use of Template Toolkit syntax...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove empty BEGIN block
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove use vars qw();
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove comments
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2016-03-22 charlesBug 15585 - Move C4::Passwordrecovery to the new namesp...
2016-03-04 Jonathan DruartBug 15635: Change method type to _type for bug 15446
2016-03-04 Jonathan DruartBug 15635: Koha::Patron::Images - Add new classes
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-03-03 Kyle M Hall Bug 15632 [QA Followup] - Change method type to _type...
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Be sure add and...
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Add new classes
2016-02-12 Jonathan DruartBug 15446: Rename Koha::Object[s]->type with _type
2015-11-05 Jonathan DruartBug 14836: Move Koha::PatronCategor* to Koha::Patron...