]> git.koha-community.org Git - koha.git/commit
Bug 35659: (more QA follow-ups)
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Wed, 22 May 2024 10:06:17 +0000 (10:06 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 28 Oct 2024 13:01:29 +0000 (14:01 +0100)
commitd1b3ac503352cddbab31711e06ea12a1194197bf
treee40b35f26f8348dfbf8e48ab0bfe8b71d89af533
parentc5fe62a65fddbeecbf249d1cfbd2ad121fb56b3a
Bug 35659: (more QA follow-ups)

Rename Oaipmh to OAI
Rename oaiservers to oai_servers
Rename OaiServer to OAIServer
Rename oai_servers.id to oai_servers.oai_server_id
Rename ServerSearch to server_search
Use a callback function for logs
Use context for string "Set"
Split translation string

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: David Cook <dcook@prosentient.com.au>
Sponsored-by: Association KohaLa - https://koha-fr.org/
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
25 files changed:
Koha/Import/OAI/Authorities.pm [new file with mode: 0644]
Koha/Import/OAI/Authority.pm [new file with mode: 0644]
Koha/Import/OAI/Biblio.pm [new file with mode: 0644]
Koha/Import/OAI/Biblios.pm [new file with mode: 0644]
Koha/Import/Oaipmh/Authorities.pm [deleted file]
Koha/Import/Oaipmh/Authority.pm [deleted file]
Koha/Import/Oaipmh/Biblio.pm [deleted file]
Koha/Import/Oaipmh/Biblios.pm [deleted file]
Koha/OAI/Client/Harvester.pm
Koha/OAIServer.pm [new file with mode: 0644]
Koha/OAIServers.pm [new file with mode: 0644]
Koha/OaiServer.pm [deleted file]
Koha/OaiServers.pm [deleted file]
admin/oai_servers.pl [new file with mode: 0755]
admin/oaiservers.pl [deleted file]
installer/data/mysql/atomicupdate/Bug-35659.pl
installer/data/mysql/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc
koha-tmpl/intranet-tmpl/prog/en/includes/oai-admin-search.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/oaiservers.tt [deleted file]
misc/cronjobs/harvest_oai.pl
t/db_dependent/Koha/OAIHarvester.t
t/db_dependent/Koha/OAIServers.t