Summary: | [Omnibus] Move stuff to the Koha namespace | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | m.de.rooy, mtj |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 16846, 17628, 17677, 17728, 18252, 18606, 21204, 23990, 31176, 37876, 12896, 13726, 14544, 14828, 14836, 14888, 14889, 15084, 15293, 15379, 15407, 15451, 15548, 15632, 15635, 15656, 15779, 15839, 17089, 17501, 17755, 17825, 18149, 18269, 19855, 20443, 20445, 21207, 22544, 28514 | ||
Bug Blocks: | 20052 |
Description
Jonathan Druart
2015-12-31 09:57:50 UTC
At the moment, there are: Bug 12896 - Move the bookseller-related code into its own module Bug 14544 - Move the list related code to Koha::Virtualshelves Bug 14828 - Move the item types related code to Koha::ItemTypes Bug 14836 - Move the patron categories related code to Koha::Patron::Categories - part 1 Bug 15407 - Move the patron categories related code to Koha::Patron::Categories - part 2 Bug 14888 - Move the cities related code to Koha::Cities Bug 14889 - Move the framework related code to Koha::BiblioFramework[s] Bug 15084 - Move the currency related code to Koha::Acquisition::Currenc[y|ies] Bug 15379 - Move the authority types related code to Koha::Authority::Type[s] Bug 15293 - Move the C4::Branch related code to Koha::Libraries Bug 15451 - Move the CSV related code to Koha::CsvProfile[s] Bug 10363 - Move authorised value related code into its own package Bug 13726 - Koha::Acquisition::Bookseller should use Koha::Object Bug 15548 - New patron related code should have been put to Patron instead of Borrower (Koha::Borrower* vs Koha::Patron*) Bug 15632 - Move the messages related code to Koha::Patron::Messages Bug 15635 - Move the patron images related code to Koha::Patron::Images Bug 15656 - Move the guarantor/guarantees code to Koha::Patron Bug 15839 - Move the reviews related code to Koha::Reviews Bug 16846 - Move patron related code to Koha::Patron (see dependent bugs). Bug 17089 - Move the star ratings related code to Koha::Ratings Bug 17599 - Move C4::Circulation::GetIssuingRule to Koha::IssuingRules->get_effective_issuing_rule Bug 17628 - Move bibliographic related code to Koha::Biblio Bug 13726 - Koha::Acquisition::Bookseller should use Koha::Object Bug 17501 will move parts from Koha::Upload to UploadedFile[s] Bug 17677 - Move C4::Circulation code to the Koha namespace Bug 17728 - Move C4::Reserves code to the Koha namespace Bug 17755 - Introduce Koha::Patron::Attribute::Type(s) Bug 18252 - Move C4::Items code to the Koha namespace Bug 18269 - Move field mappings related code to Koha::FieldMapping[s] Bug 19855 - Move the "alert" code to Koha::Subscription Bug 21204 - Move C4::Acquisition code to the Koha namespace Bug 21207 - C4::Overdues::GetItems is not used Bug 23990 - Move C4::Suggestions code to the Koha namespace Bug 37876 - Move C4::Serials code to the Koha namespace |