Bug 17628 - Move bibliographic related code to Koha::Biblio
Summary: Move bibliographic related code to Koha::Biblio
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 17629 17631 18255 18256 18259 18260 18262 18276 18277 19940 19943 24430
Blocks: 15449
  Show dependency treegraph
 
Reported: 2016-11-15 11:07 UTC by Jonathan Druart
Modified: 2020-01-15 19:32 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.