]> git.koha-community.org Git - koha.git/commit
Bug 35570: Put 'FreeForm' backend into core as 'Standard'
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Fri, 15 Dec 2023 12:51:43 +0000 (12:51 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 31 Oct 2024 07:05:19 +0000 (08:05 +0100)
commit0708f987a32cecfea5034d2856a290c4013b0cc8
tree6c3d8d3f7c404c88a05df290ff32df23b70325d6
parent09638045fd94638ffd74d3cd4dd448162c4adde8
Bug 35570: Put 'FreeForm' backend into core as 'Standard'

FreeForm copied as is from HEAD 369dffb159f1e70162b685b473dcf26c76f7e7e7
At https://github.com/PTFS-Europe/koha-ill-freeform/commits/reorganize_ILL/

Only edits made were 'freeform' -> 'standard' in the markup of the .inc files
and some occurrences of FreeForm in Standard.pm (previous Base.pm) file.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
18 files changed:
Koha/ILL/Backend/Standard.pm [new file with mode: 0644]
Koha/ILL/Backend/intra-includes/cancel.inc [new file with mode: 0644]
Koha/ILL/Backend/intra-includes/confirm.inc [new file with mode: 0644]
Koha/ILL/Backend/intra-includes/create.inc [new file with mode: 0644]
Koha/ILL/Backend/intra-includes/edititem.inc [new file with mode: 0644]
Koha/ILL/Backend/intra-includes/illview.inc [new file with mode: 0644]
Koha/ILL/Backend/intra-includes/migrate.inc [new file with mode: 0644]
Koha/ILL/Backend/opac-includes/create.inc [new file with mode: 0644]
Koha/ILL/Backend/shared-includes/custom_fields.inc [new file with mode: 0644]
Koha/ILL/Backend/shared-includes/forms/article.inc [new file with mode: 0644]
Koha/ILL/Backend/shared-includes/forms/book.inc [new file with mode: 0644]
Koha/ILL/Backend/shared-includes/forms/chapter.inc [new file with mode: 0644]
Koha/ILL/Backend/shared-includes/forms/conference.inc [new file with mode: 0644]
Koha/ILL/Backend/shared-includes/forms/journal.inc [new file with mode: 0644]
Koha/ILL/Backend/shared-includes/forms/other.inc [new file with mode: 0644]
Koha/ILL/Backend/shared-includes/forms/resource.inc [new file with mode: 0644]
Koha/ILL/Backend/shared-includes/forms/thesis.inc [new file with mode: 0644]
Koha/ILL/Backend/shared-includes/shared.js [new file with mode: 0644]