Summary: | Move C4::Members to the Koha namespace | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | ASSIGNED --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 11983, 19934, 12001, 12159, 16845, 16847, 16849, 16850, 16851, 16852, 16853, 16889, 16891, 16907, 16908, 16909, 16911, 16912, 16913, 16966, 17553, 17554, 17556, 17557, 17569, 17578, 17588, 17824, 17829, 19303, 19304, 19933, 19935, 19936, 20287, 33940, 33947, 37844, 37845 | ||
Bug Blocks: | 15449 |
Description
Jonathan Druart
2016-07-04 14:12:45 UTC
Bug 16849 - Move IsDebarred to Koha::Patron->is_debarred Bug 16851 - Move HasOverdues to Koha::Patron->has_overdues Bug 16852 - Remove C4::Members::GetBorrowerCategorycode Bug 16853 - Move changepassword to Koha::Patron->update_password Bug 16889 - Move the ::columns subroutines to Koha::Objects->columns Bug 16891 - Move MoveMemberToDeleted to Koha::Patron->move_to_deleted Bug 16907 - Move DelMember and HandleDelBorrower to Koha::Patron Bug 16908 - Koha::Patrons - Remove GetSortDetails Bug 16909 - Koha::Patrons - Remove checkuniquemember Bug 16911 - Koha::Patrons - Move ExtendMemberSubscriptionTo to ->extend_subscription Bug 16912 - Koha::Patrons - Move AddEnrolmentFeeIfNeeded to add_enrolment_fee_if_needed Bug 16913 - C4::Members::GetBorrowersNamesAndLatest is not used Bug 16966 - Koha::Patrons - Move GetBorrowersWithIssuesHistoryOlderThan to search_patrons_to_anonymise Bug 17553 - Move GetOverduesForPatron to Koha::Patron Bug 17554 - Move GetBorrowersWithEmail to Koha::Patron Bug 17556 - Move GetHideLostItemsPreference to Koha::Patron Bug 17557 - Move GetAge to Koha::Patron->get_age (and remove SetAge) Bug 17569 - Move GetUpcomingMembershipExpires to Koha::Patrons Bug 17578 - Replace GetMemberDetails with GetMember Bug 17588 - Move GetMemberIssuesAndFines to Koha::Patron Bug 17824 - Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed Bug 17829 - Move GetMember to Koha::Patron Bug 19303 - Move C4::Members::GetFirstValidEmailAddress to Koha::Patron->first_valid_email_address Bug 19304 - Move C4::Members::GetNoticeEmailAddress to Koha::Patron->notice_email_address Bug 19933 - Move C4::Members::patronflags to the Koha namespace - part 1 Bug 19934 - Move C4::Members::patronflags to the Koha namespace - part 2 Bug 19935 - Move C4::Members::GetPendingIssues to the Koha namespace Bug 19936 - Move Check_userid and Generate_Userid to Koha::Patron Bug 12001 - GetMemberAccountRecords slows down display of patron details and checkout pages Will remove GetMemberAccountRecords and GetMemberAccountBalance Bug 20287 - Move AddMember and ModMember to Koha::Patron Bug 33940 - Move get_cardnumber_length and checkcardnumber to Koha Bug 33947 - Move GetAllIssues to Koha Bug 37844 - Remove C4::Members::DeleteUnverifiedOpacRegistrations Bug 37845 - Remove C4::Members::DeleteExpiredOpacRegistrations |