Code cleaning :
authortipaul <tipaul>
Thu, 29 Mar 2007 13:30:31 +0000 (13:30 +0000)
committertipaul <tipaul>
Thu, 29 Mar 2007 13:30:31 +0000 (13:30 +0000)
commita481fad4b7e84e1571fb2750ee99d1edf234b796
tree0ad28911ca5077ed3fedda05edf26ca7453b88b2
parent8830e5af8fec9ada9bfd1c7a86768985519a8a97
Code cleaning :
== Biblio.pm cleaning (useless) ==
* some sub declaration dropped
* removed modbiblio sub
* removed moditem sub
* removed newitems. It was used only in finishrecieve. Replaced by a Koha2Marc+AddItem, that is better.
* removed MARCkoha2marcItem
* removed MARCdelsubfield declaration
* removed MARCkoha2marcBiblio

== Biblio.pm cleaning (naming conventions) ==
* MARCgettagslib renamed to GetMarcStructure
* MARCgetitems renamed to GetMarcItem
* MARCfind_frameworkcode renamed to GetFrameworkCode
* MARCmarc2koha renamed to TransformMarcToKoha
* MARChtml2marc renamed to TransformHtmlToMarc
* MARChtml2xml renamed to TranformeHtmlToXml
* zebraop renamed to ModZebra

== MARC=OFF ==
* removing MARC=OFF related scripts (in cataloguing directory)
* removed checkitems (function related to MARC=off feature, that is completly broken in head. If someone want to reintroduce it, hard work coming...)
* removed getitemsbybiblioitem (used only by MARC=OFF scripts, that is removed as well)
33 files changed:
C4/AuthoritiesMarc.pm
C4/Biblio.pm
C4/Breeding.pm
C4/Context.pm
C4/Search.pm
C4/Serials.pm
acqui/finishreceive.pl
acqui/neworderbiblio.pl
authorities/authorities.pl
barcodes/label-item-search.pl
catalogue/ISBDdetail.pl
catalogue/MARCdetail.pl
cataloguing/addbiblio.pl
cataloguing/addbooks.pl
cataloguing/additem.pl
cataloguing/value_builder/unimarc_field_4XX.pl
cataloguing/z3950_search.pl
koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl
misc/cleanmarcdb.pl
misc/cronjobs/update_items.pl
misc/marcimport_to_biblioitems.pl
misc/migration_tools/22_to_30/missing090field.pl
misc/migration_tools/22_to_30/move_marc_to_biblioitems.pl
misc/migration_tools/bulkmarcimport.pl
misc/migration_tools/rebuild_zebra.pl
misc/missing090field.pl
misc/rebuildnonmarc.pl
opac/opac-ISBDdetail.pl
opac/opac-MARCdetail.pl
serials/serials-edit.pl
serials/serials-recieve.pl
serials/subscription-bib-search.pl
tools/export.pl