Bug 17628

Summary: Move bibliographic related code to Koha::Biblio
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: ASSIGNED --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer, victor
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18269
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 17629, 17631, 18255, 18256, 18259, 18260, 18262, 18276, 18277, 19940, 19943, 24430    
Bug Blocks: 15449    

Description Jonathan Druart 2016-11-15 11:07:14 UTC

    
Comment 1 Jonathan Druart 2017-03-13 16:43:06 UTC
Bug 17629 - Koha::Biblio - Remove ModBiblioframework

Bug 17631 - Koha::Biblio - Remove GetHolds

Bug 18255 - Koha::Biblio - Remove GetBiblioItemByBiblioNumber
Comment 2 Jonathan Druart 2017-03-13 17:39:47 UTC
Bug 18256 - Koha::Biblio - Remove GetItemsCount
Comment 3 Jonathan Druart 2017-03-13 18:32:56 UTC
Bug 18259 - Koha::Biblio - Remove GetSubscriptionsId
Comment 4 Jonathan Druart 2017-03-13 19:39:50 UTC
Bug 18260 - Koha::Biblio - Remove GetBiblio
Comment 5 Jonathan Druart 2017-03-13 20:55:56 UTC
Bug 18262 - Koha::Biblios - Remove GetBiblioData - part 1
Comment 6 Jonathan Druart 2017-03-15 19:09:14 UTC
Bug 18276 - Koha::Biblio - Remove GetBiblioFromItemNumber

Bug 18277 - Koha::Biblio - Remove GetBiblionumberFromItemnumber
Comment 7 Jonathan Druart 2018-01-09 17:00:35 UTC
Bug 19940 - Koha::Biblio - Remove GetBiblioItemInfosOf
Comment 8 Jonathan Druart 2018-01-09 18:37:35 UTC
Bug 19943 - Koha::Biblio - Remove GetBiblioItemData
Comment 9 Victor Grousset/tuxayo 2019-03-14 16:01:52 UTC
Hi. This can be closed right? Or is there still more bibliographic related code in the wild?
Comment 10 Jonathan Druart 2019-03-14 17:58:18 UTC
% git grep -c '^sub' C4/Biblio.pm
C4/Biblio.pm:63

Still a lot :)
Comment 11 Katrin Fischer 2020-01-11 16:33:52 UTC
All depending bugs have been closed by now, can we close this as well?
Comment 12 Jonathan Druart 2020-01-13 11:37:34 UTC
(In reply to Katrin Fischer from comment #11)
> All depending bugs have been closed by now, can we close this as well?

Same as previous comment, a lot is still missing.