Bug 15380: Move Koha::Authority to Koha::MetadataRecord::Authority
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Dec 2015 10:21:02 +0000 (10:21 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 31 Dec 2015 18:50:41 +0000 (18:50 +0000)
commit03c89fa02ed80987a02dd12e33aeb2487a2e5370
tree2bed82f52fd4085c4f8544ec7bebea3b0e58382b
parent9cf06c7eb506096f52705bc8aff26146c95930e2
Bug 15380: Move Koha::Authority to Koha::MetadataRecord::Authority

The existing Koha::Authority does not use Koha::Objects and does not
exclusively deal with DB objects.
It makes much sense to move it to let the space free for a
Koha::Authority and Koha::Authorities modules based on Koha::Object.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
12 files changed:
C4/AuthoritiesMarc.pm
Koha/Authority.pm [deleted file]
Koha/Exporter/Record.pm
Koha/Filter/MARC/EmbedSeeFromHeadings.pm
Koha/MetadataRecord/Authority.pm [new file with mode: 0644]
authorities/merge.pl
misc/export_records.pl
svc/records/preview
t/db_dependent/Koha_Authority.t
t/db_dependent/RecordProcessor_EmbedSeeFromHeadings.t
tools/batch_record_modification.pl
tools/export.pl