Koha/koha-tmpl/intranet-tmpl/prog/en/cataloguing
tipaul a481fad4b7 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)
2007-03-29 13:30:31 +00:00
..
value_builder finish fixing spelling error on department 2007-03-10 06:28:06 +00:00
addbiblio-nomarc.tmpl This is a minor change, but affects all templates: 2007-03-11 21:08:11 +00:00
addbiblio.tmpl This is a minor change, but affects all templates: 2007-03-11 21:08:11 +00:00
addbooks.tmpl Code cleaning : 2007-03-29 13:30:31 +00:00
additem-nomarc.tmpl This is a minor change, but affects all templates: 2007-03-11 21:08:11 +00:00
additem.tmpl This is a minor change, but affects all templates: 2007-03-11 21:08:11 +00:00
thesaurus_popup.tmpl rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
z3950_search.tmpl rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00