[Bug 15779] New: Remove unnecessary parts of C4::Koha
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Bug ID: 15779 Summary: Remove unnecessary parts of C4::Koha Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart@bugs.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org Some subroutines of C4::Koha has been put there because of a lack of other good places or of anticipation. It is used as a catch-all module and a lot of its subroutines can be moved somewhere else. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |15449 Depends on| |15769 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15449 [Bug 15449] Move stuffs to the Koha namespace https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15769 [Bug 15769] C4::Koha::slashifyDate is outdated -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15783 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15783 [Bug 15783] C4::Koha::AddAuthorisedValue can be replaced with Koha::AuthorisedValue->new->store -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15796 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15796 [Bug 15796] C4::Koha - get_itemtypeinfos_of and get_infos_of are not used anymore -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15797 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15797 [Bug 15797] C4::Koha::GetKohaImageurlFromAuthorisedValues is no longer in use -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15798 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15798 [Bug 15798] C4::Koha::displayServers is no longer in use -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15799 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799 [Bug 15799] move authorised value related code into Koha::AuthorisedValues - part 2 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|15797 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15797 [Bug 15797] C4::Koha::GetKohaImageurlFromAuthorisedValues is no longer in use -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15801 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |5404 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5404 [Bug 5404] C4::Koha::subfield_is_koha_internal_p no longer serves a purpose -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17099 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17099 [Bug 17099] GetSupportName and GetSupportList from C4/Koha.pm are no longer in used -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17627 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Bug 15799 - Move authorised values related code into Koha::AuthorisedValues - part 2 Bug 15801 - Move the framework related code to Koha::BiblioFramework[s] - part 2 Bug 17099 - GetSupportName and GetSupportList from C4/Koha.pm are no longer used Bug 5404 - C4::Koha::subfield_is_koha_internal_p no longer serves a purpose Bug 15769 - C4::Koha::slashifyDate is outdated Bug 15783 - C4::Koha::AddAuthorisedValue can be replaced with Koha::AuthorisedValue->new->store Bug 15796 - C4::Koha - get_itemtypeinfos_of is not used anymore Bug 15798 - C4::Koha::displayServers is no longer in use Bug 17627 - Move C4::Koha::GetItemTypesByCategory to Koha::ItemTypes Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17627 [Bug 17627] Move C4::Koha::GetItemTypesByCategory to Koha::ItemTypes -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17835 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Bug 17835 - Move C4::Koha::GetItemTypes to Koha::ItemTypes Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17835 [Bug 17835] Move C4::Koha::GetItemTypes to Koha::ItemTypes -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17843 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Bug 17843 - Move C4::Koha::getitemtypeinfo to Koha::ItemTypes Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17843 [Bug 17843] Move C4::Koha::getitemtypeinfo to Koha::ItemTypes -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17845 --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Bug 17845 - Remove printer related code (Not valid?) Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17845 [Bug 17845] Remove printer related code -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17844 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Bug 17844 - Move C4::Koha::get_notforloan_label_of to Koha::AuthorisedValues Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17844 [Bug 17844] Move C4::Koha::get_notforloan_label_of to Koha::AuthorisedValues -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17847 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Bug 17847 - Move C4::Koha::GetAuthvalueDropbox to Koha::AuthorisedValues Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17847 [Bug 17847] Move C4::Koha::GetAuthvalueDropbox to Koha::AuthorisedValues -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Bug 15779 depends on bug 17627, which changed state. Bug 17627 Summary: Move C4::Koha::GetItemTypesByCategory to Koha::ItemTypes https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17627 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Bug 15779 depends on bug 17844, which changed state. Bug 17844 Summary: Move C4::Koha::get_notforloan_label_of to Koha::AuthorisedValues https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17844 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Bug 15779 depends on bug 17847, which changed state. Bug 17847 Summary: Move C4::Koha::GetAuthvalueDropbox to Koha::AuthorisedValues https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17847 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Bug 15779 depends on bug 17835, which changed state. Bug 17835 Summary: Move C4::Koha::GetItemTypes to Koha::ItemTypes https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17835 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Bug 15779 depends on bug 17843, which changed state. Bug 17843 Summary: Move C4::Koha::getitemtypeinfo to Koha::ItemTypes https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17843 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Bug 15779 depends on bug 15799, which changed state. Bug 15799 Summary: Move authorised values related code into Koha::AuthorisedValues - part 2 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15779 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- All dependent bugs have been closed - yay :) -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org