http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6875 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5501|0 |1 is obsolete| | Attachment #5503|0 |1 is obsolete| | Attachment #5505|0 |1 is obsolete| | Attachment #5511|0 |1 is obsolete| | Attachment #7360|0 |1 is obsolete| | Attachment #7361|0 |1 is obsolete| | Attachment #7362|0 |1 is obsolete| | Attachment #7363|0 |1 is obsolete| | Attachment #7364|0 |1 is obsolete| | Attachment #7365|0 |1 is obsolete| | Attachment #7652|0 |1 is obsolete| | --- Comment #54 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-15 14:45:25 UTC --- Created attachment 7654 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7654 Bug 6875 de nesting C4::Biblio C4::Biblio is used in many many places. The goal of this cleaning is to do from C4::Biblio a package with as many dependancies as possible. * C4::Heading is called only in 1 place, highly rarely used (only in 1 misc/link_bibs_to_authorities.pl), moving to require * PrepareItemrecordDisplay is a sub that is more related to Items, moving it here. It means some scripts that used this sub must be checked against use C4::Items * C4::Items is needed in EmbedItemsInMarcBiblio, moving it only in this sub, and switching to require * 2 subs are totally useless z3950_extended_services and set_service_options, removing them -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.