View | Details | Raw Unified | Return to bug 40163
Collapse All | Expand All

(-)a/C4/Accounts.pm (-1 / +1 lines)
Lines 15-21 package C4::Accounts; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/C4/Acquisition.pm (-2 / +2 lines)
Lines 15-21 package C4::Acquisition; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Carp qw( carp croak );
21
use Carp qw( carp croak );
Lines 3013-3018 __END__ Link Here
3013
3013
3014
=head1 AUTHOR
3014
=head1 AUTHOR
3015
3015
3016
Koha Development Team <http://koha-community.org/>
3016
Koha Development Team <https://koha-community.org/>
3017
3017
3018
=cut
3018
=cut
(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 15-21 package C4::Auth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Auth_with_cas.pm (-1 / +1 lines)
Lines 15-21 package C4::Auth_with_cas; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Auth_with_ldap.pm (-1 / +1 lines)
Lines 15-21 package C4::Auth_with_ldap; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Carp qw( croak );
21
use Carp qw( croak );
(-)a/C4/Auth_with_shibboleth.pm (-2 / +2 lines)
Lines 15-21 package C4::Auth_with_shibboleth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 368-374 Note: The minimum you need here is a <matchpoint> block, containing a valid colu Link Here
368
368
369
It should be as simple as that; you should now be able to login via shibboleth in the opac.
369
It should be as simple as that; you should now be able to login via shibboleth in the opac.
370
370
371
If you need more help configuring your B<S>ervice B<P>rovider to authenticate against a chosen B<Id>entity B<P>rovider then it might be worth taking a look at the community wiki L<page|http://wiki.koha-community.org/wiki/Shibboleth_Configuration>
371
If you need more help configuring your B<S>ervice B<P>rovider to authenticate against a chosen B<Id>entity B<P>rovider then it might be worth taking a look at the community wiki L<page|https://wiki.koha-community.org/wiki/Shibboleth_Configuration>
372
372
373
=head1 FUNCTIONS
373
=head1 FUNCTIONS
374
374
(-)a/C4/AuthoritiesMarc.pm (-2 / +2 lines)
Lines 16-22 package C4::AuthoritiesMarc; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
Lines 1903-1909 __END__ Link Here
1903
1903
1904
=head1 AUTHOR
1904
=head1 AUTHOR
1905
1905
1906
Koha Development Team <http://koha-community.org/>
1906
Koha Development Team <https://koha-community.org/>
1907
1907
1908
Paul POULAIN paul.poulain@free.fr
1908
Paul POULAIN paul.poulain@free.fr
1909
Ere Maijala ere.maijala@helsinki.fi
1909
Ere Maijala ere.maijala@helsinki.fi
(-)a/C4/AuthoritiesMarc/MARC21.pm (-2 / +2 lines)
Lines 15-21 package C4::AuthoritiesMarc::MARC21; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 104-110 sub fix_marc21_auth_type_location { Link Here
104
104
105
=head1 AUTHOR
105
=head1 AUTHOR
106
106
107
Koha Development Team <http://koha-community.org/>
107
Koha Development Team <https://koha-community.org/>
108
108
109
Galen Charlton <galen.charlton@liblime.com>
109
Galen Charlton <galen.charlton@liblime.com>
110
110
(-)a/C4/AuthoritiesMarc/UNIMARC.pm (-2 / +2 lines)
Lines 15-21 package C4::AuthoritiesMarc::UNIMARC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 69-75 sub default_auth_type_location { Link Here
69
69
70
=head1 AUTHOR
70
=head1 AUTHOR
71
71
72
Koha Development Team <http://koha-community.org/>
72
Koha Development Team <https://koha-community.org/>
73
73
74
Galen Charlton <galen.charlton@liblime.com>
74
Galen Charlton <galen.charlton@liblime.com>
75
75
(-)a/C4/Barcodes.pm (-1 / +1 lines)
Lines 15-21 package C4::Barcodes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Barcodes/EAN13.pm (-1 / +1 lines)
Lines 15-21 package C4::Barcodes::EAN13; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Barcodes/ValueBuilder.pm (-1 / +1 lines)
Lines 16-22 package C4::Barcodes::ValueBuilder; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
package C4::Barcodes::ValueBuilder::incremental;
21
package C4::Barcodes::ValueBuilder::incremental;
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/C4/Barcodes/annual.pm (-1 / +1 lines)
Lines 15-21 package C4::Barcodes::annual; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Barcodes/hbyymmincr.pm (-1 / +1 lines)
Lines 15-21 package C4::Barcodes::hbyymmincr; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Barcodes/incremental.pm (-1 / +1 lines)
Lines 15-21 package C4::Barcodes::incremental; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Biblio.pm (-2 / +2 lines)
Lines 17-23 package C4::Biblio; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
Lines 3208-3214 __END__ Link Here
3208
3208
3209
=head1 AUTHOR
3209
=head1 AUTHOR
3210
3210
3211
Koha Development Team <http://koha-community.org/>
3211
Koha Development Team <https://koha-community.org/>
3212
3212
3213
Paul POULAIN paul.poulain@free.fr
3213
Paul POULAIN paul.poulain@free.fr
3214
3214
(-)a/C4/Breeding.pm (-1 / +1 lines)
Lines 16-22 package C4::Breeding; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Budgets.pm (-2 / +2 lines)
Lines 15-21 package C4::Budgets; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use JSON;
21
use JSON;
Lines 1668-1673 __END__ Link Here
1668
1668
1669
=head1 AUTHOR
1669
=head1 AUTHOR
1670
1670
1671
Koha Development Team <http://koha-community.org/>
1671
Koha Development Team <https://koha-community.org/>
1672
1672
1673
=cut
1673
=cut
(-)a/C4/Calendar.pm (-1 / +1 lines)
Lines 13-19 package C4::Calendar; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/C4/Charset.pm (-2 / +2 lines)
Lines 15-21 package C4::Charset; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 1284-1290 sub char_decode5426 { Link Here
1284
1284
1285
=head1 AUTHOR
1285
=head1 AUTHOR
1286
1286
1287
Koha Development Team <http://koha-community.org/>
1287
Koha Development Team <https://koha-community.org/>
1288
1288
1289
Galen Charlton <galen.charlton@liblime.com>
1289
Galen Charlton <galen.charlton@liblime.com>
1290
1290
(-)a/C4/Circulation.pm (-2 / +2 lines)
Lines 16-22 package C4::Circulation; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use DateTime;
22
use DateTime;
Lines 5077-5082 __END__ Link Here
5077
5077
5078
=head1 AUTHOR
5078
=head1 AUTHOR
5079
5079
5080
Koha Development Team <http://koha-community.org/>
5080
Koha Development Team <https://koha-community.org/>
5081
5081
5082
=cut
5082
=cut
(-)a/C4/ClassSortRoutine.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSortRoutine; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 123-129 sub _get_class_sort_key { Link Here
123
123
124
=head1 AUTHOR
124
=head1 AUTHOR
125
125
126
Koha Development Team <http://koha-community.org/>
126
Koha Development Team <https://koha-community.org/>
127
127
128
=cut
128
=cut
129
129
(-)a/C4/ClassSortRoutine/Dewey.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSortRoutine::Dewey; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 97-103 sub get_class_sort_key { Link Here
97
97
98
=head1 AUTHOR
98
=head1 AUTHOR
99
99
100
Koha Development Team <http://koha-community.org/>
100
Koha Development Team <https://koha-community.org/>
101
101
102
=cut
102
=cut
103
103
(-)a/C4/ClassSortRoutine/Generic.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSortRoutine::Generic; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 63-69 sub get_class_sort_key { Link Here
63
63
64
=head1 AUTHOR
64
=head1 AUTHOR
65
65
66
Koha Development Team <http://koha-community.org/>
66
Koha Development Team <https://koha-community.org/>
67
67
68
=cut
68
=cut
69
69
(-)a/C4/ClassSortRoutine/LCC.pm (-2 / +2 lines)
Lines 16-22 package C4::ClassSortRoutine::LCC; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
Lines 59-65 sub get_class_sort_key { Link Here
59
59
60
=head1 AUTHOR
60
=head1 AUTHOR
61
61
62
Koha Development Team <http://koha-community.org/>
62
Koha Development Team <https://koha-community.org/>
63
63
64
=cut
64
=cut
65
65
(-)a/C4/ClassSource.pm (-2 / +2 lines)
Lines 14-20 package C4::ClassSource; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
Lines 175-180 sub GetClassSort { Link Here
175
175
176
=head1 AUTHOR
176
=head1 AUTHOR
177
177
178
Koha Development Team <http://koha-community.org/>
178
Koha Development Team <https://koha-community.org/>
179
179
180
=cut
180
=cut
(-)a/C4/ClassSplitRoutine.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSplitRoutine; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 59-64 sub GetSplitRoutineNames { Link Here
59
59
60
=head1 AUTHOR
60
=head1 AUTHOR
61
61
62
Koha Development Team <http://koha-community.org/>
62
Koha Development Team <https://koha-community.org/>
63
63
64
=cut
64
=cut
(-)a/C4/ClassSplitRoutine/Dewey.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSplitRoutine::Dewey; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 69-74 sub split_callnumber { Link Here
69
69
70
=head1 AUTHOR
70
=head1 AUTHOR
71
71
72
Koha Development Team <http://koha-community.org/>
72
Koha Development Team <https://koha-community.org/>
73
73
74
=cut
74
=cut
(-)a/C4/ClassSplitRoutine/Generic.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSplitRoutine::Generic; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 63-68 sub split_callnumber { Link Here
63
63
64
=head1 AUTHOR
64
=head1 AUTHOR
65
65
66
Koha Development Team <http://koha-community.org/>
66
Koha Development Team <https://koha-community.org/>
67
67
68
=cut
68
=cut
(-)a/C4/ClassSplitRoutine/LCC.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSplitRoutine::LCC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Library::CallNumber::LC;
21
use Library::CallNumber::LC;
Lines 59-64 sub split_callnumber { Link Here
59
59
60
=head1 AUTHOR
60
=head1 AUTHOR
61
61
62
Koha Development Team <http://koha-community.org/>
62
Koha Development Team <https://koha-community.org/>
63
63
64
=cut
64
=cut
(-)a/C4/ClassSplitRoutine/RegEx.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSplitRoutine::RegEx; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 52-57 sub split_callnumber { Link Here
52
52
53
=head1 AUTHOR
53
=head1 AUTHOR
54
54
55
Koha Development Team <http://koha-community.org/>
55
Koha Development Team <https://koha-community.org/>
56
56
57
=cut
57
=cut
(-)a/C4/Context.pm (-1 / +1 lines)
Lines 15-21 package C4::Context; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Contract.pm (-2 / +2 lines)
Lines 15-21 package C4::Contract; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
Lines 161-166 __END__ Link Here
161
161
162
=head1 AUTHOR
162
=head1 AUTHOR
163
163
164
Koha Development Team <http://koha-community.org/>
164
Koha Development Team <https://koha-community.org/>
165
165
166
=cut
166
=cut
(-)a/C4/CourseReserves.pm (-1 / +1 lines)
Lines 13-19 package C4::CourseReserves; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/C4/Creators.pm (-1 / +1 lines)
Lines 15-21 package C4::Creators; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Creators/Batch.pm (-1 / +1 lines)
Lines 325-331 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
325
GNU General Public License for more details.
325
GNU General Public License for more details.
326
326
327
You should have received a copy of the GNU General Public License
327
You should have received a copy of the GNU General Public License
328
along with Koha; if not, see <http://www.gnu.org/licenses>.
328
along with Koha; if not, see <https://www.gnu.org/licenses>.
329
329
330
=head1 DISCLAIMER OF WARRANTY
330
=head1 DISCLAIMER OF WARRANTY
331
331
(-)a/C4/Creators/Layout.pm (-1 / +1 lines)
Lines 437-443 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
437
GNU General Public License for more details.
437
GNU General Public License for more details.
438
438
439
You should have received a copy of the GNU General Public License
439
You should have received a copy of the GNU General Public License
440
along with Koha; if not, see <http://www.gnu.org/licenses>.
440
along with Koha; if not, see <https://www.gnu.org/licenses>.
441
441
442
=head1 DISCLAIMER OF WARRANTY
442
=head1 DISCLAIMER OF WARRANTY
443
443
(-)a/C4/Creators/Lib.pm (-1 / +1 lines)
Lines 15-21 package C4::Creators::Lib; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Storable qw( dclone );
21
use Storable qw( dclone );
(-)a/C4/Creators/PDF.pm (-1 / +1 lines)
Lines 15-21 package C4::Creators::PDF; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Creators/Profile.pm (-1 / +1 lines)
Lines 316-322 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
316
GNU General Public License for more details.
316
GNU General Public License for more details.
317
317
318
You should have received a copy of the GNU General Public License
318
You should have received a copy of the GNU General Public License
319
along with Koha; if not, see <http://www.gnu.org/licenses>.
319
along with Koha; if not, see <https://www.gnu.org/licenses>.
320
320
321
=head1 DISCLAIMER OF WARRANTY
321
=head1 DISCLAIMER OF WARRANTY
322
322
(-)a/C4/Creators/Template.pm (-1 / +1 lines)
Lines 438-444 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
438
GNU General Public License for more details.
438
GNU General Public License for more details.
439
439
440
You should have received a copy of the GNU General Public License
440
You should have received a copy of the GNU General Public License
441
along with Koha; if not, see <http://www.gnu.org/licenses>.
441
along with Koha; if not, see <https://www.gnu.org/licenses>.
442
442
443
=head1 DISCLAIMER OF WARRANTY
443
=head1 DISCLAIMER OF WARRANTY
444
444
(-)a/C4/External/Amazon.pm (-1 / +1 lines)
Lines 16-22 package C4::External::Amazon; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/External/BakerTaylor.pm (-1 / +1 lines)
Lines 16-22 package C4::External::BakerTaylor; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use XML::Simple;
21
use XML::Simple;
22
use LWP::Simple qw( get );
22
use LWP::Simple qw( get );
(-)a/C4/External/OverDrive.pm (-1 / +1 lines)
Lines 15-21 package C4::External::OverDrive; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/External/Syndetics.pm (-1 / +1 lines)
Lines 16-22 package C4::External::Syndetics; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use XML::Simple qw( XMLout );
21
use XML::Simple qw( XMLout );
22
use XML::LibXML;
22
use XML::LibXML;
(-)a/C4/Form/MessagingPreferences.pm (-2 / +2 lines)
Lines 15-21 package C4::Form::MessagingPreferences; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 211-217 L<C4::Members::Messaging>, F<admin/categories.pl>, F<opac/opac-messaging.pl>, F< Link Here
211
211
212
=head1 AUTHOR
212
=head1 AUTHOR
213
213
214
Koha Development Team <http://koha-community.org/>
214
Koha Development Team <https://koha-community.org/>
215
215
216
Galen Charlton <galen.charlton@liblime.com> refactoring code by Andrew Moore.
216
Galen Charlton <galen.charlton@liblime.com> refactoring code by Andrew Moore.
217
217
(-)a/C4/HTML5Media.pm (-1 / +1 lines)
Lines 15-21 package C4::HTML5Media; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Heading.pm (-2 / +2 lines)
Lines 15-21 package C4::Heading; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 294-300 sub _marc_format_handler { Link Here
294
294
295
=head1 AUTHOR
295
=head1 AUTHOR
296
296
297
Koha Development Team <http://koha-community.org/>
297
Koha Development Team <https://koha-community.org/>
298
298
299
Galen Charlton <galen.charlton@liblime.com>
299
Galen Charlton <galen.charlton@liblime.com>
300
300
(-)a/C4/Heading/MARC21.pm (-2 / +2 lines)
Lines 15-21 package C4::Heading::MARC21; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 464-470 sub _get_display_heading { Link Here
464
464
465
=head1 AUTHOR
465
=head1 AUTHOR
466
466
467
Koha Development Team <http://koha-community.org/>
467
Koha Development Team <https://koha-community.org/>
468
468
469
Galen Charlton <galen.charlton@liblime.com>
469
Galen Charlton <galen.charlton@liblime.com>
470
470
(-)a/C4/Heading/UNIMARC.pm (-2 / +2 lines)
Lines 15-21 package C4::Heading::UNIMARC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use 5.010;
20
use 5.010;
21
use strict;
21
use strict;
Lines 210-216 sub _get_display_heading { Link Here
210
210
211
=head1 AUTHOR
211
=head1 AUTHOR
212
212
213
Koha Development Team <http://koha-community.org/>
213
Koha Development Team <https://koha-community.org/>
214
214
215
Jared Camins-Esakov <jcamins@cpbibliography.com>
215
Jared Camins-Esakov <jcamins@cpbibliography.com>
216
216
(-)a/C4/HoldsQueue.pm (-1 / +1 lines)
Lines 15-21 package C4::HoldsQueue; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# FIXME: expand perldoc, explain intended logic
20
# FIXME: expand perldoc, explain intended logic
21
21
(-)a/C4/ILSDI/Services.pm (-1 / +1 lines)
Lines 15-21 package C4::ILSDI::Services; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/ImportBatch.pm (-2 / +2 lines)
Lines 15-21 package C4::ImportBatch; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 1885-1891 __END__ Link Here
1885
1885
1886
=head1 AUTHOR
1886
=head1 AUTHOR
1887
1887
1888
Koha Development Team <http://koha-community.org/>
1888
Koha Development Team <https://koha-community.org/>
1889
1889
1890
Galen Charlton <galen.charlton@liblime.com>
1890
Galen Charlton <galen.charlton@liblime.com>
1891
1891
(-)a/C4/ImportExportFramework.pm (-2 / +2 lines)
Lines 15-21 package C4::ImportExportFramework; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 1244-1250 __END__ Link Here
1244
1244
1245
=head1 AUTHOR
1245
=head1 AUTHOR
1246
1246
1247
Koha Development Team <http://koha-community.org/>
1247
Koha Development Team <https://koha-community.org/>
1248
1248
1249
=cut
1249
=cut
1250
1250
(-)a/C4/InstallAuth.pm (-1 / +1 lines)
Lines 15-21 package C4::InstallAuth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI::Session;
21
use CGI::Session;
(-)a/C4/Installer.pm (-2 / +2 lines)
Lines 15-21 package C4::Installer; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 1193-1199 sub has_non_dynamic_row_format { Link Here
1193
C4::Installer is a refactoring of logic originally from installer/installer.pl, which was
1193
C4::Installer is a refactoring of logic originally from installer/installer.pl, which was
1194
originally written by Henri-Damien Laurant.
1194
originally written by Henri-Damien Laurant.
1195
1195
1196
Koha Development Team <http://koha-community.org/>
1196
Koha Development Team <https://koha-community.org/>
1197
1197
1198
Galen Charlton <galen.charlton@liblime.com>
1198
Galen Charlton <galen.charlton@liblime.com>
1199
1199
(-)a/C4/Installer/PerlModules.pm (-1 / +1 lines)
Lines 199-205 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
199
GNU General Public License for more details.
199
GNU General Public License for more details.
200
200
201
You should have received a copy of the GNU General Public License
201
You should have received a copy of the GNU General Public License
202
along with Koha; if not, see <http://www.gnu.org/licenses>.
202
along with Koha; if not, see <https://www.gnu.org/licenses>.
203
203
204
=head1 DISCLAIMER OF WARRANTY
204
=head1 DISCLAIMER OF WARRANTY
205
205
(-)a/C4/Installer/UpgradeBackup.pm (-2 / +2 lines)
Lines 15-21 package C4::Installer::UpgradeBackup; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use File::Compare qw( compare );
21
use File::Compare qw( compare );
Lines 93-99 Code based on parts of ExtUtils::Install in order to Link Here
93
approximately track how it identifies files to
93
approximately track how it identifies files to
94
install.
94
install.
95
95
96
Koha Development Team <http://koha-community.org/>
96
Koha Development Team <https://koha-community.org/>
97
97
98
Galen Charlton <galen.charlton@liblime.com>
98
Galen Charlton <galen.charlton@liblime.com>
99
99
(-)a/C4/ItemCirculationAlertPreference.pm (-1 / +1 lines)
Lines 15-21 package C4::ItemCirculationAlertPreference; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Items.pm (-1 / +1 lines)
Lines 16-22 package C4::Items; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/C4/Koha.pm (-1 / +1 lines)
Lines 17-23 package C4::Koha; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/C4/Labels/Label.pm (-1 / +1 lines)
Lines 861-867 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
861
GNU General Public License for more details.
861
GNU General Public License for more details.
862
862
863
You should have received a copy of the GNU General Public License
863
You should have received a copy of the GNU General Public License
864
along with Koha; if not, see <http://www.gnu.org/licenses>.
864
along with Koha; if not, see <https://www.gnu.org/licenses>.
865
865
866
=head1 DISCLAIMER OF WARRANTY
866
=head1 DISCLAIMER OF WARRANTY
867
867
(-)a/C4/Languages.pm (-1 / +1 lines)
Lines 16-22 package C4::Languages; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Letters.pm (-1 / +1 lines)
Lines 15-21 package C4::Letters; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Linker.pm (-1 / +1 lines)
Lines 15-21 package C4::Linker; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/Linker/Default.pm (-1 / +1 lines)
Lines 15-21 package C4::Linker::Default; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Linker/FirstMatch.pm (-1 / +1 lines)
Lines 15-21 package C4::Linker::FirstMatch; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Linker/LastMatch.pm (-1 / +1 lines)
Lines 15-21 package C4::Linker::LastMatch; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Log.pm (-2 / +2 lines)
Lines 18-24 package C4::Log; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
Lines 203-208 __END__ Link Here
203
203
204
=head1 AUTHOR
204
=head1 AUTHOR
205
205
206
Koha Development Team <http://koha-community.org/>
206
Koha Development Team <https://koha-community.org/>
207
207
208
=cut
208
=cut
(-)a/C4/MarcModificationTemplates.pm (-1 / +1 lines)
Lines 15-21 package C4::MarcModificationTemplates; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Matcher.pm (-2 / +2 lines)
Lines 15-21 package C4::Matcher; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 980-986 __END__ Link Here
980
980
981
=head1 AUTHOR
981
=head1 AUTHOR
982
982
983
Koha Development Team <http://koha-community.org/>
983
Koha Development Team <https://koha-community.org/>
984
984
985
Galen Charlton <galen.charlton@liblime.com>
985
Galen Charlton <galen.charlton@liblime.com>
986
986
(-)a/C4/Members.pm (-1 / +1 lines)
Lines 17-23 package C4::Members; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Context;
23
use C4::Context;
(-)a/C4/Members/Messaging.pm (-2 / +2 lines)
Lines 15-21 package C4::Members::Messaging; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 337-343 L<C4::Letters> Link Here
337
337
338
=head1 AUTHOR
338
=head1 AUTHOR
339
339
340
Koha Development Team <http://koha-community.org/>
340
Koha Development Team <https://koha-community.org/>
341
341
342
Andrew Moore <andrew.moore@liblime.com>
342
Andrew Moore <andrew.moore@liblime.com>
343
343
(-)a/C4/Members/Statistics.pm (-1 / +1 lines)
Lines 14-20 package C4::Members::Statistics; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/C4/Message.pm (-1 / +1 lines)
Lines 16-22 package C4::Message; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/OAI/Sets.pm (-1 / +1 lines)
Lines 15-21 package C4::OAI::Sets; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/Output.pm (-2 / +2 lines)
Lines 19-25 package C4::Output; Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
# NOTE: I'm pretty sure this module is deprecated in favor of
24
# NOTE: I'm pretty sure this module is deprecated in favor of
25
# templates.
25
# templates.
Lines 438-443 __END__ Link Here
438
438
439
=head1 AUTHOR
439
=head1 AUTHOR
440
440
441
Koha Development Team <http://koha-community.org/>
441
Koha Development Team <https://koha-community.org/>
442
442
443
=cut
443
=cut
(-)a/C4/Output/JSONStream.pm (-1 / +1 lines)
Lines 15-21 package C4::Output::JSONStream; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/Overdues.pm (-2 / +2 lines)
Lines 16-22 package C4::Overdues; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use Date::Calc                    qw( Today );
22
use Date::Calc                    qw( Today );
Lines 898-903 __END__ Link Here
898
898
899
=head1 AUTHOR
899
=head1 AUTHOR
900
900
901
Koha Development Team <http://koha-community.org/>
901
Koha Development Team <https://koha-community.org/>
902
902
903
=cut
903
=cut
(-)a/C4/Patroncards/Lib.pm (-1 / +1 lines)
Lines 15-21 package C4::Patroncards::Lib; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Patroncards/Patroncard.pm (-1 / +1 lines)
Lines 15-21 package C4::Patroncards::Patroncard; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Record.pm (-1 / +1 lines)
Lines 17-23 package C4::Record; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/C4/Reports.pm (-1 / +1 lines)
Lines 15-21 package C4::Reports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/C4/Reports/Guided.pm (-1 / +1 lines)
Lines 15-21 package C4::Reports::Guided; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Reserves.pm (-2 / +2 lines)
Lines 18-24 package C4::Reserves; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
Lines 2406-2412 sub GetMaxPatronHoldsForRecord { Link Here
2406
2406
2407
=head1 AUTHOR
2407
=head1 AUTHOR
2408
2408
2409
Koha Development Team <http://koha-community.org/>
2409
Koha Development Team <https://koha-community.org/>
2410
2410
2411
=cut
2411
=cut
2412
2412
(-)a/C4/Ris.pm (-1 / +1 lines)
Lines 55-61 package C4::Ris; Link Here
55
# GNU General Public License for more details.
55
# GNU General Public License for more details.
56
#
56
#
57
# You should have received a copy of the GNU General Public License
57
# You should have received a copy of the GNU General Public License
58
# along with Koha; if not, see <http://www.gnu.org/licenses>.
58
# along with Koha; if not, see <https://www.gnu.org/licenses>.
59
#
59
#
60
#
60
#
61
61
(-)a/C4/RotatingCollections.pm (-1 / +1 lines)
Lines 20-26 package C4::RotatingCollections; Link Here
20
# GNU General Public License for more details.
20
# GNU General Public License for more details.
21
#
21
#
22
# You should have received a copy of the GNU General Public License
22
# You should have received a copy of the GNU General Public License
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# along with Koha; if not, see <https://www.gnu.org/licenses>.
24
24
25
use Modern::Perl;
25
use Modern::Perl;
26
26
(-)a/C4/SIP/ILS/Transaction/FeePayment.pm (-1 / +1 lines)
Lines 18-24 use strict; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Try::Tiny;
23
use Try::Tiny;
24
24
(-)a/C4/SMS.pm (-1 / +1 lines)
Lines 17-23 package C4::SMS; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/C4/Scheduler.pm (-1 / +1 lines)
Lines 15-21 package C4::Scheduler; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Scrubber.pm (-1 / +1 lines)
Lines 17-23 package C4::Scrubber; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
(-)a/C4/Search.pm (-2 / +2 lines)
Lines 13-19 package C4::Search; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use C4::Context;
19
use C4::Context;
Lines 2421-2426 __END__ Link Here
2421
2421
2422
=head1 AUTHOR
2422
=head1 AUTHOR
2423
2423
2424
Koha Development Team <http://koha-community.org/>
2424
Koha Development Team <https://koha-community.org/>
2425
2425
2426
=cut
2426
=cut
(-)a/C4/Search/History.pm (-1 / +1 lines)
Lines 341-344 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
341
GNU General Public License for more details.
341
GNU General Public License for more details.
342
342
343
You should have received a copy of the GNU General Public License
343
You should have received a copy of the GNU General Public License
344
along with Koha; if not, see <http://www.gnu.org/licenses>.
344
along with Koha; if not, see <https://www.gnu.org/licenses>.
(-)a/C4/Search/PazPar2.pm (-2 / +2 lines)
Lines 15-21 package C4::Search::PazPar2; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 209-215 sub termlist { Link Here
209
209
210
=head1 AUTHOR
210
=head1 AUTHOR
211
211
212
Koha Development Team <http://koha-community.org/>
212
Koha Development Team <https://koha-community.org/>
213
213
214
Galen Charlton <galen.charlton@liblime.com>
214
Galen Charlton <galen.charlton@liblime.com>
215
215
(-)a/C4/Serials.pm (-2 / +2 lines)
Lines 16-22 package C4::Serials; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
Lines 2827-2832 __END__ Link Here
2827
2827
2828
=head1 AUTHOR
2828
=head1 AUTHOR
2829
2829
2830
Koha Development Team <http://koha-community.org/>
2830
Koha Development Team <https://koha-community.org/>
2831
2831
2832
=cut
2832
=cut
(-)a/C4/Serials/Frequency.pm (-1 / +1 lines)
Lines 15-21 package C4::Serials::Frequency; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Serials/Numberpattern.pm (-1 / +1 lines)
Lines 15-21 package C4::Serials::Numberpattern; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Service.pm (-1 / +1 lines)
Lines 15-21 package C4::Service; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/ShelfBrowser.pm (-1 / +1 lines)
Lines 15-21 package C4::ShelfBrowser; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/SocialData.pm (-1 / +1 lines)
Lines 13-19 package C4::SocialData; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/C4/Stats.pm (-2 / +2 lines)
Lines 15-21 package C4::Stats; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 64-69 __END__ Link Here
64
64
65
=head1 AUTHOR
65
=head1 AUTHOR
66
66
67
Koha Development Team <http://koha-community.org/>
67
Koha Development Team <https://koha-community.org/>
68
68
69
=cut
69
=cut
(-)a/C4/Suggestions.pm (-2 / +2 lines)
Lines 16-22 package C4::Suggestions; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
Lines 455-461 __END__ Link Here
455
455
456
=head1 AUTHOR
456
=head1 AUTHOR
457
457
458
Koha Development Team <http://koha-community.org/>
458
Koha Development Team <https://koha-community.org/>
459
459
460
=cut
460
=cut
461
461
(-)a/C4/TTParser.pm (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
#simple parser for HTML with Template Toolkit directives. Tokens are put into @tokens and are accessible via next_token and peep_token
18
#simple parser for HTML with Template Toolkit directives. Tokens are put into @tokens and are accessible via next_token and peep_token
19
package C4::TTParser;
19
package C4::TTParser;
(-)a/C4/Tags.pm (-1 / +1 lines)
Lines 16-22 package C4::Tags; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Templates.pm (-1 / +1 lines)
Lines 21-27 use List::MoreUtils qw( uniq ); Link Here
21
# GNU General Public License for more details.
21
# GNU General Public License for more details.
22
#
22
#
23
# You should have received a copy of the GNU General Public License
23
# You should have received a copy of the GNU General Public License
24
# along with Koha; if not, see <http://www.gnu.org/licenses>.
24
# along with Koha; if not, see <https://www.gnu.org/licenses>.
25
25
26
=head1 NAME 
26
=head1 NAME 
27
27
(-)a/C4/TmplToken.pm (-1 / +1 lines)
Lines 15-21 package C4::TmplToken; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/TmplTokenType.pm (-1 / +1 lines)
Lines 15-21 package C4::TmplTokenType; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
require Exporter;
21
require Exporter;
(-)a/C4/UsageStats.pm (-1 / +1 lines)
Lines 15-21 package C4::UsageStats; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/C4/Utils/DataTables/VirtualShelves.pm (-1 / +1 lines)
Lines 209-212 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
209
GNU General Public License for more details.
209
GNU General Public License for more details.
210
210
211
You should have received a copy of the GNU General Public License
211
You should have received a copy of the GNU General Public License
212
along with Koha; if not, see <http://www.gnu.org/licenses>.
212
along with Koha; if not, see <https://www.gnu.org/licenses>.
(-)a/C4/XISBN.pm (-1 / +1 lines)
Lines 16-22 package C4::XISBN; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use XML::Simple;
22
use XML::Simple;
(-)a/C4/XSLT.pm (-2 / +2 lines)
Lines 19-25 package C4::XSLT; Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
25
Lines 419-424 __END__ Link Here
419
419
420
Joshua Ferraro <jmf@liblime.com>
420
Joshua Ferraro <jmf@liblime.com>
421
421
422
Koha Development Team <http://koha-community.org/>
422
Koha Development Team <https://koha-community.org/>
423
423
424
=cut
424
=cut
(-)a/Koha.pm (-1 / +1 lines)
Lines 16-22 package Koha; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Account.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/Credit.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::Credit; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/CreditType.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::CreditType; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/CreditTypes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::CreditTypes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/Credits.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Credits; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Account/Debit.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::Debit; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/DebitType.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::DebitType; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/DebitTypes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::DebitTypes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/Debits.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Debits; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Account/Line.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Line; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Account/Lines.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Lines; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Account/Offset.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Offset; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Account/Offsets.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Offsets; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Basket.pm (-1 / +1 lines)
Lines 15-21 package Koha::Acquisition::Basket; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Acquisition/BasketGroup.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::BasketGroup; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/BasketGroups.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::BasketGroups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Baskets.pm (-1 / +1 lines)
Lines 15-21 package Koha::Acquisition::Baskets; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Acquisition/Bookseller.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Bookseller/Alias.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Alias; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Bookseller/Aliases.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Aliases; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Bookseller/Interface.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Interface; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Encode qw(decode_utf8);
19
use Encode qw(decode_utf8);
(-)a/Koha/Acquisition/Bookseller/Interfaces.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Interfaces; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Bookseller/Issue.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Issue; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Bookseller/Issues.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Issues; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Booksellers.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Booksellers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Budget.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Budget; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Budgets.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Budgets; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Currencies.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Currencies; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Currency.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Currency; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Fund.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Fund; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Funds.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Funds; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Invoice.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Invoice; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Invoice/Adjustment.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Invoice::Adjustment; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Invoice/Adjustments.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Invoice::Adjustments; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Koha::Acquisition::Invoice::Adjustment;
19
use Koha::Acquisition::Invoice::Adjustment;
(-)a/Koha/Acquisition/Invoices.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Invoices; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Order.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Order; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Order/Claim.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Order::Claim; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Order/Claims.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Order::Claims; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Orders.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Orders; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ActionLog.pm (-1 / +1 lines)
Lines 15-21 package Koha::ActionLog; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ActionLogs.pm (-1 / +1 lines)
Lines 15-21 package Koha::ActionLogs; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AdditionalContent.pm (-1 / +1 lines)
Lines 15-21 package Koha::AdditionalContent; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AdditionalContents.pm (-1 / +1 lines)
Lines 15-21 package Koha::AdditionalContents; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AdditionalContentsLocalization.pm (-1 / +1 lines)
Lines 13-19 package Koha::AdditionalContentsLocalization; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/AdditionalContentsLocalizations.pm (-1 / +1 lines)
Lines 13-19 package Koha::AdditionalContentsLocalizations; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/AdditionalField.pm (-2 / +2 lines)
Lines 93-99 sub _type { 'AdditionalField' } Link Here
93
93
94
=head1 AUTHOR
94
=head1 AUTHOR
95
95
96
Koha Development Team <http://koha-community.org/>
96
Koha Development Team <https://koha-community.org/>
97
97
98
=head1 COPYRIGHT AND LICENSE
98
=head1 COPYRIGHT AND LICENSE
99
99
Lines 111-117 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
111
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
111
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
112
112
113
You should have received a copy of the GNU General Public License along
113
You should have received a copy of the GNU General Public License along
114
with Koha; if not, see <http://www.gnu.org/licenses>.
114
with Koha; if not, see <https://www.gnu.org/licenses>.
115
115
116
=head1 SEE ALSO
116
=head1 SEE ALSO
117
117
(-)a/Koha/AdditionalFieldValue.pm (-2 / +2 lines)
Lines 38-44 sub _type { 'AdditionalFieldValue' } Link Here
38
38
39
=head1 AUTHOR
39
=head1 AUTHOR
40
40
41
Koha Development Team <http://koha-community.org/>
41
Koha Development Team <https://koha-community.org/>
42
42
43
=head1 COPYRIGHT AND LICENSE
43
=head1 COPYRIGHT AND LICENSE
44
44
Lines 56-62 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
56
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
56
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
57
57
58
You should have received a copy of the GNU General Public License along
58
You should have received a copy of the GNU General Public License along
59
with Koha; if not, see <http://www.gnu.org/licenses>.
59
with Koha; if not, see <https://www.gnu.org/licenses>.
60
60
61
=head1 SEE ALSO
61
=head1 SEE ALSO
62
62
(-)a/Koha/AdditionalFieldValues.pm (-2 / +2 lines)
Lines 24-30 sub object_class { 'Koha::AdditionalFieldValue' } Link Here
24
24
25
=head1 AUTHOR
25
=head1 AUTHOR
26
26
27
Koha Development Team <http://koha-community.org/>
27
Koha Development Team <https://koha-community.org/>
28
28
29
=head1 COPYRIGHT AND LICENSE
29
=head1 COPYRIGHT AND LICENSE
30
30
Lines 42-48 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
42
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
42
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
43
43
44
You should have received a copy of the GNU General Public License along
44
You should have received a copy of the GNU General Public License along
45
with Koha; if not, see <http://www.gnu.org/licenses>.
45
with Koha; if not, see <https://www.gnu.org/licenses>.
46
46
47
=head1 SEE ALSO
47
=head1 SEE ALSO
48
48
(-)a/Koha/AdditionalFields.pm (-2 / +2 lines)
Lines 24-30 sub object_class { 'Koha::AdditionalField' } Link Here
24
24
25
=head1 AUTHOR
25
=head1 AUTHOR
26
26
27
Koha Development Team <http://koha-community.org/>
27
Koha Development Team <https://koha-community.org/>
28
28
29
=head1 COPYRIGHT AND LICENSE
29
=head1 COPYRIGHT AND LICENSE
30
30
Lines 42-48 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
42
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
42
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
43
43
44
You should have received a copy of the GNU General Public License along
44
You should have received a copy of the GNU General Public License along
45
with Koha; if not, see <http://www.gnu.org/licenses>.
45
with Koha; if not, see <https://www.gnu.org/licenses>.
46
46
47
=head1 SEE ALSO
47
=head1 SEE ALSO
48
48
(-)a/Koha/AdvancedEditorMacro.pm (-1 / +1 lines)
Lines 12-18 package Koha::AdvancedEditorMacro; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/AdvancedEditorMacros.pm (-1 / +1 lines)
Lines 12-18 package Koha::AdvancedEditorMacros; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/ApiKey.pm (-1 / +1 lines)
Lines 15-21 package Koha::ApiKey; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ApiKeys.pm (-1 / +1 lines)
Lines 15-21 package Koha::ApiKeys; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/App/Intranet.pm (-1 / +1 lines)
Lines 15-21 package Koha::App::Intranet; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/App/Opac.pm (-1 / +1 lines)
Lines 15-21 package Koha::App::Opac; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/App/Plugin/CGIBinKoha.pm (-1 / +1 lines)
Lines 15-21 package Koha::App::Plugin::CGIBinKoha; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/App/Plugin/CSRF.pm (-1 / +1 lines)
Lines 13-19 package Koha::App::Plugin::CSRF; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/App/Plugin/Language.pm (-1 / +1 lines)
Lines 15-21 package Koha::App::Plugin::Language; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/App/Plugin/RESTV1.pm (-1 / +1 lines)
Lines 15-21 package Koha::App::Plugin::RESTV1; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ArticleRequest.pm (-1 / +1 lines)
Lines 15-21 package Koha::ArticleRequest; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ArticleRequest/Status.pm (-1 / +1 lines)
Lines 15-21 package Koha::ArticleRequest::Status; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ArticleRequests.pm (-1 / +1 lines)
Lines 15-21 package Koha::ArticleRequests; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AudioAlert.pm (-1 / +1 lines)
Lines 15-21 package Koha::AudioAlert; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AudioAlerts.pm (-1 / +1 lines)
Lines 15-21 package Koha::AudioAlerts; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Client.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Client; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Client/OAuth.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Client::OAuth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Provider.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Provider; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Provider/Domain.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Provider::Domain; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Provider/Domains.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Provider::Domains; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Provider/OAuth.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Provider::OAuth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Provider/OIDC.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Provider::OIDC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Providers.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Providers; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Permissions.pm (-1 / +1 lines)
Lines 13-19 package Koha::Auth::Permissions; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Auth/TwoFactorAuth.pm (-1 / +1 lines)
Lines 13-19 package Koha::Auth::TwoFactorAuth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use GD::Barcode;
19
use GD::Barcode;
(-)a/Koha/AuthUtils.pm (-1 / +1 lines)
Lines 15-21 package Koha::AuthUtils; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Crypt::Eksblowfish::Bcrypt qw( bcrypt en_base64 );
21
use Crypt::Eksblowfish::Bcrypt qw( bcrypt en_base64 );
(-)a/Koha/AuthorisedValue.pm (-1 / +1 lines)
Lines 15-21 package Koha::AuthorisedValue; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AuthorisedValueCategories.pm (-1 / +1 lines)
Lines 13-19 package Koha::AuthorisedValueCategories; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/AuthorisedValueCategory.pm (-1 / +1 lines)
Lines 13-19 package Koha::AuthorisedValueCategory; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/AuthorisedValues.pm (-1 / +1 lines)
Lines 15-21 package Koha::AuthorisedValues; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Authorities.pm (-1 / +1 lines)
Lines 15-21 package Koha::Authorities; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Authority.pm (-1 / +1 lines)
Lines 15-21 package Koha::Authority; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Authority/ControlledIndicators.pm (-1 / +1 lines)
Lines 15-21 package Koha::Authority::ControlledIndicators; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/Koha/Authority/MergeRequest.pm (-1 / +1 lines)
Lines 15-21 package Koha::Authority::MergeRequest; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Authority/MergeRequests.pm (-1 / +1 lines)
Lines 15-21 package Koha::Authority::MergeRequests; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use MARC::File::XML;
21
use MARC::File::XML;
(-)a/Koha/Authority/Subfield.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Subfield; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Authority/Subfields.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Subfields; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Authority/Tag.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Tag; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Authority/Tags.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Tags; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Authority/Type.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Type; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Authority/Types.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Types; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Encode qw();
19
use Encode qw();
(-)a/Koha/BackgroundJob/BatchCancelHold.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchCancelHold; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/BatchDeleteItem.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchDeleteItem; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/BackgroundJob/BatchUpdateAuthority.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchUpdateAuthority; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/BatchUpdateBiblio.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchUpdateBiblio; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/BatchUpdateBiblioHoldsQueue.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchUpdateBiblioHoldsQueue; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/BatchUpdateItem.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchUpdateItem; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use List::MoreUtils qw( uniq );
19
use List::MoreUtils qw( uniq );
(-)a/Koha/BackgroundJob/CreateEHoldingsFromBiblios.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::CreateEHoldingsFromBiblios; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use JSON qw( decode_json encode_json );
19
use JSON qw( decode_json encode_json );
(-)a/Koha/BackgroundJob/ErmSushiHarvester.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::ErmSushiHarvester; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/ImportKBARTFile.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::ImportKBARTFile; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use JSON         qw( decode_json encode_json );
19
use JSON         qw( decode_json encode_json );
(-)a/Koha/BackgroundJob/MARCImportCommitBatch.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::MARCImportCommitBatch; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Try::Tiny;
19
use Try::Tiny;
(-)a/Koha/BackgroundJob/MARCImportRevertBatch.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::MARCImportRevertBatch; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Try::Tiny;
19
use Try::Tiny;
(-)a/Koha/BackgroundJob/PseudonymizeStatistic.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::PseudonymizeStatistic; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/StageMARCForImport.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::StageMARCForImport; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Try::Tiny;
19
use Try::Tiny;
(-)a/Koha/BackgroundJob/UpdateElasticIndex.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::UpdateElasticIndex; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJobs.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJobs; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblio; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Biblio/ItemGroup.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::ItemGroup; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio/ItemGroup/Item.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::ItemGroup::Item; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio/ItemGroup/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::ItemGroup::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio/ItemGroups.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::ItemGroups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio/Metadata.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::Metadata; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio/Metadata/Extractor.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblio::Metadata::Extractor; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Biblio/Metadata/Extractor/MARC.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblio::Metadata::Extractor::MARC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Biblio/Metadata/Extractor/MARC/MARC21.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblio::Metadata::Extractor::MARC::MARC21; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Biblio/Metadata/Extractor/MARC/UNIMARC.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblio::Metadata::Extractor::MARC::UNIMARC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Biblio/Metadatas.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::Metadatas; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BiblioFramework.pm (-1 / +1 lines)
Lines 13-19 package Koha::BiblioFramework; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BiblioFrameworks.pm (-1 / +1 lines)
Lines 13-19 package Koha::BiblioFrameworks; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BiblioUtils.pm (-1 / +1 lines)
Lines 17-23 package Koha::BiblioUtils; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/Koha/Biblioitem.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblioitem; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblioitems.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblioitems; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblios.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblios; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Booking.pm (-1 / +1 lines)
Lines 15-21 package Koha::Booking; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Bookings.pm (-1 / +1 lines)
Lines 15-21 package Koha::Bookings; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Cache.pm (-1 / +1 lines)
Lines 16-22 package Koha::Cache; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/Koha/Cache/Memory/Lite.pm (-1 / +1 lines)
Lines 15-21 package Koha::Cache::Memory::Lite; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Cache/Object.pm (-1 / +1 lines)
Lines 15-21 package Koha::Cache::Object; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Caches.pm (-1 / +1 lines)
Lines 13-19 package Koha::Caches; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/Calendar.pm (-1 / +1 lines)
Lines 615-618 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
615
GNU General Public License for more details.
615
GNU General Public License for more details.
616
616
617
You should have received a copy of the GNU General Public License
617
You should have received a copy of the GNU General Public License
618
along with Koha; if not, see <http://www.gnu.org/licenses>.
618
along with Koha; if not, see <https://www.gnu.org/licenses>.
(-)a/Koha/Cash/Register.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Register; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Cash/Register/Action.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Register::Action; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Cash/Register/Actions.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Register::Actions; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Cash/Register/Cashup.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Register::Cashup; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Cash/Register/Cashups.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Register::Cashups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Cash/Registers.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Registers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Charges/Fees.pm (-1 / +1 lines)
Lines 15-21 package Koha::Charges::Fees; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Charges/Sales.pm (-1 / +1 lines)
Lines 15-21 package Koha::Charges::Sales; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Checkout.pm (-1 / +1 lines)
Lines 16-22 package Koha::Checkout; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Checkouts.pm (-1 / +1 lines)
Lines 15-21 package Koha::Checkouts; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Checkouts/Renewal.pm (-1 / +1 lines)
Lines 15-21 package Koha::Checkouts::Renewal; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Checkouts/Renewals.pm (-1 / +1 lines)
Lines 15-21 package Koha::Checkouts::Renewals; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with oha; if not, see <http://www.gnu.org/licenses>.
18
# along with oha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Checkouts/ReturnClaim.pm (-1 / +1 lines)
Lines 15-21 package Koha::Checkouts::ReturnClaim; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Checkouts/ReturnClaims.pm (-1 / +1 lines)
Lines 15-21 package Koha::Checkouts::ReturnClaims; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/CirculationRule.pm (-1 / +1 lines)
Lines 15-21 package Koha::CirculationRule; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/CirculationRules.pm (-1 / +1 lines)
Lines 15-21 package Koha::CirculationRules; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Carp qw( croak );
21
use Carp qw( croak );
(-)a/Koha/Cities.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cities; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/City.pm (-1 / +1 lines)
Lines 13-19 package Koha::City; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSortRule.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSortRule; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSortRules.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSortRules; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSource.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSource; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSources.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSources; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSplitRule.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSplitRule; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSplitRules.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSplitRules; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Club.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Enrollment.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Enrollment; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Enrollment/Field.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Enrollment::Field; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Enrollment/Fields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Enrollment::Fields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Enrollments.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Enrollments; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Field.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Field; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Fields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Fields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Hold.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Hold; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Hold/PatronHold.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Hold::PatronHold; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Hold/PatronHolds.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Hold::PatronHolds; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Holds.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Holds; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Template.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Template; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Template/EnrollmentField.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Template::EnrollmentField; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Template/EnrollmentFields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Template::EnrollmentFields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Template/Field.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Template::Field; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Template/Fields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Template::Fields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Templates.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Templates; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Clubs.pm (-1 / +1 lines)
Lines 15-21 package Koha::Clubs; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/CodeList/Unimarc/MediumOfPerformance.pm (-1 / +1 lines)
Lines 13-19 package Koha::CodeList::Unimarc::MediumOfPerformance; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use utf8;
19
use utf8;
(-)a/Koha/Config.pm (-1 / +1 lines)
Lines 13-19 package Koha::Config; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/Config/SysPref.pm (-1 / +1 lines)
Lines 15-21 package Koha::Config::SysPref; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Config/SysPrefs.pm (-1 / +1 lines)
Lines 15-21 package Koha::Config::SysPrefs; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/CookieManager.pm (-1 / +1 lines)
Lines 15-21 package Koha::CookieManager; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI::Cookie;
21
use CGI::Cookie;
(-)a/Koha/CoverImage.pm (-1 / +1 lines)
Lines 13-19 package Koha::CoverImage; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CoverImages.pm (-1 / +1 lines)
Lines 13-19 package Koha::CoverImages; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CsvProfile.pm (-1 / +1 lines)
Lines 13-19 package Koha::CsvProfile; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CsvProfiles.pm (-1 / +1 lines)
Lines 13-19 package Koha::CsvProfiles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickup.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickup; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupIssue.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupIssue; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupIssues.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupIssues; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupOpeningSlot.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupOpeningSlot; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupOpeningSlots.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupOpeningSlots; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupPolicies.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupPolicies; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupPolicy.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupPolicy; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickups.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Database.pm (-1 / +1 lines)
Lines 16-22 package Koha::Database; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/Koha/Database/Auditor.pm (-1 / +1 lines)
Lines 13-19 package Koha::Database::Auditor; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Database/Columns.pm (-1 / +1 lines)
Lines 13-19 package Koha::Database::Columns; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Koha::I18N qw( __ );
19
use Koha::I18N qw( __ );
(-)a/Koha/Database/Commenter.pm (-1 / +1 lines)
Lines 15-21 package Koha::Database::Commenter; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use File::Slurp qw(read_file);
21
use File::Slurp qw(read_file);
(-)a/Koha/DateTime/Format/RFC3339.pm (-1 / +1 lines)
Lines 13-19 package Koha::DateTime::Format::RFC3339; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/DateTime/Format/SQL.pm (-1 / +1 lines)
Lines 13-19 package Koha::DateTime::Format::SQL; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/DateUtils.pm (-1 / +1 lines)
Lines 14-20 package Koha::DateUtils; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use DateTime;
20
use DateTime;
(-)a/Koha/Desk.pm (-1 / +1 lines)
Lines 14-20 package Koha::Desk; Link Here
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Desks.pm (-1 / +1 lines)
Lines 14-20 package Koha::Desks; Link Here
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/EDI.pm (-1 / +1 lines)
Lines 15-21 package Koha::EDI; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/Koha/ERM/Agreement.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/License.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::License; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/Licenses.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::Licenses; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/Period.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::Period; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/Periods.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::Periods; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/Relationship.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::Relationship; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/Relationships.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::Relationships; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreements.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreements; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use DateTime;
19
use DateTime;
(-)a/Koha/ERM/Document.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Document; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Documents.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Documents; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Package.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Package; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Package/Agreement.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Package::Agreement; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Package/Agreements.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Package::Agreements; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Packages.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Packages; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Resource.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Resource; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Resources.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Resources; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Title.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Title; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Titles.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Titles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EUsage/CounterFile.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::CounterFile; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/CounterFiles.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::CounterFiles; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/CounterLog.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::CounterLog; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/CounterLogs.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::CounterLogs; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/DefaultUsageReport.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::DefaultUsageReport; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/DefaultUsageReports.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::DefaultUsageReports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/MonthlyUsage.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::MonthlyUsage; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/MonthlyUsages.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::MonthlyUsages; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/SushiCounter.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::SushiCounter; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageDataProvider.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageDataProvider; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageDataProviders.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageDataProviders; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageDatabase.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageDatabase; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageDatabases.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageDatabases; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageItem.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageItem; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageItems.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageItems; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsagePlatform.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsagePlatform; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsagePlatforms.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsagePlatforms; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageTitle.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageTitle; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageTitles.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageTitles; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/YearlyUsage.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::YearlyUsage; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/YearlyUsages.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::YearlyUsages; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/License.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::License; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Licenses.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Licenses; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/UserRole.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::UserRole; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/UserRoles.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::UserRoles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Edifact.pm (-1 / +1 lines)
Lines 15-21 package Koha::Edifact; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/Koha/Edifact/File.pm (-1 / +1 lines)
Lines 13-19 package Koha::Edifact::File; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Edifact/File/Error.pm (-1 / +1 lines)
Lines 13-19 package Koha::Edifact::File::Error; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Edifact/File/Errors.pm (-1 / +1 lines)
Lines 13-19 package Koha::Edifact::File::Errors; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Edifact/Files.pm (-1 / +1 lines)
Lines 13-19 package Koha::Edifact::Files; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Edifact/Line.pm (-1 / +1 lines)
Lines 15-21 package Koha::Edifact::Line; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/Koha/Edifact/Message.pm (-1 / +1 lines)
Lines 15-21 package Koha::Edifact::Message; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/Koha/Edifact/Order.pm (-1 / +1 lines)
Lines 19-25 use utf8; Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Carp qw( carp );
24
use Carp qw( carp );
25
use DateTime;
25
use DateTime;
(-)a/Koha/Edifact/Segment.pm (-1 / +1 lines)
Lines 15-21 package Koha::Edifact::Segment; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/Koha/Edifact/Transport.pm (-1 / +1 lines)
Lines 15-21 package Koha::Edifact::Transport; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Email.pm (-1 / +1 lines)
Lines 16-22 package Koha::Email; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Encryption.pm (-1 / +1 lines)
Lines 15-21 package Koha::Encryption; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Exception.pm (-1 / +1 lines)
Lines 15-21 package Koha::Exception; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Exceptions/Account.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Account; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Acquisition/Basket.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Acquisition::Basket; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/ArticleRequest.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::ArticleRequest; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Auth.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Auth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/BackgroundJob.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::BackgroundJob; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Checkin.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Checkin; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Checkouts/ReturnClaims.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Checkouts::ReturnClaims; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/CirculationRule.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::CirculationRule; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/CurbsidePickup.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::CurbsidePickup; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/ERM/EUsage/CounterFile.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::ERM::EUsage::CounterFile; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Elasticsearch.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Elasticsearch; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Hold.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Hold; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Ill.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Ill; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Item/Bundle.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Item::Bundle; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Item/Transfer.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Item::Transfer; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Metadata.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Metadata; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Object.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Object; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Password.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Password; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Patron/Category.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Patron::Category; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Patron/MessagePreference.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Patron::MessagePreference; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Patron/MessagePreference/Transport.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Patron::MessagePreference::Transport; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Patron/Relationship.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Patron::Relationship; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Plugin.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Plugin; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Preservation.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Preservation; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Suggestion.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Suggestion; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/SysPref.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::SysPref; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Token.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Token; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/TransferLimit.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::TransferLimit; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Virtualshelf.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Virtualshelf; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/XSLT.pm (-1 / +1 lines)
Lines 15-21 package Koha::Exceptions::XSLT; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Exception;
21
use Koha::Exception;
(-)a/Koha/Exporter/Record.pm (-1 / +1 lines)
Lines 295-298 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
295
GNU General Public License for more details.
295
GNU General Public License for more details.
296
296
297
You should have received a copy of the GNU General Public License
297
You should have received a copy of the GNU General Public License
298
along with Koha; if not, see <http://www.gnu.org/licenses>.
298
along with Koha; if not, see <https://www.gnu.org/licenses>.
(-)a/Koha/ExternalContent.pm (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
package Koha::ExternalContent;
18
package Koha::ExternalContent;
19
19
(-)a/Koha/ExternalContent/OverDrive.pm (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
package Koha::ExternalContent::OverDrive;
18
package Koha::ExternalContent::OverDrive;
19
19
(-)a/Koha/Filter/MARC/EmbedItems.pm (-1 / +1 lines)
Lines 15-21 package Koha::Filter::MARC::EmbedItems; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Filter/MARC/EmbedItemsAvailability.pm (-1 / +1 lines)
Lines 13-19 package Koha::Filter::MARC::EmbedItemsAvailability; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/Filter/MARC/EmbedSeeFromHeadings.pm (-1 / +1 lines)
Lines 15-21 package Koha::Filter::MARC::EmbedSeeFromHeadings; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Filter/MARC/ExpandCodedFields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Filter::MARC::ExpandCodedFields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Filter/MARC/Null.pm (-1 / +1 lines)
Lines 15-21 package Koha::Filter::MARC::Null; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Filter/MARC/TrimFields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Filter::MARC::TrimFields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Filter/MARC/ViewPolicy.pm (-3 / +3 lines)
Lines 15-21 package Koha::Filter::MARC::ViewPolicy; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
Lines 284-290 These should all be installed if the koha-common package is installed or Koha is Link Here
284
=head1 BUGS AND LIMITATIONS
284
=head1 BUGS AND LIMITATIONS
285
285
286
This is the initial version. Please feel free to report bugs
286
This is the initial version. Please feel free to report bugs
287
at http://bugs.koha-community.org/.
287
at https://bugs.koha-community.org/.
288
288
289
=head1 AUTHOR
289
=head1 AUTHOR
290
290
Lines 307-313 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
307
GNU General Public License for more details.
307
GNU General Public License for more details.
308
308
309
You should have received a copy of the GNU General Public License
309
You should have received a copy of the GNU General Public License
310
along with Koha; if not, see <http://www.gnu.org/licenses>.
310
along with Koha; if not, see <https://www.gnu.org/licenses>.
311
311
312
=cut
312
=cut
313
313
(-)a/Koha/FrameworkPlugin.pm (-1 / +1 lines)
Lines 16-22 package Koha::FrameworkPlugin; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/Koha/Hold.pm (-1 / +1 lines)
Lines 16-22 package Koha::Hold; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Hold/CancellationRequest.pm (-1 / +1 lines)
Lines 13-19 package Koha::Hold::CancellationRequest; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Hold/CancellationRequests.pm (-1 / +1 lines)
Lines 13-19 package Koha::Hold::CancellationRequests; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Hold/HoldsQueueItem.pm (-1 / +1 lines)
Lines 15-21 package Koha::Hold::HoldsQueueItem; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Hold/HoldsQueueItems.pm (-1 / +1 lines)
Lines 15-21 package Koha::Hold::HoldsQueueItems; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Holds.pm (-1 / +1 lines)
Lines 15-21 package Koha::Holds; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/I18N.pm (-1 / +1 lines)
Lines 15-21 package Koha::I18N; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Backend.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Backend; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Backend/Standard.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Backend::Standard; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use DateTime;
21
use DateTime;
(-)a/Koha/ILL/Batch.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Batch; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Batch/Status.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Batch::Status; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/ILL/Batch/Statuses.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Batch::Statuses; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/ILL/Batches.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Batches; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/ILL/Comment.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Comment; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/ILL/Comments.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Comments; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/ILL/Request.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Attribute.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Attribute; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Attributes.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Attributes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Config.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Config; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Logger.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Logger; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use JSON qw( from_json to_json );
21
use JSON qw( from_json to_json );
(-)a/Koha/ILL/Request/SupplierUpdate.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::SupplierUpdate; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/SupplierUpdateProcessor.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::SupplierUpdateProcessor; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Workflow.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Workflow; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Workflow/Availability.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Workflow::Availability; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Workflow/ConfirmAuto.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Workflow::ConfirmAuto; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Workflow/HistoryCheck.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Workflow::HistoryCheck; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Workflow/TypeDisclaimer.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Workflow::TypeDisclaimer; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Requests.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Requests; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Import/Record.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Auth.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Auth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Auths.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Auths; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Biblio.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Biblio; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Biblios.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Biblios; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Item.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Item; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Match.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Match; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Matches.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Matches; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Records.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Records; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ImportBatch.pm (-1 / +1 lines)
Lines 16-22 package Koha::ImportBatch; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use Try::Tiny;
22
use Try::Tiny;
(-)a/Koha/ImportBatchProfile.pm (-1 / +1 lines)
Lines 16-22 package Koha::ImportBatchProfile; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/ImportBatchProfiles.pm (-1 / +1 lines)
Lines 16-22 package Koha::ImportBatchProfiles; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/ImportBatches.pm (-1 / +1 lines)
Lines 16-22 package Koha::ImportBatches; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Indexer/Utils.pm (-1 / +1 lines)
Lines 14-20 package Koha::Indexer::Utils; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/Koha/Installer/Output.pm (-1 / +1 lines)
Lines 15-21 package Koha::Installer::Output; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Item.pm (-1 / +1 lines)
Lines 15-21 package Koha::Item; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Item/Attributes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Item::Attributes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use MARC::Record;
19
use MARC::Record;
(-)a/Koha/Item/Template.pm (-1 / +1 lines)
Lines 13-19 package Koha::Item::Template; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Item/Templates.pm (-1 / +1 lines)
Lines 13-19 package Koha::Item::Templates; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Item/Transfer.pm (-1 / +1 lines)
Lines 13-19 package Koha::Item::Transfer; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Item/Transfer/Limit.pm (-1 / +1 lines)
Lines 14-20 package Koha::Item::Transfer::Limit; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Item/Transfer/Limits.pm (-1 / +1 lines)
Lines 14-20 package Koha::Item::Transfer::Limits; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Item/Transfers.pm (-1 / +1 lines)
Lines 13-19 package Koha::Item::Transfers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ItemType.pm (-1 / +1 lines)
Lines 13-19 package Koha::ItemType; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ItemTypes.pm (-1 / +1 lines)
Lines 13-19 package Koha::ItemTypes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Items.pm (-1 / +1 lines)
Lines 15-21 package Koha::Items; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Array::Utils    qw( array_minus );
21
use Array::Utils    qw( array_minus );
(-)a/Koha/KeyboardShortcut.pm (-1 / +1 lines)
Lines 13-19 package Koha::KeyboardShortcut; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/KeyboardShortcuts.pm (-1 / +1 lines)
Lines 13-19 package Koha::KeyboardShortcuts; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Language.pm (-1 / +1 lines)
Lines 15-21 package Koha::Language; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Libraries.pm (-1 / +1 lines)
Lines 15-21 package Koha::Libraries; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Library.pm (-1 / +1 lines)
Lines 15-21 package Koha::Library; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Library/Group.pm (-1 / +1 lines)
Lines 15-21 package Koha::Library::Group; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Library/Groups.pm (-1 / +1 lines)
Lines 15-21 package Koha::Library::Groups; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Library/Hour.pm (-1 / +1 lines)
Lines 14-20 package Koha::Library::Hour; Link Here
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Library/Hours.pm (-1 / +1 lines)
Lines 14-20 package Koha::Library::Hours; Link Here
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Library/OverDriveInfo.pm (-1 / +1 lines)
Lines 13-19 package Koha::Library::OverDriveInfo; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Library/OverDriveInfos.pm (-1 / +1 lines)
Lines 13-19 package Koha::Library::OverDriveInfos; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Linktracker.pm (-1 / +1 lines)
Lines 15-21 package Koha::Linktracker; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/List/Patron.pm (-1 / +1 lines)
Lines 15-21 package Koha::List::Patron; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Localization.pm (-1 / +1 lines)
Lines 13-19 package Koha::Localization; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Localizations.pm (-1 / +1 lines)
Lines 13-19 package Koha::Localizations; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Logger.pm (-1 / +1 lines)
Lines 16-22 package Koha::Logger; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/Koha/MarcOrder.pm (-1 / +1 lines)
Lines 15-21 package Koha::MarcOrder; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Try::Tiny qw( catch try );
21
use Try::Tiny qw( catch try );
(-)a/Koha/MarcOrderAccount.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcOrderAccount; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/MarcOrderAccounts.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcOrderAccounts; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/MarcOverlayRule.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcOverlayRule; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/MarcOverlayRules.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcOverlayRules; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use List::Util qw(first any);
19
use List::Util qw(first any);
(-)a/Koha/MarcSubfieldStructure.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcSubfieldStructure; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/MarcSubfieldStructures.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcSubfieldStructures; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/MetaSearcher.pm (-1 / +1 lines)
Lines 15-21 package Koha::MetaSearcher; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/MetadataIterator.pm (-1 / +1 lines)
Lines 17-23 package Koha::MetadataIterator; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/Koha/MetadataRecord.pm (-1 / +1 lines)
Lines 15-21 package Koha::MetadataRecord; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/MetadataRecord/Authority.pm (-1 / +1 lines)
Lines 15-21 package Koha::MetadataRecord::Authority; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Middleware/CSRF.pm (-1 / +1 lines)
Lines 13-19 package Koha::Middleware::CSRF; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Middleware/RealIP.pm (-1 / +1 lines)
Lines 15-21 package Koha::Middleware::RealIP; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Middleware/SetEnv.pm (-1 / +1 lines)
Lines 15-21 package Koha::Middleware::SetEnv; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Misc/Files.pm (-1 / +1 lines)
Lines 17-23 package Koha::Misc::Files; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/Koha/Notice/Message.pm (-1 / +1 lines)
Lines 13-19 package Koha::Notice::Message; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Notice/Messages.pm (-1 / +1 lines)
Lines 13-19 package Koha::Notice::Messages; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Notice/Template.pm (-1 / +1 lines)
Lines 13-19 package Koha::Notice::Template; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Notice/Templates.pm (-1 / +1 lines)
Lines 13-19 package Koha::Notice::Templates; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Notice/Util.pm (-1 / +1 lines)
Lines 15-21 package Koha::Notice::Util; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Data::Dumper qw/Dumper/;
21
use Data::Dumper qw/Dumper/;
(-)a/Koha/Number/Price.pm (-1 / +1 lines)
Lines 15-21 package Koha::Number::Price; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/OAI/Client/Harvester.pm (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
package Koha::OAI::Client::Harvester;
18
package Koha::OAI::Client::Harvester;
19
19
(-)a/Koha/OAI/Server/DeletedRecord.pm (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
package Koha::OAI::Server::DeletedRecord;
19
package Koha::OAI::Server::DeletedRecord;
20
20
(-)a/Koha/OAI/Server/Description.pm (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
package Koha::OAI::Server::Description;
19
package Koha::OAI::Server::Description;
20
20
(-)a/Koha/OAI/Server/GetRecord.pm (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
package Koha::OAI::Server::GetRecord;
19
package Koha::OAI::Server::GetRecord;
20
20
(-)a/Koha/OAI/Server/Identify.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::Identify;
20
package Koha::OAI::Server::Identify;
21
21
(-)a/Koha/OAI/Server/ListBase.pm (-1 / +1 lines)
Lines 15-21 package Koha::OAI::Server::ListBase; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/OAI/Server/ListIdentifiers.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::ListIdentifiers;
20
package Koha::OAI::Server::ListIdentifiers;
21
21
(-)a/Koha/OAI/Server/ListMetadataFormats.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::ListMetadataFormats;
20
package Koha::OAI::Server::ListMetadataFormats;
21
21
(-)a/Koha/OAI/Server/ListRecords.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::ListRecords;
20
package Koha::OAI::Server::ListRecords;
21
21
(-)a/Koha/OAI/Server/ListSets.pm (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
package Koha::OAI::Server::ListSets;
19
package Koha::OAI::Server::ListSets;
20
20
(-)a/Koha/OAI/Server/Record.pm (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
package Koha::OAI::Server::Record;
19
package Koha::OAI::Server::Record;
20
20
(-)a/Koha/OAI/Server/Repository.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::Repository;
20
package Koha::OAI::Server::Repository;
21
21
(-)a/Koha/OAI/Server/ResumptionToken.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::ResumptionToken;
20
package Koha::OAI::Server::ResumptionToken;
21
21
(-)a/Koha/OAIServer.pm (-1 / +1 lines)
Lines 13-19 package Koha::OAIServer; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/OAIServers.pm (-1 / +1 lines)
Lines 13-19 package Koha::OAIServers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/OAuth.pm (-1 / +1 lines)
Lines 13-19 package Koha::OAuth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/OAuthAccessToken.pm (-1 / +1 lines)
Lines 13-19 package Koha::OAuthAccessToken; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/OAuthAccessTokens.pm (-1 / +1 lines)
Lines 13-19 package Koha::OAuthAccessTokens; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Object.pm (-1 / +1 lines)
Lines 16-22 package Koha::Object; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Object/Limit/Library.pm (-1 / +1 lines)
Lines 13-19 package Koha::Object::Limit::Library; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Object/Message.pm (-1 / +1 lines)
Lines 13-19 package Koha::Object::Message; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Object/Mixin/AdditionalFields.pm (-2 / +2 lines)
Lines 308-314 sub strings_map { Link Here
308
308
309
=head1 AUTHOR
309
=head1 AUTHOR
310
310
311
Koha Development Team <http://koha-community.org/>
311
Koha Development Team <https://koha-community.org/>
312
312
313
=head1 COPYRIGHT AND LICENSE
313
=head1 COPYRIGHT AND LICENSE
314
314
Lines 326-332 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
326
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
326
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
327
327
328
You should have received a copy of the GNU General Public License along
328
You should have received a copy of the GNU General Public License along
329
with Koha; if not, see <http://www.gnu.org/licenses>.
329
with Koha; if not, see <https://www.gnu.org/licenses>.
330
330
331
=cut
331
=cut
332
332
(-)a/Koha/Objects.pm (-1 / +1 lines)
Lines 15-21 package Koha::Objects; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Objects/Limit/Library.pm (-1 / +1 lines)
Lines 13-19 package Koha::Objects::Limit::Library; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Objects/Mixin/AdditionalFields.pm (-2 / +2 lines)
Lines 88-94 sub extended_attributes_tablename_query { Link Here
88
88
89
=head1 AUTHOR
89
=head1 AUTHOR
90
90
91
Koha Development Team <http://koha-community.org/>
91
Koha Development Team <https://koha-community.org/>
92
92
93
=head1 COPYRIGHT AND LICENSE
93
=head1 COPYRIGHT AND LICENSE
94
94
Lines 106-112 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
106
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
106
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
107
107
108
You should have received a copy of the GNU General Public License along
108
You should have received a copy of the GNU General Public License along
109
with Koha; if not, see <http://www.gnu.org/licenses>.
109
with Koha; if not, see <https://www.gnu.org/licenses>.
110
110
111
=cut
111
=cut
112
112
(-)a/Koha/Objects/Mixin/ExtendedAttributes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Objects::Mixin::ExtendedAttributes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Scalar::Util qw( reftype );
21
use Scalar::Util qw( reftype );
(-)a/Koha/Objects/Record/Collections.pm (-1 / +1 lines)
Lines 15-21 package Koha::Objects::Record::Collections; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Old/Biblio.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblio; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Biblio/Metadata.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblio::Metadata; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Biblio/Metadatas.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblio::Metadatas; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Biblioitem.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblioitem; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Biblioitems.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblioitems; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Biblios.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblios; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Checkout.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Checkout; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Checkouts.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Checkouts; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Hold.pm (-1 / +1 lines)
Lines 15-21 package Koha::Old::Hold; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Old/Holds.pm (-1 / +1 lines)
Lines 15-21 package Koha::Old::Holds; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Old/Item.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Item; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Patron.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Patron; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Patrons.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Patrons; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/OverdueRule.pm (-1 / +1 lines)
Lines 15-21 package Koha::OverdueRule; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/OverdueRules.pm (-1 / +1 lines)
Lines 15-21 package Koha::OverdueRules; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron.pm (-1 / +1 lines)
Lines 16-22 package Koha::Patron; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Patron/Attribute.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Attribute; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Attribute/Type.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Attribute::Type; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Attribute/Types.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Attribute::Types; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Attributes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Attributes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Categories.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Categories; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Category.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Category; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Consent.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Consent; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/Consents.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Consents; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/Debarments.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Debarments; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/Files.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Files; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/HouseboundProfile.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundProfile; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/HouseboundProfiles.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundProfiles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/HouseboundRole.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundRole; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/HouseboundRoles.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundRoles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/HouseboundVisit.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundVisit; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/HouseboundVisits.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundVisits; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Image.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Image; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Images.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Images; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Message.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Message; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/MessagePreference.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Attribute.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Attribute; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Attributes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Attributes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transport.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transport; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transport/Preference.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transport::Preference; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transport/Preferences.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transport::Preferences; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transport/Type.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transport::Type; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transport/Types.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transport::Types; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transports.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreferences.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreferences; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/Messages.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Messages; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Modification.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Modification; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/Modifications.pm (-1 / +1 lines)
Lines 14-20 package Koha::Patron::Modifications; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/Koha/Patron/Password/Recovery.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Password::Recovery; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/Koha/Patron/Relationship.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Relationship; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Relationships.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Relationships; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Restriction.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Restriction; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Restriction/Type.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Restriction::Type; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Restriction/Types.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Restriction::Types; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Restrictions.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Restrictions; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patrons.pm (-1 / +1 lines)
Lines 16-22 package Koha::Patrons; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Patrons/Import.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patrons::Import; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Moo;
19
use Moo;
(-)a/Koha/Plugins.pm (-1 / +1 lines)
Lines 15-21 package Koha::Plugins; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Base.pm (-1 / +1 lines)
Lines 15-21 package Koha::Plugins::Base; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Data.pm (-1 / +1 lines)
Lines 15-21 package Koha::Plugins::Data; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Datas.pm (-1 / +1 lines)
Lines 15-21 package Koha::Plugins::Datas; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Handler.pm (-1 / +1 lines)
Lines 15-21 package Koha::Plugins::Handler; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Method.pm (-1 / +1 lines)
Lines 13-19 package Koha::Plugins::Method; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Plugins/Methods.pm (-1 / +1 lines)
Lines 13-19 package Koha::Plugins::Methods; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Plugins/Tab.pm (-1 / +1 lines)
Lines 13-19 package Koha::Plugins::Tab; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Policy/Holds.pm (-1 / +1 lines)
Lines 15-21 package Koha::Policy::Holds; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Policy/Patrons/Cardnumber.pm (-1 / +1 lines)
Lines 15-21 package Koha::Policy::Patrons::Cardnumber; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Preservation/Processing.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Processing; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Processing/Attribute.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Processing::Attribute; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Processing/Attributes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Processing::Attributes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Processings.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Processings; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Train.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Train; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Train/Item.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Train::Item; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Train/Item/Attribute.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Train::Item::Attribute; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Train/Item/Attributes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Train::Item::Attributes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Train/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Train::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Trains.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Trains; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ProblemReport.pm (-1 / +1 lines)
Lines 15-21 package Koha::ProblemReport; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ProblemReports.pm (-1 / +1 lines)
Lines 15-21 package Koha::ProblemReports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/PseudonymizedTransaction.pm (-1 / +1 lines)
Lines 12-18 package Koha::PseudonymizedTransaction; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/PseudonymizedTransactions.pm (-1 / +1 lines)
Lines 12-18 package Koha::PseudonymizedTransactions; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/Quote.pm (-1 / +1 lines)
Lines 13-19 package Koha::Quote; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Quotes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Quotes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/Auth/IdP.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::Plugin::Auth::IdP; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/Plugin/Auth/PublicRoutes.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::Plugin::Auth::PublicRoutes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/Plugin/Exceptions.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::Exceptions; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/Objects.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::Objects; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/Pagination.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::Pagination; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/PluginRoutes.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::PluginRoutes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/Query.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::Query; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/Responses.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::Responses; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Baskets.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Baskets; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Funds.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Funds; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Orders.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Orders; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Vendor/Edifact/Files.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Vendor::Edifact::Files; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Vendor/Issues.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Vendor::Issues; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Vendors.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Vendors; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/AdvancedEditorMacro.pm (-1 / +1 lines)
Lines 12-18 package Koha::REST::V1::AdvancedEditorMacro; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/REST/V1/ArticleRequests.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ArticleRequests; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Auth.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::Auth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/Auth/Identity/Provider/Domains.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Auth::Identity::Provider::Domains; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Auth/Identity/Providers.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Auth::Identity::Providers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Auth/Password.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Auth::Password; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/AuthorisedValueCategories.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::AuthorisedValueCategories; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/AuthorisedValues.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::AuthorisedValues; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Authorities.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Authorities; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/BackgroundJobs.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::BackgroundJobs; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Biblios.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Biblios; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Biblios/ItemGroups.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Biblios::ItemGroups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Biblios/ItemGroups/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Biblios::ItemGroups::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Bookings.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Bookings; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/CashRegisters/Cashups.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::CashRegisters::Cashups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Checkouts.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Checkouts; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Cities.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Cities; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Clubs/Holds.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Clubs::Holds; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Config/SMTP/Servers.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Config::SMTP::Servers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/DeletedBiblios.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::DeletedBiblios; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/Agreements.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::Agreements; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/Documents.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::Documents; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Packages.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Packages; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Packages/EBSCO.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Packages::EBSCO; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Packages/Local.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Packages::Local; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Resources.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Resources; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Resources/EBSCO.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Resources::EBSCO; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Resources/Local.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Resources::Local; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Titles.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Titles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Titles/EBSCO.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Titles::EBSCO; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Titles/Local.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Titles::Local; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EUsage/CounterFiles.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::CounterFiles; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/CounterLogs.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::CounterLogs; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/CounterRegistry.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::CounterRegistry; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/CustomReports.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::CustomReports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/DefaultUsageReports.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::DefaultUsageReports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/SushiServices.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::SushiServices; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/UsageDataProviders.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::UsageDataProviders; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/UsageDatabases.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::UsageDatabases; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/UsageItems.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::UsageItems; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/UsagePlatforms.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::UsagePlatforms; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/UsageTitles.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::UsageTitles; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/Licenses.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::Licenses; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ExtendedAttributeTypes.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ExtendedAttributeTypes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
# IMPORTANT NOTE
18
# IMPORTANT NOTE
19
#
19
#
(-)a/Koha/REST/V1/Holds.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Holds; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ILL/Backends.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ILL::Backends; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ILL/Batch/Statuses.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ILL::Batch::Statuses; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ILL/Batches.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ILL::Batches; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ILL/Requests.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ILL::Requests; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ImportBatchProfiles.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ImportBatchProfiles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ImportRecordMatches.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ImportRecordMatches; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ItemTypes.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ItemTypes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Libraries.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Libraries; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Lists.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Lists; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/OAuth.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::OAuth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/OAuth/Client.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::OAuth::Client; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Account.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Account; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Attributes.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Attributes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Categories.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Categories; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Checkouts.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Checkouts; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Holds.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Holds; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Password.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Password; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Password/Expiration.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Password::Expiration; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Recalls.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Recalls; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Preservation.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Preservation; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Preservation/Processings.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Preservation::Processings; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Preservation/Trains.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Preservation::Trains; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Preservation/WaitingList.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Preservation::WaitingList; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Quotes.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Quotes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/RecordSources.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::RecordSources; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ReturnClaims.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ReturnClaims; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/SearchFilter.pm (-1 / +1 lines)
Lines 12-18 package Koha::REST::V1::SearchFilter; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/REST/V1/Static.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Static; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/StockRotation/Rotas.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::StockRotation::Rotas; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/StockRotation/Stage.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::StockRotation::Stage; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Tickets.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Tickets; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/TransferLimits.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::TransferLimits; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/TwoFactorAuth.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::TwoFactorAuth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Rating.pm (-1 / +1 lines)
Lines 13-19 package Koha::Rating; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Ratings.pm (-1 / +1 lines)
Lines 13-19 package Koha::Ratings; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Recall.pm (-1 / +1 lines)
Lines 15-21 package Koha::Recall; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Recalls.pm (-1 / +1 lines)
Lines 15-21 package Koha::Recalls; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use DateTime;
21
use DateTime;
(-)a/Koha/RecordProcessor.pm (-1 / +1 lines)
Lines 15-21 package Koha::RecordProcessor; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/RecordProcessor/Base.pm (-1 / +1 lines)
Lines 15-21 package Koha::RecordProcessor::Base; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/RecordSource.pm (-1 / +1 lines)
Lines 16-22 package Koha::RecordSource; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/RecordSources.pm (-1 / +1 lines)
Lines 16-22 package Koha::RecordSources; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Report.pm (-1 / +1 lines)
Lines 13-19 package Koha::Report; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Reports.pm (-1 / +1 lines)
Lines 13-19 package Koha::Reports; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Result/Boolean.pm (-1 / +1 lines)
Lines 16-22 package Koha::Result::Boolean; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Review.pm (-1 / +1 lines)
Lines 13-19 package Koha::Review; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Reviews.pm (-1 / +1 lines)
Lines 13-19 package Koha::Reviews; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/SMS/Provider.pm (-1 / +1 lines)
Lines 15-21 package Koha::SMS::Provider; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/SMS/Providers.pm (-1 / +1 lines)
Lines 15-21 package Koha::SMS::Providers; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/SMTP/Server.pm (-1 / +1 lines)
Lines 13-19 package Koha::SMTP::Server; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/SMTP/Servers.pm (-1 / +1 lines)
Lines 13-19 package Koha::SMTP::Servers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Schema/Loader/mysql.pm (-1 / +1 lines)
Lines 17-23 package Koha::Schema::Loader::mysql; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/Koha/Script.pm (-1 / +1 lines)
Lines 16-22 package Koha::Script; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/SearchEngine.pm (-1 / +1 lines)
Lines 17-23 package Koha::SearchEngine; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use Readonly qw( Readonly );
23
use Readonly qw( Readonly );
(-)a/Koha/SearchEngine/Elasticsearch.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Elasticsearch; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use base qw(Class::Accessor);
20
use base qw(Class::Accessor);
21
21
(-)a/Koha/SearchEngine/Elasticsearch/Browse.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Elasticsearch::Browse; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SearchEngine/Elasticsearch/Indexer.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Elasticsearch::Indexer; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Carp qw( carp croak );
20
use Carp qw( carp croak );
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Elasticsearch::QueryBuilder; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SearchEngine/Elasticsearch/Search.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Elasticsearch::Search; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SearchEngine/Indexer.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Indexer; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This is a shim that gives you the appropriate search object for your
20
# This is a shim that gives you the appropriate search object for your
21
# system preference.
21
# system preference.
(-)a/Koha/SearchEngine/QueryBuilder.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::QueryBuilder; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This is a shim that gives you the appropriate query builder for your
20
# This is a shim that gives you the appropriate query builder for your
21
# system preference.
21
# system preference.
(-)a/Koha/SearchEngine/Search.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Search; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This is a shim that gives you the appropriate search object for your
20
# This is a shim that gives you the appropriate search object for your
21
# system preference.
21
# system preference.
(-)a/Koha/SearchEngine/Zebra/Indexer.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Zebra::Indexer; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Biblio qw( ModZebra );        # FIXME This is terrible, we should move the indexation code outside of C4::Biblio
21
use C4::Biblio qw( ModZebra );        # FIXME This is terrible, we should move the indexation code outside of C4::Biblio
(-)a/Koha/SearchEngine/Zebra/QueryBuilder.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Zebra::QueryBuilder; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SearchEngine/Zebra/Search.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Zebra::Search; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/SearchField.pm (-1 / +1 lines)
Lines 13-19 package Koha::SearchField; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/SearchFields.pm (-1 / +1 lines)
Lines 13-19 package Koha::SearchFields; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/SearchFilter.pm (-1 / +1 lines)
Lines 12-18 package Koha::SearchFilter; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
use JSON qw( encode_json decode_json );
18
use JSON qw( encode_json decode_json );
(-)a/Koha/SearchFilters.pm (-1 / +1 lines)
Lines 12-18 package Koha::SearchFilters; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/SearchMarcMap.pm (-1 / +1 lines)
Lines 13-19 package Koha::SearchMarcMap; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/SearchMarcMaps.pm (-1 / +1 lines)
Lines 13-19 package Koha::SearchMarcMaps; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Serial.pm (-1 / +1 lines)
Lines 15-21 package Koha::Serial; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Serial/Item.pm (-1 / +1 lines)
Lines 15-21 package Koha::Serial::Item; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Serial/Items.pm (-1 / +1 lines)
Lines 15-21 package Koha::Serial::Items; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Serials.pm (-1 / +1 lines)
Lines 15-21 package Koha::Serials; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Session.pm (-1 / +1 lines)
Lines 13-19 package Koha::Session; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI::Session;
19
use CGI::Session;
(-)a/Koha/SharedContent.pm (-1 / +1 lines)
Lines 15-21 package Koha::SharedContent; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use JSON qw( from_json to_json );
21
use JSON qw( from_json to_json );
(-)a/Koha/SimpleMARC.pm (-1 / +1 lines)
Lines 13-19 package Koha::SimpleMARC; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Sitemapper.pm (-1 / +1 lines)
Lines 16-22 package Koha::Sitemapper; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use Moo;
22
use Moo;
(-)a/Koha/Sitemapper/Writer.pm (-1 / +1 lines)
Lines 16-22 package Koha::Sitemapper::Writer; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Moo;
21
use Moo;
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/Koha/Statistic.pm (-1 / +1 lines)
Lines 15-21 package Koha::Statistic; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Statistics.pm (-1 / +1 lines)
Lines 13-19 package Koha::Statistics; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/StockRotationItem.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationItem; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/StockRotationItems.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationItems; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/StockRotationRota.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationRota; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/StockRotationRotas.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationRotas; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/StockRotationStage.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationStage; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/StockRotationStages.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationStages; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Subscription.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscription; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Subscription/Frequencies.pm (-1 / +1 lines)
Lines 13-19 package Koha::Subscription::Frequencies; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Subscription/Frequency.pm (-1 / +1 lines)
Lines 13-19 package Koha::Subscription::Frequency; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Subscription/Histories.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscription::Histories; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Subscription/History.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscription::History; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Subscription/Numberpattern.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscription::Numberpattern; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/Subscription/Numberpatterns.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscription::Numberpatterns; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/Subscription/Routinglist.pm (-1 / +1 lines)
Lines 14-20 package Koha::Subscription::Routinglist; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Subscription/Routinglists.pm (-1 / +1 lines)
Lines 14-20 package Koha::Subscription::Routinglists; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Subscriptions.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscriptions; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Suggestion.pm (-1 / +1 lines)
Lines 15-21 package Koha::Suggestion; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/SuggestionEngine.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Base.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine::Base; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Plugin/AuthorityFile.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine::Plugin::AuthorityFile; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Plugin/ExplodedTerms.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine::Plugin::ExplodedTerms; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Plugin/LibrisSpellcheck.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine::Plugin::LibrisSpellcheck; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use LWP::UserAgent;
21
use LWP::UserAgent;
(-)a/Koha/SuggestionEngine/Plugin/Null.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine::Plugin::Null; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Suggestions.pm (-1 / +1 lines)
Lines 15-21 package Koha::Suggestions; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Tag.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tag; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tags.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tags; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tags/Approval.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tags::Approval; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tags/Approvals.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tags::Approvals; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tags/Index.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tags::Index; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tags/Indexes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tags::Indexes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/AdditionalContents.pm (-1 / +1 lines)
Lines 17-23 package Koha::Template::Plugin::AdditionalContents; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/Koha/Template/Plugin/Asset.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Asset; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Template/Plugin/AudioAlerts.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::AudioAlerts; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/AuthClient.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::AuthClient; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/AuthorisedValues.pm (-1 / +1 lines)
Lines 14-20 package Koha::Template::Plugin::AuthorisedValues; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Template/Plugin/Biblio.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Biblio; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/Branches.pm (-1 / +1 lines)
Lines 16-22 package Koha::Template::Plugin::Branches; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Template/Plugin/Categories.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::Categories; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/CirculationRules.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::CirculationRules; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/ClassSources.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::ClassSources; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/Context.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::Context; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/Desks.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Desks; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/ExtendedAttributeTypes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::ExtendedAttributeTypes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/Frameworks.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Frameworks; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/HtmlId.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::HtmlId; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/HtmlScrubber.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::HtmlScrubber; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use base 'Template::Plugin::Filter';
19
use base 'Template::Plugin::Filter';
(-)a/Koha/Template/Plugin/HtmlTags.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::HtmlTags; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/I18N.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::I18N; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/ItemTypes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::ItemTypes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/JSConsents.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::JSConsents; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/Koha.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Koha; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/KohaDates.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::KohaDates; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/KohaPlugins.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::KohaPlugins; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/KohaSpan.pm (-1 / +1 lines)
Lines 16-22 package Koha::Template::Plugin::KohaSpan; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Template/Plugin/KohaTimes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::KohaTimes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Template::Plugin::Filter;
19
use Template::Plugin::Filter;
(-)a/Koha/Template/Plugin/Languages.pm (-1 / +1 lines)
Lines 14-20 package Koha::Template::Plugin::Languages; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Template/Plugin/NoticeTemplates.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::NoticeTemplates; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/Notices.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Notices; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/Price.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Price; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/Registers.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Registers; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Template/Plugin/Remove_MARC_punctuation.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::Remove_MARC_punctuation; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/SafeURL.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::SafeURL; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use URI;
19
use URI;
(-)a/Koha/Template/Plugin/TablesSettings.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::TablesSettings; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Template/Plugin/To.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::To; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/raw.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::raw; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/TemplateUtils.pm (-1 / +1 lines)
Lines 15-21 package Koha::TemplateUtils; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Ticket.pm (-1 / +1 lines)
Lines 13-19 package Koha::Ticket; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Ticket/Update.pm (-1 / +1 lines)
Lines 13-19 package Koha::Ticket::Update; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Ticket/Updates.pm (-1 / +1 lines)
Lines 13-19 package Koha::Ticket::Updates; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tickets.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tickets; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Token.pm (-1 / +1 lines)
Lines 17-23 package Koha::Token; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/Koha/TrackedLink.pm (-1 / +1 lines)
Lines 13-19 package Koha::TrackedLink; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/TrackedLinks.pm (-1 / +1 lines)
Lines 13-19 package Koha::TrackedLinks; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/UI/Form/Builder/Biblio.pm (-1 / +1 lines)
Lines 13-19 package Koha::UI::Form::Builder::Biblio; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use feature qw(fc);
19
use feature qw(fc);
(-)a/Koha/UI/Form/Builder/Item.pm (-1 / +1 lines)
Lines 13-19 package Koha::UI::Form::Builder::Item; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use feature    qw(fc);
19
use feature    qw(fc);
(-)a/Koha/UI/Table/Builder/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::UI::Table::Builder::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use List::MoreUtils qw( uniq );
19
use List::MoreUtils qw( uniq );
(-)a/Koha/UploadedFile.pm (-1 / +1 lines)
Lines 15-21 package Koha::UploadedFile; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use File::Spec;
21
use File::Spec;
(-)a/Koha/UploadedFiles.pm (-1 / +1 lines)
Lines 15-21 package Koha::UploadedFiles; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Uploader.pm (-1 / +1 lines)
Lines 17-23 package Koha::Uploader; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/Koha/Util/FrameworkPlugin.pm (-1 / +1 lines)
Lines 17-23 package Koha::Util::FrameworkPlugin; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
#
21
#
22
22
23
use Modern::Perl;
23
use Modern::Perl;
(-)a/Koha/Util/MARC.pm (-1 / +1 lines)
Lines 15-21 package Koha::Util::MARC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Util/Navigation.pm (-1 / +1 lines)
Lines 15-21 package Koha::Util::Navigation; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/Koha/Util/Normalize.pm (-2 / +2 lines)
Lines 15-21 package Koha::Util::Normalize; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 128-134 __END__ Link Here
128
128
129
=head1 AUTHOR
129
=head1 AUTHOR
130
130
131
Koha Development Team <http://koha-community.org/>
131
Koha Development Team <https://koha-community.org/>
132
132
133
Tomas Cohen Arazi <tomascohen@theke.io>
133
Tomas Cohen Arazi <tomascohen@theke.io>
134
134
(-)a/Koha/Util/OpenDocument.pm (-2 / +2 lines)
Lines 15-21 package Koha::Util::OpenDocument; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 86-92 __END__ Link Here
86
86
87
=head1 AUTHOR
87
=head1 AUTHOR
88
88
89
Koha Development Team <http://koha-community.org/>
89
Koha Development Team <https://koha-community.org/>
90
90
91
Fridolin Somers <fridolin.somers@biblibre.com>
91
Fridolin Somers <fridolin.somers@biblibre.com>
92
92
(-)a/Koha/Util/StockRotation.pm (-1 / +1 lines)
Lines 17-23 package Koha::Util::StockRotation; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/Koha/Virtualshelf.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelf; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Virtualshelfcontent.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelfcontent; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Virtualshelfcontents.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelfcontents; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Virtualshelfshare.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelfshare; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Virtualshelfshares.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelfshares; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Virtualshelves.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelves; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/XSLT/Base.pm (-1 / +1 lines)
Lines 15-21 package Koha::XSLT::Base; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/XSLT/HTTPS.pm (-1 / +1 lines)
Lines 15-21 package Koha::XSLT::HTTPS; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/XSLT/Security.pm (-1 / +1 lines)
Lines 15-21 package Koha::XSLT::Security; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Z3950Responder.pm (-1 / +1 lines)
Lines 15-21 package Koha::Z3950Responder; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Z3950Responder/GenericSession.pm (-1 / +1 lines)
Lines 15-21 package Koha::Z3950Responder::GenericSession; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Z3950Responder/RPN.pm (-1 / +1 lines)
Lines 17-23 package Net::Z3950::RPN::Term; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/Koha/Z3950Responder/Session.pm (-1 / +1 lines)
Lines 15-21 package Koha::Z3950Responder::Session; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Z3950Responder/ZebraSession.pm (-1 / +1 lines)
Lines 15-21 package Koha::Z3950Responder::ZebraSession; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Z3950Server.pm (-1 / +1 lines)
Lines 13-19 package Koha::Z3950Server; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Z3950Servers.pm (-1 / +1 lines)
Lines 13-19 package Koha::Z3950Servers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/pdfformat/layout1page.pm (-1 / +1 lines)
Lines 15-21 package Koha::pdfformat::layout1page; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
20
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
21
use vars qw(@ISA @EXPORT);
21
use vars qw(@ISA @EXPORT);
(-)a/Koha/pdfformat/layout2pages.pm (-1 / +1 lines)
Lines 18-24 package Koha::pdfformat::layout2pages; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
24
use vars qw(@ISA @EXPORT);
24
use vars qw(@ISA @EXPORT);
(-)a/Koha/pdfformat/layout2pagesde.pm (-1 / +1 lines)
Lines 18-24 package Koha::pdfformat::layout2pagesde; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
24
use Modern::Perl;
24
use Modern::Perl;
(-)a/Koha/pdfformat/layout3pages.pm (-1 / +1 lines)
Lines 18-24 package Koha::pdfformat::layout3pages; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
24
use vars            qw(@ISA @EXPORT);
24
use vars            qw(@ISA @EXPORT);
(-)a/Koha/pdfformat/layout3pagesfr.pm (-1 / +1 lines)
Lines 17-23 package Koha::pdfformat::layout3pagesfr; Link Here
17
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
17
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License along
20
# with Koha; if not, see <http://www.gnu.org/licenses>.
20
# with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
22
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
23
(-)a/LICENSE (-4 / +4 lines)
Lines 1-7 Link Here
1
                    GNU GENERAL PUBLIC LICENSE
1
                    GNU GENERAL PUBLIC LICENSE
2
                       Version 3, 29 June 2007
2
                       Version 3, 29 June 2007
3
3
4
 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
4
 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5
 Everyone is permitted to copy and distribute verbatim copies
5
 Everyone is permitted to copy and distribute verbatim copies
6
 of this license document, but changing it is not allowed.
6
 of this license document, but changing it is not allowed.
7
7
Lines 645-651 the "copyright" line and a pointer to where the full notice is found. Link Here
645
    GNU General Public License for more details.
645
    GNU General Public License for more details.
646
646
647
    You should have received a copy of the GNU General Public License
647
    You should have received a copy of the GNU General Public License
648
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
648
    along with this program.  If not, see <https://www.gnu.org/licenses/>.
649
649
650
Also add information on how to contact you by electronic and paper mail.
650
Also add information on how to contact you by electronic and paper mail.
651
651
Lines 664-674 might be different; for a GUI interface, you would use an "about box". Link Here
664
  You should also get your employer (if you work as a programmer) or school,
664
  You should also get your employer (if you work as a programmer) or school,
665
if any, to sign a "copyright disclaimer" for the program, if necessary.
665
if any, to sign a "copyright disclaimer" for the program, if necessary.
666
For more information on this, and how to apply and follow the GNU GPL, see
666
For more information on this, and how to apply and follow the GNU GPL, see
667
<http://www.gnu.org/licenses/>.
667
<https://www.gnu.org/licenses/>.
668
668
669
  The GNU General Public License does not permit incorporating your program
669
  The GNU General Public License does not permit incorporating your program
670
into proprietary programs.  If your program is a subroutine library, you
670
into proprietary programs.  If your program is a subroutine library, you
671
may consider it more useful to permit linking proprietary applications with
671
may consider it more useful to permit linking proprietary applications with
672
the library.  If this is what you want to do, use the GNU Lesser General
672
the library.  If this is what you want to do, use the GNU Lesser General
673
Public License instead of this License.  But first, please read
673
Public License instead of this License.  But first, please read
674
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
674
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
(-)a/README.md (-2 / +2 lines)
Lines 5-17 Koha is distributed under the GNU GPL version 3 or later. Link Here
5
5
6
**Note:** Koha does not accept pull requests from git hosting sites.
6
**Note:** Koha does not accept pull requests from git hosting sites.
7
7
8
**Note:** This project has its own bug tracker, to report a bug or submit a patch visit http://bugs.koha-community.org.
8
**Note:** This project has its own bug tracker, to report a bug or submit a patch visit https://bugs.koha-community.org.
9
9
10
For guidelines on submitting patches for Koha please visit https://wiki.koha-community.org/wiki/SubmitingAPatch
10
For guidelines on submitting patches for Koha please visit https://wiki.koha-community.org/wiki/SubmitingAPatch
11
11
12
The developers handbook can be found at https://wiki.koha-community.org/wiki/Developer_handbook
12
The developers handbook can be found at https://wiki.koha-community.org/wiki/Developer_handbook
13
13
14
http://koha-community.org/
14
https://koha-community.org/
15
15
16
16
17
![Koha Logo](https://wiki.koha-community.org/w/images/KohaILS.png)
17
![Koha Logo](https://wiki.koha-community.org/w/images/KohaILS.png)
(-)a/about.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/acqui/acqui-home.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/addorder.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/addorderiso2709.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/acqui/ajax-getauthvaluedropbox.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/basket.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use C4::Auth   qw( get_template_and_user haspermission );
24
use C4::Auth   qw( get_template_and_user haspermission );
(-)a/acqui/basketgroup.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
=head1 NAME
24
=head1 NAME
25
25
(-)a/acqui/basketheader.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/booksellers.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/acqui/cancelorder.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/check_budget_total.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/acqui/check_uniqueness.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This script search in items table if a value for a given field exists.
20
# This script search in items table if a value for a given field exists.
21
# It is used in check_additem (additem.js)
21
# It is used in check_additem (additem.js)
(-)a/acqui/duplicate_orders.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/acqui/edifactmsgs.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/acqui/edimsg.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/acqui/finishreceive.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI      qw ( -utf8 );
24
use CGI      qw ( -utf8 );
(-)a/acqui/histsearch.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/acqui/invoice-files.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/invoice.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/invoices.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/lateorders-export.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/acqui/lateorders.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/moddeliverydate.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/modordernotes.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/neworderempty.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/newordersubscription.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI             qw ( -utf8 );
21
use CGI             qw ( -utf8 );
(-)a/acqui/newordersuggestion.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/acqui/ordered.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/orderreceive.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/parcel.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/parcels.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/showorder.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/acqui/spent.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/acqui/transferorder.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>
20
# along with Koha; if not, see <https://www.gnu.org/licenses>
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/acqui/uncertainprice.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
=head1 NAME
24
=head1 NAME
25
25
(-)a/acqui/vendor_issues.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/acqui/vendors.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth   qw( get_template_and_user haspermission );
21
use C4::Auth   qw( get_template_and_user haspermission );
(-)a/acqui/z3950_search.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw/-utf8/;
23
use CGI qw/-utf8/;
(-)a/admin/additional-fields.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License along
17
# with Koha; if not, see <http://www.gnu.org/licenses>.
17
# with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI;
20
use CGI;
(-)a/admin/admin-home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/adveditorshortcuts.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/admin/aqbudgetperiods.pl (-2 / +2 lines)
Lines 16-27 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 admin/aqbudgetperiods.pl
21
=head1 admin/aqbudgetperiods.pl
22
22
23
script to administer the budget periods table
23
script to administer the budget periods table
24
 This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
24
 This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
25
25
26
 ALGO :
26
 ALGO :
27
 this script use an $op to know what to do.
27
 this script use an $op to know what to do.
(-)a/admin/aqbudgets.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/admin/aqcontract.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
(-)a/admin/aqplan.pl (-2 / +2 lines)
Lines 14-24 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
#script to administer the aqbudgets0 table
19
#script to administer the aqbudgets0 table
20
#written 20/02/2002 by paul.poulain@free.fr
20
#written 20/02/2002 by paul.poulain@free.fr
21
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
21
# This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI         qw ( -utf8 );
24
use CGI         qw ( -utf8 );
(-)a/admin/audio_alerts.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/auth_subfields_structure.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Output qw( output_html_with_http_headers );
21
use C4::Output qw( output_html_with_http_headers );
(-)a/admin/auth_tag_structure.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/admin/authorised_values.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/authtypes.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/admin/background_jobs.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/admin/biblio_framework.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/admin/branch_transfer_limits.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/admin/branches.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/admin/cash_registers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/admin/categories.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/admin/check_budget_parent.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/check_parent_total.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/checkmarc.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Output qw( output_html_with_http_headers );
21
use C4::Output qw( output_html_with_http_headers );
(-)a/admin/cities.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/admin/classsources.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
#
20
#
21
21
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/admin/clone-rules.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This script clones issuing rules from a library to another
20
# This script clones issuing rules from a library to another
21
# parameters :
21
# parameters :
(-)a/admin/credit_types.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI       qw ( -utf8 );
21
use CGI       qw ( -utf8 );
(-)a/admin/curbside_pickup.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/admin/currency.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI      qw ( -utf8 );
23
use CGI      qw ( -utf8 );
(-)a/admin/debit_types.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI       qw ( -utf8 );
21
use CGI       qw ( -utf8 );
(-)a/admin/desks.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/edi_accounts.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/edi_ean_accounts.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/admin/identity_providers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/ill_batch_statuses.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI       qw ( -utf8 );
21
use CGI       qw ( -utf8 );
(-)a/admin/import_export_authtype.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/import_export_framework.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/item_circulation_alerts.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/items_search_field.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI;
20
use CGI;
(-)a/admin/items_search_fields.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI;
20
use CGI;
(-)a/admin/itemtypes.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 admin/itemtypes.pl
21
=head1 admin/itemtypes.pl
22
22
(-)a/admin/koha2marclinks.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/admin/library_groups.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/localization.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/marc-overlay-rules.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/marc_order_accounts.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/admin/marc_subfields_structure.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Encode     qw( encode_utf8 );
21
use Encode     qw( encode_utf8 );
(-)a/admin/marctagstructure.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/admin/matching-rules.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/admin/oai_servers.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
# This script is used to maintain the OAI servers table.
18
# This script is used to maintain the OAI servers table.
19
# Parameter $op is operation: list, new, edit, add_validated, delete_confirmed.
19
# Parameter $op is operation: list, new, edit, add_validated, delete_confirmed.
(-)a/admin/oai_set_mappings.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/admin/oai_sets.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/admin/overdrive.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/admin/patron-attr-types.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
#
20
#
21
21
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/admin/preferences.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/record_sources.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/restrictions.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/search_filters.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/admin/searchengine/elasticsearch/mappings.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI;
19
use CGI;
(-)a/admin/share_content.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/smart-rules.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/sms_providers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/smtp_servers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/sru_modmapping.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/admin/systempreferences.pl (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
# script to administer the systempref table
3
# script to administer the systempref table
4
# written 20/02/2002 by paul.poulain@free.fr
4
# written 20/02/2002 by paul.poulain@free.fr
5
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
5
# This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
6
6
7
# Copyright 2000-2002 Katipo Communications
7
# Copyright 2000-2002 Katipo Communications
8
#
8
#
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
=head1 systempreferences.pl
24
=head1 systempreferences.pl
25
25
(-)a/admin/transfer_limits.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/transport-cost-matrix.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/usage_statistics.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/z3950servers.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
# This script is used to maintain the Z3950 servers table.
21
# This script is used to maintain the Z3950 servers table.
22
# Parameter $op is operation: list, new, edit, add_validated, delete_confirmed.
22
# Parameter $op is operation: list, new, edit, add_validated, delete_confirmed.
(-)a/api/v1/app.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/authorities/auth_finder.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/authorities/authorities-home.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/authorities/authorities.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/authorities/blinddetail-biblio-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/authorities/detail-biblio-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/authorities/detail.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/authorities/merge.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI                 qw ( -utf8 );
21
use CGI                 qw ( -utf8 );
(-)a/authorities/ysearch.pl (-2 / +2 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
3
# This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
4
4
5
# Copyright 2011 BibLibre
5
# Copyright 2011 BibLibre
6
# Parts copyright 2012 Athens County Public Libraries
6
# Parts copyright 2012 Athens County Public Libraries
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 ysearch.pl
23
=head1 ysearch.pl
24
24
(-)a/basket/basket.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/basket/downloadcart.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/basket/sendbasket.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/bookings/list.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/catalogue/ISBDdetail.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/catalogue/MARCdetail.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/catalogue/detail.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/catalogue/getitem-ajax.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI  qw ( -utf8 );
21
use CGI  qw ( -utf8 );
(-)a/catalogue/image.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
#
22
#
23
#
23
#
24
#
24
#
(-)a/catalogue/imageviewer.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/catalogue/issuehistory.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/catalogue/item-export.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/catalogue/itemsearch.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI;
20
use CGI;
(-)a/catalogue/labeledMARCdetail.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/catalogue/moredetail.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use C4::Koha qw( GetAuthorisedValues );
22
use C4::Koha qw( GetAuthorisedValues );
(-)a/catalogue/search-history.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/catalogue/search.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/catalogue/showelastic.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/catalogue/showmarc.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/catalogue/stockrotation.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 stockrotation.pl
20
=head1 stockrotation.pl
21
21
(-)a/catalogue/updateitem.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
22
use C4::Auth qw( checkauth );
22
use C4::Auth qw( checkauth );
(-)a/cataloguing/addbiblio.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI;
22
use CGI;
(-)a/cataloguing/addbooks.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 cataloguing:addbooks.pl
20
=head1 cataloguing:addbooks.pl
21
21
(-)a/cataloguing/additem.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/cataloging-home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/cataloguing/concerns.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/editor.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/cataloguing/linkitem.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/merge.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/cataloguing/moveitem.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/plugin_launcher.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/cataloguing/value_builder/EXAMPLE.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/barcode.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/cataloguing/value_builder/barcode_manual.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/cataloguing/value_builder/callnumber-KU.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/callnumber.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/cn_browser.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/dateaccessioned.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI      qw ( -utf8 );
24
use CGI      qw ( -utf8 );
(-)a/cataloguing/value_builder/marc21_field_005.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/marc21_field_006.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Auth qw( get_template_and_user );
23
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/marc21_field_007.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/marc21_field_008.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Auth qw( get_template_and_user );
23
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/marc21_field_008_authorities.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Auth qw( get_template_and_user );
23
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/marc21_field_008_classifications.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use C4::Auth qw( get_template_and_user );
19
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/marc21_field_245h.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/marc21_field_260b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 SYNOPSIS
20
=head1 SYNOPSIS
21
21
(-)a/cataloguing/value_builder/marc21_leader.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/marc21_leader_authorities.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/marc21_linking_section.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/marc21_orgcode.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use C4::Context;
24
use C4::Context;
(-)a/cataloguing/value_builder/stocknumber.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Context;
23
use C4::Context;
(-)a/cataloguing/value_builder/stocknumberAV.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/stocknumberam123.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/unimarc_field_009_ppn.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use LWP::Simple qw();
23
use LWP::Simple qw();
(-)a/cataloguing/value_builder/unimarc_field_010.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/unimarc_field_100.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_100_authorities.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_105.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_106.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_110.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_115a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_115b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_116.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_117.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_120.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_121a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_121b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/unimarc_field_122.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/unimarc_field_123a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/unimarc_field_123defg.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_123i.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_123j.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124c.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124d.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124e.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124f.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124g.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_125.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_125a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_125b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_126.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_126a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_126b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_127.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_128a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_128b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_128c.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_130.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_135a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_140.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_141.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_146a.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146b.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146c.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146d.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146e.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146f.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146h.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146i.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_181-2.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_181a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_181b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_181c.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_182-2.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_182a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_182c.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_183-2.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_183a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_210c.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/unimarc_field_210c_bis.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 SYNOPSIS
20
=head1 SYNOPSIS
21
21
(-)a/cataloguing/value_builder/unimarc_field_225a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 SYNOPSIS
20
=head1 SYNOPSIS
21
21
(-)a/cataloguing/value_builder/unimarc_field_225a_bis.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 SYNOPSIS
18
=head1 SYNOPSIS
19
19
(-)a/cataloguing/value_builder/unimarc_field_283-2.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_283a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_325h.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
######### ATTENTION c'est le contenu du fichier unimarc_field_181-2.tt %] #############
20
######### ATTENTION c'est le contenu du fichier unimarc_field_181-2.tt %] #############
21
21
(-)a/cataloguing/value_builder/unimarc_field_325j.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
######### ATTENTION c'est le contenu du fichier unimarc_field_181-2.tt %] #############
20
######### ATTENTION c'est le contenu du fichier unimarc_field_181-2.tt %] #############
21
21
(-)a/cataloguing/value_builder/unimarc_field_4XX.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_686a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_leader.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_leader_authorities.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/upload.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/cataloguing/ysearch.pl (-2 / +2 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
3
# This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
4
4
5
# Copyright 2007 Tamil s.a.r.l.
5
# Copyright 2007 Tamil s.a.r.l.
6
#
6
#
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 ysearch.pl
22
=head1 ysearch.pl
23
23
(-)a/cataloguing/z3950_auth_search.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License along
17
# with Koha; if not, see <http://www.gnu.org/licenses>.
17
# with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/cataloguing/z3950_search.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/changelanguage.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/circ/add_message.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/article-request-slip.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/article-requests.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/bookcount.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
(-)a/circ/branchoverdues.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use C4::Context;
20
use C4::Context;
(-)a/circ/branchtransfers.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI             qw ( -utf8 );
24
use CGI             qw ( -utf8 );
(-)a/circ/checkout-notes.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/circulation-home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/circ/circulation.pl (-1 / +1 lines)
Lines 20-26 Link Here
20
# GNU General Public License for more details.
20
# GNU General Public License for more details.
21
#
21
#
22
# You should have received a copy of the GNU General Public License
22
# You should have received a copy of the GNU General Public License
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# along with Koha; if not, see <https://www.gnu.org/licenses>.
24
24
25
# FIXME There are too many calls to Koha::Patrons->find in this script
25
# FIXME There are too many calls to Koha::Patrons->find in this script
26
26
(-)a/circ/curbside_pickups.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/circ/del_message.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/hold-transfer-slip.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/circ/on-site_checkouts.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/circ/overdue.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use C4::Context;
22
use C4::Context;
(-)a/circ/pendingbookings.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/pendingreserves.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/renew.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/request-article.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/reserveratios.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/returns.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
=head1 returns.pl
24
=head1 returns.pl
25
25
(-)a/circ/set-library.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/circ/transfer-slip.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/transfers_to_send.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# Display items which have been triggered for transfer, but not yet sent.
20
# Display items which have been triggered for transfer, but not yet sent.
21
# CAVEAT: Currently limited to transfers prompted by stockrotation only.
21
# CAVEAT: Currently limited to transfers prompted by stockrotation only.
(-)a/circ/transferstoreceive.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/circ/view_holdsqueue.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 view_holdsqueue
18
=head1 view_holdsqueue
19
19
(-)a/circ/waitingreserves.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/clubs/club-enrollments.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/clubs/clubs-add-modify.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/clubs/clubs.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/clubs/patron-clubs-tab.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/clubs/patron-enroll.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/clubs/templates-add-modify.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/course_reserves/add_items.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/batch_add_items.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/batch_rm_items.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/course_reserves/course-details.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/course-reserves.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/course.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/mod_course.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/debian/docs/koha-common.xml (-1 / +1 lines)
Lines 240-246 Link Here
240
  
240
  
241
  <refsect1><title>Bugs</title>
241
  <refsect1><title>Bugs</title>
242
  <para>The scripts are a bit fragile. If something goes wrong, they do not clean up after themselves.</para>
242
  <para>The scripts are a bit fragile. If something goes wrong, they do not clean up after themselves.</para>
243
  <para>Bugs can be reported here: <uri>http://bugs.koha-community.org/bugzilla3/</uri></para>
243
  <para>Bugs can be reported here: <uri>https://bugs.koha-community.org/bugzilla3/</uri></para>
244
  </refsect1>
244
  </refsect1>
245
245
246
  <refsect1><title>About Koha</title>
246
  <refsect1><title>About Koha</title>
(-)a/debian/docs/koha-create-dirs.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-create.xml (-2 / +2 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
Lines 445-451 Link Here
445
445
446
  <refsect1><title>Bugs</title>
446
  <refsect1><title>Bugs</title>
447
  <para>The program is a bit fragile. If something goes wrong, it does not clean up after itself.</para>
447
  <para>The program is a bit fragile. If something goes wrong, it does not clean up after itself.</para>
448
  <para>Bugs can be reported here: <uri>http://bugs.koha-community.org/bugzilla3/</uri></para>
448
  <para>Bugs can be reported here: <uri>https://bugs.koha-community.org/bugzilla3/</uri></para>
449
  </refsect1>
449
  </refsect1>
450
  
450
  
451
  <refsect1><title>Example</title>
451
  <refsect1><title>Example</title>
(-)a/debian/docs/koha-disable.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-dump-defaults.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-dump.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-elasticsearch.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-email-disable.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-email-enable.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-enable.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-foreach.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-indexer.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-list.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-mysql.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-mysqlcheck.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-passwd.xml (-1 / +1 lines)
Lines 9-15 Link Here
9
        </personname>
9
        </personname>
10
        <affiliation>
10
        <affiliation>
11
            <orgname>The Koha Community</orgname>
11
            <orgname>The Koha Community</orgname>
12
            <uri>http://koha-community.org</uri>
12
            <uri>https://koha-community.org</uri>
13
        </affiliation>
13
        </affiliation>
14
    </author>
14
    </author>
15
</info>
15
</info>
(-)a/debian/docs/koha-plack.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha community</orgname>
6
  <orgname>The Koha community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-rebuild-zebra.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-remove.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-reset-passwd.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-restore.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-run-backups.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-sitemap.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha community</orgname>
6
  <orgname>The Koha community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-translate.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-upgrade-schema.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-upgrade-to-3.4.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-zebra.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/docs/CAS/CASProxy/examples/koha_webservice.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/docs/CAS/CASProxy/examples/proxy_cas.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/docs/CAS/CASProxy/examples/proxy_cas_callback.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/docs/CAS/CASProxy/examples/proxy_cas_data.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/erm/erm.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/errors/400.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/errors/401.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/errors/402.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/errors/403.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/errors/404.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/errors/500.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/etc/zebradb/explain-authorities.xml (-1 / +1 lines)
Lines 46-52 Link Here
46
   
46
   
47
    <history>
47
    <history>
48
      Created for Koha 3
48
      Created for Koha 3
49
      http://koha-community.org
49
      https://koha-community.org
50
    </history>
50
    </history>
51
51
52
    <implementation  identifier="zebra" version="1.4">
52
    <implementation  identifier="zebra" version="1.4">
(-)a/etc/zebradb/explain-biblios.xml (-1 / +1 lines)
Lines 46-52 Link Here
46
   
46
   
47
    <history>
47
    <history>
48
      Created for Koha 3
48
      Created for Koha 3
49
      http://koha-community.org
49
      https://koha-community.org
50
    </history>
50
    </history>
51
51
52
    <implementation  identifier="zebra" version="1.4">
52
    <implementation  identifier="zebra" version="1.4">
(-)a/help.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/ill/ill-requests.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/installer/data/mysql/fix_unclosed_nonaccruing_fines_bug17135.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/installer/data/mysql/labels_upgrade.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/installer/data/mysql/patroncards_upgrade.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/installer/data/mysql/updatedatabase.pl (-4 / +4 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
#
21
#
22
22
23
# Bugs/ToDo:
23
# Bugs/ToDo:
Lines 5747-5753 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { Link Here
5747
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('CatalogModuleRelink',0,'If OFF the linker will never replace the authids that are set in the cataloging module.',NULL,'YesNo');"
5747
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('CatalogModuleRelink',0,'If OFF the linker will never replace the authids that are set in the cataloging module.',NULL,'YesNo');"
5748
    );
5748
    );
5749
    print
5749
    print
5750
        "Upgrade to $DBversion done (Enhancement 7284, improved authority matching, see http://wiki.koha-community.org/wiki/Bug7284_authority_matching_improvement wiki page for configuration update needed)\n";
5750
        "Upgrade to $DBversion done (Enhancement 7284, improved authority matching, see https://wiki.koha-community.org/wiki/Bug7284_authority_matching_improvement wiki page for configuration update needed)\n";
5751
    SetVersion($DBversion);
5751
    SetVersion($DBversion);
5752
}
5752
}
5753
5753
Lines 6906-6912 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { Link Here
6906
6906
6907
    # preferences changes
6907
    # preferences changes
6908
    $dbh->do(
6908
    $dbh->do(
6909
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AgeRestrictionMarker','','Markers for age restriction indication, e.g. FSK|PEGI|Age|. See: http://wiki.koha-community.org/wiki/Age_restriction',NULL,'free')"
6909
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AgeRestrictionMarker','','Markers for age restriction indication, e.g. FSK|PEGI|Age|. See: https://wiki.koha-community.org/wiki/Age_restriction',NULL,'free')"
6910
    );
6910
    );
6911
    $dbh->do(
6911
    $dbh->do(
6912
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AgeRestrictionOverride',0,'Allow staff to check out an item with age restriction.',NULL,'YesNo')"
6912
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AgeRestrictionOverride',0,'Allow staff to check out an item with age restriction.',NULL,'YesNo')"
Lines 22392-22398 if ( CheckVersion($DBversion) ) { Link Here
22392
$DBversion = '18.12.00.056';
22392
$DBversion = '18.12.00.056';
22393
if ( CheckVersion($DBversion) ) {
22393
if ( CheckVersion($DBversion) ) {
22394
    $dbh->do(
22394
    $dbh->do(
22395
        "UPDATE systempreferences SET explanation = 'This syspref allows to define custom rules for hiding specific items at the OPAC. See http://wiki.koha-community.org/wiki/OpacHiddenItems for more information.' WHERE variable = 'OpacHiddenItems'"
22395
        "UPDATE systempreferences SET explanation = 'This syspref allows to define custom rules for hiding specific items at the OPAC. See https://wiki.koha-community.org/wiki/OpacHiddenItems for more information.' WHERE variable = 'OpacHiddenItems'"
22396
    );
22396
    );
22397
    SetVersion($DBversion);
22397
    SetVersion($DBversion);
22398
    print "Upgrade to $DBversion done (Bug 8701 - Update OpacHiddenItems system preference description)\n";
22398
    print "Upgrade to $DBversion done (Bug 8701 - Update OpacHiddenItems system preference description)\n";
(-)a/installer/install.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use diagnostics;
21
use diagnostics;
(-)a/installer/onboarding.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.insertatcaret.js (-1 / +1 lines)
Lines 7-13 Link Here
7
 * http://alexking.org/blog/2003/06/02/inserting-at-the-cursor-using-javascript
7
 * http://alexking.org/blog/2003/06/02/inserting-at-the-cursor-using-javascript
8
 * http://www.mail-archive.com/jquery-en@googlegroups.com/msg08708.html
8
 * http://www.mail-archive.com/jquery-en@googlegroups.com/msg08708.html
9
 * Licensed under the GPL license:
9
 * Licensed under the GPL license:
10
 * http://www.gnu.org/licenses/gpl.html
10
 * https://www.gnu.org/licenses/gpl.html
11
 */
11
 */
12
;(function($) {
12
;(function($) {
13
13
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ '/cgi-bin/koha/svc/cataloguing/framework?frameworkcode=&callback=define', 'marc-record' ], function( defaultFramework, MARC ) {
20
define( [ '/cgi-bin/koha/svc/cataloguing/framework?frameworkcode=&callback=define', 'marc-record' ], function( defaultFramework, MARC ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/macros.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'macros/rancor' ], function( RancorMacro ) {
20
define( [ 'macros/rancor' ], function( RancorMacro ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/macros/rancor.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'marc-editor' ], function( MARCEditor ) {
20
define( [ 'marc-editor' ], function( MARCEditor ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'marc-record', 'koha-backend', 'preferences', 'text-marc', 'widget' ], function( MARC, KohaBackend, Preferences, TextMARC, Widget ) {
20
define( [ 'marc-record', 'koha-backend', 'preferences', 'text-marc', 'widget' ], function( MARC, KohaBackend, Preferences, TextMARC, Widget ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-mode.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
// Expected format: 245 _ 1 ‡aPizza ‡c34ars
20
// Expected format: 245 _ 1 ‡aPizza ‡c34ars
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-record.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
/**
20
/**
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/preferences.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( function() {
20
define( function() {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/resources.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'module' ], function( module ) {
20
define( [ 'module' ], function( module ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/search.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'koha-backend', 'marc-record' ], function( KohaBackend, MARC ) {
20
define( [ 'koha-backend', 'marc-record' ], function( KohaBackend, MARC ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/text-marc.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'marc-record' ], function( MARC ) {
20
define( [ 'marc-record' ], function( MARC ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/widget.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'resources' ], function( Resources ) {
20
define( [ 'resources' ], function( Resources ) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
<!DOCTYPE stylesheet>
3
<!DOCTYPE stylesheet>
4
4
5
<Tagfield tag="006" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
5
<Tagfield tag="006" xmlns="https://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
6
  <Material id="BKS"><name>Books</name><description></description>
6
  <Material id="BKS"><name>Books</name><description></description>
7
    <Position pos="00"><name>Form of material</name><description></description>
7
    <Position pos="00"><name>Form of material</name><description></description>
8
      <Value code="a"><description>Language material</description></Value>
8
      <Value code="a"><description>Language material</description></Value>
(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_007.xml (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
<!DOCTYPE stylesheet>
3
<!DOCTYPE stylesheet>
4
4
5
<Tagfield tag="007" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
5
<Tagfield tag="007" xmlns="https://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
6
  <Material id="MPS"><name>Maps</name><description></description>
6
  <Material id="MPS"><name>Maps</name><description></description>
7
    <Position pos="00"><name>Category of material</name><description></description>
7
    <Position pos="00"><name>Category of material</name><description></description>
8
      <Value code="a"><description>Map</description></Value>
8
      <Value code="a"><description>Map</description></Value>
(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
<!DOCTYPE stylesheet>
3
<!DOCTYPE stylesheet>
4
4
5
<Tagfield tag="008" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
5
<Tagfield tag="008" xmlns="https://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
6
  <Material id="BKS"><name>Books</name><description></description>
6
  <Material id="BKS"><name>Books</name><description></description>
7
    <Position pos="00-05"><name>Date entered on file</name><description>Computer-generated, six-character numeric string that indicates the date the MARC record was created. Recorded in the pattern yymmdd.</description></Position>
7
    <Position pos="00-05"><name>Date entered on file</name><description>Computer-generated, six-character numeric string that indicates the date the MARC record was created. Recorded in the pattern yymmdd.</description></Position>
8
    <Position pos="06"><name>Type of date/Publication status</name><description>One-character alphabetic code that indicates the type of dates given in 008/07-10 (Date 1) and 008/11-14 (Date 2). For continuing resources, the code in 008/06 also indicates the publication status.</description>
8
    <Position pos="06"><name>Type of date/Publication status</name><description>One-character alphabetic code that indicates the type of dates given in 008/07-10 (Date 1) and 008/11-14 (Date 2). For continuing resources, the code in 008/06 also indicates the publication status.</description>
(-)a/labels/barcode-print.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/labels/label-create-csv.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
Lines 118-124 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
118
GNU General Public License for more details.
118
GNU General Public License for more details.
119
119
120
You should have received a copy of the GNU General Public License
120
You should have received a copy of the GNU General Public License
121
along with Koha; if not, see <http://www.gnu.org/licenses>.
121
along with Koha; if not, see <https://www.gnu.org/licenses>.
122
122
123
=head1 DISCLAIMER OF WARRANTY
123
=head1 DISCLAIMER OF WARRANTY
124
124
(-)a/labels/label-create-pdf.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 275-281 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
275
GNU General Public License for more details.
275
GNU General Public License for more details.
276
276
277
You should have received a copy of the GNU General Public License
277
You should have received a copy of the GNU General Public License
278
along with Koha; if not, see <http://www.gnu.org/licenses>.
278
along with Koha; if not, see <https://www.gnu.org/licenses>.
279
279
280
=head1 DISCLAIMER OF WARRANTY
280
=head1 DISCLAIMER OF WARRANTY
281
281
(-)a/labels/label-create-xml.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
Lines 132-138 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
132
GNU General Public License for more details.
132
GNU General Public License for more details.
133
133
134
You should have received a copy of the GNU General Public License
134
You should have received a copy of the GNU General Public License
135
along with Koha; if not, see <http://www.gnu.org/licenses>.
135
along with Koha; if not, see <https://www.gnu.org/licenses>.
136
136
137
=head1 DISCLAIMER OF WARRANTY
137
=head1 DISCLAIMER OF WARRANTY
138
138
(-)a/labels/label-edit-batch.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-edit-layout.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-edit-profile.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-edit-range.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/labels/label-edit-template.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-home.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-item-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/labels/label-manage.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-print.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/labels/spinelabel-home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/labels/spinelabel-print.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/mainpage.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI        qw ( -utf8 );
23
use CGI        qw ( -utf8 );
(-)a/members/accountline-details.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/alert-subscriptions.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/apikeys.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/boraccount.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use URI::Escape qw( uri_unescape );
24
use URI::Escape qw( uri_unescape );
(-)a/members/cancel-charge.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/members/default_messageprefs.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/members/deletemem.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
25
(-)a/members/discharge.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/members/discharges.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/files.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/holdshistory.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/members/housebound.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 housebound.pl
20
=head1 housebound.pl
21
21
(-)a/members/ill-requests.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/mancredit.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
25
(-)a/members/maninvoice.pl (-1 / +1 lines)
Lines 20-26 Link Here
20
# GNU General Public License for more details.
20
# GNU General Public License for more details.
21
#
21
#
22
# You should have received a copy of the GNU General Public License
22
# You should have received a copy of the GNU General Public License
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# along with Koha; if not, see <https://www.gnu.org/licenses>.
24
24
25
use Modern::Perl;
25
use Modern::Perl;
26
use Try::Tiny   qw( catch try );
26
use Try::Tiny   qw( catch try );
(-)a/members/member.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use C4::Auth           qw( get_template_and_user );
25
use C4::Auth           qw( get_template_and_user );
(-)a/members/memberentry.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
# pragma
21
# pragma
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/members/members-home.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/members/members-update-do.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/members/members-update.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/members/merge-patrons.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/members/mod_debarment.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/moremember.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 moremember.pl
22
=head1 moremember.pl
23
23
(-)a/members/notices.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Auth   qw( get_template_and_user );
23
use C4::Auth   qw( get_template_and_user );
(-)a/members/patronimage.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
#
20
#
21
#
21
#
(-)a/members/pay.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 pay.pl
22
=head1 pay.pl
23
23
(-)a/members/paycollect.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use URI::Escape qw( uri_escape uri_unescape );
21
use URI::Escape qw( uri_escape uri_unescape );
(-)a/members/print_overdues.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/printfeercpt.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/members/printinvoice.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/members/printnotice.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/printslip.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 moremember.pl
21
=head1 moremember.pl
22
22
(-)a/members/purchase-suggestions.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/readingrec.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/members/recallshistory.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
15
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/members/routing-lists.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/members/setstatus.pl (-1 / +1 lines)
Lines 20-26 Link Here
20
# GNU General Public License for more details.
20
# GNU General Public License for more details.
21
#
21
#
22
# You should have received a copy of the GNU General Public License
22
# You should have received a copy of the GNU General Public License
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# along with Koha; if not, see <https://www.gnu.org/licenses>.
24
24
25
use Modern::Perl;
25
use Modern::Perl;
26
use Try::Tiny;
26
use Try::Tiny;
(-)a/members/statistics.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 members/statistics.pl
19
=head1 members/statistics.pl
20
20
(-)a/members/summary-print.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/members/two_factor_auth.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/members/update-child.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 updatechild.pl
20
=head1 updatechild.pl
21
21
(-)a/misc/add_date_fields_to_marc_records.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/admin/set_password.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/batchdeletebiblios.pl (-1 / +1 lines)
Lines 85-91 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
85
GNU General Public License for more details.
85
GNU General Public License for more details.
86
86
87
You should have received a copy of the GNU General Public License
87
You should have received a copy of the GNU General Public License
88
along with Koha; if not, see <http://www.gnu.org/licenses>.
88
along with Koha; if not, see <https://www.gnu.org/licenses>.
89
89
90
=head1 DISCLAIMER OF WARRANTY
90
=head1 DISCLAIMER OF WARRANTY
91
91
(-)a/misc/bin/connexion_import_daemon.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/advance_notices.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/misc/cronjobs/archive_purchase_suggestions.pl (-1 / +1 lines)
Lines 185-190 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
185
GNU General Public License for more details.
185
GNU General Public License for more details.
186
186
187
You should have received a copy of the GNU General Public License
187
You should have received a copy of the GNU General Public License
188
along with Koha; if not, see <http://www.gnu.org/licenses>.
188
along with Koha; if not, see <https://www.gnu.org/licenses>.
189
189
190
=cut
190
=cut
(-)a/misc/cronjobs/automatic_checkin.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Checkouts;
21
use Koha::Checkouts;
(-)a/misc/cronjobs/automatic_item_modification_by_age.pl (-1 / +1 lines)
Lines 108-113 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
108
GNU General Public License for more details.
108
GNU General Public License for more details.
109
109
110
You should have received a copy of the GNU General Public License
110
You should have received a copy of the GNU General Public License
111
along with Koha; if not, see <http://www.gnu.org/licenses>.
111
along with Koha; if not, see <https://www.gnu.org/licenses>.
112
112
113
=cut
113
=cut
(-)a/misc/cronjobs/automatic_renewals.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/misc/cronjobs/batch_anonymise.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/cart_to_shelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#-----------------------------------
19
#-----------------------------------
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/misc/cronjobs/check-url-quick.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Pod::Usage   qw( pod2usage );
21
use Pod::Usage   qw( pod2usage );
(-)a/misc/cronjobs/cleanup_database.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/cloud-kw.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/misc/cronjobs/create_koc_db.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/misc/cronjobs/debar_patrons_with_fines.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/misc/cronjobs/delete_items.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/cronjobs/delete_patrons.pl (-1 / +1 lines)
Lines 260-265 This file is part of Koha. Link Here
260
# GNU General Public License for more details.
260
# GNU General Public License for more details.
261
#
261
#
262
# You should have received a copy of the GNU General Public License
262
# You should have received a copy of the GNU General Public License
263
# along with Koha; if not, see <http://www.gnu.org/licenses>.
263
# along with Koha; if not, see <https://www.gnu.org/licenses>.
264
264
265
=cut
265
=cut
(-)a/misc/cronjobs/delete_records_via_leader.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
#-----------------------------------
20
#-----------------------------------
21
21
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/misc/cronjobs/edi_cron.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use warnings;
20
use warnings;
21
use strict;
21
use strict;
(-)a/misc/cronjobs/erm_run_harvester.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/fines.pl (-1 / +1 lines)
Lines 24-30 Link Here
24
# GNU General Public License for more details.
24
# GNU General Public License for more details.
25
#
25
#
26
# You should have received a copy of the GNU General Public License
26
# You should have received a copy of the GNU General Public License
27
# along with Koha; if not, see <http://www.gnu.org/licenses>.
27
# along with Koha; if not, see <https://www.gnu.org/licenses>.
28
28
29
use strict;
29
use strict;
30
use warnings;
30
use warnings;
(-)a/misc/cronjobs/gather_print_notices.pl (-1 / +1 lines)
Lines 438-443 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
438
GNU General Public License for more details.
438
GNU General Public License for more details.
439
439
440
You should have received a copy of the GNU General Public License
440
You should have received a copy of the GNU General Public License
441
along with Koha; if not, see <http://www.gnu.org/licenses>.
441
along with Koha; if not, see <https://www.gnu.org/licenses>.
442
442
443
=cut
443
=cut
(-)a/misc/cronjobs/harvest_oai.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use warnings;
20
use warnings;
21
use strict;
21
use strict;
(-)a/misc/cronjobs/holds/auto_unsuspend_holds.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/holds/cancel_expired_holds.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/misc/cronjobs/holds/cancel_unfilled_holds.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/misc/cronjobs/holds/holds_reminder.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/cronjobs/import_webservice_batch.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/longoverdue.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#-----------------------------------
19
#-----------------------------------
20
20
21
=head1 NAME
21
=head1 NAME
Lines 142-148 WARNING: Flippant use of this script could set all or most of the items in your Link Here
142
          patrons for them!
142
          patrons for them!
143
143
144
WARNING:  This script is known to be faulty.  It is NOT recommended to use multiple --lost options.
144
WARNING:  This script is known to be faulty.  It is NOT recommended to use multiple --lost options.
145
          See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2883
145
          See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2883
146
146
147
=cut
147
=cut
148
148
(-)a/misc/cronjobs/marc_ordering_process.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/misc/cronjobs/membership_expiry.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/misc/cronjobs/notice_unprocessed_suggestions.pl (-1 / +1 lines)
Lines 138-143 This file is part of Koha. Link Here
138
# GNU General Public License for more details.
138
# GNU General Public License for more details.
139
#
139
#
140
# You should have received a copy of the GNU General Public License
140
# You should have received a copy of the GNU General Public License
141
# along with Koha; if not, see <http://www.gnu.org/licenses>.
141
# along with Koha; if not, see <https://www.gnu.org/licenses>.
142
142
143
=cut
143
=cut
(-)a/misc/cronjobs/overdue_notices.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/misc/cronjobs/patron_emailer.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/misc/cronjobs/plugins_nightly.pl (-1 / +1 lines)
Lines 79-84 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
79
GNU General Public License for more details.
79
GNU General Public License for more details.
80
80
81
You should have received a copy of the GNU General Public License
81
You should have received a copy of the GNU General Public License
82
along with Koha; if not, see <http://www.gnu.org/licenses>.
82
along with Koha; if not, see <https://www.gnu.org/licenses>.
83
83
84
=cut
84
=cut
(-)a/misc/cronjobs/process_message_queue.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/purge_suggestions.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/recalls/expire_recalls.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/recalls/overdue_recalls.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/reconcile_balances.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/misc/cronjobs/restrict_patrons_with_failed_notices.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 165-170 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
165
GNU General Public License for more details.
165
GNU General Public License for more details.
166
166
167
You should have received a copy of the GNU General Public License
167
You should have received a copy of the GNU General Public License
168
along with Koha; if not, see <http://www.gnu.org/licenses>.
168
along with Koha; if not, see <https://www.gnu.org/licenses>.
169
169
170
=cut
170
=cut
(-)a/misc/cronjobs/rss/rss.pl (-1 / +1 lines)
Lines 23-29 Link Here
23
# GNU General Public License for more details.
23
# GNU General Public License for more details.
24
#
24
#
25
# You should have received a copy of the GNU General Public License
25
# You should have received a copy of the GNU General Public License
26
# along with Koha; if not, see <http://www.gnu.org/licenses>.
26
# along with Koha; if not, see <https://www.gnu.org/licenses>.
27
27
28
use Modern::Perl;
28
use Modern::Perl;
29
29
(-)a/misc/cronjobs/runreport.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/misc/cronjobs/serialsUpdate.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/sftp_file.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use C4::Context;
19
use C4::Context;
(-)a/misc/cronjobs/share_usage_with_koha_community.pl (-1 / +1 lines)
Lines 122-127 This file is part of Koha. Link Here
122
# GNU General Public License for more details.
122
# GNU General Public License for more details.
123
#
123
#
124
# You should have received a copy of the GNU General Public License
124
# You should have received a copy of the GNU General Public License
125
# along with Koha; if not, see <http://www.gnu.org/licenses>.
125
# along with Koha; if not, see <https://www.gnu.org/licenses>.
126
126
127
=cut
127
=cut
(-)a/misc/cronjobs/sitemap.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Main;
20
package Main;
21
21
(-)a/misc/cronjobs/staticfines.pl (-1 / +1 lines)
Lines 23-29 Link Here
23
# GNU General Public License for more details.
23
# GNU General Public License for more details.
24
#
24
#
25
# You should have received a copy of the GNU General Public License
25
# You should have received a copy of the GNU General Public License
26
# along with Koha; if not, see <http://www.gnu.org/licenses>.
26
# along with Koha; if not, see <https://www.gnu.org/licenses>.
27
27
28
use Modern::Perl;
28
use Modern::Perl;
29
29
(-)a/misc/cronjobs/stockrotation.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/update_patrons_category.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/cronjobs/update_totalissues.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/writeoff_debts.pl (-1 / +1 lines)
Lines 254-260 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
254
GNU General Public License for more details.
254
GNU General Public License for more details.
255
255
256
You should have received a copy of the GNU General Public License
256
You should have received a copy of the GNU General Public License
257
along with Koha; if not, see <http://www.gnu.org/licenses>.
257
along with Koha; if not, see <https://www.gnu.org/licenses>.
258
258
259
=head1 DISCLAIMER OF WARRANTY
259
=head1 DISCLAIMER OF WARRANTY
260
260
(-)a/misc/devel/add_missing_filters.pl (-1 / +1 lines)
Lines 89-92 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
89
GNU General Public License for more details.
89
GNU General Public License for more details.
90
90
91
You should have received a copy of the GNU General Public License
91
You should have received a copy of the GNU General Public License
92
along with Koha; if not, see <http://www.gnu.org/licenses>.
92
along with Koha; if not, see <https://www.gnu.org/licenses>.
(-)a/misc/devel/auto_rebase.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/devel/coverage.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License along
17
# with Koha; if not, see <http://www.gnu.org/licenses>.
17
# with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/misc/devel/create_superlibrarian.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/devel/create_test_data.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/misc/devel/get_prepared_letter.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License along
17
# with Koha; if not, see <http://www.gnu.org/licenses>.
17
# with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/misc/devel/install_plugins.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Getopt::Long qw( GetOptions );
21
use Getopt::Long qw( GetOptions );
(-)a/misc/devel/koha_perl_deps.pl (-1 / +1 lines)
Lines 181-187 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
181
GNU General Public License for more details.
181
GNU General Public License for more details.
182
182
183
You should have received a copy of the GNU General Public License
183
You should have received a copy of the GNU General Public License
184
along with Koha; if not, see <http://www.gnu.org/licenses>.
184
along with Koha; if not, see <https://www.gnu.org/licenses>.
185
185
186
=head1 DISCLAIMER OF WARRANTY
186
=head1 DISCLAIMER OF WARRANTY
187
187
(-)a/misc/devel/update_dbix_class_files.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use DBIx::Class::Schema::Loader qw/ make_schema_at /;
22
use DBIx::Class::Schema::Loader qw/ make_schema_at /;
(-)a/misc/export_borrowers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# Script to export borrowers
20
# Script to export borrowers
21
21
(-)a/misc/export_records.pl (-2 / +2 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use MARC::File::XML;
20
use MARC::File::XML;
Lines 508-513 This file is part of Koha. Link Here
508
# GNU General Public License for more details.
508
# GNU General Public License for more details.
509
#
509
#
510
# You should have received a copy of the GNU General Public License
510
# You should have received a copy of the GNU General Public License
511
# along with Koha; if not, see <http://www.gnu.org/licenses>.
511
# along with Koha; if not, see <https://www.gnu.org/licenses>.
512
512
513
=cut
513
=cut
(-)a/misc/import_patrons.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/link_bibs_to_authorities.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/load_yaml.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/maintenance/acq_cancel_obsolete_orders.pl (-1 / +1 lines)
Lines 67-73 acq_cancel_obsolete_orders.pl - Script for cancelling obsolete orders Link Here
67
# GNU General Public License for more details.
67
# GNU General Public License for more details.
68
#
68
#
69
# You should have received a copy of the GNU General Public License
69
# You should have received a copy of the GNU General Public License
70
# along with Koha; if not, see <http://www.gnu.org/licenses>.
70
# along with Koha; if not, see <https://www.gnu.org/licenses>.
71
71
72
use Modern::Perl;
72
use Modern::Perl;
73
use Getopt::Long qw( GetOptions );
73
use Getopt::Long qw( GetOptions );
(-)a/misc/maintenance/auth_show_hidden_data.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This script walks through your authority marc records and tells you
20
# This script walks through your authority marc records and tells you
21
# which hidden fields in the framework still contain data.
21
# which hidden fields in the framework still contain data.
(-)a/misc/maintenance/borrowers-force-messaging-defaults.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/check_syspref_cache.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Getopt::Long qw( GetOptions );
19
use Getopt::Long qw( GetOptions );
(-)a/misc/maintenance/cmp_sysprefs.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This script imports/exports systempreferences to file.
20
# This script imports/exports systempreferences to file.
21
# Two interesting features are:
21
# Two interesting features are:
(-)a/misc/maintenance/compare_es_to_db.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/misc/maintenance/fix_accountlines_date.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/fix_accountlines_rmdupfines_bug8253.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/fix_invalid_dates.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/maintenance/fix_mysql_constraints.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/maintenance/fix_tags_weight.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/maintenance/generate_MARC21Languages.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/misc/maintenance/pseudonymize_statistics.pl (-2 / +2 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Getopt::Long qw( GetOptions );
19
use Getopt::Long qw( GetOptions );
Lines 133-138 This file is part of Koha. Link Here
133
# GNU General Public License for more details.
133
# GNU General Public License for more details.
134
#
134
#
135
# You should have received a copy of the GNU General Public License
135
# You should have received a copy of the GNU General Public License
136
# along with Koha; if not, see <http://www.gnu.org/licenses>.
136
# along with Koha; if not, see <https://www.gnu.org/licenses>.
137
137
138
=cut
138
=cut
(-)a/misc/maintenance/remove_items_from_biblioitems.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/misc/maintenance/sanitize_records.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 234-239 This file is part of Koha. Link Here
234
# GNU General Public License for more details.
234
# GNU General Public License for more details.
235
#
235
#
236
# You should have received a copy of the GNU General Public License
236
# You should have received a copy of the GNU General Public License
237
# along with Koha; if not, see <http://www.gnu.org/licenses>.
237
# along with Koha; if not, see <https://www.gnu.org/licenses>.
238
238
239
=cut
239
=cut
(-)a/misc/maintenance/search_for_data_inconsistencies.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/maintenance/sync_db_comments.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use Getopt::Long qw( GetOptions );
23
use Getopt::Long qw( GetOptions );
(-)a/misc/maintenance/touch_all_biblios.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/touch_all_items.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/update_authorities.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/maintenance/update_localuse_from_statistics.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/migration_tools/build_oai_sets.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/misc/migration_tools/checkNonIndexedBiblios.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# Small script that checks if each biblio in the DB is properly indexed
20
# Small script that checks if each biblio in the DB is properly indexed
21
# if it is not and if you use -z the not-indexed biblios are inserted in zebraqueue
21
# if it is not and if you use -z the not-indexed biblios are inserted in zebraqueue
(-)a/misc/migration_tools/ifla/update.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/migration_tools/import_lexile.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#-----------------------------------
19
#-----------------------------------
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/misc/migration_tools/koha-svc.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use warnings;
20
use warnings;
21
use strict;
21
use strict;
(-)a/misc/migration_tools/rebuild_zebra.pl (-2 / +2 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
Lines 252-258 my $dbh; Link Here
252
# We have chosen to exit immediately by default if we cannot obtain the lock
252
# We have chosen to exit immediately by default if we cannot obtain the lock
253
# to prevent the potential for a infinite backlog from cron invocations, but an
253
# to prevent the potential for a infinite backlog from cron invocations, but an
254
# option (wait-for-lock) is provided to let the program wait for the lock.
254
# option (wait-for-lock) is provided to let the program wait for the lock.
255
# See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11078 for details.
255
# See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11078 for details.
256
if ($daemon_mode) {
256
if ($daemon_mode) {
257
    while (1) {
257
    while (1) {
258
258
(-)a/misc/migration_tools/remove_unused_authorities.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/misc/migration_tools/switch_marc21_series_info.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/mod_zebraqueue.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
# script to add records to the zebraqueue from the commandline.
19
# script to add records to the zebraqueue from the commandline.
20
20
(-)a/misc/process_ill_updates.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Getopt::Long qw( GetOptions );
21
use Getopt::Long qw( GetOptions );
(-)a/misc/recreateIssueStatistics.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# Re-create statistics from issues and old_issues tables
20
# Re-create statistics from issues and old_issues tables
21
21
(-)a/misc/release_notes/release_notes_17_05_00.html (-1 / +1 lines)
Lines 1083-1089 have already been fixed in maintainance releases)</p> Link Here
1083
1083
1084
<blockquote>
1084
<blockquote>
1085
  <p>This patch set adds a new table authorised_value_categories to store authori(s|z)ed value categories into a separate table. The problematic is explained on bug 15799 comment 4:
1085
  <p>This patch set adds a new table authorised_value_categories to store authori(s|z)ed value categories into a separate table. The problematic is explained on bug 15799 comment 4:
1086
  https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799#c4</p>
1086
  http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799#c4</p>
1087
</blockquote>
1087
</blockquote>
1088
1088
1089
<ul>
1089
<ul>
(-)a/misc/release_notes/release_notes_17_05_00.md (-2 / +2 lines)
Lines 848-855 ATTENTION: all reports that use ExtractValue to retrieve MARC tags from biblioit Link Here
848
848
849
- [[17216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17216) Add a new table to store authorized value categories
849
- [[17216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17216) Add a new table to store authorized value categories
850
850
851
> This patch set adds a new table authorised_value_categories to store authori(s|z)ed value categories into a separate table. The problematic is explained on bug 15799 comment 4:
851
> This patch set adds a new table authorised_value_categories to store authori(s|z)ed value categories into a separate table. The problematic is explained on bug 15799 comment 4:
852
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799#c4
852
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799#c4
853
853
854
854
855
- [[17447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17447) Remove unused vars from batchRebuildItemsTables.pl
855
- [[17447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17447) Remove unused vars from batchRebuildItemsTables.pl
(-)a/misc/release_notes/release_notes_18_05_00.html (-652 / +652 lines)
Lines 8-26 and sizes, volunteers, and support companies from around the world. The Link Here
8
website for the Koha project is:</p>
8
website for the Koha project is:</p>
9
9
10
<ul>
10
<ul>
11
<li><a href="http://koha-community.org">Koha Community</a></li>
11
<li><a href="https://koha-community.org">Koha Community</a></li>
12
</ul>
12
</ul>
13
13
14
<p>Koha 18.05.00 can be downloaded from:</p>
14
<p>Koha 18.05.00 can be downloaded from:</p>
15
15
16
<ul>
16
<ul>
17
<li><a href="http://download.koha-community.org/koha-18.05-latest.tar.gz">Download</a></li>
17
<li><a href="https://download.koha-community.org/koha-18.05-latest.tar.gz">Download</a></li>
18
</ul>
18
</ul>
19
19
20
<p>Installation instructions can be found at:</p>
20
<p>Installation instructions can be found at:</p>
21
21
22
<ul>
22
<ul>
23
<li><a href="http://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
23
<li><a href="https://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
24
<li>OR in the INSTALL files that come in the tarball</li>
24
<li>OR in the INSTALL files that come in the tarball</li>
25
</ul>
25
</ul>
26
26
Lines 45-51 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
45
45
46
<h3 id="debianstretchusers:tmppathchanges">Debian Stretch users: tmp path changes</h3>
46
<h3 id="debianstretchusers:tmppathchanges">Debian Stretch users: tmp path changes</h3>
47
47
48
<p>If you are using Debian Stretch (9) you should take a look at <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428">bug 20428</a>.</p>
48
<p>If you are using Debian Stretch (9) you should take a look at <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428">bug 20428</a>.</p>
49
49
50
<p>A new entry upload_path must be created in your koha-conf.xml file in order to define a temporary uploaded files directory.</p>
50
<p>A new entry upload_path must be created in your koha-conf.xml file in order to define a temporary uploaded files directory.</p>
51
51
Lines 57-63 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
57
57
58
<h3 id="changeofthedatabasetablescharset">Change of the database tables charset</h3>
58
<h3 id="changeofthedatabasetablescharset">Change of the database tables charset</h3>
59
59
60
<p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336">Bug 18336</a> adds the support for Unicode supplementary characters.</p>
60
<p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336">Bug 18336</a> adds the support for Unicode supplementary characters.</p>
61
61
62
<p>We have now a better support of Unicode characters and especially vietnamese and chinese get improved, we also support emojis.</p>
62
<p>We have now a better support of Unicode characters and especially vietnamese and chinese get improved, we also support emojis.</p>
63
63
Lines 70-76 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
70
<h3 id="acquisitions">Acquisitions</h3>
70
<h3 id="acquisitions">Acquisitions</h3>
71
71
72
<ul>
72
<ul>
73
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289">[19289]</a> Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets</li>
73
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289">[19289]</a> Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets</li>
74
</ul>
74
</ul>
75
75
76
<blockquote>
76
<blockquote>
Lines 80-86 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
80
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
80
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
81
81
82
<ul>
82
<ul>
83
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707">[15707]</a> Add ability to define hierarchical groups of libraries</li>
83
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707">[15707]</a> Add ability to define hierarchical groups of libraries</li>
84
</ul>
84
</ul>
85
85
86
<blockquote>
86
<blockquote>
Lines 88-94 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
88
</blockquote>
88
</blockquote>
89
89
90
<ul>
90
<ul>
91
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20123">[20123]</a> Allow multiple instances of Koha to have different timezones on the same server</li>
91
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20123">[20123]</a> Allow multiple instances of Koha to have different timezones on the same server</li>
92
</ul>
92
</ul>
93
93
94
<blockquote>
94
<blockquote>
Lines 100-106 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
100
<h3 id="authentication">Authentication</h3>
100
<h3 id="authentication">Authentication</h3>
101
101
102
<ul>
102
<ul>
103
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160">[19160]</a> CAS Single Logout</li>
103
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160">[19160]</a> CAS Single Logout</li>
104
</ul>
104
</ul>
105
105
106
<blockquote>
106
<blockquote>
Lines 108-114 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
108
</blockquote>
108
</blockquote>
109
109
110
<ul>
110
<ul>
111
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20568">[20568]</a> Add API key management interface for patrons</li>
111
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20568">[20568]</a> Add API key management interface for patrons</li>
112
</ul>
112
</ul>
113
113
114
<blockquote>
114
<blockquote>
Lines 118-130 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
118
<h3 id="holdrequests">Hold requests</h3>
118
<h3 id="holdrequests">Hold requests</h3>
119
119
120
<ul>
120
<ul>
121
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287">[19287]</a> Add ability to mark an item 'Lost' from 'Holds to pull' list</li>
121
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287">[19287]</a> Add ability to mark an item 'Lost' from 'Holds to pull' list</li>
122
</ul>
122
</ul>
123
123
124
<h3 id="patrons">Patrons</h3>
124
<h3 id="patrons">Patrons</h3>
125
125
126
<ul>
126
<ul>
127
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302">[9302]</a> Add ability to merge patron records</li>
127
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302">[9302]</a> Add ability to merge patron records</li>
128
</ul>
128
</ul>
129
129
130
<blockquote>
130
<blockquote>
Lines 135-147 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
135
</blockquote>
135
</blockquote>
136
136
137
<ul>
137
<ul>
138
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18403">[18403]</a> Hide patron information if not part of the logged in user library group</li>
138
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18403">[18403]</a> Hide patron information if not part of the logged in user library group</li>
139
</ul>
139
</ul>
140
140
141
<h3 id="restapi">REST api</h3>
141
<h3 id="restapi">REST api</h3>
142
142
143
<ul>
143
<ul>
144
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330">[16330]</a> Add routes to add, update and delete patrons</li>
144
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330">[16330]</a> Add routes to add, update and delete patrons</li>
145
</ul>
145
</ul>
146
146
147
<blockquote>
147
<blockquote>
Lines 150-156 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
150
</blockquote>
150
</blockquote>
151
151
152
<ul>
152
<ul>
153
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20402">[20402]</a> OAuth2 client credentials grant for REST API</li>
153
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20402">[20402]</a> OAuth2 client credentials grant for REST API</li>
154
</ul>
154
</ul>
155
155
156
<blockquote>
156
<blockquote>
Lines 160-172 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
160
<h3 id="searching">Searching</h3>
160
<h3 id="searching">Searching</h3>
161
161
162
<ul>
162
<ul>
163
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19290">[19290]</a> Browse selected biblios - Staff</li>
163
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19290">[19290]</a> Browse selected biblios - Staff</li>
164
</ul>
164
</ul>
165
165
166
<h3 id="selfcheckout">Self checkout</h3>
166
<h3 id="selfcheckout">Self checkout</h3>
167
167
168
<ul>
168
<ul>
169
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15492">[15492]</a> Stand alone self check-in tool</li>
169
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15492">[15492]</a> Stand alone self check-in tool</li>
170
</ul>
170
</ul>
171
171
172
<h2 id="enhancements">Enhancements</h2>
172
<h2 id="enhancements">Enhancements</h2>
Lines 174-198 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
174
<h3 id="about">About</h3>
174
<h3 id="about">About</h3>
175
175
176
<ul>
176
<ul>
177
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18674">[18674]</a> Show timezone for Perl and MySQL on the About Koha page</li>
177
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18674">[18674]</a> Show timezone for Perl and MySQL on the About Koha page</li>
178
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19542">[19542]</a> Koha should display Elasticsearch information in the about page</li>
178
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19542">[19542]</a> Koha should display Elasticsearch information in the about page</li>
179
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19904">[19904]</a> Release team 18.05</li>
179
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19904">[19904]</a> Release team 18.05</li>
180
</ul>
180
</ul>
181
181
182
<h3 id="acquisitions">Acquisitions</h3>
182
<h3 id="acquisitions">Acquisitions</h3>
183
183
184
<ul>
184
<ul>
185
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10032">[10032]</a> Uncertain prices hide 'close basket' without explanation</li>
185
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10032">[10032]</a> Uncertain prices hide 'close basket' without explanation</li>
186
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17182">[17182]</a> Allow Keyword to MARC mapping for acquisitions searches (subtitle)</li>
186
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17182">[17182]</a> Allow Keyword to MARC mapping for acquisitions searches (subtitle)</li>
187
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17457">[17457]</a> Use SearchWithISBNVariations in acquisition advanced search (histsearch.pl)</li>
187
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17457">[17457]</a> Use SearchWithISBNVariations in acquisition advanced search (histsearch.pl)</li>
188
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479">[19479]</a> Price display on a basketgroup</li>
188
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479">[19479]</a> Price display on a basketgroup</li>
189
</ul>
189
</ul>
190
190
191
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
191
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
192
192
193
<ul>
193
<ul>
194
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021">[10021]</a> Remove dead code related to notifys</li>
194
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021">[10021]</a> Remove dead code related to notifys</li>
195
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306">[10306]</a> Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264)</li>
195
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306">[10306]</a> Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264)</li>
196
</ul>
196
</ul>
197
197
198
<blockquote>
198
<blockquote>
Lines 200-207 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
200
</blockquote>
200
</blockquote>
201
201
202
<ul>
202
<ul>
203
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12001">[12001]</a> GetMemberAccountRecords slows down display of patron details and checkout pages</li>
203
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12001">[12001]</a> GetMemberAccountRecords slows down display of patron details and checkout pages</li>
204
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904">[12904]</a> Force browser to load new JavaScript and CSS files after upgrade</li>
204
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904">[12904]</a> Force browser to load new JavaScript and CSS files after upgrade</li>
205
</ul>
205
</ul>
206
206
207
<blockquote>
207
<blockquote>
Lines 211-222 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
211
</blockquote>
211
</blockquote>
212
212
213
<ul>
213
<ul>
214
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735">[16735]</a> Replace existing library search groups functionality with the new hierarchical groups system</li>
214
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735">[16735]</a> Replace existing library search groups functionality with the new hierarchical groups system</li>
215
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17553">[17553]</a> Move GetOverduesForPatron to Koha::Patron</li>
215
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17553">[17553]</a> Move GetOverduesForPatron to Koha::Patron</li>
216
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672">[17672]</a> Items table should have a damaged_on column</li>
216
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672">[17672]</a> Items table should have a damaged_on column</li>
217
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17833">[17833]</a> <em>initilize</em>memcached() warns if errors</li>
217
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17833">[17833]</a> <em>initilize</em>memcached() warns if errors</li>
218
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18255">[18255]</a> Koha::Biblio - Remove GetBiblioItemByBiblioNumber</li>
218
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18255">[18255]</a> Koha::Biblio - Remove GetBiblioItemByBiblioNumber</li>
219
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336">[18336]</a> Add support for Unicode supplementary characters</li>
219
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336">[18336]</a> Add support for Unicode supplementary characters</li>
220
</ul>
220
</ul>
221
221
222
<blockquote>
222
<blockquote>
Lines 225-287 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
225
</blockquote>
225
</blockquote>
226
226
227
<ul>
227
<ul>
228
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789">[18789]</a> Send a Koha::Patron object to the templates</li>
228
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789">[18789]</a> Send a Koha::Patron object to the templates</li>
229
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18913">[18913]</a> Allow symbolic link in /etc/koha/sites</li>
229
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18913">[18913]</a> Allow symbolic link in /etc/koha/sites</li>
230
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096">[19096]</a> Koha to MARC mappings (Part 2): Make Default authoritative</li>
230
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096">[19096]</a> Koha to MARC mappings (Part 2): Make Default authoritative</li>
231
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280">[19280]</a> CanBookBeIssued must take a Koha::Patron in parameter</li>
231
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280">[19280]</a> CanBookBeIssued must take a Koha::Patron in parameter</li>
232
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19299">[19299]</a> Replace C4::Reserves::GetReservesForBranch with Koha::Holds->waiting</li>
232
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19299">[19299]</a> Replace C4::Reserves::GetReservesForBranch with Koha::Holds->waiting</li>
233
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19300">[19300]</a> Move C4::Reserves::OPACItemHoldsAllowed to the Koha namespace</li>
233
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19300">[19300]</a> Move C4::Reserves::OPACItemHoldsAllowed to the Koha namespace</li>
234
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19301">[19301]</a> Move C4::Reserves::OnShelfHoldsAllowed to the Koha namespace</li>
234
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19301">[19301]</a> Move C4::Reserves::OnShelfHoldsAllowed to the Koha namespace</li>
235
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19303">[19303]</a> Move C4::Members::GetFirstValidEmailAddress to Koha::Patron->first_valid_email_address</li>
235
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19303">[19303]</a> Move C4::Members::GetFirstValidEmailAddress to Koha::Patron->first_valid_email_address</li>
236
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19304">[19304]</a> Move C4::Members::GetNoticeEmailAddress to Koha::Patron->notice_email_address</li>
236
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19304">[19304]</a> Move C4::Members::GetNoticeEmailAddress to Koha::Patron->notice_email_address</li>
237
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19802">[19802]</a> Move Selenium code to its own module</li>
237
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19802">[19802]</a> Move Selenium code to its own module</li>
238
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19826">[19826]</a> Introduce Koha::Acquisition::Budget(s) and Koha::Acquisition::Fund(s)</li>
238
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19826">[19826]</a> Introduce Koha::Acquisition::Budget(s) and Koha::Acquisition::Fund(s)</li>
239
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19828">[19828]</a> Koha::Object->store should catch DBIC exceptions and raise Koha::Exceptions</li>
239
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19828">[19828]</a> Koha::Object->store should catch DBIC exceptions and raise Koha::Exceptions</li>
240
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19830">[19830]</a> Add the Koha::Patron->old_checkout method</li>
240
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19830">[19830]</a> Add the Koha::Patron->old_checkout method</li>
241
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19841">[19841]</a> AddMember should raise an exception if categorycode is invalid</li>
241
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19841">[19841]</a> AddMember should raise an exception if categorycode is invalid</li>
242
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19855">[19855]</a> Move the "alert" code to Koha::Subscription</li>
242
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19855">[19855]</a> Move the "alert" code to Koha::Subscription</li>
243
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19926">[19926]</a> Add the Koha::Object->unblessed_all_relateds method</li>
243
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19926">[19926]</a> Add the Koha::Object->unblessed_all_relateds method</li>
244
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19929">[19929]</a> Add Koha Objects for class_source and class_sort_rules</li>
244
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19929">[19929]</a> Add Koha Objects for class_source and class_sort_rules</li>
245
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19933">[19933]</a> Move C4::Members::patronflags to the Koha namespace - part 1</li>
245
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19933">[19933]</a> Move C4::Members::patronflags to the Koha namespace - part 1</li>
246
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19935">[19935]</a> Move C4::Members::GetPendingIssues to the Koha namespace</li>
246
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19935">[19935]</a> Move C4::Members::GetPendingIssues to the Koha namespace</li>
247
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19936">[19936]</a> Move Check_userid and Generate_Userid to Koha::Patron</li>
247
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19936">[19936]</a> Move Check_userid and Generate_Userid to Koha::Patron</li>
248
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19940">[19940]</a> Koha::Biblio - Remove GetBiblioItemInfosOf</li>
248
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19940">[19940]</a> Koha::Biblio - Remove GetBiblioItemInfosOf</li>
249
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19943">[19943]</a> Koha::Biblio - Remove GetBiblioItemData</li>
249
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19943">[19943]</a> Koha::Biblio - Remove GetBiblioItemData</li>
250
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19992">[19992]</a> use Modern::Perl in Admin perl scripts</li>
250
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19992">[19992]</a> use Modern::Perl in Admin perl scripts</li>
251
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19993">[19993]</a> use Modern::Perl in Acquisition perl scripts</li>
251
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19993">[19993]</a> use Modern::Perl in Acquisition perl scripts</li>
252
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19995">[19995]</a> use Modern::Perl in Catalogue perl scripts</li>
252
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19995">[19995]</a> use Modern::Perl in Catalogue perl scripts</li>
253
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19996">[19996]</a> use Modern::Perl in cataloguing perl scripts</li>
253
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19996">[19996]</a> use Modern::Perl in cataloguing perl scripts</li>
254
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19997">[19997]</a> use Modern::Perl in Circulation perl scripts</li>
254
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19997">[19997]</a> use Modern::Perl in Circulation perl scripts</li>
255
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19998">[19998]</a> use Modern::Perl in error perl scripts</li>
255
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19998">[19998]</a> use Modern::Perl in error perl scripts</li>
256
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19999">[19999]</a> use Modern::Perl in Labels perl scripts</li>
256
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19999">[19999]</a> use Modern::Perl in Labels perl scripts</li>
257
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20009">[20009]</a> use Modern::Perl in Members perl scripts</li>
257
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20009">[20009]</a> use Modern::Perl in Members perl scripts</li>
258
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20010">[20010]</a> use Modern::Perl in Patroncards perl scripts</li>
258
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20010">[20010]</a> use Modern::Perl in Patroncards perl scripts</li>
259
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20011">[20011]</a> use Modern::Perl in plugins perl scripts</li>
259
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20011">[20011]</a> use Modern::Perl in plugins perl scripts</li>
260
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20012">[20012]</a> use Modern::Perl in Reports perl scripts</li>
260
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20012">[20012]</a> use Modern::Perl in Reports perl scripts</li>
261
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20013">[20013]</a> use Modern::Perl in Reserves perl scripts</li>
261
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20013">[20013]</a> use Modern::Perl in Reserves perl scripts</li>
262
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20015">[20015]</a> use Modern::Perl in Serials perl scripts</li>
262
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20015">[20015]</a> use Modern::Perl in Serials perl scripts</li>
263
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20016">[20016]</a> use Modern::Perl in svc scripts</li>
263
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20016">[20016]</a> use Modern::Perl in svc scripts</li>
264
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20017">[20017]</a> use Modern::Perl in Tools perl scripts</li>
264
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20017">[20017]</a> use Modern::Perl in Tools perl scripts</li>
265
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20018">[20018]</a> use Modern::Perl in offline circulation perl scripts</li>
265
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20018">[20018]</a> use Modern::Perl in offline circulation perl scripts</li>
266
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20019">[20019]</a> use Modern::Perl in miscellaneous perl scripts</li>
266
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20019">[20019]</a> use Modern::Perl in miscellaneous perl scripts</li>
267
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20020">[20020]</a> use Modern::Perl in XT scripts</li>
267
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20020">[20020]</a> use Modern::Perl in XT scripts</li>
268
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20047">[20047]</a> Add Z3950Server Object and use it for getting server count</li>
268
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20047">[20047]</a> Add Z3950Server Object and use it for getting server count</li>
269
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20052">[20052]</a> Add Reports object class</li>
269
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20052">[20052]</a> Add Reports object class</li>
270
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20157">[20157]</a> Use group 'features' to decide which groups to use for group searching functionality</li>
270
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20157">[20157]</a> Use group 'features' to decide which groups to use for group searching functionality</li>
271
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20264">[20264]</a> Syspref checkdigit is no longer in used</li>
271
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20264">[20264]</a> Syspref checkdigit is no longer in used</li>
272
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20267">[20267]</a> Add basic .gitignore</li>
272
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20267">[20267]</a> Add basic .gitignore</li>
273
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20275">[20275]</a> Add comment to let users know they can define multiple plugindirs</li>
273
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20275">[20275]</a> Add comment to let users know they can define multiple plugindirs</li>
274
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20444">[20444]</a> Remove C4::Members::Attributes::GetAttributes</li>
274
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20444">[20444]</a> Remove C4::Members::Attributes::GetAttributes</li>
275
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20538">[20538]</a> Remove the need of writing [% KOHA_VERSION %] everywhere</li>
275
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20538">[20538]</a> Remove the need of writing [% KOHA_VERSION %] everywhere</li>
276
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20599">[20599]</a> Add the Koha::Subscription->vendor method</li>
276
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20599">[20599]</a> Add the Koha::Subscription->vendor method</li>
277
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20622">[20622]</a> Add some color to bootstrap modal headers and footers</li>
277
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20622">[20622]</a> Add some color to bootstrap modal headers and footers</li>
278
</ul>
278
</ul>
279
279
280
<h3 id="authentication">Authentication</h3>
280
<h3 id="authentication">Authentication</h3>
281
281
282
<ul>
282
<ul>
283
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12227">[12227]</a> Remove demo user functionality</li>
283
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12227">[12227]</a> Remove demo user functionality</li>
284
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20489">[20489]</a> Prevent DB user login</li>
284
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20489">[20489]</a> Prevent DB user login</li>
285
</ul>
285
</ul>
286
286
287
<blockquote>
287
<blockquote>
Lines 291-303 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
291
</blockquote>
291
</blockquote>
292
292
293
<ul>
293
<ul>
294
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20612">[20612]</a> Make OAuth2 use patron's client_id/secret pairs</li>
294
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20612">[20612]</a> Make OAuth2 use patron's client_id/secret pairs</li>
295
</ul>
295
</ul>
296
296
297
<h3 id="browsercompatibility">Browser compatibility</h3>
297
<h3 id="browsercompatibility">Browser compatibility</h3>
298
298
299
<ul>
299
<ul>
300
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20062">[20062]</a> Remove support for Internet Explorer 7 in the staff client</li>
300
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20062">[20062]</a> Remove support for Internet Explorer 7 in the staff client</li>
301
</ul>
301
</ul>
302
302
303
<blockquote>
303
<blockquote>
Lines 307-313 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
307
<h3 id="cataloging">Cataloging</h3>
307
<h3 id="cataloging">Cataloging</h3>
308
308
309
<ul>
309
<ul>
310
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9701">[9701]</a> Configure default indicators</li>
310
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9701">[9701]</a> Configure default indicators</li>
311
</ul>
311
</ul>
312
312
313
<blockquote>
313
<blockquote>
Lines 315-324 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
315
</blockquote>
315
</blockquote>
316
316
317
<ul>
317
<ul>
318
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046">[11046]</a> Better handling of uncertain years for publicationyear/copyrightdate</li>
318
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046">[11046]</a> Better handling of uncertain years for publicationyear/copyrightdate</li>
319
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18417">[18417]</a> Advanced Editor - Rancor - add shortcuts for copyright symbols (C) (P)</li>
319
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18417">[18417]</a> Advanced Editor - Rancor - add shortcuts for copyright symbols (C) (P)</li>
320
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18878">[18878]</a> Improve item form display / labels too far from input fields</li>
320
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18878">[18878]</a> Improve item form display / labels too far from input fields</li>
321
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904">[18904]</a> Advanced editor - Rancor - Add authority support</li>
321
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904">[18904]</a> Advanced editor - Rancor - Add authority support</li>
322
</ul>
322
</ul>
323
323
324
<blockquote>
324
<blockquote>
Lines 326-340 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
326
</blockquote>
326
</blockquote>
327
327
328
<ul>
328
<ul>
329
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19267">[19267]</a> Advanced Editor - Rancor - Add warning before leaving page if there are unsaved modifications</li>
329
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19267">[19267]</a> Advanced Editor - Rancor - Add warning before leaving page if there are unsaved modifications</li>
330
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19538">[19538]</a> Advanced editor - Rancor - Move syspref from labs to cataloging and remove experimental note</li>
330
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19538">[19538]</a> Advanced editor - Rancor - Move syspref from labs to cataloging and remove experimental note</li>
331
</ul>
331
</ul>
332
332
333
<h3 id="circulation">Circulation</h3>
333
<h3 id="circulation">Circulation</h3>
334
334
335
<ul>
335
<ul>
336
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11210">[11210]</a> Allow partial writeoff</li>
336
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11210">[11210]</a> Allow partial writeoff</li>
337
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752">[15752]</a> Automatically switch from circulation to new patron when a cardnumber is scanned during circulation</li>
337
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752">[15752]</a> Automatically switch from circulation to new patron when a cardnumber is scanned during circulation</li>
338
</ul>
338
</ul>
339
339
340
<blockquote>
340
<blockquote>
Lines 342-355 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
342
</blockquote>
342
</blockquote>
343
343
344
<ul>
344
<ul>
345
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18786">[18786]</a> Add ability to create custom payment types</li>
345
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18786">[18786]</a> Add ability to create custom payment types</li>
346
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790">[18790]</a> Add ability to void payments</li>
346
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790">[18790]</a> Add ability to void payments</li>
347
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816">[18816]</a> Make CataloguingLog work in production by preventing circulation from spamming the log</li>
347
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816">[18816]</a> Make CataloguingLog work in production by preventing circulation from spamming the log</li>
348
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494">[19494]</a> Add reservedate to Holds awaiting pickup</li>
348
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494">[19494]</a> Add reservedate to Holds awaiting pickup</li>
349
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19752">[19752]</a> Improve authentication response in offline_circ/service.pl</li>
349
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19752">[19752]</a> Improve authentication response in offline_circ/service.pl</li>
350
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19804">[19804]</a> Suspension calculation doesn't honor 'Suspension charging interval'</li>
350
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19804">[19804]</a> Suspension calculation doesn't honor 'Suspension charging interval'</li>
351
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19831">[19831]</a> Turn on EnhancedMessagingPreferences by default for new installations</li>
351
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19831">[19831]</a> Turn on EnhancedMessagingPreferences by default for new installations</li>
352
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20322">[20322]</a> Circulation page layout and design update</li>
352
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20322">[20322]</a> Circulation page layout and design update</li>
353
</ul>
353
</ul>
354
354
355
<blockquote>
355
<blockquote>
Lines 357-369 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
357
</blockquote>
357
</blockquote>
358
358
359
<ul>
359
<ul>
360
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20343">[20343]</a> Show number of checkouts by itemtype in circulation.pl</li>
360
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20343">[20343]</a> Show number of checkouts by itemtype in circulation.pl</li>
361
</ul>
361
</ul>
362
362
363
<h3 id="command-lineutilities">Command-line Utilities</h3>
363
<h3 id="command-lineutilities">Command-line Utilities</h3>
364
364
365
<ul>
365
<ul>
366
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598">[12598]</a> New misc/import_borrowers.pl command line tool</li>
366
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598">[12598]</a> New misc/import_borrowers.pl command line tool</li>
367
</ul>
367
</ul>
368
368
369
<blockquote>
369
<blockquote>
Lines 372-378 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
372
</blockquote>
372
</blockquote>
373
373
374
<ul>
374
<ul>
375
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467">[17467]</a> Introduce a single koha-zebra script to handle Zebra daemons for instances</li>
375
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467">[17467]</a> Introduce a single koha-zebra script to handle Zebra daemons for instances</li>
376
</ul>
376
</ul>
377
377
378
<blockquote>
378
<blockquote>
Lines 381-387 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
381
</blockquote>
381
</blockquote>
382
382
383
<ul>
383
<ul>
384
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17468">[17468]</a> Remove koha-*-zebra scripts in favor of koha-zebra</li>
384
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17468">[17468]</a> Remove koha-*-zebra scripts in favor of koha-zebra</li>
385
</ul>
385
</ul>
386
386
387
<blockquote>
387
<blockquote>
Lines 389-395 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
389
</blockquote>
389
</blockquote>
390
390
391
<ul>
391
<ul>
392
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18964">[18964]</a> Add a --debugger flag to koha-plack</li>
392
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18964">[18964]</a> Add a --debugger flag to koha-plack</li>
393
</ul>
393
</ul>
394
394
395
<blockquote>
395
<blockquote>
Lines 397-403 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
397
</blockquote>
397
</blockquote>
398
398
399
<ul>
399
<ul>
400
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19451">[19451]</a> Let borrowers-force-messaging-defaults.pl optionally add preferences only when not already present</li>
400
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19451">[19451]</a> Let borrowers-force-messaging-defaults.pl optionally add preferences only when not already present</li>
401
</ul>
401
</ul>
402
402
403
<blockquote>
403
<blockquote>
Lines 406-453 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
406
</blockquote>
406
</blockquote>
407
407
408
<ul>
408
<ul>
409
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19454">[19454]</a> Add the ability to filter on patron category for borrowers-force-messaging-defaults.pl</li>
409
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19454">[19454]</a> Add the ability to filter on patron category for borrowers-force-messaging-defaults.pl</li>
410
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19955">[19955]</a> Add ability to process only one 'type' of message ( sms, email, etc ) for a given run of process_message_queue.pl</li>
410
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19955">[19955]</a> Add ability to process only one 'type' of message ( sms, email, etc ) for a given run of process_message_queue.pl</li>
411
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20525">[20525]</a> Add --timezone switch to koha-create</li>
411
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20525">[20525]</a> Add --timezone switch to koha-create</li>
412
</ul>
412
</ul>
413
413
414
<h3 id="coursereserves">Course reserves</h3>
414
<h3 id="coursereserves">Course reserves</h3>
415
415
416
<ul>
416
<ul>
417
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15378">[15378]</a> Remove 'lost' items from course reserves</li>
417
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15378">[15378]</a> Remove 'lost' items from course reserves</li>
418
</ul>
418
</ul>
419
419
420
<h3 id="holdrequests">Hold requests</h3>
420
<h3 id="holdrequests">Hold requests</h3>
421
421
422
<ul>
422
<ul>
423
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18382">[18382]</a> action_logs entry for module HOLDS, action SUSPEND is spammy</li>
423
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18382">[18382]</a> action_logs entry for module HOLDS, action SUSPEND is spammy</li>
424
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19769">[19769]</a> 'Pickup library is different' message does not display library branch name when placing hold</li>
424
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19769">[19769]</a> 'Pickup library is different' message does not display library branch name when placing hold</li>
425
</ul>
425
</ul>
426
426
427
<h3 id="i18nl10n">I18N/L10N</h3>
427
<h3 id="i18nl10n">I18N/L10N</h3>
428
428
429
<ul>
429
<ul>
430
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11674">[11674]</a> Configuration for MARC field doc URLs</li>
430
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11674">[11674]</a> Configuration for MARC field doc URLs</li>
431
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20295">[20295]</a> Allow translating link title in ILL module</li>
431
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20295">[20295]</a> Allow translating link title in ILL module</li>
432
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20296">[20296]</a> Untranslatable "All" in patrons table filter</li>
432
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20296">[20296]</a> Untranslatable "All" in patrons table filter</li>
433
</ul>
433
</ul>
434
434
435
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
435
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
436
436
437
<ul>
437
<ul>
438
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18819">[18819]</a> Correct "whereas UNIMARC tends to be used in Europe." in web installer files</li>
438
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18819">[18819]</a> Correct "whereas UNIMARC tends to be used in Europe." in web installer files</li>
439
</ul>
439
</ul>
440
440
441
<h3 id="lists">Lists</h3>
441
<h3 id="lists">Lists</h3>
442
442
443
<ul>
443
<ul>
444
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19658">[19658]</a> Style fix for staff client lists page</li>
444
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19658">[19658]</a> Style fix for staff client lists page</li>
445
</ul>
445
</ul>
446
446
447
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
447
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
448
448
449
<ul>
449
<ul>
450
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769">[14769]</a> Authorities merge: Set correct indicators in biblio field</li>
450
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769">[14769]</a> Authorities merge: Set correct indicators in biblio field</li>
451
</ul>
451
</ul>
452
452
453
<blockquote>
453
<blockquote>
Lines 456-462 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
456
</blockquote>
456
</blockquote>
457
457
458
<ul>
458
<ul>
459
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18071">[18071]</a> Add new script update_authorities.pl</li>
459
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18071">[18071]</a> Add new script update_authorities.pl</li>
460
</ul>
460
</ul>
461
461
462
<blockquote>
462
<blockquote>
Lines 469-489 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
469
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
469
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
470
470
471
<ul>
471
<ul>
472
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427">[16427]</a> Direct link to authority records missing in staff detail view (MARC21 6xx)</li>
472
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427">[16427]</a> Direct link to authority records missing in staff detail view (MARC21 6xx)</li>
473
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18198">[18198]</a> MARC21: Further improve handling of 5XX$u in GetMarcNotes</li>
473
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18198">[18198]</a> MARC21: Further improve handling of 5XX$u in GetMarcNotes</li>
474
</ul>
474
</ul>
475
475
476
<h3 id="notices">Notices</h3>
476
<h3 id="notices">Notices</h3>
477
477
478
<ul>
478
<ul>
479
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981">[17981]</a> Add the ability to preview generated notice templates</li>
479
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981">[17981]</a> Add the ability to preview generated notice templates</li>
480
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18007">[18007]</a> Interface updates to notices and notice previews</li>
480
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18007">[18007]</a> Interface updates to notices and notice previews</li>
481
</ul>
481
</ul>
482
482
483
<h3 id="opac">OPAC</h3>
483
<h3 id="opac">OPAC</h3>
484
484
485
<ul>
485
<ul>
486
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976">[11976]</a> Add column settings + new column "Publication date" to the subscription table</li>
486
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976">[11976]</a> Add column settings + new column "Publication date" to the subscription table</li>
487
</ul>
487
</ul>
488
488
489
<blockquote>
489
<blockquote>
Lines 492-506 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
492
</blockquote>
492
</blockquote>
493
493
494
<ul>
494
<ul>
495
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15794">[15794]</a> Add emoji picker to tag entry in OPAC</li>
495
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15794">[15794]</a> Add emoji picker to tag entry in OPAC</li>
496
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18083">[18083]</a> Don't show 'library' selection on popular titles page for single-branch libraries</li>
496
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18083">[18083]</a> Don't show 'library' selection on popular titles page for single-branch libraries</li>
497
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18313">[18313]</a> Remove Delicious icon from OPAC social network links</li>
497
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18313">[18313]</a> Remove Delicious icon from OPAC social network links</li>
498
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19573">[19573]</a> Link to make a new list in masthead in OPAC only appears / works if no other list already exists</li>
498
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19573">[19573]</a> Link to make a new list in masthead in OPAC only appears / works if no other list already exists</li>
499
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19708">[19708]</a> Printing code improvements in opac-basket.tt</li>
499
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19708">[19708]</a> Printing code improvements in opac-basket.tt</li>
500
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19989">[19989]</a> opac-memberentry.pl has a FIXME that can be fixed</li>
500
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19989">[19989]</a> opac-memberentry.pl has a FIXME that can be fixed</li>
501
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20155">[20155]</a> Improve readability of OPAC header language menu</li>
501
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20155">[20155]</a> Improve readability of OPAC header language menu</li>
502
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20181">[20181]</a> Allow plugins to add CSS and Javascript to OPAC</li>
502
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20181">[20181]</a> Allow plugins to add CSS and Javascript to OPAC</li>
503
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20400">[20400]</a> Add routing list tab to the patron account in OPAC</li>
503
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20400">[20400]</a> Add routing list tab to the patron account in OPAC</li>
504
</ul>
504
</ul>
505
505
506
<blockquote>
506
<blockquote>
Lines 508-531 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
508
</blockquote>
508
</blockquote>
509
509
510
<ul>
510
<ul>
511
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432">[20432]</a> Add black version of small Koha logo for use in the OPAC</li>
511
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432">[20432]</a> Add black version of small Koha logo for use in the OPAC</li>
512
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20497">[20497]</a> LibraryThing: always use https instead of http</li>
512
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20497">[20497]</a> LibraryThing: always use https instead of http</li>
513
</ul>
513
</ul>
514
514
515
<h3 id="packaging">Packaging</h3>
515
<h3 id="packaging">Packaging</h3>
516
516
517
<ul>
517
<ul>
518
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17951">[17951]</a> koha-create should create the template cache dir and configure it in koha-conf.xml</li>
518
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17951">[17951]</a> koha-create should create the template cache dir and configure it in koha-conf.xml</li>
519
</ul>
519
</ul>
520
520
521
<h3 id="patrons">Patrons</h3>
521
<h3 id="patrons">Patrons</h3>
522
522
523
<ul>
523
<ul>
524
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18626">[18626]</a> Add ability to track cardnumber changes for patrons</li>
524
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18626">[18626]</a> Add ability to track cardnumber changes for patrons</li>
525
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19471">[19471]</a> Show creation date in patron restrictions list</li>
525
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19471">[19471]</a> Show creation date in patron restrictions list</li>
526
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19801">[19801]</a> Display messages on user details page as well as on check out page</li>
526
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19801">[19801]</a> Display messages on user details page as well as on check out page</li>
527
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19988">[19988]</a> Change 'sex' to 'gender'</li>
527
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19988">[19988]</a> Change 'sex' to 'gender'</li>
528
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20100">[20100]</a> A non-superlibrarian should not be able to add superlibrarian privileges</li>
528
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20100">[20100]</a> A non-superlibrarian should not be able to add superlibrarian privileges</li>
529
</ul>
529
</ul>
530
530
531
<blockquote>
531
<blockquote>
Lines 533-563 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
533
</blockquote>
533
</blockquote>
534
534
535
<ul>
535
<ul>
536
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20516">[20516]</a> Show patron's library in pending discharges table</li>
536
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20516">[20516]</a> Show patron's library in pending discharges table</li>
537
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20524">[20524]</a> Make columns of pending discharges table sortable</li>
537
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20524">[20524]</a> Make columns of pending discharges table sortable</li>
538
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20526">[20526]</a> Show and sort by date of request in pending discharges table</li>
538
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20526">[20526]</a> Show and sort by date of request in pending discharges table</li>
539
</ul>
539
</ul>
540
540
541
<h3 id="restapi">REST api</h3>
541
<h3 id="restapi">REST api</h3>
542
542
543
<ul>
543
<ul>
544
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16213">[16213]</a> Allow to select hold's itemtype when using API</li>
544
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16213">[16213]</a> Allow to select hold's itemtype when using API</li>
545
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18330">[18330]</a> REST API: Date-time handling</li>
545
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18330">[18330]</a> REST API: Date-time handling</li>
546
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19234">[19234]</a> Add query parameters handling helpers</li>
546
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19234">[19234]</a> Add query parameters handling helpers</li>
547
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19278">[19278]</a> Add a configurable default page size for endpoints</li>
547
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19278">[19278]</a> Add a configurable default page size for endpoints</li>
548
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19369">[19369]</a> Add a helper function for translating pagination params into SQL::Abstract</li>
548
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19369">[19369]</a> Add a helper function for translating pagination params into SQL::Abstract</li>
549
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19370">[19370]</a> Add a helper function for translating order_by params into SQL::Abstract</li>
549
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19370">[19370]</a> Add a helper function for translating order_by params into SQL::Abstract</li>
550
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19410">[19410]</a> Add a helper function for generating object searches for the API</li>
550
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19410">[19410]</a> Add a helper function for generating object searches for the API</li>
551
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19686">[19686]</a> Add to_model and to_api params to objects.search helper</li>
551
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19686">[19686]</a> Add to_model and to_api params to objects.search helper</li>
552
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19784">[19784]</a> Adapt /v1/patrons to new naming guidelines</li>
552
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19784">[19784]</a> Adapt /v1/patrons to new naming guidelines</li>
553
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20004">[20004]</a> Adapt /v1/cities to new naming guidelines</li>
553
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20004">[20004]</a> Adapt /v1/cities to new naming guidelines</li>
554
</ul>
554
</ul>
555
555
556
<h3 id="reports">Reports</h3>
556
<h3 id="reports">Reports</h3>
557
557
558
<ul>
558
<ul>
559
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9573">[9573]</a> Ability to download items lost report</li>
559
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9573">[9573]</a> Ability to download items lost report</li>
560
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9634">[9634]</a> Allow for parameters re-use on SQL reports</li>
560
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9634">[9634]</a> Allow for parameters re-use on SQL reports</li>
561
</ul>
561
</ul>
562
562
563
<blockquote>
563
<blockquote>
Lines 569-575 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
569
</blockquote>
569
</blockquote>
570
570
571
<ul>
571
<ul>
572
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317">[11317]</a> Add a way to access files from the intranet</li>
572
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317">[11317]</a> Add a way to access files from the intranet</li>
573
</ul>
573
</ul>
574
574
575
<blockquote>
575
<blockquote>
Lines 577-636 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
577
</blockquote>
577
</blockquote>
578
578
579
<ul>
579
<ul>
580
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13445">[13445]</a> Clean up options for scheduled reports, remove URL, add HTML and Text/TSV</li>
580
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13445">[13445]</a> Clean up options for scheduled reports, remove URL, add HTML and Text/TSV</li>
581
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16782">[16782]</a> Display JSON report URL in staff client report interface</li>
581
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16782">[16782]</a> Display JSON report URL in staff client report interface</li>
582
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19233">[19233]</a> Add ability to send itemnumbers in report results to batch modification</li>
582
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19233">[19233]</a> Add ability to send itemnumbers in report results to batch modification</li>
583
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19664">[19664]</a> Reports sidebar menu should match list of reports on reports home page</li>
583
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19664">[19664]</a> Reports sidebar menu should match list of reports on reports home page</li>
584
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19716">[19716]</a> Add option to send header line for CSV output with runreport.pl</li>
584
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19716">[19716]</a> Add option to send header line for CSV output with runreport.pl</li>
585
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19856">[19856]</a> Improve styling of reports sidebar to match tools sidebar</li>
585
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19856">[19856]</a> Improve styling of reports sidebar to match tools sidebar</li>
586
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19957">[19957]</a> Allow continued editing after saving a report</li>
586
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19957">[19957]</a> Allow continued editing after saving a report</li>
587
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20345">[20345]</a> Put saved report keyword search form on reports home</li>
587
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20345">[20345]</a> Put saved report keyword search form on reports home</li>
588
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20350">[20350]</a> Add column configuration to table of saved reports</li>
588
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20350">[20350]</a> Add column configuration to table of saved reports</li>
589
</ul>
589
</ul>
590
590
591
<h3 id="sip2">SIP2</h3>
591
<h3 id="sip2">SIP2</h3>
592
592
593
<ul>
593
<ul>
594
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17826">[17826]</a> Allow extended patron attributes to be sent in arbitrary SIP2 fields</li>
594
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17826">[17826]</a> Allow extended patron attributes to be sent in arbitrary SIP2 fields</li>
595
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18625">[18625]</a> Update borrower last seen from SIP</li>
595
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18625">[18625]</a> Update borrower last seen from SIP</li>
596
</ul>
596
</ul>
597
597
598
<h3 id="searching">Searching</h3>
598
<h3 id="searching">Searching</h3>
599
599
600
<ul>
600
<ul>
601
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13660">[13660]</a> rebuild_zebra_sliced.sh - Exclude export phase and use existing exported MARCXML.</li>
601
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13660">[13660]</a> rebuild_zebra_sliced.sh - Exclude export phase and use existing exported MARCXML.</li>
602
</ul>
602
</ul>
603
603
604
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
604
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
605
605
606
<ul>
606
<ul>
607
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18825">[18825]</a> Elasticsearch - Update default authority mappings</li>
607
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18825">[18825]</a> Elasticsearch - Update default authority mappings</li>
608
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582">[19582]</a> Elasticsearch: Auth-finder.pl must use search_auth_compat</li>
608
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582">[19582]</a> Elasticsearch: Auth-finder.pl must use search_auth_compat</li>
609
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20386">[20386]</a> Improve warning and error messages for Search Engine Configuration</li>
609
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20386">[20386]</a> Improve warning and error messages for Search Engine Configuration</li>
610
</ul>
610
</ul>
611
611
612
<h3 id="serials">Serials</h3>
612
<h3 id="serials">Serials</h3>
613
613
614
<ul>
614
<ul>
615
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7910">[7910]</a> Batch renewal of subscriptions</li>
615
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7910">[7910]</a> Batch renewal of subscriptions</li>
616
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18327">[18327]</a> Add the ability to set the received date to today on multi receiving serials</li>
616
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18327">[18327]</a> Add the ability to set the received date to today on multi receiving serials</li>
617
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18426">[18426]</a> Subscriptions batch editing</li>
617
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18426">[18426]</a> Subscriptions batch editing</li>
618
</ul>
618
</ul>
619
619
620
<h3 id="staffclient">Staff Client</h3>
620
<h3 id="staffclient">Staff Client</h3>
621
621
622
<ul>
622
<ul>
623
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19488">[19488]</a> Add borrowernumber to brief info on patron details pages in staff client</li>
623
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19488">[19488]</a> Add borrowernumber to brief info on patron details pages in staff client</li>
624
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19806">[19806]</a> Add class to items.itemnotes_nonpublic</li>
624
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19806">[19806]</a> Add class to items.itemnotes_nonpublic</li>
625
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19953">[19953]</a> Add column for invoice in acquisition details tab</li>
625
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19953">[19953]</a> Add column for invoice in acquisition details tab</li>
626
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20291">[20291]</a> Add a StaffLoginInstructions system preference to add text to the staff client login box</li>
626
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20291">[20291]</a> Add a StaffLoginInstructions system preference to add text to the staff client login box</li>
627
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20404">[20404]</a> Extended patron attributes should always be on</li>
627
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20404">[20404]</a> Extended patron attributes should always be on</li>
628
</ul>
628
</ul>
629
629
630
<h3 id="systemadministration">System Administration</h3>
630
<h3 id="systemadministration">System Administration</h3>
631
631
632
<ul>
632
<ul>
633
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13287">[13287]</a> Add a system preference to define the number of days used in purge_suggestions.pl</li>
633
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13287">[13287]</a> Add a system preference to define the number of days used in purge_suggestions.pl</li>
634
</ul>
634
</ul>
635
635
636
<blockquote>
636
<blockquote>
Lines 638-653 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
638
</blockquote>
638
</blockquote>
639
639
640
<ul>
640
<ul>
641
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16764">[16764]</a> Update printers administration page</li>
641
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16764">[16764]</a> Update printers administration page</li>
642
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19292">[19292]</a> Add MARC code column on libraries list</li>
642
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19292">[19292]</a> Add MARC code column on libraries list</li>
643
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20133">[20133]</a> "Hide patron information" feature should not affect all library groups</li>
643
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20133">[20133]</a> "Hide patron information" feature should not affect all library groups</li>
644
</ul>
644
</ul>
645
645
646
<h3 id="templates">Templates</h3>
646
<h3 id="templates">Templates</h3>
647
647
648
<ul>
648
<ul>
649
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4078">[4078]</a> Add the ability to customize and display the symbol for a currency</li>
649
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4078">[4078]</a> Add the ability to customize and display the symbol for a currency</li>
650
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15922">[15922]</a> Show authorized value description in staff client search results for lost, withdrawn, and damaged</li>
650
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15922">[15922]</a> Show authorized value description in staff client search results for lost, withdrawn, and damaged</li>
651
</ul>
651
</ul>
652
652
653
<blockquote>
653
<blockquote>
Lines 655-709 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
655
</blockquote>
655
</blockquote>
656
656
657
<ul>
657
<ul>
658
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18791">[18791]</a> Add the ability for librarians to easily copy, download or print DataTables based tables in Koha</li>
658
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18791">[18791]</a> Add the ability for librarians to easily copy, download or print DataTables based tables in Koha</li>
659
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592">[19592]</a> Move admin templates JavaScript to the footer: Acquisitions</li>
659
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592">[19592]</a> Move admin templates JavaScript to the footer: Acquisitions</li>
660
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19594">[19594]</a> Move admin templates JavaScript to the footer: MARC-related</li>
660
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19594">[19594]</a> Move admin templates JavaScript to the footer: MARC-related</li>
661
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19600">[19600]</a> Move admin templates JavaScript to the footer: Other catalog pages</li>
661
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19600">[19600]</a> Move admin templates JavaScript to the footer: Other catalog pages</li>
662
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19601">[19601]</a> Move admin templates JavaScript to the footer: Additional parameters</li>
662
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19601">[19601]</a> Move admin templates JavaScript to the footer: Additional parameters</li>
663
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19603">[19603]</a> Move admin templates JavaScript to the footer: Patrons and circulation</li>
663
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19603">[19603]</a> Move admin templates JavaScript to the footer: Patrons and circulation</li>
664
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19607">[19607]</a> Move admin templates JavaScript to the footer: Basic parameters</li>
664
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19607">[19607]</a> Move admin templates JavaScript to the footer: Basic parameters</li>
665
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19608">[19608]</a> Move admin templates JavaScript to the footer: The rest</li>
665
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19608">[19608]</a> Move admin templates JavaScript to the footer: The rest</li>
666
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19623">[19623]</a> Move template JavaScript to the footer: Cataloging</li>
666
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19623">[19623]</a> Move template JavaScript to the footer: Cataloging</li>
667
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19627">[19627]</a> Move patron clubs templates JS to the footer</li>
667
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19627">[19627]</a> Move patron clubs templates JS to the footer</li>
668
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19628">[19628]</a> Move course reserves templates JS to the footer</li>
668
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19628">[19628]</a> Move course reserves templates JS to the footer</li>
669
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19641">[19641]</a> Move patron templates JavaScript to the footer</li>
669
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19641">[19641]</a> Move patron templates JavaScript to the footer</li>
670
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19647">[19647]</a> Move patron lists templates JS to the footer</li>
670
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19647">[19647]</a> Move patron lists templates JS to the footer</li>
671
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19653">[19653]</a> Move tools templates JavaScript to the footer: Additional tools</li>
671
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19653">[19653]</a> Move tools templates JavaScript to the footer: Additional tools</li>
672
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19654">[19654]</a> Move tools templates JavaScript to the footer: Batch MARC tools</li>
672
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19654">[19654]</a> Move tools templates JavaScript to the footer: Batch MARC tools</li>
673
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19656">[19656]</a> Move rotating collections templates JS to the footer</li>
673
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19656">[19656]</a> Move rotating collections templates JS to the footer</li>
674
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19657">[19657]</a> Move lists templates JS to the footer</li>
674
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19657">[19657]</a> Move lists templates JS to the footer</li>
675
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19659">[19659]</a> Move JS to the footer: Suggestions and tags</li>
675
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19659">[19659]</a> Move JS to the footer: Suggestions and tags</li>
676
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19663">[19663]</a> Move JS to the footer: Reports</li>
676
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19663">[19663]</a> Move JS to the footer: Reports</li>
677
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19672">[19672]</a> Move tools templates JavaScript to the footer: More MARC tools</li>
677
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19672">[19672]</a> Move tools templates JavaScript to the footer: More MARC tools</li>
678
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19679">[19679]</a> Move templates JavaScript to the footer: More tools templates</li>
678
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19679">[19679]</a> Move templates JavaScript to the footer: More tools templates</li>
679
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19680">[19680]</a> Move JS to the footer: Patron and circulation tools</li>
679
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19680">[19680]</a> Move JS to the footer: Patron and circulation tools</li>
680
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19682">[19682]</a> Move JS to the footer: Two patron-related tools</li>
680
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19682">[19682]</a> Move JS to the footer: Two patron-related tools</li>
681
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19697">[19697]</a> Move template JavaScript to the footer: Search results</li>
681
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19697">[19697]</a> Move template JavaScript to the footer: Search results</li>
682
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19700">[19700]</a> Move template JavaScript to the footer: Some circulation pages</li>
682
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19700">[19700]</a> Move template JavaScript to the footer: Some circulation pages</li>
683
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19710">[19710]</a> Move plugins templates javascript to the footer</li>
683
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19710">[19710]</a> Move plugins templates javascript to the footer</li>
684
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19726">[19726]</a> Move admin templates JavaScript to the footer: Preferences</li>
684
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19726">[19726]</a> Move admin templates JavaScript to the footer: Preferences</li>
685
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19744">[19744]</a> Move template JavaScript to the footer: Offline circulation</li>
685
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19744">[19744]</a> Move template JavaScript to the footer: Offline circulation</li>
686
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19751">[19751]</a> Holds awaiting pickup report should not be fixed-width</li>
686
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19751">[19751]</a> Holds awaiting pickup report should not be fixed-width</li>
687
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19753">[19753]</a> Move template JavaScript to the footer: Acquisitions</li>
687
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19753">[19753]</a> Move template JavaScript to the footer: Acquisitions</li>
688
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19754">[19754]</a> Move template JavaScript to the footer: Acquisitions, part 2</li>
688
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19754">[19754]</a> Move template JavaScript to the footer: Acquisitions, part 2</li>
689
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19755">[19755]</a> Move template JavaScript to the footer: Acquisitions, part 3</li>
689
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19755">[19755]</a> Move template JavaScript to the footer: Acquisitions, part 3</li>
690
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19758">[19758]</a> Move template JavaScript to the footer: Serials, part 1</li>
690
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19758">[19758]</a> Move template JavaScript to the footer: Serials, part 1</li>
691
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19761">[19761]</a> Move template JavaScript to the footer: Serials, part 2</li>
691
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19761">[19761]</a> Move template JavaScript to the footer: Serials, part 2</li>
692
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19777">[19777]</a> Move template JavaScript to the footer: Serials, part 3</li>
692
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19777">[19777]</a> Move template JavaScript to the footer: Serials, part 3</li>
693
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19778">[19778]</a> Move template JavaScript to the footer: Serials, part 4</li>
693
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19778">[19778]</a> Move template JavaScript to the footer: Serials, part 4</li>
694
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19785">[19785]</a> Move template JavaScript to the footer: Authorities, part 1</li>
694
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19785">[19785]</a> Move template JavaScript to the footer: Authorities, part 1</li>
695
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19786">[19786]</a> Move template JavaScript to the footer: Authorities, part 2</li>
695
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19786">[19786]</a> Move template JavaScript to the footer: Authorities, part 2</li>
696
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19805">[19805]</a> Add DataTables to Koha to MARC mapping page</li>
696
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19805">[19805]</a> Add DataTables to Koha to MARC mapping page</li>
697
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19823">[19823]</a> Move template JavaScript to the footer: MARC21 editor plugins</li>
697
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19823">[19823]</a> Move template JavaScript to the footer: MARC21 editor plugins</li>
698
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19860">[19860]</a> Make staff client home page responsive</li>
698
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19860">[19860]</a> Make staff client home page responsive</li>
699
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19866">[19866]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 1</li>
699
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19866">[19866]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 1</li>
700
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19868">[19868]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 2</li>
700
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19868">[19868]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 2</li>
701
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19869">[19869]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 3</li>
701
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19869">[19869]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 3</li>
702
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19872">[19872]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 4</li>
702
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19872">[19872]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 4</li>
703
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19874">[19874]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 5</li>
703
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19874">[19874]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 5</li>
704
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19877">[19877]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 6</li>
704
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19877">[19877]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 6</li>
705
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19878">[19878]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 7</li>
705
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19878">[19878]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 7</li>
706
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19882">[19882]</a> Add Novelist Select staff client profile</li>
706
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19882">[19882]</a> Add Novelist Select staff client profile</li>
707
</ul>
707
</ul>
708
708
709
<blockquote>
709
<blockquote>
Lines 711-759 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
711
</blockquote>
711
</blockquote>
712
712
713
<ul>
713
<ul>
714
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19892">[19892]</a> Replace numbersphr variable with Koha.Preference('OPACNumbersPreferPhrase') in OPAC</li>
714
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19892">[19892]</a> Replace numbersphr variable with Koha.Preference('OPACNumbersPreferPhrase') in OPAC</li>
715
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19932">[19932]</a> Update popup window templates to use Bootstrap grid: Cataloging Z39.50 search</li>
715
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19932">[19932]</a> Update popup window templates to use Bootstrap grid: Cataloging Z39.50 search</li>
716
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19939">[19939]</a> Move cataloging Z39.50 results actions into menu</li>
716
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19939">[19939]</a> Move cataloging Z39.50 results actions into menu</li>
717
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19946">[19946]</a> Update popup window templates to use Bootstrap grid: Authority Z39.50 search</li>
717
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19946">[19946]</a> Update popup window templates to use Bootstrap grid: Authority Z39.50 search</li>
718
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19947">[19947]</a> Update popup window templates to use Bootstrap grid: Acquisitions transfer order</li>
718
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19947">[19947]</a> Update popup window templates to use Bootstrap grid: Acquisitions transfer order</li>
719
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19949">[19949]</a> Update popup window templates to use Bootstrap grid: Cataloging authority search</li>
719
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19949">[19949]</a> Update popup window templates to use Bootstrap grid: Cataloging authority search</li>
720
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19950">[19950]</a> Update popup window templates to use Bootstrap grid: Serials</li>
720
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19950">[19950]</a> Update popup window templates to use Bootstrap grid: Serials</li>
721
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19952">[19952]</a> Update popup window templates to use Bootstrap grid: UNIMARC cataloging plugins</li>
721
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19952">[19952]</a> Update popup window templates to use Bootstrap grid: UNIMARC cataloging plugins</li>
722
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19954">[19954]</a> Update popup window templates to use Bootstrap grid: Patrons</li>
722
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19954">[19954]</a> Update popup window templates to use Bootstrap grid: Patrons</li>
723
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19960">[19960]</a> Update popup window templates to use Bootstrap grid: Add to list</li>
723
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19960">[19960]</a> Update popup window templates to use Bootstrap grid: Add to list</li>
724
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19961">[19961]</a> Move template JavaScript to the footer: Patron card creator</li>
724
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19961">[19961]</a> Move template JavaScript to the footer: Patron card creator</li>
725
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19981">[19981]</a> Switch single-column templates to Bootstrap grid: Course reserves</li>
725
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19981">[19981]</a> Switch single-column templates to Bootstrap grid: Course reserves</li>
726
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19982">[19982]</a> Switch single-column templates to Bootstrap grid: Patrons</li>
726
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19982">[19982]</a> Switch single-column templates to Bootstrap grid: Patrons</li>
727
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19983">[19983]</a> Switch single-column templates to Bootstrap grid: Authorities</li>
727
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19983">[19983]</a> Switch single-column templates to Bootstrap grid: Authorities</li>
728
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20032">[20032]</a> Switch single-column templates to Bootstrap grid: Tools</li>
728
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20032">[20032]</a> Switch single-column templates to Bootstrap grid: Tools</li>
729
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20033">[20033]</a> Switch single-column templates to Bootstrap grid: Catalog</li>
729
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20033">[20033]</a> Switch single-column templates to Bootstrap grid: Catalog</li>
730
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20034">[20034]</a> Switch single-column templates to Bootstrap grid: Circulation</li>
730
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20034">[20034]</a> Switch single-column templates to Bootstrap grid: Circulation</li>
731
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20035">[20035]</a> Switch single-column templates to Bootstrap grid: Patron clubs</li>
731
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20035">[20035]</a> Switch single-column templates to Bootstrap grid: Patron clubs</li>
732
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20036">[20036]</a> Switch single-column templates to Bootstrap grid: Offline circulation</li>
732
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20036">[20036]</a> Switch single-column templates to Bootstrap grid: Offline circulation</li>
733
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20037">[20037]</a> Switch single-column templates to Bootstrap grid: Serials</li>
733
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20037">[20037]</a> Switch single-column templates to Bootstrap grid: Serials</li>
734
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20038">[20038]</a> Switch single-column templates to Bootstrap grid: Acquisitions</li>
734
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20038">[20038]</a> Switch single-column templates to Bootstrap grid: Acquisitions</li>
735
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20045">[20045]</a> Switch single-column templates to Bootstrap grid: Various</li>
735
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20045">[20045]</a> Switch single-column templates to Bootstrap grid: Various</li>
736
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20518">[20518]</a> Don't show "Messages" header and link on patron details if there are no messages</li>
736
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20518">[20518]</a> Don't show "Messages" header and link on patron details if there are no messages</li>
737
</ul>
737
</ul>
738
738
739
<h3 id="testsuite">Test Suite</h3>
739
<h3 id="testsuite">Test Suite</h3>
740
740
741
<ul>
741
<ul>
742
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055">[18055]</a> Speed up '00-strict.t' test</li>
742
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055">[18055]</a> Speed up '00-strict.t' test</li>
743
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18797">[18797]</a> t/db_dependent/rollingloans.t is skipping</li>
743
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18797">[18797]</a> t/db_dependent/rollingloans.t is skipping</li>
744
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181">[19181]</a> Intranet and OPAC authentication selenium test</li>
744
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181">[19181]</a> Intranet and OPAC authentication selenium test</li>
745
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19243">[19243]</a> Selenium test for testing the administration module functionality - part 1</li>
745
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19243">[19243]</a> Selenium test for testing the administration module functionality - part 1</li>
746
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19483">[19483]</a> t/db_dependent/www/* crashes test harness due to misconfigured test plan</li>
746
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19483">[19483]</a> t/db_dependent/www/* crashes test harness due to misconfigured test plan</li>
747
</ul>
747
</ul>
748
748
749
<h3 id="tools">Tools</h3>
749
<h3 id="tools">Tools</h3>
750
750
751
<ul>
751
<ul>
752
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19554">[19554]</a> The inventory table should jump to detail instead of MARCdetail</li>
752
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19554">[19554]</a> The inventory table should jump to detail instead of MARCdetail</li>
753
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584">[19584]</a> Inventory: Trivial interface improvements</li>
753
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584">[19584]</a> Inventory: Trivial interface improvements</li>
754
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585">[19585]</a> Inventory: Allow additional separators in a barcode file</li>
754
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585">[19585]</a> Inventory: Allow additional separators in a barcode file</li>
755
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19837">[19837]</a> Add multiple patrons to a list by cardnumber</li>
755
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19837">[19837]</a> Add multiple patrons to a list by cardnumber</li>
756
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20081">[20081]</a> Enable uploaded pdfs to be viewed inline</li>
756
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20081">[20081]</a> Enable uploaded pdfs to be viewed inline</li>
757
</ul>
757
</ul>
758
758
759
<h2 id="criticalbugsfixed">Critical bugs fixed</h2>
759
<h2 id="criticalbugsfixed">Critical bugs fixed</h2>
Lines 764-811 have already been fixed in maintainance releases)</p> Link Here
764
<h3 id="acquisitions">Acquisitions</h3>
764
<h3 id="acquisitions">Acquisitions</h3>
765
765
766
<ul>
766
<ul>
767
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18593">[18593]</a> Suggestions aren't updated when one biblio is merged with another</li>
767
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18593">[18593]</a> Suggestions aren't updated when one biblio is merged with another</li>
768
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030">[19030]</a> Link order &lt;-> subscription is lost when an order is edited</li>
768
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030">[19030]</a> Link order &lt;-> subscription is lost when an order is edited</li>
769
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19694">[19694]</a> Edited shipping cost in invoice doesn't save</li>
769
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19694">[19694]</a> Edited shipping cost in invoice doesn't save</li>
770
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20303">[20303]</a> Receive order fails if no "authorised_by" value</li>
770
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20303">[20303]</a> Receive order fails if no "authorised_by" value</li>
771
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20426">[20426]</a> Can't import all titles from a stage file with default values</li>
771
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20426">[20426]</a> Can't import all titles from a stage file with default values</li>
772
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20446">[20446]</a> QUOTES processing broken by run time error</li>
772
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20446">[20446]</a> QUOTES processing broken by run time error</li>
773
</ul>
773
</ul>
774
774
775
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
775
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
776
776
777
<ul>
777
<ul>
778
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15770">[15770]</a> Number::Format issues with large numbers</li>
778
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15770">[15770]</a> Number::Format issues with large numbers</li>
779
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19319">[19319]</a> Reflected XSS Vulnerability in opac-MARCdetail.pl</li>
779
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19319">[19319]</a> Reflected XSS Vulnerability in opac-MARCdetail.pl</li>
780
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19439">[19439]</a> Some error responses from opac/unapi get lost in eval</li>
780
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19439">[19439]</a> Some error responses from opac/unapi get lost in eval</li>
781
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19568">[19568]</a> Wrong html filter used in opac-opensearch.tt url</li>
781
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19568">[19568]</a> Wrong html filter used in opac-opensearch.tt url</li>
782
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19569">[19569]</a> X-Frame-Options=SAMEORIGIN is not set from opac-showmarc.pl</li>
782
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19569">[19569]</a> X-Frame-Options=SAMEORIGIN is not set from opac-showmarc.pl</li>
783
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19570">[19570]</a> autocomplete="off" no set for login forms at the OPAC</li>
783
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19570">[19570]</a> autocomplete="off" no set for login forms at the OPAC</li>
784
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19599">[19599]</a> anonymise_issue_history can be very slow on large systems</li>
784
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19599">[19599]</a> anonymise_issue_history can be very slow on large systems</li>
785
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19611">[19611]</a> XSS Flaws in supplier.pl</li>
785
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19611">[19611]</a> XSS Flaws in supplier.pl</li>
786
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19612">[19612]</a> Fix XSS in /cgi-bin/koha/members/memberentry.pl</li>
786
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19612">[19612]</a> Fix XSS in /cgi-bin/koha/members/memberentry.pl</li>
787
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19614">[19614]</a> Fix XSS in /cgi-bin/koha/members/pay.pl</li>
787
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19614">[19614]</a> Fix XSS in /cgi-bin/koha/members/pay.pl</li>
788
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19766">[19766]</a> Preview routing slip is broken</li>
788
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19766">[19766]</a> Preview routing slip is broken</li>
789
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19847">[19847]</a> tracklinks.pl accepts any url from a parameter for proxying</li>
789
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19847">[19847]</a> tracklinks.pl accepts any url from a parameter for proxying</li>
790
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19881">[19881]</a> authorities-list.pl can be executed by anybody</li>
790
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19881">[19881]</a> authorities-list.pl can be executed by anybody</li>
791
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20126">[20126]</a> Saving a biblio does no longer update MARC field lengths</li>
791
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20126">[20126]</a> Saving a biblio does no longer update MARC field lengths</li>
792
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20145">[20145]</a> borrowers.dateexpiry eq '0000-00-00' means expired?</li>
792
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20145">[20145]</a> borrowers.dateexpiry eq '0000-00-00' means expired?</li>
793
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20229">[20229]</a> Remove problematic SQL modes</li>
793
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20229">[20229]</a> Remove problematic SQL modes</li>
794
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20299">[20299]</a> Koha is a gift</li>
794
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20299">[20299]</a> Koha is a gift</li>
795
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20323">[20323]</a> Batch patron modification tool broken</li>
795
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20323">[20323]</a> Batch patron modification tool broken</li>
796
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20325">[20325]</a> C4::Accounts::purge_zero_balance_fees does not check account_offsets</li>
796
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20325">[20325]</a> C4::Accounts::purge_zero_balance_fees does not check account_offsets</li>
797
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428">[20428]</a> MARC import fails on Debian Stretch</li>
797
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428">[20428]</a> MARC import fails on Debian Stretch</li>
798
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20701">[20701]</a> maninvoice.pl is vulnerable for CSRF attacks</li>
798
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20701">[20701]</a> maninvoice.pl is vulnerable for CSRF attacks</li>
799
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20730">[20730]</a> Missing authentication check in serials/routing.pl</li>
799
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20730">[20730]</a> Missing authentication check in serials/routing.pl</li>
800
</ul>
800
</ul>
801
801
802
<h3 id="cataloging">Cataloging</h3>
802
<h3 id="cataloging">Cataloging</h3>
803
803
804
<ul>
804
<ul>
805
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19646">[19646]</a> value_builder marc21_linking_section template is broken</li>
805
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19646">[19646]</a> value_builder marc21_linking_section template is broken</li>
806
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19706">[19706]</a> Item search: Unsupported format html</li>
806
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19706">[19706]</a> Item search: Unsupported format html</li>
807
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19968">[19968]</a> Undefined subroutine &amp;Date::Calc::Today</li>
807
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19968">[19968]</a> Undefined subroutine &amp;Date::Calc::Today</li>
808
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19974">[19974]</a> Marking an item as 'lost' will not actually modify the current item (cataloguing/additem.pl)</li>
808
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19974">[19974]</a> Marking an item as 'lost' will not actually modify the current item (cataloguing/additem.pl)</li>
809
</ul>
809
</ul>
810
810
811
<blockquote>
811
<blockquote>
Lines 814-826 have already been fixed in maintainance releases)</p> Link Here
814
</blockquote>
814
</blockquote>
815
815
816
<ul>
816
<ul>
817
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20063">[20063]</a> $9 is lost when cataloguing authority records</li>
817
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20063">[20063]</a> $9 is lost when cataloguing authority records</li>
818
</ul>
818
</ul>
819
819
820
<h3 id="circulation">Circulation</h3>
820
<h3 id="circulation">Circulation</h3>
821
821
822
<ul>
822
<ul>
823
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696">[2696]</a> Fine payments should show what was paid for</li>
823
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696">[2696]</a> Fine payments should show what was paid for</li>
824
</ul>
824
</ul>
825
825
826
<blockquote>
826
<blockquote>
Lines 828-964 have already been fixed in maintainance releases)</p> Link Here
828
</blockquote>
828
</blockquote>
829
829
830
<ul>
830
<ul>
831
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4319">[4319]</a> waiting and in transit items cannot be reserved</li>
831
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4319">[4319]</a> waiting and in transit items cannot be reserved</li>
832
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19204">[19204]</a> Fines in days restriction calculation is not taking calendar into account</li>
832
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19204">[19204]</a> Fines in days restriction calculation is not taking calendar into account</li>
833
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19444">[19444]</a> Automatic renewal script should not auto-renew if a patron's record has expired</li>
833
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19444">[19444]</a> Automatic renewal script should not auto-renew if a patron's record has expired</li>
834
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19771">[19771]</a> Pending offline circulation actions page will crash on unknown barcode or on payment action</li>
834
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19771">[19771]</a> Pending offline circulation actions page will crash on unknown barcode or on payment action</li>
835
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19798">[19798]</a> Returns.pl doesn't define itemnumber for transfer-slip.</li>
835
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19798">[19798]</a> Returns.pl doesn't define itemnumber for transfer-slip.</li>
836
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19899">[19899]</a> The float items feature is broken - cannot checkin</li>
836
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19899">[19899]</a> The float items feature is broken - cannot checkin</li>
837
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20499">[20499]</a> Checkout of bad barcode: Internal Server Error</li>
837
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20499">[20499]</a> Checkout of bad barcode: Internal Server Error</li>
838
</ul>
838
</ul>
839
839
840
<h3 id="command-lineutilities">Command-line Utilities</h3>
840
<h3 id="command-lineutilities">Command-line Utilities</h3>
841
841
842
<ul>
842
<ul>
843
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12812">[12812]</a> Longoverdue.pl --mark-returned doesn't return items</li>
843
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12812">[12812]</a> Longoverdue.pl --mark-returned doesn't return items</li>
844
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717">[17717]</a> Fix broken cronjobs due to permissions of the current directory</li>
844
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717">[17717]</a> Fix broken cronjobs due to permissions of the current directory</li>
845
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19730">[19730]</a> misc/export_records.pl should use biblio_metadata.timestamp</li>
845
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19730">[19730]</a> misc/export_records.pl should use biblio_metadata.timestamp</li>
846
</ul>
846
</ul>
847
847
848
<h3 id="documentation">Documentation</h3>
848
<h3 id="documentation">Documentation</h3>
849
849
850
<ul>
850
<ul>
851
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20706">[20706]</a> Fix links to help files for changed file structure (removed numbering on files)</li>
851
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20706">[20706]</a> Fix links to help files for changed file structure (removed numbering on files)</li>
852
</ul>
852
</ul>
853
853
854
<h3 id="finesandfees">Fines and fees</h3>
854
<h3 id="finesandfees">Fines and fees</h3>
855
855
856
<ul>
856
<ul>
857
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20562">[20562]</a> issue_id is not stored in accountlines for rental fees</li>
857
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20562">[20562]</a> issue_id is not stored in accountlines for rental fees</li>
858
</ul>
858
</ul>
859
859
860
<h3 id="holdrequests">Hold requests</h3>
860
<h3 id="holdrequests">Hold requests</h3>
861
861
862
<ul>
862
<ul>
863
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18474">[18474]</a> Placing multiple holds from results breaks when patron is searched for</li>
863
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18474">[18474]</a> Placing multiple holds from results breaks when patron is searched for</li>
864
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20167">[20167]</a> Item hold is set to bibliographic hold when changing pickup location</li>
864
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20167">[20167]</a> Item hold is set to bibliographic hold when changing pickup location</li>
865
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20724">[20724]</a> ReservesNeedReturns syspref breaks "Holds awaiting pickup"</li>
865
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20724">[20724]</a> ReservesNeedReturns syspref breaks "Holds awaiting pickup"</li>
866
</ul>
866
</ul>
867
867
868
<h3 id="ill">ILL</h3>
868
<h3 id="ill">ILL</h3>
869
869
870
<ul>
870
<ul>
871
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20001">[20001]</a> ILL: Adding a 'new request' from OPAC is not possible</li>
871
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20001">[20001]</a> ILL: Adding a 'new request' from OPAC is not possible</li>
872
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20284">[20284]</a> ILL: Adding a 'new request' from OPAC fails with template error if text exists in ILLModuleCopyrightClearance</li>
872
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20284">[20284]</a> ILL: Adding a 'new request' from OPAC fails with template error if text exists in ILLModuleCopyrightClearance</li>
873
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20556">[20556]</a> Marking ILL request as complete results in "Internal server error"</li>
873
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20556">[20556]</a> Marking ILL request as complete results in "Internal server error"</li>
874
</ul>
874
</ul>
875
875
876
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
876
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
877
877
878
<ul>
878
<ul>
879
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19514">[19514]</a> No Password restrictions in onboarding tool patron creation</li>
879
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19514">[19514]</a> No Password restrictions in onboarding tool patron creation</li>
880
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20745">[20745]</a> indexing/searching not active at end of installation</li>
880
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20745">[20745]</a> indexing/searching not active at end of installation</li>
881
</ul>
881
</ul>
882
882
883
<h3 id="lists">Lists</h3>
883
<h3 id="lists">Lists</h3>
884
884
885
<ul>
885
<ul>
886
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20687">[20687]</a> Multiple invitations to share lists prevents some users from accepting</li>
886
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20687">[20687]</a> Multiple invitations to share lists prevents some users from accepting</li>
887
</ul>
887
</ul>
888
888
889
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
889
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
890
890
891
<ul>
891
<ul>
892
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20074">[20074]</a> Auth_subfield_structure changes hidden attribute</li>
892
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20074">[20074]</a> Auth_subfield_structure changes hidden attribute</li>
893
</ul>
893
</ul>
894
894
895
<h3 id="notices">Notices</h3>
895
<h3 id="notices">Notices</h3>
896
896
897
<ul>
897
<ul>
898
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18477">[18477]</a> AR_PENDING notice does not populate values from article_requests table</li>
898
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18477">[18477]</a> AR_PENDING notice does not populate values from article_requests table</li>
899
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725">[18725]</a> process_message_queue.pl sends duplicate emails if message_queue is not writable</li>
899
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725">[18725]</a> process_message_queue.pl sends duplicate emails if message_queue is not writable</li>
900
</ul>
900
</ul>
901
901
902
<h3 id="opac">OPAC</h3>
902
<h3 id="opac">OPAC</h3>
903
903
904
<ul>
904
<ul>
905
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915">[18915]</a> Creating a checkout note (patron note) sends an incomplete email message</li>
905
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915">[18915]</a> Creating a checkout note (patron note) sends an incomplete email message</li>
906
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18975">[18975]</a> Wrong CSRF token when emailing cart contents</li>
906
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18975">[18975]</a> Wrong CSRF token when emailing cart contents</li>
907
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496">[19496]</a> Patron notes about item does not get emailed as indicated</li>
907
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496">[19496]</a> Patron notes about item does not get emailed as indicated</li>
908
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19808">[19808]</a> Reviews from deleted patrons make few scripts to explode</li>
908
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19808">[19808]</a> Reviews from deleted patrons make few scripts to explode</li>
909
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19843">[19843]</a> reviews.datereviewed is not set</li>
909
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19843">[19843]</a> reviews.datereviewed is not set</li>
910
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19911">[19911]</a> Passwords displayed to user during self-registration are not HTML-encoded</li>
910
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19911">[19911]</a> Passwords displayed to user during self-registration are not HTML-encoded</li>
911
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19913">[19913]</a> Embedded HTML5 videos are broken</li>
911
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19913">[19913]</a> Embedded HTML5 videos are broken</li>
912
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19975">[19975]</a> Tag cloud searching does not working</li>
912
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19975">[19975]</a> Tag cloud searching does not working</li>
913
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19978">[19978]</a> Fix ITEMTYPECAT feature for grouping item types for search</li>
913
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19978">[19978]</a> Fix ITEMTYPECAT feature for grouping item types for search</li>
914
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20218">[20218]</a> Tracklinks fails when URL has special characters</li>
914
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20218">[20218]</a> Tracklinks fails when URL has special characters</li>
915
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20286">[20286]</a> Subscribing to a search via rss goes to an empty page</li>
915
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20286">[20286]</a> Subscribing to a search via rss goes to an empty page</li>
916
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20363">[20363]</a> Privacy management shows misleading "No reading history to delete"</li>
916
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20363">[20363]</a> Privacy management shows misleading "No reading history to delete"</li>
917
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20479">[20479]</a> Superlibrarians cannot log into opac</li>
917
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20479">[20479]</a> Superlibrarians cannot log into opac</li>
918
</ul>
918
</ul>
919
919
920
<h3 id="packaging">Packaging</h3>
920
<h3 id="packaging">Packaging</h3>
921
921
922
<ul>
922
<ul>
923
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20061">[20061]</a> koha-common is not pulling libsearch-elasticsearch-perl</li>
923
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20061">[20061]</a> koha-common is not pulling libsearch-elasticsearch-perl</li>
924
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437">[20437]</a> Force requirement for HTTP::OAI 3.27</li>
924
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437">[20437]</a> Force requirement for HTTP::OAI 3.27</li>
925
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20693">[20693]</a> Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed</li>
925
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20693">[20693]</a> Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed</li>
926
</ul>
926
</ul>
927
927
928
<h3 id="patrons">Patrons</h3>
928
<h3 id="patrons">Patrons</h3>
929
929
930
<ul>
930
<ul>
931
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19466">[19466]</a> Cardnumber auto calc is broken because field is required</li>
931
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19466">[19466]</a> Cardnumber auto calc is broken because field is required</li>
932
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19908">[19908]</a> Password should not be mandatory</li>
932
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19908">[19908]</a> Password should not be mandatory</li>
933
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19921">[19921]</a> Error when updating child to adult patron on system with only one adult patron category</li>
933
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19921">[19921]</a> Error when updating child to adult patron on system with only one adult patron category</li>
934
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20214">[20214]</a> Patron search is broken</li>
934
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20214">[20214]</a> Patron search is broken</li>
935
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20792">[20792]</a> Can't go to patron record with TranslateNotices active</li>
935
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20792">[20792]</a> Can't go to patron record with TranslateNotices active</li>
936
</ul>
936
</ul>
937
937
938
<h3 id="restapi">REST api</h3>
938
<h3 id="restapi">REST api</h3>
939
939
940
<ul>
940
<ul>
941
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19546">[19546]</a> Make koha-plack run Starman from the instance's directory</li>
941
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19546">[19546]</a> Make koha-plack run Starman from the instance's directory</li>
942
</ul>
942
</ul>
943
943
944
<h3 id="sip2">SIP2</h3>
944
<h3 id="sip2">SIP2</h3>
945
945
946
<ul>
946
<ul>
947
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20251">[20251]</a> Regression - SIP checkout broken</li>
947
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20251">[20251]</a> Regression - SIP checkout broken</li>
948
</ul>
948
</ul>
949
949
950
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
950
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
951
951
952
<ul>
952
<ul>
953
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19563">[19563]</a> Generation of sort_fields uses incorrect condition</li>
953
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19563">[19563]</a> Generation of sort_fields uses incorrect condition</li>
954
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20261">[20261]</a> No result in some page in authority search opac and pro (ES)</li>
954
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20261">[20261]</a> No result in some page in authority search opac and pro (ES)</li>
955
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20385">[20385]</a> ElasticSearch authority search raises Software error</li>
955
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20385">[20385]</a> ElasticSearch authority search raises Software error</li>
956
</ul>
956
</ul>
957
957
958
<h3 id="staffclient">Staff Client</h3>
958
<h3 id="staffclient">Staff Client</h3>
959
959
960
<ul>
960
<ul>
961
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19223">[19223]</a> Avoid encoding issues in plugins by providing helper methods to output headers correctly</li>
961
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19223">[19223]</a> Avoid encoding issues in plugins by providing helper methods to output headers correctly</li>
962
</ul>
962
</ul>
963
963
964
<blockquote>
964
<blockquote>
Lines 966-992 have already been fixed in maintainance releases)</p> Link Here
966
</blockquote>
966
</blockquote>
967
967
968
<ul>
968
<ul>
969
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20625">[20625]</a> Cannot add new patron category without currency</li>
969
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20625">[20625]</a> Cannot add new patron category without currency</li>
970
</ul>
970
</ul>
971
971
972
<h3 id="systemadministration">System Administration</h3>
972
<h3 id="systemadministration">System Administration</h3>
973
973
974
<ul>
974
<ul>
975
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20216">[20216]</a> Editing itemtypes does not pull existing values correctly</li>
975
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20216">[20216]</a> Editing itemtypes does not pull existing values correctly</li>
976
</ul>
976
</ul>
977
977
978
<h3 id="templates">Templates</h3>
978
<h3 id="templates">Templates</h3>
979
979
980
<ul>
980
<ul>
981
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20135">[20135]</a> Staff client language choose pop-up can appear off-screen</li>
981
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20135">[20135]</a> Staff client language choose pop-up can appear off-screen</li>
982
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20498">[20498]</a> Patron advanced search form missing from patron entry page</li>
982
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20498">[20498]</a> Patron advanced search form missing from patron entry page</li>
983
</ul>
983
</ul>
984
984
985
<h3 id="webservices">Web services</h3>
985
<h3 id="webservices">Web services</h3>
986
986
987
<ul>
987
<ul>
988
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19725">[19725]</a> OAI-PMH ListRecords and ListIdentifiers should use biblio_metadata.timestamp</li>
988
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19725">[19725]</a> OAI-PMH ListRecords and ListIdentifiers should use biblio_metadata.timestamp</li>
989
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20665">[20665]</a> OAI-PMH Provider should reset MySQL connection time zone</li>
989
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20665">[20665]</a> OAI-PMH Provider should reset MySQL connection time zone</li>
990
</ul>
990
</ul>
991
991
992
<h2 id="otherbugsfixed">Other bugs fixed</h2>
992
<h2 id="otherbugsfixed">Other bugs fixed</h2>
Lines 997-1029 have already been fixed in maintainance releases)</p> Link Here
997
<h3 id="about">About</h3>
997
<h3 id="about">About</h3>
998
998
999
<ul>
999
<ul>
1000
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143">[7143]</a> Bug for tracking changes to the about page</li>
1000
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143">[7143]</a> Bug for tracking changes to the about page</li>
1001
</ul>
1001
</ul>
1002
1002
1003
<h3 id="acquisitions">Acquisitions</h3>
1003
<h3 id="acquisitions">Acquisitions</h3>
1004
1004
1005
<ul>
1005
<ul>
1006
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3841">[3841]</a> Add a Default ACQ framework</li>
1006
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3841">[3841]</a> Add a Default ACQ framework</li>
1007
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18183">[18183]</a> jQuery append error related to script tags in cloneItemBlock</li>
1007
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18183">[18183]</a> jQuery append error related to script tags in cloneItemBlock</li>
1008
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200">[19200]</a> Warns when exporting a basket</li>
1008
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200">[19200]</a> Warns when exporting a basket</li>
1009
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19401">[19401]</a> No confirm message when deleting an invoice from invoice detail page</li>
1009
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19401">[19401]</a> No confirm message when deleting an invoice from invoice detail page</li>
1010
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19429">[19429]</a> No confirm message when deleting an invoice from invoice search</li>
1010
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19429">[19429]</a> No confirm message when deleting an invoice from invoice search</li>
1011
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19792">[19792]</a> Reduce number of SQL calls in GetBudgetHierarchy</li>
1011
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19792">[19792]</a> Reduce number of SQL calls in GetBudgetHierarchy</li>
1012
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19812">[19812]</a> Holds count in "Already received" table has confusing and unexpected values</li>
1012
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19812">[19812]</a> Holds count in "Already received" table has confusing and unexpected values</li>
1013
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19813">[19813]</a> MarcItemFieldsToOrder cannot handle a tag not existing</li>
1013
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19813">[19813]</a> MarcItemFieldsToOrder cannot handle a tag not existing</li>
1014
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19916">[19916]</a> Can't search keyword or standard ID from Acquisitions external source / z3950</li>
1014
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19916">[19916]</a> Can't search keyword or standard ID from Acquisitions external source / z3950</li>
1015
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19928">[19928]</a> Acquisitions' CSV exports should honor syspref "delimiter"</li>
1015
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19928">[19928]</a> Acquisitions' CSV exports should honor syspref "delimiter"</li>
1016
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20110">[20110]</a> Don't allow adding same user multiple times to same budget fund</li>
1016
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20110">[20110]</a> Don't allow adding same user multiple times to same budget fund</li>
1017
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20148">[20148]</a> Don't allow adding same user multiple times to a basket or an order</li>
1017
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20148">[20148]</a> Don't allow adding same user multiple times to a basket or an order</li>
1018
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20201">[20201]</a> Silence warnings in admin/aqplan.pl</li>
1018
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20201">[20201]</a> Silence warnings in admin/aqplan.pl</li>
1019
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20318">[20318]</a> Merge invoices can lead to an merged invoice without Invoice number</li>
1019
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20318">[20318]</a> Merge invoices can lead to an merged invoice without Invoice number</li>
1020
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20623">[20623]</a> PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table</li>
1020
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20623">[20623]</a> PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table</li>
1021
</ul>
1021
</ul>
1022
1022
1023
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1023
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1024
1024
1025
<ul>
1025
<ul>
1026
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18342">[18342]</a> Set memcached as 'enabled' by default</li>
1026
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18342">[18342]</a> Set memcached as 'enabled' by default</li>
1027
</ul>
1027
</ul>
1028
1028
1029
<blockquote>
1029
<blockquote>
Lines 1031-1154 have already been fixed in maintainance releases)</p> Link Here
1031
</blockquote>
1031
</blockquote>
1032
1032
1033
<ul>
1033
<ul>
1034
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19713">[19713]</a> 2 occurrences of OpacShowLibrariesPulldownMobile have not been removed</li>
1034
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19713">[19713]</a> 2 occurrences of OpacShowLibrariesPulldownMobile have not been removed</li>
1035
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19714">[19714]</a> 2 occurrences of memberofinstitution have not been removed</li>
1035
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19714">[19714]</a> 2 occurrences of memberofinstitution have not been removed</li>
1036
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19738">[19738]</a> XSS in serials module</li>
1036
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19738">[19738]</a> XSS in serials module</li>
1037
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19739">[19739]</a> Add default ES configuration to koha-conf.xml</li>
1037
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19739">[19739]</a> Add default ES configuration to koha-conf.xml</li>
1038
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19746">[19746]</a> Debug statements are left in returns.pl</li>
1038
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19746">[19746]</a> Debug statements are left in returns.pl</li>
1039
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19756">[19756]</a> Encoding issues when update DB is run from the interface</li>
1039
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19756">[19756]</a> Encoding issues when update DB is run from the interface</li>
1040
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19760">[19760]</a> Die instead of warn if koha-conf is not accessible</li>
1040
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19760">[19760]</a> Die instead of warn if koha-conf is not accessible</li>
1041
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19827">[19827]</a> checkuniquemember is exported from C4::Members but has been removed</li>
1041
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19827">[19827]</a> checkuniquemember is exported from C4::Members but has been removed</li>
1042
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19839">[19839]</a> invoice.pl warns about bad variable scope</li>
1042
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19839">[19839]</a> invoice.pl warns about bad variable scope</li>
1043
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19985">[19985]</a> TestBuilder.t fails if default circ rule exists</li>
1043
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19985">[19985]</a> TestBuilder.t fails if default circ rule exists</li>
1044
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20031">[20031]</a> CGI param in list context warn in guided_reports.pl</li>
1044
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20031">[20031]</a> CGI param in list context warn in guided_reports.pl</li>
1045
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20056">[20056]</a> Uninitialized warn in cmp_sysprefs.pl</li>
1045
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20056">[20056]</a> Uninitialized warn in cmp_sysprefs.pl</li>
1046
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20060">[20060]</a> Uninitialized warn from Koha::Template::Plugin::Branches</li>
1046
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20060">[20060]</a> Uninitialized warn from Koha::Template::Plugin::Branches</li>
1047
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20088">[20088]</a> Use of uninitialized value in array element in svc/holds</li>
1047
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20088">[20088]</a> Use of uninitialized value in array element in svc/holds</li>
1048
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20097">[20097]</a> marc2dcxml croaks on format dc</li>
1048
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20097">[20097]</a> marc2dcxml croaks on format dc</li>
1049
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20185">[20185]</a> Some scripts don't pass perl -wc</li>
1049
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20185">[20185]</a> Some scripts don't pass perl -wc</li>
1050
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20187">[20187]</a> New rewrite rules can break custom css</li>
1050
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20187">[20187]</a> New rewrite rules can break custom css</li>
1051
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20189">[20189]</a> No style on authentication and installer pages</li>
1051
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20189">[20189]</a> No style on authentication and installer pages</li>
1052
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20190">[20190]</a> TinyMCE is broken and not displayed</li>
1052
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20190">[20190]</a> TinyMCE is broken and not displayed</li>
1053
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20219">[20219]</a> t/smolder_smoke_signal is no longer used</li>
1053
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20219">[20219]</a> t/smolder_smoke_signal is no longer used</li>
1054
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20225">[20225]</a> Remove unused script reports/stats.print.pl</li>
1054
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20225">[20225]</a> Remove unused script reports/stats.print.pl</li>
1055
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20304">[20304]</a> Warnings in cataloguing scripts need to be removed</li>
1055
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20304">[20304]</a> Warnings in cataloguing scripts need to be removed</li>
1056
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20305">[20305]</a> Warnings in tools scripts need to be removed</li>
1056
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20305">[20305]</a> Warnings in tools scripts need to be removed</li>
1057
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20321">[20321]</a> C4:XISBN->get_biblionumber_from_isbn is not used</li>
1057
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20321">[20321]</a> C4:XISBN->get_biblionumber_from_isbn is not used</li>
1058
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20494">[20494]</a> Remove unused code in neworderempty.pl and addbiblio.pl</li>
1058
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20494">[20494]</a> Remove unused code in neworderempty.pl and addbiblio.pl</li>
1059
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20510">[20510]</a> Remove unused sub TotalPaid from C4::Stats</li>
1059
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20510">[20510]</a> Remove unused sub TotalPaid from C4::Stats</li>
1060
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20530">[20530]</a> trailing ':' in columns_settings.yml</li>
1060
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20530">[20530]</a> trailing ':' in columns_settings.yml</li>
1061
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20539">[20539]</a> Warnings in catalogue/search.pl need to be removed</li>
1061
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20539">[20539]</a> Warnings in catalogue/search.pl need to be removed</li>
1062
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20580">[20580]</a> create_superlibrarian.pl should accept parameters</li>
1062
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20580">[20580]</a> create_superlibrarian.pl should accept parameters</li>
1063
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20590">[20590]</a> Koha::Exceptions does not stringify the exceptions</li>
1063
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20590">[20590]</a> Koha::Exceptions does not stringify the exceptions</li>
1064
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20603">[20603]</a> Remove unused subs from C4::Accounts</li>
1064
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20603">[20603]</a> Remove unused subs from C4::Accounts</li>
1065
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20620">[20620]</a> Warning in moredetail.pl need to be removed</li>
1065
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20620">[20620]</a> Warning in moredetail.pl need to be removed</li>
1066
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20659">[20659]</a> Blocking errors are not longer displayed</li>
1066
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20659">[20659]</a> Blocking errors are not longer displayed</li>
1067
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20734">[20734]</a> Add warning to the about page if RESTOAuth2ClientCredentials and not Net::OAuth2::AuthorizationServer</li>
1067
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20734">[20734]</a> Add warning to the about page if RESTOAuth2ClientCredentials and not Net::OAuth2::AuthorizationServer</li>
1068
</ul>
1068
</ul>
1069
1069
1070
<h3 id="authentication">Authentication</h3>
1070
<h3 id="authentication">Authentication</h3>
1071
1071
1072
<ul>
1072
<ul>
1073
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20083">[20083]</a> Information disclosure when (mis)using the MARC Preview feature</li>
1073
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20083">[20083]</a> Information disclosure when (mis)using the MARC Preview feature</li>
1074
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20480">[20480]</a> Fix styling issues on bad SCI/SCO module logins</li>
1074
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20480">[20480]</a> Fix styling issues on bad SCI/SCO module logins</li>
1075
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20624">[20624]</a> Disable the OAuth2 client credentials grant by default</li>
1075
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20624">[20624]</a> Disable the OAuth2 client credentials grant by default</li>
1076
</ul>
1076
</ul>
1077
1077
1078
<h3 id="cataloging">Cataloging</h3>
1078
<h3 id="cataloging">Cataloging</h3>
1079
1079
1080
<ul>
1080
<ul>
1081
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18833">[18833]</a> plugin unimarc_field_210c pagination error</li>
1081
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18833">[18833]</a> plugin unimarc_field_210c pagination error</li>
1082
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19595">[19595]</a> Clicking plugin link does not fill item's date acquired field</li>
1082
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19595">[19595]</a> Clicking plugin link does not fill item's date acquired field</li>
1083
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20067">[20067]</a> Wrong display of authorised value for items.materials on staff detail page</li>
1083
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20067">[20067]</a> Wrong display of authorised value for items.materials on staff detail page</li>
1084
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20341">[20341]</a> Show authorized value description for withdrawn like damaged and lost</li>
1084
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20341">[20341]</a> Show authorized value description for withdrawn like damaged and lost</li>
1085
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20477">[20477]</a> Silence warnings Fast Cataloguing</li>
1085
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20477">[20477]</a> Silence warnings Fast Cataloguing</li>
1086
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20540">[20540]</a> TransformHtmlToXml can duplicate the datafield close tag</li>
1086
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20540">[20540]</a> TransformHtmlToXml can duplicate the datafield close tag</li>
1087
</ul>
1087
</ul>
1088
1088
1089
<h3 id="circulation">Circulation</h3>
1089
<h3 id="circulation">Circulation</h3>
1090
1090
1091
<ul>
1091
<ul>
1092
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16603">[16603]</a> Hide option to apply directly when processing uploaded offline circulation file</li>
1092
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16603">[16603]</a> Hide option to apply directly when processing uploaded offline circulation file</li>
1093
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19530">[19530]</a> Prevent multiple transfers from existing for one item</li>
1093
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19530">[19530]</a> Prevent multiple transfers from existing for one item</li>
1094
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19825">[19825]</a> List of pending offline operations does not links to biblio</li>
1094
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19825">[19825]</a> List of pending offline operations does not links to biblio</li>
1095
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19840">[19840]</a> Patron note is not displayed on checkin</li>
1095
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19840">[19840]</a> Patron note is not displayed on checkin</li>
1096
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20003">[20003]</a> Result summary of remaining checkouts items not displaying.</li>
1096
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20003">[20003]</a> Result summary of remaining checkouts items not displaying.</li>
1097
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20536">[20536]</a> ILL: authnotrequired not explicitly unset</li>
1097
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20536">[20536]</a> ILL: authnotrequired not explicitly unset</li>
1098
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20546">[20546]</a> Shelving location not displayed on checkin</li>
1098
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20546">[20546]</a> Shelving location not displayed on checkin</li>
1099
</ul>
1099
</ul>
1100
1100
1101
<h3 id="command-lineutilities">Command-line Utilities</h3>
1101
<h3 id="command-lineutilities">Command-line Utilities</h3>
1102
1102
1103
<ul>
1103
<ul>
1104
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11936">[11936]</a> Consistent log message for item insert</li>
1104
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11936">[11936]</a> Consistent log message for item insert</li>
1105
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19452">[19452]</a> The -truncate option in borrowers-force-messaging-defaults.pl should not remove category preferences</li>
1105
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19452">[19452]</a> The -truncate option in borrowers-force-messaging-defaults.pl should not remove category preferences</li>
1106
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19712">[19712]</a> Fix command line options of delete_records_via_leader.pl</li>
1106
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19712">[19712]</a> Fix command line options of delete_records_via_leader.pl</li>
1107
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20234">[20234]</a> Make maintenance scripts use koha-zebra instead of koha-*-zebra</li>
1107
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20234">[20234]</a> Make maintenance scripts use koha-zebra instead of koha-*-zebra</li>
1108
</ul>
1108
</ul>
1109
1109
1110
<h3 id="coursereserves">Course reserves</h3>
1110
<h3 id="coursereserves">Course reserves</h3>
1111
1111
1112
<ul>
1112
<ul>
1113
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19230">[19230]</a> Warn when deleting a course in course reserves</li>
1113
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19230">[19230]</a> Warn when deleting a course in course reserves</li>
1114
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19678">[19678]</a> Clicking Cancel when adding New Course to course reserves shows message Invalid Course!</li>
1114
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19678">[19678]</a> Clicking Cancel when adding New Course to course reserves shows message Invalid Course!</li>
1115
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20282">[20282]</a> Wrong attribute in template calls to match holding branch when adding/editing a course reserve item</li>
1115
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20282">[20282]</a> Wrong attribute in template calls to match holding branch when adding/editing a course reserve item</li>
1116
</ul>
1116
</ul>
1117
1117
1118
<h3 id="database">Database</h3>
1118
<h3 id="database">Database</h3>
1119
1119
1120
<ul>
1120
<ul>
1121
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19547">[19547]</a> Maria DB doesn't have a debian.cnf</li>
1121
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19547">[19547]</a> Maria DB doesn't have a debian.cnf</li>
1122
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19724">[19724]</a> Add timestamp to biblio_metadata and deletedbiblio_metadata</li>
1122
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19724">[19724]</a> Add timestamp to biblio_metadata and deletedbiblio_metadata</li>
1123
</ul>
1123
</ul>
1124
1124
1125
<h3 id="finesandfees">Fines and fees</h3>
1125
<h3 id="finesandfees">Fines and fees</h3>
1126
1126
1127
<ul>
1127
<ul>
1128
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19750">[19750]</a> Overdues without a fine rule add warnings to log</li>
1128
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19750">[19750]</a> Overdues without a fine rule add warnings to log</li>
1129
</ul>
1129
</ul>
1130
1130
1131
<h3 id="holdrequests">Hold requests</h3>
1131
<h3 id="holdrequests">Hold requests</h3>
1132
1132
1133
<ul>
1133
<ul>
1134
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11512">[11512]</a> Only allow to override maximum number of holds from staff as other overrides would never be filled</li>
1134
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11512">[11512]</a> Only allow to override maximum number of holds from staff as other overrides would never be filled</li>
1135
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19533">[19533]</a> Hold pulldown for itemtype is empty if hold placement needs override</li>
1135
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19533">[19533]</a> Hold pulldown for itemtype is empty if hold placement needs override</li>
1136
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19972">[19972]</a> Holds to pull should honor syspref "item-level_itypes"</li>
1136
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19972">[19972]</a> Holds to pull should honor syspref "item-level_itypes"</li>
1137
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20637">[20637]</a> Holds to pull: filter shows two itypes on the same line if a biblio has two items of a different type</li>
1137
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20637">[20637]</a> Holds to pull: filter shows two itypes on the same line if a biblio has two items of a different type</li>
1138
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20707">[20707]</a> Permissions for circ/ysearch.pl override specific page level permissions and delete sessions improperly</li>
1138
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20707">[20707]</a> Permissions for circ/ysearch.pl override specific page level permissions and delete sessions improperly</li>
1139
</ul>
1139
</ul>
1140
1140
1141
<h3 id="i18nl10n">I18N/L10N</h3>
1141
<h3 id="i18nl10n">I18N/L10N</h3>
1142
1142
1143
<ul>
1143
<ul>
1144
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11827">[11827]</a> Untranslatable "Cancel Rating" in jQuery rating plugin</li>
1144
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11827">[11827]</a> Untranslatable "Cancel Rating" in jQuery rating plugin</li>
1145
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12020">[12020]</a> Allow translating label-edit-batch hardcoded strings</li>
1145
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12020">[12020]</a> Allow translating label-edit-batch hardcoded strings</li>
1146
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522">[19522]</a> Label creator - some strings are not translatable</li>
1146
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522">[19522]</a> Label creator - some strings are not translatable</li>
1147
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20082">[20082]</a> Vietnamese language display name is incorrect</li>
1147
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20082">[20082]</a> Vietnamese language display name is incorrect</li>
1148
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20085">[20085]</a> Better translatability of smart-rules.tt</li>
1148
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20085">[20085]</a> Better translatability of smart-rules.tt</li>
1149
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20109">[20109]</a> Allow translating "Remove" in Add Fund</li>
1149
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20109">[20109]</a> Allow translating "Remove" in Add Fund</li>
1150
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20111">[20111]</a> Patron card creator - some strings are not translatable</li>
1150
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20111">[20111]</a> Patron card creator - some strings are not translatable</li>
1151
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20115">[20115]</a> Languages appear in a different order in the footer</li>
1151
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20115">[20115]</a> Languages appear in a different order in the footer</li>
1152
</ul>
1152
</ul>
1153
1153
1154
<blockquote>
1154
<blockquote>
Lines 1156-1247 have already been fixed in maintainance releases)</p> Link Here
1156
</blockquote>
1156
</blockquote>
1157
1157
1158
<ul>
1158
<ul>
1159
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20124">[20124]</a> Allow translating did you mean config save message</li>
1159
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20124">[20124]</a> Allow translating did you mean config save message</li>
1160
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20139">[20139]</a> Improve MARC mapping translatable strings</li>
1160
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20139">[20139]</a> Improve MARC mapping translatable strings</li>
1161
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20140">[20140]</a> Allow translating more of OAI sets</li>
1161
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20140">[20140]</a> Allow translating more of OAI sets</li>
1162
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20141">[20141]</a> Untranslatable string in Transport cost matrix</li>
1162
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20141">[20141]</a> Untranslatable string in Transport cost matrix</li>
1163
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20142">[20142]</a> Allow translating offline circ message</li>
1163
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20142">[20142]</a> Allow translating offline circ message</li>
1164
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20147">[20147]</a> Allow translating prompt in label edit batch</li>
1164
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20147">[20147]</a> Allow translating prompt in label edit batch</li>
1165
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20166">[20166]</a> Untranslatable course reserves delete prompt</li>
1165
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20166">[20166]</a> Untranslatable course reserves delete prompt</li>
1166
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20195">[20195]</a> Untranslatable Show/Hide title attr replacement in opac detail</li>
1166
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20195">[20195]</a> Untranslatable Show/Hide title attr replacement in opac detail</li>
1167
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20301">[20301]</a> Allow translating "View" in manage MARC import</li>
1167
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20301">[20301]</a> Allow translating "View" in manage MARC import</li>
1168
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20302">[20302]</a> Allow translating Delete button in Patron batch mod tool</li>
1168
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20302">[20302]</a> Allow translating Delete button in Patron batch mod tool</li>
1169
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20330">[20330]</a> Allow translating more of quote upload</li>
1169
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20330">[20330]</a> Allow translating more of quote upload</li>
1170
</ul>
1170
</ul>
1171
1171
1172
<h3 id="ill">ILL</h3>
1172
<h3 id="ill">ILL</h3>
1173
1173
1174
<ul>
1174
<ul>
1175
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20041">[20041]</a> ILL module missing from more menu in staff when activated</li>
1175
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20041">[20041]</a> ILL module missing from more menu in staff when activated</li>
1176
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20515">[20515]</a> "ILL Request" menu options displayed when user has no ILL permissions</li>
1176
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20515">[20515]</a> "ILL Request" menu options displayed when user has no ILL permissions</li>
1177
</ul>
1177
</ul>
1178
1178
1179
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1179
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1180
1180
1181
<ul>
1181
<ul>
1182
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12932">[12932]</a> Web installer's Perl version check will not raise errors if all modules are installed</li>
1182
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12932">[12932]</a> Web installer's Perl version check will not raise errors if all modules are installed</li>
1183
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19790">[19790]</a> Remove additionalauthors.author from installer files</li>
1183
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19790">[19790]</a> Remove additionalauthors.author from installer files</li>
1184
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19862">[19862]</a> RoutingListAddReserves must be disabled by default</li>
1184
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19862">[19862]</a> RoutingListAddReserves must be disabled by default</li>
1185
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19973">[19973]</a> SQL syntax error in uk-UA/mandatory/sample_notices.sql</li>
1185
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19973">[19973]</a> SQL syntax error in uk-UA/mandatory/sample_notices.sql</li>
1186
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20075">[20075]</a> Change authority hidden attribute in sql installer files</li>
1186
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20075">[20075]</a> Change authority hidden attribute in sql installer files</li>
1187
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20103">[20103]</a> Readonly::XS version not detected</li>
1187
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20103">[20103]</a> Readonly::XS version not detected</li>
1188
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20104">[20104]</a> Update minimum version of Perl to 5.20 because of caller()</li>
1188
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20104">[20104]</a> Update minimum version of Perl to 5.20 because of caller()</li>
1189
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20746">[20746]</a> Improve behaviour of onboarding tool for Italian by standardizing file structure of it-IT installer</li>
1189
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20746">[20746]</a> Improve behaviour of onboarding tool for Italian by standardizing file structure of it-IT installer</li>
1190
</ul>
1190
</ul>
1191
1191
1192
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1192
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1193
1193
1194
<ul>
1194
<ul>
1195
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10222">[10222]</a> Error when saving Demco label templates</li>
1195
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10222">[10222]</a> Error when saving Demco label templates</li>
1196
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19681">[19681]</a> label-item-search.pl result count formatting error when there is only one page</li>
1196
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19681">[19681]</a> label-item-search.pl result count formatting error when there is only one page</li>
1197
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20193">[20193]</a> Path to Greybox CSS broken after Bug 12904</li>
1197
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20193">[20193]</a> Path to Greybox CSS broken after Bug 12904</li>
1198
</ul>
1198
</ul>
1199
1199
1200
<h3 id="lists">Lists</h3>
1200
<h3 id="lists">Lists</h3>
1201
1201
1202
<ul>
1202
<ul>
1203
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11943">[11943]</a> Koha::Virtualshelfshare duplicates rows for the same list</li>
1203
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11943">[11943]</a> Koha::Virtualshelfshare duplicates rows for the same list</li>
1204
</ul>
1204
</ul>
1205
1205
1206
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1206
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1207
1207
1208
<ul>
1208
<ul>
1209
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18458">[18458]</a> Merging authority record incorrectly orders subfields</li>
1209
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18458">[18458]</a> Merging authority record incorrectly orders subfields</li>
1210
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20430">[20430]</a> Z39.50 button display depends on wrong server count</li>
1210
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20430">[20430]</a> Z39.50 button display depends on wrong server count</li>
1211
</ul>
1211
</ul>
1212
1212
1213
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1213
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1214
1214
1215
<ul>
1215
<ul>
1216
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20245">[20245]</a> Wrong language code for Slovak</li>
1216
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20245">[20245]</a> Wrong language code for Slovak</li>
1217
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20482">[20482]</a> language_rfc4646_to_iso639 uses some Terminology instead of Bibliographic codes</li>
1217
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20482">[20482]</a> language_rfc4646_to_iso639 uses some Terminology instead of Bibliographic codes</li>
1218
</ul>
1218
</ul>
1219
1219
1220
<h3 id="notices">Notices</h3>
1220
<h3 id="notices">Notices</h3>
1221
1221
1222
<ul>
1222
<ul>
1223
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12123">[12123]</a> HTML notices can break the notice viewer</li>
1223
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12123">[12123]</a> HTML notices can break the notice viewer</li>
1224
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18570">[18570]</a> Password recovery e-mail only sent after message queue is processed</li>
1224
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18570">[18570]</a> Password recovery e-mail only sent after message queue is processed</li>
1225
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990">[18990]</a> Overdue Notices are not sending through SMS correctly</li>
1225
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990">[18990]</a> Overdue Notices are not sending through SMS correctly</li>
1226
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578">[19578]</a> TT syntax for notices - There is no way to pre-process DB fields</li>
1226
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578">[19578]</a> TT syntax for notices - There is no way to pre-process DB fields</li>
1227
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20298">[20298]</a> Notices template uses same html id for each language</li>
1227
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20298">[20298]</a> Notices template uses same html id for each language</li>
1228
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20685">[20685]</a> Modify letter template does not render correctly</li>
1228
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20685">[20685]</a> Modify letter template does not render correctly</li>
1229
</ul>
1229
</ul>
1230
1230
1231
<h3 id="opac">OPAC</h3>
1231
<h3 id="opac">OPAC</h3>
1232
1232
1233
<ul>
1233
<ul>
1234
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12497">[12497]</a> Make OPAC search history feature accessible when it should</li>
1234
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12497">[12497]</a> Make OPAC search history feature accessible when it should</li>
1235
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17682">[17682]</a> Change URL for Google Scholar in OPACSearchForTitleIn</li>
1235
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17682">[17682]</a> Change URL for Google Scholar in OPACSearchForTitleIn</li>
1236
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856">[18856]</a> Cancel Waiting Hold in OPAC does not give useful message</li>
1236
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856">[18856]</a> Cancel Waiting Hold in OPAC does not give useful message</li>
1237
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171">[19171]</a> Confusing message "no items available" when placing a hold in OPAC</li>
1237
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171">[19171]</a> Confusing message "no items available" when placing a hold in OPAC</li>
1238
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19338">[19338]</a> Dates sorting incorrectly in opac-account.tt</li>
1238
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19338">[19338]</a> Dates sorting incorrectly in opac-account.tt</li>
1239
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19450">[19450]</a> OverDrive integration failing on missing method</li>
1239
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19450">[19450]</a> OverDrive integration failing on missing method</li>
1240
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19579">[19579]</a> PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail</li>
1240
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19579">[19579]</a> PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail</li>
1241
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19640">[19640]</a> IdRef webservice display is broken</li>
1241
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19640">[19640]</a> IdRef webservice display is broken</li>
1242
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19702">[19702]</a> Basket not displaying correctly on home page</li>
1242
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19702">[19702]</a> Basket not displaying correctly on home page</li>
1243
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19845">[19845]</a> Patron password is ignored during self-registration if PatronSelfRegistrationVerifyByEmail is enabled</li>
1243
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19845">[19845]</a> Patron password is ignored during self-registration if PatronSelfRegistrationVerifyByEmail is enabled</li>
1244
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20054">[20054]</a> Remove attribute "text/css" for the style tags used in the OPAC templates</li>
1244
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20054">[20054]</a> Remove attribute "text/css" for the style tags used in the OPAC templates</li>
1245
</ul>
1245
</ul>
1246
1246
1247
<blockquote>
1247
<blockquote>
Lines 1249-1463 have already been fixed in maintainance releases)</p> Link Here
1249
</blockquote>
1249
</blockquote>
1250
1250
1251
<ul>
1251
<ul>
1252
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20068">[20068]</a> Warn on OPAC homepage if not logged in due to OPAC dashboard</li>
1252
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20068">[20068]</a> Warn on OPAC homepage if not logged in due to OPAC dashboard</li>
1253
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20122">[20122]</a> Empty and close link on cart page not working</li>
1253
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20122">[20122]</a> Empty and close link on cart page not working</li>
1254
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20163">[20163]</a> Position of NoLoginInstructions text is inconsistent</li>
1254
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20163">[20163]</a> Position of NoLoginInstructions text is inconsistent</li>
1255
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20420">[20420]</a> Remove unnecessary [% KOHA_VERSION %] from OPAC third-party sources</li>
1255
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20420">[20420]</a> Remove unnecessary [% KOHA_VERSION %] from OPAC third-party sources</li>
1256
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20459">[20459]</a> Correct message for cancelling an article request</li>
1256
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20459">[20459]</a> Correct message for cancelling an article request</li>
1257
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20686">[20686]</a> OPAC shows 'Login to OverDrive account' with 'OverDriveCirculation' syspref disabled</li>
1257
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20686">[20686]</a> OPAC shows 'Login to OverDrive account' with 'OverDriveCirculation' syspref disabled</li>
1258
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20737">[20737]</a> Use https for Baker and Taylor cover images</li>
1258
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20737">[20737]</a> Use https for Baker and Taylor cover images</li>
1259
</ul>
1259
</ul>
1260
1260
1261
<h3 id="packaging">Packaging</h3>
1261
<h3 id="packaging">Packaging</h3>
1262
1262
1263
<ul>
1263
<ul>
1264
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084">[17084]</a> Automatic debian/control updates (master)</li>
1264
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084">[17084]</a> Automatic debian/control updates (master)</li>
1265
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18696">[18696]</a> Change debian/source/format to quilt</li>
1265
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18696">[18696]</a> Change debian/source/format to quilt</li>
1266
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18907">[18907]</a> Warning "dpkg-source: warning: relation &lt; is deprecated: use &lt;&lt; or &lt;="</li>
1266
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18907">[18907]</a> Warning "dpkg-source: warning: relation &lt; is deprecated: use &lt;&lt; or &lt;="</li>
1267
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18908">[18908]</a> Warning "Compatibility levels before 9 are deprecated"</li>
1267
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18908">[18908]</a> Warning "Compatibility levels before 9 are deprecated"</li>
1268
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18993">[18993]</a> Bump libtest-simple-perl to 1.302073</li>
1268
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18993">[18993]</a> Bump libtest-simple-perl to 1.302073</li>
1269
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19610">[19610]</a> Make koha-common.logrotate use copytruncate</li>
1269
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19610">[19610]</a> Make koha-common.logrotate use copytruncate</li>
1270
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20072">[20072]</a> Fix build-git-snapshot for Debian source format quilt</li>
1270
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20072">[20072]</a> Fix build-git-snapshot for Debian source format quilt</li>
1271
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800">[20800]</a> Keep Koha on Stretch from using broken libhttp-oai-perl</li>
1271
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800">[20800]</a> Keep Koha on Stretch from using broken libhttp-oai-perl</li>
1272
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20801">[20801]</a> Make dependency on memcached mandatory</li>
1272
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20801">[20801]</a> Make dependency on memcached mandatory</li>
1273
</ul>
1273
</ul>
1274
1274
1275
<h3 id="patrons">Patrons</h3>
1275
<h3 id="patrons">Patrons</h3>
1276
1276
1277
<ul>
1277
<ul>
1278
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19510">[19510]</a> edi_manage permission has no description</li>
1278
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19510">[19510]</a> edi_manage permission has no description</li>
1279
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19621">[19621]</a> Routing lists tab not present when viewing 'Holds history' tab for a patron</li>
1279
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19621">[19621]</a> Routing lists tab not present when viewing 'Holds history' tab for a patron</li>
1280
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19673">[19673]</a> Patron batch modification tool cannot use authorised value "0"</li>
1280
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19673">[19673]</a> Patron batch modification tool cannot use authorised value "0"</li>
1281
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19907">[19907]</a> Email validation on patron add/edit not working</li>
1281
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19907">[19907]</a> Email validation on patron add/edit not working</li>
1282
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20008">[20008]</a> Restrictions added from memberentry.pl have expiration date ignored if TimeFormat is 12hr</li>
1282
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20008">[20008]</a> Restrictions added from memberentry.pl have expiration date ignored if TimeFormat is 12hr</li>
1283
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20205">[20205]</a> Add IDs to buttons in patron-toolbar.inc</li>
1283
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20205">[20205]</a> Add IDs to buttons in patron-toolbar.inc</li>
1284
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20367">[20367]</a> userid resets to firstname.surname when BorrowerUnwantedField contains userid</li>
1284
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20367">[20367]</a> userid resets to firstname.surname when BorrowerUnwantedField contains userid</li>
1285
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20455">[20455]</a> Can't sort patron search on date expired</li>
1285
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20455">[20455]</a> Can't sort patron search on date expired</li>
1286
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20666">[20666]</a> Wrong Permissions prevent non-plack pages to load</li>
1286
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20666">[20666]</a> Wrong Permissions prevent non-plack pages to load</li>
1287
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20719">[20719]</a> Home library not displayed on all patron account tabs</li>
1287
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20719">[20719]</a> Home library not displayed on all patron account tabs</li>
1288
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20803">[20803]</a> Cannot search to hold or use print options from API keys interface</li>
1288
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20803">[20803]</a> Cannot search to hold or use print options from API keys interface</li>
1289
</ul>
1289
</ul>
1290
1290
1291
<h3 id="restapi">REST api</h3>
1291
<h3 id="restapi">REST api</h3>
1292
1292
1293
<ul>
1293
<ul>
1294
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20134">[20134]</a> Remove /api/v1/app.pl from the generated URLs</li>
1294
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20134">[20134]</a> Remove /api/v1/app.pl from the generated URLs</li>
1295
</ul>
1295
</ul>
1296
1296
1297
<h3 id="reports">Reports</h3>
1297
<h3 id="reports">Reports</h3>
1298
1298
1299
<ul>
1299
<ul>
1300
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18497">[18497]</a> Downloading a report passes the constructed SQL as a parameter</li>
1300
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18497">[18497]</a> Downloading a report passes the constructed SQL as a parameter</li>
1301
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19467">[19467]</a> Display location and itemtype description on lost items report</li>
1301
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19467">[19467]</a> Display location and itemtype description on lost items report</li>
1302
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19551">[19551]</a> Cash register report has bad erroneous results from wrong order of operations</li>
1302
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19551">[19551]</a> Cash register report has bad erroneous results from wrong order of operations</li>
1303
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19583">[19583]</a> Report updater triggers on auth_header.marcxml</li>
1303
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19583">[19583]</a> Report updater triggers on auth_header.marcxml</li>
1304
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19638">[19638]</a> False positives for 'Update SQL' button</li>
1304
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19638">[19638]</a> False positives for 'Update SQL' button</li>
1305
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19669">[19669]</a> Remove deprecated checkouts by patron category report</li>
1305
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19669">[19669]</a> Remove deprecated checkouts by patron category report</li>
1306
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19671">[19671]</a> Circulation wizard / issues_stats.pl does not populate itemtype descriptions correctly</li>
1306
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19671">[19671]</a> Circulation wizard / issues_stats.pl does not populate itemtype descriptions correctly</li>
1307
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19910">[19910]</a> Download report as 'Comma separated' is misleading</li>
1307
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19910">[19910]</a> Download report as 'Comma separated' is misleading</li>
1308
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20663">[20663]</a> Dead report code for "Create Compound Report" since prior to 3.0.x</li>
1308
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20663">[20663]</a> Dead report code for "Create Compound Report" since prior to 3.0.x</li>
1309
</ul>
1309
</ul>
1310
1310
1311
<h3 id="sip2">SIP2</h3>
1311
<h3 id="sip2">SIP2</h3>
1312
1312
1313
<ul>
1313
<ul>
1314
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20348">[20348]</a> SIP2 patron identification fails to use userid</li>
1314
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20348">[20348]</a> SIP2 patron identification fails to use userid</li>
1315
</ul>
1315
</ul>
1316
1316
1317
<h3 id="searching">Searching</h3>
1317
<h3 id="searching">Searching</h3>
1318
1318
1319
<ul>
1319
<ul>
1320
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18799">[18799]</a> XSLTresultsdisplay hides the icons</li>
1320
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18799">[18799]</a> XSLTresultsdisplay hides the icons</li>
1321
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19807">[19807]</a> IntranetCatalogSearchPulldown doesn't honor IntranetNumbersPreferPhrase</li>
1321
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19807">[19807]</a> IntranetCatalogSearchPulldown doesn't honor IntranetNumbersPreferPhrase</li>
1322
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19873">[19873]</a> Make it possible to search on value 0</li>
1322
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19873">[19873]</a> Make it possible to search on value 0</li>
1323
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19971">[19971]</a> typo in the comments of parseQuery routine</li>
1323
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19971">[19971]</a> typo in the comments of parseQuery routine</li>
1324
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20369">[20369]</a> Analytics search is broken with QueryAutoTruncate set to 'only if * is added'</li>
1324
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20369">[20369]</a> Analytics search is broken with QueryAutoTruncate set to 'only if * is added'</li>
1325
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20722">[20722]</a> Searching only for an ITEMTYPECAT itemtype is impossible</li>
1325
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20722">[20722]</a> Searching only for an ITEMTYPECAT itemtype is impossible</li>
1326
</ul>
1326
</ul>
1327
1327
1328
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1328
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1329
1329
1330
<ul>
1330
<ul>
1331
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17373">[17373]</a> Elasticsearch - Authority mappings for UNIMARC</li>
1331
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17373">[17373]</a> Elasticsearch - Authority mappings for UNIMARC</li>
1332
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19564">[19564]</a> Fix extraction of sort order from sort condition name</li>
1332
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19564">[19564]</a> Fix extraction of sort order from sort condition name</li>
1333
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580">[19580]</a> Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation</li>
1333
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580">[19580]</a> Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation</li>
1334
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581">[19581]</a> Elasticsearch - Catmandu split option adds extra null fields to indexes</li>
1334
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581">[19581]</a> Elasticsearch - Catmandu split option adds extra null fields to indexes</li>
1335
</ul>
1335
</ul>
1336
1336
1337
<h3 id="serials">Serials</h3>
1337
<h3 id="serials">Serials</h3>
1338
1338
1339
<ul>
1339
<ul>
1340
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19315">[19315]</a> Routing preview may use wrong biblionumber</li>
1340
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19315">[19315]</a> Routing preview may use wrong biblionumber</li>
1341
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19767">[19767]</a> serial-issues.pl is unused and should be removed</li>
1341
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19767">[19767]</a> serial-issues.pl is unused and should be removed</li>
1342
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19794">[19794]</a> Rename RLIST - Routing list notice template as it's not related to routing lists</li>
1342
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19794">[19794]</a> Rename RLIST - Routing list notice template as it's not related to routing lists</li>
1343
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20461">[20461]</a> New subscription form: "Item type" and "item type for older issues" fields are ignored</li>
1343
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20461">[20461]</a> New subscription form: "Item type" and "item type for older issues" fields are ignored</li>
1344
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20614">[20614]</a> Firefox prevents parent page reload when renewing subscriptions</li>
1344
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20614">[20614]</a> Firefox prevents parent page reload when renewing subscriptions</li>
1345
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20616">[20616]</a> Using "Edit serials" with no issues selected gives an ugly error</li>
1345
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20616">[20616]</a> Using "Edit serials" with no issues selected gives an ugly error</li>
1346
</ul>
1346
</ul>
1347
1347
1348
<h3 id="staffclient">Staff Client</h3>
1348
<h3 id="staffclient">Staff Client</h3>
1349
1349
1350
<ul>
1350
<ul>
1351
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19221">[19221]</a> Onboarding tool says user needs to be made superlibrarian</li>
1351
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19221">[19221]</a> Onboarding tool says user needs to be made superlibrarian</li>
1352
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19456">[19456]</a> Some pages title tag contains html</li>
1352
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19456">[19456]</a> Some pages title tag contains html</li>
1353
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19636">[19636]</a> Hold priority changes incorrectly via dropdown select</li>
1353
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19636">[19636]</a> Hold priority changes incorrectly via dropdown select</li>
1354
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19857">[19857]</a> Optionally hide SMS provider field in patron modification screen</li>
1354
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19857">[19857]</a> Optionally hide SMS provider field in patron modification screen</li>
1355
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20227">[20227]</a> admin/smart-rules.pl should pass categorycode instead of branchcode</li>
1355
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20227">[20227]</a> admin/smart-rules.pl should pass categorycode instead of branchcode</li>
1356
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20268">[20268]</a> CSS regression: white gap on the top of the staff pages</li>
1356
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20268">[20268]</a> CSS regression: white gap on the top of the staff pages</li>
1357
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20329">[20329]</a> Text input fields are wider than the fieldset class they are inside of</li>
1357
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20329">[20329]</a> Text input fields are wider than the fieldset class they are inside of</li>
1358
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20347">[20347]</a> Add missing classes to search results elements</li>
1358
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20347">[20347]</a> Add missing classes to search results elements</li>
1359
</ul>
1359
</ul>
1360
1360
1361
<h3 id="systemadministration">System Administration</h3>
1361
<h3 id="systemadministration">System Administration</h3>
1362
1362
1363
<ul>
1363
<ul>
1364
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13676">[13676]</a> OpacSuppression description says 'items' but means 'records'</li>
1364
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13676">[13676]</a> OpacSuppression description says 'items' but means 'records'</li>
1365
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19560">[19560]</a> Unable to delete library when branchcode contains special characters</li>
1365
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19560">[19560]</a> Unable to delete library when branchcode contains special characters</li>
1366
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19788">[19788]</a> Case sensitivity is not preserved when creating local system preferences</li>
1366
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19788">[19788]</a> Case sensitivity is not preserved when creating local system preferences</li>
1367
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19977">[19977]</a> Local Use tab in systempreferences tries to open text editor's temporary files, and die</li>
1367
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19977">[19977]</a> Local Use tab in systempreferences tries to open text editor's temporary files, and die</li>
1368
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19987">[19987]</a> If no z39.50/SRU servers, the z39.50/SRU buttons should not show</li>
1368
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19987">[19987]</a> If no z39.50/SRU servers, the z39.50/SRU buttons should not show</li>
1369
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20091">[20091]</a> FailedLoginAttempts is not part of NorwegianPatronDatabase pref group</li>
1369
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20091">[20091]</a> FailedLoginAttempts is not part of NorwegianPatronDatabase pref group</li>
1370
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20383">[20383]</a> Hide link to plugin management if plugins are not enabled</li>
1370
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20383">[20383]</a> Hide link to plugin management if plugins are not enabled</li>
1371
</ul>
1371
</ul>
1372
1372
1373
<h3 id="templates">Templates</h3>
1373
<h3 id="templates">Templates</h3>
1374
1374
1375
<ul>
1375
<ul>
1376
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18820">[18820]</a> The different parts in the main don't automatically adjust with the available space</li>
1376
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18820">[18820]</a> The different parts in the main don't automatically adjust with the available space</li>
1377
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19602">[19602]</a> Add usage statistics link to administration sidebar menu</li>
1377
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19602">[19602]</a> Add usage statistics link to administration sidebar menu</li>
1378
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19677">[19677]</a> Angle brackets in enumchron do not display in opac or staff side</li>
1378
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19677">[19677]</a> Angle brackets in enumchron do not display in opac or staff side</li>
1379
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19692">[19692]</a> Unclosed div in opac-shelves.tt</li>
1379
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19692">[19692]</a> Unclosed div in opac-shelves.tt</li>
1380
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19851">[19851]</a> Improve responsive layout handling of staff client menu bar</li>
1380
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19851">[19851]</a> Improve responsive layout handling of staff client menu bar</li>
1381
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19918">[19918]</a> span tag not closed in opac-registration-confirmation.tt</li>
1381
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19918">[19918]</a> span tag not closed in opac-registration-confirmation.tt</li>
1382
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20051">[20051]</a> Invalid markup in staff client's header.inc</li>
1382
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20051">[20051]</a> Invalid markup in staff client's header.inc</li>
1383
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20156">[20156]</a> Staff client header language menu doesn't show check mark for current language</li>
1383
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20156">[20156]</a> Staff client header language menu doesn't show check mark for current language</li>
1384
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20173">[20173]</a> Clean up koha-tmpl directory</li>
1384
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20173">[20173]</a> Clean up koha-tmpl directory</li>
1385
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20221">[20221]</a> Fix for JavaScript error during checkout patron search</li>
1385
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20221">[20221]</a> Fix for JavaScript error during checkout patron search</li>
1386
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20239">[20239]</a> Fix spelling on authority linker plugin</li>
1386
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20239">[20239]</a> Fix spelling on authority linker plugin</li>
1387
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20240">[20240]</a> Remove space before : when searching for a vendor in serials (Vendor name :)</li>
1387
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20240">[20240]</a> Remove space before : when searching for a vendor in serials (Vendor name :)</li>
1388
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20249">[20249]</a> "Patron has no outstanding fines" now appears alongside fines</li>
1388
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20249">[20249]</a> "Patron has no outstanding fines" now appears alongside fines</li>
1389
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20290">[20290]</a> Fix capitalization: Routing List</li>
1389
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20290">[20290]</a> Fix capitalization: Routing List</li>
1390
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20372">[20372]</a> Correct toolbar markup on some pages</li>
1390
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20372">[20372]</a> Correct toolbar markup on some pages</li>
1391
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20382">[20382]</a> Missing space between patron and cardnumber on check out screen</li>
1391
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20382">[20382]</a> Missing space between patron and cardnumber on check out screen</li>
1392
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20422">[20422]</a> Fix warn on URI/Escape.pm line 184 from opac-detail</li>
1392
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20422">[20422]</a> Fix warn on URI/Escape.pm line 184 from opac-detail</li>
1393
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20433">[20433]</a> Remove unused Mozilla Persona image file</li>
1393
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20433">[20433]</a> Remove unused Mozilla Persona image file</li>
1394
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20552">[20552]</a> Fix HTML tag for search facets</li>
1394
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20552">[20552]</a> Fix HTML tag for search facets</li>
1395
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20617">[20617]</a> Add 'Search Engine configuration' link to administration menu</li>
1395
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20617">[20617]</a> Add 'Search Engine configuration' link to administration menu</li>
1396
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20619">[20619]</a> Remove last occurrences of long gone syspref (opacsmallimage)</li>
1396
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20619">[20619]</a> Remove last occurrences of long gone syspref (opacsmallimage)</li>
1397
</ul>
1397
</ul>
1398
1398
1399
<h3 id="testsuite">Test Suite</h3>
1399
<h3 id="testsuite">Test Suite</h3>
1400
1400
1401
<ul>
1401
<ul>
1402
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770">[17770]</a> t/db_dependent/Sitemapper.t fails when date changes during test run</li>
1402
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770">[17770]</a> t/db_dependent/Sitemapper.t fails when date changes during test run</li>
1403
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18979">[18979]</a> Speed up 'valid-templates.t' tests</li>
1403
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18979">[18979]</a> Speed up 'valid-templates.t' tests</li>
1404
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19705">[19705]</a> DecreaseLoanHighHolds.t is still failing randomly</li>
1404
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19705">[19705]</a> DecreaseLoanHighHolds.t is still failing randomly</li>
1405
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19759">[19759]</a> TestBuilder generates too many decimals for float</li>
1405
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19759">[19759]</a> TestBuilder generates too many decimals for float</li>
1406
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19775">[19775]</a> Search/History.t is failing randomly</li>
1406
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19775">[19775]</a> Search/History.t is failing randomly</li>
1407
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19776">[19776]</a> Test failing randomly - fix categorycode vs category_type</li>
1407
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19776">[19776]</a> Test failing randomly - fix categorycode vs category_type</li>
1408
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19783">[19783]</a> Move check_kohastructure.t to db_dependent</li>
1408
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19783">[19783]</a> Move check_kohastructure.t to db_dependent</li>
1409
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19867">[19867]</a> HouseboundRoles.t is failing randomly</li>
1409
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19867">[19867]</a> HouseboundRoles.t is failing randomly</li>
1410
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19914">[19914]</a> Cannot locate the "Delete" in the library list table</li>
1410
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19914">[19914]</a> Cannot locate the "Delete" in the library list table</li>
1411
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19937">[19937]</a> Silence warnings t/db_dependent/www/batch.t</li>
1411
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19937">[19937]</a> Silence warnings t/db_dependent/www/batch.t</li>
1412
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19979">[19979]</a> Search.t fails on facet info with one branch</li>
1412
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19979">[19979]</a> Search.t fails on facet info with one branch</li>
1413
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20042">[20042]</a> 00-load.t fails when Elasticsearch is not installed</li>
1413
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20042">[20042]</a> 00-load.t fails when Elasticsearch is not installed</li>
1414
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20144">[20144]</a> Test suite is failing with new default SQL modes</li>
1414
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20144">[20144]</a> Test suite is failing with new default SQL modes</li>
1415
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20175">[20175]</a> Set a correct default value for club_enrollments.date_created</li>
1415
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20175">[20175]</a> Set a correct default value for club_enrollments.date_created</li>
1416
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20176">[20176]</a> Set biblio.datecreated to NOW if not defined</li>
1416
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20176">[20176]</a> Set biblio.datecreated to NOW if not defined</li>
1417
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20179">[20179]</a> Remove GROUP BY in get_shelves_containing_record</li>
1417
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20179">[20179]</a> Remove GROUP BY in get_shelves_containing_record</li>
1418
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20180">[20180]</a> Remove GROUP BY clause in manage-marc-import.pl</li>
1418
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20180">[20180]</a> Remove GROUP BY clause in manage-marc-import.pl</li>
1419
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20182">[20182]</a> Remove group by clause in search_patrons_to_anonymise</li>
1419
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20182">[20182]</a> Remove group by clause in search_patrons_to_anonymise</li>
1420
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20191">[20191]</a> OAI/Server.t still fails on slow servers</li>
1420
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20191">[20191]</a> OAI/Server.t still fails on slow servers</li>
1421
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20199">[20199]</a> Letters.t does not pass with new SQL modes</li>
1421
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20199">[20199]</a> Letters.t does not pass with new SQL modes</li>
1422
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20204">[20204]</a> FrameworkPlugin.t should not depend on CPL branch</li>
1422
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20204">[20204]</a> FrameworkPlugin.t should not depend on CPL branch</li>
1423
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20250">[20250]</a> NoIssuesChargeGuarantees.t is still failing randomly</li>
1423
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20250">[20250]</a> NoIssuesChargeGuarantees.t is still failing randomly</li>
1424
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20311">[20311]</a> get_age tests can fail on February 28th</li>
1424
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20311">[20311]</a> get_age tests can fail on February 28th</li>
1425
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20466">[20466]</a> Incorrect fixtures for active currency in t/Prices.t</li>
1425
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20466">[20466]</a> Incorrect fixtures for active currency in t/Prices.t</li>
1426
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20474">[20474]</a> Passwordrecovery.t should mock Mail::Sendmail::sendmail</li>
1426
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20474">[20474]</a> Passwordrecovery.t should mock Mail::Sendmail::sendmail</li>
1427
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20490">[20490]</a> Correct wrong bug number in comment in Circulation.t</li>
1427
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20490">[20490]</a> Correct wrong bug number in comment in Circulation.t</li>
1428
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20503">[20503]</a> Borrower_PrevCheckout.t  is failing randomly</li>
1428
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20503">[20503]</a> Borrower_PrevCheckout.t  is failing randomly</li>
1429
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20531">[20531]</a> IssueSlip is failing randomly</li>
1429
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20531">[20531]</a> IssueSlip is failing randomly</li>
1430
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20557">[20557]</a> Koha/Acquisition/Order.t is failing randomly</li>
1430
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20557">[20557]</a> Koha/Acquisition/Order.t is failing randomly</li>
1431
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20584">[20584]</a> Koha/Patron/Categories.t is failing on slow servers</li>
1431
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20584">[20584]</a> Koha/Patron/Categories.t is failing on slow servers</li>
1432
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20721">[20721]</a> Circulation.t keeps failing randomly</li>
1432
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20721">[20721]</a> Circulation.t keeps failing randomly</li>
1433
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20764">[20764]</a> t/Koha_Template_Plugin_KohaPlugins.t is DB dependent</li>
1433
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20764">[20764]</a> t/Koha_Template_Plugin_KohaPlugins.t is DB dependent</li>
1434
</ul>
1434
</ul>
1435
1435
1436
<h3 id="tools">Tools</h3>
1436
<h3 id="tools">Tools</h3>
1437
1437
1438
<ul>
1438
<ul>
1439
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201">[18201]</a> Export data -Fix "Remove non-local items" option and add "Removes non-local records" option for existing functionality</li>
1439
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201">[18201]</a> Export data -Fix "Remove non-local items" option and add "Removes non-local records" option for existing functionality</li>
1440
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19643">[19643]</a> Pagination buttons on staged marc management are stacking instead of inline</li>
1440
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19643">[19643]</a> Pagination buttons on staged marc management are stacking instead of inline</li>
1441
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19674">[19674]</a> Broken indicators of changed fields in manage staged MARC records template</li>
1441
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19674">[19674]</a> Broken indicators of changed fields in manage staged MARC records template</li>
1442
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19683">[19683]</a> Export.pl does not populate the Authority Types dropdown correctly</li>
1442
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19683">[19683]</a> Export.pl does not populate the Authority Types dropdown correctly</li>
1443
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20098">[20098]</a> Inventory: CSV export: itemlost column is always empty</li>
1443
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20098">[20098]</a> Inventory: CSV export: itemlost column is always empty</li>
1444
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20222">[20222]</a> Make bread crumb for cleanborrowers.pl match the link text in tools-home.pl</li>
1444
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20222">[20222]</a> Make bread crumb for cleanborrowers.pl match the link text in tools-home.pl</li>
1445
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20376">[20376]</a> "Select all" button no longer selects disabled checkboxes in Batch Record Deletion Tool</li>
1445
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20376">[20376]</a> "Select all" button no longer selects disabled checkboxes in Batch Record Deletion Tool</li>
1446
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20438">[20438]</a> Allow uninstalling plugins not implementing the 'uninstall' method</li>
1446
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20438">[20438]</a> Allow uninstalling plugins not implementing the 'uninstall' method</li>
1447
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20462">[20462]</a> Duplicate barcodes in batch item deletion cause software error if deleting biblio records</li>
1447
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20462">[20462]</a> Duplicate barcodes in batch item deletion cause software error if deleting biblio records</li>
1448
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20695">[20695]</a> Upload does not show all results when uploading multiple files</li>
1448
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20695">[20695]</a> Upload does not show all results when uploading multiple files</li>
1449
</ul>
1449
</ul>
1450
1450
1451
<h3 id="webservices">Web services</h3>
1451
<h3 id="webservices">Web services</h3>
1452
1452
1453
<ul>
1453
<ul>
1454
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990">[13990]</a> ILS-DI LookupPatron Requries ID Type</li>
1454
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990">[13990]</a> ILS-DI LookupPatron Requries ID Type</li>
1455
</ul>
1455
</ul>
1456
1456
1457
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
1457
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
1458
1458
1459
<ul>
1459
<ul>
1460
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19986">[19986]</a> 'Server name' doesn't appear as required when creating new z39.50/sru server</li>
1460
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19986">[19986]</a> 'Server name' doesn't appear as required when creating new z39.50/sru server</li>
1461
</ul>
1461
</ul>
1462
1462
1463
<h2 id="newsystempreferences">New system preferences</h2>
1463
<h2 id="newsystempreferences">New system preferences</h2>
Lines 1528-1551 have already been fixed in maintainance releases)</p> Link Here
1528
documentation is </p>
1528
documentation is </p>
1529
1529
1530
<ul>
1530
<ul>
1531
<li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
1531
<li><a href="https://koha-community.org/documentation/">Koha Documentation</a></li>
1532
</ul>
1532
</ul>
1533
1533
1534
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
1534
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
1535
1535
1536
<ul>
1536
<ul>
1537
<li><a href="http://koha-community.org/manual/18.05/en/html/">English</a></li>
1537
<li><a href="https://koha-community.org/manual/18.05/en/html/">English</a></li>
1538
<li><a href="http://koha-community.org/manual/18.05/ar/html/">Arabic</a></li>
1538
<li><a href="https://koha-community.org/manual/18.05/ar/html/">Arabic</a></li>
1539
<li><a href="http://koha-community.org/manual/18.05/zh_TW/html/">Chinese - Taiwan</a></li>
1539
<li><a href="https://koha-community.org/manual/18.05/zh_TW/html/">Chinese - Taiwan</a></li>
1540
<li><a href="http://koha-community.org/manual/18.05/cs/html/">Czech</a></li>
1540
<li><a href="https://koha-community.org/manual/18.05/cs/html/">Czech</a></li>
1541
<li><a href="http://koha-community.org/manual/18.05/fr/html/">French</a></li>
1541
<li><a href="https://koha-community.org/manual/18.05/fr/html/">French</a></li>
1542
<li><a href="http://koha-community.org/manual/18.05/fr_CA/html/">French (Canada)</a></li>
1542
<li><a href="https://koha-community.org/manual/18.05/fr_CA/html/">French (Canada)</a></li>
1543
<li><a href="http://koha-community.org/manual/18.05/de/html/">German</a></li>
1543
<li><a href="https://koha-community.org/manual/18.05/de/html/">German</a></li>
1544
<li><a href="http://koha-community.org/manual/18.05/hi/html/">Hindi</a></li>
1544
<li><a href="https://koha-community.org/manual/18.05/hi/html/">Hindi</a></li>
1545
<li><a href="http://koha-community.org/manual/18.05/it/html/">Italian</a></li>
1545
<li><a href="https://koha-community.org/manual/18.05/it/html/">Italian</a></li>
1546
<li><a href="http://koha-community.org/manual/18.05/pt_BR/html/">Portuguese - Brazil</a></li>
1546
<li><a href="https://koha-community.org/manual/18.05/pt_BR/html/">Portuguese - Brazil</a></li>
1547
<li><a href="http://koha-community.org/manual/18.05/es/html/">Spanish</a></li>
1547
<li><a href="https://koha-community.org/manual/18.05/es/html/">Spanish</a></li>
1548
<li><a href="http://koha-community.org/manual/18.05/tr/html/">Turkish</a></li>
1548
<li><a href="https://koha-community.org/manual/18.05/tr/html/">Turkish</a></li>
1549
</ul>
1549
</ul>
1550
1550
1551
<p>The Git repository for the Koha manual can be found at</p>
1551
<p>The Git repository for the Koha manual can be found at</p>
Lines 1595-1614 interface are available in this release for the following languages:</p> Link Here
1595
<p>The Koha team welcomes additional translations; please see</p>
1595
<p>The Koha team welcomes additional translations; please see</p>
1596
1596
1597
<ul>
1597
<ul>
1598
<li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
1598
<li><a href="https://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
1599
</ul>
1599
</ul>
1600
1600
1601
<p>For information about translating Koha, and join the koha-translate 
1601
<p>For information about translating Koha, and join the koha-translate 
1602
list to volunteer:</p>
1602
list to volunteer:</p>
1603
1603
1604
<ul>
1604
<ul>
1605
<li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
1605
<li><a href="https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
1606
</ul>
1606
</ul>
1607
1607
1608
<p>The most up-to-date translations can be found at:</p>
1608
<p>The most up-to-date translations can be found at:</p>
1609
1609
1610
<ul>
1610
<ul>
1611
<li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
1611
<li><a href="https://translate.koha-community.org/">Koha Translation</a></li>
1612
</ul>
1612
</ul>
1613
1613
1614
<h2 id="releaseteam">Release Team</h2>
1614
<h2 id="releaseteam">Release Team</h2>
Lines 1658-1664 list to volunteer:</p> Link Here
1658
new features in Koha 18.05.00:</p>
1658
new features in Koha 18.05.00:</p>
1659
1659
1660
<ul>
1660
<ul>
1661
<li>BULAC - http://www.bulac.fr/</li>
1661
<li>BULAC - https://www.bulac.fr/</li>
1662
<li>ByWater Solutions</li>
1662
<li>ByWater Solutions</li>
1663
<li>Camden County</li>
1663
<li>Camden County</li>
1664
<li>Catalyst IT</li>
1664
<li>Catalyst IT</li>
Lines 1921-1927 line is master.</p> Link Here
1921
tracker at:</p>
1921
tracker at:</p>
1922
1922
1923
<ul>
1923
<ul>
1924
<li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
1924
<li><a href="https://bugs.koha-community.org">Koha Bugzilla</a></li>
1925
</ul>
1925
</ul>
1926
1926
1927
<p>He rau ringa e oti ai.
1927
<p>He rau ringa e oti ai.
(-)a/misc/release_notes/release_notes_18_05_00.md (-652 / +652 lines)
Lines 6-20 package (ILS). Development is sponsored by libraries of varying types Link Here
6
and sizes, volunteers, and support companies from around the world. The
6
and sizes, volunteers, and support companies from around the world. The
7
website for the Koha project is:
7
website for the Koha project is:
8
8
9
- [Koha Community](http://koha-community.org)
9
- [Koha Community](https://koha-community.org)
10
10
11
Koha 18.05.00 can be downloaded from:
11
Koha 18.05.00 can be downloaded from:
12
12
13
- [Download](http://download.koha-community.org/koha-18.05-latest.tar.gz)
13
- [Download](https://download.koha-community.org/koha-18.05-latest.tar.gz)
14
14
15
Installation instructions can be found at:
15
Installation instructions can be found at:
16
16
17
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
17
- [Koha Wiki](https://wiki.koha-community.org/wiki/Installation_Documentation)
18
- OR in the INSTALL files that come in the tarball
18
- OR in the INSTALL files that come in the tarball
19
19
20
Koha 18.05.00 is a major release, that comes with many new features.
20
Koha 18.05.00 is a major release, that comes with many new features.
Lines 38-44 You should first create a superlibrarian patron and use it for logging in. Link Here
38
38
39
### Debian Stretch users: tmp path changes
39
### Debian Stretch users: tmp path changes
40
40
41
If you are using Debian Stretch (9) you should take a look at [bug 20428](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428).
41
If you are using Debian Stretch (9) you should take a look at [bug 20428](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428).
42
42
43
A new entry upload_path must be created in your koha-conf.xml file in order to define a temporary uploaded files directory.
43
A new entry upload_path must be created in your koha-conf.xml file in order to define a temporary uploaded files directory.
44
44
Lines 50-56 See the [dedicated wiki page](https://wiki.koha-community.org/wiki/DBMS_configur Link Here
50
50
51
### Change of the database tables charset
51
### Change of the database tables charset
52
52
53
[Bug 18336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336) adds the support for Unicode supplementary characters.
53
[Bug 18336](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336) adds the support for Unicode supplementary characters.
54
54
55
We have now a better support of Unicode characters and especially vietnamese and chinese get improved, we also support emojis.
55
We have now a better support of Unicode characters and especially vietnamese and chinese get improved, we also support emojis.
56
56
Lines 62-68 It is recommended that the upgrade routine is launched using the command line be Link Here
62
62
63
### Acquisitions
63
### Acquisitions
64
64
65
- [[19289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289) Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets
65
- [[19289]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289) Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets
66
66
67
> When creating a new order on an acquisition basket, bibliographic fields displayed on 'Catalog details' can now be customized. The system preference 'UseACQFrameworkForBiblioRecords' must be enabled. Fields are set on the 'ACQ' MARC framework.
67
> When creating a new order on an acquisition basket, bibliographic fields displayed on 'Catalog details' can now be customized. The system preference 'UseACQFrameworkForBiblioRecords' must be enabled. Fields are set on the 'ACQ' MARC framework.
68
68
Lines 70-81 It is recommended that the upgrade routine is launched using the command line be Link Here
70
70
71
### Architecture, internals, and plumbing
71
### Architecture, internals, and plumbing
72
72
73
- [[15707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707) Add ability to define hierarchical groups of libraries
73
- [[15707]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707) Add ability to define hierarchical groups of libraries
74
74
75
> Koha now supports grouping libraries into hierarchies. The previous grouping allowed only a single level of groups. The new hierarchical grouping allows for trees of unlimited depth to be created. This will allow for grouping of libraries based on physical location, political affiliation, or any other type of grouping! The new system is currently used for search groups, and patron visibility limits. Expect to see more features using hierarchical groups in the future!
75
> Koha now supports grouping libraries into hierarchies. The previous grouping allowed only a single level of groups. The new hierarchical grouping allows for trees of unlimited depth to be created. This will allow for grouping of libraries based on physical location, political affiliation, or any other type of grouping! The new system is currently used for search groups, and patron visibility limits. Expect to see more features using hierarchical groups in the future!
76
76
77
77
78
- [[20123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20123) Allow multiple instances of Koha to have different timezones on the same server
78
- [[20123]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20123) Allow multiple instances of Koha to have different timezones on the same server
79
79
80
> Koha now has the ability to set times zones in Koha on a per-instance basis. That means that a single Koha server can support instances in several time zones simultaneously!  
80
> Koha now has the ability to set times zones in Koha on a per-instance basis. That means that a single Koha server can support instances in several time zones simultaneously!  
81
Each instance's timezone can be set in its' koha-conf.xml  
81
Each instance's timezone can be set in its' koha-conf.xml  
Lines 85-96 See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more detail Link Here
85
85
86
### Authentication
86
### Authentication
87
87
88
- [[19160]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160) CAS Single Logout
88
- [[19160]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160) CAS Single Logout
89
89
90
> This adds support for the CAS Single Logout feature. Single logout means that the user gets logged out not only from the CAS Server, but also from all visited CAS client applications when logging out in one of them or after reaching a timeout. The CAS server has to be set up for single logout for this to take effect, otherwise behaviour will remain unchanged.
90
> This adds support for the CAS Single Logout feature. Single logout means that the user gets logged out not only from the CAS Server, but also from all visited CAS client applications when logging out in one of them or after reaching a timeout. The CAS server has to be set up for single logout for this to take effect, otherwise behaviour will remain unchanged.
91
91
92
92
93
- [[20568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20568) Add API key management interface for patrons
93
- [[20568]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20568) Add API key management interface for patrons
94
94
95
> Adds the ability to handle patron-level API keys to be used for authenticating the REST API.
95
> Adds the ability to handle patron-level API keys to be used for authenticating the REST API.
96
96
Lines 98-108 See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more detail Link Here
98
98
99
### Hold requests
99
### Hold requests
100
100
101
- [[19287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287) Add ability to mark an item 'Lost' from 'Holds to pull' list
101
- [[19287]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287) Add ability to mark an item 'Lost' from 'Holds to pull' list
102
102
103
### Patrons
103
### Patrons
104
104
105
- [[9302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302) Add ability to merge patron records
105
- [[9302]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302) Add ability to merge patron records
106
106
107
> Koha now has the ability to merge patron accounts!  
107
> Koha now has the ability to merge patron accounts!  
108
To merge patrons, perform a patron search, select two or more patrons then click the 'Merge' button.  
108
To merge patrons, perform a patron search, select two or more patrons then click the 'Merge' button.  
Lines 110-126 Next, choose which patron you want to keep. Link Here
110
Circulation data (checkouts, holds, fines, etc.) will be transferred to the remaining patron record.
110
Circulation data (checkouts, holds, fines, etc.) will be transferred to the remaining patron record.
111
111
112
112
113
- [[18403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18403) Hide patron information if not part of the logged in user library group
113
- [[18403]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18403) Hide patron information if not part of the logged in user library group
114
114
115
### REST api
115
### REST api
116
116
117
- [[16330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330) Add routes to add, update and delete patrons
117
- [[16330]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330) Add routes to add, update and delete patrons
118
118
119
> REST API route for managing patrons in database. Adds CRUD implementation for creating, reading, updating and deleting patrons, as well as listing with optional sorting.  
119
> REST API route for managing patrons in database. Adds CRUD implementation for creating, reading, updating and deleting patrons, as well as listing with optional sorting.  
120
Follows new guidelines from REST API RFC and Koha Object Exceptions regarding validation and error handling. Patrons can modify and delete their own object, or anyone with borrower modification permissions.
120
Follows new guidelines from REST API RFC and Koha Object Exceptions regarding validation and error handling. Patrons can modify and delete their own object, or anyone with borrower modification permissions.
121
121
122
122
123
- [[20402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20402) OAuth2 client credentials grant for REST API
123
- [[20402]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20402) OAuth2 client credentials grant for REST API
124
124
125
> This development adds the OAuth2 client credentials grant support to Koha. This way securing the REST API for using it from other systems gets easier as it follows current standards.
125
> This development adds the OAuth2 client credentials grant support to Koha. This way securing the REST API for using it from other systems gets easier as it follows current standards.
126
126
Lines 128-247 Follows new guidelines from REST API RFC and Koha Object Exceptions regarding va Link Here
128
128
129
### Searching
129
### Searching
130
130
131
- [[19290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19290) Browse selected biblios - Staff
131
- [[19290]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19290) Browse selected biblios - Staff
132
132
133
### Self checkout
133
### Self checkout
134
134
135
- [[15492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15492) Stand alone self check-in tool
135
- [[15492]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15492) Stand alone self check-in tool
136
136
137
## Enhancements
137
## Enhancements
138
138
139
### About
139
### About
140
140
141
- [[18674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18674) Show timezone for Perl and MySQL on the About Koha page
141
- [[18674]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18674) Show timezone for Perl and MySQL on the About Koha page
142
- [[19542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19542) Koha should display Elasticsearch information in the about page
142
- [[19542]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19542) Koha should display Elasticsearch information in the about page
143
- [[19904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19904) Release team 18.05
143
- [[19904]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19904) Release team 18.05
144
144
145
### Acquisitions
145
### Acquisitions
146
146
147
- [[10032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10032) Uncertain prices hide 'close basket' without explanation
147
- [[10032]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10032) Uncertain prices hide 'close basket' without explanation
148
- [[17182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17182) Allow Keyword to MARC mapping for acquisitions searches (subtitle)
148
- [[17182]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17182) Allow Keyword to MARC mapping for acquisitions searches (subtitle)
149
- [[17457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17457) Use SearchWithISBNVariations in acquisition advanced search (histsearch.pl)
149
- [[17457]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17457) Use SearchWithISBNVariations in acquisition advanced search (histsearch.pl)
150
- [[19479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479) Price display on a basketgroup
150
- [[19479]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479) Price display on a basketgroup
151
151
152
### Architecture, internals, and plumbing
152
### Architecture, internals, and plumbing
153
153
154
- [[10021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021) Remove dead code related to notifys
154
- [[10021]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021) Remove dead code related to notifys
155
- [[10306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306) Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264)
155
- [[10306]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306) Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264)
156
156
157
> This patchset adds the ability to map several MARC fields to a single Koha field. The first existing mapped field will be saved into the database. This allows for flexibility in a system using RDA and AACR2 records where some store the publication data in the 260 fields and others in the 264.
157
> This patchset adds the ability to map several MARC fields to a single Koha field. The first existing mapped field will be saved into the database. This allows for flexibility in a system using RDA and AACR2 records where some store the publication data in the 260 fields and others in the 264.
158
158
159
159
160
- [[12001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12001) GetMemberAccountRecords slows down display of patron details and checkout pages
160
- [[12001]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12001) GetMemberAccountRecords slows down display of patron details and checkout pages
161
- [[12904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904) Force browser to load new JavaScript and CSS files after upgrade
161
- [[12904]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904) Force browser to load new JavaScript and CSS files after upgrade
162
162
163
> For non-package installations, the following rewrite rules will need to be added to the apache config file:  
163
> For non-package installations, the following rewrite rules will need to be added to the apache config file:  
164
RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].js$ $1.js [L]  
164
RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].js$ $1.js [L]  
165
RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].css$ $1.css [L]
165
RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].css$ $1.css [L]
166
166
167
167
168
- [[16735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735) Replace existing library search groups functionality with the new hierarchical groups system
168
- [[16735]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735) Replace existing library search groups functionality with the new hierarchical groups system
169
- [[17553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17553) Move GetOverduesForPatron to Koha::Patron
169
- [[17553]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17553) Move GetOverduesForPatron to Koha::Patron
170
- [[17672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672) Items table should have a damaged_on column
170
- [[17672]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672) Items table should have a damaged_on column
171
- [[17833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17833) _initilize_memcached() warns if errors
171
- [[17833]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17833) _initilize_memcached() warns if errors
172
- [[18255]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18255) Koha::Biblio - Remove GetBiblioItemByBiblioNumber
172
- [[18255]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18255) Koha::Biblio - Remove GetBiblioItemByBiblioNumber
173
- [[18336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336) Add support for Unicode supplementary characters
173
- [[18336]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336) Add support for Unicode supplementary characters
174
174
175
> Koha now supports Unicode supplementary characters like emojis or supplementary japanese, chinese and others.  
175
> Koha now supports Unicode supplementary characters like emojis or supplementary japanese, chinese and others.  
176
The DB structure definition is changed to make use of the utf8mb4 encoding, instead of utf8.
176
The DB structure definition is changed to make use of the utf8mb4 encoding, instead of utf8.
177
177
178
178
179
- [[18789]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789) Send a Koha::Patron object to the templates
179
- [[18789]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789) Send a Koha::Patron object to the templates
180
- [[18913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18913) Allow symbolic link in /etc/koha/sites
180
- [[18913]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18913) Allow symbolic link in /etc/koha/sites
181
- [[19096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096) Koha to MARC mappings (Part 2): Make Default authoritative
181
- [[19096]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096) Koha to MARC mappings (Part 2): Make Default authoritative
182
- [[19280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280) CanBookBeIssued must take a Koha::Patron in parameter
182
- [[19280]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280) CanBookBeIssued must take a Koha::Patron in parameter
183
- [[19299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19299) Replace C4::Reserves::GetReservesForBranch with Koha::Holds->waiting
183
- [[19299]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19299) Replace C4::Reserves::GetReservesForBranch with Koha::Holds->waiting
184
- [[19300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19300) Move C4::Reserves::OPACItemHoldsAllowed to the Koha namespace
184
- [[19300]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19300) Move C4::Reserves::OPACItemHoldsAllowed to the Koha namespace
185
- [[19301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19301) Move C4::Reserves::OnShelfHoldsAllowed to the Koha namespace
185
- [[19301]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19301) Move C4::Reserves::OnShelfHoldsAllowed to the Koha namespace
186
- [[19303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19303) Move C4::Members::GetFirstValidEmailAddress to Koha::Patron->first_valid_email_address
186
- [[19303]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19303) Move C4::Members::GetFirstValidEmailAddress to Koha::Patron->first_valid_email_address
187
- [[19304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19304) Move C4::Members::GetNoticeEmailAddress to Koha::Patron->notice_email_address
187
- [[19304]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19304) Move C4::Members::GetNoticeEmailAddress to Koha::Patron->notice_email_address
188
- [[19802]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19802) Move Selenium code to its own module
188
- [[19802]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19802) Move Selenium code to its own module
189
- [[19826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19826) Introduce Koha::Acquisition::Budget(s) and Koha::Acquisition::Fund(s)
189
- [[19826]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19826) Introduce Koha::Acquisition::Budget(s) and Koha::Acquisition::Fund(s)
190
- [[19828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19828) Koha::Object->store should catch DBIC exceptions and raise Koha::Exceptions
190
- [[19828]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19828) Koha::Object->store should catch DBIC exceptions and raise Koha::Exceptions
191
- [[19830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19830) Add the Koha::Patron->old_checkout method
191
- [[19830]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19830) Add the Koha::Patron->old_checkout method
192
- [[19841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19841) AddMember should raise an exception if categorycode is invalid
192
- [[19841]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19841) AddMember should raise an exception if categorycode is invalid
193
- [[19855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19855) Move the "alert" code to Koha::Subscription
193
- [[19855]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19855) Move the "alert" code to Koha::Subscription
194
- [[19926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19926) Add the Koha::Object->unblessed_all_relateds method
194
- [[19926]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19926) Add the Koha::Object->unblessed_all_relateds method
195
- [[19929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19929) Add Koha Objects for class_source and class_sort_rules
195
- [[19929]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19929) Add Koha Objects for class_source and class_sort_rules
196
- [[19933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19933) Move C4::Members::patronflags to the Koha namespace - part 1
196
- [[19933]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19933) Move C4::Members::patronflags to the Koha namespace - part 1
197
- [[19935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19935) Move C4::Members::GetPendingIssues to the Koha namespace
197
- [[19935]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19935) Move C4::Members::GetPendingIssues to the Koha namespace
198
- [[19936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19936) Move Check_userid and Generate_Userid to Koha::Patron
198
- [[19936]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19936) Move Check_userid and Generate_Userid to Koha::Patron
199
- [[19940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19940) Koha::Biblio - Remove GetBiblioItemInfosOf
199
- [[19940]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19940) Koha::Biblio - Remove GetBiblioItemInfosOf
200
- [[19943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19943) Koha::Biblio - Remove GetBiblioItemData
200
- [[19943]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19943) Koha::Biblio - Remove GetBiblioItemData
201
- [[19992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19992) use Modern::Perl in Admin perl scripts
201
- [[19992]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19992) use Modern::Perl in Admin perl scripts
202
- [[19993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19993) use Modern::Perl in Acquisition perl scripts
202
- [[19993]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19993) use Modern::Perl in Acquisition perl scripts
203
- [[19995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19995) use Modern::Perl in Catalogue perl scripts
203
- [[19995]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19995) use Modern::Perl in Catalogue perl scripts
204
- [[19996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19996) use Modern::Perl in cataloguing perl scripts
204
- [[19996]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19996) use Modern::Perl in cataloguing perl scripts
205
- [[19997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19997) use Modern::Perl in Circulation perl scripts
205
- [[19997]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19997) use Modern::Perl in Circulation perl scripts
206
- [[19998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19998) use Modern::Perl in error perl scripts
206
- [[19998]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19998) use Modern::Perl in error perl scripts
207
- [[19999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19999) use Modern::Perl in Labels perl scripts
207
- [[19999]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19999) use Modern::Perl in Labels perl scripts
208
- [[20009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20009) use Modern::Perl in Members perl scripts
208
- [[20009]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20009) use Modern::Perl in Members perl scripts
209
- [[20010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20010) use Modern::Perl in Patroncards perl scripts
209
- [[20010]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20010) use Modern::Perl in Patroncards perl scripts
210
- [[20011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20011) use Modern::Perl in plugins perl scripts
210
- [[20011]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20011) use Modern::Perl in plugins perl scripts
211
- [[20012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20012) use Modern::Perl in Reports perl scripts
211
- [[20012]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20012) use Modern::Perl in Reports perl scripts
212
- [[20013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20013) use Modern::Perl in Reserves perl scripts
212
- [[20013]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20013) use Modern::Perl in Reserves perl scripts
213
- [[20015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20015) use Modern::Perl in Serials perl scripts
213
- [[20015]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20015) use Modern::Perl in Serials perl scripts
214
- [[20016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20016) use Modern::Perl in svc scripts
214
- [[20016]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20016) use Modern::Perl in svc scripts
215
- [[20017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20017) use Modern::Perl in Tools perl scripts
215
- [[20017]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20017) use Modern::Perl in Tools perl scripts
216
- [[20018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20018) use Modern::Perl in offline circulation perl scripts
216
- [[20018]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20018) use Modern::Perl in offline circulation perl scripts
217
- [[20019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20019) use Modern::Perl in miscellaneous perl scripts
217
- [[20019]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20019) use Modern::Perl in miscellaneous perl scripts
218
- [[20020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20020) use Modern::Perl in XT scripts
218
- [[20020]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20020) use Modern::Perl in XT scripts
219
- [[20047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20047) Add Z3950Server Object and use it for getting server count
219
- [[20047]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20047) Add Z3950Server Object and use it for getting server count
220
- [[20052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20052) Add Reports object class
220
- [[20052]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20052) Add Reports object class
221
- [[20157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20157) Use group 'features' to decide which groups to use for group searching functionality
221
- [[20157]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20157) Use group 'features' to decide which groups to use for group searching functionality
222
- [[20264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20264) Syspref checkdigit is no longer in used
222
- [[20264]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20264) Syspref checkdigit is no longer in used
223
- [[20267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20267) Add basic .gitignore
223
- [[20267]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20267) Add basic .gitignore
224
- [[20275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20275) Add comment to let users know they can define multiple plugindirs
224
- [[20275]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20275) Add comment to let users know they can define multiple plugindirs
225
- [[20444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20444) Remove C4::Members::Attributes::GetAttributes
225
- [[20444]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20444) Remove C4::Members::Attributes::GetAttributes
226
- [[20538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20538) Remove the need of writing [% KOHA_VERSION %] everywhere
226
- [[20538]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20538) Remove the need of writing [% KOHA_VERSION %] everywhere
227
- [[20599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20599) Add the Koha::Subscription->vendor method
227
- [[20599]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20599) Add the Koha::Subscription->vendor method
228
- [[20622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20622) Add some color to bootstrap modal headers and footers
228
- [[20622]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20622) Add some color to bootstrap modal headers and footers
229
229
230
### Authentication
230
### Authentication
231
231
232
- [[12227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12227) Remove demo user functionality
232
- [[12227]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12227) Remove demo user functionality
233
- [[20489]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20489) Prevent DB user login
233
- [[20489]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20489) Prevent DB user login
234
234
235
> It is no longer possible to use the database user (defined in koha-conf.xml) to login into Koha.  
235
> It is no longer possible to use the database user (defined in koha-conf.xml) to login into Koha.  
236
You should first create a superlibrarian patron and use it for logging in.  
236
You should first create a superlibrarian patron and use it for logging in.  
237
See the script misc/devel/create_superlibrarian.pl
237
See the script misc/devel/create_superlibrarian.pl
238
238
239
239
240
- [[20612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20612) Make OAuth2 use patron's client_id/secret pairs
240
- [[20612]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20612) Make OAuth2 use patron's client_id/secret pairs
241
241
242
### Browser compatibility
242
### Browser compatibility
243
243
244
- [[20062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20062) Remove support for Internet Explorer 7 in the staff client
244
- [[20062]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20062) Remove support for Internet Explorer 7 in the staff client
245
245
246
> Internet Explorer 7, released in 2006, is no longer supported by Koha.
246
> Internet Explorer 7, released in 2006, is no longer supported by Koha.
247
247
Lines 249-358 See the script misc/devel/create_superlibrarian.pl Link Here
249
249
250
### Cataloging
250
### Cataloging
251
251
252
- [[9701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9701) Configure default indicators
252
- [[9701]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9701) Configure default indicators
253
253
254
> This adds default indicators to bibliographic frameworks. The table marc_tag_structure is adjusted. In order to make effective use of this enhancement, you may want to add values in your MARC frameworks administration.
254
> This adds default indicators to bibliographic frameworks. The table marc_tag_structure is adjusted. In order to make effective use of this enhancement, you may want to add values in your MARC frameworks administration.
255
255
256
256
257
- [[11046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046) Better handling of uncertain years for publicationyear/copyrightdate
257
- [[11046]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046) Better handling of uncertain years for publicationyear/copyrightdate
258
- [[18417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18417) Advanced Editor - Rancor - add shortcuts for copyright symbols (C) (P)
258
- [[18417]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18417) Advanced Editor - Rancor - add shortcuts for copyright symbols (C) (P)
259
- [[18878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18878) Improve item form display / labels too far from input fields
259
- [[18878]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18878) Improve item form display / labels too far from input fields
260
- [[18904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904) Advanced editor - Rancor - Add authority support
260
- [[18904]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904) Advanced editor - Rancor - Add authority support
261
261
262
> This patchset adds the ability to search for and link authorities in the advanced cataloging editor. When  editing a record staff can press 'Shift+Ctrl+L' to launch the authorities search. Choosing a record will update the field and add a subfield 9 for linking.
262
> This patchset adds the ability to search for and link authorities in the advanced cataloging editor. When  editing a record staff can press 'Shift+Ctrl+L' to launch the authorities search. Choosing a record will update the field and add a subfield 9 for linking.
263
263
264
264
265
- [[19267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19267) Advanced Editor - Rancor - Add warning before leaving page if there are unsaved modifications
265
- [[19267]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19267) Advanced Editor - Rancor - Add warning before leaving page if there are unsaved modifications
266
- [[19538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19538) Advanced editor - Rancor - Move syspref from labs to cataloging and remove experimental note
266
- [[19538]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19538) Advanced editor - Rancor - Move syspref from labs to cataloging and remove experimental note
267
267
268
### Circulation
268
### Circulation
269
269
270
- [[11210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11210) Allow partial writeoff
270
- [[11210]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11210) Allow partial writeoff
271
- [[15752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752) Automatically switch from circulation to new patron when a cardnumber is scanned during circulation
271
- [[15752]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752) Automatically switch from circulation to new patron when a cardnumber is scanned during circulation
272
272
273
> The new system preference AutoSwitchPatron allows to automatically switch to another patron record on scanning the cardnumber during circulation. This will allow to streamline processes at the circulation desk a bit more. Note: Use only if there is no overlap in your cardnumber and barcode ranges.
273
> The new system preference AutoSwitchPatron allows to automatically switch to another patron record on scanning the cardnumber during circulation. This will allow to streamline processes at the circulation desk a bit more. Note: Use only if there is no overlap in your cardnumber and barcode ranges.
274
274
275
275
276
- [[18786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18786) Add ability to create custom payment types
276
- [[18786]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18786) Add ability to create custom payment types
277
- [[18790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790) Add ability to void payments
277
- [[18790]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790) Add ability to void payments
278
- [[18816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816) Make CataloguingLog work in production by preventing circulation from spamming the log
278
- [[18816]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816) Make CataloguingLog work in production by preventing circulation from spamming the log
279
- [[19494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494) Add reservedate to Holds awaiting pickup
279
- [[19494]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494) Add reservedate to Holds awaiting pickup
280
- [[19752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19752) Improve authentication response in offline_circ/service.pl
280
- [[19752]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19752) Improve authentication response in offline_circ/service.pl
281
- [[19804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19804) Suspension calculation doesn't honor 'Suspension charging interval'
281
- [[19804]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19804) Suspension calculation doesn't honor 'Suspension charging interval'
282
- [[19831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19831) Turn on EnhancedMessagingPreferences by default for new installations
282
- [[19831]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19831) Turn on EnhancedMessagingPreferences by default for new installations
283
- [[20322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20322) Circulation page layout and design update
283
- [[20322]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20322) Circulation page layout and design update
284
284
285
> These patches give a facelift to the circulation homepage. All functionality remains the same, however, things have been moved to make the interface little friendlier and more responsive on different screens.
285
> These patches give a facelift to the circulation homepage. All functionality remains the same, however, things have been moved to make the interface little friendlier and more responsive on different screens.
286
286
287
287
288
- [[20343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20343) Show number of checkouts by itemtype in circulation.pl
288
- [[20343]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20343) Show number of checkouts by itemtype in circulation.pl
289
289
290
### Command-line Utilities
290
### Command-line Utilities
291
291
292
- [[12598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598) New misc/import_borrowers.pl command line tool
292
- [[12598]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598) New misc/import_borrowers.pl command line tool
293
293
294
> Koha now has a command line tool for importing patron CSV files of the same format the web-based tool uses. This tool allows a user to specify a matchpoint, set default values for non-existing fields, decide if a match should be overwritten, and if extended attributes should be preserved!  
294
> Koha now has a command line tool for importing patron CSV files of the same format the web-based tool uses. This tool allows a user to specify a matchpoint, set default values for non-existing fields, decide if a match should be overwritten, and if extended attributes should be preserved!  
295
For more details, run "misc/import_patrons.pl -h"
295
For more details, run "misc/import_patrons.pl -h"
296
296
297
297
298
- [[17467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467) Introduce a single koha-zebra script to handle Zebra daemons for instances
298
- [[17467]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467) Introduce a single koha-zebra script to handle Zebra daemons for instances
299
299
300
> To ease multi-tenant sites maintenance, several handy scripts were introduced. For handling Zebra, 4 scripts were introduced: koha-start-zebra, koha-stop-zebra, koha-restart-zebra and koha-rebuild-zebra.  
300
> To ease multi-tenant sites maintenance, several handy scripts were introduced. For handling Zebra, 4 scripts were introduced: koha-start-zebra, koha-stop-zebra, koha-restart-zebra and koha-rebuild-zebra.  
301
This patch introduces a new script, koha-zebra, that unifies those actions regarding Zebra daemons on a per instance base, through the use of option switches.
301
This patch introduces a new script, koha-zebra, that unifies those actions regarding Zebra daemons on a per instance base, through the use of option switches.
302
302
303
303
304
- [[17468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17468) Remove koha-*-zebra scripts in favor of koha-zebra
304
- [[17468]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17468) Remove koha-*-zebra scripts in favor of koha-zebra
305
305
306
> The new koha-zebra maintenance script replaces the old koha-start-zebra, koha-stop-zebra and koha-restart-zebra scripts. This patch removes them, while keeping backwards compatibility (i.e. you can still run them until you get used to the new syntax).
306
> The new koha-zebra maintenance script replaces the old koha-start-zebra, koha-stop-zebra and koha-restart-zebra scripts. This patch removes them, while keeping backwards compatibility (i.e. you can still run them until you get used to the new syntax).
307
307
308
308
309
- [[18964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18964) Add a --debugger flag to koha-plack
309
- [[18964]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18964) Add a --debugger flag to koha-plack
310
310
311
> Remote debugging capabilities are added to the koha-plack script. This is very important for developers.
311
> Remote debugging capabilities are added to the koha-plack script. This is very important for developers.
312
312
313
313
314
- [[19451]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19451) Let borrowers-force-messaging-defaults.pl optionally add preferences only when not already present
314
- [[19451]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19451) Let borrowers-force-messaging-defaults.pl optionally add preferences only when not already present
315
315
316
> This report adds the command-line option 'no-overwrite' so that you can add preferences only when they are not yet  
316
> This report adds the command-line option 'no-overwrite' so that you can add preferences only when they are not yet  
317
present (in other words: skip patrons that already set their prefs).
317
present (in other words: skip patrons that already set their prefs).
318
318
319
319
320
- [[19454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19454) Add the ability to filter on patron category for borrowers-force-messaging-defaults.pl
320
- [[19454]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19454) Add the ability to filter on patron category for borrowers-force-messaging-defaults.pl
321
- [[19955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19955) Add ability to process only one 'type' of message ( sms, email, etc ) for a given run of process_message_queue.pl
321
- [[19955]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19955) Add ability to process only one 'type' of message ( sms, email, etc ) for a given run of process_message_queue.pl
322
- [[20525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20525) Add --timezone switch to koha-create
322
- [[20525]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20525) Add --timezone switch to koha-create
323
323
324
### Course reserves
324
### Course reserves
325
325
326
- [[15378]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15378) Remove 'lost' items from course reserves
326
- [[15378]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15378) Remove 'lost' items from course reserves
327
327
328
### Hold requests
328
### Hold requests
329
329
330
- [[18382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18382) action_logs entry for module HOLDS, action SUSPEND is spammy
330
- [[18382]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18382) action_logs entry for module HOLDS, action SUSPEND is spammy
331
- [[19769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19769) 'Pickup library is different' message does not display library branch name when placing hold
331
- [[19769]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19769) 'Pickup library is different' message does not display library branch name when placing hold
332
332
333
### I18N/L10N
333
### I18N/L10N
334
334
335
- [[11674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11674) Configuration for MARC field doc URLs
335
- [[11674]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11674) Configuration for MARC field doc URLs
336
- [[20295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20295) Allow translating link title in ILL module
336
- [[20295]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20295) Allow translating link title in ILL module
337
- [[20296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20296) Untranslatable "All" in patrons table filter
337
- [[20296]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20296) Untranslatable "All" in patrons table filter
338
338
339
### Installation and upgrade (web-based installer)
339
### Installation and upgrade (web-based installer)
340
340
341
- [[18819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18819) Correct "whereas UNIMARC tends to be used in Europe." in web installer files
341
- [[18819]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18819) Correct "whereas UNIMARC tends to be used in Europe." in web installer files
342
342
343
### Lists
343
### Lists
344
344
345
- [[19658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19658) Style fix for staff client lists page
345
- [[19658]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19658) Style fix for staff client lists page
346
346
347
### MARC Authority data support
347
### MARC Authority data support
348
348
349
- [[14769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769) Authorities merge: Set correct indicators in biblio field
349
- [[14769]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769) Authorities merge: Set correct indicators in biblio field
350
350
351
> This report adds pref AuthorityControlledIndicators. It controls how the indicators of linked authority records affect the corresponding biblio indicators. Currently, the default pref value is finetuned for MARC21, and copies the authority indicators for UNIMARC.  
351
> This report adds pref AuthorityControlledIndicators. It controls how the indicators of linked authority records affect the corresponding biblio indicators. Currently, the default pref value is finetuned for MARC21, and copies the authority indicators for UNIMARC.  
352
An example to illustrate: A MARC21 field 100 in a biblio record should pick its first indicator from the linked authority record. The second indicator is not controlled by the authority. This report supports such MARC conventions.
352
An example to illustrate: A MARC21 field 100 in a biblio record should pick its first indicator from the linked authority record. The second indicator is not controlled by the authority. This report supports such MARC conventions.
353
353
354
354
355
- [[18071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18071) Add new script update_authorities.pl
355
- [[18071]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18071) Add new script update_authorities.pl
356
356
357
> This patch adds a script to perform various authority related maintenance tasks.  
357
> This patch adds a script to perform various authority related maintenance tasks.  
358
This version supports deleting an authority record and updating all linked biblio records.  
358
This version supports deleting an authority record and updating all linked biblio records.  
Lines 363-436 It also allows you to force a renumber, i.e. save the authid into field 001. Link Here
363
363
364
### MARC Bibliographic data support
364
### MARC Bibliographic data support
365
365
366
- [[16427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427) Direct link to authority records missing in staff detail view (MARC21 6xx)
366
- [[16427]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427) Direct link to authority records missing in staff detail view (MARC21 6xx)
367
- [[18198]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18198) MARC21: Further improve handling of 5XX$u in GetMarcNotes
367
- [[18198]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18198) MARC21: Further improve handling of 5XX$u in GetMarcNotes
368
368
369
### Notices
369
### Notices
370
370
371
- [[17981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981) Add the ability to preview generated notice templates
371
- [[17981]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981) Add the ability to preview generated notice templates
372
- [[18007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18007) Interface updates to notices and notice previews
372
- [[18007]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18007) Interface updates to notices and notice previews
373
373
374
### OPAC
374
### OPAC
375
375
376
- [[11976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976) Add column settings + new column "Publication date" to the subscription table
376
- [[11976]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976) Add column settings + new column "Publication date" to the subscription table
377
377
378
> This patchset adds a new column to the subscriptions tab on the opac details page, 'publication date' so a user can see the date of issue rather than the date of receipt.  
378
> This patchset adds a new column to the subscriptions tab on the opac details page, 'publication date' so a user can see the date of issue rather than the date of receipt.  
379
Additionally, the patch brings the table under column settings in the administration side so that staff can determine which columns should be shown by default
379
Additionally, the patch brings the table under column settings in the administration side so that staff can determine which columns should be shown by default
380
380
381
381
382
- [[15794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15794) Add emoji picker to tag entry in OPAC
382
- [[15794]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15794) Add emoji picker to tag entry in OPAC
383
- [[18083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18083) Don't show 'library' selection on popular titles page for single-branch libraries
383
- [[18083]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18083) Don't show 'library' selection on popular titles page for single-branch libraries
384
- [[18313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18313) Remove Delicious icon from OPAC social network links
384
- [[18313]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18313) Remove Delicious icon from OPAC social network links
385
- [[19573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19573) Link to make a new list in masthead in OPAC only appears / works if no other list already exists
385
- [[19573]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19573) Link to make a new list in masthead in OPAC only appears / works if no other list already exists
386
- [[19708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19708) Printing code improvements in opac-basket.tt
386
- [[19708]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19708) Printing code improvements in opac-basket.tt
387
- [[19989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19989) opac-memberentry.pl has a FIXME that can be fixed
387
- [[19989]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19989) opac-memberentry.pl has a FIXME that can be fixed
388
- [[20155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20155) Improve readability of OPAC header language menu
388
- [[20155]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20155) Improve readability of OPAC header language menu
389
- [[20181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20181) Allow plugins to add CSS and Javascript to OPAC
389
- [[20181]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20181) Allow plugins to add CSS and Javascript to OPAC
390
- [[20400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20400) Add routing list tab to the patron account in OPAC
390
- [[20400]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20400) Add routing list tab to the patron account in OPAC
391
391
392
> Adds a routing list tab to the patron account in the OPAC that will be visible if RoutingSerials is turned on and the user is at least on one routing list.
392
> Adds a routing list tab to the patron account in the OPAC that will be visible if RoutingSerials is turned on and the user is at least on one routing list.
393
393
394
394
395
- [[20432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432) Add black version of small Koha logo for use in the OPAC
395
- [[20432]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432) Add black version of small Koha logo for use in the OPAC
396
- [[20497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20497) LibraryThing: always use https instead of http
396
- [[20497]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20497) LibraryThing: always use https instead of http
397
397
398
### Packaging
398
### Packaging
399
399
400
- [[17951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17951) koha-create should create the template cache dir and configure it in koha-conf.xml
400
- [[17951]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17951) koha-create should create the template cache dir and configure it in koha-conf.xml
401
401
402
### Patrons
402
### Patrons
403
403
404
- [[18626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18626) Add ability to track cardnumber changes for patrons
404
- [[18626]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18626) Add ability to track cardnumber changes for patrons
405
- [[19471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19471) Show creation date in patron restrictions list
405
- [[19471]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19471) Show creation date in patron restrictions list
406
- [[19801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19801) Display messages on user details page as well as on check out page
406
- [[19801]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19801) Display messages on user details page as well as on check out page
407
- [[19988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19988) Change 'sex' to 'gender'
407
- [[19988]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19988) Change 'sex' to 'gender'
408
- [[20100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20100) A non-superlibrarian should not be able to add superlibrarian privileges
408
- [[20100]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20100) A non-superlibrarian should not be able to add superlibrarian privileges
409
409
410
> This report adds pref ProtectSuperlibrarianPrivileges in order to block users without superlibrarian privileges to modify the superlibrarian flag for themselves or other users, if the pref is enabled. For existing installs the pref will not be set, so behavior does not change. For new installs the pref will be enabled.
410
> This report adds pref ProtectSuperlibrarianPrivileges in order to block users without superlibrarian privileges to modify the superlibrarian flag for themselves or other users, if the pref is enabled. For existing installs the pref will not be set, so behavior does not change. For new installs the pref will be enabled.
411
411
412
412
413
- [[20516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20516) Show patron's library in pending discharges table
413
- [[20516]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20516) Show patron's library in pending discharges table
414
- [[20524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20524) Make columns of pending discharges table sortable
414
- [[20524]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20524) Make columns of pending discharges table sortable
415
- [[20526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20526) Show and sort by date of request in pending discharges table
415
- [[20526]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20526) Show and sort by date of request in pending discharges table
416
416
417
### REST api
417
### REST api
418
418
419
- [[16213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16213) Allow to select hold's itemtype when using API
419
- [[16213]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16213) Allow to select hold's itemtype when using API
420
- [[18330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18330) REST API: Date-time handling
420
- [[18330]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18330) REST API: Date-time handling
421
- [[19234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19234) Add query parameters handling helpers
421
- [[19234]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19234) Add query parameters handling helpers
422
- [[19278]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19278) Add a configurable default page size for endpoints
422
- [[19278]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19278) Add a configurable default page size for endpoints
423
- [[19369]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19369) Add a helper function for translating pagination params into SQL::Abstract
423
- [[19369]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19369) Add a helper function for translating pagination params into SQL::Abstract
424
- [[19370]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19370) Add a helper function for translating order_by params into SQL::Abstract
424
- [[19370]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19370) Add a helper function for translating order_by params into SQL::Abstract
425
- [[19410]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19410) Add a helper function for generating object searches for the API
425
- [[19410]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19410) Add a helper function for generating object searches for the API
426
- [[19686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19686) Add to_model and to_api params to objects.search helper
426
- [[19686]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19686) Add to_model and to_api params to objects.search helper
427
- [[19784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19784) Adapt /v1/patrons to new naming guidelines
427
- [[19784]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19784) Adapt /v1/patrons to new naming guidelines
428
- [[20004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20004) Adapt /v1/cities to new naming guidelines
428
- [[20004]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20004) Adapt /v1/cities to new naming guidelines
429
429
430
### Reports
430
### Reports
431
431
432
- [[9573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9573) Ability to download items lost report
432
- [[9573]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9573) Ability to download items lost report
433
- [[9634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9634) Allow for parameters re-use on SQL reports
433
- [[9634]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9634) Allow for parameters re-use on SQL reports
434
434
435
> This new feature allows parameters to be re-used in reports. When a report asks for two variables using the same name and type/authorised value they will be combined into a single input field on the form. i.e.  
435
> This new feature allows parameters to be re-used in reports. When a report asks for two variables using the same name and type/authorised value they will be combined into a single input field on the form. i.e.  
436
SELECT *  
436
SELECT *  
Lines 439-599 WHERE homebranch=<<Branchcode|branches>> AND holdingbranch=<<Branchcode|branches Link Here
439
Will ask for only 2 parameters when run, Branchcode and Item type.
439
Will ask for only 2 parameters when run, Branchcode and Item type.
440
440
441
441
442
- [[11317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317) Add a way to access files from the intranet
442
- [[11317]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317) Add a way to access files from the intranet
443
443
444
> This feature allows to access files on the server from the staff interface. The directories where the files are stored need to be defined in the koha-conf.xml file. In order to be able to access the tool the staff patron requires either the superlibrarian or the new access_files permission.
444
> This feature allows to access files on the server from the staff interface. The directories where the files are stored need to be defined in the koha-conf.xml file. In order to be able to access the tool the staff patron requires either the superlibrarian or the new access_files permission.
445
445
446
446
447
- [[13445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13445) Clean up options for scheduled reports, remove URL, add HTML and Text/TSV
447
- [[13445]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13445) Clean up options for scheduled reports, remove URL, add HTML and Text/TSV
448
- [[16782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16782) Display JSON report URL in staff client report interface
448
- [[16782]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16782) Display JSON report URL in staff client report interface
449
- [[19233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19233) Add ability to send itemnumbers in report results to batch modification
449
- [[19233]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19233) Add ability to send itemnumbers in report results to batch modification
450
- [[19664]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19664) Reports sidebar menu should match list of reports on reports home page
450
- [[19664]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19664) Reports sidebar menu should match list of reports on reports home page
451
- [[19716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19716) Add option to send header line for CSV output with runreport.pl
451
- [[19716]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19716) Add option to send header line for CSV output with runreport.pl
452
- [[19856]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19856) Improve styling of reports sidebar to match tools sidebar
452
- [[19856]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19856) Improve styling of reports sidebar to match tools sidebar
453
- [[19957]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19957) Allow continued editing after saving a report
453
- [[19957]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19957) Allow continued editing after saving a report
454
- [[20345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20345) Put saved report keyword search form on reports home
454
- [[20345]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20345) Put saved report keyword search form on reports home
455
- [[20350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20350) Add column configuration to table of saved reports
455
- [[20350]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20350) Add column configuration to table of saved reports
456
456
457
### SIP2
457
### SIP2
458
458
459
- [[17826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17826) Allow extended patron attributes to be sent in arbitrary SIP2 fields
459
- [[17826]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17826) Allow extended patron attributes to be sent in arbitrary SIP2 fields
460
- [[18625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18625) Update borrower last seen from SIP
460
- [[18625]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18625) Update borrower last seen from SIP
461
461
462
### Searching
462
### Searching
463
463
464
- [[13660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13660) rebuild_zebra_sliced.sh - Exclude export phase and use existing exported MARCXML.
464
- [[13660]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13660) rebuild_zebra_sliced.sh - Exclude export phase and use existing exported MARCXML.
465
465
466
### Searching - Elasticsearch
466
### Searching - Elasticsearch
467
467
468
- [[18825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18825) Elasticsearch - Update default authority mappings
468
- [[18825]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18825) Elasticsearch - Update default authority mappings
469
- [[19582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582) Elasticsearch: Auth-finder.pl must use search_auth_compat
469
- [[19582]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582) Elasticsearch: Auth-finder.pl must use search_auth_compat
470
- [[20386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20386) Improve warning and error messages for Search Engine Configuration
470
- [[20386]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20386) Improve warning and error messages for Search Engine Configuration
471
471
472
### Serials
472
### Serials
473
473
474
- [[7910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7910) Batch renewal of subscriptions
474
- [[7910]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7910) Batch renewal of subscriptions
475
- [[18327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18327) Add the ability to set the received date to today on multi receiving serials
475
- [[18327]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18327) Add the ability to set the received date to today on multi receiving serials
476
- [[18426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18426) Subscriptions batch editing
476
- [[18426]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18426) Subscriptions batch editing
477
477
478
### Staff Client
478
### Staff Client
479
479
480
- [[19488]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19488) Add borrowernumber to brief info on patron details pages in staff client
480
- [[19488]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19488) Add borrowernumber to brief info on patron details pages in staff client
481
- [[19806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19806) Add class to items.itemnotes_nonpublic
481
- [[19806]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19806) Add class to items.itemnotes_nonpublic
482
- [[19953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19953) Add column for invoice in acquisition details tab
482
- [[19953]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19953) Add column for invoice in acquisition details tab
483
- [[20291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20291) Add a StaffLoginInstructions system preference to add text to the staff client login box
483
- [[20291]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20291) Add a StaffLoginInstructions system preference to add text to the staff client login box
484
- [[20404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20404) Extended patron attributes should always be on
484
- [[20404]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20404) Extended patron attributes should always be on
485
485
486
### System Administration
486
### System Administration
487
487
488
- [[13287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13287) Add a system preference to define the number of days used in purge_suggestions.pl
488
- [[13287]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13287) Add a system preference to define the number of days used in purge_suggestions.pl
489
489
490
> Apart from introducing the new preference PurgeSuggestionsOlderThan, this report also adds a -confirm flag to the cron job purge_suggestions.pl. Please adjust existing cron tab files and add this flag in order to have the expected results.
490
> Apart from introducing the new preference PurgeSuggestionsOlderThan, this report also adds a -confirm flag to the cron job purge_suggestions.pl. Please adjust existing cron tab files and add this flag in order to have the expected results.
491
491
492
492
493
- [[16764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16764) Update printers administration page
493
- [[16764]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16764) Update printers administration page
494
- [[19292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19292) Add MARC code column on libraries list
494
- [[19292]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19292) Add MARC code column on libraries list
495
- [[20133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20133) "Hide patron information" feature should not affect all library groups
495
- [[20133]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20133) "Hide patron information" feature should not affect all library groups
496
496
497
### Templates
497
### Templates
498
498
499
- [[4078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4078) Add the ability to customize and display the symbol for a currency
499
- [[4078]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4078) Add the ability to customize and display the symbol for a currency
500
- [[15922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15922) Show authorized value description in staff client search results for lost, withdrawn, and damaged
500
- [[15922]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15922) Show authorized value description in staff client search results for lost, withdrawn, and damaged
501
501
502
> Show the library's description for variations of "Lost," "Damaged," and "Withdrawn" statuses which have been defined in Koha's authorized values.
502
> Show the library's description for variations of "Lost," "Damaged," and "Withdrawn" statuses which have been defined in Koha's authorized values.
503
503
504
504
505
- [[18791]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18791) Add the ability for librarians to easily copy, download or print DataTables based tables in Koha
505
- [[18791]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18791) Add the ability for librarians to easily copy, download or print DataTables based tables in Koha
506
- [[19592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592) Move admin templates JavaScript to the footer: Acquisitions
506
- [[19592]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592) Move admin templates JavaScript to the footer: Acquisitions
507
- [[19594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19594) Move admin templates JavaScript to the footer: MARC-related
507
- [[19594]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19594) Move admin templates JavaScript to the footer: MARC-related
508
- [[19600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19600) Move admin templates JavaScript to the footer: Other catalog pages
508
- [[19600]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19600) Move admin templates JavaScript to the footer: Other catalog pages
509
- [[19601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19601) Move admin templates JavaScript to the footer: Additional parameters
509
- [[19601]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19601) Move admin templates JavaScript to the footer: Additional parameters
510
- [[19603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19603) Move admin templates JavaScript to the footer: Patrons and circulation
510
- [[19603]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19603) Move admin templates JavaScript to the footer: Patrons and circulation
511
- [[19607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19607) Move admin templates JavaScript to the footer: Basic parameters
511
- [[19607]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19607) Move admin templates JavaScript to the footer: Basic parameters
512
- [[19608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19608) Move admin templates JavaScript to the footer: The rest
512
- [[19608]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19608) Move admin templates JavaScript to the footer: The rest
513
- [[19623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19623) Move template JavaScript to the footer: Cataloging
513
- [[19623]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19623) Move template JavaScript to the footer: Cataloging
514
- [[19627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19627) Move patron clubs templates JS to the footer
514
- [[19627]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19627) Move patron clubs templates JS to the footer
515
- [[19628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19628) Move course reserves templates JS to the footer
515
- [[19628]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19628) Move course reserves templates JS to the footer
516
- [[19641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19641) Move patron templates JavaScript to the footer
516
- [[19641]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19641) Move patron templates JavaScript to the footer
517
- [[19647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19647) Move patron lists templates JS to the footer
517
- [[19647]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19647) Move patron lists templates JS to the footer
518
- [[19653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19653) Move tools templates JavaScript to the footer: Additional tools
518
- [[19653]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19653) Move tools templates JavaScript to the footer: Additional tools
519
- [[19654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19654) Move tools templates JavaScript to the footer: Batch MARC tools
519
- [[19654]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19654) Move tools templates JavaScript to the footer: Batch MARC tools
520
- [[19656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19656) Move rotating collections templates JS to the footer
520
- [[19656]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19656) Move rotating collections templates JS to the footer
521
- [[19657]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19657) Move lists templates JS to the footer
521
- [[19657]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19657) Move lists templates JS to the footer
522
- [[19659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19659) Move JS to the footer: Suggestions and tags
522
- [[19659]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19659) Move JS to the footer: Suggestions and tags
523
- [[19663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19663) Move JS to the footer: Reports
523
- [[19663]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19663) Move JS to the footer: Reports
524
- [[19672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19672) Move tools templates JavaScript to the footer: More MARC tools
524
- [[19672]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19672) Move tools templates JavaScript to the footer: More MARC tools
525
- [[19679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19679) Move templates JavaScript to the footer: More tools templates
525
- [[19679]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19679) Move templates JavaScript to the footer: More tools templates
526
- [[19680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19680) Move JS to the footer: Patron and circulation tools
526
- [[19680]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19680) Move JS to the footer: Patron and circulation tools
527
- [[19682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19682) Move JS to the footer: Two patron-related tools
527
- [[19682]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19682) Move JS to the footer: Two patron-related tools
528
- [[19697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19697) Move template JavaScript to the footer: Search results
528
- [[19697]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19697) Move template JavaScript to the footer: Search results
529
- [[19700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19700) Move template JavaScript to the footer: Some circulation pages
529
- [[19700]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19700) Move template JavaScript to the footer: Some circulation pages
530
- [[19710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19710) Move plugins templates javascript to the footer
530
- [[19710]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19710) Move plugins templates javascript to the footer
531
- [[19726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19726) Move admin templates JavaScript to the footer: Preferences
531
- [[19726]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19726) Move admin templates JavaScript to the footer: Preferences
532
- [[19744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19744) Move template JavaScript to the footer: Offline circulation
532
- [[19744]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19744) Move template JavaScript to the footer: Offline circulation
533
- [[19751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19751) Holds awaiting pickup report should not be fixed-width
533
- [[19751]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19751) Holds awaiting pickup report should not be fixed-width
534
- [[19753]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19753) Move template JavaScript to the footer: Acquisitions
534
- [[19753]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19753) Move template JavaScript to the footer: Acquisitions
535
- [[19754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19754) Move template JavaScript to the footer: Acquisitions, part 2
535
- [[19754]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19754) Move template JavaScript to the footer: Acquisitions, part 2
536
- [[19755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19755) Move template JavaScript to the footer: Acquisitions, part 3
536
- [[19755]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19755) Move template JavaScript to the footer: Acquisitions, part 3
537
- [[19758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19758) Move template JavaScript to the footer: Serials, part 1
537
- [[19758]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19758) Move template JavaScript to the footer: Serials, part 1
538
- [[19761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19761) Move template JavaScript to the footer: Serials, part 2
538
- [[19761]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19761) Move template JavaScript to the footer: Serials, part 2
539
- [[19777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19777) Move template JavaScript to the footer: Serials, part 3
539
- [[19777]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19777) Move template JavaScript to the footer: Serials, part 3
540
- [[19778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19778) Move template JavaScript to the footer: Serials, part 4
540
- [[19778]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19778) Move template JavaScript to the footer: Serials, part 4
541
- [[19785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19785) Move template JavaScript to the footer: Authorities, part 1
541
- [[19785]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19785) Move template JavaScript to the footer: Authorities, part 1
542
- [[19786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19786) Move template JavaScript to the footer: Authorities, part 2
542
- [[19786]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19786) Move template JavaScript to the footer: Authorities, part 2
543
- [[19805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19805) Add DataTables to Koha to MARC mapping page
543
- [[19805]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19805) Add DataTables to Koha to MARC mapping page
544
- [[19823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19823) Move template JavaScript to the footer: MARC21 editor plugins
544
- [[19823]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19823) Move template JavaScript to the footer: MARC21 editor plugins
545
- [[19860]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19860) Make staff client home page responsive
545
- [[19860]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19860) Make staff client home page responsive
546
- [[19866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19866) Move template JavaScript to the footer: UNIMARC editor plugins, part 1
546
- [[19866]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19866) Move template JavaScript to the footer: UNIMARC editor plugins, part 1
547
- [[19868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19868) Move template JavaScript to the footer: UNIMARC editor plugins, part 2
547
- [[19868]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19868) Move template JavaScript to the footer: UNIMARC editor plugins, part 2
548
- [[19869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19869) Move template JavaScript to the footer: UNIMARC editor plugins, part 3
548
- [[19869]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19869) Move template JavaScript to the footer: UNIMARC editor plugins, part 3
549
- [[19872]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19872) Move template JavaScript to the footer: UNIMARC editor plugins, part 4
549
- [[19872]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19872) Move template JavaScript to the footer: UNIMARC editor plugins, part 4
550
- [[19874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19874) Move template JavaScript to the footer: UNIMARC editor plugins, part 5
550
- [[19874]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19874) Move template JavaScript to the footer: UNIMARC editor plugins, part 5
551
- [[19877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19877) Move template JavaScript to the footer: UNIMARC editor plugins, part 6
551
- [[19877]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19877) Move template JavaScript to the footer: UNIMARC editor plugins, part 6
552
- [[19878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19878) Move template JavaScript to the footer: UNIMARC editor plugins, part 7
552
- [[19878]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19878) Move template JavaScript to the footer: UNIMARC editor plugins, part 7
553
- [[19882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19882) Add Novelist Select staff client profile
553
- [[19882]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19882) Add Novelist Select staff client profile
554
554
555
> This patch adds a new Staff Client profile for Novelist information. Previously we used the same value as the opac, this caused malformed links on the staff side. With this patch Novelist features will be disabled on the staff client until a correct profile is obtained from Novelist and entered into the system preference
555
> This patch adds a new Staff Client profile for Novelist information. Previously we used the same value as the opac, this caused malformed links on the staff side. With this patch Novelist features will be disabled on the staff client until a correct profile is obtained from Novelist and entered into the system preference
556
556
557
557
558
- [[19892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19892) Replace numbersphr variable with Koha.Preference('OPACNumbersPreferPhrase') in OPAC
558
- [[19892]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19892) Replace numbersphr variable with Koha.Preference('OPACNumbersPreferPhrase') in OPAC
559
- [[19932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19932) Update popup window templates to use Bootstrap grid: Cataloging Z39.50 search
559
- [[19932]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19932) Update popup window templates to use Bootstrap grid: Cataloging Z39.50 search
560
- [[19939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19939) Move cataloging Z39.50 results actions into menu
560
- [[19939]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19939) Move cataloging Z39.50 results actions into menu
561
- [[19946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19946) Update popup window templates to use Bootstrap grid: Authority Z39.50 search
561
- [[19946]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19946) Update popup window templates to use Bootstrap grid: Authority Z39.50 search
562
- [[19947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19947) Update popup window templates to use Bootstrap grid: Acquisitions transfer order
562
- [[19947]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19947) Update popup window templates to use Bootstrap grid: Acquisitions transfer order
563
- [[19949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19949) Update popup window templates to use Bootstrap grid: Cataloging authority search
563
- [[19949]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19949) Update popup window templates to use Bootstrap grid: Cataloging authority search
564
- [[19950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19950) Update popup window templates to use Bootstrap grid: Serials
564
- [[19950]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19950) Update popup window templates to use Bootstrap grid: Serials
565
- [[19952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19952) Update popup window templates to use Bootstrap grid: UNIMARC cataloging plugins
565
- [[19952]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19952) Update popup window templates to use Bootstrap grid: UNIMARC cataloging plugins
566
- [[19954]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19954) Update popup window templates to use Bootstrap grid: Patrons
566
- [[19954]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19954) Update popup window templates to use Bootstrap grid: Patrons
567
- [[19960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19960) Update popup window templates to use Bootstrap grid: Add to list
567
- [[19960]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19960) Update popup window templates to use Bootstrap grid: Add to list
568
- [[19961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19961) Move template JavaScript to the footer: Patron card creator
568
- [[19961]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19961) Move template JavaScript to the footer: Patron card creator
569
- [[19981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19981) Switch single-column templates to Bootstrap grid: Course reserves
569
- [[19981]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19981) Switch single-column templates to Bootstrap grid: Course reserves
570
- [[19982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19982) Switch single-column templates to Bootstrap grid: Patrons
570
- [[19982]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19982) Switch single-column templates to Bootstrap grid: Patrons
571
- [[19983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19983) Switch single-column templates to Bootstrap grid: Authorities
571
- [[19983]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19983) Switch single-column templates to Bootstrap grid: Authorities
572
- [[20032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20032) Switch single-column templates to Bootstrap grid: Tools
572
- [[20032]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20032) Switch single-column templates to Bootstrap grid: Tools
573
- [[20033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20033) Switch single-column templates to Bootstrap grid: Catalog
573
- [[20033]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20033) Switch single-column templates to Bootstrap grid: Catalog
574
- [[20034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20034) Switch single-column templates to Bootstrap grid: Circulation
574
- [[20034]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20034) Switch single-column templates to Bootstrap grid: Circulation
575
- [[20035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20035) Switch single-column templates to Bootstrap grid: Patron clubs
575
- [[20035]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20035) Switch single-column templates to Bootstrap grid: Patron clubs
576
- [[20036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20036) Switch single-column templates to Bootstrap grid: Offline circulation
576
- [[20036]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20036) Switch single-column templates to Bootstrap grid: Offline circulation
577
- [[20037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20037) Switch single-column templates to Bootstrap grid: Serials
577
- [[20037]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20037) Switch single-column templates to Bootstrap grid: Serials
578
- [[20038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20038) Switch single-column templates to Bootstrap grid: Acquisitions
578
- [[20038]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20038) Switch single-column templates to Bootstrap grid: Acquisitions
579
- [[20045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20045) Switch single-column templates to Bootstrap grid: Various
579
- [[20045]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20045) Switch single-column templates to Bootstrap grid: Various
580
- [[20518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20518) Don't show "Messages" header and link on patron details if there are no messages
580
- [[20518]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20518) Don't show "Messages" header and link on patron details if there are no messages
581
581
582
### Test Suite
582
### Test Suite
583
583
584
- [[18055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055) Speed up '00-strict.t' test
584
- [[18055]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055) Speed up '00-strict.t' test
585
- [[18797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18797) t/db_dependent/rollingloans.t is skipping
585
- [[18797]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18797) t/db_dependent/rollingloans.t is skipping
586
- [[19181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181) Intranet and OPAC authentication selenium test
586
- [[19181]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181) Intranet and OPAC authentication selenium test
587
- [[19243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19243) Selenium test for testing the administration module functionality - part 1
587
- [[19243]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19243) Selenium test for testing the administration module functionality - part 1
588
- [[19483]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19483) t/db_dependent/www/* crashes test harness due to misconfigured test plan
588
- [[19483]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19483) t/db_dependent/www/* crashes test harness due to misconfigured test plan
589
589
590
### Tools
590
### Tools
591
591
592
- [[19554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19554) The inventory table should jump to detail instead of MARCdetail
592
- [[19554]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19554) The inventory table should jump to detail instead of MARCdetail
593
- [[19584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584) Inventory: Trivial interface improvements
593
- [[19584]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584) Inventory: Trivial interface improvements
594
- [[19585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585) Inventory: Allow additional separators in a barcode file
594
- [[19585]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585) Inventory: Allow additional separators in a barcode file
595
- [[19837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19837) Add multiple patrons to a list by cardnumber
595
- [[19837]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19837) Add multiple patrons to a list by cardnumber
596
- [[20081]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20081) Enable uploaded pdfs to be viewed inline
596
- [[20081]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20081) Enable uploaded pdfs to be viewed inline
597
597
598
598
599
## Critical bugs fixed
599
## Critical bugs fixed
Lines 603-778 have already been fixed in maintainance releases) Link Here
603
603
604
### Acquisitions
604
### Acquisitions
605
605
606
- [[18593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18593) Suggestions aren't updated when one biblio is merged with another
606
- [[18593]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18593) Suggestions aren't updated when one biblio is merged with another
607
- [[19030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030) Link order <-> subscription is lost when an order is edited
607
- [[19030]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030) Link order <-> subscription is lost when an order is edited
608
- [[19694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19694) Edited shipping cost in invoice doesn't save
608
- [[19694]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19694) Edited shipping cost in invoice doesn't save
609
- [[20303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20303) Receive order fails if no "authorised_by" value
609
- [[20303]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20303) Receive order fails if no "authorised_by" value
610
- [[20426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20426) Can't import all titles from a stage file with default values
610
- [[20426]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20426) Can't import all titles from a stage file with default values
611
- [[20446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20446) QUOTES processing broken by run time error
611
- [[20446]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20446) QUOTES processing broken by run time error
612
612
613
### Architecture, internals, and plumbing
613
### Architecture, internals, and plumbing
614
614
615
- [[15770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15770) Number::Format issues with large numbers
615
- [[15770]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15770) Number::Format issues with large numbers
616
- [[19319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19319) Reflected XSS Vulnerability in opac-MARCdetail.pl
616
- [[19319]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19319) Reflected XSS Vulnerability in opac-MARCdetail.pl
617
- [[19439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19439) Some error responses from opac/unapi get lost in eval
617
- [[19439]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19439) Some error responses from opac/unapi get lost in eval
618
- [[19568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19568) Wrong html filter used in opac-opensearch.tt url
618
- [[19568]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19568) Wrong html filter used in opac-opensearch.tt url
619
- [[19569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19569) X-Frame-Options=SAMEORIGIN is not set from opac-showmarc.pl
619
- [[19569]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19569) X-Frame-Options=SAMEORIGIN is not set from opac-showmarc.pl
620
- [[19570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19570) autocomplete="off" no set for login forms at the OPAC
620
- [[19570]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19570) autocomplete="off" no set for login forms at the OPAC
621
- [[19599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19599) anonymise_issue_history can be very slow on large systems
621
- [[19599]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19599) anonymise_issue_history can be very slow on large systems
622
- [[19611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19611) XSS Flaws in supplier.pl
622
- [[19611]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19611) XSS Flaws in supplier.pl
623
- [[19612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19612) Fix XSS in /cgi-bin/koha/members/memberentry.pl
623
- [[19612]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19612) Fix XSS in /cgi-bin/koha/members/memberentry.pl
624
- [[19614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19614) Fix XSS in /cgi-bin/koha/members/pay.pl
624
- [[19614]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19614) Fix XSS in /cgi-bin/koha/members/pay.pl
625
- [[19766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19766) Preview routing slip is broken
625
- [[19766]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19766) Preview routing slip is broken
626
- [[19847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19847) tracklinks.pl accepts any url from a parameter for proxying
626
- [[19847]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19847) tracklinks.pl accepts any url from a parameter for proxying
627
- [[19881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19881) authorities-list.pl can be executed by anybody
627
- [[19881]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19881) authorities-list.pl can be executed by anybody
628
- [[20126]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20126) Saving a biblio does no longer update MARC field lengths
628
- [[20126]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20126) Saving a biblio does no longer update MARC field lengths
629
- [[20145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20145) borrowers.dateexpiry eq '0000-00-00' means expired?
629
- [[20145]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20145) borrowers.dateexpiry eq '0000-00-00' means expired?
630
- [[20229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20229) Remove problematic SQL modes
630
- [[20229]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20229) Remove problematic SQL modes
631
- [[20299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20299) Koha is a gift
631
- [[20299]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20299) Koha is a gift
632
- [[20323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20323) Batch patron modification tool broken
632
- [[20323]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20323) Batch patron modification tool broken
633
- [[20325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20325) C4::Accounts::purge_zero_balance_fees does not check account_offsets
633
- [[20325]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20325) C4::Accounts::purge_zero_balance_fees does not check account_offsets
634
- [[20428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428) MARC import fails on Debian Stretch
634
- [[20428]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428) MARC import fails on Debian Stretch
635
- [[20701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20701) maninvoice.pl is vulnerable for CSRF attacks
635
- [[20701]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20701) maninvoice.pl is vulnerable for CSRF attacks
636
- [[20730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20730) Missing authentication check in serials/routing.pl
636
- [[20730]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20730) Missing authentication check in serials/routing.pl
637
637
638
### Cataloging
638
### Cataloging
639
639
640
- [[19646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19646) value_builder marc21_linking_section template is broken
640
- [[19646]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19646) value_builder marc21_linking_section template is broken
641
- [[19706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19706) Item search: Unsupported format html
641
- [[19706]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19706) Item search: Unsupported format html
642
- [[19968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19968) Undefined subroutine &Date::Calc::Today
642
- [[19968]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19968) Undefined subroutine &Date::Calc::Today
643
- [[19974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19974) Marking an item as 'lost' will not actually modify the current item (cataloguing/additem.pl)
643
- [[19974]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19974) Marking an item as 'lost' will not actually modify the current item (cataloguing/additem.pl)
644
644
645
> The behaviour for marking a checked out item as 'Lost' is different, depending on the path you use: sometimes the item is checked in, sometimes not.  
645
> The behaviour for marking a checked out item as 'Lost' is different, depending on the path you use: sometimes the item is checked in, sometimes not.  
646
The system preference 'MarkLostItemsAsReturned' now allows libraries to choose if the item is checked for each of the 4 ways an item can be marked as 'Lost': from the edit item form, from the 'Items' tab of the catalog module, from the batch item modification and with the longoverdue cronjob.
646
The system preference 'MarkLostItemsAsReturned' now allows libraries to choose if the item is checked for each of the 4 ways an item can be marked as 'Lost': from the edit item form, from the 'Items' tab of the catalog module, from the batch item modification and with the longoverdue cronjob.
647
647
648
648
649
- [[20063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20063) $9 is lost when cataloguing authority records
649
- [[20063]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20063) $9 is lost when cataloguing authority records
650
650
651
### Circulation
651
### Circulation
652
652
653
- [[2696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696) Fine payments should show what was paid for
653
- [[2696]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696) Fine payments should show what was paid for
654
654
655
> This adds a details view for every fine and payment in a patron account that will show detailed information about the payments made forward a fine and how a payment has been split up to pay towards several fines.
655
> This adds a details view for every fine and payment in a patron account that will show detailed information about the payments made forward a fine and how a payment has been split up to pay towards several fines.
656
656
657
657
658
- [[4319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4319) waiting and in transit items cannot be reserved
658
- [[4319]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4319) waiting and in transit items cannot be reserved
659
- [[19204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19204) Fines in days restriction calculation is not taking calendar into account
659
- [[19204]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19204) Fines in days restriction calculation is not taking calendar into account
660
- [[19444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19444) Automatic renewal script should not auto-renew if a patron's record has expired
660
- [[19444]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19444) Automatic renewal script should not auto-renew if a patron's record has expired
661
- [[19771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19771) Pending offline circulation actions page will crash on unknown barcode or on payment action
661
- [[19771]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19771) Pending offline circulation actions page will crash on unknown barcode or on payment action
662
- [[19798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19798) Returns.pl doesn't define itemnumber for transfer-slip.
662
- [[19798]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19798) Returns.pl doesn't define itemnumber for transfer-slip.
663
- [[19899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19899) The float items feature is broken - cannot checkin
663
- [[19899]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19899) The float items feature is broken - cannot checkin
664
- [[20499]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20499) Checkout of bad barcode: Internal Server Error
664
- [[20499]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20499) Checkout of bad barcode: Internal Server Error
665
665
666
### Command-line Utilities
666
### Command-line Utilities
667
667
668
- [[12812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12812) Longoverdue.pl --mark-returned doesn't return items
668
- [[12812]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12812) Longoverdue.pl --mark-returned doesn't return items
669
- [[17717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717) Fix broken cronjobs due to permissions of the current directory
669
- [[17717]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717) Fix broken cronjobs due to permissions of the current directory
670
- [[19730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19730) misc/export_records.pl should use biblio_metadata.timestamp
670
- [[19730]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19730) misc/export_records.pl should use biblio_metadata.timestamp
671
671
672
### Documentation
672
### Documentation
673
673
674
- [[20706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20706) Fix links to help files for changed file structure (removed numbering on files)
674
- [[20706]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20706) Fix links to help files for changed file structure (removed numbering on files)
675
675
676
### Fines and fees
676
### Fines and fees
677
677
678
- [[20562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20562) issue_id is not stored in accountlines for rental fees
678
- [[20562]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20562) issue_id is not stored in accountlines for rental fees
679
679
680
### Hold requests
680
### Hold requests
681
681
682
- [[18474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18474) Placing multiple holds from results breaks when patron is searched for
682
- [[18474]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18474) Placing multiple holds from results breaks when patron is searched for
683
- [[20167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20167) Item hold is set to bibliographic hold when changing pickup location
683
- [[20167]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20167) Item hold is set to bibliographic hold when changing pickup location
684
- [[20724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20724) ReservesNeedReturns syspref breaks "Holds awaiting pickup"
684
- [[20724]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20724) ReservesNeedReturns syspref breaks "Holds awaiting pickup"
685
685
686
### ILL
686
### ILL
687
687
688
- [[20001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20001) ILL: Adding a 'new request' from OPAC is not possible
688
- [[20001]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20001) ILL: Adding a 'new request' from OPAC is not possible
689
- [[20284]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20284) ILL: Adding a 'new request' from OPAC fails with template error if text exists in ILLModuleCopyrightClearance
689
- [[20284]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20284) ILL: Adding a 'new request' from OPAC fails with template error if text exists in ILLModuleCopyrightClearance
690
- [[20556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20556) Marking ILL request as complete results in "Internal server error"
690
- [[20556]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20556) Marking ILL request as complete results in "Internal server error"
691
691
692
### Installation and upgrade (web-based installer)
692
### Installation and upgrade (web-based installer)
693
693
694
- [[19514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19514) No Password restrictions in onboarding tool patron creation
694
- [[19514]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19514) No Password restrictions in onboarding tool patron creation
695
- [[20745]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20745) indexing/searching not active at end of installation
695
- [[20745]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20745) indexing/searching not active at end of installation
696
696
697
### Lists
697
### Lists
698
698
699
- [[20687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20687) Multiple invitations to share lists prevents some users from accepting
699
- [[20687]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20687) Multiple invitations to share lists prevents some users from accepting
700
700
701
### MARC Authority data support
701
### MARC Authority data support
702
702
703
- [[20074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20074) Auth_subfield_structure changes hidden attribute
703
- [[20074]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20074) Auth_subfield_structure changes hidden attribute
704
704
705
### Notices
705
### Notices
706
706
707
- [[18477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18477) AR_PENDING notice does not populate values from article_requests table
707
- [[18477]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18477) AR_PENDING notice does not populate values from article_requests table
708
- [[18725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725) process_message_queue.pl sends duplicate emails if message_queue is not writable
708
- [[18725]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725) process_message_queue.pl sends duplicate emails if message_queue is not writable
709
709
710
### OPAC
710
### OPAC
711
711
712
- [[18915]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915) Creating a checkout note (patron note) sends an incomplete email message
712
- [[18915]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915) Creating a checkout note (patron note) sends an incomplete email message
713
- [[18975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18975) Wrong CSRF token when emailing cart contents
713
- [[18975]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18975) Wrong CSRF token when emailing cart contents
714
- [[19496]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496) Patron notes about item does not get emailed as indicated
714
- [[19496]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496) Patron notes about item does not get emailed as indicated
715
- [[19808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19808) Reviews from deleted patrons make few scripts to explode
715
- [[19808]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19808) Reviews from deleted patrons make few scripts to explode
716
- [[19843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19843) reviews.datereviewed is not set
716
- [[19843]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19843) reviews.datereviewed is not set
717
- [[19911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19911) Passwords displayed to user during self-registration are not HTML-encoded
717
- [[19911]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19911) Passwords displayed to user during self-registration are not HTML-encoded
718
- [[19913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19913) Embedded HTML5 videos are broken
718
- [[19913]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19913) Embedded HTML5 videos are broken
719
- [[19975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19975) Tag cloud searching does not working
719
- [[19975]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19975) Tag cloud searching does not working
720
- [[19978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19978) Fix ITEMTYPECAT feature for grouping item types for search
720
- [[19978]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19978) Fix ITEMTYPECAT feature for grouping item types for search
721
- [[20218]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20218) Tracklinks fails when URL has special characters
721
- [[20218]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20218) Tracklinks fails when URL has special characters
722
- [[20286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20286) Subscribing to a search via rss goes to an empty page
722
- [[20286]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20286) Subscribing to a search via rss goes to an empty page
723
- [[20363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20363) Privacy management shows misleading "No reading history to delete"
723
- [[20363]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20363) Privacy management shows misleading "No reading history to delete"
724
- [[20479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20479) Superlibrarians cannot log into opac
724
- [[20479]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20479) Superlibrarians cannot log into opac
725
725
726
### Packaging
726
### Packaging
727
727
728
- [[20061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20061) koha-common is not pulling libsearch-elasticsearch-perl
728
- [[20061]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20061) koha-common is not pulling libsearch-elasticsearch-perl
729
- [[20437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437) Force requirement for HTTP::OAI 3.27
729
- [[20437]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437) Force requirement for HTTP::OAI 3.27
730
- [[20693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20693) Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
730
- [[20693]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20693) Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
731
731
732
### Patrons
732
### Patrons
733
733
734
- [[19466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19466) Cardnumber auto calc is broken because field is required
734
- [[19466]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19466) Cardnumber auto calc is broken because field is required
735
- [[19908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19908) Password should not be mandatory
735
- [[19908]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19908) Password should not be mandatory
736
- [[19921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19921) Error when updating child to adult patron on system with only one adult patron category
736
- [[19921]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19921) Error when updating child to adult patron on system with only one adult patron category
737
- [[20214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20214) Patron search is broken
737
- [[20214]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20214) Patron search is broken
738
- [[20792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20792) Can't go to patron record with TranslateNotices active
738
- [[20792]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20792) Can't go to patron record with TranslateNotices active
739
739
740
### REST api
740
### REST api
741
741
742
- [[19546]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19546) Make koha-plack run Starman from the instance's directory
742
- [[19546]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19546) Make koha-plack run Starman from the instance's directory
743
743
744
### SIP2
744
### SIP2
745
745
746
- [[20251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20251) Regression - SIP checkout broken
746
- [[20251]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20251) Regression - SIP checkout broken
747
747
748
### Searching - Elasticsearch
748
### Searching - Elasticsearch
749
749
750
- [[19563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19563) Generation of sort_fields uses incorrect condition
750
- [[19563]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19563) Generation of sort_fields uses incorrect condition
751
- [[20261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20261) No result in some page in authority search opac and pro (ES)
751
- [[20261]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20261) No result in some page in authority search opac and pro (ES)
752
- [[20385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20385) ElasticSearch authority search raises Software error
752
- [[20385]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20385) ElasticSearch authority search raises Software error
753
753
754
### Staff Client
754
### Staff Client
755
755
756
- [[19223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19223) Avoid encoding issues in plugins by providing helper methods to output headers correctly
756
- [[19223]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19223) Avoid encoding issues in plugins by providing helper methods to output headers correctly
757
757
758
> The current plugin writing practice is to craft the response header in the controller methods. This patchset adds new helper methods for plugin authors to use when dealing with output on their plugins. This way the end-user experience is better, and the plugin author's tasks easier.
758
> The current plugin writing practice is to craft the response header in the controller methods. This patchset adds new helper methods for plugin authors to use when dealing with output on their plugins. This way the end-user experience is better, and the plugin author's tasks easier.
759
759
760
760
761
- [[20625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20625) Cannot add new patron category without currency
761
- [[20625]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20625) Cannot add new patron category without currency
762
762
763
### System Administration
763
### System Administration
764
764
765
- [[20216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20216) Editing itemtypes does not pull existing values correctly
765
- [[20216]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20216) Editing itemtypes does not pull existing values correctly
766
766
767
### Templates
767
### Templates
768
768
769
- [[20135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20135) Staff client language choose pop-up can appear off-screen
769
- [[20135]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20135) Staff client language choose pop-up can appear off-screen
770
- [[20498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20498) Patron advanced search form missing from patron entry page
770
- [[20498]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20498) Patron advanced search form missing from patron entry page
771
771
772
### Web services
772
### Web services
773
773
774
- [[19725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19725) OAI-PMH ListRecords and ListIdentifiers should use biblio_metadata.timestamp
774
- [[19725]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19725) OAI-PMH ListRecords and ListIdentifiers should use biblio_metadata.timestamp
775
- [[20665]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20665) OAI-PMH Provider should reset MySQL connection time zone
775
- [[20665]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20665) OAI-PMH Provider should reset MySQL connection time zone
776
776
777
777
778
## Other bugs fixed
778
## Other bugs fixed
Lines 782-1171 have already been fixed in maintainance releases) Link Here
782
782
783
### About
783
### About
784
784
785
- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
785
- [[7143]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
786
786
787
### Acquisitions
787
### Acquisitions
788
788
789
- [[3841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3841) Add a Default ACQ framework
789
- [[3841]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3841) Add a Default ACQ framework
790
- [[18183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18183) jQuery append error related to script tags in cloneItemBlock
790
- [[18183]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18183) jQuery append error related to script tags in cloneItemBlock
791
- [[19200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200) Warns when exporting a basket
791
- [[19200]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200) Warns when exporting a basket
792
- [[19401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19401) No confirm message when deleting an invoice from invoice detail page
792
- [[19401]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19401) No confirm message when deleting an invoice from invoice detail page
793
- [[19429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19429) No confirm message when deleting an invoice from invoice search
793
- [[19429]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19429) No confirm message when deleting an invoice from invoice search
794
- [[19792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19792) Reduce number of SQL calls in GetBudgetHierarchy
794
- [[19792]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19792) Reduce number of SQL calls in GetBudgetHierarchy
795
- [[19812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19812) Holds count in "Already received" table has confusing and unexpected values
795
- [[19812]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19812) Holds count in "Already received" table has confusing and unexpected values
796
- [[19813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19813) MarcItemFieldsToOrder cannot handle a tag not existing
796
- [[19813]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19813) MarcItemFieldsToOrder cannot handle a tag not existing
797
- [[19916]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19916) Can't search keyword or standard ID from Acquisitions external source / z3950
797
- [[19916]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19916) Can't search keyword or standard ID from Acquisitions external source / z3950
798
- [[19928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19928) Acquisitions' CSV exports should honor syspref "delimiter"
798
- [[19928]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19928) Acquisitions' CSV exports should honor syspref "delimiter"
799
- [[20110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20110) Don't allow adding same user multiple times to same budget fund
799
- [[20110]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20110) Don't allow adding same user multiple times to same budget fund
800
- [[20148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20148) Don't allow adding same user multiple times to a basket or an order
800
- [[20148]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20148) Don't allow adding same user multiple times to a basket or an order
801
- [[20201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20201) Silence warnings in admin/aqplan.pl
801
- [[20201]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20201) Silence warnings in admin/aqplan.pl
802
- [[20318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20318) Merge invoices can lead to an merged invoice without Invoice number
802
- [[20318]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20318) Merge invoices can lead to an merged invoice without Invoice number
803
- [[20623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20623) PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table
803
- [[20623]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20623) PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table
804
804
805
### Architecture, internals, and plumbing
805
### Architecture, internals, and plumbing
806
806
807
- [[18342]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18342) Set memcached as 'enabled' by default
807
- [[18342]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18342) Set memcached as 'enabled' by default
808
808
809
> Memcached is now required and enabled by default.
809
> Memcached is now required and enabled by default.
810
810
811
811
812
- [[19713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19713) 2 occurrences of OpacShowLibrariesPulldownMobile have not been removed
812
- [[19713]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19713) 2 occurrences of OpacShowLibrariesPulldownMobile have not been removed
813
- [[19714]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19714) 2 occurrences of memberofinstitution have not been removed
813
- [[19714]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19714) 2 occurrences of memberofinstitution have not been removed
814
- [[19738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19738) XSS in serials module
814
- [[19738]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19738) XSS in serials module
815
- [[19739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19739) Add default ES configuration to koha-conf.xml
815
- [[19739]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19739) Add default ES configuration to koha-conf.xml
816
- [[19746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19746) Debug statements are left in returns.pl
816
- [[19746]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19746) Debug statements are left in returns.pl
817
- [[19756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19756) Encoding issues when update DB is run from the interface
817
- [[19756]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19756) Encoding issues when update DB is run from the interface
818
- [[19760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19760) Die instead of warn if koha-conf is not accessible
818
- [[19760]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19760) Die instead of warn if koha-conf is not accessible
819
- [[19827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19827) checkuniquemember is exported from C4::Members but has been removed
819
- [[19827]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19827) checkuniquemember is exported from C4::Members but has been removed
820
- [[19839]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19839) invoice.pl warns about bad variable scope
820
- [[19839]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19839) invoice.pl warns about bad variable scope
821
- [[19985]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19985) TestBuilder.t fails if default circ rule exists
821
- [[19985]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19985) TestBuilder.t fails if default circ rule exists
822
- [[20031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20031) CGI param in list context warn in guided_reports.pl
822
- [[20031]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20031) CGI param in list context warn in guided_reports.pl
823
- [[20056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20056) Uninitialized warn in cmp_sysprefs.pl
823
- [[20056]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20056) Uninitialized warn in cmp_sysprefs.pl
824
- [[20060]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20060) Uninitialized warn from Koha::Template::Plugin::Branches
824
- [[20060]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20060) Uninitialized warn from Koha::Template::Plugin::Branches
825
- [[20088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20088) Use of uninitialized value in array element in svc/holds
825
- [[20088]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20088) Use of uninitialized value in array element in svc/holds
826
- [[20097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20097) marc2dcxml croaks on format dc
826
- [[20097]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20097) marc2dcxml croaks on format dc
827
- [[20185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20185) Some scripts don't pass perl -wc
827
- [[20185]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20185) Some scripts don't pass perl -wc
828
- [[20187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20187) New rewrite rules can break custom css
828
- [[20187]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20187) New rewrite rules can break custom css
829
- [[20189]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20189) No style on authentication and installer pages
829
- [[20189]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20189) No style on authentication and installer pages
830
- [[20190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20190) TinyMCE is broken and not displayed
830
- [[20190]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20190) TinyMCE is broken and not displayed
831
- [[20219]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20219) t/smolder_smoke_signal is no longer used
831
- [[20219]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20219) t/smolder_smoke_signal is no longer used
832
- [[20225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20225) Remove unused script reports/stats.print.pl
832
- [[20225]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20225) Remove unused script reports/stats.print.pl
833
- [[20304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20304) Warnings in cataloguing scripts need to be removed
833
- [[20304]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20304) Warnings in cataloguing scripts need to be removed
834
- [[20305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20305) Warnings in tools scripts need to be removed
834
- [[20305]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20305) Warnings in tools scripts need to be removed
835
- [[20321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20321) C4:XISBN->get_biblionumber_from_isbn is not used
835
- [[20321]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20321) C4:XISBN->get_biblionumber_from_isbn is not used
836
- [[20494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20494) Remove unused code in neworderempty.pl and addbiblio.pl
836
- [[20494]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20494) Remove unused code in neworderempty.pl and addbiblio.pl
837
- [[20510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20510) Remove unused sub TotalPaid from C4::Stats
837
- [[20510]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20510) Remove unused sub TotalPaid from C4::Stats
838
- [[20530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20530) trailing ':' in columns_settings.yml
838
- [[20530]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20530) trailing ':' in columns_settings.yml
839
- [[20539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20539) Warnings in catalogue/search.pl need to be removed
839
- [[20539]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20539) Warnings in catalogue/search.pl need to be removed
840
- [[20580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20580) create_superlibrarian.pl should accept parameters
840
- [[20580]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20580) create_superlibrarian.pl should accept parameters
841
- [[20590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20590) Koha::Exceptions does not stringify the exceptions
841
- [[20590]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20590) Koha::Exceptions does not stringify the exceptions
842
- [[20603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20603) Remove unused subs from C4::Accounts
842
- [[20603]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20603) Remove unused subs from C4::Accounts
843
- [[20620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20620) Warning in moredetail.pl need to be removed
843
- [[20620]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20620) Warning in moredetail.pl need to be removed
844
- [[20659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20659) Blocking errors are not longer displayed
844
- [[20659]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20659) Blocking errors are not longer displayed
845
- [[20734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20734) Add warning to the about page if RESTOAuth2ClientCredentials and not Net::OAuth2::AuthorizationServer
845
- [[20734]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20734) Add warning to the about page if RESTOAuth2ClientCredentials and not Net::OAuth2::AuthorizationServer
846
846
847
### Authentication
847
### Authentication
848
848
849
- [[20083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20083) Information disclosure when (mis)using the MARC Preview feature
849
- [[20083]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20083) Information disclosure when (mis)using the MARC Preview feature
850
- [[20480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20480) Fix styling issues on bad SCI/SCO module logins
850
- [[20480]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20480) Fix styling issues on bad SCI/SCO module logins
851
- [[20624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20624) Disable the OAuth2 client credentials grant by default
851
- [[20624]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20624) Disable the OAuth2 client credentials grant by default
852
852
853
### Cataloging
853
### Cataloging
854
854
855
- [[18833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18833) plugin unimarc_field_210c pagination error
855
- [[18833]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18833) plugin unimarc_field_210c pagination error
856
- [[19595]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19595) Clicking plugin link does not fill item's date acquired field
856
- [[19595]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19595) Clicking plugin link does not fill item's date acquired field
857
- [[20067]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20067) Wrong display of authorised value for items.materials on staff detail page
857
- [[20067]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20067) Wrong display of authorised value for items.materials on staff detail page
858
- [[20341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20341) Show authorized value description for withdrawn like damaged and lost
858
- [[20341]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20341) Show authorized value description for withdrawn like damaged and lost
859
- [[20477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20477) Silence warnings Fast Cataloguing
859
- [[20477]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20477) Silence warnings Fast Cataloguing
860
- [[20540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20540) TransformHtmlToXml can duplicate the datafield close tag
860
- [[20540]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20540) TransformHtmlToXml can duplicate the datafield close tag
861
861
862
### Circulation
862
### Circulation
863
863
864
- [[16603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16603) Hide option to apply directly when processing uploaded offline circulation file
864
- [[16603]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16603) Hide option to apply directly when processing uploaded offline circulation file
865
- [[19530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19530) Prevent multiple transfers from existing for one item
865
- [[19530]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19530) Prevent multiple transfers from existing for one item
866
- [[19825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19825) List of pending offline operations does not links to biblio
866
- [[19825]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19825) List of pending offline operations does not links to biblio
867
- [[19840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19840) Patron note is not displayed on checkin
867
- [[19840]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19840) Patron note is not displayed on checkin
868
- [[20003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20003) Result summary of remaining checkouts items not displaying.
868
- [[20003]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20003) Result summary of remaining checkouts items not displaying.
869
- [[20536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20536) ILL: authnotrequired not explicitly unset
869
- [[20536]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20536) ILL: authnotrequired not explicitly unset
870
- [[20546]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20546) Shelving location not displayed on checkin
870
- [[20546]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20546) Shelving location not displayed on checkin
871
871
872
### Command-line Utilities
872
### Command-line Utilities
873
873
874
- [[11936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11936) Consistent log message for item insert
874
- [[11936]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11936) Consistent log message for item insert
875
- [[19452]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19452) The -truncate option in borrowers-force-messaging-defaults.pl should not remove category preferences
875
- [[19452]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19452) The -truncate option in borrowers-force-messaging-defaults.pl should not remove category preferences
876
- [[19712]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19712) Fix command line options of delete_records_via_leader.pl
876
- [[19712]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19712) Fix command line options of delete_records_via_leader.pl
877
- [[20234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20234) Make maintenance scripts use koha-zebra instead of koha-*-zebra
877
- [[20234]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20234) Make maintenance scripts use koha-zebra instead of koha-*-zebra
878
878
879
### Course reserves
879
### Course reserves
880
880
881
- [[19230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19230) Warn when deleting a course in course reserves
881
- [[19230]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19230) Warn when deleting a course in course reserves
882
- [[19678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19678) Clicking Cancel when adding New Course to course reserves shows message Invalid Course!
882
- [[19678]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19678) Clicking Cancel when adding New Course to course reserves shows message Invalid Course!
883
- [[20282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20282) Wrong attribute in template calls to match holding branch when adding/editing a course reserve item
883
- [[20282]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20282) Wrong attribute in template calls to match holding branch when adding/editing a course reserve item
884
884
885
### Database
885
### Database
886
886
887
- [[19547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19547) Maria DB doesn't have a debian.cnf
887
- [[19547]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19547) Maria DB doesn't have a debian.cnf
888
- [[19724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19724) Add timestamp to biblio_metadata and deletedbiblio_metadata
888
- [[19724]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19724) Add timestamp to biblio_metadata and deletedbiblio_metadata
889
889
890
### Fines and fees
890
### Fines and fees
891
891
892
- [[19750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19750) Overdues without a fine rule add warnings to log
892
- [[19750]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19750) Overdues without a fine rule add warnings to log
893
893
894
### Hold requests
894
### Hold requests
895
895
896
- [[11512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11512) Only allow to override maximum number of holds from staff as other overrides would never be filled
896
- [[11512]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11512) Only allow to override maximum number of holds from staff as other overrides would never be filled
897
- [[19533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19533) Hold pulldown for itemtype is empty if hold placement needs override
897
- [[19533]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19533) Hold pulldown for itemtype is empty if hold placement needs override
898
- [[19972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19972) Holds to pull should honor syspref "item-level_itypes"
898
- [[19972]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19972) Holds to pull should honor syspref "item-level_itypes"
899
- [[20637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20637) Holds to pull: filter shows two itypes on the same line if a biblio has two items of a different type
899
- [[20637]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20637) Holds to pull: filter shows two itypes on the same line if a biblio has two items of a different type
900
- [[20707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20707) Permissions for circ/ysearch.pl override specific page level permissions and delete sessions improperly
900
- [[20707]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20707) Permissions for circ/ysearch.pl override specific page level permissions and delete sessions improperly
901
901
902
### I18N/L10N
902
### I18N/L10N
903
903
904
- [[11827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11827) Untranslatable "Cancel Rating" in jQuery rating plugin
904
- [[11827]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11827) Untranslatable "Cancel Rating" in jQuery rating plugin
905
- [[12020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12020) Allow translating label-edit-batch hardcoded strings
905
- [[12020]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12020) Allow translating label-edit-batch hardcoded strings
906
- [[19522]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522) Label creator - some strings are not translatable
906
- [[19522]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522) Label creator - some strings are not translatable
907
- [[20082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20082) Vietnamese language display name is incorrect
907
- [[20082]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20082) Vietnamese language display name is incorrect
908
- [[20085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20085) Better translatability of smart-rules.tt
908
- [[20085]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20085) Better translatability of smart-rules.tt
909
- [[20109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20109) Allow translating "Remove" in Add Fund
909
- [[20109]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20109) Allow translating "Remove" in Add Fund
910
- [[20111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20111) Patron card creator - some strings are not translatable
910
- [[20111]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20111) Patron card creator - some strings are not translatable
911
- [[20115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20115) Languages appear in a different order in the footer
911
- [[20115]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20115) Languages appear in a different order in the footer
912
912
913
> The languages displayed in the footer are now displayed in the same order as they are in the system preferences languages and opaclanguages (they can be reordered by drag and drop).
913
> The languages displayed in the footer are now displayed in the same order as they are in the system preferences languages and opaclanguages (they can be reordered by drag and drop).
914
914
915
915
916
- [[20124]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20124) Allow translating did you mean config save message
916
- [[20124]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20124) Allow translating did you mean config save message
917
- [[20139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20139) Improve MARC mapping translatable strings
917
- [[20139]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20139) Improve MARC mapping translatable strings
918
- [[20140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20140) Allow translating more of OAI sets
918
- [[20140]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20140) Allow translating more of OAI sets
919
- [[20141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20141) Untranslatable string in Transport cost matrix
919
- [[20141]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20141) Untranslatable string in Transport cost matrix
920
- [[20142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20142) Allow translating offline circ message
920
- [[20142]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20142) Allow translating offline circ message
921
- [[20147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20147) Allow translating prompt in label edit batch
921
- [[20147]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20147) Allow translating prompt in label edit batch
922
- [[20166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20166) Untranslatable course reserves delete prompt
922
- [[20166]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20166) Untranslatable course reserves delete prompt
923
- [[20195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20195) Untranslatable Show/Hide title attr replacement in opac detail
923
- [[20195]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20195) Untranslatable Show/Hide title attr replacement in opac detail
924
- [[20301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20301) Allow translating "View" in manage MARC import
924
- [[20301]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20301) Allow translating "View" in manage MARC import
925
- [[20302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20302) Allow translating Delete button in Patron batch mod tool
925
- [[20302]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20302) Allow translating Delete button in Patron batch mod tool
926
- [[20330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20330) Allow translating more of quote upload
926
- [[20330]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20330) Allow translating more of quote upload
927
927
928
### ILL
928
### ILL
929
929
930
- [[20041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20041) ILL module missing from more menu in staff when activated
930
- [[20041]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20041) ILL module missing from more menu in staff when activated
931
- [[20515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20515) "ILL Request" menu options displayed when user has no ILL permissions
931
- [[20515]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20515) "ILL Request" menu options displayed when user has no ILL permissions
932
932
933
### Installation and upgrade (web-based installer)
933
### Installation and upgrade (web-based installer)
934
934
935
- [[12932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12932) Web installer's Perl version check will not raise errors if all modules are installed
935
- [[12932]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12932) Web installer's Perl version check will not raise errors if all modules are installed
936
- [[19790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19790) Remove additionalauthors.author from installer files
936
- [[19790]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19790) Remove additionalauthors.author from installer files
937
- [[19862]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19862) RoutingListAddReserves must be disabled by default
937
- [[19862]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19862) RoutingListAddReserves must be disabled by default
938
- [[19973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19973) SQL syntax error in uk-UA/mandatory/sample_notices.sql
938
- [[19973]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19973) SQL syntax error in uk-UA/mandatory/sample_notices.sql
939
- [[20075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20075) Change authority hidden attribute in sql installer files
939
- [[20075]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20075) Change authority hidden attribute in sql installer files
940
- [[20103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20103) Readonly::XS version not detected
940
- [[20103]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20103) Readonly::XS version not detected
941
- [[20104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20104) Update minimum version of Perl to 5.20 because of caller()
941
- [[20104]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20104) Update minimum version of Perl to 5.20 because of caller()
942
- [[20746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20746) Improve behaviour of onboarding tool for Italian by standardizing file structure of it-IT installer
942
- [[20746]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20746) Improve behaviour of onboarding tool for Italian by standardizing file structure of it-IT installer
943
943
944
### Label/patron card printing
944
### Label/patron card printing
945
945
946
- [[10222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10222) Error when saving Demco label templates
946
- [[10222]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10222) Error when saving Demco label templates
947
- [[19681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19681) label-item-search.pl result count formatting error when there is only one page
947
- [[19681]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19681) label-item-search.pl result count formatting error when there is only one page
948
- [[20193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20193) Path to Greybox CSS broken after Bug 12904
948
- [[20193]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20193) Path to Greybox CSS broken after Bug 12904
949
949
950
### Lists
950
### Lists
951
951
952
- [[11943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11943) Koha::Virtualshelfshare duplicates rows for the same list
952
- [[11943]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11943) Koha::Virtualshelfshare duplicates rows for the same list
953
953
954
### MARC Authority data support
954
### MARC Authority data support
955
955
956
- [[18458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18458) Merging authority record incorrectly orders subfields
956
- [[18458]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18458) Merging authority record incorrectly orders subfields
957
- [[20430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20430) Z39.50 button display depends on wrong server count
957
- [[20430]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20430) Z39.50 button display depends on wrong server count
958
958
959
### MARC Bibliographic data support
959
### MARC Bibliographic data support
960
960
961
- [[20245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20245) Wrong language code for Slovak
961
- [[20245]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20245) Wrong language code for Slovak
962
- [[20482]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20482) language_rfc4646_to_iso639 uses some Terminology instead of Bibliographic codes
962
- [[20482]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20482) language_rfc4646_to_iso639 uses some Terminology instead of Bibliographic codes
963
963
964
### Notices
964
### Notices
965
965
966
- [[12123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12123) HTML notices can break the notice viewer
966
- [[12123]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12123) HTML notices can break the notice viewer
967
- [[18570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18570) Password recovery e-mail only sent after message queue is processed
967
- [[18570]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18570) Password recovery e-mail only sent after message queue is processed
968
- [[18990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990) Overdue Notices are not sending through SMS correctly
968
- [[18990]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990) Overdue Notices are not sending through SMS correctly
969
- [[19578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578) TT syntax for notices - There is no way to pre-process DB fields
969
- [[19578]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578) TT syntax for notices - There is no way to pre-process DB fields
970
- [[20298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20298) Notices template uses same html id for each language
970
- [[20298]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20298) Notices template uses same html id for each language
971
- [[20685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20685) Modify letter template does not render correctly
971
- [[20685]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20685) Modify letter template does not render correctly
972
972
973
### OPAC
973
### OPAC
974
974
975
- [[12497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12497) Make OPAC search history feature accessible when it should
975
- [[12497]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12497) Make OPAC search history feature accessible when it should
976
- [[17682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17682) Change URL for Google Scholar in OPACSearchForTitleIn
976
- [[17682]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17682) Change URL for Google Scholar in OPACSearchForTitleIn
977
- [[18856]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856) Cancel Waiting Hold in OPAC does not give useful message
977
- [[18856]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856) Cancel Waiting Hold in OPAC does not give useful message
978
- [[19171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171) Confusing message "no items available" when placing a hold in OPAC
978
- [[19171]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171) Confusing message "no items available" when placing a hold in OPAC
979
- [[19338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19338) Dates sorting incorrectly in opac-account.tt
979
- [[19338]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19338) Dates sorting incorrectly in opac-account.tt
980
- [[19450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19450) OverDrive integration failing on missing method
980
- [[19450]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19450) OverDrive integration failing on missing method
981
- [[19579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19579) PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail
981
- [[19579]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19579) PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail
982
- [[19640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19640) IdRef webservice display is broken
982
- [[19640]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19640) IdRef webservice display is broken
983
- [[19702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19702) Basket not displaying correctly on home page
983
- [[19702]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19702) Basket not displaying correctly on home page
984
- [[19845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19845) Patron password is ignored during self-registration if PatronSelfRegistrationVerifyByEmail is enabled
984
- [[19845]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19845) Patron password is ignored during self-registration if PatronSelfRegistrationVerifyByEmail is enabled
985
- [[20054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20054) Remove attribute "text/css" for the style tags used in the OPAC templates
985
- [[20054]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20054) Remove attribute "text/css" for the style tags used in the OPAC templates
986
986
987
> Prevents warnings about type attribute being generated for the style tags when testing the OPAC pages using W3C Validator for HTML5.
987
> Prevents warnings about type attribute being generated for the style tags when testing the OPAC pages using W3C Validator for HTML5.
988
988
989
989
990
- [[20068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20068) Warn on OPAC homepage if not logged in due to OPAC dashboard
990
- [[20068]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20068) Warn on OPAC homepage if not logged in due to OPAC dashboard
991
- [[20122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20122) Empty and close link on cart page not working
991
- [[20122]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20122) Empty and close link on cart page not working
992
- [[20163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20163) Position of NoLoginInstructions text is inconsistent
992
- [[20163]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20163) Position of NoLoginInstructions text is inconsistent
993
- [[20420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20420) Remove unnecessary [% KOHA_VERSION %] from OPAC third-party sources
993
- [[20420]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20420) Remove unnecessary [% KOHA_VERSION %] from OPAC third-party sources
994
- [[20459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20459) Correct message for cancelling an article request
994
- [[20459]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20459) Correct message for cancelling an article request
995
- [[20686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20686) OPAC shows 'Login to OverDrive account' with 'OverDriveCirculation' syspref disabled
995
- [[20686]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20686) OPAC shows 'Login to OverDrive account' with 'OverDriveCirculation' syspref disabled
996
- [[20737]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20737) Use https for Baker and Taylor cover images
996
- [[20737]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20737) Use https for Baker and Taylor cover images
997
997
998
### Packaging
998
### Packaging
999
999
1000
- [[17084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
1000
- [[17084]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
1001
- [[18696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18696) Change debian/source/format to quilt
1001
- [[18696]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18696) Change debian/source/format to quilt
1002
- [[18907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18907) Warning "dpkg-source: warning: relation < is deprecated: use << or <="
1002
- [[18907]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18907) Warning "dpkg-source: warning: relation < is deprecated: use << or <="
1003
- [[18908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18908) Warning "Compatibility levels before 9 are deprecated"
1003
- [[18908]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18908) Warning "Compatibility levels before 9 are deprecated"
1004
- [[18993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18993) Bump libtest-simple-perl to 1.302073
1004
- [[18993]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18993) Bump libtest-simple-perl to 1.302073
1005
- [[19610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19610) Make koha-common.logrotate use copytruncate
1005
- [[19610]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19610) Make koha-common.logrotate use copytruncate
1006
- [[20072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20072) Fix build-git-snapshot for Debian source format quilt
1006
- [[20072]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20072) Fix build-git-snapshot for Debian source format quilt
1007
- [[20800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800) Keep Koha on Stretch from using broken libhttp-oai-perl
1007
- [[20800]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800) Keep Koha on Stretch from using broken libhttp-oai-perl
1008
- [[20801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20801) Make dependency on memcached mandatory
1008
- [[20801]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20801) Make dependency on memcached mandatory
1009
1009
1010
### Patrons
1010
### Patrons
1011
1011
1012
- [[19510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19510) edi_manage permission has no description
1012
- [[19510]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19510) edi_manage permission has no description
1013
- [[19621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19621) Routing lists tab not present when viewing 'Holds history' tab for a patron
1013
- [[19621]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19621) Routing lists tab not present when viewing 'Holds history' tab for a patron
1014
- [[19673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19673) Patron batch modification tool cannot use authorised value "0"
1014
- [[19673]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19673) Patron batch modification tool cannot use authorised value "0"
1015
- [[19907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19907) Email validation on patron add/edit not working
1015
- [[19907]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19907) Email validation on patron add/edit not working
1016
- [[20008]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20008) Restrictions added from memberentry.pl have expiration date ignored if TimeFormat is 12hr
1016
- [[20008]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20008) Restrictions added from memberentry.pl have expiration date ignored if TimeFormat is 12hr
1017
- [[20205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20205) Add IDs to buttons in patron-toolbar.inc
1017
- [[20205]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20205) Add IDs to buttons in patron-toolbar.inc
1018
- [[20367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20367) userid resets to firstname.surname when BorrowerUnwantedField contains userid
1018
- [[20367]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20367) userid resets to firstname.surname when BorrowerUnwantedField contains userid
1019
- [[20455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20455) Can't sort patron search on date expired
1019
- [[20455]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20455) Can't sort patron search on date expired
1020
- [[20666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20666) Wrong Permissions prevent non-plack pages to load
1020
- [[20666]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20666) Wrong Permissions prevent non-plack pages to load
1021
- [[20719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20719) Home library not displayed on all patron account tabs
1021
- [[20719]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20719) Home library not displayed on all patron account tabs
1022
- [[20803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20803) Cannot search to hold or use print options from API keys interface
1022
- [[20803]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20803) Cannot search to hold or use print options from API keys interface
1023
1023
1024
### REST api
1024
### REST api
1025
1025
1026
- [[20134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20134) Remove /api/v1/app.pl from the generated URLs
1026
- [[20134]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20134) Remove /api/v1/app.pl from the generated URLs
1027
1027
1028
### Reports
1028
### Reports
1029
1029
1030
- [[18497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18497) Downloading a report passes the constructed SQL as a parameter
1030
- [[18497]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18497) Downloading a report passes the constructed SQL as a parameter
1031
- [[19467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19467) Display location and itemtype description on lost items report
1031
- [[19467]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19467) Display location and itemtype description on lost items report
1032
- [[19551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19551) Cash register report has bad erroneous results from wrong order of operations
1032
- [[19551]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19551) Cash register report has bad erroneous results from wrong order of operations
1033
- [[19583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19583) Report updater triggers on auth_header.marcxml
1033
- [[19583]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19583) Report updater triggers on auth_header.marcxml
1034
- [[19638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19638) False positives for 'Update SQL' button
1034
- [[19638]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19638) False positives for 'Update SQL' button
1035
- [[19669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19669) Remove deprecated checkouts by patron category report
1035
- [[19669]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19669) Remove deprecated checkouts by patron category report
1036
- [[19671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19671) Circulation wizard / issues_stats.pl does not populate itemtype descriptions correctly
1036
- [[19671]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19671) Circulation wizard / issues_stats.pl does not populate itemtype descriptions correctly
1037
- [[19910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19910) Download report as 'Comma separated' is misleading
1037
- [[19910]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19910) Download report as 'Comma separated' is misleading
1038
- [[20663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20663) Dead report code for "Create Compound Report" since prior to 3.0.x
1038
- [[20663]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20663) Dead report code for "Create Compound Report" since prior to 3.0.x
1039
1039
1040
### SIP2
1040
### SIP2
1041
1041
1042
- [[20348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20348) SIP2 patron identification fails to use userid
1042
- [[20348]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20348) SIP2 patron identification fails to use userid
1043
1043
1044
### Searching
1044
### Searching
1045
1045
1046
- [[18799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18799) XSLTresultsdisplay hides the icons
1046
- [[18799]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18799) XSLTresultsdisplay hides the icons
1047
- [[19807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19807) IntranetCatalogSearchPulldown doesn't honor IntranetNumbersPreferPhrase
1047
- [[19807]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19807) IntranetCatalogSearchPulldown doesn't honor IntranetNumbersPreferPhrase
1048
- [[19873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19873) Make it possible to search on value 0
1048
- [[19873]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19873) Make it possible to search on value 0
1049
- [[19971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19971) typo in the comments of parseQuery routine
1049
- [[19971]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19971) typo in the comments of parseQuery routine
1050
- [[20369]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20369) Analytics search is broken with QueryAutoTruncate set to 'only if * is added'
1050
- [[20369]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20369) Analytics search is broken with QueryAutoTruncate set to 'only if * is added'
1051
- [[20722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20722) Searching only for an ITEMTYPECAT itemtype is impossible
1051
- [[20722]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20722) Searching only for an ITEMTYPECAT itemtype is impossible
1052
1052
1053
### Searching - Elasticsearch
1053
### Searching - Elasticsearch
1054
1054
1055
- [[17373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17373) Elasticsearch - Authority mappings for UNIMARC
1055
- [[17373]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17373) Elasticsearch - Authority mappings for UNIMARC
1056
- [[19564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19564) Fix extraction of sort order from sort condition name
1056
- [[19564]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19564) Fix extraction of sort order from sort condition name
1057
- [[19580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580) Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation
1057
- [[19580]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580) Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation
1058
- [[19581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581) Elasticsearch - Catmandu split option adds extra null fields to indexes
1058
- [[19581]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581) Elasticsearch - Catmandu split option adds extra null fields to indexes
1059
1059
1060
### Serials
1060
### Serials
1061
1061
1062
- [[19315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19315) Routing preview may use wrong biblionumber
1062
- [[19315]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19315) Routing preview may use wrong biblionumber
1063
- [[19767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19767) serial-issues.pl is unused and should be removed
1063
- [[19767]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19767) serial-issues.pl is unused and should be removed
1064
- [[19794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19794) Rename RLIST - Routing list notice template as it's not related to routing lists
1064
- [[19794]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19794) Rename RLIST - Routing list notice template as it's not related to routing lists
1065
- [[20461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20461) New subscription form: "Item type" and "item type for older issues" fields are ignored
1065
- [[20461]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20461) New subscription form: "Item type" and "item type for older issues" fields are ignored
1066
- [[20614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20614) Firefox prevents parent page reload when renewing subscriptions
1066
- [[20614]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20614) Firefox prevents parent page reload when renewing subscriptions
1067
- [[20616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20616) Using "Edit serials" with no issues selected gives an ugly error
1067
- [[20616]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20616) Using "Edit serials" with no issues selected gives an ugly error
1068
1068
1069
### Staff Client
1069
### Staff Client
1070
1070
1071
- [[19221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19221) Onboarding tool says user needs to be made superlibrarian
1071
- [[19221]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19221) Onboarding tool says user needs to be made superlibrarian
1072
- [[19456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19456) Some pages title tag contains html
1072
- [[19456]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19456) Some pages title tag contains html
1073
- [[19636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19636) Hold priority changes incorrectly via dropdown select
1073
- [[19636]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19636) Hold priority changes incorrectly via dropdown select
1074
- [[19857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19857) Optionally hide SMS provider field in patron modification screen
1074
- [[19857]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19857) Optionally hide SMS provider field in patron modification screen
1075
- [[20227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20227) admin/smart-rules.pl should pass categorycode instead of branchcode
1075
- [[20227]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20227) admin/smart-rules.pl should pass categorycode instead of branchcode
1076
- [[20268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20268) CSS regression: white gap on the top of the staff pages
1076
- [[20268]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20268) CSS regression: white gap on the top of the staff pages
1077
- [[20329]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20329) Text input fields are wider than the fieldset class they are inside of
1077
- [[20329]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20329) Text input fields are wider than the fieldset class they are inside of
1078
- [[20347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20347) Add missing classes to search results elements
1078
- [[20347]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20347) Add missing classes to search results elements
1079
1079
1080
### System Administration
1080
### System Administration
1081
1081
1082
- [[13676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13676) OpacSuppression description says 'items' but means 'records'
1082
- [[13676]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13676) OpacSuppression description says 'items' but means 'records'
1083
- [[19560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19560) Unable to delete library when branchcode contains special characters
1083
- [[19560]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19560) Unable to delete library when branchcode contains special characters
1084
- [[19788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19788) Case sensitivity is not preserved when creating local system preferences
1084
- [[19788]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19788) Case sensitivity is not preserved when creating local system preferences
1085
- [[19977]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19977) Local Use tab in systempreferences tries to open text editor's temporary files, and die
1085
- [[19977]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19977) Local Use tab in systempreferences tries to open text editor's temporary files, and die
1086
- [[19987]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19987) If no z39.50/SRU servers, the z39.50/SRU buttons should not show
1086
- [[19987]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19987) If no z39.50/SRU servers, the z39.50/SRU buttons should not show
1087
- [[20091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20091) FailedLoginAttempts is not part of NorwegianPatronDatabase pref group
1087
- [[20091]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20091) FailedLoginAttempts is not part of NorwegianPatronDatabase pref group
1088
- [[20383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20383) Hide link to plugin management if plugins are not enabled
1088
- [[20383]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20383) Hide link to plugin management if plugins are not enabled
1089
1089
1090
### Templates
1090
### Templates
1091
1091
1092
- [[18820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18820) The different parts in the main don't automatically adjust with the available space
1092
- [[18820]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18820) The different parts in the main don't automatically adjust with the available space
1093
- [[19602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19602) Add usage statistics link to administration sidebar menu
1093
- [[19602]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19602) Add usage statistics link to administration sidebar menu
1094
- [[19677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19677) Angle brackets in enumchron do not display in opac or staff side
1094
- [[19677]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19677) Angle brackets in enumchron do not display in opac or staff side
1095
- [[19692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19692) Unclosed div in opac-shelves.tt
1095
- [[19692]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19692) Unclosed div in opac-shelves.tt
1096
- [[19851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19851) Improve responsive layout handling of staff client menu bar
1096
- [[19851]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19851) Improve responsive layout handling of staff client menu bar
1097
- [[19918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19918) span tag not closed in opac-registration-confirmation.tt
1097
- [[19918]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19918) span tag not closed in opac-registration-confirmation.tt
1098
- [[20051]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20051) Invalid markup in staff client's header.inc
1098
- [[20051]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20051) Invalid markup in staff client's header.inc
1099
- [[20156]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20156) Staff client header language menu doesn't show check mark for current language
1099
- [[20156]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20156) Staff client header language menu doesn't show check mark for current language
1100
- [[20173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20173) Clean up koha-tmpl directory
1100
- [[20173]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20173) Clean up koha-tmpl directory
1101
- [[20221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20221) Fix for JavaScript error during checkout patron search
1101
- [[20221]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20221) Fix for JavaScript error during checkout patron search
1102
- [[20239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20239) Fix spelling on authority linker plugin
1102
- [[20239]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20239) Fix spelling on authority linker plugin
1103
- [[20240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20240) Remove space before : when searching for a vendor in serials (Vendor name :)
1103
- [[20240]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20240) Remove space before : when searching for a vendor in serials (Vendor name :)
1104
- [[20249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20249) "Patron has no outstanding fines" now appears alongside fines
1104
- [[20249]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20249) "Patron has no outstanding fines" now appears alongside fines
1105
- [[20290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20290) Fix capitalization: Routing List
1105
- [[20290]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20290) Fix capitalization: Routing List
1106
- [[20372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20372) Correct toolbar markup on some pages
1106
- [[20372]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20372) Correct toolbar markup on some pages
1107
- [[20382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20382) Missing space between patron and cardnumber on check out screen
1107
- [[20382]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20382) Missing space between patron and cardnumber on check out screen
1108
- [[20422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20422) Fix warn on URI/Escape.pm line 184 from opac-detail
1108
- [[20422]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20422) Fix warn on URI/Escape.pm line 184 from opac-detail
1109
- [[20433]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20433) Remove unused Mozilla Persona image file
1109
- [[20433]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20433) Remove unused Mozilla Persona image file
1110
- [[20552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20552) Fix HTML tag for search facets
1110
- [[20552]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20552) Fix HTML tag for search facets
1111
- [[20617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20617) Add 'Search Engine configuration' link to administration menu
1111
- [[20617]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20617) Add 'Search Engine configuration' link to administration menu
1112
- [[20619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20619) Remove last occurrences of long gone syspref (opacsmallimage)
1112
- [[20619]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20619) Remove last occurrences of long gone syspref (opacsmallimage)
1113
1113
1114
### Test Suite
1114
### Test Suite
1115
1115
1116
- [[17770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770) t/db_dependent/Sitemapper.t fails when date changes during test run
1116
- [[17770]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770) t/db_dependent/Sitemapper.t fails when date changes during test run
1117
- [[18979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18979) Speed up 'valid-templates.t' tests
1117
- [[18979]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18979) Speed up 'valid-templates.t' tests
1118
- [[19705]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19705) DecreaseLoanHighHolds.t is still failing randomly
1118
- [[19705]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19705) DecreaseLoanHighHolds.t is still failing randomly
1119
- [[19759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19759) TestBuilder generates too many decimals for float
1119
- [[19759]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19759) TestBuilder generates too many decimals for float
1120
- [[19775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19775) Search/History.t is failing randomly
1120
- [[19775]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19775) Search/History.t is failing randomly
1121
- [[19776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19776) Test failing randomly - fix categorycode vs category_type
1121
- [[19776]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19776) Test failing randomly - fix categorycode vs category_type
1122
- [[19783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19783) Move check_kohastructure.t to db_dependent
1122
- [[19783]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19783) Move check_kohastructure.t to db_dependent
1123
- [[19867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19867) HouseboundRoles.t is failing randomly
1123
- [[19867]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19867) HouseboundRoles.t is failing randomly
1124
- [[19914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19914) Cannot locate the "Delete" in the library list table
1124
- [[19914]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19914) Cannot locate the "Delete" in the library list table
1125
- [[19937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19937) Silence warnings t/db_dependent/www/batch.t
1125
- [[19937]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19937) Silence warnings t/db_dependent/www/batch.t
1126
- [[19979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19979) Search.t fails on facet info with one branch
1126
- [[19979]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19979) Search.t fails on facet info with one branch
1127
- [[20042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20042) 00-load.t fails when Elasticsearch is not installed
1127
- [[20042]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20042) 00-load.t fails when Elasticsearch is not installed
1128
- [[20144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20144) Test suite is failing with new default SQL modes
1128
- [[20144]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20144) Test suite is failing with new default SQL modes
1129
- [[20175]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20175) Set a correct default value for club_enrollments.date_created
1129
- [[20175]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20175) Set a correct default value for club_enrollments.date_created
1130
- [[20176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20176) Set biblio.datecreated to NOW if not defined
1130
- [[20176]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20176) Set biblio.datecreated to NOW if not defined
1131
- [[20179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20179) Remove GROUP BY in get_shelves_containing_record
1131
- [[20179]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20179) Remove GROUP BY in get_shelves_containing_record
1132
- [[20180]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20180) Remove GROUP BY clause in manage-marc-import.pl
1132
- [[20180]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20180) Remove GROUP BY clause in manage-marc-import.pl
1133
- [[20182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20182) Remove group by clause in search_patrons_to_anonymise
1133
- [[20182]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20182) Remove group by clause in search_patrons_to_anonymise
1134
- [[20191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20191) OAI/Server.t still fails on slow servers
1134
- [[20191]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20191) OAI/Server.t still fails on slow servers
1135
- [[20199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20199) Letters.t does not pass with new SQL modes
1135
- [[20199]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20199) Letters.t does not pass with new SQL modes
1136
- [[20204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20204) FrameworkPlugin.t should not depend on CPL branch
1136
- [[20204]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20204) FrameworkPlugin.t should not depend on CPL branch
1137
- [[20250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20250) NoIssuesChargeGuarantees.t is still failing randomly
1137
- [[20250]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20250) NoIssuesChargeGuarantees.t is still failing randomly
1138
- [[20311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20311) get_age tests can fail on February 28th
1138
- [[20311]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20311) get_age tests can fail on February 28th
1139
- [[20466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20466) Incorrect fixtures for active currency in t/Prices.t
1139
- [[20466]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20466) Incorrect fixtures for active currency in t/Prices.t
1140
- [[20474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20474) Passwordrecovery.t should mock Mail::Sendmail::sendmail
1140
- [[20474]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20474) Passwordrecovery.t should mock Mail::Sendmail::sendmail
1141
- [[20490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20490) Correct wrong bug number in comment in Circulation.t
1141
- [[20490]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20490) Correct wrong bug number in comment in Circulation.t
1142
- [[20503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20503) Borrower_PrevCheckout.t  is failing randomly
1142
- [[20503]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20503) Borrower_PrevCheckout.t  is failing randomly
1143
- [[20531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20531) IssueSlip is failing randomly
1143
- [[20531]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20531) IssueSlip is failing randomly
1144
- [[20557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20557) Koha/Acquisition/Order.t is failing randomly
1144
- [[20557]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20557) Koha/Acquisition/Order.t is failing randomly
1145
- [[20584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20584) Koha/Patron/Categories.t is failing on slow servers
1145
- [[20584]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20584) Koha/Patron/Categories.t is failing on slow servers
1146
- [[20721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20721) Circulation.t keeps failing randomly
1146
- [[20721]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20721) Circulation.t keeps failing randomly
1147
- [[20764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20764) t/Koha_Template_Plugin_KohaPlugins.t is DB dependent
1147
- [[20764]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20764) t/Koha_Template_Plugin_KohaPlugins.t is DB dependent
1148
1148
1149
### Tools
1149
### Tools
1150
1150
1151
- [[18201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201) Export data -Fix "Remove non-local items" option and add "Removes non-local records" option for existing functionality
1151
- [[18201]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201) Export data -Fix "Remove non-local items" option and add "Removes non-local records" option for existing functionality
1152
- [[19643]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19643) Pagination buttons on staged marc management are stacking instead of inline
1152
- [[19643]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19643) Pagination buttons on staged marc management are stacking instead of inline
1153
- [[19674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19674) Broken indicators of changed fields in manage staged MARC records template
1153
- [[19674]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19674) Broken indicators of changed fields in manage staged MARC records template
1154
- [[19683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19683) Export.pl does not populate the Authority Types dropdown correctly
1154
- [[19683]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19683) Export.pl does not populate the Authority Types dropdown correctly
1155
- [[20098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20098) Inventory: CSV export: itemlost column is always empty
1155
- [[20098]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20098) Inventory: CSV export: itemlost column is always empty
1156
- [[20222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20222) Make bread crumb for cleanborrowers.pl match the link text in tools-home.pl
1156
- [[20222]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20222) Make bread crumb for cleanborrowers.pl match the link text in tools-home.pl
1157
- [[20376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20376) "Select all" button no longer selects disabled checkboxes in Batch Record Deletion Tool
1157
- [[20376]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20376) "Select all" button no longer selects disabled checkboxes in Batch Record Deletion Tool
1158
- [[20438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20438) Allow uninstalling plugins not implementing the 'uninstall' method
1158
- [[20438]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20438) Allow uninstalling plugins not implementing the 'uninstall' method
1159
- [[20462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20462) Duplicate barcodes in batch item deletion cause software error if deleting biblio records
1159
- [[20462]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20462) Duplicate barcodes in batch item deletion cause software error if deleting biblio records
1160
- [[20695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20695) Upload does not show all results when uploading multiple files
1160
- [[20695]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20695) Upload does not show all results when uploading multiple files
1161
1161
1162
### Web services
1162
### Web services
1163
1163
1164
- [[13990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990) ILS-DI LookupPatron Requries ID Type
1164
- [[13990]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990) ILS-DI LookupPatron Requries ID Type
1165
1165
1166
### Z39.50 / SRU / OpenSearch Servers
1166
### Z39.50 / SRU / OpenSearch Servers
1167
1167
1168
- [[19986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19986) 'Server name' doesn't appear as required when creating new z39.50/sru server
1168
- [[19986]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19986) 'Server name' doesn't appear as required when creating new z39.50/sru server
1169
1169
1170
## New system preferences
1170
## New system preferences
1171
1171
Lines 1215-1236 Important notes: Link Here
1215
The Koha manual is maintained in Sphinx. The home page for Koha 
1215
The Koha manual is maintained in Sphinx. The home page for Koha 
1216
documentation is 
1216
documentation is 
1217
1217
1218
- [Koha Documentation](http://koha-community.org/documentation/)
1218
- [Koha Documentation](https://koha-community.org/documentation/)
1219
1219
1220
As of the date of these release notes, the Koha manual is available in the following languages:
1220
As of the date of these release notes, the Koha manual is available in the following languages:
1221
1221
1222
- [English](http://koha-community.org/manual/18.05/en/html/)
1222
- [English](https://koha-community.org/manual/18.05/en/html/)
1223
- [Arabic](http://koha-community.org/manual/18.05/ar/html/)
1223
- [Arabic](https://koha-community.org/manual/18.05/ar/html/)
1224
- [Chinese - Taiwan](http://koha-community.org/manual/18.05/zh_TW/html/)
1224
- [Chinese - Taiwan](https://koha-community.org/manual/18.05/zh_TW/html/)
1225
- [Czech](http://koha-community.org/manual/18.05/cs/html/)
1225
- [Czech](https://koha-community.org/manual/18.05/cs/html/)
1226
- [French](http://koha-community.org/manual/18.05/fr/html/)
1226
- [French](https://koha-community.org/manual/18.05/fr/html/)
1227
- [French (Canada)](http://koha-community.org/manual/18.05/fr_CA/html/)
1227
- [French (Canada)](https://koha-community.org/manual/18.05/fr_CA/html/)
1228
- [German](http://koha-community.org/manual/18.05/de/html/)
1228
- [German](https://koha-community.org/manual/18.05/de/html/)
1229
- [Hindi](http://koha-community.org/manual/18.05/hi/html/)
1229
- [Hindi](https://koha-community.org/manual/18.05/hi/html/)
1230
- [Italian](http://koha-community.org/manual/18.05/it/html/)
1230
- [Italian](https://koha-community.org/manual/18.05/it/html/)
1231
- [Portuguese - Brazil](http://koha-community.org/manual/18.05/pt_BR/html/)
1231
- [Portuguese - Brazil](https://koha-community.org/manual/18.05/pt_BR/html/)
1232
- [Spanish](http://koha-community.org/manual/18.05/es/html/)
1232
- [Spanish](https://koha-community.org/manual/18.05/es/html/)
1233
- [Turkish](http://koha-community.org/manual/18.05/tr/html/)
1233
- [Turkish](https://koha-community.org/manual/18.05/tr/html/)
1234
1234
1235
1235
1236
The Git repository for the Koha manual can be found at
1236
The Git repository for the Koha manual can be found at
Lines 1275-1290 Partial translations are available for various other languages. Link Here
1275
1275
1276
The Koha team welcomes additional translations; please see
1276
The Koha team welcomes additional translations; please see
1277
1277
1278
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1278
- [Koha Translation Info](https://wiki.koha-community.org/wiki/Translating_Koha)
1279
1279
1280
For information about translating Koha, and join the koha-translate 
1280
For information about translating Koha, and join the koha-translate 
1281
list to volunteer:
1281
list to volunteer:
1282
1282
1283
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1283
- [Koha Translate List](https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1284
1284
1285
The most up-to-date translations can be found at:
1285
The most up-to-date translations can be found at:
1286
1286
1287
- [Koha Translation](http://translate.koha-community.org/)
1287
- [Koha Translation](https://translate.koha-community.org/)
1288
1288
1289
## Release Team
1289
## Release Team
1290
1290
Lines 1321-1327 The release team for Koha 18.05.00 is Link Here
1321
We thank the following libraries who are known to have sponsored
1321
We thank the following libraries who are known to have sponsored
1322
new features in Koha 18.05.00:
1322
new features in Koha 18.05.00:
1323
1323
1324
- BULAC - http://www.bulac.fr/
1324
- BULAC - https://www.bulac.fr/
1325
- ByWater Solutions
1325
- ByWater Solutions
1326
- Camden County
1326
- Camden County
1327
- Catalyst IT
1327
- Catalyst IT
Lines 1572-1578 line is master. Link Here
1572
Bug reports and feature requests can be filed at the Koha bug
1572
Bug reports and feature requests can be filed at the Koha bug
1573
tracker at:
1573
tracker at:
1574
1574
1575
- [Koha Bugzilla](http://bugs.koha-community.org)
1575
- [Koha Bugzilla](https://bugs.koha-community.org)
1576
1576
1577
He rau ringa e oti ai.
1577
He rau ringa e oti ai.
1578
(Many hands finish the work)
1578
(Many hands finish the work)
(-)a/misc/release_notes/release_notes_20_11_00.html (-830 / +830 lines)
Lines 8-26 and sizes, volunteers, and support companies from around the world. The Link Here
8
website for the Koha project is:</p>
8
website for the Koha project is:</p>
9
9
10
<ul>
10
<ul>
11
<li><a href="http://koha-community.org">Koha Community</a></li>
11
<li><a href="https://koha-community.org">Koha Community</a></li>
12
</ul>
12
</ul>
13
13
14
<p>Koha 20.11.00 can be downloaded from:</p>
14
<p>Koha 20.11.00 can be downloaded from:</p>
15
15
16
<ul>
16
<ul>
17
<li><a href="http://download.koha-community.org/koha-20.11-latest.tar.gz">Download</a></li>
17
<li><a href="https://download.koha-community.org/koha-20.11-latest.tar.gz">Download</a></li>
18
</ul>
18
</ul>
19
19
20
<p>Installation instructions can be found at:</p>
20
<p>Installation instructions can be found at:</p>
21
21
22
<ul>
22
<ul>
23
<li><a href="http://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
23
<li><a href="https://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
24
<li>OR in the INSTALL files that come in the tarball</li>
24
<li>OR in the INSTALL files that come in the tarball</li>
25
</ul>
25
</ul>
26
26
Lines 56-62 deployment: </p> Link Here
56
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
56
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
57
57
58
<ul>
58
<ul>
59
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417">[22417]</a> Add a task queue</p>
59
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417">[22417]</a> Add a task queue</p>
60
60
61
<blockquote>
61
<blockquote>
62
  <p>There are long standing issues in Koha when working under Plack. Some scripts are only running in CGI mode.
62
  <p>There are long standing issues in Koha when working under Plack. Some scripts are only running in CGI mode.
Lines 70-76 deployment: </p> Link Here
70
<h3 id="circulation">Circulation</h3>
70
<h3 id="circulation">Circulation</h3>
71
71
72
<ul>
72
<ul>
73
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946">[21946]</a> Group circulation by item type</p>
73
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946">[21946]</a> Group circulation by item type</p>
74
74
75
<blockquote>
75
<blockquote>
76
  <p>This feature adds the ability to define some itemtypes as 'parent' to other item types for defining circulation limits.</p>
76
  <p>This feature adds the ability to define some itemtypes as 'parent' to other item types for defining circulation limits.</p>
Lines 81-87 deployment: </p> Link Here
81
  
81
  
82
  <p>Parent rules only apply to checkout limits.</p>
82
  <p>Parent rules only apply to checkout limits.</p>
83
</blockquote></li>
83
</blockquote></li>
84
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25534">[25534]</a> Add ability to specifying and store a reason when cancelling a hold</p>
84
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25534">[25534]</a> Add ability to specifying and store a reason when cancelling a hold</p>
85
85
86
<blockquote>
86
<blockquote>
87
  <p>This new feature adds an option to allow staff to add a reason for cancellation when cancelling a hold.</p>
87
  <p>This new feature adds an option to allow staff to add a reason for cancellation when cancelling a hold.</p>
Lines 95-107 deployment: </p> Link Here
95
<h3 id="finesandfees">Fines and fees</h3>
95
<h3 id="finesandfees">Fines and fees</h3>
96
96
97
<ul>
97
<ul>
98
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19036">[19036]</a> Number payment receipts / payment slips</li>
98
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19036">[19036]</a> Number payment receipts / payment slips</li>
99
</ul>
99
</ul>
100
100
101
<h3 id="ill">ILL</h3>
101
<h3 id="ill">ILL</h3>
102
102
103
<ul>
103
<ul>
104
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818">[22818]</a> ILL should be able to send notices</p>
104
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818">[22818]</a> ILL should be able to send notices</p>
105
105
106
<p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
106
<p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
107
107
Lines 142-148 deployment: </p> Link Here
142
<h3 id="patrons">Patrons</h3>
142
<h3 id="patrons">Patrons</h3>
143
143
144
<ul>
144
<ul>
145
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24151">[24151]</a> Add a pseudonymization process for patrons and transactions</p>
145
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24151">[24151]</a> Add a pseudonymization process for patrons and transactions</p>
146
146
147
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p>
147
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p>
148
148
Lines 174-180 deployment: </p> Link Here
174
<h3 id="systemadministration">System Administration</h3>
174
<h3 id="systemadministration">System Administration</h3>
175
175
176
<ul>
176
<ul>
177
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22343">[22343]</a> Add configuration options for SMTP servers</p>
177
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22343">[22343]</a> Add configuration options for SMTP servers</p>
178
178
179
<blockquote>
179
<blockquote>
180
  <p>This patchset adds the ability to set SMTP servers and then pick them for using on each library when sending notices, cart, etc.</p>
180
  <p>This patchset adds the ability to set SMTP servers and then pick them for using on each library when sending notices, cart, etc.</p>
Lines 185-191 deployment: </p> Link Here
185
  
185
  
186
  <p>[*] ssl_mode=starttls is not supported under Ubuntu 16 due to old library versions.</p>
186
  <p>[*] ssl_mode=starttls is not supported under Ubuntu 16 due to old library versions.</p>
187
</blockquote></li>
187
</blockquote></li>
188
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26290">[26290]</a> Add the ability to set a default SMTP server in koha-conf.xml</p>
188
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26290">[26290]</a> Add the ability to set a default SMTP server in koha-conf.xml</p>
189
189
190
<blockquote>
190
<blockquote>
191
  <p>With this enhancement, systems administrators can set a default/global SMTP configuration when creating the Koha instance, or by manually editing the koha-conf.xml.</p>
191
  <p>With this enhancement, systems administrators can set a default/global SMTP configuration when creating the Koha instance, or by manually editing the koha-conf.xml.</p>
Lines 195-201 deployment: </p> Link Here
195
<h3 id="tools">Tools</h3>
195
<h3 id="tools">Tools</h3>
196
196
197
<ul>
197
<ul>
198
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019">[23019]</a> Ability to create 'matching profiles' when importing records</li>
198
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019">[23019]</a> Ability to create 'matching profiles' when importing records</li>
199
</ul>
199
</ul>
200
200
201
<h2 id="enhancements">Enhancements</h2>
201
<h2 id="enhancements">Enhancements</h2>
Lines 203-228 deployment: </p> Link Here
203
<h3 id="about">About</h3>
203
<h3 id="about">About</h3>
204
204
205
<ul>
205
<ul>
206
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26425">[26425]</a> Fix history.txt once and for all</li>
206
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26425">[26425]</a> Fix history.txt once and for all</li>
207
</ul>
207
</ul>
208
208
209
<h3 id="acquisitions">Acquisitions</h3>
209
<h3 id="acquisitions">Acquisitions</h3>
210
210
211
<ul>
211
<ul>
212
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15329">[15329]</a> Show budget in addition to fund for late orders in acquisition</p>
212
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15329">[15329]</a> Show budget in addition to fund for late orders in acquisition</p>
213
213
214
<blockquote>
214
<blockquote>
215
  <p>Adds a new column with the budget name to the late orders table in acquisitions. This will be helpful in combination with the already displayed fund.</p>
215
  <p>Adds a new column with the budget name to the late orders table in acquisitions. This will be helpful in combination with the already displayed fund.</p>
216
</blockquote></li>
216
</blockquote></li>
217
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21882">[21882]</a> Add price column to acquisition details tab in staff interface</li>
217
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21882">[21882]</a> Add price column to acquisition details tab in staff interface</li>
218
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21898">[21898]</a> Add basket info available for ACQORDER</p>
218
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21898">[21898]</a> Add basket info available for ACQORDER</p>
219
219
220
<blockquote>
220
<blockquote>
221
  <p>This enhancement adds the aqbasket variable to the AQORDER notice processor. </p>
221
  <p>This enhancement adds the aqbasket variable to the AQORDER notice processor. </p>
222
  
222
  
223
  <p>This allows users to utilise basket details in the subject and content of their <code>AQORDER</code> notices.</p>
223
  <p>This allows users to utilise basket details in the subject and content of their <code>AQORDER</code> notices.</p>
224
</blockquote></li>
224
</blockquote></li>
225
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23420">[23420]</a> Add "SuggestionsUnwantedFields" to hide fields from the suggestions form</p>
225
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23420">[23420]</a> Add "SuggestionsUnwantedFields" to hide fields from the suggestions form</p>
226
226
227
<blockquote>
227
<blockquote>
228
  <p>This enhancement allows a library to configure the visibility of the input fields on the OPAC suggestion form.</p>
228
  <p>This enhancement allows a library to configure the visibility of the input fields on the OPAC suggestion form.</p>
Lines 231-238 deployment: </p> Link Here
231
  
231
  
232
  <p><strong>Removed system preference</strong>: <code>AllowPurchaseSuggestionBranchChoice</code></p>
232
  <p><strong>Removed system preference</strong>: <code>AllowPurchaseSuggestionBranchChoice</code></p>
233
</blockquote></li>
233
</blockquote></li>
234
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23682">[23682]</a> Add ability to manually import EDI invoices as an alternative to automatic importing on download</li>
234
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23682">[23682]</a> Add ability to manually import EDI invoices as an alternative to automatic importing on download</li>
235
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24157">[24157]</a> Additional acquisitions permissions</p>
235
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24157">[24157]</a> Additional acquisitions permissions</p>
236
236
237
<p><strong>Sponsored by</strong> <em>Galway-Mayo Institute of Technology</em></p>
237
<p><strong>Sponsored by</strong> <em>Galway-Mayo Institute of Technology</em></p>
238
238
Lines 247-274 deployment: </p> Link Here
247
  <li>delete_baskets to delete baskets</li>
247
  <li>delete_baskets to delete baskets</li>
248
  </ul>
248
  </ul>
249
</blockquote></li>
249
</blockquote></li>
250
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033">[25033]</a> Counts of suggestions are confusing</p>
250
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033">[25033]</a> Counts of suggestions are confusing</p>
251
251
252
<blockquote>
252
<blockquote>
253
  <p>This patch adds to the simple count of all suggestions in the system with a count filtered by the users branch. This means that on the homepage and other areas a user will see a count of local suggestions and total suggestions in the system.</p>
253
  <p>This patch adds to the simple count of all suggestions in the system with a count filtered by the users branch. This means that on the homepage and other areas a user will see a count of local suggestions and total suggestions in the system.</p>
254
  
254
  
255
  <p>Previously clicking the link to suggestions would take the user to a page showing fewer suggestions that counted in the link. Now these numbers should be more consistent.</p>
255
  <p>Previously clicking the link to suggestions would take the user to a page showing fewer suggestions that counted in the link. Now these numbers should be more consistent.</p>
256
</blockquote></li>
256
</blockquote></li>
257
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26014">[26014]</a> Add publication year and edition to Z39.50 results in acquisition</li>
257
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26014">[26014]</a> Add publication year and edition to Z39.50 results in acquisition</li>
258
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26089">[26089]</a> Add acquisitions-related reports to acquisitions sidebar menu</p>
258
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26089">[26089]</a> Add acquisitions-related reports to acquisitions sidebar menu</p>
259
259
260
<blockquote>
260
<blockquote>
261
  <p>This patch modifies the menu shown in the sidebar of some acquisitions pages so that in contains links to these acquisitions-related reports: Acquisitions statistics wizard and Orders by fund.</p>
261
  <p>This patch modifies the menu shown in the sidebar of some acquisitions pages so that in contains links to these acquisitions-related reports: Acquisitions statistics wizard and Orders by fund.</p>
262
</blockquote></li>
262
</blockquote></li>
263
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26503">[26503]</a> Allow to limit on standing orders in acquisition advanced search</li>
263
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26503">[26503]</a> Allow to limit on standing orders in acquisition advanced search</li>
264
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26582">[26582]</a> Add Koha::Acquisition::Basket->close</li>
264
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26582">[26582]</a> Add Koha::Acquisition::Basket->close</li>
265
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26680">[26680]</a> Update (rcvd) to (received) with its own class in basket view</li>
265
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26680">[26680]</a> Update (rcvd) to (received) with its own class in basket view</li>
266
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26712">[26712]</a> Set focus for cursor to basket name input box on basketheader.pl</p>
266
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26712">[26712]</a> Set focus for cursor to basket name input box on basketheader.pl</p>
267
267
268
<blockquote>
268
<blockquote>
269
  <p>This patch modifies the form for creating a new basket in acquisitions so that the user's cursor is automatically placed in the first field, the basket name input.</p>
269
  <p>This patch modifies the form for creating a new basket in acquisitions so that the user's cursor is automatically placed in the first field, the basket name input.</p>
270
</blockquote></li>
270
</blockquote></li>
271
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26729">[26729]</a> When adding a new vendor set focus for cursor to name input box</p>
271
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26729">[26729]</a> When adding a new vendor set focus for cursor to name input box</p>
272
272
273
<blockquote>
273
<blockquote>
274
  <p>This patch modifies the form for creating a new vendor in acquisitions so that the user's cursor is automatically placed in the first field, the vendor name input.</p>
274
  <p>This patch modifies the form for creating a new vendor in acquisitions so that the user's cursor is automatically placed in the first field, the vendor name input.</p>
Lines 278-361 deployment: </p> Link Here
278
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
278
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
279
279
280
<ul>
280
<ul>
281
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16357">[16357]</a> Plack error logs are not time stamped</p>
281
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16357">[16357]</a> Plack error logs are not time stamped</p>
282
282
283
<blockquote>
283
<blockquote>
284
  <p>This enhancements adds timestamped logs for Plack-enabled Koha, which makes it easier for system administrators to review warnings and errors in Koha.</p>
284
  <p>This enhancements adds timestamped logs for Plack-enabled Koha, which makes it easier for system administrators to review warnings and errors in Koha.</p>
285
</blockquote></li>
285
</blockquote></li>
286
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582">[20582]</a> Turn Koha into a Mojolicious application</p>
286
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582">[20582]</a> Turn Koha into a Mojolicious application</p>
287
287
288
<blockquote>
288
<blockquote>
289
  <p>This allows to run Koha as a Mojolicious application. It's a first step towards rewriting CGI code as Mojolicious controllers, for cleaner code and more testability.
289
  <p>This allows to run Koha as a Mojolicious application. It's a first step towards rewriting CGI code as Mojolicious controllers, for cleaner code and more testability.
290
  It's designed for developers only at this point, and should not be used in production.</p>
290
  It's designed for developers only at this point, and should not be used in production.</p>
291
</blockquote></li>
291
</blockquote></li>
292
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21395">[21395]</a> Make perlcritic happy</li>
292
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21395">[21395]</a> Make perlcritic happy</li>
293
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22393">[22393]</a> Remove last remaining manualinvoice use</li>
293
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22393">[22393]</a> Remove last remaining manualinvoice use</li>
294
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22394">[22394]</a> Remove C4::Accounts::manualinvoice</li>
294
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22394">[22394]</a> Remove C4::Accounts::manualinvoice</li>
295
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23070">[23070]</a> Use Koha::Hold in C4::Reserves::RevertWaitingStatus</li>
295
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23070">[23070]</a> Use Koha::Hold in C4::Reserves::RevertWaitingStatus</li>
296
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092">[23092]</a> Add 'daterequested' to the transfers table</li>
296
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092">[23092]</a> Add 'daterequested' to the transfers table</li>
297
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23166">[23166]</a> Simplify code related to orders in catalogue/*detail.pl</li>
297
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23166">[23166]</a> Simplify code related to orders in catalogue/*detail.pl</li>
298
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376">[23376]</a> Cleanup order receive page code</li>
298
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376">[23376]</a> Cleanup order receive page code</li>
299
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23632">[23632]</a> Remove C4::Logs::GetLogs</li>
299
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23632">[23632]</a> Remove C4::Logs::GetLogs</li>
300
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23895">[23895]</a> Tidy up the directories under installer/data/mysql/</p>
300
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23895">[23895]</a> Tidy up the directories under installer/data/mysql/</p>
301
301
302
<blockquote>
302
<blockquote>
303
  <p>The sql installer files that was present in installer/data/mysql have been moved in a 'mandatory' subdirectory.
303
  <p>The sql installer files that was present in installer/data/mysql have been moved in a 'mandatory' subdirectory.
304
  For instance, installer/data/mysql/sysprefs.sql is now in installer/data/mysql/mandatory/sysprefs.sql</p>
304
  For instance, installer/data/mysql/sysprefs.sql is now in installer/data/mysql/mandatory/sysprefs.sql</p>
305
</blockquote></li>
305
</blockquote></li>
306
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25067">[25067]</a> Move PO file manipulation code into gulp tasks</li>
306
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25067">[25067]</a> Move PO file manipulation code into gulp tasks</li>
307
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070">[25070]</a> Include files to display address and contact must be refactored</p>
307
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070">[25070]</a> Include files to display address and contact must be refactored</p>
308
308
309
<blockquote>
309
<blockquote>
310
  <p>This internal change simplifies the code for editing and displaying patron address and contact information. It removes duplicated code, reducing potential problems when the code is changed in the future.</p>
310
  <p>This internal change simplifies the code for editing and displaying patron address and contact information. It removes duplicated code, reducing potential problems when the code is changed in the future.</p>
311
  
311
  
312
  <p>For example, there are currently 5 include files for each value of the address format (us, de, fr) with the code duplicated for each language. The change reduces the need for 5*3 files to 5 files.</p>
312
  <p>For example, there are currently 5 include files for each value of the address format (us, de, fr) with the code duplicated for each language. The change reduces the need for 5*3 files to 5 files.</p>
313
</blockquote></li>
313
</blockquote></li>
314
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25114">[25114]</a> Remove duplicated logic from GetLoanLength()</li>
314
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25114">[25114]</a> Remove duplicated logic from GetLoanLength()</li>
315
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25287">[25287]</a> Add columns_settings support to API datatables wrapper</p>
315
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25287">[25287]</a> Add columns_settings support to API datatables wrapper</p>
316
316
317
<blockquote>
317
<blockquote>
318
  <p>Tables are starting to use the new API to build their contents. This is done by using the API datatables wrapper. This development makes this wrapper support the current columns settings feature.</p>
318
  <p>Tables are starting to use the new API to build their contents. This is done by using the API datatables wrapper. This development makes this wrapper support the current columns settings feature.</p>
319
</blockquote></li>
319
</blockquote></li>
320
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333">[25333]</a> Change message transport type for Talking Tech from "phone" to "itiva"</p>
320
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333">[25333]</a> Change message transport type for Talking Tech from "phone" to "itiva"</p>
321
321
322
<blockquote>
322
<blockquote>
323
  <p>The itiva notices operate in a manner that is specific to itiva, the actual notices themselves are generated and handled by custom scripts only used for itiva.</p>
323
  <p>The itiva notices operate in a manner that is specific to itiva, the actual notices themselves are generated and handled by custom scripts only used for itiva.</p>
324
  
324
  
325
  <p>In order to allow integration with other phone notice vendors these patches rename the existing 'phone' message transport type to 'itiva'</p>
325
  <p>In order to allow integration with other phone notice vendors these patches rename the existing 'phone' message transport type to 'itiva'</p>
326
</blockquote></li>
326
</blockquote></li>
327
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334">[25334]</a> Add generic 'phone' message transport type</p>
327
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334">[25334]</a> Add generic 'phone' message transport type</p>
328
328
329
<blockquote>
329
<blockquote>
330
  <p>Previously the 'phone' message transport in Koha was tied to itiva and was not adaptable to other vendors. In this version that transport is renamed 'itiva' and we add a new 'phone' type that generates notices in the same manner as email, sms and print notices. Koha on it's own will not do anything with these notices. Instead, you will need a plugin such as https://github.com/bywatersolutions/koha-plugin-twilio-voice to handle making the phone calls and updating the notice status.</p>
330
  <p>Previously the 'phone' message transport in Koha was tied to itiva and was not adaptable to other vendors. In this version that transport is renamed 'itiva' and we add a new 'phone' type that generates notices in the same manner as email, sms and print notices. Koha on it's own will not do anything with these notices. Instead, you will need a plugin such as https://github.com/bywatersolutions/koha-plugin-twilio-voice to handle making the phone calls and updating the notice status.</p>
331
</blockquote></li>
331
</blockquote></li>
332
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25663">[25663]</a> Koha::RefundLostItemFeeRules should be merged into Koha::CirculationRules</li>
332
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25663">[25663]</a> Koha::RefundLostItemFeeRules should be merged into Koha::CirculationRules</li>
333
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25723">[25723]</a> Improve efficiency of holiday calculation</li>
333
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25723">[25723]</a> Improve efficiency of holiday calculation</li>
334
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25998">[25998]</a> Add 'library' relation to Koha::Account::Line</li>
334
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25998">[25998]</a> Add 'library' relation to Koha::Account::Line</li>
335
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26132">[26132]</a> Improve readability of TooMany</li>
335
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26132">[26132]</a> Improve readability of TooMany</li>
336
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26133">[26133]</a> Unneeded calls in detail.pl can be removed</li>
336
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26133">[26133]</a> Unneeded calls in detail.pl can be removed</li>
337
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26141">[26141]</a> Duplicated code in search.pl</li>
337
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26141">[26141]</a> Duplicated code in search.pl</li>
338
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26251">[26251]</a> Remove unused routines from svc/split_callnumbers</li>
338
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26251">[26251]</a> Remove unused routines from svc/split_callnumbers</li>
339
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268">[26268]</a> Remove items.paid for once and for all</p>
339
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268">[26268]</a> Remove items.paid for once and for all</p>
340
340
341
<blockquote>
341
<blockquote>
342
  <p>The <code>paid</code> field in the <code>items</code> table is removed with this patch to prevent accidental re-introduction of syncing code and overhead.  The only place where the value is surfaced in the UI has been replaced with an on-demand calculated value.</p>
342
  <p>The <code>paid</code> field in the <code>items</code> table is removed with this patch to prevent accidental re-introduction of syncing code and overhead.  The only place where the value is surfaced in the UI has been replaced with an on-demand calculated value.</p>
343
</blockquote></li>
343
</blockquote></li>
344
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26325">[26325]</a> Add primary_key_exists function to Installer.pm</li>
344
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26325">[26325]</a> Add primary_key_exists function to Installer.pm</li>
345
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26394">[26394]</a> .mailmap needs to be updated</p>
345
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26394">[26394]</a> .mailmap needs to be updated</p>
346
346
347
<blockquote>
347
<blockquote>
348
  <p>The .mailmap file is used to map author and committer names and email addresses to canonical real names and email addresses. It has been improved to reflect the current project's history.
348
  <p>The .mailmap file is used to map author and committer names and email addresses to canonical real names and email addresses. It has been improved to reflect the current project's history.
349
  It helps to have a cleaner authors list and prevents duplicate
349
  It helps to have a cleaner authors list and prevents duplicate
350
  http://git.koha-community.org/stats/koha-master/authors.html</p>
350
  https://git.koha-community.org/stats/koha-master/authors.html</p>
351
</blockquote></li>
351
</blockquote></li>
352
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26432">[26432]</a> Remove unused ModZebrations</li>
352
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26432">[26432]</a> Remove unused ModZebrations</li>
353
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26485">[26485]</a> Simplify itemnumber handling in returns.pl</li>
353
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26485">[26485]</a> Simplify itemnumber handling in returns.pl</li>
354
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26515">[26515]</a> Add Koha::Acquisition::Order->cancel</p>
354
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26515">[26515]</a> Add Koha::Acquisition::Order->cancel</p>
355
355
356
<p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
356
<p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
357
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26524">[26524]</a> Add Koha::Acquisition::Basket->orders</li>
357
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26524">[26524]</a> Add Koha::Acquisition::Basket->orders</li>
358
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26555">[26555]</a> Add a way for Koha::Object(s) to carry execution information</p>
358
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26555">[26555]</a> Add a way for Koha::Object(s) to carry execution information</p>
359
359
360
<blockquote>
360
<blockquote>
361
  <p>This enhancement adds a standardised way to pass execution information around within Koha::Objects.</p>
361
  <p>This enhancement adds a standardised way to pass execution information around within Koha::Objects.</p>
Lines 364-396 deployment: </p> Link Here
364
  
364
  
365
  <p>The caller can then access the execution data using <code>my $messages = $object-&gt;messages;</code></p>
365
  <p>The caller can then access the execution data using <code>my $messages = $object-&gt;messages;</code></p>
366
</blockquote></li>
366
</blockquote></li>
367
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26577">[26577]</a> Make basket.pl and cancelorder.pl use $order->cancel</p>
367
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26577">[26577]</a> Make basket.pl and cancelorder.pl use $order->cancel</p>
368
368
369
<blockquote>
369
<blockquote>
370
  <p>This patch refactors order cancelling code usage to prepare the ground for code cleanup.</p>
370
  <p>This patch refactors order cancelling code usage to prepare the ground for code cleanup.</p>
371
</blockquote></li>
371
</blockquote></li>
372
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26579">[26579]</a> Remove unused C4::Acquisition::DelOrder function</li>
372
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26579">[26579]</a> Remove unused C4::Acquisition::DelOrder function</li>
373
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26580">[26580]</a> Remove unused C4::Acquisition::DelBasket function</li>
373
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26580">[26580]</a> Remove unused C4::Acquisition::DelBasket function</li>
374
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26584">[26584]</a> Remove unused C4::Acquisition::CloseBasket function</li>
374
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26584">[26584]</a> Remove unused C4::Acquisition::CloseBasket function</li>
375
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26600">[26600]</a> Missing module in Indexer.pm</li>
375
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26600">[26600]</a> Missing module in Indexer.pm</li>
376
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26621">[26621]</a> .mailmap adjustments</li>
376
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26621">[26621]</a> .mailmap adjustments</li>
377
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27002">[27002]</a> Make Koha::Biblio->pickup_locations return a Koha::Libraries resultset</li>
377
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27002">[27002]</a> Make Koha::Biblio->pickup_locations return a Koha::Libraries resultset</li>
378
</ul>
378
</ul>
379
379
380
<h3 id="cataloging">Cataloging</h3>
380
<h3 id="cataloging">Cataloging</h3>
381
381
382
<ul>
382
<ul>
383
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5428">[5428]</a> Back to results after deleting a record</p>
383
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5428">[5428]</a> Back to results after deleting a record</p>
384
384
385
<blockquote>
385
<blockquote>
386
  <p>After deleting a bibliographic record in the cataloguing module the cataloguer will now be redirected back to the search results list if they had any, instead of the empty search form.</p>
386
  <p>After deleting a bibliographic record in the cataloguing module the cataloguer will now be redirected back to the search results list if they had any, instead of the empty search form.</p>
387
</blockquote></li>
387
</blockquote></li>
388
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12533">[12533]</a> Improve authority search result display</p>
388
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12533">[12533]</a> Improve authority search result display</p>
389
389
390
<blockquote>
390
<blockquote>
391
  <p>This patch changes authority record search results, linking each heading to the corresponding detail page, and adding column in the results table showing the heading type.</p>
391
  <p>This patch changes authority record search results, linking each heading to the corresponding detail page, and adding column in the results table showing the heading type.</p>
392
</blockquote></li>
392
</blockquote></li>
393
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851">[15851]</a> Only display "Analytics: Show analytics" when records have linked analytics</p>
393
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851">[15851]</a> Only display "Analytics: Show analytics" when records have linked analytics</p>
394
394
395
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
395
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
396
396
Lines 422-438 deployment: </p> Link Here
422
  
422
  
423
  <p>This CSS classes can be used in both OPAC and admin interface.</p>
423
  <p>This CSS classes can be used in both OPAC and admin interface.</p>
424
</blockquote></li>
424
</blockquote></li>
425
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15933">[15933]</a> Add cataloguing plugin to search for existing publishers in other records</p>
425
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15933">[15933]</a> Add cataloguing plugin to search for existing publishers in other records</p>
426
426
427
<blockquote>
427
<blockquote>
428
  <p>This patch adds the option to enable an autocomplete search for publisher name on the 260$b or 264$b input fields in the basic MARC editor.</p>
428
  <p>This patch adds the option to enable an autocomplete search for publisher name on the 260$b or 264$b input fields in the basic MARC editor.</p>
429
</blockquote></li>
429
</blockquote></li>
430
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16314">[16314]</a> Show upload link for upload plugin in basic MARC editor</li>
430
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16314">[16314]</a> Show upload link for upload plugin in basic MARC editor</li>
431
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20154">[20154]</a> Stay in the open tab when editing authority record</li>
431
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20154">[20154]</a> Stay in the open tab when editing authority record</li>
432
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22399">[22399]</a> Improve responsive behavior of the basic marc editor</li>
432
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22399">[22399]</a> Improve responsive behavior of the basic marc editor</li>
433
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24134">[24134]</a> Add placeholder for 2 digit years to allow autogeneration of dates in 008</li>
433
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24134">[24134]</a> Add placeholder for 2 digit years to allow autogeneration of dates in 008</li>
434
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24176">[24176]</a> Show the date of the last circulation in the items table in the staff interface</li>
434
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24176">[24176]</a> Show the date of the last circulation in the items table in the staff interface</li>
435
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25728">[25728]</a> Add the ability to create a new authorised value within the cataloguing module</p>
435
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25728">[25728]</a> Add the ability to create a new authorised value within the cataloguing module</p>
436
436
437
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
437
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
438
438
Lines 441-447 deployment: </p> Link Here
441
  It also works on the item and authority editing forms.
441
  It also works on the item and authority editing forms.
442
  They will need the necessary permission: manage_authorised_values.</p>
442
  They will need the necessary permission: manage_authorised_values.</p>
443
</blockquote></li>
443
</blockquote></li>
444
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26145">[26145]</a> Add the ability to attach a cover image at item level</p>
444
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26145">[26145]</a> Add the ability to attach a cover image at item level</p>
445
445
446
<p><strong>Sponsored by</strong> <em>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</em></p>
446
<p><strong>Sponsored by</strong> <em>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</em></p>
447
447
Lines 455-461 deployment: </p> Link Here
455
<h3 id="circulation">Circulation</h3>
455
<h3 id="circulation">Circulation</h3>
456
456
457
<ul>
457
<ul>
458
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12656">[12656]</a> Allow a CANCELLATION_REASON to be specified on the cancel_expired_holds.pl job</p>
458
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12656">[12656]</a> Allow a CANCELLATION_REASON to be specified on the cancel_expired_holds.pl job</p>
459
459
460
<blockquote>
460
<blockquote>
461
  <p>These patches add a --reason flag to the cancel expired reserves cronjob. </p>
461
  <p>These patches add a --reason flag to the cancel expired reserves cronjob. </p>
Lines 464-498 deployment: </p> Link Here
464
  
464
  
465
  <p>The reason will be available in the notice template to allow custom messages to be sent</p>
465
  <p>The reason will be available in the notice template to allow custom messages to be sent</p>
466
</blockquote></li>
466
</blockquote></li>
467
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14866">[14866]</a> Make high holds work with different item types and number of open days</p>
467
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14866">[14866]</a> Make high holds work with different item types and number of open days</p>
468
468
469
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
469
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
470
470
471
<blockquote>
471
<blockquote>
472
  <p>This patch adds a new circulation rule - decreaseloanholds - which will override the value set in the decreaseLoanHighHoldsDuration system preference for specific item types, or patron categories, or branches.</p>
472
  <p>This patch adds a new circulation rule - decreaseloanholds - which will override the value set in the decreaseLoanHighHoldsDuration system preference for specific item types, or patron categories, or branches.</p>
473
</blockquote></li>
473
</blockquote></li>
474
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15780">[15780]</a> Include inventory number in patron account summary print</li>
474
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15780">[15780]</a> Include inventory number in patron account summary print</li>
475
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16112">[16112]</a> Specify renewal date for batch renew</p>
475
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16112">[16112]</a> Specify renewal date for batch renew</p>
476
476
477
<blockquote>
477
<blockquote>
478
  <p>Add the ability to define the due date during a batch renew.
478
  <p>Add the ability to define the due date during a batch renew.
479
  Like bug 16748 for batch checkout.</p>
479
  Like bug 16748 for batch checkout.</p>
480
</blockquote></li>
480
</blockquote></li>
481
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16748">[16748]</a> Batch checkout needs set due date</p>
481
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16748">[16748]</a> Batch checkout needs set due date</p>
482
482
483
<blockquote>
483
<blockquote>
484
  <p>Add the ability to specify the due date during a batch checkout, to prevent the default loan period to be used.</p>
484
  <p>Add the ability to specify the due date during a batch checkout, to prevent the default loan period to be used.</p>
485
</blockquote></li>
485
</blockquote></li>
486
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19351">[19351]</a> Add copynumber in the checkouts table in staff interface</li>
486
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19351">[19351]</a> Add copynumber in the checkouts table in staff interface</li>
487
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19382">[19382]</a> Add ability to block guarantees based on fees owed by guarantor and other guarantees</li>
487
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19382">[19382]</a> Add ability to block guarantees based on fees owed by guarantor and other guarantees</li>
488
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20469">[20469]</a> Add item status to staff article requests form</li>
488
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20469">[20469]</a> Add item status to staff article requests form</li>
489
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21750">[21750]</a> Move collection to its own column in checkins table</li>
489
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21750">[21750]</a> Move collection to its own column in checkins table</li>
490
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23916">[23916]</a> Issuer should be recorded and visible in patron circulation history</p>
490
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23916">[23916]</a> Issuer should be recorded and visible in patron circulation history</p>
491
491
492
<blockquote>
492
<blockquote>
493
  <p>This new enhancement enables the recording, and subsequent display, of who checked out an item. When viewing a checkout in a patron's circulation history and an item's checkout history, details of who carried out the checkout is displayed. The recording of this information is controlled by the new system preference "RecordStaffUserOnCheckout".</p>
493
  <p>This new enhancement enables the recording, and subsequent display, of who checked out an item. When viewing a checkout in a patron's circulation history and an item's checkout history, details of who carried out the checkout is displayed. The recording of this information is controlled by the new system preference "RecordStaffUserOnCheckout".</p>
494
</blockquote></li>
494
</blockquote></li>
495
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23979">[23979]</a> "Account is locked" message should be displayed on all patron pages</p>
495
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23979">[23979]</a> "Account is locked" message should be displayed on all patron pages</p>
496
496
497
<blockquote>
497
<blockquote>
498
  <p>This patch alters the display to show a message on all patron screens when a patron is locked out of their account due to too many login attempts or has an administrative lock.</p>
498
  <p>This patch alters the display to show a message on all patron screens when a patron is locked out of their account due to too many login attempts or has an administrative lock.</p>
Lines 501-514 deployment: </p> Link Here
501
  
501
  
502
  <p>Administrative locks are related to GDPR settings.</p>
502
  <p>Administrative locks are related to GDPR settings.</p>
503
</blockquote></li>
503
</blockquote></li>
504
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24083">[24083]</a> Koha should support "seen" vs "unseen" renewals</p>
504
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24083">[24083]</a> Koha should support "seen" vs "unseen" renewals</p>
505
505
506
<blockquote>
506
<blockquote>
507
  <p>This new feature allows the library to keep track of how many times an item has been renewed but not actually seen by the library, typically through renewing online.</p>
507
  <p>This new feature allows the library to keep track of how many times an item has been renewed but not actually seen by the library, typically through renewing online.</p>
508
  
508
  
509
  <p>Additionally, this allows the library to set their circulation rules to require regular 'seen' renewals and thus prevent patrons from continually renewing an item which may actually have been lost.</p>
509
  <p>Additionally, this allows the library to set their circulation rules to require regular 'seen' renewals and thus prevent patrons from continually renewing an item which may actually have been lost.</p>
510
</blockquote></li>
510
</blockquote></li>
511
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159">[24159]</a> Allow daysMode for calculating due and renewal dates to be set at the circulation rules level</p>
511
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159">[24159]</a> Allow daysMode for calculating due and renewal dates to be set at the circulation rules level</p>
512
512
513
<p><strong>Sponsored by</strong> <em>Institute of Technology Carlow</em></p>
513
<p><strong>Sponsored by</strong> <em>Institute of Technology Carlow</em></p>
514
514
Lines 517-535 deployment: </p> Link Here
517
  
517
  
518
  <p>The useDaysMode system preference has been moved to a circulation rule to add more flexibility in the calculation of the due date.</p>
518
  <p>The useDaysMode system preference has been moved to a circulation rule to add more flexibility in the calculation of the due date.</p>
519
</blockquote></li>
519
</blockquote></li>
520
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24201">[24201]</a> Attach desk to intranet session</p>
520
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24201">[24201]</a> Attach desk to intranet session</p>
521
521
522
<blockquote>
522
<blockquote>
523
  <p>When <code>UseCirculationDesks</code> is enabled and desks are defined and attached to a library, this feature makes it possible to chose your current desk on login or when changing library from the intranet. The desk is then attached to the session.</p>
523
  <p>When <code>UseCirculationDesks</code> is enabled and desks are defined and attached to a library, this feature makes it possible to chose your current desk on login or when changing library from the intranet. The desk is then attached to the session.</p>
524
  
524
  
525
  <p>Future developments are planned to allow associating hold pickup locations with desks and other features.</p>
525
  <p>Future developments are planned to allow associating hold pickup locations with desks and other features.</p>
526
</blockquote></li>
526
</blockquote></li>
527
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232">[25232]</a> Add ability to skip trapping items with a given notforloan value</p>
527
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232">[25232]</a> Add ability to skip trapping items with a given notforloan value</p>
528
528
529
<blockquote>
529
<blockquote>
530
  <p>This feature adds the system preference SkipHoldTrapOnNotForLoanValue. Adding a notforloan value to this system preference prevents items with that notforloan value from triggering holds at checkin, allowing for a temporary quarantine or any other circumstance in which an item should be temporarily delayed from circulation. This presents a more customizable alternative to the existing TrapHoldsOnOrder system preference.</p>
530
  <p>This feature adds the system preference SkipHoldTrapOnNotForLoanValue. Adding a notforloan value to this system preference prevents items with that notforloan value from triggering holds at checkin, allowing for a temporary quarantine or any other circumstance in which an item should be temporarily delayed from circulation. This presents a more customizable alternative to the existing TrapHoldsOnOrder system preference.</p>
531
</blockquote></li>
531
</blockquote></li>
532
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25261">[25261]</a> Multiple parts handling - confirmation alert</p>
532
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25261">[25261]</a> Multiple parts handling - confirmation alert</p>
533
533
534
<p><strong>Sponsored by</strong> <em>PTFS Europe</em> and <em>Royal College of Music</em></p>
534
<p><strong>Sponsored by</strong> <em>PTFS Europe</em> and <em>Royal College of Music</em></p>
535
535
Lines 538-591 deployment: </p> Link Here
538
  
538
  
539
  <p>New system preference: <code>CircConfirmItemParts</code></p>
539
  <p>New system preference: <code>CircConfirmItemParts</code></p>
540
</blockquote></li>
540
</blockquote></li>
541
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25430">[25430]</a> Improve the styling of the claims returned tab</li>
541
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25430">[25430]</a> Improve the styling of the claims returned tab</li>
542
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25699">[25699]</a> Add edition information to Holds to pull report</li>
542
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25699">[25699]</a> Add edition information to Holds to pull report</li>
543
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25717">[25717]</a> Improve messages for automatic renewal errors</p>
543
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25717">[25717]</a> Improve messages for automatic renewal errors</p>
544
544
545
<blockquote>
545
<blockquote>
546
  <p>This change improves the wording and grammar for automatic renewal error messages.</p>
546
  <p>This change improves the wording and grammar for automatic renewal error messages.</p>
547
</blockquote></li>
547
</blockquote></li>
548
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25798">[25798]</a> Copyright year to Holds to pull report</li>
548
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25798">[25798]</a> Copyright year to Holds to pull report</li>
549
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25799">[25799]</a> Edition information to Holds queue report</li>
549
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25799">[25799]</a> Edition information to Holds queue report</li>
550
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907">[25907]</a> When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode</li>
550
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907">[25907]</a> When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode</li>
551
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26424">[26424]</a> Better performance of svc/checkouts</li>
551
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26424">[26424]</a> Better performance of svc/checkouts</li>
552
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26501">[26501]</a> Article requests: Add datatables to requests form in staff client</li>
552
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26501">[26501]</a> Article requests: Add datatables to requests form in staff client</li>
553
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26643">[26643]</a> Staff should be notified that a transfer has been completed on checkin</p>
553
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26643">[26643]</a> Staff should be notified that a transfer has been completed on checkin</p>
554
554
555
<blockquote>
555
<blockquote>
556
  <p>This patch introduces a notification message on the check-in screen to highlight when the check-in has resulted in the completion of a transfer.</p>
556
  <p>This patch introduces a notification message on the check-in screen to highlight when the check-in has resulted in the completion of a transfer.</p>
557
</blockquote></li>
557
</blockquote></li>
558
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26694">[26694]</a> Set focus for cursor to search input box on guarantor_search.pl</li>
558
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26694">[26694]</a> Set focus for cursor to search input box on guarantor_search.pl</li>
559
</ul>
559
</ul>
560
560
561
<h3 id="command-lineutilities">Command-line Utilities</h3>
561
<h3 id="command-lineutilities">Command-line Utilities</h3>
562
562
563
<ul>
563
<ul>
564
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21111">[21111]</a> Add --exclude-indexes option to koha-run-backups</li>
564
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21111">[21111]</a> Add --exclude-indexes option to koha-run-backups</li>
565
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21591">[21591]</a> Data inconsistencies - Item types and biblio level</p>
565
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21591">[21591]</a> Data inconsistencies - Item types and biblio level</p>
566
566
567
<blockquote>
567
<blockquote>
568
  <p>When an item does not have an itemtype and the record (biblioitem) also has no itemtype defined the data inconsistencies script would error rather than reporting.</p>
568
  <p>When an item does not have an itemtype and the record (biblioitem) also has no itemtype defined the data inconsistencies script would error rather than reporting.</p>
569
  
569
  
570
  <p>We add a test for missing record level itemtypes so that we can correctly report these problems too.</p>
570
  <p>We add a test for missing record level itemtypes so that we can correctly report these problems too.</p>
571
</blockquote></li>
571
</blockquote></li>
572
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23696">[23696]</a> build_oai_sets.pl should take biblios from deletedbiblio_metadata too</li>
572
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23696">[23696]</a> build_oai_sets.pl should take biblios from deletedbiblio_metadata too</li>
573
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24152">[24152]</a> Add the ability to purge pseudonymized data</p>
573
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24152">[24152]</a> Add the ability to purge pseudonymized data</p>
574
574
575
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
575
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
576
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24153">[24153]</a> Add a confirm flag to the cleanup_database.pl cronjob</p>
576
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24153">[24153]</a> Add a confirm flag to the cleanup_database.pl cronjob</p>
577
577
578
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p>
578
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p>
579
579
580
<blockquote>
580
<blockquote>
581
  <p>This enhancement adds a --confirm flag to the cleanup_database.pl cronjob, that allows a dry-run mode with a verbose output.</p>
581
  <p>This enhancement adds a --confirm flag to the cleanup_database.pl cronjob, that allows a dry-run mode with a verbose output.</p>
582
</blockquote></li>
582
</blockquote></li>
583
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24306">[24306]</a> Add debug option to koha-indexer</p>
583
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24306">[24306]</a> Add debug option to koha-indexer</p>
584
584
585
<blockquote>
585
<blockquote>
586
  <p>These patches add a --debug switch to the koha-indexer script. This will vastly increase the logging output of the rebuild zebra daemon. This information may be useful for determining why some records are not being indexed.</p>
586
  <p>These patches add a --debug switch to the koha-indexer script. This will vastly increase the logging output of the rebuild zebra daemon. This information may be useful for determining why some records are not being indexed.</p>
587
</blockquote></li>
587
</blockquote></li>
588
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25511">[25511]</a> Add --force option to update_dbix_class_files.pl</p>
588
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25511">[25511]</a> Add --force option to update_dbix_class_files.pl</p>
589
589
590
<blockquote>
590
<blockquote>
591
  <p>Sometimes, if you know what you are doing, you may want to force a schema overwrite regardless of whether the hashes report there are changes above the fold.</p>
591
  <p>Sometimes, if you know what you are doing, you may want to force a schema overwrite regardless of whether the hashes report there are changes above the fold.</p>
Lines 594-670 deployment: </p> Link Here
594
  
594
  
595
  <p><strong><em>WARNING</em></strong>: Use this at your own risk.. it's helpful if you are maintaining a fork or in other such cases. You should always attempt to run the script without force first and only resort to using force if that fails. It is also very much worthwhile checking the diff after running with force to ensure you have not resulted in any unexpected changes.</p>
595
  <p><strong><em>WARNING</em></strong>: Use this at your own risk.. it's helpful if you are maintaining a fork or in other such cases. You should always attempt to run the script without force first and only resort to using force if that fails. It is also very much worthwhile checking the diff after running with force to ensure you have not resulted in any unexpected changes.</p>
596
</blockquote></li>
596
</blockquote></li>
597
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25624">[25624]</a> Update patrons category script should allow finding null and not null and wildcards</li>
597
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25624">[25624]</a> Update patrons category script should allow finding null and not null and wildcards</li>
598
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26175">[26175]</a> Remove warn if undefined barcode in misc/export_records.pl</li>
598
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26175">[26175]</a> Remove warn if undefined barcode in misc/export_records.pl</li>
599
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26451">[26451]</a> Small typo in bulkmarcimport.pl</li>
599
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26451">[26451]</a> Small typo in bulkmarcimport.pl</li>
600
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26641">[26641]</a> link_bibs_to_authorities.pl: Add the ability to specify the MARC field to operate on</li>
600
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26641">[26641]</a> link_bibs_to_authorities.pl: Add the ability to specify the MARC field to operate on</li>
601
</ul>
601
</ul>
602
602
603
<h3 id="coursereserves">Course reserves</h3>
603
<h3 id="coursereserves">Course reserves</h3>
604
604
605
<ul>
605
<ul>
606
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14648">[14648]</a> Batch remove reserve items</p>
606
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14648">[14648]</a> Batch remove reserve items</p>
607
607
608
<blockquote>
608
<blockquote>
609
  <p>This allows to batch remove items from any course reserve they have been added to using a barcode list. Access the new feature using the "Batch remove reserves" button on the course reserves module start page.</p>
609
  <p>This allows to batch remove items from any course reserve they have been added to using a barcode list. Access the new feature using the "Batch remove reserves" button on the course reserves module start page.</p>
610
</blockquote></li>
610
</blockquote></li>
611
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25606">[25606]</a> Adds "Remove all reserves" button to course details</li>
611
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25606">[25606]</a> Adds "Remove all reserves" button to course details</li>
612
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26880">[26880]</a> Add explanatory text to Add course reserve screens</li>
612
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26880">[26880]</a> Add explanatory text to Add course reserve screens</li>
613
</ul>
613
</ul>
614
614
615
<h3 id="database">Database</h3>
615
<h3 id="database">Database</h3>
616
616
617
<ul>
617
<ul>
618
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13535">[13535]</a> Table alert is missing FK and not deleted with the patron</li>
618
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13535">[13535]</a> Table alert is missing FK and not deleted with the patron</li>
619
</ul>
619
</ul>
620
620
621
<h3 id="finesandfees">Fines and fees</h3>
621
<h3 id="finesandfees">Fines and fees</h3>
622
622
623
<ul>
623
<ul>
624
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338">[8338]</a> Add ability to remove fines with dropbox mode</p>
624
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338">[8338]</a> Add ability to remove fines with dropbox mode</p>
625
625
626
<blockquote>
626
<blockquote>
627
  <p>This enhancement will remove any overdue fines that would be reversed on a backdated return if CalcFineOnBackdate is enabled and the user has not already attempted to pay off the accruing fine.</p>
627
  <p>This enhancement will remove any overdue fines that would be reversed on a backdated return if CalcFineOnBackdate is enabled and the user has not already attempted to pay off the accruing fine.</p>
628
</blockquote></li>
628
</blockquote></li>
629
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091">[23091]</a> Add options to charge new or restore forgiven overdues when a lost item is returned</p>
629
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091">[23091]</a> Add options to charge new or restore forgiven overdues when a lost item is returned</p>
630
630
631
<blockquote>
631
<blockquote>
632
  <p>This new feature allows libraries using the existing WhenLostForgiveFine functionality to reinstate forgiven overdue fines if a lost item is found and the lost item fee is refunded. Specifically, this adds two new options to the lost item fee refund on return policy dropdown in circulation rules.  When a lost item is found and the fee refunded, a forgiven overdue fine can be restored in its original accountlines entry or re-created as a new accountlines entry.</p>
632
  <p>This new feature allows libraries using the existing WhenLostForgiveFine functionality to reinstate forgiven overdue fines if a lost item is found and the lost item fee is refunded. Specifically, this adds two new options to the lost item fee refund on return policy dropdown in circulation rules.  When a lost item is found and the fee refunded, a forgiven overdue fine can be restored in its original accountlines entry or re-created as a new accountlines entry.</p>
633
</blockquote></li>
633
</blockquote></li>
634
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24603">[24603]</a> Allow to cancel charges in patron accounting</p>
634
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24603">[24603]</a> Allow to cancel charges in patron accounting</p>
635
635
636
<blockquote>
636
<blockquote>
637
  <p>This allows to cancel charges that have not been paid in full or partially yet. A cancelled charge will show up as cancelled in the account. Voiding a paid charge first will then allow to cancel it afterwards.</p>
637
  <p>This allows to cancel charges that have not been paid in full or partially yet. A cancelled charge will show up as cancelled in the account. Voiding a paid charge first will then allow to cancel it afterwards.</p>
638
</blockquote></li>
638
</blockquote></li>
639
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24610">[24610]</a> Let user switch between 'Pay' and 'Write off' mode</li>
639
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24610">[24610]</a> Let user switch between 'Pay' and 'Write off' mode</li>
640
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24786">[24786]</a> Allow setting a cash register for a login session and configuring library-default cash registers</li>
640
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24786">[24786]</a> Allow setting a cash register for a login session and configuring library-default cash registers</li>
641
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26160">[26160]</a> Add column configuration to the Point of sale, Items for purchase table</li>
641
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26160">[26160]</a> Add column configuration to the Point of sale, Items for purchase table</li>
642
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26172">[26172]</a> Add a cashup summary view (with option to print)</li>
642
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26172">[26172]</a> Add a cashup summary view (with option to print)</li>
643
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26327">[26327]</a> Include checkout library in fines</p>
643
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26327">[26327]</a> Include checkout library in fines</p>
644
644
645
<blockquote>
645
<blockquote>
646
  <p>This patch adds a new column in the accounting tables for a patron. The column will show the checkout library for charges that are tied to circulation.</p>
646
  <p>This patch adds a new column in the accounting tables for a patron. The column will show the checkout library for charges that are tied to circulation.</p>
647
</blockquote></li>
647
</blockquote></li>
648
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26506">[26506]</a> Koha::Account::pay will fail if $userenv is not set</li>
648
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26506">[26506]</a> Koha::Account::pay will fail if $userenv is not set</li>
649
</ul>
649
</ul>
650
650
651
<h3 id="holdrequests">Hold requests</h3>
651
<h3 id="holdrequests">Hold requests</h3>
652
652
653
<ul>
653
<ul>
654
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889">[19889]</a> LocalHoldsPriority needs exclusions</p>
654
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889">[19889]</a> LocalHoldsPriority needs exclusions</p>
655
655
656
<p><strong>Sponsored by</strong> <em>Cooperative Information Network (CIN)</em></p></li>
656
<p><strong>Sponsored by</strong> <em>Cooperative Information Network (CIN)</em></p></li>
657
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22789">[22789]</a> Establish non-priority holds</li>
657
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22789">[22789]</a> Establish non-priority holds</li>
658
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23820">[23820]</a> Club hold pickup locations should be able to default to patron's home library</p>
658
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23820">[23820]</a> Club hold pickup locations should be able to default to patron's home library</p>
659
659
660
<p><strong>Sponsored by</strong> <em>South East Kansas Library System</em></p></li>
660
<p><strong>Sponsored by</strong> <em>South East Kansas Library System</em></p></li>
661
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24412">[24412]</a> Attach waiting hold to desk</p>
661
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24412">[24412]</a> Attach waiting hold to desk</p>
662
662
663
<blockquote>
663
<blockquote>
664
  <p>When <code>UseCirculationDesks</code> is enabled and desks are defined and attached to a library, this feature makes it possible to attach a waiting reserve to a desk: when an item is checked in and marked as a waiting reserve, it is also attached to the current desk. The desk is then displayed in the intranet document request page, the intranet borrower holds tab, the item list of the document bibliographic details and the borrower's OPAC holds tab. You can move waiting reserve from desk to desk by checking in again the item at a different desk.</p>
664
  <p>When <code>UseCirculationDesks</code> is enabled and desks are defined and attached to a library, this feature makes it possible to attach a waiting reserve to a desk: when an item is checked in and marked as a waiting reserve, it is also attached to the current desk. The desk is then displayed in the intranet document request page, the intranet borrower holds tab, the item list of the document bibliographic details and the borrower's OPAC holds tab. You can move waiting reserve from desk to desk by checking in again the item at a different desk.</p>
665
</blockquote></li>
665
</blockquote></li>
666
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25892">[25892]</a> Clarify the visual hierarchy of holds by library and itemtype</li>
666
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25892">[25892]</a> Clarify the visual hierarchy of holds by library and itemtype</li>
667
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26281">[26281]</a> Add cancellation reason to holds history</p>
667
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26281">[26281]</a> Add cancellation reason to holds history</p>
668
668
669
<blockquote>
669
<blockquote>
670
  <p>This adds the new column for cancellation reason to the holds history page in the staff interface. See bug 25534 for more details on the new hold cancellation reason feature.</p>
670
  <p>This adds the new column for cancellation reason to the holds history page in the staff interface. See bug 25534 for more details on the new hold cancellation reason feature.</p>
Lines 674-711 deployment: </p> Link Here
674
<h3 id="i18nl10n">I18N/L10N</h3>
674
<h3 id="i18nl10n">I18N/L10N</h3>
675
675
676
<ul>
676
<ul>
677
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25317">[25317]</a> Move translatable strings out of additem.js.inc</li>
677
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25317">[25317]</a> Move translatable strings out of additem.js.inc</li>
678
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25320">[25320]</a> Move translatable strings out of merge-record-strings.inc into merge-record.js</li>
678
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25320">[25320]</a> Move translatable strings out of merge-record-strings.inc into merge-record.js</li>
679
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25321">[25321]</a> Move translatable strings out of strings.inc into the corresponding JavaScript</li>
679
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25321">[25321]</a> Move translatable strings out of strings.inc into the corresponding JavaScript</li>
680
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25351">[25351]</a> Move cart-related strings out of opac-bottom.inc and into basket.js</li>
680
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25351">[25351]</a> Move cart-related strings out of opac-bottom.inc and into basket.js</li>
681
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25443">[25443]</a> Improve translation of "Select the host record to link%s to"</li>
681
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25443">[25443]</a> Improve translation of "Select the host record to link%s to"</li>
682
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25687">[25687]</a> Switch Y/N in EDI accounts table for Yes and No for better translatability</li>
682
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25687">[25687]</a> Switch Y/N in EDI accounts table for Yes and No for better translatability</li>
683
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25922">[25922]</a> aria-labels are currently not translatable</li>
683
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25922">[25922]</a> aria-labels are currently not translatable</li>
684
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26065">[26065]</a> Move translatable strings out of marc_modification_templates.tt and into marc_modification_templates.js</li>
684
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26065">[26065]</a> Move translatable strings out of marc_modification_templates.tt and into marc_modification_templates.js</li>
685
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26118">[26118]</a> Move translatable strings out of tags/review.tt and into tags-review.js</li>
685
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26118">[26118]</a> Move translatable strings out of tags/review.tt and into tags-review.js</li>
686
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26217">[26217]</a> Move translatable strings out of templates into acq.js</li>
686
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26217">[26217]</a> Move translatable strings out of templates into acq.js</li>
687
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26225">[26225]</a> Move translatable strings out of audio_alerts.tt and into audio_alerts.js</li>
687
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26225">[26225]</a> Move translatable strings out of audio_alerts.tt and into audio_alerts.js</li>
688
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26229">[26229]</a> Move translatable strings out of categories.tt and into categories.js</li>
688
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26229">[26229]</a> Move translatable strings out of categories.tt and into categories.js</li>
689
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26230">[26230]</a> Move translatable strings out of item_search_fields.tt and into item_search_fields.js</li>
689
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26230">[26230]</a> Move translatable strings out of item_search_fields.tt and into item_search_fields.js</li>
690
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26237">[26237]</a> Move translatable strings out of preferences.tt and into JavaScript files</li>
690
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26237">[26237]</a> Move translatable strings out of preferences.tt and into JavaScript files</li>
691
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26240">[26240]</a> Move translatable strings out of sms_providers.tt and into sms_providers.js</li>
691
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26240">[26240]</a> Move translatable strings out of sms_providers.tt and into sms_providers.js</li>
692
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26242">[26242]</a> Move translatable strings out of results.tt and into results.js</li>
692
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26242">[26242]</a> Move translatable strings out of results.tt and into results.js</li>
693
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26243">[26243]</a> Move translatable strings out of templates and into circulation.js</li>
693
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26243">[26243]</a> Move translatable strings out of templates and into circulation.js</li>
694
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26256">[26256]</a> Move translatable strings out of templates and into serials-toolbar.js</li>
694
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26256">[26256]</a> Move translatable strings out of templates and into serials-toolbar.js</li>
695
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26291">[26291]</a> Move translatable strings out of z3950_search.inc into z3950_search.js</li>
695
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26291">[26291]</a> Move translatable strings out of z3950_search.inc into z3950_search.js</li>
696
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26334">[26334]</a> Move translatable strings out of members-menu.inc into members-menu.js</li>
696
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26334">[26334]</a> Move translatable strings out of members-menu.inc into members-menu.js</li>
697
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26339">[26339]</a> Move translatable strings out of addorderiso2709.tt into addorderiso2709.js</li>
697
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26339">[26339]</a> Move translatable strings out of addorderiso2709.tt into addorderiso2709.js</li>
698
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26395">[26395]</a> Move translatable strings out of letter.tt into letter.js</li>
698
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26395">[26395]</a> Move translatable strings out of letter.tt into letter.js</li>
699
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26439">[26439]</a> Move translatable cart-related strings out of js_includes.inc and into basket.js</li>
699
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26439">[26439]</a> Move translatable cart-related strings out of js_includes.inc and into basket.js</li>
700
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26441">[26441]</a> Move translatable strings out of catalog-strings.inc into catalog.js</li>
700
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26441">[26441]</a> Move translatable strings out of catalog-strings.inc into catalog.js</li>
701
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26697">[26697]</a> Make translation file for types and descriptions of charges consistent between OPAC and staff</li>
701
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26697">[26697]</a> Make translation file for types and descriptions of charges consistent between OPAC and staff</li>
702
</ul>
702
</ul>
703
703
704
<h3 id="ill">ILL</h3>
704
<h3 id="ill">ILL</h3>
705
705
706
<ul>
706
<ul>
707
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20799">[20799]</a> Add a link from biblio detail view to ILL request detail view, if a biblio has an ILL request</li>
707
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20799">[20799]</a> Add a link from biblio detail view to ILL request detail view, if a biblio has an ILL request</li>
708
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23391">[23391]</a> Hide finished ILL requests</p>
708
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23391">[23391]</a> Hide finished ILL requests</p>
709
709
710
<blockquote>
710
<blockquote>
711
  <p>This adds a new system preference ILLHiddenRequestStatuses that takes a list of ILL status codes to be hidden from the ILL requests table in the ILL module. This allows to hide finished and cancelled ILL requests improving the performance of the table in busy libraries but also making it easier to keep track of the pending requests.</p>
711
  <p>This adds a new system preference ILLHiddenRequestStatuses that takes a list of ILL status codes to be hidden from the ILL requests table in the ILL module. This allows to hide finished and cancelled ILL requests improving the performance of the table in busy libraries but also making it easier to keep track of the pending requests.</p>
Lines 715-758 deployment: </p> Link Here
715
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
715
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
716
716
717
<ul>
717
<ul>
718
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24973">[24973]</a> Allow to localize and translate system preferences with new yaml based installer</li>
718
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24973">[24973]</a> Allow to localize and translate system preferences with new yaml based installer</li>
719
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25129">[25129]</a> Update German (de-DE) web installer files for 20.05</li>
719
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25129">[25129]</a> Update German (de-DE) web installer files for 20.05</li>
720
</ul>
720
</ul>
721
721
722
<h3 id="lists">Lists</h3>
722
<h3 id="lists">Lists</h3>
723
723
724
<ul>
724
<ul>
725
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24884">[24884]</a> Remove 'New list' button in 'Public lists' tab if OpacAllowPublicListCreation is disabled</li>
725
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24884">[24884]</a> Remove 'New list' button in 'Public lists' tab if OpacAllowPublicListCreation is disabled</li>
726
</ul>
726
</ul>
727
727
728
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
728
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
729
729
730
<ul>
730
<ul>
731
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25313">[25313]</a> Add optional skip_merge parameter to ModAuthority</li>
731
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25313">[25313]</a> Add optional skip_merge parameter to ModAuthority</li>
732
</ul>
732
</ul>
733
733
734
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
734
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
735
735
736
<ul>
736
<ul>
737
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15141">[15141]</a> Add MARC21 770/772 to OPAC and staff detail pages</p>
737
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15141">[15141]</a> Add MARC21 770/772 to OPAC and staff detail pages</p>
738
738
739
<blockquote>
739
<blockquote>
740
  <p>Adds display for 770 (Supplement/Special issue entry) and 772 (Supplement parent entry) to the OPAC and staff interface detail pages.</p>
740
  <p>Adds display for 770 (Supplement/Special issue entry) and 772 (Supplement parent entry) to the OPAC and staff interface detail pages.</p>
741
</blockquote></li>
741
</blockquote></li>
742
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15436">[15436]</a> MARC21: Use semicolon between series name and volume information</li>
742
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15436">[15436]</a> MARC21: Use semicolon between series name and volume information</li>
743
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15437">[15437]</a> MARC21: Show $i for 780/785</p>
743
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15437">[15437]</a> MARC21: Show $i for 780/785</p>
744
744
745
<blockquote>
745
<blockquote>
746
  <p>Adds $i (Relationship information) to 780 (Preceding entry) and 785 (Succeeding entry) in the OPAC and staff detail pages.</p>
746
  <p>Adds $i (Relationship information) to 780 (Preceding entry) and 785 (Succeeding entry) in the OPAC and staff detail pages.</p>
747
</blockquote></li>
747
</blockquote></li>
748
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16728">[16728]</a> Add MARC21 777 - Issued with entry to staff and OPAC detail pages</li>
748
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16728">[16728]</a> Add MARC21 777 - Issued with entry to staff and OPAC detail pages</li>
749
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24322">[24322]</a> National Library of Medicine (NLM) call number to XSLT Detail</li>
749
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24322">[24322]</a> National Library of Medicine (NLM) call number to XSLT Detail</li>
750
</ul>
750
</ul>
751
751
752
<h3 id="notices">Notices</h3>
752
<h3 id="notices">Notices</h3>
753
753
754
<ul>
754
<ul>
755
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16371">[16371]</a> Quote of the Day (QOTD) for the staff interface</p>
755
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16371">[16371]</a> Quote of the Day (QOTD) for the staff interface</p>
756
756
757
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p>
757
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p>
758
758
Lines 765-789 deployment: </p> Link Here
765
  <li>Both [Select all]: QOTD appears in the staff interface and OPAC.</li>
765
  <li>Both [Select all]: QOTD appears in the staff interface and OPAC.</li>
766
  </ul>
766
  </ul>
767
</blockquote></li>
767
</blockquote></li>
768
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24197">[24197]</a> Custom destination for failed overdue notices</p>
768
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24197">[24197]</a> Custom destination for failed overdue notices</p>
769
769
770
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
770
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
771
771
772
<blockquote>
772
<blockquote>
773
  <p>This adds a new system preference  AddressForFailedEmailNotices that allows to control where the summarized overdue email for patrons without email addresses is sent to.</p>
773
  <p>This adds a new system preference  AddressForFailedEmailNotices that allows to control where the summarized overdue email for patrons without email addresses is sent to.</p>
774
</blockquote></li>
774
</blockquote></li>
775
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24591">[24591]</a> Add developer script to preview a letter</li>
775
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24591">[24591]</a> Add developer script to preview a letter</li>
776
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25097">[25097]</a> Add option to message_queue to allow for only specific sending notices</p>
776
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25097">[25097]</a> Add option to message_queue to allow for only specific sending notices</p>
777
777
778
<blockquote>
778
<blockquote>
779
  <p>This adds a new command line option -c|--code to the process_message_queue.pl cron job allowing to pick which letter codes will be processed and send when the job runs. This will allow to send different notices at different times depending on your cron job setup.</p>
779
  <p>This adds a new command line option -c|--code to the process_message_queue.pl cron job allowing to pick which letter codes will be processed and send when the job runs. This will allow to send different notices at different times depending on your cron job setup.</p>
780
</blockquote></li>
780
</blockquote></li>
781
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25776">[25776]</a> Add last updated date for notices and slips</p>
781
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25776">[25776]</a> Add last updated date for notices and slips</p>
782
782
783
<blockquote>
783
<blockquote>
784
  <p>This adds a new column to the letter table to store the last date and time a notice was edited. On the notices summary page, the latest change will show and the individual changes for each transport type (email, print, ...) will show once the letter is edited on the different tabs.</p>
784
  <p>This adds a new column to the letter table to store the last date and time a notice was edited. On the notices summary page, the latest change will show and the individual changes for each transport type (email, print, ...) will show once the letter is edited on the different tabs.</p>
785
</blockquote></li>
785
</blockquote></li>
786
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26745">[26745]</a> Notice titles/subjects should support Template Toolkit</p>
786
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26745">[26745]</a> Notice titles/subjects should support Template Toolkit</p>
787
787
788
<blockquote>
788
<blockquote>
789
  <p>This patch introduces the ability to use template toolkit syntax in the subject line of email notices.</p>
789
  <p>This patch introduces the ability to use template toolkit syntax in the subject line of email notices.</p>
Lines 793-925 deployment: </p> Link Here
793
<h3 id="opac">OPAC</h3>
793
<h3 id="opac">OPAC</h3>
794
794
795
<ul>
795
<ul>
796
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5927">[5927]</a> Show series information in search results page</li>
796
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5927">[5927]</a> Show series information in search results page</li>
797
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8732">[8732]</a> Add a system preference to allow users to choose to display an icon based on the Koha bibliographic level itemtype</p>
797
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8732">[8732]</a> Add a system preference to allow users to choose to display an icon based on the Koha bibliographic level itemtype</p>
798
798
799
<blockquote>
799
<blockquote>
800
  <p>These patches add a new syspref: BiblioItemtypeInfo</p>
800
  <p>These patches add a new syspref: BiblioItemtypeInfo</p>
801
  
801
  
802
  <p>If enabled the icons for the record itemtype (942c) will be displayed on the record detail and search result pages in both the OPAC and staff interface</p>
802
  <p>If enabled the icons for the record itemtype (942c) will be displayed on the record detail and search result pages in both the OPAC and staff interface</p>
803
</blockquote></li>
803
</blockquote></li>
804
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16696">[16696]</a> Rename "Publisher" to "Publication details" on detail and result lists</li>
804
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16696">[16696]</a> Rename "Publisher" to "Publication details" on detail and result lists</li>
805
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18911">[18911]</a> Option to set preferred language in OPAC</p>
805
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18911">[18911]</a> Option to set preferred language in OPAC</p>
806
806
807
<blockquote>
807
<blockquote>
808
  <p>The OPAC users can now choose their preferred language for notices.</p>
808
  <p>The OPAC users can now choose their preferred language for notices.</p>
809
</blockquote></li>
809
</blockquote></li>
810
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19616">[19616]</a> Add MARC21 505$g - Formatted Contents Note / Miscellaneous information</li>
810
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19616">[19616]</a> Add MARC21 505$g - Formatted Contents Note / Miscellaneous information</li>
811
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168">[20168]</a> Update of the OPAC bootstrap template to bootstrap v4</p>
811
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168">[20168]</a> Update of the OPAC bootstrap template to bootstrap v4</p>
812
812
813
<blockquote>
813
<blockquote>
814
  <p>This patch upgrades the version of the Bootstrap library used by the OPAC from version 2.3.1 to version 4.5.0. The Bootstrap library provides a framework of JavaScript and CSS to support responsive layouts and interface elements like toolbars, menus, buttons, etc. Although some aspects of the interface have been updated, the changes are largely invisible to the user.</p>
814
  <p>This patch upgrades the version of the Bootstrap library used by the OPAC from version 2.3.1 to version 4.5.0. The Bootstrap library provides a framework of JavaScript and CSS to support responsive layouts and interface elements like toolbars, menus, buttons, etc. Although some aspects of the interface have been updated, the changes are largely invisible to the user.</p>
815
</blockquote></li>
815
</blockquote></li>
816
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936">[20936]</a> Holds history for patrons in OPAC</p>
816
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936">[20936]</a> Holds history for patrons in OPAC</p>
817
817
818
<blockquote>
818
<blockquote>
819
  <p>Northeast Kansas Library System (NEKLS)</p>
819
  <p>Northeast Kansas Library System (NEKLS)</p>
820
</blockquote></li>
820
</blockquote></li>
821
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22807">[22807]</a> Accessibility: Add 'Skip to main content' link</p>
821
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22807">[22807]</a> Accessibility: Add 'Skip to main content' link</p>
822
822
823
<blockquote>
823
<blockquote>
824
  <p>This accessibility enhancement adds a hidden 'Skip to main content' link to the OPAC which will appear if a user uses 'tab' keyboard navigation.</p>
824
  <p>This accessibility enhancement adds a hidden 'Skip to main content' link to the OPAC which will appear if a user uses 'tab' keyboard navigation.</p>
825
</blockquote></li>
825
</blockquote></li>
826
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23795">[23795]</a> Convert OpacCredits system preference to news block</li>
826
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23795">[23795]</a> Convert OpacCredits system preference to news block</li>
827
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23796">[23796]</a> Convert OpacCustomSearch system preference to news block</li>
827
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23796">[23796]</a> Convert OpacCustomSearch system preference to news block</li>
828
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23797">[23797]</a> Convert OpacLoginInstructions system preference to news block</li>
828
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23797">[23797]</a> Convert OpacLoginInstructions system preference to news block</li>
829
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24405">[24405]</a> Links in facets are styled differently than other links on the results page in OPAC</li>
829
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24405">[24405]</a> Links in facets are styled differently than other links on the results page in OPAC</li>
830
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25151">[25151]</a> Accessibility: The 'Your cart' page does not contain a level-one header</li>
830
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25151">[25151]</a> Accessibility: The 'Your cart' page does not contain a level-one header</li>
831
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25154">[25154]</a> Accessibility: The 'Search results' page does not use heading markup where content is introduced</li>
831
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25154">[25154]</a> Accessibility: The 'Search results' page does not use heading markup where content is introduced</li>
832
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25155">[25155]</a> Accessibility: The 'Login modal' contains semantically incorrect headings</li>
832
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25155">[25155]</a> Accessibility: The 'Login modal' contains semantically incorrect headings</li>
833
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25236">[25236]</a> Accessibility: The 'Refine your search' box contains semantically incorrect headings</li>
833
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25236">[25236]</a> Accessibility: The 'Refine your search' box contains semantically incorrect headings</li>
834
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25237">[25237]</a> Accessibility: The 'Author details' in the full record display contains semantically incorrect headings</li>
834
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25237">[25237]</a> Accessibility: The 'Author details' in the full record display contains semantically incorrect headings</li>
835
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25238">[25238]</a> Accessibility: Multiple 'H1' headings exist in the full record display</li>
835
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25238">[25238]</a> Accessibility: Multiple 'H1' headings exist in the full record display</li>
836
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25239">[25239]</a> Accessibility: The 'Confirm hold page' contains semantically incorrect headings</li>
836
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25239">[25239]</a> Accessibility: The 'Confirm hold page' contains semantically incorrect headings</li>
837
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25242">[25242]</a> Accessibility: The 'Holdings' table partially obscures navigation links at 200% zoom</li>
837
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25242">[25242]</a> Accessibility: The 'Holdings' table partially obscures navigation links at 200% zoom</li>
838
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25244">[25244]</a> Accessibility: Checkboxes on the search results page do not contain specific aria labels</li>
838
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25244">[25244]</a> Accessibility: Checkboxes on the search results page do not contain specific aria labels</li>
839
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25402">[25402]</a> Put OPAC cart download options into dropdown menu</p>
839
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25402">[25402]</a> Put OPAC cart download options into dropdown menu</p>
840
840
841
<blockquote>
841
<blockquote>
842
  <p>This enhancement adds the OPAC cart download format options into the dropdown menu, rather than opening in a separate pop up window. (This also matches the behaviour in the staff interface.)</p>
842
  <p>This enhancement adds the OPAC cart download format options into the dropdown menu, rather than opening in a separate pop up window. (This also matches the behaviour in the staff interface.)</p>
843
</blockquote></li>
843
</blockquote></li>
844
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25639">[25639]</a> Add search queries to HTML so queries can be retrieved via JS</p>
844
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25639">[25639]</a> Add search queries to HTML so queries can be retrieved via JS</p>
845
845
846
<blockquote>
846
<blockquote>
847
  <p>This patch adds global JS variables for the prepared search forms: query_desc_query_cgi, and query</p>
847
  <p>This patch adds global JS variables for the prepared search forms: query_desc_query_cgi, and query</p>
848
  
848
  
849
  <p>These are useful for plugins or custom JS wishing to perform searches outside of Koha and incorporate results.</p>
849
  <p>These are useful for plugins or custom JS wishing to perform searches outside of Koha and incorporate results.</p>
850
</blockquote></li>
850
</blockquote></li>
851
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25771">[25771]</a> Allow the user to sort checkouts by the renew column in the OPAC</li>
851
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25771">[25771]</a> Allow the user to sort checkouts by the renew column in the OPAC</li>
852
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25801">[25801]</a> Add itemnumber parameter to the OPAC detail page that allows to show a single item</li>
852
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25801">[25801]</a> Add itemnumber parameter to the OPAC detail page that allows to show a single item</li>
853
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25871">[25871]</a> Add "only library" to OpacItemLocation options</li>
853
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25871">[25871]</a> Add "only library" to OpacItemLocation options</li>
854
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25984">[25984]</a> Accessibility: Shelf browse lacks focus visibility when cover image is missing</li>
854
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25984">[25984]</a> Accessibility: Shelf browse lacks focus visibility when cover image is missing</li>
855
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26008">[26008]</a> Remove the use of jquery.checkboxes plugin from OPAC cart</li>
855
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26008">[26008]</a> Remove the use of jquery.checkboxes plugin from OPAC cart</li>
856
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26039">[26039]</a> Accessibility: Shelf browser is not announced upon loading</li>
856
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26039">[26039]</a> Accessibility: Shelf browser is not announced upon loading</li>
857
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26041">[26041]</a> Accessibility: The date picker calendar is not keyboard accessible</li>
857
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26041">[26041]</a> Accessibility: The date picker calendar is not keyboard accessible</li>
858
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26094">[26094]</a> "Suggest for Purchase" button missing unique CSS class</li>
858
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26094">[26094]</a> "Suggest for Purchase" button missing unique CSS class</li>
859
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26148">[26148]</a> OpenLibrary "Preview" link target is unclear to patrons</li>
859
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26148">[26148]</a> OpenLibrary "Preview" link target is unclear to patrons</li>
860
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26266">[26266]</a> Add jQuery validator to opac-password-recovery.tt</li>
860
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26266">[26266]</a> Add jQuery validator to opac-password-recovery.tt</li>
861
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26299">[26299]</a> Help text for OPAC SMS number should be less North American-centric</li>
861
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26299">[26299]</a> Help text for OPAC SMS number should be less North American-centric</li>
862
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26454">[26454]</a> Add system preference to set meta description for the OPAC</p>
862
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26454">[26454]</a> Add system preference to set meta description for the OPAC</p>
863
863
864
<blockquote>
864
<blockquote>
865
  <p>Functionality to add meta description tag with content with the system preference OpacMetaDescription. This is used by search engines to add a description to the library in search results.</p>
865
  <p>Functionality to add meta description tag with content with the system preference OpacMetaDescription. This is used by search engines to add a description to the library in search results.</p>
866
</blockquote></li>
866
</blockquote></li>
867
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26519">[26519]</a> Clean up OPAC buttons with incorrect classes</li>
867
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26519">[26519]</a> Clean up OPAC buttons with incorrect classes</li>
868
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26655">[26655]</a> Accessibility: Checkboxes on OPAC lists do not contain aria labels</li>
868
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26655">[26655]</a> Accessibility: Checkboxes on OPAC lists do not contain aria labels</li>
869
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26695">[26695]</a> Set focus for cursor to login box on the login popup modal</li>
869
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26695">[26695]</a> Set focus for cursor to login box on the login popup modal</li>
870
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26706">[26706]</a> Fix btn-default styling for better contrast</li>
870
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26706">[26706]</a> Fix btn-default styling for better contrast</li>
871
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26718">[26718]</a> Change 'Your reading history" to "Your checkout history"</p>
871
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26718">[26718]</a> Change 'Your reading history" to "Your checkout history"</p>
872
872
873
<blockquote>
873
<blockquote>
874
  <p>This changes "reading history" to "checkout history" in the staff interface and OPAC as libraries are not only leanding reading materials but a lot of different media.</p>
874
  <p>This changes "reading history" to "checkout history" in the staff interface and OPAC as libraries are not only leanding reading materials but a lot of different media.</p>
875
</blockquote></li>
875
</blockquote></li>
876
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26753">[26753]</a> Set focus for cursor to password field on Overdrive login popup on OPAC</li>
876
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26753">[26753]</a> Set focus for cursor to password field on Overdrive login popup on OPAC</li>
877
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26763">[26763]</a> Use standard information style for multi-hold message</li>
877
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26763">[26763]</a> Use standard information style for multi-hold message</li>
878
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26783">[26783]</a> Set OpacRenewalAllowed to "Allowed" for new installations</li>
878
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26783">[26783]</a> Set OpacRenewalAllowed to "Allowed" for new installations</li>
879
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26805">[26805]</a> Remove remaining instances of jquery.checkboxes plugin from the OPAC</li>
879
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26805">[26805]</a> Remove remaining instances of jquery.checkboxes plugin from the OPAC</li>
880
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26825">[26825]</a> Add span for publication date in OPAC</li>
880
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26825">[26825]</a> Add span for publication date in OPAC</li>
881
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26828">[26828]</a> Set focus for cursor to current password field when updating in the OPAC</li>
881
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26828">[26828]</a> Set focus for cursor to current password field when updating in the OPAC</li>
882
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26830">[26830]</a> Set focus for cursor to name input box when creating a new list in the OPAC</li>
882
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26830">[26830]</a> Set focus for cursor to name input box when creating a new list in the OPAC</li>
883
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26881">[26881]</a> Remove the period at the end of 'Limit to currently available items' in facets</li>
883
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26881">[26881]</a> Remove the period at the end of 'Limit to currently available items' in facets</li>
884
</ul>
884
</ul>
885
885
886
<h3 id="patrons">Patrons</h3>
886
<h3 id="patrons">Patrons</h3>
887
887
888
<ul>
888
<ul>
889
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6725">[6725]</a> Make patron duplicate matching flexible</p>
889
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6725">[6725]</a> Make patron duplicate matching flexible</p>
890
890
891
<blockquote>
891
<blockquote>
892
  <p>The new system preference 'PatronDuplicateMatchingAddFields' adds more flexibility in the de-duplication of patrons.
892
  <p>The new system preference 'PatronDuplicateMatchingAddFields' adds more flexibility in the de-duplication of patrons.
893
  Prior to this change only surname, firstname and dateofbirth where used. Now the list of fields is configurable.</p>
893
  Prior to this change only surname, firstname and dateofbirth where used. Now the list of fields is configurable.</p>
894
</blockquote></li>
894
</blockquote></li>
895
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10910">[10910]</a> Add a warn when deleting a patron with pending suggestions</p>
895
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10910">[10910]</a> Add a warn when deleting a patron with pending suggestions</p>
896
896
897
<blockquote>
897
<blockquote>
898
  <p>A warning is displayed if a staff member is trying to delete a patron with pending suggestions.</p>
898
  <p>A warning is displayed if a staff member is trying to delete a patron with pending suggestions.</p>
899
</blockquote></li>
899
</blockquote></li>
900
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13625">[13625]</a> RenewalSendNotice setting should be reflected in messaging preferences descriptions</li>
900
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13625">[13625]</a> RenewalSendNotice setting should be reflected in messaging preferences descriptions</li>
901
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20057">[20057]</a> Auto-approve option for borrower modifications</p>
901
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20057">[20057]</a> Auto-approve option for borrower modifications</p>
902
902
903
<blockquote>
903
<blockquote>
904
  <p>Adds a new system preference AutoApprovePatronProfileSettings that allows to automatically approve any requests for patron detail modifications made by patrons from the OPAC.</p>
904
  <p>Adds a new system preference AutoApprovePatronProfileSettings that allows to automatically approve any requests for patron detail modifications made by patrons from the OPAC.</p>
905
</blockquote></li>
905
</blockquote></li>
906
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21345">[21345]</a> Patron records with attached files not obvious from patron details view</p>
906
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21345">[21345]</a> Patron records with attached files not obvious from patron details view</p>
907
907
908
<blockquote>
908
<blockquote>
909
  <p>This patch adds a new section to the patron detail view in the staff interface when the "EnableBorrowerFiles" system preference is enabled. The page will now show a "Files" section with a link to manage files and a list of any attached files.</p>
909
  <p>This patch adds a new section to the patron detail view in the staff interface when the "EnableBorrowerFiles" system preference is enabled. The page will now show a "Files" section with a link to manage files and a list of any attached files.</p>
910
</blockquote></li>
910
</blockquote></li>
911
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22087">[22087]</a> Show city and state in patron search results</li>
911
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22087">[22087]</a> Show city and state in patron search results</li>
912
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23816">[23816]</a> Allow to have different password strength and length settings for different patron categories</p>
912
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23816">[23816]</a> Allow to have different password strength and length settings for different patron categories</p>
913
913
914
<p><strong>Sponsored by</strong> <em>Northeast Kansas Library System</em></p></li>
914
<p><strong>Sponsored by</strong> <em>Northeast Kansas Library System</em></p></li>
915
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364">[25364]</a> Add "Other" to the gender options in a patron record</li>
915
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364">[25364]</a> Add "Other" to the gender options in a patron record</li>
916
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25654">[25654]</a> Make the contact and non-patron guarantor sections separate on patron entry form</li>
916
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25654">[25654]</a> Make the contact and non-patron guarantor sections separate on patron entry form</li>
917
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26534">[26534]</a> Add a Font Awesome icon to help identify staff patrons</p>
917
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26534">[26534]</a> Add a Font Awesome icon to help identify staff patrons</p>
918
918
919
<blockquote>
919
<blockquote>
920
  <p>This adds a small shield icon to help identify staff members (having catalogue permission) in the staff interface. The icon displays next to the name on top of the brief patron information that is shown on all patron account pages.</p>
920
  <p>This adds a small shield icon to help identify staff members (having catalogue permission) in the staff interface. The icon displays next to the name on top of the brief patron information that is shown on all patron account pages.</p>
921
</blockquote></li>
921
</blockquote></li>
922
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26687">[26687]</a> Add a Font Awesome icon for superlibrarian patrons</p>
922
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26687">[26687]</a> Add a Font Awesome icon for superlibrarian patrons</p>
923
923
924
<blockquote>
924
<blockquote>
925
  <p>This adds a bolt icon next to the shield icon introduced by bug 26534, if the user is not only a staff member but also holds the superlibrarian permission.</p>
925
  <p>This adds a bolt icon next to the shield icon introduced by bug 26534, if the user is not only a staff member but also holds the superlibrarian permission.</p>
Lines 929-955 deployment: </p> Link Here
929
<h3 id="pluginarchitecture">Plugin architecture</h3>
929
<h3 id="pluginarchitecture">Plugin architecture</h3>
930
930
931
<ul>
931
<ul>
932
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468">[21468]</a> Plugins need hooks for checkin and checkout actions</p>
932
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468">[21468]</a> Plugins need hooks for checkin and checkout actions</p>
933
933
934
<blockquote>
934
<blockquote>
935
  <p>This enhancement adds plugin hooks to allow plugins to take action after check-in and check-out circulation events.</p>
935
  <p>This enhancement adds plugin hooks to allow plugins to take action after check-in and check-out circulation events.</p>
936
</blockquote></li>
936
</blockquote></li>
937
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24031">[24031]</a> Add plugin hook after_hold_create</li>
937
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24031">[24031]</a> Add plugin hook after_hold_create</li>
938
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24633">[24633]</a> Add support for gitlab searching of plugins</p>
938
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24633">[24633]</a> Add support for gitlab searching of plugins</p>
939
939
940
<p><strong>Sponsored by</strong> <em>Theke Solutions</em></p>
940
<p><strong>Sponsored by</strong> <em>Theke Solutions</em></p>
941
941
942
<blockquote>
942
<blockquote>
943
  <p>The enhancement allows setting Gitlab targets for retrieving plugins.</p>
943
  <p>The enhancement allows setting Gitlab targets for retrieving plugins.</p>
944
</blockquote></li>
944
</blockquote></li>
945
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855">[25855]</a> Add hook to AddRenewal using a new <em>after</em>circ_actions method in circulation</p>
945
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855">[25855]</a> Add hook to AddRenewal using a new <em>after</em>circ_actions method in circulation</p>
946
946
947
<p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p>
947
<p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p>
948
948
949
<blockquote>
949
<blockquote>
950
  <p>This enhancement adds plugin hooks to allow plugins to take action after renewal circulation events.</p>
950
  <p>This enhancement adds plugin hooks to allow plugins to take action after renewal circulation events.</p>
951
</blockquote></li>
951
</blockquote></li>
952
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961">[25961]</a> Add hooks for plugins to inject variables to XSLT</p>
952
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961">[25961]</a> Add hooks for plugins to inject variables to XSLT</p>
953
953
954
<blockquote>
954
<blockquote>
955
  <p>This enhancement adds the following plugin hooks:</p>
955
  <p>This enhancement adds the following plugin hooks:</p>
Lines 963-1001 deployment: </p> Link Here
963
  
963
  
964
  <p>Plugins implementing this hooks, should return a hashref containing the variable names and values to be passed to the XSLT processing code.</p>
964
  <p>Plugins implementing this hooks, should return a hashref containing the variable names and values to be passed to the XSLT processing code.</p>
965
</blockquote></li>
965
</blockquote></li>
966
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26063">[26063]</a> Use Koha::Plugins->call for other hooks</p>
966
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26063">[26063]</a> Use Koha::Plugins->call for other hooks</p>
967
967
968
<p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
968
<p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
969
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26338">[26338]</a> Show tool plugins run in tools home</li>
969
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26338">[26338]</a> Show tool plugins run in tools home</li>
970
</ul>
970
</ul>
971
971
972
<h3 id="reports">Reports</h3>
972
<h3 id="reports">Reports</h3>
973
973
974
<ul>
974
<ul>
975
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24665">[24665]</a> Add ability to run cash register report with new cash register feature</p>
975
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24665">[24665]</a> Add ability to run cash register report with new cash register feature</p>
976
976
977
<blockquote>
977
<blockquote>
978
  <p>This enhancement exposes the ability to refine the cash register report by cash register the transactions have taken place upon if you are using the 'UseCashRegisters' feature.</p>
978
  <p>This enhancement exposes the ability to refine the cash register report by cash register the transactions have taken place upon if you are using the 'UseCashRegisters' feature.</p>
979
</blockquote></li>
979
</blockquote></li>
980
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24834">[24834]</a> Display report number after running</li>
980
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24834">[24834]</a> Display report number after running</li>
981
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24958">[24958]</a> Remember last selected tab in SQL reports</li>
981
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24958">[24958]</a> Remember last selected tab in SQL reports</li>
982
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25605">[25605]</a> Exporting report as a tab delimited file can produce a lot of warnings</li>
982
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25605">[25605]</a> Exporting report as a tab delimited file can produce a lot of warnings</li>
983
</ul>
983
</ul>
984
984
985
<h3 id="sip2">SIP2</h3>
985
<h3 id="sip2">SIP2</h3>
986
986
987
<ul>
987
<ul>
988
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12556">[12556]</a> SelfCheck machine starts the hold instantly with an email sent out</p>
988
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12556">[12556]</a> SelfCheck machine starts the hold instantly with an email sent out</p>
989
989
990
<blockquote>
990
<blockquote>
991
  <p>This new system preference HoldsNeedProcessingSIP allows the libraries to prepare the items in peace for the next patron before a notification about a waiting hold is sent to the patron. Without this system preference in some cases the item might not have been ready for pick up by the time patron came to the library to checkout the item they had on hold. This feature works only with SIP2 return machines for the time being.</p>
991
  <p>This new system preference HoldsNeedProcessingSIP allows the libraries to prepare the items in peace for the next patron before a notification about a waiting hold is sent to the patron. Without this system preference in some cases the item might not have been ready for pick up by the time patron came to the library to checkout the item they had on hold. This feature works only with SIP2 return machines for the time being.</p>
992
</blockquote></li>
992
</blockquote></li>
993
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21979">[21979]</a> Add option to SIP2 config to send arbitrary item field in CR instead of collection code</li>
993
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21979">[21979]</a> Add option to SIP2 config to send arbitrary item field in CR instead of collection code</li>
994
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24165">[24165]</a> Add ability to send any item field in a library chosen SIP field</li>
994
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24165">[24165]</a> Add ability to send any item field in a library chosen SIP field</li>
995
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344">[25344]</a> Add support for circulation status 10 ( item in transit )</li>
995
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344">[25344]</a> Add support for circulation status 10 ( item in transit )</li>
996
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347">[25347]</a> Add support for circulation status 11 ( claimed returned )</li>
996
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347">[25347]</a> Add support for circulation status 11 ( claimed returned )</li>
997
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348">[25348]</a> Add support for circulation status 12 ( lost )</li>
997
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348">[25348]</a> Add support for circulation status 12 ( lost )</li>
998
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25541">[25541]</a> Add ability to prevent checkin via SIP of items with holds</p>
998
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25541">[25541]</a> Add ability to prevent checkin via SIP of items with holds</p>
999
999
1000
<blockquote>
1000
<blockquote>
1001
  <p>Some libraries would like patrons to be unable to return items with holds via SIP. Instead, the screen message should indicate that the patron should return that item at the circ desk so a librarian can use it to fill the next hold right away and place it on the hold shelf. This feature is enabled by adding the flag holds_block_checkin to an account in the SIP configuration file, and setting the value of it to "1".</p>
1001
  <p>Some libraries would like patrons to be unable to return items with holds via SIP. Instead, the screen message should indicate that the patron should return that item at the circ desk so a librarian can use it to fill the next hold right away and place it on the hold shelf. This feature is enabled by adding the flag holds_block_checkin to an account in the SIP configuration file, and setting the value of it to "1".</p>
Lines 1005-1013 deployment: </p> Link Here
1005
<h3 id="searching">Searching</h3>
1005
<h3 id="searching">Searching</h3>
1006
1006
1007
<ul>
1007
<ul>
1008
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20888">[20888]</a> Allow use of boolean operator 'not' in item search</li>
1008
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20888">[20888]</a> Allow use of boolean operator 'not' in item search</li>
1009
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25867">[25867]</a> Label holdingbranch as Current library rather than Current location</li>
1009
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25867">[25867]</a> Label holdingbranch as Current library rather than Current location</li>
1010
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26032">[26032]</a> Add 'is new' filter in items search</p>
1010
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26032">[26032]</a> Add 'is new' filter in items search</p>
1011
1011
1012
<blockquote>
1012
<blockquote>
1013
  <p>There is a new filter in item search, when the database column 'items.new_status' is used.
1013
  <p>There is a new filter in item search, when the database column 'items.new_status' is used.
Lines 1018-1024 deployment: </p> Link Here
1018
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1018
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1019
1019
1020
<ul>
1020
<ul>
1021
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19482">[19482]</a> Elasticsearch - prevent removal / editing of required indexes</p>
1021
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19482">[19482]</a> Elasticsearch - prevent removal / editing of required indexes</p>
1022
1022
1023
<blockquote>
1023
<blockquote>
1024
  <p>These patches add the option to define some fields as 'mandatory' in the mappings.yaml file for elasticsearch.</p>
1024
  <p>These patches add the option to define some fields as 'mandatory' in the mappings.yaml file for elasticsearch.</p>
Lines 1029-1035 deployment: </p> Link Here
1029
  
1029
  
1030
  <p>These patches add the marker to 'issues' and 'title'  - more fields may be marked in the future</p>
1030
  <p>These patches add the marker to 'issues' and 'title'  - more fields may be marked in the future</p>
1031
</blockquote></li>
1031
</blockquote></li>
1032
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24155">[24155]</a> Weights should be (optionally) applied to Advanced search</p>
1032
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24155">[24155]</a> Weights should be (optionally) applied to Advanced search</p>
1033
1033
1034
<blockquote>
1034
<blockquote>
1035
  <p>This patch adds the weighting of search results to searches made via the 'Advanced search' interface.</p>
1035
  <p>This patch adds the weighting of search results to searches made via the 'Advanced search' interface.</p>
Lines 1038-1046 deployment: </p> Link Here
1038
  
1038
  
1039
  <p>The weights will not affect index-specific queries, but are useful for keyword or queries with limits applied and so should be applied unless the user specifies not to.</p>
1039
  <p>The weights will not affect index-specific queries, but are useful for keyword or queries with limits applied and so should be applied unless the user specifies not to.</p>
1040
</blockquote></li>
1040
</blockquote></li>
1041
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807">[24807]</a> Add "year" type to improve sorting by publication date</li>
1041
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807">[24807]</a> Add "year" type to improve sorting by publication date</li>
1042
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26180">[26180]</a> Elasticsearch - Add option to index records in descending order</li>
1042
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26180">[26180]</a> Elasticsearch - Add option to index records in descending order</li>
1043
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26310">[26310]</a> Allow setting trace_to parameter in Elasticsearch config</p>
1043
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26310">[26310]</a> Allow setting trace_to parameter in Elasticsearch config</p>
1044
1044
1045
<blockquote>
1045
<blockquote>
1046
  <p>By setting the 'trace_to' parameter in the elasticsearch config we can log the requests sent to the ES cluster to aid in debugging search or indexing issues</p>
1046
  <p>By setting the 'trace_to' parameter in the elasticsearch config we can log the requests sent to the ES cluster to aid in debugging search or indexing issues</p>
Lines 1050-1082 deployment: </p> Link Here
1050
<h3 id="serials">Serials</h3>
1050
<h3 id="serials">Serials</h3>
1051
1051
1052
<ul>
1052
<ul>
1053
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26484">[26484]</a> Add serials-related reports to serials sidebar menu</li>
1053
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26484">[26484]</a> Add serials-related reports to serials sidebar menu</li>
1054
</ul>
1054
</ul>
1055
1055
1056
<h3 id="staffclient">Staff Client</h3>
1056
<h3 id="staffclient">Staff Client</h3>
1057
1057
1058
<ul>
1058
<ul>
1059
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12093">[12093]</a> Add CSS classes to item statuses in detail view</li>
1059
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12093">[12093]</a> Add CSS classes to item statuses in detail view</li>
1060
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15400">[15400]</a> Display patron age in useful places in the staff interface</p>
1060
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15400">[15400]</a> Display patron age in useful places in the staff interface</p>
1061
1061
1062
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1062
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1063
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18170">[18170]</a> Show damaged status on check-in</li>
1063
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18170">[18170]</a> Show damaged status on check-in</li>
1064
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26007">[26007]</a> Warning/reminder for changes to Koha to MARC mapping</p>
1064
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26007">[26007]</a> Warning/reminder for changes to Koha to MARC mapping</p>
1065
1065
1066
<blockquote>
1066
<blockquote>
1067
  <p>In current versions of Koha you can no longer change the Koha to MARC mappings from the frameworks, but only from the Koha to MARC mapping page in administration. This patch cleans up the hints on the framework page and adds a well visible note on the Koha to MARC mapping page. Any changes to the mappings require that you run the batchRebuildBiblioTables script to fully take effect.</p>
1067
  <p>In current versions of Koha you can no longer change the Koha to MARC mappings from the frameworks, but only from the Koha to MARC mapping page in administration. This patch cleans up the hints on the framework page and adds a well visible note on the Koha to MARC mapping page. Any changes to the mappings require that you run the batchRebuildBiblioTables script to fully take effect.</p>
1068
</blockquote></li>
1068
</blockquote></li>
1069
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26182">[26182]</a> Clearly pair UpdateItemWhenLostFromHoldList and CanMarkHoldsToPullAsLost system preferences</li>
1069
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26182">[26182]</a> Clearly pair UpdateItemWhenLostFromHoldList and CanMarkHoldsToPullAsLost system preferences</li>
1070
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26435">[26435]</a> AutoSelfCheckID syspref description should warn it blocks OPAC access</li>
1070
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26435">[26435]</a> AutoSelfCheckID syspref description should warn it blocks OPAC access</li>
1071
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26458">[26458]</a> Get item details using only itemnumber</li>
1071
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26458">[26458]</a> Get item details using only itemnumber</li>
1072
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26473">[26473]</a> Get items for editing using only itemnumber</li>
1072
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26473">[26473]</a> Get items for editing using only itemnumber</li>
1073
</ul>
1073
</ul>
1074
1074
1075
<h3 id="systemadministration">System Administration</h3>
1075
<h3 id="systemadministration">System Administration</h3>
1076
1076
1077
<ul>
1077
<ul>
1078
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815">[20815]</a> Add ability to choose if lost fee is refunded based on length of time item has been lost</li>
1078
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815">[20815]</a> Add ability to choose if lost fee is refunded based on length of time item has been lost</li>
1079
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844">[22844]</a> Simplify the process of selecting database columns for system preferences</p>
1079
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844">[22844]</a> Simplify the process of selecting database columns for system preferences</p>
1080
1080
1081
<blockquote>
1081
<blockquote>
1082
  <p>This enhancement introduces a new way to select database columns for selected system preferences like BorrowerMandatoryField. Currently, this requires manually adding the database field names. The enhancement lets you select from a list of available fields in a new window, and also select and clear all fields.</p>
1082
  <p>This enhancement introduces a new way to select database columns for selected system preferences like BorrowerMandatoryField. Currently, this requires manually adding the database field names. The enhancement lets you select from a list of available fields in a new window, and also select and clear all fields.</p>
Lines 1094-1102 deployment: </p> Link Here
1094
  <li>UniqueItemFields</li>
1094
  <li>UniqueItemFields</li>
1095
  </ul>
1095
  </ul>
1096
</blockquote></li>
1096
</blockquote></li>
1097
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23823">[23823]</a> Allow system preferences to be bookmarked</li>
1097
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23823">[23823]</a> Allow system preferences to be bookmarked</li>
1098
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25288">[25288]</a> Make the libraries list use the API</li>
1098
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25288">[25288]</a> Make the libraries list use the API</li>
1099
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25630">[25630]</a> More capitalization and terminology fixes for system preferences</p>
1099
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25630">[25630]</a> More capitalization and terminology fixes for system preferences</p>
1100
1100
1101
<blockquote>
1101
<blockquote>
1102
  <p>This enhancement makes changes to the descriptions for many of the system preferences to help improve consistency with the terminology list* and readability.</p>
1102
  <p>This enhancement makes changes to the descriptions for many of the system preferences to help improve consistency with the terminology list* and readability.</p>
Lines 1122-1157 deployment: </p> Link Here
1122
  <li><p>https://wiki.koha-community.org/wiki/Terminology</p></li>
1122
  <li><p>https://wiki.koha-community.org/wiki/Terminology</p></li>
1123
  </ul>
1123
  </ul>
1124
</blockquote></li>
1124
</blockquote></li>
1125
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709">[25709]</a> Rename systempreference from NotesBlacklist to NotesToHide</p>
1125
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709">[25709]</a> Rename systempreference from NotesBlacklist to NotesToHide</p>
1126
1126
1127
<blockquote>
1127
<blockquote>
1128
  <p>This patchset updates a syspref name to be clearer about what it does and to follow community guidelines on using inclusive language.</p>
1128
  <p>This patchset updates a syspref name to be clearer about what it does and to follow community guidelines on using inclusive language.</p>
1129
  
1129
  
1130
  <p>https://wiki.koha-community.org/wiki/Coding_Guidelines#TERM3:<em>Inclusive</em>Language</p>
1130
  <p>https://wiki.koha-community.org/wiki/Coding_Guidelines#TERM3:<em>Inclusive</em>Language</p>
1131
</blockquote></li>
1131
</blockquote></li>
1132
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945">[25945]</a> Description of AuthoritySeparator is misleading</li>
1132
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945">[25945]</a> Description of AuthoritySeparator is misleading</li>
1133
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26595">[26595]</a> Add SMTP server column to libraries table</li>
1133
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26595">[26595]</a> Add SMTP server column to libraries table</li>
1134
</ul>
1134
</ul>
1135
1135
1136
<h3 id="templates">Templates</h3>
1136
<h3 id="templates">Templates</h3>
1137
1137
1138
<ul>
1138
<ul>
1139
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23148">[23148]</a> Replace Bridge icons with transparent PNG files</li>
1139
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23148">[23148]</a> Replace Bridge icons with transparent PNG files</li>
1140
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23410">[23410]</a> Add submenus to system preferences sidebar menu</li>
1140
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23410">[23410]</a> Add submenus to system preferences sidebar menu</li>
1141
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23852">[23852]</a> Merge biblio-title.inc and biblio-default-view.inc</li>
1141
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23852">[23852]</a> Merge biblio-title.inc and biblio-default-view.inc</li>
1142
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24012">[24012]</a> Display 'Locked' budget with a lock icon</p>
1142
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24012">[24012]</a> Display 'Locked' budget with a lock icon</p>
1143
1143
1144
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1144
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1145
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24156">[24156]</a> Basket - Make sort order and number of items to display configurable</p>
1145
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24156">[24156]</a> Basket - Make sort order and number of items to display configurable</p>
1146
1146
1147
<p><strong>Sponsored by</strong> <em>Institute of Technology Tallaght</em></p>
1147
<p><strong>Sponsored by</strong> <em>Institute of Technology Tallaght</em></p>
1148
1148
1149
<blockquote>
1149
<blockquote>
1150
  <p>This patch adds new options in the Table settings section to make the sort order and number of results per page in the basket table configurable.</p>
1150
  <p>This patch adds new options in the Table settings section to make the sort order and number of results per page in the basket table configurable.</p>
1151
</blockquote></li>
1151
</blockquote></li>
1152
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24625">[24625]</a> Phase out jquery.cookie.js:  showLastPatron</li>
1152
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24625">[24625]</a> Phase out jquery.cookie.js:  showLastPatron</li>
1153
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24899">[24899]</a> Reindent record matching rules template</li>
1153
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24899">[24899]</a> Reindent record matching rules template</li>
1154
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25031">[25031]</a> Improve handling of multiple covers on the biblio detail page in the staff client</p>
1154
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25031">[25031]</a> Improve handling of multiple covers on the biblio detail page in the staff client</p>
1155
1155
1156
<blockquote>
1156
<blockquote>
1157
  <p>This enhancement improves the display of multiple covers for a record in the staff interface, including covers from these services:</p>
1157
  <p>This enhancement improves the display of multiple covers for a record in the staff interface, including covers from these services:</p>
Lines 1163-1301 deployment: </p> Link Here
1163
  <li>Images from the CustomCoverImages preference</li>
1163
  <li>Images from the CustomCoverImages preference</li>
1164
  </ul>
1164
  </ul>
1165
</blockquote></li>
1165
</blockquote></li>
1166
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25354">[25354]</a> Clean up JavaScript markup in cataloging plugin scripts</li>
1166
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25354">[25354]</a> Clean up JavaScript markup in cataloging plugin scripts</li>
1167
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25363">[25363]</a> Merge common.js with staff-global.js</li>
1167
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25363">[25363]</a> Merge common.js with staff-global.js</li>
1168
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25427">[25427]</a> Make authority subfield management interface consistent with bibliographic subfield management view</li>
1168
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25427">[25427]</a> Make authority subfield management interface consistent with bibliographic subfield management view</li>
1169
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25471">[25471]</a> Add DataTables to MARC subfield structure admin page for bibliographic frameworks</li>
1169
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25471">[25471]</a> Add DataTables to MARC subfield structure admin page for bibliographic frameworks</li>
1170
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25593">[25593]</a> Terminology: Fix "There is no order for this biblio." on catalog detail page</li>
1170
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25593">[25593]</a> Terminology: Fix "There is no order for this biblio." on catalog detail page</li>
1171
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25627">[25627]</a> Move OPAC problem reports from administration to tools</li>
1171
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25627">[25627]</a> Move OPAC problem reports from administration to tools</li>
1172
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25727">[25727]</a> Update the Select2 JS lib</p>
1172
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25727">[25727]</a> Update the Select2 JS lib</p>
1173
1173
1174
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p></li>
1174
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p></li>
1175
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25827">[25827]</a> Add floating toolbar to the holds summary page in staff interface</li>
1175
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25827">[25827]</a> Add floating toolbar to the holds summary page in staff interface</li>
1176
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25832">[25832]</a> Add DataTables to MARC subfield structure admin page for authorities</li>
1176
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25832">[25832]</a> Add DataTables to MARC subfield structure admin page for authorities</li>
1177
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25834">[25834]</a> Relabel "Search to add" to "Search for guarantor" or "Add guarantor" on patron form</li>
1177
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25834">[25834]</a> Relabel "Search to add" to "Search for guarantor" or "Add guarantor" on patron form</li>
1178
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879">[25879]</a> Improve display of guarantor information in the patron entry form</li>
1178
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879">[25879]</a> Improve display of guarantor information in the patron entry form</li>
1179
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25906">[25906]</a> Style corrections for OPAC serial pages</li>
1179
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25906">[25906]</a> Style corrections for OPAC serial pages</li>
1180
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25941">[25941]</a> Reindent Upload local cover image page</li>
1180
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25941">[25941]</a> Reindent Upload local cover image page</li>
1181
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25968">[25968]</a> Make logs sort by date descending as a default and add column configuration options</li>
1181
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25968">[25968]</a> Make logs sort by date descending as a default and add column configuration options</li>
1182
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26004">[26004]</a> Remove unused jQuery plugin jquery.hoverIntent.minified.js from the OPAC</li>
1182
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26004">[26004]</a> Remove unused jQuery plugin jquery.hoverIntent.minified.js from the OPAC</li>
1183
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26010">[26010]</a> Remove the use of jquery.checkboxes plugin from staff interface cart</li>
1183
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26010">[26010]</a> Remove the use of jquery.checkboxes plugin from staff interface cart</li>
1184
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26011">[26011]</a> Remove unused jQuery plugin jquery.metadata.min.js from the OPAC</li>
1184
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26011">[26011]</a> Remove unused jQuery plugin jquery.metadata.min.js from the OPAC</li>
1185
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26015">[26015]</a> Terminology: staff interface should be used everywhere</li>
1185
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26015">[26015]</a> Terminology: staff interface should be used everywhere</li>
1186
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26016">[26016]</a> Capitalization: MARC Preview</li>
1186
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26016">[26016]</a> Capitalization: MARC Preview</li>
1187
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26060">[26060]</a> Replace staff interface table sort icons with SVG</li>
1187
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26060">[26060]</a> Replace staff interface table sort icons with SVG</li>
1188
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26061">[26061]</a> Improve style of sidebar datepickers</li>
1188
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26061">[26061]</a> Improve style of sidebar datepickers</li>
1189
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26085">[26085]</a> Add the copy, print and export DataTables buttons to lost items report</li>
1189
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26085">[26085]</a> Add the copy, print and export DataTables buttons to lost items report</li>
1190
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26087">[26087]</a> Add table configuration and export options to orders by fund report</li>
1190
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26087">[26087]</a> Add table configuration and export options to orders by fund report</li>
1191
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26091">[26091]</a> Add column configuration and export options to catalog statistics report</li>
1191
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26091">[26091]</a> Add column configuration and export options to catalog statistics report</li>
1192
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26120">[26120]</a> Remove the use of jquery.checkboxes plugin from tags review template</li>
1192
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26120">[26120]</a> Remove the use of jquery.checkboxes plugin from tags review template</li>
1193
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26149">[26149]</a> Remove jquery.checkboxes plugin from problem reports page</li>
1193
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26149">[26149]</a> Remove jquery.checkboxes plugin from problem reports page</li>
1194
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26150">[26150]</a> Remove the use of jquery.checkboxes plugin from inventory page</li>
1194
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26150">[26150]</a> Remove the use of jquery.checkboxes plugin from inventory page</li>
1195
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26151">[26151]</a> Remove the use of jquery.checkboxes plugin from suggestions management page</li>
1195
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26151">[26151]</a> Remove the use of jquery.checkboxes plugin from suggestions management page</li>
1196
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26152">[26152]</a> Remove the use of jquery.checkboxes plugin from serial collection page</li>
1196
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26152">[26152]</a> Remove the use of jquery.checkboxes plugin from serial collection page</li>
1197
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26153">[26153]</a> Remove the use of jquery.checkboxes plugin from items lost report</li>
1197
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26153">[26153]</a> Remove the use of jquery.checkboxes plugin from items lost report</li>
1198
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26154">[26154]</a> Remove the use of jquery.checkboxes plugin from batch item deletion and modification</li>
1198
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26154">[26154]</a> Remove the use of jquery.checkboxes plugin from batch item deletion and modification</li>
1199
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26159">[26159]</a> Remove the use of jquery.checkboxes plugin from batch record delete page</li>
1199
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26159">[26159]</a> Remove the use of jquery.checkboxes plugin from batch record delete page</li>
1200
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26164">[26164]</a> Replace OPAC table sort icons with SVG</li>
1200
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26164">[26164]</a> Replace OPAC table sort icons with SVG</li>
1201
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26194">[26194]</a> Messages about missing cash registers should link to cash register management</li>
1201
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26194">[26194]</a> Messages about missing cash registers should link to cash register management</li>
1202
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26201">[26201]</a> Remove the use of jquery.checkboxes plugin from batch extend due dates page</li>
1202
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26201">[26201]</a> Remove the use of jquery.checkboxes plugin from batch extend due dates page</li>
1203
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26202">[26202]</a> Remove the use of jquery.checkboxes plugin from batch record modification page</li>
1203
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26202">[26202]</a> Remove the use of jquery.checkboxes plugin from batch record modification page</li>
1204
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26204">[26204]</a> Remove the use of jquery.checkboxes plugin from staff interface lists</li>
1204
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26204">[26204]</a> Remove the use of jquery.checkboxes plugin from staff interface lists</li>
1205
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26212">[26212]</a> Remove the use of jquery.checkboxes plugin from pending offline circulations</li>
1205
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26212">[26212]</a> Remove the use of jquery.checkboxes plugin from pending offline circulations</li>
1206
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26214">[26214]</a> Remove the use of jquery.checkboxes plugin on late orders page</li>
1206
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26214">[26214]</a> Remove the use of jquery.checkboxes plugin on late orders page</li>
1207
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26215">[26215]</a> Remove the use of jquery.checkboxes plugin from Z39.50 search pages</li>
1207
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26215">[26215]</a> Remove the use of jquery.checkboxes plugin from Z39.50 search pages</li>
1208
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26216">[26216]</a> Remove the use of jquery.checkboxes plugin from catalog search results</li>
1208
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26216">[26216]</a> Remove the use of jquery.checkboxes plugin from catalog search results</li>
1209
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26245">[26245]</a> Remove unused functions from members.js</li>
1209
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26245">[26245]</a> Remove unused functions from members.js</li>
1210
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26261">[26261]</a> Split calendar.inc into include file and JavaScript file</li>
1210
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26261">[26261]</a> Split calendar.inc into include file and JavaScript file</li>
1211
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26280">[26280]</a> Add unique IDs or class names for each condition in returns.tt</li>
1211
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26280">[26280]</a> Add unique IDs or class names for each condition in returns.tt</li>
1212
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26419">[26419]</a> Replace OPAC Koha logo with SVG</li>
1212
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26419">[26419]</a> Replace OPAC Koha logo with SVG</li>
1213
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26456">[26456]</a> Reindent MARC subfield structure template</li>
1213
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26456">[26456]</a> Reindent MARC subfield structure template</li>
1214
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26504">[26504]</a> Remove the use of jquery.checkboxes plugin from checkout notes page</li>
1214
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26504">[26504]</a> Remove the use of jquery.checkboxes plugin from checkout notes page</li>
1215
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26530">[26530]</a> Use patron card number as checkbox label during patron merge</li>
1215
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26530">[26530]</a> Use patron card number as checkbox label during patron merge</li>
1216
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26767">[26767]</a> Remove the use of jquery.checkboxes plugin from duplicate orders template</li>
1216
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26767">[26767]</a> Remove the use of jquery.checkboxes plugin from duplicate orders template</li>
1217
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26768">[26768]</a> Remove the use of jquery.checkboxes plugin from library transfer limits page</li>
1217
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26768">[26768]</a> Remove the use of jquery.checkboxes plugin from library transfer limits page</li>
1218
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26769">[26769]</a> Remove the use of jquery.checkboxes plugin from staff interface search history</li>
1218
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26769">[26769]</a> Remove the use of jquery.checkboxes plugin from staff interface search history</li>
1219
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26795">[26795]</a> Remove the use of jquery.checkboxes plugin from ILL pages</li>
1219
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26795">[26795]</a> Remove the use of jquery.checkboxes plugin from ILL pages</li>
1220
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26798">[26798]</a> Remove the use of jquery.checkboxes plugin from patron detail page</li>
1220
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26798">[26798]</a> Remove the use of jquery.checkboxes plugin from patron detail page</li>
1221
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26799">[26799]</a> Remove the use of jquery.checkboxes plugin from patron payment page</li>
1221
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26799">[26799]</a> Remove the use of jquery.checkboxes plugin from patron payment page</li>
1222
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26800">[26800]</a> Remove the use of jquery.checkboxes plugin from checkout page</li>
1222
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26800">[26800]</a> Remove the use of jquery.checkboxes plugin from checkout page</li>
1223
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26806">[26806]</a> Remove the jquery.checkboxes plugin from the staff client</li>
1223
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26806">[26806]</a> Remove the jquery.checkboxes plugin from the staff client</li>
1224
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26817">[26817]</a> "Total" line in checkouts table is too short when ExportCircHistory is activated</li>
1224
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26817">[26817]</a> "Total" line in checkouts table is too short when ExportCircHistory is activated</li>
1225
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26826">[26826]</a> Set focus for cursor to name input box when creating a new list</li>
1225
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26826">[26826]</a> Set focus for cursor to name input box when creating a new list</li>
1226
</ul>
1226
</ul>
1227
1227
1228
<h3 id="testsuite">Test Suite</h3>
1228
<h3 id="testsuite">Test Suite</h3>
1229
1229
1230
<ul>
1230
<ul>
1231
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25113">[25113]</a> Make CirculationRules.t flexible for new scope combinations</p>
1231
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25113">[25113]</a> Make CirculationRules.t flexible for new scope combinations</p>
1232
1232
1233
<p><strong>Sponsored by</strong> <em>National Library of Finland</em></p></li>
1233
<p><strong>Sponsored by</strong> <em>National Library of Finland</em></p></li>
1234
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26157">[26157]</a> Redirect expected DBI warnings</li>
1234
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26157">[26157]</a> Redirect expected DBI warnings</li>
1235
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26462">[26462]</a> t/db_dependent/Holds.t tests delete data unnecessarily</li>
1235
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26462">[26462]</a> t/db_dependent/Holds.t tests delete data unnecessarily</li>
1236
</ul>
1236
</ul>
1237
1237
1238
<h3 id="tools">Tools</h3>
1238
<h3 id="tools">Tools</h3>
1239
1239
1240
<ul>
1240
<ul>
1241
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4985">[4985]</a> Copy a change on the calendar to all libraries</p>
1241
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4985">[4985]</a> Copy a change on the calendar to all libraries</p>
1242
1242
1243
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1243
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1244
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5087">[5087]</a> Option to not show CSV profiles in OPAC</p>
1244
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5087">[5087]</a> Option to not show CSV profiles in OPAC</p>
1245
1245
1246
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1246
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1247
1247
1248
<blockquote>
1248
<blockquote>
1249
  <p>This patch adds an option to show or not show a CSV profile in the OPAC cart and lists download formats list.</p>
1249
  <p>This patch adds an option to show or not show a CSV profile in the OPAC cart and lists download formats list.</p>
1250
</blockquote></li>
1250
</blockquote></li>
1251
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21066">[21066]</a> Replace opac_news.timestamp by published_on and add updated_on as timestamp</li>
1251
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21066">[21066]</a> Replace opac_news.timestamp by published_on and add updated_on as timestamp</li>
1252
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22660">[22660]</a> Allow use of CodeMirror for editing HTML in the news editor</p>
1252
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22660">[22660]</a> Allow use of CodeMirror for editing HTML in the news editor</p>
1253
1253
1254
<blockquote>
1254
<blockquote>
1255
  <p>This patch adds the ability to switch between the TinyMCE (WYSIWYG) text editor and the more robust CodeMirror text editor via the new system preference, NewsToolEditor, when editing News items.</p>
1255
  <p>This patch adds the ability to switch between the TinyMCE (WYSIWYG) text editor and the more robust CodeMirror text editor via the new system preference, NewsToolEditor, when editing News items.</p>
1256
</blockquote></li>
1256
</blockquote></li>
1257
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23114">[23114]</a> Inventory: allow to scan barcodes into input field</li>
1257
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23114">[23114]</a> Inventory: allow to scan barcodes into input field</li>
1258
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25101">[25101]</a> Add ability to skip previewing results when batch extending due dates</li>
1258
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25101">[25101]</a> Add ability to skip previewing results when batch extending due dates</li>
1259
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25694">[25694]</a> Add ability to delete a MARC modification template when viewing</p>
1259
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25694">[25694]</a> Add ability to delete a MARC modification template when viewing</p>
1260
1260
1261
<blockquote>
1261
<blockquote>
1262
  <p>This enhancement adds a 'Delete template' button on the page for viewing the actions of a MARC modification template.</p>
1262
  <p>This enhancement adds a 'Delete template' button on the page for viewing the actions of a MARC modification template.</p>
1263
</blockquote></li>
1263
</blockquote></li>
1264
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25845">[25845]</a> Cannot limit system logs to 'api' interface</p>
1264
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25845">[25845]</a> Cannot limit system logs to 'api' interface</p>
1265
1265
1266
<blockquote>
1266
<blockquote>
1267
  <p>This enhancement adds the option to limit viewing logged actions done by API only</p>
1267
  <p>This enhancement adds the option to limit viewing logged actions done by API only</p>
1268
</blockquote></li>
1268
</blockquote></li>
1269
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26013">[26013]</a> Date on 'manage staged MARC records' is not formatted correctly</li>
1269
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26013">[26013]</a> Date on 'manage staged MARC records' is not formatted correctly</li>
1270
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26086">[26086]</a> Add a 'cron' interface limit to the log viewer</p>
1270
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26086">[26086]</a> Add a 'cron' interface limit to the log viewer</p>
1271
1271
1272
<blockquote>
1272
<blockquote>
1273
  <p>This enhancement adds the option to limit viewing logged actions done by cron only</p>
1273
  <p>This enhancement adds the option to limit viewing logged actions done by cron only</p>
1274
</blockquote></li>
1274
</blockquote></li>
1275
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26207">[26207]</a> Compare values of system preference log entries</p>
1275
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26207">[26207]</a> Compare values of system preference log entries</p>
1276
1276
1277
<blockquote>
1277
<blockquote>
1278
  <p>This patch adds a feature to the log viewer in the staff interface for use when viewing system preference log entries. The feature allows the user to select two system preference values in the log for comparison. The two versions are shown in a modal window with the differences highlighted.</p>
1278
  <p>This patch adds a feature to the log viewer in the staff interface for use when viewing system preference log entries. The feature allows the user to select two system preference values in the log for comparison. The two versions are shown in a modal window with the differences highlighted.</p>
1279
</blockquote></li>
1279
</blockquote></li>
1280
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26431">[26431]</a> Use split button to offer choice of WYSIWYG or code editor for news</li>
1280
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26431">[26431]</a> Use split button to offer choice of WYSIWYG or code editor for news</li>
1281
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26572">[26572]</a> Add autocomplete to librarian field in log viewer</li>
1281
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26572">[26572]</a> Add autocomplete to librarian field in log viewer</li>
1282
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26736">[26736]</a> Compare values of reports log entries</li>
1282
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26736">[26736]</a> Compare values of reports log entries</li>
1283
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26804">[26804]</a> News: Move the news preview out of the table and into a modal</li>
1283
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26804">[26804]</a> News: Move the news preview out of the table and into a modal</li>
1284
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26844">[26844]</a> Log viewer does not indicate which logs are enabled</li>
1284
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26844">[26844]</a> Log viewer does not indicate which logs are enabled</li>
1285
</ul>
1285
</ul>
1286
1286
1287
<h3 id="webservices">Web services</h3>
1287
<h3 id="webservices">Web services</h3>
1288
1288
1289
<ul>
1289
<ul>
1290
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19353">[19353]</a> Make possible to have custom XSL template for marcxml and marc21 metadata prefixes in OAI server</li>
1290
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19353">[19353]</a> Make possible to have custom XSL template for marcxml and marc21 metadata prefixes in OAI server</li>
1291
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25460">[25460]</a> Allow using item information in OAI set mappings and automatically update sets when items are added, edited or deleted</p>
1291
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25460">[25460]</a> Allow using item information in OAI set mappings and automatically update sets when items are added, edited or deleted</p>
1292
1292
1293
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1293
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1294
1294
1295
<blockquote>
1295
<blockquote>
1296
  <p>This allows library staff to use information from items when creating mappings for OAI sets. When the new system preference OAI-PMH:AutoUpdateSetsEmbedItemData is set, editing, deleting or adding items will update records listed in the OAI sets according to the mapppings.</p>
1296
  <p>This allows library staff to use information from items when creating mappings for OAI sets. When the new system preference OAI-PMH:AutoUpdateSetsEmbedItemData is set, editing, deleting or adding items will update records listed in the OAI sets according to the mapppings.</p>
1297
</blockquote></li>
1297
</blockquote></li>
1298
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25650">[25650]</a> Add location and itype descriptions in ILS-DI GetRecords</li>
1298
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25650">[25650]</a> Add location and itype descriptions in ILS-DI GetRecords</li>
1299
</ul>
1299
</ul>
1300
1300
1301
<h2 id="criticalbugsfixed">Critical bugs fixed</h2>
1301
<h2 id="criticalbugsfixed">Critical bugs fixed</h2>
Lines 1306-1347 have already been fixed in maintainance releases)</p> Link Here
1306
<h3 id="acquisitions">Acquisitions</h3>
1306
<h3 id="acquisitions">Acquisitions</h3>
1307
1307
1308
<ul>
1308
<ul>
1309
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14543">[14543]</a> Order lines updated that have a tax rate not in gist will have tax rate set to 0!</li>
1309
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14543">[14543]</a> Order lines updated that have a tax rate not in gist will have tax rate set to 0!</li>
1310
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18267">[18267]</a> Update price and tax fields in EDI to reflect DB changes</li>
1310
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18267">[18267]</a> Update price and tax fields in EDI to reflect DB changes</li>
1311
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25677">[25677]</a> Checkbox options for EDI accounts cannot be enabled</li>
1311
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25677">[25677]</a> Checkbox options for EDI accounts cannot be enabled</li>
1312
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25750">[25750]</a> Fallback to ecost_tax_included, ecost_tax_excluded not happening when no 'Actual cost' entered</p>
1312
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25750">[25750]</a> Fallback to ecost_tax_included, ecost_tax_excluded not happening when no 'Actual cost' entered</p>
1313
1313
1314
<p><strong>Sponsored by</strong> <em>Horowhenua District Council</em></p></li>
1314
<p><strong>Sponsored by</strong> <em>Horowhenua District Council</em></p></li>
1315
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26082">[26082]</a> Follow up to bug 23463 - need to call Koha::Item store to get itemnumber</li>
1315
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26082">[26082]</a> Follow up to bug 23463 - need to call Koha::Item store to get itemnumber</li>
1316
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26134">[26134]</a> Error when adding to basket from new/staged file when using MARCItemFieldsToOrder</li>
1316
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26134">[26134]</a> Error when adding to basket from new/staged file when using MARCItemFieldsToOrder</li>
1317
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26438">[26438]</a> Follow up to bug 23463 - return from Koha::Item overwrites existing variable</li>
1317
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26438">[26438]</a> Follow up to bug 23463 - return from Koha::Item overwrites existing variable</li>
1318
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26496">[26496]</a> Budget plan save button doesn't save plans</li>
1318
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26496">[26496]</a> Budget plan save button doesn't save plans</li>
1319
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26738">[26738]</a> Unable to change manager of purchase suggestion</li>
1319
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26738">[26738]</a> Unable to change manager of purchase suggestion</li>
1320
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26908">[26908]</a> EDI vendor accounts edit no longer allows plugins to be selected for an account</li>
1320
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26908">[26908]</a> EDI vendor accounts edit no longer allows plugins to be selected for an account</li>
1321
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27082">[27082]</a> Problem when a basket has more of 20 orders with uncertain price</li>
1321
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27082">[27082]</a> Problem when a basket has more of 20 orders with uncertain price</li>
1322
</ul>
1322
</ul>
1323
1323
1324
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1324
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1325
1325
1326
<ul>
1326
<ul>
1327
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23634">[23634]</a> Privilege escalation vulnerability for staff users with 'edit_borrowers' permission and 'OpacResetPassword' enabled</li>
1327
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23634">[23634]</a> Privilege escalation vulnerability for staff users with 'edit_borrowers' permission and 'OpacResetPassword' enabled</li>
1328
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24663">[24663]</a> OPACPublic must be tested for all opac scripts</li>
1328
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24663">[24663]</a> OPACPublic must be tested for all opac scripts</li>
1329
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24986">[24986]</a> Maximum row size reached soon for borrowers and deletedborrowers</li>
1329
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24986">[24986]</a> Maximum row size reached soon for borrowers and deletedborrowers</li>
1330
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504">[25504]</a> Wrong API spec breaks plack without meaningful error</li>
1330
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504">[25504]</a> Wrong API spec breaks plack without meaningful error</li>
1331
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25634">[25634]</a> koha-foreach exits too early if any command has non-zero status</li>
1331
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25634">[25634]</a> koha-foreach exits too early if any command has non-zero status</li>
1332
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25707">[25707]</a> Mappings update in bug 11529 causes incorrect MARC to DB data flow</li>
1332
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25707">[25707]</a> Mappings update in bug 11529 causes incorrect MARC to DB data flow</li>
1333
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898">[25898]</a> Prohibit indirect object notation</li>
1333
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898">[25898]</a> Prohibit indirect object notation</li>
1334
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25909">[25909]</a> Recent change to datatables JS in the OPAC causes errors</li>
1334
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25909">[25909]</a> Recent change to datatables JS in the OPAC causes errors</li>
1335
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25964">[25964]</a> Data loss possible when items are modified</li>
1335
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25964">[25964]</a> Data loss possible when items are modified</li>
1336
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26253">[26253]</a> duplicated mana_config in etc/koha-conf.xml</li>
1336
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26253">[26253]</a> duplicated mana_config in etc/koha-conf.xml</li>
1337
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26322">[26322]</a> REST API plugin authorization is not checked anymore</li>
1337
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26322">[26322]</a> REST API plugin authorization is not checked anymore</li>
1338
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26341">[26341]</a> Database update for bug 21443 is not idempotent and will destroy settings</li>
1338
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26341">[26341]</a> Database update for bug 21443 is not idempotent and will destroy settings</li>
1339
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26434">[26434]</a> Plugin dirs duplicates in @INC with plack</li>
1339
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26434">[26434]</a> Plugin dirs duplicates in @INC with plack</li>
1340
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26470">[26470]</a> itemnumber not available for plugin hook</li>
1340
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26470">[26470]</a> itemnumber not available for plugin hook</li>
1341
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26562">[26562]</a> Searches are shared between sessions</li>
1341
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26562">[26562]</a> Searches are shared between sessions</li>
1342
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26639">[26639]</a> Turn auto_savepoint ON</li>
1342
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26639">[26639]</a> Turn auto_savepoint ON</li>
1343
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26911">[26911]</a> Update for 18936 can cause data loss if constraints are violated</li>
1343
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26911">[26911]</a> Update for 18936 can cause data loss if constraints are violated</li>
1344
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26963">[26963]</a> Improve Koha::Item::pickup_locations performance</p>
1344
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26963">[26963]</a> Improve Koha::Item::pickup_locations performance</p>
1345
1345
1346
<blockquote>
1346
<blockquote>
1347
  <p>Koha::Item::pickup_locations is very inefficient, causing timeouts on records with large numbers of holds/items.</p>
1347
  <p>Koha::Item::pickup_locations is very inefficient, causing timeouts on records with large numbers of holds/items.</p>
Lines 1353-1401 have already been fixed in maintainance releases)</p> Link Here
1353
<h3 id="cataloging">Cataloging</h3>
1353
<h3 id="cataloging">Cataloging</h3>
1354
1354
1355
<ul>
1355
<ul>
1356
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18051">[18051]</a> Advanced Editor - Rancor - encoding issues with some sources</li>
1356
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18051">[18051]</a> Advanced Editor - Rancor - encoding issues with some sources</li>
1357
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26083">[26083]</a> Item editor defaults to lost</li>
1357
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26083">[26083]</a> Item editor defaults to lost</li>
1358
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26518">[26518]</a> Adding a record can succeed even if adding the biblioitem fails</li>
1358
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26518">[26518]</a> Adding a record can succeed even if adding the biblioitem fails</li>
1359
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26750">[26750]</a> Deleted items are not removed from index</li>
1359
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26750">[26750]</a> Deleted items are not removed from index</li>
1360
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27012">[27012]</a> Merging records with holds causes SQL error</li>
1360
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27012">[27012]</a> Merging records with holds causes SQL error</li>
1361
</ul>
1361
</ul>
1362
1362
1363
<h3 id="circulation">Circulation</h3>
1363
<h3 id="circulation">Circulation</h3>
1364
1364
1365
<ul>
1365
<ul>
1366
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18501">[18501]</a> Automatic refunds need protection from failure</li>
1366
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18501">[18501]</a> Automatic refunds need protection from failure</li>
1367
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25566">[25566]</a> Change in DecreaseLoanHighHolds behaviour</li>
1367
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25566">[25566]</a> Change in DecreaseLoanHighHolds behaviour</li>
1368
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25726">[25726]</a> Holds to Pull made empty by pathological holds</li>
1368
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25726">[25726]</a> Holds to Pull made empty by pathological holds</li>
1369
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25758">[25758]</a> Items scheduled for automatic renewal do not show that they will not renew due to a hold</p>
1369
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25758">[25758]</a> Items scheduled for automatic renewal do not show that they will not renew due to a hold</p>
1370
1370
1371
<blockquote>
1371
<blockquote>
1372
  <p>Bug 19014 prioritized the 'too soon' message for renewals to prevent sending too many notifications. When displaying information about the hold elsewhere it is desired to see the 'on hold' status even when the renewal is too soon.</p>
1372
  <p>Bug 19014 prioritized the 'too soon' message for renewals to prevent sending too many notifications. When displaying information about the hold elsewhere it is desired to see the 'on hold' status even when the renewal is too soon.</p>
1373
  
1373
  
1374
  <p>This patch add a switch to the CanBookBeRenewed routine to decide which status has priority (i.e. whether we are checking from the renewal cron or elsewhere)</p>
1374
  <p>This patch add a switch to the CanBookBeRenewed routine to decide which status has priority (i.e. whether we are checking from the renewal cron or elsewhere)</p>
1375
</blockquote></li>
1375
</blockquote></li>
1376
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25783">[25783]</a> Holds Queue treating item-level holds as bib-level</li>
1376
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25783">[25783]</a> Holds Queue treating item-level holds as bib-level</li>
1377
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850">[25850]</a> CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday</li>
1377
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850">[25850]</a> CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday</li>
1378
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25851">[25851]</a> 19.11 upgrade creates holdallowed rule with empty value</li>
1378
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25851">[25851]</a> 19.11 upgrade creates holdallowed rule with empty value</li>
1379
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25969">[25969]</a> Checking in a found hold at a different branch then confirming the hold causes internal server error</li>
1379
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25969">[25969]</a> Checking in a found hold at a different branch then confirming the hold causes internal server error</li>
1380
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26078">[26078]</a> "Item returns to issuing library" creates infinite transfer loop</li>
1380
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26078">[26078]</a> "Item returns to issuing library" creates infinite transfer loop</li>
1381
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26108">[26108]</a> Checkins should not require item to have been checked out</li>
1381
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26108">[26108]</a> Checkins should not require item to have been checked out</li>
1382
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26232">[26232]</a> undefined fine grace period kills koha</li>
1382
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26232">[26232]</a> undefined fine grace period kills koha</li>
1383
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26510">[26510]</a> Transport Cost Matrix editor doesn't show all data when HoldsQueueSkipClosed is enabled</li>
1383
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26510">[26510]</a> Transport Cost Matrix editor doesn't show all data when HoldsQueueSkipClosed is enabled</li>
1384
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26529">[26529]</a> Holds rules enforced incorrectly when not set at library level</li>
1384
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26529">[26529]</a> Holds rules enforced incorrectly when not set at library level</li>
1385
</ul>
1385
</ul>
1386
1386
1387
<h3 id="command-lineutilities">Command-line Utilities</h3>
1387
<h3 id="command-lineutilities">Command-line Utilities</h3>
1388
1388
1389
<ul>
1389
<ul>
1390
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25538">[25538]</a> koha-shell should pass --login to sudo if no command</li>
1390
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25538">[25538]</a> koha-shell should pass --login to sudo if no command</li>
1391
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25683">[25683]</a> update_patron_categories.pl should recognize no fine history = 0 outstanding fines</li>
1391
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25683">[25683]</a> update_patron_categories.pl should recognize no fine history = 0 outstanding fines</li>
1392
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25752">[25752]</a> Current directory not kept when using koha-shell</li>
1392
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25752">[25752]</a> Current directory not kept when using koha-shell</li>
1393
</ul>
1393
</ul>
1394
1394
1395
<h3 id="coursereserves">Course reserves</h3>
1395
<h3 id="coursereserves">Course reserves</h3>
1396
1396
1397
<ul>
1397
<ul>
1398
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26819">[26819]</a> Error when adding items to course reserves - can't view items in the staff interface</p>
1398
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26819">[26819]</a> Error when adding items to course reserves - can't view items in the staff interface</p>
1399
1399
1400
<blockquote>
1400
<blockquote>
1401
  <p>This fixes an error introduced during the 20.11 development cycle with course reserves. After adding an item you could not list the items for a course in the staff interface (an error page was generated), and you could not add additional items.</p>
1401
  <p>This fixes an error introduced during the 20.11 development cycle with course reserves. After adding an item you could not list the items for a course in the staff interface (an error page was generated), and you could not add additional items.</p>
Lines 1405-1551 have already been fixed in maintainance releases)</p> Link Here
1405
<h3 id="database">Database</h3>
1405
<h3 id="database">Database</h3>
1406
1406
1407
<ul>
1407
<ul>
1408
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18050">[18050]</a> Missing constraint on aqbudgets.budget_period_id in aqbudgets</li>
1408
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18050">[18050]</a> Missing constraint on aqbudgets.budget_period_id in aqbudgets</li>
1409
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379">[24379]</a> Patron login attempts happen to be NULL instead of 0</li>
1409
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379">[24379]</a> Patron login attempts happen to be NULL instead of 0</li>
1410
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25826">[25826]</a> Hiding biblionumber in the frameworks breaks links in result list</li>
1410
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25826">[25826]</a> Hiding biblionumber in the frameworks breaks links in result list</li>
1411
</ul>
1411
</ul>
1412
1412
1413
<h3 id="finesandfees">Fines and fees</h3>
1413
<h3 id="finesandfees">Fines and fees</h3>
1414
1414
1415
<ul>
1415
<ul>
1416
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25526">[25526]</a> Using Write Off Selected will not allow for a different amount to be written off</li>
1416
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25526">[25526]</a> Using Write Off Selected will not allow for a different amount to be written off</li>
1417
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26023">[26023]</a> Incorrect permissions handling for cashup actions on the library level registers summary page</li>
1417
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26023">[26023]</a> Incorrect permissions handling for cashup actions on the library level registers summary page</li>
1418
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26536">[26536]</a> "Writeoff/Pay selected" deducts from old unpaid debts first</li>
1418
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26536">[26536]</a> "Writeoff/Pay selected" deducts from old unpaid debts first</li>
1419
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26915">[26915]</a> Koha explodes when writing off a fee with FinePaymentAutoPopup</li>
1419
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26915">[26915]</a> Koha explodes when writing off a fee with FinePaymentAutoPopup</li>
1420
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27079">[27079]</a> UpdateFine adds refunds for fines paid off before return</li>
1420
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27079">[27079]</a> UpdateFine adds refunds for fines paid off before return</li>
1421
</ul>
1421
</ul>
1422
1422
1423
<h3 id="holdrequests">Hold requests</h3>
1423
<h3 id="holdrequests">Hold requests</h3>
1424
1424
1425
<ul>
1425
<ul>
1426
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18958">[18958]</a> If patron has multiple record level holds on one record transferring first hold causes next hold to become item level</li>
1426
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18958">[18958]</a> If patron has multiple record level holds on one record transferring first hold causes next hold to become item level</li>
1427
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24598">[24598]</a> Hold not reset properly if checked out to another patron</li>
1427
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24598">[24598]</a> Hold not reset properly if checked out to another patron</li>
1428
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24683">[24683]</a> Holds on biblios with different item types: rules for holds allowed are not applied correctly if any item type is available</li>
1428
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24683">[24683]</a> Holds on biblios with different item types: rules for holds allowed are not applied correctly if any item type is available</li>
1429
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25786">[25786]</a> Holds Queue building may target the wrong item for item level requests that match holds queue priority</li>
1429
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25786">[25786]</a> Holds Queue building may target the wrong item for item level requests that match holds queue priority</li>
1430
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26429">[26429]</a> If a waiting hold has expired the expiration date on the holds page shows for tomorrow</li>
1430
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26429">[26429]</a> If a waiting hold has expired the expiration date on the holds page shows for tomorrow</li>
1431
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26900">[26900]</a> Fixes Koka::Libraries typo in C4/Reserves.pm</li>
1431
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26900">[26900]</a> Fixes Koka::Libraries typo in C4/Reserves.pm</li>
1432
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26990">[26990]</a> No feedback if holds override is disabled and hold fails</li>
1432
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26990">[26990]</a> No feedback if holds override is disabled and hold fails</li>
1433
</ul>
1433
</ul>
1434
1434
1435
<h3 id="i18nl10n">I18N/L10N</h3>
1435
<h3 id="i18nl10n">I18N/L10N</h3>
1436
1436
1437
<ul>
1437
<ul>
1438
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26158">[26158]</a> Z3950 search button broken for translations</li>
1438
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26158">[26158]</a> Z3950 search button broken for translations</li>
1439
</ul>
1439
</ul>
1440
1440
1441
<h3 id="ill">ILL</h3>
1441
<h3 id="ill">ILL</h3>
1442
1442
1443
<ul>
1443
<ul>
1444
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114">[26114]</a> ILL should mark status=RET only if a return happened</li>
1444
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114">[26114]</a> ILL should mark status=RET only if a return happened</li>
1445
</ul>
1445
</ul>
1446
1446
1447
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1447
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1448
1448
1449
<ul>
1449
<ul>
1450
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26265">[26265]</a> Makefile.PL is missing pos directory</li>
1450
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26265">[26265]</a> Makefile.PL is missing pos directory</li>
1451
</ul>
1451
</ul>
1452
1452
1453
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1453
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1454
1454
1455
<ul>
1455
<ul>
1456
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25852">[25852]</a> If a layout is edited, the layout type will revert to barcode</li>
1456
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25852">[25852]</a> If a layout is edited, the layout type will revert to barcode</li>
1457
</ul>
1457
</ul>
1458
1458
1459
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1459
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1460
1460
1461
<ul>
1461
<ul>
1462
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25273">[25273]</a> Elasticsearch Authority matching is returning too many results</li>
1462
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25273">[25273]</a> Elasticsearch Authority matching is returning too many results</li>
1463
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25653">[25653]</a> Authorities search does not retain selection</li>
1463
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25653">[25653]</a> Authorities search does not retain selection</li>
1464
</ul>
1464
</ul>
1465
1465
1466
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
1466
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
1467
1467
1468
<ul>
1468
<ul>
1469
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26231">[26231]</a> bulkmarcimport.pl does not import authority if it already has a 001 field</li>
1469
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26231">[26231]</a> bulkmarcimport.pl does not import authority if it already has a 001 field</li>
1470
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26853">[26853]</a> Data lost due to "Data too long for column" errors during MARC import</li>
1470
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26853">[26853]</a> Data lost due to "Data too long for column" errors during MARC import</li>
1471
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26854">[26854]</a> stage-marc-import.pl does not properly fork</li>
1471
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26854">[26854]</a> stage-marc-import.pl does not properly fork</li>
1472
</ul>
1472
</ul>
1473
1473
1474
<h3 id="notices">Notices</h3>
1474
<h3 id="notices">Notices</h3>
1475
1475
1476
<ul>
1476
<ul>
1477
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26420">[26420]</a> Overdue notices script does not care about borrower's language, always takes default template</li>
1477
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26420">[26420]</a> Overdue notices script does not care about borrower's language, always takes default template</li>
1478
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27103">[27103]</a> Adding a hold cancellation reason should not always send a notice</li>
1478
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27103">[27103]</a> Adding a hold cancellation reason should not always send a notice</li>
1479
</ul>
1479
</ul>
1480
1480
1481
<h3 id="opac">OPAC</h3>
1481
<h3 id="opac">OPAC</h3>
1482
1482
1483
<ul>
1483
<ul>
1484
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17842">[17842]</a> Broken diacritics on records exported as MARC from cart</li>
1484
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17842">[17842]</a> Broken diacritics on records exported as MARC from cart</li>
1485
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22672">[22672]</a> Replace <code>i</code> tags with <code>em</code> AND <code>b</code> tags with <code>strong</code> in the OPAC</li>
1485
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22672">[22672]</a> Replace <code>i</code> tags with <code>em</code> AND <code>b</code> tags with <code>strong</code> in the OPAC</li>
1486
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25492">[25492]</a> Your Account Menu button does nothing on mobile devices</li>
1486
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25492">[25492]</a> Your Account Menu button does nothing on mobile devices</li>
1487
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25769">[25769]</a> Patron self modification triggers change request for date of birth to null</li>
1487
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25769">[25769]</a> Patron self modification triggers change request for date of birth to null</li>
1488
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26005">[26005]</a> OPAC cart display fails with error</p>
1488
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26005">[26005]</a> OPAC cart display fails with error</p>
1489
1489
1490
<blockquote>
1490
<blockquote>
1491
  <p>This fixes a problem with the OPAC cart - it should now work correctly when opened, instead of generating an error message.</p>
1491
  <p>This fixes a problem with the OPAC cart - it should now work correctly when opened, instead of generating an error message.</p>
1492
</blockquote></li>
1492
</blockquote></li>
1493
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26037">[26037]</a> openlibrary.org is hit on every Koha requests</li>
1493
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26037">[26037]</a> openlibrary.org is hit on every Koha requests</li>
1494
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26069">[26069]</a> Twitter share button leaks information to Twitter</li>
1494
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26069">[26069]</a> Twitter share button leaks information to Twitter</li>
1495
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26505">[26505]</a> Suspend hold modal broken in the OPAC</li>
1495
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26505">[26505]</a> Suspend hold modal broken in the OPAC</li>
1496
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26735">[26735]</a> Overdrive login modal broken in the OPAC</li>
1496
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26735">[26735]</a> Overdrive login modal broken in the OPAC</li>
1497
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26752">[26752]</a> OPAC list download button broken by Bootstrap 4 upgrade</li>
1497
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26752">[26752]</a> OPAC list download button broken by Bootstrap 4 upgrade</li>
1498
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26973">[26973]</a> extendedPatronAttributes not showing during selfregistration</li>
1498
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26973">[26973]</a> extendedPatronAttributes not showing during selfregistration</li>
1499
</ul>
1499
</ul>
1500
1500
1501
<h3 id="packaging">Packaging</h3>
1501
<h3 id="packaging">Packaging</h3>
1502
1502
1503
<ul>
1503
<ul>
1504
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25591">[25591]</a> Update list-deps for Debian 10 and Ubuntu 20.04</li>
1504
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25591">[25591]</a> Update list-deps for Debian 10 and Ubuntu 20.04</li>
1505
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25633">[25633]</a> Update debian/control.ini file for 20.05 release cycle</li>
1505
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25633">[25633]</a> Update debian/control.ini file for 20.05 release cycle</li>
1506
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25693">[25693]</a> Correct permissions must be set on logdir after an upgrade</li>
1506
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25693">[25693]</a> Correct permissions must be set on logdir after an upgrade</li>
1507
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25792">[25792]</a> Rename 'ttf-dejavu' package to 'fonts-dejavu' for Debian 11</li>
1507
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25792">[25792]</a> Rename 'ttf-dejavu' package to 'fonts-dejavu' for Debian 11</li>
1508
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920">[25920]</a> Add liblocale-codes-perl package to fix ubuntu-stable (focal)</li>
1508
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920">[25920]</a> Add liblocale-codes-perl package to fix ubuntu-stable (focal)</li>
1509
</ul>
1509
</ul>
1510
1510
1511
<h3 id="patrons">Patrons</h3>
1511
<h3 id="patrons">Patrons</h3>
1512
1512
1513
<ul>
1513
<ul>
1514
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25322">[25322]</a> Adding a guarantor with no relationship defaults to first available relationship name</li>
1514
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25322">[25322]</a> Adding a guarantor with no relationship defaults to first available relationship name</li>
1515
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25858">[25858]</a> Borrower permissions are broken by update from bug 22868</li>
1515
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25858">[25858]</a> Borrower permissions are broken by update from bug 22868</li>
1516
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26285">[26285]</a> Use country code + number (E.164) validation for SMS numbers</li>
1516
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26285">[26285]</a> Use country code + number (E.164) validation for SMS numbers</li>
1517
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26556">[26556]</a> Cities autocomplete broken in patron edition</li>
1517
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26556">[26556]</a> Cities autocomplete broken in patron edition</li>
1518
</ul>
1518
</ul>
1519
1519
1520
<h3 id="pluginarchitecture">Plugin architecture</h3>
1520
<h3 id="pluginarchitecture">Plugin architecture</h3>
1521
1521
1522
<ul>
1522
<ul>
1523
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25549">[25549]</a> Broken plugins should not break Koha (Install plugin script/method should highlight broken plugins)</li>
1523
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25549">[25549]</a> Broken plugins should not break Koha (Install plugin script/method should highlight broken plugins)</li>
1524
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26138">[26138]</a> Errors if enable_plugins is zero</li>
1524
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26138">[26138]</a> Errors if enable_plugins is zero</li>
1525
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26751">[26751]</a> Fatal exception if only one repo defined</li>
1525
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26751">[26751]</a> Fatal exception if only one repo defined</li>
1526
</ul>
1526
</ul>
1527
1527
1528
<h3 id="restapi">REST API</h3>
1528
<h3 id="restapi">REST API</h3>
1529
1529
1530
<ul>
1530
<ul>
1531
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653">[23653]</a> Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing</li>
1531
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653">[23653]</a> Plack fails when https://swagger.io/v2/schema.json is unavailable and schema cache missing</li>
1532
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24003">[24003]</a> REST API should set C4::Context->userenv</li>
1532
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24003">[24003]</a> REST API should set C4::Context->userenv</li>
1533
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25774">[25774]</a> REST API searches don't handle correctly utf8 characters</li>
1533
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25774">[25774]</a> REST API searches don't handle correctly utf8 characters</li>
1534
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944">[25944]</a> Bug in ill_requests patch schema</li>
1534
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944">[25944]</a> Bug in ill_requests patch schema</li>
1535
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26143">[26143]</a> The API does not handle requesting all resources</li>
1535
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26143">[26143]</a> The API does not handle requesting all resources</li>
1536
</ul>
1536
</ul>
1537
1537
1538
<h3 id="reports">Reports</h3>
1538
<h3 id="reports">Reports</h3>
1539
1539
1540
<ul>
1540
<ul>
1541
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25942">[25942]</a> Batch biblio and borrower operations on report results should not concatenate biblio/cardnumbers into a single string</li>
1541
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25942">[25942]</a> Batch biblio and borrower operations on report results should not concatenate biblio/cardnumbers into a single string</li>
1542
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26090">[26090]</a> Catalog by itemtype report fails if SQL strict mode is on</li>
1542
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26090">[26090]</a> Catalog by itemtype report fails if SQL strict mode is on</li>
1543
</ul>
1543
</ul>
1544
1544
1545
<h3 id="sip2">SIP2</h3>
1545
<h3 id="sip2">SIP2</h3>
1546
1546
1547
<ul>
1547
<ul>
1548
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25761">[25761]</a> Implementation of too_many_overdue has unintended consequences</p>
1548
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25761">[25761]</a> Implementation of too_many_overdue has unintended consequences</p>
1549
1549
1550
<blockquote>
1550
<blockquote>
1551
  <p>This bugfix allows the circulation rules that prevent checkouts if a user has reached a maximum number of overdue to be overridden at the SIP login level.</p>
1551
  <p>This bugfix allows the circulation rules that prevent checkouts if a user has reached a maximum number of overdue to be overridden at the SIP login level.</p>
Lines 1554-1639 have already been fixed in maintainance releases)</p> Link Here
1554
  
1554
  
1555
  <p><strong><em>New SIP config option</em></strong>: <code>overdues_block_checkout</code> defaults to <code>1</code></p>
1555
  <p><strong><em>New SIP config option</em></strong>: <code>overdues_block_checkout</code> defaults to <code>1</code></p>
1556
</blockquote></li>
1556
</blockquote></li>
1557
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25992">[25992]</a> SIP2 server doesn't start - Undefined subroutine set_logger</li>
1557
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25992">[25992]</a> SIP2 server doesn't start - Undefined subroutine set_logger</li>
1558
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26896">[26896]</a> SIP option holds_block_checkin does not actually block checkin of items on hold</li>
1558
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26896">[26896]</a> SIP option holds_block_checkin does not actually block checkin of items on hold</li>
1559
</ul>
1559
</ul>
1560
1560
1561
<h3 id="searching">Searching</h3>
1561
<h3 id="searching">Searching</h3>
1562
1562
1563
<ul>
1563
<ul>
1564
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7607">[7607]</a> Advanced search: Index and search term don't match when leaving fields empty</li>
1564
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7607">[7607]</a> Advanced search: Index and search term don't match when leaving fields empty</li>
1565
</ul>
1565
</ul>
1566
1566
1567
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1567
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1568
1568
1569
<ul>
1569
<ul>
1570
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23828">[23828]</a> Elasticsearch - ES - Authority record results not ordered correctly</li>
1570
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23828">[23828]</a> Elasticsearch - ES - Authority record results not ordered correctly</li>
1571
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25265">[25265]</a> Elasticsearch - Batch editing items on a biblio can lead to incorrect index</li>
1571
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25265">[25265]</a> Elasticsearch - Batch editing items on a biblio can lead to incorrect index</li>
1572
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25864">[25864]</a> Case sensitivity breaks searching of some fields in ES5</li>
1572
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25864">[25864]</a> Case sensitivity breaks searching of some fields in ES5</li>
1573
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25882">[25882]</a> Elasticsearch - Advanced search itemtype limits are being double quoted</li>
1573
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25882">[25882]</a> Elasticsearch - Advanced search itemtype limits are being double quoted</li>
1574
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26309">[26309]</a> Elasticsearch cxn_pool must be configurable (again)</li>
1574
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26309">[26309]</a> Elasticsearch cxn_pool must be configurable (again)</li>
1575
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26507">[26507]</a> New items not indexed</li>
1575
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26507">[26507]</a> New items not indexed</li>
1576
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26903">[26903]</a> Authority records not being indexed in Elasticsearch</li>
1576
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26903">[26903]</a> Authority records not being indexed in Elasticsearch</li>
1577
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27070">[27070]</a> Elasticsearch - with Elasticsearch 6 searches failing unless all terms are in the same field</li>
1577
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27070">[27070]</a> Elasticsearch - with Elasticsearch 6 searches failing unless all terms are in the same field</li>
1578
</ul>
1578
</ul>
1579
1579
1580
<h3 id="searching-zebra">Searching - Zebra</h3>
1580
<h3 id="searching-zebra">Searching - Zebra</h3>
1581
1581
1582
<ul>
1582
<ul>
1583
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086">[23086]</a> Search for collection is broken</li>
1583
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086">[23086]</a> Search for collection is broken</li>
1584
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26581">[26581]</a> Elasticsearch - Records can be indexed multiple times during returns</li>
1584
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26581">[26581]</a> Elasticsearch - Records can be indexed multiple times during returns</li>
1585
</ul>
1585
</ul>
1586
1586
1587
<h3 id="serials">Serials</h3>
1587
<h3 id="serials">Serials</h3>
1588
1588
1589
<ul>
1589
<ul>
1590
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26604">[26604]</a> "Generate next" button gives error on serials-collection.pl</li>
1590
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26604">[26604]</a> "Generate next" button gives error on serials-collection.pl</li>
1591
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26987">[26987]</a> No property notforloan for Koha::Serial::Item</li>
1591
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26987">[26987]</a> No property notforloan for Koha::Serial::Item</li>
1592
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26992">[26992]</a> On serial collection page, impossible to delete issues and related items</li>
1592
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26992">[26992]</a> On serial collection page, impossible to delete issues and related items</li>
1593
</ul>
1593
</ul>
1594
1594
1595
<h3 id="staffclient">Staff Client</h3>
1595
<h3 id="staffclient">Staff Client</h3>
1596
1596
1597
<ul>
1597
<ul>
1598
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23432">[23432]</a> Stock rotation: cancelled transfer result in stockrotation failures</li>
1598
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23432">[23432]</a> Stock rotation: cancelled transfer result in stockrotation failures</li>
1599
</ul>
1599
</ul>
1600
1600
1601
<h3 id="systemadministration">System Administration</h3>
1601
<h3 id="systemadministration">System Administration</h3>
1602
1602
1603
<ul>
1603
<ul>
1604
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25651">[25651]</a> Modifying an authorised value make it disappear</li>
1604
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25651">[25651]</a> Modifying an authorised value make it disappear</li>
1605
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26948">[26948]</a> Some Koha Emails are double encoded (HOLD, ODUE, ...)</li>
1605
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26948">[26948]</a> Some Koha Emails are double encoded (HOLD, ODUE, ...)</li>
1606
</ul>
1606
</ul>
1607
1607
1608
<h3 id="templates">Templates</h3>
1608
<h3 id="templates">Templates</h3>
1609
1609
1610
<ul>
1610
<ul>
1611
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25839">[25839]</a> Typo patron.streetype in member-main-address-style.inc</li>
1611
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25839">[25839]</a> Typo patron.streetype in member-main-address-style.inc</li>
1612
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25842">[25842]</a> Typo "streetype" in member-main-address-style.inc</li>
1612
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25842">[25842]</a> Typo "streetype" in member-main-address-style.inc</li>
1613
</ul>
1613
</ul>
1614
1614
1615
<h3 id="testsuite">Test Suite</h3>
1615
<h3 id="testsuite">Test Suite</h3>
1616
1616
1617
<ul>
1617
<ul>
1618
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26031">[26031]</a> www/search_utf8.t is failing randomly and must be removed/replaced</li>
1618
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26031">[26031]</a> www/search_utf8.t is failing randomly and must be removed/replaced</li>
1619
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26033">[26033]</a> framapic is closing</li>
1619
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26033">[26033]</a> framapic is closing</li>
1620
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26250">[26250]</a> Test suite does not pass if Elastic is used as search engine</li>
1620
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26250">[26250]</a> Test suite does not pass if Elastic is used as search engine</li>
1621
</ul>
1621
</ul>
1622
1622
1623
<h3 id="tools">Tools</h3>
1623
<h3 id="tools">Tools</h3>
1624
1624
1625
<ul>
1625
<ul>
1626
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032">[15032]</a> [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected</li>
1626
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032">[15032]</a> [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected</li>
1627
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25557">[25557]</a> Column config table in acquisitions order does not match the acq table in baskets</li>
1627
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25557">[25557]</a> Column config table in acquisitions order does not match the acq table in baskets</li>
1628
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26516">[26516]</a> Importing records with unexpected format of copyrightdate fails</li>
1628
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26516">[26516]</a> Importing records with unexpected format of copyrightdate fails</li>
1629
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26557">[26557]</a> Batch import fails when incoming records contain itemnumber</li>
1629
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26557">[26557]</a> Batch import fails when incoming records contain itemnumber</li>
1630
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26592">[26592]</a> XSS vulnerability when ysearch is used</li>
1630
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26592">[26592]</a> XSS vulnerability when ysearch is used</li>
1631
</ul>
1631
</ul>
1632
1632
1633
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
1633
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
1634
1634
1635
<ul>
1635
<ul>
1636
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23542">[23542]</a> SRU import encoding issue</li>
1636
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23542">[23542]</a> SRU import encoding issue</li>
1637
</ul>
1637
</ul>
1638
1638
1639
<h2 id="otherbugsfixed">Other bugs fixed</h2>
1639
<h2 id="otherbugsfixed">Other bugs fixed</h2>
Lines 1644-1760 have already been fixed in maintainance releases)</p> Link Here
1644
<h3 id="about">About</h3>
1644
<h3 id="about">About</h3>
1645
1645
1646
<ul>
1646
<ul>
1647
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143">[7143]</a> Bug for tracking changes to the about page</li>
1647
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143">[7143]</a> Bug for tracking changes to the about page</li>
1648
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25642">[25642]</a> Technical notes are missing from the release (20.05)</li>
1648
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25642">[25642]</a> Technical notes are missing from the release (20.05)</li>
1649
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27108">[27108]</a> Update team for 21.05 cycle</li>
1649
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27108">[27108]</a> Update team for 21.05 cycle</li>
1650
</ul>
1650
</ul>
1651
1651
1652
<h3 id="acquisitions">Acquisitions</h3>
1652
<h3 id="acquisitions">Acquisitions</h3>
1653
1653
1654
<ul>
1654
<ul>
1655
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6819">[6819]</a> Don't offer cancel order links for received order lines on basket summary</li>
1655
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6819">[6819]</a> Don't offer cancel order links for received order lines on basket summary</li>
1656
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10921">[10921]</a> You can edit an order even when it is in a closed basket</li>
1656
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10921">[10921]</a> You can edit an order even when it is in a closed basket</li>
1657
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11176">[11176]</a> Purchase suggestions should respect the 'active' switch on budgets</li>
1657
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11176">[11176]</a> Purchase suggestions should respect the 'active' switch on budgets</li>
1658
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17458">[17458]</a> When receiving an order, information about user and date on top are incorrect</li>
1658
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17458">[17458]</a> When receiving an order, information about user and date on top are incorrect</li>
1659
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21268">[21268]</a> Can't add to basket from staged file if base-level allocated is zero</li>
1659
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21268">[21268]</a> Can't add to basket from staged file if base-level allocated is zero</li>
1660
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21811">[21811]</a> Add warning when order receive form is saved without entering 'quantity received'</li>
1660
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21811">[21811]</a> Add warning when order receive form is saved without entering 'quantity received'</li>
1661
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25266">[25266]</a> Not all vendors are listed in the filters on the late order claims page</li>
1661
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25266">[25266]</a> Not all vendors are listed in the filters on the late order claims page</li>
1662
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25499">[25499]</a> Fund code column is empty when closing a budget</li>
1662
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25499">[25499]</a> Fund code column is empty when closing a budget</li>
1663
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25507">[25507]</a> PDF order print for German 2-pages is broken</li>
1663
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25507">[25507]</a> PDF order print for German 2-pages is broken</li>
1664
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25545">[25545]</a> Invoice page - Adjustments are not included in the Total + adjustments + shipment cost (Column tax. inc.)</li>
1664
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25545">[25545]</a> Invoice page - Adjustments are not included in the Total + adjustments + shipment cost (Column tax. inc.)</li>
1665
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25599">[25599]</a> Allow use of cataloguing placeholders when ACQ framework is used creating new record (UseACQFrameworkForBiblioRecords)</li>
1665
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25599">[25599]</a> Allow use of cataloguing placeholders when ACQ framework is used creating new record (UseACQFrameworkForBiblioRecords)</li>
1666
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25611">[25611]</a> Changing the vendor when creating the basket does not keep that new vendor</li>
1666
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25611">[25611]</a> Changing the vendor when creating the basket does not keep that new vendor</li>
1667
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25751">[25751]</a> When an ORDERED suggestion is edited, the status resets to "No status"</li>
1667
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25751">[25751]</a> When an ORDERED suggestion is edited, the status resets to "No status"</li>
1668
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25887">[25887]</a> Filtering funds by library resets to empty in library pull down</li>
1668
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25887">[25887]</a> Filtering funds by library resets to empty in library pull down</li>
1669
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26190">[26190]</a> Cannot close baskets when all lines have been cancelled</li>
1669
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26190">[26190]</a> Cannot close baskets when all lines have been cancelled</li>
1670
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26497">[26497]</a> "Hide all columns" throws Javascript error on aqplan.pl</li>
1670
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26497">[26497]</a> "Hide all columns" throws Javascript error on aqplan.pl</li>
1671
</ul>
1671
</ul>
1672
1672
1673
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1673
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1674
1674
1675
<ul>
1675
<ul>
1676
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21539">[21539]</a> addorderiso2709.pl forces librarian to select a ccode and notforloan code when using MarcItemFieldsToOrder</li>
1676
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21539">[21539]</a> addorderiso2709.pl forces librarian to select a ccode and notforloan code when using MarcItemFieldsToOrder</li>
1677
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25360">[25360]</a> Use secure flag for CGISESSID cookie</li>
1677
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25360">[25360]</a> Use secure flag for CGISESSID cookie</li>
1678
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25875">[25875]</a> Patron displayed multiple times in add user search if they have multiple sub permissions</li>
1678
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25875">[25875]</a> Patron displayed multiple times in add user search if they have multiple sub permissions</li>
1679
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950">[25950]</a> REMOTE_ADDR set to null if client_ip in X-Forwarded-For matches a koha_trusted_proxies value</li>
1679
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950">[25950]</a> REMOTE_ADDR set to null if client_ip in X-Forwarded-For matches a koha_trusted_proxies value</li>
1680
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26228">[26228]</a> Update gulpfile to work with Node.js v12</li>
1680
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26228">[26228]</a> Update gulpfile to work with Node.js v12</li>
1681
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26239">[26239]</a> Number::Format issues with large negative numbers</li>
1681
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26239">[26239]</a> Number::Format issues with large negative numbers</li>
1682
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26260">[26260]</a> elasticsearch>cnx_pool missing in koha-conf-site.xml.in</li>
1682
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26260">[26260]</a> elasticsearch>cnx_pool missing in koha-conf-site.xml.in</li>
1683
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26270">[26270]</a> XISBN.t is failing since today</li>
1683
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26270">[26270]</a> XISBN.t is failing since today</li>
1684
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26331">[26331]</a> svc/letters/preview is not executable which prevents CGI functioning</li>
1684
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26331">[26331]</a> svc/letters/preview is not executable which prevents CGI functioning</li>
1685
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26384">[26384]</a> Missing test to catch for execution flags</li>
1685
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26384">[26384]</a> Missing test to catch for execution flags</li>
1686
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26464">[26464]</a> Code correction in opac-main when news_id passed</li>
1686
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26464">[26464]</a> Code correction in opac-main when news_id passed</li>
1687
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569">[26569]</a> Use gender-neutral pronouns in systempreference explanation field in DB</li>
1687
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569">[26569]</a> Use gender-neutral pronouns in systempreference explanation field in DB</li>
1688
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26638">[26638]</a> System preference ArticleRequestsMandatoryFieldsItemsOnly is unused</li>
1688
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26638">[26638]</a> System preference ArticleRequestsMandatoryFieldsItemsOnly is unused</li>
1689
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26673">[26673]</a> Remove Perl shebangs from Perl modules</li>
1689
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26673">[26673]</a> Remove Perl shebangs from Perl modules</li>
1690
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26721">[26721]</a> Debit and credit type pages should check for the specific permission</li>
1690
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26721">[26721]</a> Debit and credit type pages should check for the specific permission</li>
1691
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26904">[26904]</a> OPAC password recovery allows regexp in email</li>
1691
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26904">[26904]</a> OPAC password recovery allows regexp in email</li>
1692
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27021">[27021]</a> Chaining on Koha::Objects->empty should always return an empty resultset</li>
1692
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27021">[27021]</a> Chaining on Koha::Objects->empty should always return an empty resultset</li>
1693
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27072">[27072]</a> Don't process staff interface CSS with rtlcss</li>
1693
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27072">[27072]</a> Don't process staff interface CSS with rtlcss</li>
1694
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27092">[27092]</a> Remove note about "synced mirror" from the README.md</li>
1694
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27092">[27092]</a> Remove note about "synced mirror" from the README.md</li>
1695
</ul>
1695
</ul>
1696
1696
1697
<h3 id="authentication">Authentication</h3>
1697
<h3 id="authentication">Authentication</h3>
1698
1698
1699
<ul>
1699
<ul>
1700
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26191">[26191]</a> Relocate track_login call in Auth.pm (see 22543)</li>
1700
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26191">[26191]</a> Relocate track_login call in Auth.pm (see 22543)</li>
1701
</ul>
1701
</ul>
1702
1702
1703
<h3 id="cataloging">Cataloging</h3>
1703
<h3 id="cataloging">Cataloging</h3>
1704
1704
1705
<ul>
1705
<ul>
1706
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11460">[11460]</a> Correction to default itemcallnumber system preference in UNIMARC</li>
1706
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11460">[11460]</a> Correction to default itemcallnumber system preference in UNIMARC</li>
1707
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17515">[17515]</a> Advanced Editor - Rancor - Z39 sources not sorted properly</li>
1707
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17515">[17515]</a> Advanced Editor - Rancor - Z39 sources not sorted properly</li>
1708
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19322">[19322]</a> Typo in UNIMARC field 140 plugin</li>
1708
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19322">[19322]</a> Typo in UNIMARC field 140 plugin</li>
1709
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19327">[19327]</a> Typo in UNIMARC field 128a plugin</li>
1709
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19327">[19327]</a> Typo in UNIMARC field 128a plugin</li>
1710
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24780">[24780]</a> 952$i stocknumber does not display in batch item modification</li>
1710
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24780">[24780]</a> 952$i stocknumber does not display in batch item modification</li>
1711
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25189">[25189]</a> AutoCreateAuthorities can repeatedly generate authority records when using Default linker</li>
1711
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25189">[25189]</a> AutoCreateAuthorities can repeatedly generate authority records when using Default linker</li>
1712
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25353">[25353]</a> Correct eslint errors in additems.js</li>
1712
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25353">[25353]</a> Correct eslint errors in additems.js</li>
1713
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25553">[25553]</a> Edit item date sort does not sort correctly</li>
1713
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25553">[25553]</a> Edit item date sort does not sort correctly</li>
1714
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26139">[26139]</a> 'Place hold' button isn't hidden in all detail views if there are no items available for loan</li>
1714
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26139">[26139]</a> 'Place hold' button isn't hidden in all detail views if there are no items available for loan</li>
1715
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26289">[26289]</a> Deleting biblio in labeled MARC view doesn't work</li>
1715
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26289">[26289]</a> Deleting biblio in labeled MARC view doesn't work</li>
1716
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26330">[26330]</a> jQueryUI tabs don't work with non-Latin-1 characters</li>
1716
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26330">[26330]</a> jQueryUI tabs don't work with non-Latin-1 characters</li>
1717
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26605">[26605]</a> Correctly URI-encode query string in call number browse plugin</li>
1717
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26605">[26605]</a> Correctly URI-encode query string in call number browse plugin</li>
1718
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26613">[26613]</a> In the unimarc_framework.sql file in the it-IT translation there are wrong value fields for 995 r record</li>
1718
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26613">[26613]</a> In the unimarc_framework.sql file in the it-IT translation there are wrong value fields for 995 r record</li>
1719
</ul>
1719
</ul>
1720
1720
1721
<h3 id="circulation">Circulation</h3>
1721
<h3 id="circulation">Circulation</h3>
1722
1722
1723
<ul>
1723
<ul>
1724
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23695">[23695]</a> Items holdingbranch should be set to the originating library when generating a manual transfer</li>
1724
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23695">[23695]</a> Items holdingbranch should be set to the originating library when generating a manual transfer</li>
1725
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24279">[24279]</a> Claims Returned does not work when set from moredetail.pl or additem.pl</li>
1725
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24279">[24279]</a> Claims Returned does not work when set from moredetail.pl or additem.pl</li>
1726
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25293">[25293]</a> Don't call escapeHtml on null</li>
1726
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25293">[25293]</a> Don't call escapeHtml on null</li>
1727
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25440">[25440]</a> Remove undef and CGI warnings and fix template variables list in circulation rules</li>
1727
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25440">[25440]</a> Remove undef and CGI warnings and fix template variables list in circulation rules</li>
1728
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25584">[25584]</a> When a 'return claim' is added, the button disappears, but the claim date doesn't show up</li>
1728
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25584">[25584]</a> When a 'return claim' is added, the button disappears, but the claim date doesn't show up</li>
1729
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25587">[25587]</a> JavaScript issue - "clear" button doesn't reset some dropdowns</li>
1729
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25587">[25587]</a> JavaScript issue - "clear" button doesn't reset some dropdowns</li>
1730
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25658">[25658]</a> Print icon sometimes obscures patron barcode</li>
1730
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25658">[25658]</a> Print icon sometimes obscures patron barcode</li>
1731
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25724">[25724]</a> Transferred item checked in to shelving cart has cart location removed when transfer is filled</li>
1731
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25724">[25724]</a> Transferred item checked in to shelving cart has cart location removed when transfer is filled</li>
1732
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25807">[25807]</a> Version 3.008 of Template breaks smart-rules display</li>
1732
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25807">[25807]</a> Version 3.008 of Template breaks smart-rules display</li>
1733
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25868">[25868]</a> Transfers page must show effective itemtype</li>
1733
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25868">[25868]</a> Transfers page must show effective itemtype</li>
1734
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25890">[25890]</a> Checkouts table not sorting on check out date correctly</li>
1734
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25890">[25890]</a> Checkouts table not sorting on check out date correctly</li>
1735
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940">[25940]</a> Two separate print dialogs when checking in/transferring an item</li>
1735
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940">[25940]</a> Two separate print dialogs when checking in/transferring an item</li>
1736
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25958">[25958]</a> Allow LongOverdue cron to exclude specified lost values</li>
1736
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25958">[25958]</a> Allow LongOverdue cron to exclude specified lost values</li>
1737
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26012">[26012]</a> Date in 'Paid for' information not formatted to Time/DateFormat system preferences</li>
1737
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26012">[26012]</a> Date in 'Paid for' information not formatted to Time/DateFormat system preferences</li>
1738
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26076">[26076]</a> Paying selected accountlines in full may result in the error "You must pay a value less than or equal to $x"</li>
1738
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26076">[26076]</a> Paying selected accountlines in full may result in the error "You must pay a value less than or equal to $x"</li>
1739
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26136">[26136]</a> Prevent double submit of checkin form</li>
1739
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26136">[26136]</a> Prevent double submit of checkin form</li>
1740
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26224">[26224]</a> Prevent double submit of header checkin form</li>
1740
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26224">[26224]</a> Prevent double submit of header checkin form</li>
1741
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26323">[26323]</a> Not_for_loan, damaged, location and ccode values must be retrieved from the correct AV category</li>
1741
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26323">[26323]</a> Not_for_loan, damaged, location and ccode values must be retrieved from the correct AV category</li>
1742
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26362">[26362]</a> Overdue report shows incorrect branches for patron, holdingbranch, and homebranch</li>
1742
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26362">[26362]</a> Overdue report shows incorrect branches for patron, holdingbranch, and homebranch</li>
1743
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26583">[26583]</a> Unnecessary code in AddIssue</li>
1743
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26583">[26583]</a> Unnecessary code in AddIssue</li>
1744
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26627">[26627]</a> Print and confirming a hold can cause an infinite loop</li>
1744
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26627">[26627]</a> Print and confirming a hold can cause an infinite loop</li>
1745
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26675">[26675]</a> Typo in line 341 of process_koc.pl</li>
1745
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26675">[26675]</a> Typo in line 341 of process_koc.pl</li>
1746
</ul>
1746
</ul>
1747
1747
1748
<h3 id="command-lineutilities">Command-line Utilities</h3>
1748
<h3 id="command-lineutilities">Command-line Utilities</h3>
1749
1749
1750
<ul>
1750
<ul>
1751
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22470">[22470]</a> Missing the table name on misc/migration_tools/switch_marc21_series_info.pl</li>
1751
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22470">[22470]</a> Missing the table name on misc/migration_tools/switch_marc21_series_info.pl</li>
1752
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25853">[25853]</a> update_patrons_category.pl has incorrect permissions in repo</li>
1752
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25853">[25853]</a> update_patrons_category.pl has incorrect permissions in repo</li>
1753
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955">[25955]</a> compare_es_to_db.pl broken by drop of Catmandu dependency</li>
1753
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955">[25955]</a> compare_es_to_db.pl broken by drop of Catmandu dependency</li>
1754
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26337">[26337]</a> Remove unused authorities script should skip merge</li>
1754
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26337">[26337]</a> Remove unused authorities script should skip merge</li>
1755
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26407">[26407]</a> fix query in 'title exists' in <code>search_for_data_inconsistencies.pl</code></li>
1755
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26407">[26407]</a> fix query in 'title exists' in <code>search_for_data_inconsistencies.pl</code></li>
1756
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26448">[26448]</a> koha-elasticsearch --commit parameter is not used</li>
1756
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26448">[26448]</a> koha-elasticsearch --commit parameter is not used</li>
1757
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26601">[26601]</a> Add utf8 output to text output of overdue_notices.pl</p>
1757
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26601">[26601]</a> Add utf8 output to text output of overdue_notices.pl</p>
1758
1758
1759
<p><strong>Sponsored by</strong> <em>Styrian State Library</em></p></li>
1759
<p><strong>Sponsored by</strong> <em>Styrian State Library</em></p></li>
1760
</ul>
1760
</ul>
Lines 1762-1856 have already been fixed in maintainance releases)</p> Link Here
1762
<h3 id="developerdocumentation">Developer documentation</h3>
1762
<h3 id="developerdocumentation">Developer documentation</h3>
1763
1763
1764
<ul>
1764
<ul>
1765
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26617">[26617]</a> Add koha-testing-docker to INSTALL file and correct URL</li>
1765
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26617">[26617]</a> Add koha-testing-docker to INSTALL file and correct URL</li>
1766
</ul>
1766
</ul>
1767
1767
1768
<h3 id="documentation">Documentation</h3>
1768
<h3 id="documentation">Documentation</h3>
1769
1769
1770
<ul>
1770
<ul>
1771
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25576">[25576]</a> ILL requests Help does not take you to the correct place in the manual</li>
1771
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25576">[25576]</a> ILL requests Help does not take you to the correct place in the manual</li>
1772
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700">[25700]</a> Recent Kohacons are missing from the timeline</li>
1772
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700">[25700]</a> Recent Kohacons are missing from the timeline</li>
1773
</ul>
1773
</ul>
1774
1774
1775
<h3 id="finesandfees">Fines and fees</h3>
1775
<h3 id="finesandfees">Fines and fees</h3>
1776
1776
1777
<ul>
1777
<ul>
1778
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26161">[26161]</a> Confirm and cancel buttons should be underneath the right hand form on the POS page</li>
1778
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26161">[26161]</a> Confirm and cancel buttons should be underneath the right hand form on the POS page</li>
1779
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26189">[26189]</a> Table options on points of sale misaligned</li>
1779
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26189">[26189]</a> Table options on points of sale misaligned</li>
1780
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26541">[26541]</a> Apply discount button misleading</li>
1780
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26541">[26541]</a> Apply discount button misleading</li>
1781
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27044">[27044]</a> Deprecate core support for PayPal payments</li>
1781
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27044">[27044]</a> Deprecate core support for PayPal payments</li>
1782
</ul>
1782
</ul>
1783
1783
1784
<h3 id="holdrequests">Hold requests</h3>
1784
<h3 id="holdrequests">Hold requests</h3>
1785
1785
1786
<ul>
1786
<ul>
1787
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23485">[23485]</a> Holds to pull (pendingreserves.pl) should list barcodes</li>
1787
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23485">[23485]</a> Holds to pull (pendingreserves.pl) should list barcodes</li>
1788
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25555">[25555]</a> Holds Queue sorts patrons by firstname</li>
1788
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25555">[25555]</a> Holds Queue sorts patrons by firstname</li>
1789
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25789">[25789]</a> New expiration date on placing a hold in staff interface can be set to a date in the past</p>
1789
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25789">[25789]</a> New expiration date on placing a hold in staff interface can be set to a date in the past</p>
1790
1790
1791
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1791
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1792
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26460">[26460]</a> Wrong line ending (semicolon vs comma) in request.tt</li>
1792
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26460">[26460]</a> Wrong line ending (semicolon vs comma) in request.tt</li>
1793
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26762">[26762]</a> OPAC hold template markup error</li>
1793
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26762">[26762]</a> OPAC hold template markup error</li>
1794
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26988">[26988]</a> Defer loading the hold pickup locations until the dropdown is selected</li>
1794
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26988">[26988]</a> Defer loading the hold pickup locations until the dropdown is selected</li>
1795
</ul>
1795
</ul>
1796
1796
1797
<h3 id="i18nl10n">I18N/L10N</h3>
1797
<h3 id="i18nl10n">I18N/L10N</h3>
1798
1798
1799
<ul>
1799
<ul>
1800
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25346">[25346]</a> Only show warn about existing directory on installing translations when verbose is used</li>
1800
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25346">[25346]</a> Only show warn about existing directory on installing translations when verbose is used</li>
1801
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25596">[25596]</a> "Overpayment refund" is not translatable</li>
1801
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25596">[25596]</a> "Overpayment refund" is not translatable</li>
1802
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25626">[25626]</a> Translation issues with OPAC problem reports (status and 'sent to')</li>
1802
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25626">[25626]</a> Translation issues with OPAC problem reports (status and 'sent to')</li>
1803
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26398">[26398]</a> Credit and Debit types on creating a manual credits and manual invoices are not translatable</li>
1803
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26398">[26398]</a> Credit and Debit types on creating a manual credits and manual invoices are not translatable</li>
1804
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26418">[26418]</a> The "description" for REFUND accountlines is not translatable</li>
1804
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26418">[26418]</a> The "description" for REFUND accountlines is not translatable</li>
1805
</ul>
1805
</ul>
1806
1806
1807
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1807
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1808
1808
1809
<ul>
1809
<ul>
1810
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24972">[24972]</a> Remove de-DE installer data</li>
1810
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24972">[24972]</a> Remove de-DE installer data</li>
1811
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25448">[25448]</a> Update German (de-DE) framework files</li>
1811
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25448">[25448]</a> Update German (de-DE) framework files</li>
1812
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25491">[25491]</a> Perl warning at the login page of installer</li>
1812
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25491">[25491]</a> Perl warning at the login page of installer</li>
1813
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25695">[25695]</a> Missing logging of $@ in onboarding.pl after eval block</li>
1813
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25695">[25695]</a> Missing logging of $@ in onboarding.pl after eval block</li>
1814
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26612">[26612]</a> Error during web install for it-IT translation</li>
1814
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26612">[26612]</a> Error during web install for it-IT translation</li>
1815
</ul>
1815
</ul>
1816
1816
1817
<h3 id="lists">Lists</h3>
1817
<h3 id="lists">Lists</h3>
1818
1818
1819
<ul>
1819
<ul>
1820
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13701">[13701]</a> Sharing lists: Text hardcoded to 2 weeks, but could be any time frame</li>
1820
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13701">[13701]</a> Sharing lists: Text hardcoded to 2 weeks, but could be any time frame</li>
1821
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25913">[25913]</a> Internal server error when calling get_coins on record with no title (245) but with 880 linked to 245</li>
1821
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25913">[25913]</a> Internal server error when calling get_coins on record with no title (245) but with 880 linked to 245</li>
1822
</ul>
1822
</ul>
1823
1823
1824
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1824
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1825
1825
1826
<ul>
1826
<ul>
1827
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26606">[26606]</a> Correctly URI-encode query string in URL loaded after deleting an authority record</li>
1827
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26606">[26606]</a> Correctly URI-encode query string in URL loaded after deleting an authority record</li>
1828
</ul>
1828
</ul>
1829
1829
1830
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1830
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1831
1831
1832
<ul>
1832
<ul>
1833
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25701">[25701]</a> Facets display in random order</li>
1833
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25701">[25701]</a> Facets display in random order</li>
1834
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26018">[26018]</a> Not all subfields for the following tags are in the same tab (or marked 'ignored')</li>
1834
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26018">[26018]</a> Not all subfields for the following tags are in the same tab (or marked 'ignored')</li>
1835
</ul>
1835
</ul>
1836
1836
1837
<h3 id="notices">Notices</h3>
1837
<h3 id="notices">Notices</h3>
1838
1838
1839
<ul>
1839
<ul>
1840
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25629">[25629]</a> Fix capitalization in sample notices</li>
1840
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25629">[25629]</a> Fix capitalization in sample notices</li>
1841
</ul>
1841
</ul>
1842
1842
1843
<h3 id="opac">OPAC</h3>
1843
<h3 id="opac">OPAC</h3>
1844
1844
1845
<ul>
1845
<ul>
1846
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994">[11994]</a> Fix OpenSearch discovery in the OPAC</p>
1846
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994">[11994]</a> Fix OpenSearch discovery in the OPAC</p>
1847
1847
1848
<blockquote>
1848
<blockquote>
1849
  <p>OpenSearch (https://en.wikipedia.org/wiki/OpenSearch) allows you to search your library's catalog directly from the browser address bar or search box. This fixes the OpenSearch feature so that it now works correctly in Firefox. Note: make sure OPACBaseURL is correctly set.</p>
1849
  <p>OpenSearch (https://en.wikipedia.org/wiki/OpenSearch) allows you to search your library's catalog directly from the browser address bar or search box. This fixes the OpenSearch feature so that it now works correctly in Firefox. Note: make sure OPACBaseURL is correctly set.</p>
1850
</blockquote></li>
1850
</blockquote></li>
1851
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20783">[20783]</a> Cannot embed some YouTube videos due to 403 errors</li>
1851
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20783">[20783]</a> Cannot embed some YouTube videos due to 403 errors</li>
1852
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23276">[23276]</a> Don't show tags on tag cloud when tagging is disabled</li>
1852
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23276">[23276]</a> Don't show tags on tag cloud when tagging is disabled</li>
1853
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24352">[24352]</a> Wrong labels displaying in result list with OpacItemLocation</p>
1853
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24352">[24352]</a> Wrong labels displaying in result list with OpacItemLocation</p>
1854
1854
1855
<blockquote>
1855
<blockquote>
1856
  <p>This fixes the OPAC's MARC21 search results XSLT so that OPAC search result information is correctly labelled based on the OpacItemLocation preference.</p>
1856
  <p>This fixes the OPAC's MARC21 search results XSLT so that OPAC search result information is correctly labelled based on the OpacItemLocation preference.</p>
Lines 1858-2132 have already been fixed in maintainance releases)</p> Link Here
1858
  <p>Previously, search results showed the label "Location(s)" whether the
1858
  <p>Previously, search results showed the label "Location(s)" whether the
1859
  setting was "collection code" or "location."</p>
1859
  setting was "collection code" or "location."</p>
1860
</blockquote></li>
1860
</blockquote></li>
1861
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24473">[24473]</a> Syndetics content should be $raw filtered on opac-detail.tt</p>
1861
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24473">[24473]</a> Syndetics content should be $raw filtered on opac-detail.tt</p>
1862
1862
1863
<blockquote>
1863
<blockquote>
1864
  <p>Syndetics provides enhanced content which is displayed in the OPAC under the tabs 'Title Notes', 'Excerpt', 'About the author', and 'Editions'. They provide this information as HTML but Koha currently displays the content with the HTML tags. This fixes this so that the enhanced content displays correctly.</p>
1864
  <p>Syndetics provides enhanced content which is displayed in the OPAC under the tabs 'Title Notes', 'Excerpt', 'About the author', and 'Editions'. They provide this information as HTML but Koha currently displays the content with the HTML tags. This fixes this so that the enhanced content displays correctly.</p>
1865
</blockquote></li>
1865
</blockquote></li>
1866
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25434">[25434]</a> When viewing cart on small screen sizes selections-toolbar is hidden</li>
1866
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25434">[25434]</a> When viewing cart on small screen sizes selections-toolbar is hidden</li>
1867
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25597">[25597]</a> Javascript errors in self-checkout printslip.pl preventing printing</li>
1867
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25597">[25597]</a> Javascript errors in self-checkout printslip.pl preventing printing</li>
1868
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25869">[25869]</a> Coce images not loading for lists (virtualshelves)</li>
1868
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25869">[25869]</a> Coce images not loading for lists (virtualshelves)</li>
1869
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25914">[25914]</a> Relative's checkouts have empty title in OPAC</li>
1869
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25914">[25914]</a> Relative's checkouts have empty title in OPAC</li>
1870
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25982">[25982]</a> OPAC shelves RSS link output is HTML not XML</li>
1870
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25982">[25982]</a> OPAC shelves RSS link output is HTML not XML</li>
1871
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26070">[26070]</a> Google Transliterate API has been deprecated</p>
1871
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26070">[26070]</a> Google Transliterate API has been deprecated</p>
1872
1872
1873
<blockquote>
1873
<blockquote>
1874
  <p>The Google Transliterate API has been deprecated by Google in 2011. This removes the remaining code and GoogleIndicTransliteration system preference from Koha as this is no longer functional.</p>
1874
  <p>The Google Transliterate API has been deprecated by Google in 2011. This removes the remaining code and GoogleIndicTransliteration system preference from Koha as this is no longer functional.</p>
1875
</blockquote></li>
1875
</blockquote></li>
1876
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26119">[26119]</a> Patron attribute option to display in OPAC is not compatible with PatronSelfRegistrationVerifyByEmail</li>
1876
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26119">[26119]</a> Patron attribute option to display in OPAC is not compatible with PatronSelfRegistrationVerifyByEmail</li>
1877
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26127">[26127]</a> When reporting an Error from the OPAC, the URL does not display</li>
1877
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26127">[26127]</a> When reporting an Error from the OPAC, the URL does not display</li>
1878
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26179">[26179]</a> Remove redundant import of Google font</li>
1878
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26179">[26179]</a> Remove redundant import of Google font</li>
1879
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26184">[26184]</a> Wrap 'items available for pick-up' note when placing a hold in the OPAC in a div element</li>
1879
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26184">[26184]</a> Wrap 'items available for pick-up' note when placing a hold in the OPAC in a div element</li>
1880
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26262">[26262]</a> Paging on course reserves tables in OPAC is broken</li>
1880
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26262">[26262]</a> Paging on course reserves tables in OPAC is broken</li>
1881
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26388">[26388]</a> Renew all and Renew selected buttons should account for items that can't be renewed</li>
1881
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26388">[26388]</a> Renew all and Renew selected buttons should account for items that can't be renewed</li>
1882
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26389">[26389]</a> OPAC renewal failure due to automatic renewal does not have a failure message</li>
1882
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26389">[26389]</a> OPAC renewal failure due to automatic renewal does not have a failure message</li>
1883
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26421">[26421]</a> Use Bootstrap screen reader text class for shelf browser messages</li>
1883
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26421">[26421]</a> Use Bootstrap screen reader text class for shelf browser messages</li>
1884
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26478">[26478]</a> Display issue with buttons on the self checkout screens</li>
1884
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26478">[26478]</a> Display issue with buttons on the self checkout screens</li>
1885
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26512">[26512]</a> Display issue with buttons for OPAC checkout note</li>
1885
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26512">[26512]</a> Display issue with buttons for OPAC checkout note</li>
1886
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526">[26526]</a> Use of checkout notes not clear in OPAC</li>
1886
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526">[26526]</a> Use of checkout notes not clear in OPAC</li>
1887
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26619">[26619]</a> Cart - The "Print" button is only translated when you are in "More details" mode</li>
1887
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26619">[26619]</a> Cart - The "Print" button is only translated when you are in "More details" mode</li>
1888
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26647">[26647]</a> Add translation context to cancel hold button in OPAC</li>
1888
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26647">[26647]</a> Add translation context to cancel hold button in OPAC</li>
1889
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26719">[26719]</a> Replace MSG_NO_RECORD_SELECTED with translatable string</li>
1889
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26719">[26719]</a> Replace MSG_NO_RECORD_SELECTED with translatable string</li>
1890
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26747">[26747]</a> OverDrive always available titles display 999999 copies available</li>
1890
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26747">[26747]</a> OverDrive always available titles display 999999 copies available</li>
1891
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26749">[26749]</a> Correct dropdown markup in OPAC cart</li>
1891
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26749">[26749]</a> Correct dropdown markup in OPAC cart</li>
1892
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26758">[26758]</a> Correct OPAC ILL requests page markup</li>
1892
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26758">[26758]</a> Correct OPAC ILL requests page markup</li>
1893
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26766">[26766]</a> Don't show star rating in dialog when saving a checkout note</li>
1893
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26766">[26766]</a> Don't show star rating in dialog when saving a checkout note</li>
1894
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26810">[26810]</a> OpacCustomSearch is no longer a system preference, we must use the template variable</li>
1894
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26810">[26810]</a> OpacCustomSearch is no longer a system preference, we must use the template variable</li>
1895
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26886">[26886]</a> OPAC suggestions: possible duplicate message should stand out more</li>
1895
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26886">[26886]</a> OPAC suggestions: possible duplicate message should stand out more</li>
1896
</ul>
1896
</ul>
1897
1897
1898
<h3 id="packaging">Packaging</h3>
1898
<h3 id="packaging">Packaging</h3>
1899
1899
1900
<ul>
1900
<ul>
1901
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084">[17084]</a> Automatic debian/control updates (master)</li>
1901
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084">[17084]</a> Automatic debian/control updates (master)</li>
1902
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25509">[25509]</a> Remove useless libjs-jquery dependency</li>
1902
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25509">[25509]</a> Remove useless libjs-jquery dependency</li>
1903
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25548">[25548]</a> Package install Apache performs unnecessary redirects</li>
1903
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25548">[25548]</a> Package install Apache performs unnecessary redirects</li>
1904
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25778">[25778]</a> koha-plack puts duplicate entries into PERL5LIB when multiple instances named</li>
1904
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25778">[25778]</a> koha-plack puts duplicate entries into PERL5LIB when multiple instances named</li>
1905
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25889">[25889]</a> Increase performance of debian/list-deps script</li>
1905
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25889">[25889]</a> Increase performance of debian/list-deps script</li>
1906
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26672">[26672]</a> Create metapackage to install Koha and all its dependencies</li>
1906
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26672">[26672]</a> Create metapackage to install Koha and all its dependencies</li>
1907
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26702">[26702]</a> Remove explicit libnet-stomp-perl from debian/control.in</li>
1907
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26702">[26702]</a> Remove explicit libnet-stomp-perl from debian/control.in</li>
1908
</ul>
1908
</ul>
1909
1909
1910
<h3 id="patrons">Patrons</h3>
1910
<h3 id="patrons">Patrons</h3>
1911
1911
1912
<ul>
1912
<ul>
1913
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14708">[14708]</a> The patron set as the anonymous patron should not be deletable</li>
1913
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14708">[14708]</a> The patron set as the anonymous patron should not be deletable</li>
1914
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25336">[25336]</a> Show checkouts/fines to guarantor is in the wrong section of the patron file</li>
1914
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25336">[25336]</a> Show checkouts/fines to guarantor is in the wrong section of the patron file</li>
1915
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26125">[26125]</a> In 'Patron search' tab link should lead to patron details instead of checkout screen</li>
1915
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26125">[26125]</a> In 'Patron search' tab link should lead to patron details instead of checkout screen</li>
1916
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26594">[26594]</a> Patrons merge problem with restriction</li>
1916
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26594">[26594]</a> Patrons merge problem with restriction</li>
1917
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26666">[26666]</a> Display issue with address information</li>
1917
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26666">[26666]</a> Display issue with address information</li>
1918
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26686">[26686]</a> Sorting for "Updated on" broken on patron's "Notices" tab</li>
1918
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26686">[26686]</a> Sorting for "Updated on" broken on patron's "Notices" tab</li>
1919
</ul>
1919
</ul>
1920
1920
1921
<h3 id="pluginarchitecture">Plugin architecture</h3>
1921
<h3 id="pluginarchitecture">Plugin architecture</h3>
1922
1922
1923
<ul>
1923
<ul>
1924
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953">[25953]</a> Add ID to installed plugins table to ease styling and DOM mods</li>
1924
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953">[25953]</a> Add ID to installed plugins table to ease styling and DOM mods</li>
1925
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26803">[26803]</a> Fix PLUGIN_DIR when plugin_dirs is multivalued</li>
1925
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26803">[26803]</a> Fix PLUGIN_DIR when plugin_dirs is multivalued</li>
1926
</ul>
1926
</ul>
1927
1927
1928
<h3 id="restapi">REST API</h3>
1928
<h3 id="restapi">REST API</h3>
1929
1929
1930
<ul>
1930
<ul>
1931
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25570">[25570]</a> Listing requests should be paginated by default</li>
1931
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25570">[25570]</a> Listing requests should be paginated by default</li>
1932
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25662">[25662]</a> Create hold route does not check maxreserves syspref</li>
1932
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25662">[25662]</a> Create hold route does not check maxreserves syspref</li>
1933
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26271">[26271]</a> Call to /api/v1/patrons/{patron_id}/account returns 500 error if manager_id is NULL</li>
1933
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26271">[26271]</a> Call to /api/v1/patrons/{patron_id}/account returns 500 error if manager_id is NULL</li>
1934
</ul>
1934
</ul>
1935
1935
1936
<h3 id="reports">Reports</h3>
1936
<h3 id="reports">Reports</h3>
1937
1937
1938
<ul>
1938
<ul>
1939
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17801">[17801]</a> 'Top Most-circulated items' gives wrong results when filtering by checkout date</li>
1939
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17801">[17801]</a> 'Top Most-circulated items' gives wrong results when filtering by checkout date</li>
1940
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26111">[26111]</a> Serials module does not appear in reports dictionary</li>
1940
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26111">[26111]</a> Serials module does not appear in reports dictionary</li>
1941
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26165">[26165]</a> Duplicating large saved report leads to error due to length of URI</li>
1941
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26165">[26165]</a> Duplicating large saved report leads to error due to length of URI</li>
1942
</ul>
1942
</ul>
1943
1943
1944
<h3 id="sip2">SIP2</h3>
1944
<h3 id="sip2">SIP2</h3>
1945
1945
1946
<ul>
1946
<ul>
1947
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25805">[25805]</a> SIP will show hold patron name (DA) as something like C4::SIP::SIPServer=HASH(0x88175c8) if there is no patron</li>
1947
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25805">[25805]</a> SIP will show hold patron name (DA) as something like C4::SIP::SIPServer=HASH(0x88175c8) if there is no patron</li>
1948
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25903">[25903]</a> Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server</li>
1948
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25903">[25903]</a> Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server</li>
1949
</ul>
1949
</ul>
1950
1950
1951
<h3 id="searching">Searching</h3>
1951
<h3 id="searching">Searching</h3>
1952
1952
1953
<ul>
1953
<ul>
1954
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661">[17661]</a> Differences in field ending (whitespace, punctuation) cause duplicate facets</li>
1954
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661">[17661]</a> Differences in field ending (whitespace, punctuation) cause duplicate facets</li>
1955
</ul>
1955
</ul>
1956
1956
1957
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1957
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1958
1958
1959
<ul>
1959
<ul>
1960
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24567">[24567]</a> Elasticsearch: CCL syntax does not allow for multiple indexes to be searched at once</li>
1960
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24567">[24567]</a> Elasticsearch: CCL syntax does not allow for multiple indexes to be searched at once</li>
1961
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25872">[25872]</a> Advanced search on OPAC with limiter but no search term fails when re-sorted</li>
1961
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25872">[25872]</a> Advanced search on OPAC with limiter but no search term fails when re-sorted</li>
1962
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25873">[25873]</a> Elasticsearch - Records with malformed data are not indexed</li>
1962
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25873">[25873]</a> Elasticsearch - Records with malformed data are not indexed</li>
1963
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957">[25957]</a> Elasticsearch 5.X - empty subfields cause error on suggestible fields</li>
1963
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957">[25957]</a> Elasticsearch 5.X - empty subfields cause error on suggestible fields</li>
1964
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26009">[26009]</a> Elasticsearch homebranch and holdingbranch facets are limited to 10</li>
1964
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26009">[26009]</a> Elasticsearch homebranch and holdingbranch facets are limited to 10</li>
1965
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26313">[26313]</a> "Show analytics" and "Show volumes" links don't work with Elasticsearch and UseControlNumber</li>
1965
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26313">[26313]</a> "Show analytics" and "Show volumes" links don't work with Elasticsearch and UseControlNumber</li>
1966
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26487">[26487]</a> Add all MARC flavours for not-onloan-count search field</li>
1966
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26487">[26487]</a> Add all MARC flavours for not-onloan-count search field</li>
1967
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26832">[26832]</a> Elasticsearch mappings export should use UTF-8</li>
1967
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26832">[26832]</a> Elasticsearch mappings export should use UTF-8</li>
1968
</ul>
1968
</ul>
1969
1969
1970
<h3 id="searching-zebra">Searching - Zebra</h3>
1970
<h3 id="searching-zebra">Searching - Zebra</h3>
1971
1971
1972
<ul>
1972
<ul>
1973
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26599">[26599]</a> Unused parameter name in POD of ModZebra</li>
1973
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26599">[26599]</a> Unused parameter name in POD of ModZebra</li>
1974
</ul>
1974
</ul>
1975
1975
1976
<h3 id="selfcheckout">Self checkout</h3>
1976
<h3 id="selfcheckout">Self checkout</h3>
1977
1977
1978
<ul>
1978
<ul>
1979
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25349">[25349]</a> Enter in the username field submits the login, instead of moving focus to the password field</li>
1979
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25349">[25349]</a> Enter in the username field submits the login, instead of moving focus to the password field</li>
1980
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25791">[25791]</a> SCO print dialog pops up twice</li>
1980
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25791">[25791]</a> SCO print dialog pops up twice</li>
1981
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26131">[26131]</a> console errors when attempting to open SCO related system preferences</li>
1981
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26131">[26131]</a> console errors when attempting to open SCO related system preferences</li>
1982
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26301">[26301]</a> Self-checkout blocks renew for overdues even when OverduesBlockRenewing allows it in opac-user.pl</li>
1982
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26301">[26301]</a> Self-checkout blocks renew for overdues even when OverduesBlockRenewing allows it in opac-user.pl</li>
1983
</ul>
1983
</ul>
1984
1984
1985
<h3 id="serials">Serials</h3>
1985
<h3 id="serials">Serials</h3>
1986
1986
1987
<ul>
1987
<ul>
1988
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25696">[25696]</a> Test prediction pattern button is invalid HTML</li>
1988
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25696">[25696]</a> Test prediction pattern button is invalid HTML</li>
1989
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26846">[26846]</a> serial-collections page should select the expected and late serials automatically</li>
1989
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26846">[26846]</a> serial-collections page should select the expected and late serials automatically</li>
1990
</ul>
1990
</ul>
1991
1991
1992
<h3 id="staffclient">Staff Client</h3>
1992
<h3 id="staffclient">Staff Client</h3>
1993
1993
1994
<ul>
1994
<ul>
1995
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11223">[11223]</a> Incorrect ind 1 semantics for MARC21 785 on the detail page in staff</li>
1995
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11223">[11223]</a> Incorrect ind 1 semantics for MARC21 785 on the detail page in staff</li>
1996
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25521">[25521]</a> NewItemsDefaultLocation description should not mention cart_to_shelf.pl</li>
1996
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25521">[25521]</a> NewItemsDefaultLocation description should not mention cart_to_shelf.pl</li>
1997
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25537">[25537]</a> Page reload at branchtransfers.pl loses destination branch</li>
1997
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25537">[25537]</a> Page reload at branchtransfers.pl loses destination branch</li>
1998
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25744">[25744]</a> Replace i tags with em AND b tags with strong in the staff interface</li>
1998
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25744">[25744]</a> Replace i tags with em AND b tags with strong in the staff interface</li>
1999
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25756">[25756]</a> Empty HTML table row after OPAC "Appearance" preferences</li>
1999
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25756">[25756]</a> Empty HTML table row after OPAC "Appearance" preferences</li>
2000
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25804">[25804]</a> Remove HTML from title tag of bibliographic detail page</li>
2000
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25804">[25804]</a> Remove HTML from title tag of bibliographic detail page</li>
2001
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26084">[26084]</a> ConsiderOnSiteCheckoutsAsNormalCheckouts description is unclear</li>
2001
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26084">[26084]</a> ConsiderOnSiteCheckoutsAsNormalCheckouts description is unclear</li>
2002
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26137">[26137]</a> Warn on malformed param on log viewer (viewlog.pl)</li>
2002
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26137">[26137]</a> Warn on malformed param on log viewer (viewlog.pl)</li>
2003
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26249">[26249]</a> keep_text class not set inconsistently in cat-search.inc</li>
2003
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26249">[26249]</a> keep_text class not set inconsistently in cat-search.inc</li>
2004
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26445">[26445]</a> Search results browser in staff has broken link back to results</li>
2004
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26445">[26445]</a> Search results browser in staff has broken link back to results</li>
2005
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26938">[26938]</a> Prevent flash of unstyled content on sales table</li>
2005
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26938">[26938]</a> Prevent flash of unstyled content on sales table</li>
2006
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26939">[26939]</a> Account payment_type in the cash register details page should use description instead of code.</li>
2006
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26939">[26939]</a> Account payment_type in the cash register details page should use description instead of code.</li>
2007
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26944">[26944]</a> Help link from automatic item modification by age should go to the relevant part of the manual</li>
2007
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26944">[26944]</a> Help link from automatic item modification by age should go to the relevant part of the manual</li>
2008
</ul>
2008
</ul>
2009
2009
2010
<h3 id="systemadministration">System Administration</h3>
2010
<h3 id="systemadministration">System Administration</h3>
2011
2011
2012
<ul>
2012
<ul>
2013
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20804">[20804]</a> Sanitize input of timeout syspref</li>
2013
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20804">[20804]</a> Sanitize input of timeout syspref</li>
2014
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394">[25394]</a> Cronjob path in the AuthorityMergeLimit syspref description is wrong</p>
2014
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394">[25394]</a> Cronjob path in the AuthorityMergeLimit syspref description is wrong</p>
2015
2015
2016
<blockquote>
2016
<blockquote>
2017
  <p>Updates the system preference description with the correct path for the cronjob (misc/cronjobs/merge_authorities.pl).</p>
2017
  <p>Updates the system preference description with the correct path for the cronjob (misc/cronjobs/merge_authorities.pl).</p>
2018
</blockquote></li>
2018
</blockquote></li>
2019
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25675">[25675]</a> System preference PatronSelfRegistration incorrectly described</li>
2019
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25675">[25675]</a> System preference PatronSelfRegistration incorrectly described</li>
2020
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25919">[25919]</a> Desks link is available in left side menu even if UseCirculationDesks is disabled</li>
2020
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25919">[25919]</a> Desks link is available in left side menu even if UseCirculationDesks is disabled</li>
2021
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26283">[26283]</a> dateexpiry and dateenrolled are missing in the new modal for BorrowerMandatoryField and others</p>
2021
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26283">[26283]</a> dateexpiry and dateenrolled are missing in the new modal for BorrowerMandatoryField and others</p>
2022
2022
2023
<blockquote>
2023
<blockquote>
2024
  <p>This enhancement adds the dateenrolled and dateexpiry fields to the list of fields that can be selected in system preferences such as the BorrowerMandatoryField.</p>
2024
  <p>This enhancement adds the dateenrolled and dateexpiry fields to the list of fields that can be selected in system preferences such as the BorrowerMandatoryField.</p>
2025
</blockquote></li>
2025
</blockquote></li>
2026
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26490">[26490]</a> Column configuration for account-fines hides the wrong columns</li>
2026
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26490">[26490]</a> Column configuration for account-fines hides the wrong columns</li>
2027
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26809">[26809]</a> Inconsistent use of full stops on admin-home.tt</p>
2027
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26809">[26809]</a> Inconsistent use of full stops on admin-home.tt</p>
2028
2028
2029
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2029
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2030
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26922">[26922]</a> SendAlerts does not correctly handle error on sending emails</li>
2030
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26922">[26922]</a> SendAlerts does not correctly handle error on sending emails</li>
2031
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27026">[27026]</a> New circulation rule "Days mode" values are not explained anywhere</li>
2031
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27026">[27026]</a> New circulation rule "Days mode" values are not explained anywhere</li>
2032
</ul>
2032
</ul>
2033
2033
2034
<h3 id="templates">Templates</h3>
2034
<h3 id="templates">Templates</h3>
2035
2035
2036
<ul>
2036
<ul>
2037
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25447">[25447]</a> Terminology: Fix button text "Edit biblio"</p>
2037
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25447">[25447]</a> Terminology: Fix button text "Edit biblio"</p>
2038
2038
2039
<blockquote>
2039
<blockquote>
2040
  <p>This updates the text on the cataloging main page so that in the menu for each search result the "Edit biblio" link is now "Edit record."</p>
2040
  <p>This updates the text on the cataloging main page so that in the menu for each search result the "Edit biblio" link is now "Edit record."</p>
2041
</blockquote></li>
2041
</blockquote></li>
2042
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25469">[25469]</a> Typo: Item does not belongs to your library</li>
2042
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25469">[25469]</a> Typo: Item does not belongs to your library</li>
2043
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25582">[25582]</a> Don't show OPAC problems entry on dashboard when there are no reports</li>
2043
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25582">[25582]</a> Don't show OPAC problems entry on dashboard when there are no reports</li>
2044
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25615">[25615]</a> Empty select in "Holds to pull" filters</li>
2044
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25615">[25615]</a> Empty select in "Holds to pull" filters</li>
2045
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25718">[25718]</a> Correct typo in additem.tt</li>
2045
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25718">[25718]</a> Correct typo in additem.tt</li>
2046
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25747">[25747]</a> Don't display a comma when patron has no firstname</li>
2046
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25747">[25747]</a> Don't display a comma when patron has no firstname</li>
2047
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25762">[25762]</a> Typo in linkitem.tt</li>
2047
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25762">[25762]</a> Typo in linkitem.tt</li>
2048
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25765">[25765]</a> Replace LoginBranchname and LoginBranchcode with use of Branches template plugin</li>
2048
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25765">[25765]</a> Replace LoginBranchname and LoginBranchcode with use of Branches template plugin</li>
2049
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25896">[25896]</a> Missing closing <code>td</code> tag in smart-rules.tt</li>
2049
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25896">[25896]</a> Missing closing <code>td</code> tag in smart-rules.tt</li>
2050
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25974">[25974]</a> Remove inline style from table settings administration page</li>
2050
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25974">[25974]</a> Remove inline style from table settings administration page</li>
2051
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25987">[25987]</a> Radio buttons are misaligned in New label batches</li>
2051
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25987">[25987]</a> Radio buttons are misaligned in New label batches</li>
2052
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26049">[26049]</a> Replace li with span class results_summary in UNIMARC intranet XSLT</li>
2052
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26049">[26049]</a> Replace li with span class results_summary in UNIMARC intranet XSLT</li>
2053
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26093">[26093]</a> Markup error after Bug 24279 creates formatting problem</li>
2053
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26093">[26093]</a> Markup error after Bug 24279 creates formatting problem</li>
2054
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26098">[26098]</a> JS error on the fund list view if no fund displayed</li>
2054
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26098">[26098]</a> JS error on the fund list view if no fund displayed</li>
2055
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26213">[26213]</a> Remove the use of jquery.checkboxes plugin when adding orders from MARC file</li>
2055
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26213">[26213]</a> Remove the use of jquery.checkboxes plugin when adding orders from MARC file</li>
2056
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26234">[26234]</a> Default DataTables must know our own classes</li>
2056
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26234">[26234]</a> Default DataTables must know our own classes</li>
2057
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26324">[26324]</a> Spelling error resizeable vs resizable</li>
2057
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26324">[26324]</a> Spelling error resizeable vs resizable</li>
2058
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26449">[26449]</a> Small typo in web installer template</li>
2058
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26449">[26449]</a> Small typo in web installer template</li>
2059
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26450">[26450]</a> Typo in UNIMARC field 105 plugin template</li>
2059
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26450">[26450]</a> Typo in UNIMARC field 105 plugin template</li>
2060
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26538">[26538]</a> Display cities list before input text</li>
2060
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26538">[26538]</a> Display cities list before input text</li>
2061
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26551">[26551]</a> When importing a framework, the modal heading is too long and runs outside of the dialog</li>
2061
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26551">[26551]</a> When importing a framework, the modal heading is too long and runs outside of the dialog</li>
2062
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26576">[26576]</a> Subfield descriptions on authority detail view are cut off</li>
2062
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26576">[26576]</a> Subfield descriptions on authority detail view are cut off</li>
2063
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26678">[26678]</a> When putting an item into manual transfer, tabs from detail view show in table</li>
2063
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26678">[26678]</a> When putting an item into manual transfer, tabs from detail view show in table</li>
2064
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26696">[26696]</a> Make payment table has a display issue when credits exist</li>
2064
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26696">[26696]</a> Make payment table has a display issue when credits exist</li>
2065
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26723">[26723]</a> Improve link text on OverDriveAuthName system preference</li>
2065
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26723">[26723]</a> Improve link text on OverDriveAuthName system preference</li>
2066
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26724">[26724]</a> Improve link text for downloading the CSV file on patron import page</li>
2066
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26724">[26724]</a> Improve link text for downloading the CSV file on patron import page</li>
2067
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26725">[26725]</a> Improve link text on Patron attributes administration page</li>
2067
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26725">[26725]</a> Improve link text on Patron attributes administration page</li>
2068
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26726">[26726]</a> Improve link text on Transport cost matrix page</li>
2068
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26726">[26726]</a> Improve link text on Transport cost matrix page</li>
2069
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26727">[26727]</a> Fix closing <code>p</code> tag appearing in the templates</li>
2069
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26727">[26727]</a> Fix closing <code>p</code> tag appearing in the templates</li>
2070
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26756">[26756]</a> Fix quotes showing behind some system preference descriptions</li>
2070
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26756">[26756]</a> Fix quotes showing behind some system preference descriptions</li>
2071
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26782">[26782]</a> Circulation conditions: first 2 columns show as sortable, but cannot be sorted</li>
2071
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26782">[26782]</a> Circulation conditions: first 2 columns show as sortable, but cannot be sorted</li>
2072
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26808">[26808]</a> Improve tab key access to circulation confirmation dialog</li>
2072
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26808">[26808]</a> Improve tab key access to circulation confirmation dialog</li>
2073
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26816">[26816]</a> Remove extra space before comma in staff results item list</li>
2073
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26816">[26816]</a> Remove extra space before comma in staff results item list</li>
2074
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26833">[26833]</a> Logged in library doesn't show with suggestions count</li>
2074
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26833">[26833]</a> Logged in library doesn't show with suggestions count</li>
2075
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26889">[26889]</a> Remove extra space from "Damaged :" in item search</li>
2075
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26889">[26889]</a> Remove extra space from "Damaged :" in item search</li>
2076
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26935">[26935]</a> Incorrect basketid sent for claimacquisition and claimissues</li>
2076
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26935">[26935]</a> Incorrect basketid sent for claimacquisition and claimissues</li>
2077
</ul>
2077
</ul>
2078
2078
2079
<h3 id="testsuite">Test Suite</h3>
2079
<h3 id="testsuite">Test Suite</h3>
2080
2080
2081
<ul>
2081
<ul>
2082
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24147">[24147]</a> Objects.t is failing randomly</li>
2082
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24147">[24147]</a> Objects.t is failing randomly</li>
2083
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25514">[25514]</a> REST/Plugin/Objects.t is failing randomly</li>
2083
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25514">[25514]</a> REST/Plugin/Objects.t is failing randomly</li>
2084
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25623">[25623]</a> Some tests in oauth.t do not roll back</li>
2084
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25623">[25623]</a> Some tests in oauth.t do not roll back</li>
2085
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25638">[25638]</a> API related tests failing on comparing floats</li>
2085
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25638">[25638]</a> API related tests failing on comparing floats</li>
2086
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25641">[25641]</a> Koha/XSLT/Base.t is failing on U20</li>
2086
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25641">[25641]</a> Koha/XSLT/Base.t is failing on U20</li>
2087
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25729">[25729]</a> Charges/Fees.t is failing on slow servers due to wrong date comparison</li>
2087
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25729">[25729]</a> Charges/Fees.t is failing on slow servers due to wrong date comparison</li>
2088
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25811">[25811]</a> authentication.t is failing randomly</li>
2088
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25811">[25811]</a> authentication.t is failing randomly</li>
2089
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26043">[26043]</a> Holds.t is failing randomly</li>
2089
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26043">[26043]</a> Holds.t is failing randomly</li>
2090
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26115">[26115]</a> Remove leftover Carp::Always</li>
2090
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26115">[26115]</a> Remove leftover Carp::Always</li>
2091
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26162">[26162]</a> Prevent Selenium's StaleElementReferenceException</li>
2091
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26162">[26162]</a> Prevent Selenium's StaleElementReferenceException</li>
2092
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26365">[26365]</a> Koha/Acquisition/Order.t is failing with MySQL 8</li>
2092
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26365">[26365]</a> Koha/Acquisition/Order.t is failing with MySQL 8</li>
2093
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26401">[26401]</a> xt/fix-old-fsf-address* are no longer needed</li>
2093
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26401">[26401]</a> xt/fix-old-fsf-address* are no longer needed</li>
2094
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26589">[26589]</a> t/db_dependent/OAI/Sets.t unit test fails due to OAI-PMH:AutoUpdateSets syspref</li>
2094
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26589">[26589]</a> t/db_dependent/OAI/Sets.t unit test fails due to OAI-PMH:AutoUpdateSets syspref</li>
2095
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26892">[26892]</a> Remove warnings from t/db_dependent/Koha/Patrons.t</li>
2095
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26892">[26892]</a> Remove warnings from t/db_dependent/Koha/Patrons.t</li>
2096
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26971">[26971]</a> Remove obsolete test translatable-templates.t</li>
2096
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26971">[26971]</a> Remove obsolete test translatable-templates.t</li>
2097
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26984">[26984]</a> Tests are failing if AnonymousPatron is configured</li>
2097
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26984">[26984]</a> Tests are failing if AnonymousPatron is configured</li>
2098
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26986">[26986]</a> Second try to prevent Selenium's StaleElementReferenceException</li>
2098
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26986">[26986]</a> Second try to prevent Selenium's StaleElementReferenceException</li>
2099
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27007">[27007]</a> GetMarcSubfieldStructure called with "unsafe" in tests</li>
2099
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27007">[27007]</a> GetMarcSubfieldStructure called with "unsafe" in tests</li>
2100
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27062">[27062]</a> pickup_location tests don't deal correctly with existing libraries</li>
2100
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27062">[27062]</a> pickup_location tests don't deal correctly with existing libraries</li>
2101
</ul>
2101
</ul>
2102
2102
2103
<h3 id="tools">Tools</h3>
2103
<h3 id="tools">Tools</h3>
2104
2104
2105
<ul>
2105
<ul>
2106
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8437">[8437]</a> Large database backups and large exports from export.pl fail under plack</li>
2106
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8437">[8437]</a> Large database backups and large exports from export.pl fail under plack</li>
2107
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9118">[9118]</a> Show only sensible options when editing a unique holiday</li>
2107
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9118">[9118]</a> Show only sensible options when editing a unique holiday</li>
2108
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25167">[25167]</a> Fix not for loan filter in inventory tool</li>
2108
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25167">[25167]</a> Fix not for loan filter in inventory tool</li>
2109
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25862">[25862]</a> TinyMCE editor mangles  local url links  (relative_urls is true) in tools/koha-new.pl</li>
2109
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25862">[25862]</a> TinyMCE editor mangles  local url links  (relative_urls is true) in tools/koha-new.pl</li>
2110
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25893">[25893]</a> Log viewer no longer searches using wildcards</li>
2110
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25893">[25893]</a> Log viewer no longer searches using wildcards</li>
2111
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25897">[25897]</a> Inventory table call number sort should use cn_sort value</li>
2111
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25897">[25897]</a> Inventory table call number sort should use cn_sort value</li>
2112
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26017">[26017]</a> Cashup registers never shows on tools page</li>
2112
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26017">[26017]</a> Cashup registers never shows on tools page</li>
2113
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26121">[26121]</a> When using CodeMirror in News Tool DatePicker is hard to see</li>
2113
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26121">[26121]</a> When using CodeMirror in News Tool DatePicker is hard to see</li>
2114
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26124">[26124]</a> Console errors on tools_koha-news when editing with TinyMCE</li>
2114
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26124">[26124]</a> Console errors on tools_koha-news when editing with TinyMCE</li>
2115
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26236">[26236]</a> log viewer does not translate the interface properly</li>
2115
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26236">[26236]</a> log viewer does not translate the interface properly</li>
2116
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26414">[26414]</a> Unable to export Withdrawn status using CSV profile</p>
2116
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26414">[26414]</a> Unable to export Withdrawn status using CSV profile</p>
2117
2117
2118
<blockquote>
2118
<blockquote>
2119
  <p>This patch fixes the export of MARC records and the withdrawn status when using CSV profiles. Before this fix the full 952 field was exported, rather than just the withdrawn status.</p>
2119
  <p>This patch fixes the export of MARC records and the withdrawn status when using CSV profiles. Before this fix the full 952 field was exported, rather than just the withdrawn status.</p>
2120
</blockquote></li>
2120
</blockquote></li>
2121
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26664">[26664]</a> Inventory: Sorting column 'Last seen' goes wrong</li>
2121
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26664">[26664]</a> Inventory: Sorting column 'Last seen' goes wrong</li>
2122
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26781">[26781]</a> Marc Modification Templates treat subfield 0 and no subfield set</li>
2122
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26781">[26781]</a> Marc Modification Templates treat subfield 0 and no subfield set</li>
2123
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26784">[26784]</a> Editing a MARC modification template is noisy</li>
2123
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26784">[26784]</a> Editing a MARC modification template is noisy</li>
2124
</ul>
2124
</ul>
2125
2125
2126
<h3 id="webservices">Web services</h3>
2126
<h3 id="webservices">Web services</h3>
2127
2127
2128
<ul>
2128
<ul>
2129
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806">[22806]</a> CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions</p>
2129
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806">[22806]</a> CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions</p>
2130
2130
2131
<blockquote>
2131
<blockquote>
2132
  <p>This enhancement makes sure that checks for the "AllowHoldsOnPatronsPossessions" policy is now made for all interfaces (Staff interface, OPAC, WebServices). Before this change it was not checked for WebServices (ILS-DI).</p>
2132
  <p>This enhancement makes sure that checks for the "AllowHoldsOnPatronsPossessions" policy is now made for all interfaces (Staff interface, OPAC, WebServices). Before this change it was not checked for WebServices (ILS-DI).</p>
Lines 2135-2147 have already been fixed in maintainance releases)</p> Link Here
2135
  
2135
  
2136
  <p>Note: This enhancement introduces a behaviour change, so if you use either of these system preferences review the settings to make sure they work as expected.</p>
2136
  <p>Note: This enhancement introduces a behaviour change, so if you use either of these system preferences review the settings to make sure they work as expected.</p>
2137
</blockquote></li>
2137
</blockquote></li>
2138
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25793">[25793]</a> OAI 'Set' and 'Metadata' dropdowns broken by OPAC jQuery upgrade</li>
2138
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25793">[25793]</a> OAI 'Set' and 'Metadata' dropdowns broken by OPAC jQuery upgrade</li>
2139
</ul>
2139
</ul>
2140
2140
2141
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
2141
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
2142
2142
2143
<ul>
2143
<ul>
2144
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25702">[25702]</a> Actions button on Search results from Z39.50 is displayed incorrectly</li>
2144
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25702">[25702]</a> Actions button on Search results from Z39.50 is displayed incorrectly</li>
2145
</ul>
2145
</ul>
2146
2146
2147
<h2 id="newsystempreferences">New system preferences</h2>
2147
<h2 id="newsystempreferences">New system preferences</h2>
Lines 2213-2219 have already been fixed in maintainance releases)</p> Link Here
2213
<h3 id="significantchangesfordevelopers">Significant changes for developers</h3>
2213
<h3 id="significantchangesfordevelopers">Significant changes for developers</h3>
2214
2214
2215
<ul>
2215
<ul>
2216
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417">[22417]</a> A task queue is added to Koha</li>
2216
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417">[22417]</a> A task queue is added to Koha</li>
2217
</ul>
2217
</ul>
2218
2218
2219
<blockquote>
2219
<blockquote>
Lines 2223-2229 have already been fixed in maintainance releases)</p> Link Here
2223
</blockquote>
2223
</blockquote>
2224
2224
2225
<ul>
2225
<ul>
2226
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582">[20582]</a> Koha as a Mojolicious application</li>
2226
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582">[20582]</a> Koha as a Mojolicious application</li>
2227
</ul>
2227
</ul>
2228
2228
2229
<blockquote>
2229
<blockquote>
Lines 2233-2239 have already been fixed in maintainance releases)</p> Link Here
2233
</blockquote>
2233
</blockquote>
2234
2234
2235
<ul>
2235
<ul>
2236
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26672">[26672]</a> Create metapackage to install Koha and all its dependencies</li>
2236
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26672">[26672]</a> Create metapackage to install Koha and all its dependencies</li>
2237
</ul>
2237
</ul>
2238
2238
2239
<blockquote>
2239
<blockquote>
Lines 2241-2272 have already been fixed in maintainance releases)</p> Link Here
2241
</blockquote>
2241
</blockquote>
2242
2242
2243
<ul>
2243
<ul>
2244
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26893">[26893]</a> Debian 11 support</li>
2244
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26893">[26893]</a> Debian 11 support</li>
2245
</ul>
2245
</ul>
2246
2246
2247
<blockquote>
2247
<blockquote>
2248
  <p>Currently the Debian 11 version of JSON::Validator (v4.10) is incompatible with Koha. A temporary solution has been to provide JSON::Validator (v3.25). 
2248
  <p>Currently the Debian 11 version of JSON::Validator (v4.10) is incompatible with Koha. A temporary solution has been to provide JSON::Validator (v3.25). 
2249
  The package is named 'libjson-validator-perl-4.10+really3.25-koha1', following the '+really' naming convention described in section 5.6.12.1 here: https://www.debian.org/doc/debian-policy/ch-controlfields.html
2249
  The package is named 'libjson-validator-perl-4.10+really3.25-koha1', following the '+really' naming convention described in section 5.6.12.1 here: https://www.debian.org/doc/debian-policy/ch-controlfields.html
2250
  Installing Koha on Debian 11 now requires the 'bullseye' component to be added to the apt repo definition, example below...
2250
  Installing Koha on Debian 11 now requires the 'bullseye' component to be added to the apt repo definition, example below...
2251
   <code>$ echo 'deb http://debian.koha-community.org/koha stable main bullseye' | sudo tee /etc/apt/sources.list.d/koha.list</code>
2251
   <code>$ echo 'deb https://debian.koha-community.org/koha stable main bullseye' | sudo tee /etc/apt/sources.list.d/koha.list</code>
2252
  This requirement will eventually be removed as we upgrade to JSON::Validator (v4.10)</p>
2252
  This requirement will eventually be removed as we upgrade to JSON::Validator (v4.10)</p>
2253
</blockquote>
2253
</blockquote>
2254
2254
2255
<ul>
2255
<ul>
2256
<li>Plack error logs are now timestamped  and split for each PSGI application for Plack-enabled Koha.
2256
<li>Plack error logs are now timestamped  and split for each PSGI application for Plack-enabled Koha.
2257
The new log files are <code>plack-opac-error.log</code>, <code>plack-intranet-error.log</code>, and <code>plack-api-error.log</code> and can be found in the Koha instance log directory.</li>
2257
The new log files are <code>plack-opac-error.log</code>, <code>plack-intranet-error.log</code>, and <code>plack-api-error.log</code> and can be found in the Koha instance log directory.</li>
2258
<li>auto_savepoint has been turned on at database connection level to properly handle nested transactions (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26639">[26639]</a>)</li>
2258
<li>auto_savepoint has been turned on at database connection level to properly handle nested transactions (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26639">[26639]</a>)</li>
2259
<li>3 system preferences have been moved to news block: <code>opaccredits</code>, <code>OpacCustomSearch</code> and <code>OpacLoginInstructions</code></li>
2259
<li>3 system preferences have been moved to news block: <code>opaccredits</code>, <code>OpacCustomSearch</code> and <code>OpacLoginInstructions</code></li>
2260
<li>The whole test suite passes when Elasticsearch is used (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26250">[26250]</a>)</li>
2260
<li>The whole test suite passes when Elasticsearch is used (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26250">[26250]</a>)</li>
2261
<li>The <code>authnotrequired</code> parameter of get_template_and_user was audited this cycle. It should now only be used when we need to override the value of <code>OPACPublic</code>; It's presence will now provoke a QA script warning (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24663">[24663]</a>).</li>
2261
<li>The <code>authnotrequired</code> parameter of get_template_and_user was audited this cycle. It should now only be used when we need to override the value of <code>OPACPublic</code>; It's presence will now provoke a QA script warning (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24663">[24663]</a>).</li>
2262
<li>Removal of jquery.checkboxes (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26006">[26006]</a>)</li>
2262
<li>Removal of jquery.checkboxes (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26006">[26006]</a>)</li>
2263
<li>Update of the OPAC bootstrap template to bootstrap v4 (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168">[20168]</a>)</li>
2263
<li>Update of the OPAC bootstrap template to bootstrap v4 (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168">[20168]</a>)</li>
2264
<li>The .mailmap file has been updated to reflect the current project's history (26394 and 26621). It will provide us a better author mapping on http://git.koha-community.org/stats/koha-master/authors.html</li>
2264
<li>The .mailmap file has been updated to reflect the current project's history (26394 and 26621). It will provide us a better author mapping on https://git.koha-community.org/stats/koha-master/authors.html</li>
2265
<li>Removal of items.paid for once and for all (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268">[26268]</a>)
2265
<li>Removal of items.paid for once and for all (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268">[26268]</a>)
2266
The <code>paid</code> field in the <code>items</code> table has been removed to prevent accidental re-introduction of syncing code and overhead.  The only place where the value is surfaced in the UI has been replaced with an on-demand calculated value.</li>
2266
The <code>paid</code> field in the <code>items</code> table has been removed to prevent accidental re-introduction of syncing code and overhead.  The only place where the value is surfaced in the UI has been replaced with an on-demand calculated value.</li>
2267
<li>Allow setting trace_to parameter in Elasticsearch config (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26310">[26310]</a>)</li>
2267
<li>Allow setting trace_to parameter in Elasticsearch config (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26310">[26310]</a>)</li>
2268
<li>The showLastPatron cookie has been removed and is now stored client-side only (localStorage)</li>
2268
<li>The showLastPatron cookie has been removed and is now stored client-side only (localStorage)</li>
2269
<li>Add a generic 'phone' message transport type for notices (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333">[25333]</a> and <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334">[25334]</a>)</li>
2269
<li>Add a generic 'phone' message transport type for notices (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333">[25333]</a> and <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334">[25334]</a>)</li>
2270
</ul>
2270
</ul>
2271
2271
2272
<blockquote>
2272
<blockquote>
Lines 2278-2303 The <code>paid</code> field in the <code>items</code> table has been removed to Link Here
2278
<h3 id="devtools">Dev tools</h3>
2278
<h3 id="devtools">Dev tools</h3>
2279
2279
2280
<ul>
2280
<ul>
2281
<li>misc/devel/get-prepared-letter.pl is a new developer script to preview a letter (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24591">[24591]</a>)
2281
<li>misc/devel/get-prepared-letter.pl is a new developer script to preview a letter (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24591">[24591]</a>)
2282
It's a simple helper script to test the result of GetPreparedLetter. See <code>misc/devel/get-prepared-letter.pl --help</code></li>
2282
It's a simple helper script to test the result of GetPreparedLetter. See <code>misc/devel/get-prepared-letter.pl --help</code></li>
2283
<li>misc/devel/update_dbix_class_files.pl has the --force option to force a schema overwrite (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25511">[25511]</a>)
2283
<li>misc/devel/update_dbix_class_files.pl has the --force option to force a schema overwrite (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25511">[25511]</a>)
2284
Sometimes, if you know what you are doing, you may want to force a schema overwrite regardless of whether the hashes report there are changes above the fold.
2284
Sometimes, if you know what you are doing, you may want to force a schema overwrite regardless of whether the hashes report there are changes above the fold.
2285
<strong><em>WARNING</em></strong>: Use this at your own risk.. it's helpful if you are maintaining a fork or in other such cases. You should always attempt to run the script without force first and only resort to using force if that fails. It is also very much worthwhile checking the diff after running with force to ensure you have not resulted in any unexpected changes.</li>
2285
<strong><em>WARNING</em></strong>: Use this at your own risk.. it's helpful if you are maintaining a fork or in other such cases. You should always attempt to run the script without force first and only resort to using force if that fails. It is also very much worthwhile checking the diff after running with force to ensure you have not resulted in any unexpected changes.</li>
2286
<li>Add debug option to koha-indexer (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24306">[24306]</a>)</li>
2286
<li>Add debug option to koha-indexer (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24306">[24306]</a>)</li>
2287
<li>gulp is now required to create or update PO files (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25067">[25067]</a>). Use <code>gulp po:create [--lang xx-XX]</code> or <code>gulp po:update [--lang xx-XX]</code>
2287
<li>gulp is now required to create or update PO files (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25067">[25067]</a>). Use <code>gulp po:create [--lang xx-XX]</code> or <code>gulp po:update [--lang xx-XX]</code>
2288
The old method using <code>misc/translator/translate create|update</code> still works, but is deprecated.</li>
2288
The old method using <code>misc/translator/translate create|update</code> still works, but is deprecated.</li>
2289
</ul>
2289
</ul>
2290
2290
2291
<h3 id="refactoring">Refactoring</h3>
2291
<h3 id="refactoring">Refactoring</h3>
2292
2292
2293
<ul>
2293
<ul>
2294
<li>C4::Accounts::manualinvoice has been removed (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22394">[22394]</a>)</li>
2294
<li>C4::Accounts::manualinvoice has been removed (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22394">[22394]</a>)</li>
2295
<li>C4 :: Logs :: GetLogs has been removed, use Koha::ActionLogs->search instead (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23632">[23632]</a>)</li>
2295
<li>C4 :: Logs :: GetLogs has been removed, use Koha::ActionLogs->search instead (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23632">[23632]</a>)</li>
2296
<li>C4 :: Acquisition :: DelOrder has been moved to Koha::Acquisition::Order->cancel</li>
2296
<li>C4 :: Acquisition :: DelOrder has been moved to Koha::Acquisition::Order->cancel</li>
2297
<li>C4 :: Acquisition :: DelBasket has been replaced by Koha::Acquisition::Basket->delete</li>
2297
<li>C4 :: Acquisition :: DelBasket has been replaced by Koha::Acquisition::Basket->delete</li>
2298
<li>C4 :: Acquisition :: CloseBasket has been moved to Koha::Acquisition::Basket->close</li>
2298
<li>C4 :: Acquisition :: CloseBasket has been moved to Koha::Acquisition::Basket->close</li>
2299
<li>C4::Circulation::_RestoreOverdueForLostAndFound has been moved as a trigger of Koha::Item->store (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091">[23091]</a>)</li>
2299
<li>C4::Circulation::_RestoreOverdueForLostAndFound has been moved as a trigger of Koha::Item->store (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091">[23091]</a>)</li>
2300
<li>The whole C4::Images module has been moved to Koha::CoverImage[s] (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26145">[26145]</a>)</li>
2300
<li>The whole C4::Images module has been moved to Koha::CoverImage[s] (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26145">[26145]</a>)</li>
2301
<li>C4::Suggestions::CountSuggestion has been replaced by a call to Koha::Suggestions->search->count</li>
2301
<li>C4::Suggestions::CountSuggestion has been replaced by a call to Koha::Suggestions->search->count</li>
2302
<li>C4::Koha::GetDailyQuote has been replaced by Koha::Quote->get_daily_quote</li>
2302
<li>C4::Koha::GetDailyQuote has been replaced by Koha::Quote->get_daily_quote</li>
2303
<li>C4::Biblio::GetMarcHosts has been removed (it was not used)</li>
2303
<li>C4::Biblio::GetMarcHosts has been removed (it was not used)</li>
Lines 2307-2317 The old method using <code>misc/translator/translate create|update</code> still Link Here
2307
<h3 id="improvingthecodebase">Improving the codebase</h3>
2307
<h3 id="improvingthecodebase">Improving the codebase</h3>
2308
2308
2309
<ul>
2309
<ul>
2310
<li>All our codebase now passes perlcritic (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21395">[21395]</a>)
2310
<li>All our codebase now passes perlcritic (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21395">[21395]</a>)
2311
All perlcritic violations have been removed from the code, and a .perlcriticrc file has been added. When writing new code, please make sure that it does not add perlcritic errors. Run <code>perlcritic &lt;modified_file.pl&gt;</code> to check.  </li>
2311
All perlcritic violations have been removed from the code, and a .perlcriticrc file has been added. When writing new code, please make sure that it does not add perlcritic errors. Run <code>perlcritic &lt;modified_file.pl&gt;</code> to check.  </li>
2312
<li>Expected DBI warnings have been hidden from the test output (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26157">[26157]</a>)
2312
<li>Expected DBI warnings have been hidden from the test output (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26157">[26157]</a>)
2313
Tests should not output warnings, especially when they are expected. We still have lot of warnings that need to be hidden, see <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25515">[25515]</a> for the long term goal to reach.</li>
2313
Tests should not output warnings, especially when they are expected. We still have lot of warnings that need to be hidden, see <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25515">[25515]</a> for the long term goal to reach.</li>
2314
<li>Preparing for Perl 7 - Prohibit indirect object notation (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898">[25898]</a>)</li>
2314
<li>Preparing for Perl 7 - Prohibit indirect object notation (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898">[25898]</a>)</li>
2315
</ul>
2315
</ul>
2316
2316
2317
<blockquote>
2317
<blockquote>
Lines 2320-2327 Tests should not output warnings, especially when they are expected. We still ha Link Here
2320
</blockquote>
2320
</blockquote>
2321
2321
2322
<ul>
2322
<ul>
2323
<li>Installer files have been moved under the <code>mandatory</code> subdirectory (installer/data/mysql/) (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23895">[23895]</a>)</li>
2323
<li>Installer files have been moved under the <code>mandatory</code> subdirectory (installer/data/mysql/) (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23895">[23895]</a>)</li>
2324
<li>Ability to localize and translate system preferences with new yaml based installer (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24973">[24973]</a>) </li>
2324
<li>Ability to localize and translate system preferences with new yaml based installer (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24973">[24973]</a>) </li>
2325
</ul>
2325
</ul>
2326
2326
2327
<blockquote>
2327
<blockquote>
Lines 2338-2355 Tests should not output warnings, especially when they are expected. We still ha Link Here
2338
<li>We now consistently introduce content on all OPAC pages using properly defined headers.</li>
2338
<li>We now consistently introduce content on all OPAC pages using properly defined headers.</li>
2339
<li>DataTables content overlap improvements were undertaken to prevent content overlapping at high zoom levels.</li>
2339
<li>DataTables content overlap improvements were undertaken to prevent content overlapping at high zoom levels.</li>
2340
<li>The aria-label html tag was exposed to the translation tools to encourage a wider adoption of it's use.</li>
2340
<li>The aria-label html tag was exposed to the translation tools to encourage a wider adoption of it's use.</li>
2341
<li>Some new coding guidelines were introduced focused on accessibility and bugs opened to collect cases where these new guidelines are not yet adhered to in the existing codebase: <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26926">[26926]</a> - Update all occurrences of <code>&lt;input type="number"&gt;</code> to apply ACC2 coding guideline.</li>
2341
<li>Some new coding guidelines were introduced focused on accessibility and bugs opened to collect cases where these new guidelines are not yet adhered to in the existing codebase: <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26926">[26926]</a> - Update all occurrences of <code>&lt;input type="number"&gt;</code> to apply ACC2 coding guideline.</li>
2342
<li>Finally, to encourage continued focus on accessibility in future cycles, a new role 'Accessibility Advocate' was added to the team for the next cycle.</li>
2342
<li>Finally, to encourage continued focus on accessibility in future cycles, a new role 'Accessibility Advocate' was added to the team for the next cycle.</li>
2343
</ul>
2343
</ul>
2344
2344
2345
<h3 id="restapienhancements">REST API enhancements</h3>
2345
<h3 id="restapienhancements">REST API enhancements</h3>
2346
2346
2347
<ul>
2347
<ul>
2348
<li>Add columns_settings support to API datatables wrapper (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25287">[25287]</a>)</li>
2348
<li>Add columns_settings support to API datatables wrapper (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25287">[25287]</a>)</li>
2349
</ul>
2349
</ul>
2350
2350
2351
<blockquote>
2351
<blockquote>
2352
  <p>In order to properly use our API for server-side rendering of DataTables, a wrapper has been introduced. This wrapper has been added columns settings support. The libraries and cities pages are using this wrapper to render using the API and use server-side pagination and filtering. They can be used as sample implementations. A more complex example can be found on bug <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212">[20212]</a> which is expected to land on the next cycle.</p>
2352
  <p>In order to properly use our API for server-side rendering of DataTables, a wrapper has been introduced. This wrapper has been added columns settings support. The libraries and cities pages are using this wrapper to render using the API and use server-side pagination and filtering. They can be used as sample implementations. A more complex example can be found on bug <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212">[20212]</a> which is expected to land on the next cycle.</p>
2353
</blockquote>
2353
</blockquote>
2354
2354
2355
<h3 id="pluginssupport">Plugins support</h3>
2355
<h3 id="pluginssupport">Plugins support</h3>
Lines 2397-2405 Tests should not output warnings, especially when they are expected. We still ha Link Here
2397
<h3 id="featuresdeprecation">Features deprecation</h3>
2397
<h3 id="featuresdeprecation">Features deprecation</h3>
2398
2398
2399
<ul>
2399
<ul>
2400
<li><p>We have announced the deprecation of OpacGroupResults (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20410">[20410]</a>) on the mailing list.
2400
<li><p>We have announced the deprecation of OpacGroupResults (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20410">[20410]</a>) on the mailing list.
2401
https://lists.katipo.co.nz/pipermail/koha/2020-November/055362.html</p></li>
2401
https://lists.katipo.co.nz/pipermail/koha/2020-November/055362.html</p></li>
2402
<li><p>Also, the PayPal logic code will be removed from Koha (<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215">[23215]</a>).
2402
<li><p>Also, the PayPal logic code will be removed from Koha (<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215">[23215]</a>).
2403
When the plugin hooks for payment plugins were introduced, many payment plugins were written and distributed. PayPal is not different than any of those, and there is an implementation already. The PayPal plugin provides interesting new features as it moved forward: support for per-library configurations, including minimum theresholds, credentials, etc.
2403
When the plugin hooks for payment plugins were introduced, many payment plugins were written and distributed. PayPal is not different than any of those, and there is an implementation already. The PayPal plugin provides interesting new features as it moved forward: support for per-library configurations, including minimum theresholds, credentials, etc.
2404
As of now, the core PayPal payments feature is considered deprecated and is marked for removal on the next release (21.05). Instructions for migrating your current configuration into the plugin's can be found on the plugin site(https://gitlab.com/thekesolutions/plugins/koha-plugin-pay-via-paypal).</p></li>
2404
As of now, the core PayPal payments feature is considered deprecated and is marked for removal on the next release (21.05). Instructions for migrating your current configuration into the plugin's can be found on the plugin site(https://gitlab.com/thekesolutions/plugins/koha-plugin-pay-via-paypal).</p></li>
2405
</ul>
2405
</ul>
Lines 2410-2433 As of now, the core PayPal payments feature is considered deprecated and is mark Link Here
2410
documentation is </p>
2410
documentation is </p>
2411
2411
2412
<ul>
2412
<ul>
2413
<li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
2413
<li><a href="https://koha-community.org/documentation/">Koha Documentation</a></li>
2414
</ul>
2414
</ul>
2415
2415
2416
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
2416
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
2417
2417
2418
<ul>
2418
<ul>
2419
<li><a href="http://koha-community.org/manual/20.11/en/html/">English</a></li>
2419
<li><a href="https://koha-community.org/manual/20.11/en/html/">English</a></li>
2420
<li><a href="http://koha-community.org/manual/20.11/ar/html/">Arabic</a></li>
2420
<li><a href="https://koha-community.org/manual/20.11/ar/html/">Arabic</a></li>
2421
<li><a href="http://koha-community.org/manual/20.11/zh_TW/html/">Chinese - Taiwan</a></li>
2421
<li><a href="https://koha-community.org/manual/20.11/zh_TW/html/">Chinese - Taiwan</a></li>
2422
<li><a href="http://koha-community.org/manual/20.11/cs/html/">Czech</a></li>
2422
<li><a href="https://koha-community.org/manual/20.11/cs/html/">Czech</a></li>
2423
<li><a href="http://koha-community.org/manual/20.11/fr/html/">French</a></li>
2423
<li><a href="https://koha-community.org/manual/20.11/fr/html/">French</a></li>
2424
<li><a href="http://koha-community.org/manual/20.11/fr_CA/html/">French (Canada)</a></li>
2424
<li><a href="https://koha-community.org/manual/20.11/fr_CA/html/">French (Canada)</a></li>
2425
<li><a href="http://koha-community.org/manual/20.11/de/html/">German</a></li>
2425
<li><a href="https://koha-community.org/manual/20.11/de/html/">German</a></li>
2426
<li><a href="http://koha-community.org/manual/20.11/hi/html/">Hindi</a></li>
2426
<li><a href="https://koha-community.org/manual/20.11/hi/html/">Hindi</a></li>
2427
<li><a href="http://koha-community.org/manual/20.11/it/html/">Italian</a></li>
2427
<li><a href="https://koha-community.org/manual/20.11/it/html/">Italian</a></li>
2428
<li><a href="http://koha-community.org/manual/20.11/pt_BR/html/">Portuguese - Brazil</a></li>
2428
<li><a href="https://koha-community.org/manual/20.11/pt_BR/html/">Portuguese - Brazil</a></li>
2429
<li><a href="http://koha-community.org/manual/20.11/es/html/">Spanish</a></li>
2429
<li><a href="https://koha-community.org/manual/20.11/es/html/">Spanish</a></li>
2430
<li><a href="http://koha-community.org/manual/20.11/tr/html/">Turkish</a></li>
2430
<li><a href="https://koha-community.org/manual/20.11/tr/html/">Turkish</a></li>
2431
</ul>
2431
</ul>
2432
2432
2433
<p>The Git repository for the Koha manual can be found at</p>
2433
<p>The Git repository for the Koha manual can be found at</p>
Lines 2474-2493 interface are available in this release for the following languages:</p> Link Here
2474
<p>The Koha team welcomes additional translations; please see</p>
2474
<p>The Koha team welcomes additional translations; please see</p>
2475
2475
2476
<ul>
2476
<ul>
2477
<li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2477
<li><a href="https://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2478
</ul>
2478
</ul>
2479
2479
2480
<p>For information about translating Koha, and join the koha-translate 
2480
<p>For information about translating Koha, and join the koha-translate 
2481
list to volunteer:</p>
2481
list to volunteer:</p>
2482
2482
2483
<ul>
2483
<ul>
2484
<li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2484
<li><a href="https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2485
</ul>
2485
</ul>
2486
2486
2487
<p>The most up-to-date translations can be found at:</p>
2487
<p>The most up-to-date translations can be found at:</p>
2488
2488
2489
<ul>
2489
<ul>
2490
<li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
2490
<li><a href="https://translate.koha-community.org/">Koha Translation</a></li>
2491
</ul>
2491
</ul>
2492
2492
2493
<h2 id="releaseteam">Release Team</h2>
2493
<h2 id="releaseteam">Release Team</h2>
Lines 2588-2598 new features in Koha 20.11.00</p> Link Here
2588
<li>Institute of Technology Tallaght</li>
2588
<li>Institute of Technology Tallaght</li>
2589
<li>Koha-Suomi Oy</li>
2589
<li>Koha-Suomi Oy</li>
2590
<li>National Library of Finland</li>
2590
<li>National Library of Finland</li>
2591
<li><a href="http://www.nekls.org">Northeast Kansas Library System</a></li>
2591
<li><a href="https://www.nekls.org">Northeast Kansas Library System</a></li>
2592
<li>Orex Digital</li>
2592
<li>Orex Digital</li>
2593
<li><a href="https://ptfs-europe.com">PTFS Europe</a></li>
2593
<li><a href="https://ptfs-europe.com">PTFS Europe</a></li>
2594
<li><a href="https://www.rcm.ac.uk/">Royal College of Music</a></li>
2594
<li><a href="https://www.rcm.ac.uk/">Royal College of Music</a></li>
2595
<li><a href="http://www.sekls.org">South East Kansas Library System</a></li>
2595
<li><a href="https://www.sekls.org">South East Kansas Library System</a></li>
2596
<li>Styrian State Library</li>
2596
<li>Styrian State Library</li>
2597
<li><a href="https://theke.io/">Theke Solutions</a></li>
2597
<li><a href="https://theke.io/">Theke Solutions</a></li>
2598
</ul>
2598
</ul>
Lines 2864-2870 line is master.</p> Link Here
2864
tracker at:</p>
2864
tracker at:</p>
2865
2865
2866
<ul>
2866
<ul>
2867
<li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
2867
<li><a href="https://bugs.koha-community.org">Koha Bugzilla</a></li>
2868
</ul>
2868
</ul>
2869
2869
2870
<p>He rau ringa e oti ai.
2870
<p>He rau ringa e oti ai.
(-)a/misc/release_notes/release_notes_20_11_00.md (-830 / +830 lines)
Lines 6-20 package (ILS). Development is sponsored by libraries of varying types Link Here
6
and sizes, volunteers, and support companies from around the world. The
6
and sizes, volunteers, and support companies from around the world. The
7
website for the Koha project is:
7
website for the Koha project is:
8
8
9
- [Koha Community](http://koha-community.org)
9
- [Koha Community](https://koha-community.org)
10
10
11
Koha 20.11.00 can be downloaded from:
11
Koha 20.11.00 can be downloaded from:
12
12
13
- [Download](http://download.koha-community.org/koha-20.11-latest.tar.gz)
13
- [Download](https://download.koha-community.org/koha-20.11-latest.tar.gz)
14
14
15
Installation instructions can be found at:
15
Installation instructions can be found at:
16
16
17
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
17
- [Koha Wiki](https://wiki.koha-community.org/wiki/Installation_Documentation)
18
- OR in the INSTALL files that come in the tarball
18
- OR in the INSTALL files that come in the tarball
19
19
20
Koha 20.11.00 is a major release, that comes with many new features.
20
Koha 20.11.00 is a major release, that comes with many new features.
Lines 45-51 Additional notes: Link Here
45
45
46
### Architecture, internals, and plumbing
46
### Architecture, internals, and plumbing
47
47
48
- [[22417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417) Add a task queue
48
- [[22417]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417) Add a task queue
49
49
50
  >There are long standing issues in Koha when working under Plack. Some scripts are only running in CGI mode.
50
  >There are long standing issues in Koha when working under Plack. Some scripts are only running in CGI mode.
51
  >In this first step we are introducing RabbitMQ (a message broker) to deal with asynchronous tasks.
51
  >In this first step we are introducing RabbitMQ (a message broker) to deal with asynchronous tasks.
Lines 55-61 Additional notes: Link Here
55
55
56
### Circulation
56
### Circulation
57
57
58
- [[21946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946) Group circulation by item type
58
- [[21946]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946) Group circulation by item type
59
59
60
  >This feature adds the ability to define some itemtypes as 'parent' to other item types for defining circulation limits.
60
  >This feature adds the ability to define some itemtypes as 'parent' to other item types for defining circulation limits.
61
  >
61
  >
Lines 64-70 Additional notes: Link Here
64
  >So if a library says a patron can have 4 dvds - 4 blu-ray - and sets Media to have a limit of 4 then patrons can have up to 4 items of either type (e.g. 1 DVD, 3 blu-rays) but will be prevented from checking out more of either type by the limit on the parent.
64
  >So if a library says a patron can have 4 dvds - 4 blu-ray - and sets Media to have a limit of 4 then patrons can have up to 4 items of either type (e.g. 1 DVD, 3 blu-rays) but will be prevented from checking out more of either type by the limit on the parent.
65
  >
65
  >
66
  >Parent rules only apply to checkout limits.
66
  >Parent rules only apply to checkout limits.
67
- [[25534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25534) Add ability to specifying and store a reason when cancelling a hold
67
- [[25534]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25534) Add ability to specifying and store a reason when cancelling a hold
68
68
69
  >This new feature adds an option to allow staff to add a reason for cancellation when cancelling a hold.
69
  >This new feature adds an option to allow staff to add a reason for cancellation when cancelling a hold.
70
  >
70
  >
Lines 74-84 Additional notes: Link Here
74
74
75
### Fines and fees
75
### Fines and fees
76
76
77
- [[19036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19036) Number payment receipts / payment slips
77
- [[19036]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19036) Number payment receipts / payment slips
78
78
79
### ILL
79
### ILL
80
80
81
- [[22818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818) ILL should be able to send notices
81
- [[22818]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818) ILL should be able to send notices
82
82
83
  **Sponsored by** *PTFS Europe*
83
  **Sponsored by** *PTFS Europe*
84
84
Lines 106-112 Additional notes: Link Here
106
106
107
### Patrons
107
### Patrons
108
108
109
- [[24151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24151) Add a pseudonymization process for patrons and transactions
109
- [[24151]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24151) Add a pseudonymization process for patrons and transactions
110
110
111
  **Sponsored by** *Association KohaLa*
111
  **Sponsored by** *Association KohaLa*
112
112
Lines 128-134 Additional notes: Link Here
128
128
129
### System Administration
129
### System Administration
130
130
131
- [[22343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22343) Add configuration options for SMTP servers
131
- [[22343]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22343) Add configuration options for SMTP servers
132
132
133
  >This patchset adds the ability to set SMTP servers and then pick them for using on each library when sending notices, cart, etc.
133
  >This patchset adds the ability to set SMTP servers and then pick them for using on each library when sending notices, cart, etc.
134
  >
134
  >
Lines 138-177 Additional notes: Link Here
138
  >
138
  >
139
  >
139
  >
140
  >[*] ssl_mode=starttls is not supported under Ubuntu 16 due to old library versions.
140
  >[*] ssl_mode=starttls is not supported under Ubuntu 16 due to old library versions.
141
- [[26290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26290) Add the ability to set a default SMTP server in koha-conf.xml
141
- [[26290]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26290) Add the ability to set a default SMTP server in koha-conf.xml
142
142
143
  >With this enhancement, systems administrators can set a default/global SMTP configuration when creating the Koha instance, or by manually editing the koha-conf.xml.
143
  >With this enhancement, systems administrators can set a default/global SMTP configuration when creating the Koha instance, or by manually editing the koha-conf.xml.
144
144
145
### Tools
145
### Tools
146
146
147
- [[23019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019) Ability to create 'matching profiles' when importing records
147
- [[23019]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019) Ability to create 'matching profiles' when importing records
148
148
149
## Enhancements
149
## Enhancements
150
150
151
### About
151
### About
152
152
153
- [[26425]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26425) Fix history.txt once and for all
153
- [[26425]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26425) Fix history.txt once and for all
154
154
155
### Acquisitions
155
### Acquisitions
156
156
157
- [[15329]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15329) Show budget in addition to fund for late orders in acquisition
157
- [[15329]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15329) Show budget in addition to fund for late orders in acquisition
158
158
159
  >Adds a new column with the budget name to the late orders table in acquisitions. This will be helpful in combination with the already displayed fund.
159
  >Adds a new column with the budget name to the late orders table in acquisitions. This will be helpful in combination with the already displayed fund.
160
- [[21882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21882) Add price column to acquisition details tab in staff interface
160
- [[21882]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21882) Add price column to acquisition details tab in staff interface
161
- [[21898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21898) Add basket info available for ACQORDER
161
- [[21898]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21898) Add basket info available for ACQORDER
162
162
163
  >This enhancement adds the aqbasket variable to the AQORDER notice processor. 
163
  >This enhancement adds the aqbasket variable to the AQORDER notice processor. 
164
  >
164
  >
165
  >This allows users to utilise basket details in the subject and content of their `AQORDER` notices.
165
  >This allows users to utilise basket details in the subject and content of their `AQORDER` notices.
166
- [[23420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23420) Add "SuggestionsUnwantedFields" to hide fields from the suggestions form
166
- [[23420]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23420) Add "SuggestionsUnwantedFields" to hide fields from the suggestions form
167
167
168
  >This enhancement allows a library to configure the visibility of the input fields on the OPAC suggestion form.
168
  >This enhancement allows a library to configure the visibility of the input fields on the OPAC suggestion form.
169
  >
169
  >
170
  >**New system preference**: `OPACSuggestionUnwantedFields`
170
  >**New system preference**: `OPACSuggestionUnwantedFields`
171
  >
171
  >
172
  >**Removed system preference**: `AllowPurchaseSuggestionBranchChoice`
172
  >**Removed system preference**: `AllowPurchaseSuggestionBranchChoice`
173
- [[23682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23682) Add ability to manually import EDI invoices as an alternative to automatic importing on download
173
- [[23682]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23682) Add ability to manually import EDI invoices as an alternative to automatic importing on download
174
- [[24157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24157) Additional acquisitions permissions
174
- [[24157]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24157) Additional acquisitions permissions
175
175
176
  **Sponsored by** *Galway-Mayo Institute of Technology*
176
  **Sponsored by** *Galway-Mayo Institute of Technology*
177
177
Lines 181-292 Additional notes: Link Here
181
  >- delete_invoices to delete invoices
181
  >- delete_invoices to delete invoices
182
  >- merge_invoices to merge invoices
182
  >- merge_invoices to merge invoices
183
  >- delete_baskets to delete baskets
183
  >- delete_baskets to delete baskets
184
- [[25033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033) Counts of suggestions are confusing
184
- [[25033]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033) Counts of suggestions are confusing
185
185
186
  >This patch adds to the simple count of all suggestions in the system with a count filtered by the users branch. This means that on the homepage and other areas a user will see a count of local suggestions and total suggestions in the system.
186
  >This patch adds to the simple count of all suggestions in the system with a count filtered by the users branch. This means that on the homepage and other areas a user will see a count of local suggestions and total suggestions in the system.
187
  >
187
  >
188
  >Previously clicking the link to suggestions would take the user to a page showing fewer suggestions that counted in the link. Now these numbers should be more consistent.
188
  >Previously clicking the link to suggestions would take the user to a page showing fewer suggestions that counted in the link. Now these numbers should be more consistent.
189
- [[26014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26014) Add publication year and edition to Z39.50 results in acquisition
189
- [[26014]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26014) Add publication year and edition to Z39.50 results in acquisition
190
- [[26089]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26089) Add acquisitions-related reports to acquisitions sidebar menu
190
- [[26089]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26089) Add acquisitions-related reports to acquisitions sidebar menu
191
191
192
  >This patch modifies the menu shown in the sidebar of some acquisitions pages so that in contains links to these acquisitions-related reports: Acquisitions statistics wizard and Orders by fund.
192
  >This patch modifies the menu shown in the sidebar of some acquisitions pages so that in contains links to these acquisitions-related reports: Acquisitions statistics wizard and Orders by fund.
193
- [[26503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26503) Allow to limit on standing orders in acquisition advanced search
193
- [[26503]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26503) Allow to limit on standing orders in acquisition advanced search
194
- [[26582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26582) Add Koha::Acquisition::Basket->close
194
- [[26582]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26582) Add Koha::Acquisition::Basket->close
195
- [[26680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26680) Update (rcvd) to (received) with its own class in basket view
195
- [[26680]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26680) Update (rcvd) to (received) with its own class in basket view
196
- [[26712]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26712) Set focus for cursor to basket name input box on basketheader.pl
196
- [[26712]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26712) Set focus for cursor to basket name input box on basketheader.pl
197
197
198
  >This patch modifies the form for creating a new basket in acquisitions so that the user's cursor is automatically placed in the first field, the basket name input.
198
  >This patch modifies the form for creating a new basket in acquisitions so that the user's cursor is automatically placed in the first field, the basket name input.
199
- [[26729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26729) When adding a new vendor set focus for cursor to name input box
199
- [[26729]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26729) When adding a new vendor set focus for cursor to name input box
200
200
201
  >This patch modifies the form for creating a new vendor in acquisitions so that the user's cursor is automatically placed in the first field, the vendor name input.
201
  >This patch modifies the form for creating a new vendor in acquisitions so that the user's cursor is automatically placed in the first field, the vendor name input.
202
202
203
### Architecture, internals, and plumbing
203
### Architecture, internals, and plumbing
204
204
205
- [[16357]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16357) Plack error logs are not time stamped
205
- [[16357]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16357) Plack error logs are not time stamped
206
206
207
  >This enhancements adds timestamped logs for Plack-enabled Koha, which makes it easier for system administrators to review warnings and errors in Koha.
207
  >This enhancements adds timestamped logs for Plack-enabled Koha, which makes it easier for system administrators to review warnings and errors in Koha.
208
- [[20582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582) Turn Koha into a Mojolicious application
208
- [[20582]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582) Turn Koha into a Mojolicious application
209
209
210
  >This allows to run Koha as a Mojolicious application. It's a first step towards rewriting CGI code as Mojolicious controllers, for cleaner code and more testability.
210
  >This allows to run Koha as a Mojolicious application. It's a first step towards rewriting CGI code as Mojolicious controllers, for cleaner code and more testability.
211
  >It's designed for developers only at this point, and should not be used in production.
211
  >It's designed for developers only at this point, and should not be used in production.
212
- [[21395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21395) Make perlcritic happy
212
- [[21395]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21395) Make perlcritic happy
213
- [[22393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22393) Remove last remaining manualinvoice use
213
- [[22393]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22393) Remove last remaining manualinvoice use
214
- [[22394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22394) Remove C4::Accounts::manualinvoice
214
- [[22394]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22394) Remove C4::Accounts::manualinvoice
215
- [[23070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23070) Use Koha::Hold in C4::Reserves::RevertWaitingStatus
215
- [[23070]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23070) Use Koha::Hold in C4::Reserves::RevertWaitingStatus
216
- [[23092]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092) Add 'daterequested' to the transfers table
216
- [[23092]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092) Add 'daterequested' to the transfers table
217
- [[23166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23166) Simplify code related to orders in catalogue/*detail.pl
217
- [[23166]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23166) Simplify code related to orders in catalogue/*detail.pl
218
- [[23376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376) Cleanup order receive page code
218
- [[23376]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376) Cleanup order receive page code
219
- [[23632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23632) Remove C4::Logs::GetLogs
219
- [[23632]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23632) Remove C4::Logs::GetLogs
220
- [[23895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23895) Tidy up the directories under installer/data/mysql/
220
- [[23895]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23895) Tidy up the directories under installer/data/mysql/
221
221
222
  >The sql installer files that was present in installer/data/mysql have been moved in a 'mandatory' subdirectory.
222
  >The sql installer files that was present in installer/data/mysql have been moved in a 'mandatory' subdirectory.
223
  >For instance, installer/data/mysql/sysprefs.sql is now in installer/data/mysql/mandatory/sysprefs.sql
223
  >For instance, installer/data/mysql/sysprefs.sql is now in installer/data/mysql/mandatory/sysprefs.sql
224
- [[25067]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25067) Move PO file manipulation code into gulp tasks
224
- [[25067]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25067) Move PO file manipulation code into gulp tasks
225
- [[25070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070) Include files to display address and contact must be refactored
225
- [[25070]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070) Include files to display address and contact must be refactored
226
226
227
  >This internal change simplifies the code for editing and displaying patron address and contact information. It removes duplicated code, reducing potential problems when the code is changed in the future.
227
  >This internal change simplifies the code for editing and displaying patron address and contact information. It removes duplicated code, reducing potential problems when the code is changed in the future.
228
  >
228
  >
229
  >For example, there are currently 5 include files for each value of the address format (us, de, fr) with the code duplicated for each language. The change reduces the need for 5*3 files to 5 files.
229
  >For example, there are currently 5 include files for each value of the address format (us, de, fr) with the code duplicated for each language. The change reduces the need for 5*3 files to 5 files.
230
- [[25114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25114) Remove duplicated logic from GetLoanLength()
230
- [[25114]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25114) Remove duplicated logic from GetLoanLength()
231
- [[25287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25287) Add columns_settings support to API datatables wrapper
231
- [[25287]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25287) Add columns_settings support to API datatables wrapper
232
232
233
  >Tables are starting to use the new API to build their contents. This is done by using the API datatables wrapper. This development makes this wrapper support the current columns settings feature.
233
  >Tables are starting to use the new API to build their contents. This is done by using the API datatables wrapper. This development makes this wrapper support the current columns settings feature.
234
- [[25333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333) Change message transport type for Talking Tech from "phone" to "itiva"
234
- [[25333]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333) Change message transport type for Talking Tech from "phone" to "itiva"
235
235
236
  >The itiva notices operate in a manner that is specific to itiva, the actual notices themselves are generated and handled by custom scripts only used for itiva.
236
  >The itiva notices operate in a manner that is specific to itiva, the actual notices themselves are generated and handled by custom scripts only used for itiva.
237
  >
237
  >
238
  >In order to allow integration with other phone notice vendors these patches rename the existing 'phone' message transport type to 'itiva'
238
  >In order to allow integration with other phone notice vendors these patches rename the existing 'phone' message transport type to 'itiva'
239
- [[25334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334) Add generic 'phone' message transport type
239
- [[25334]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334) Add generic 'phone' message transport type
240
240
241
  >Previously the 'phone' message transport in Koha was tied to itiva and was not adaptable to other vendors. In this version that transport is renamed 'itiva' and we add a new 'phone' type that generates notices in the same manner as email, sms and print notices. Koha on it's own will not do anything with these notices. Instead, you will need a plugin such as https://github.com/bywatersolutions/koha-plugin-twilio-voice to handle making the phone calls and updating the notice status.
241
  >Previously the 'phone' message transport in Koha was tied to itiva and was not adaptable to other vendors. In this version that transport is renamed 'itiva' and we add a new 'phone' type that generates notices in the same manner as email, sms and print notices. Koha on it's own will not do anything with these notices. Instead, you will need a plugin such as https://github.com/bywatersolutions/koha-plugin-twilio-voice to handle making the phone calls and updating the notice status.
242
- [[25663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25663) Koha::RefundLostItemFeeRules should be merged into Koha::CirculationRules
242
- [[25663]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25663) Koha::RefundLostItemFeeRules should be merged into Koha::CirculationRules
243
- [[25723]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25723) Improve efficiency of holiday calculation
243
- [[25723]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25723) Improve efficiency of holiday calculation
244
- [[25998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25998) Add 'library' relation to Koha::Account::Line
244
- [[25998]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25998) Add 'library' relation to Koha::Account::Line
245
- [[26132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26132) Improve readability of TooMany
245
- [[26132]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26132) Improve readability of TooMany
246
- [[26133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26133) Unneeded calls in detail.pl can be removed
246
- [[26133]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26133) Unneeded calls in detail.pl can be removed
247
- [[26141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26141) Duplicated code in search.pl
247
- [[26141]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26141) Duplicated code in search.pl
248
- [[26251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26251) Remove unused routines from svc/split_callnumbers
248
- [[26251]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26251) Remove unused routines from svc/split_callnumbers
249
- [[26268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268) Remove items.paid for once and for all
249
- [[26268]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268) Remove items.paid for once and for all
250
250
251
  >The `paid` field in the `items` table is removed with this patch to prevent accidental re-introduction of syncing code and overhead.  The only place where the value is surfaced in the UI has been replaced with an on-demand calculated value.
251
  >The `paid` field in the `items` table is removed with this patch to prevent accidental re-introduction of syncing code and overhead.  The only place where the value is surfaced in the UI has been replaced with an on-demand calculated value.
252
- [[26325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26325) Add primary_key_exists function to Installer.pm
252
- [[26325]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26325) Add primary_key_exists function to Installer.pm
253
- [[26394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26394) .mailmap needs to be updated
253
- [[26394]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26394) .mailmap needs to be updated
254
254
255
  >The .mailmap file is used to map author and committer names and email addresses to canonical real names and email addresses. It has been improved to reflect the current project's history.
255
  >The .mailmap file is used to map author and committer names and email addresses to canonical real names and email addresses. It has been improved to reflect the current project's history.
256
  >It helps to have a cleaner authors list and prevents duplicate
256
  >It helps to have a cleaner authors list and prevents duplicate
257
  >http://git.koha-community.org/stats/koha-master/authors.html
257
  >https://git.koha-community.org/stats/koha-master/authors.html
258
- [[26432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26432) Remove unused ModZebrations
258
- [[26432]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26432) Remove unused ModZebrations
259
- [[26485]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26485) Simplify itemnumber handling in returns.pl
259
- [[26485]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26485) Simplify itemnumber handling in returns.pl
260
- [[26515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26515) Add Koha::Acquisition::Order->cancel
260
- [[26515]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26515) Add Koha::Acquisition::Order->cancel
261
261
262
  **Sponsored by** *ByWater Solutions*
262
  **Sponsored by** *ByWater Solutions*
263
- [[26524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26524) Add Koha::Acquisition::Basket->orders
263
- [[26524]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26524) Add Koha::Acquisition::Basket->orders
264
- [[26555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26555) Add a way for Koha::Object(s) to carry execution information
264
- [[26555]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26555) Add a way for Koha::Object(s) to carry execution information
265
265
266
  >This enhancement adds a standardised way to pass execution information around within Koha::Objects.
266
  >This enhancement adds a standardised way to pass execution information around within Koha::Objects.
267
  >
267
  >
268
  >Execution data should be set by action methods calling `$self->add_message({ message => $message, type => $type, payload => $payload });` inside the action method.
268
  >Execution data should be set by action methods calling `$self->add_message({ message => $message, type => $type, payload => $payload });` inside the action method.
269
  >
269
  >
270
  >The caller can then access the execution data using `my $messages = $object->messages;`
270
  >The caller can then access the execution data using `my $messages = $object->messages;`
271
- [[26577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26577) Make basket.pl and cancelorder.pl use $order->cancel
271
- [[26577]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26577) Make basket.pl and cancelorder.pl use $order->cancel
272
272
273
  >This patch refactors order cancelling code usage to prepare the ground for code cleanup.
273
  >This patch refactors order cancelling code usage to prepare the ground for code cleanup.
274
- [[26579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26579) Remove unused C4::Acquisition::DelOrder function
274
- [[26579]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26579) Remove unused C4::Acquisition::DelOrder function
275
- [[26580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26580) Remove unused C4::Acquisition::DelBasket function
275
- [[26580]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26580) Remove unused C4::Acquisition::DelBasket function
276
- [[26584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26584) Remove unused C4::Acquisition::CloseBasket function
276
- [[26584]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26584) Remove unused C4::Acquisition::CloseBasket function
277
- [[26600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26600) Missing module in Indexer.pm
277
- [[26600]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26600) Missing module in Indexer.pm
278
- [[26621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26621) .mailmap adjustments
278
- [[26621]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26621) .mailmap adjustments
279
- [[27002]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27002) Make Koha::Biblio->pickup_locations return a Koha::Libraries resultset
279
- [[27002]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27002) Make Koha::Biblio->pickup_locations return a Koha::Libraries resultset
280
280
281
### Cataloging
281
### Cataloging
282
282
283
- [[5428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5428) Back to results after deleting a record
283
- [[5428]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5428) Back to results after deleting a record
284
284
285
  >After deleting a bibliographic record in the cataloguing module the cataloguer will now be redirected back to the search results list if they had any, instead of the empty search form.
285
  >After deleting a bibliographic record in the cataloguing module the cataloguer will now be redirected back to the search results list if they had any, instead of the empty search form.
286
- [[12533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12533) Improve authority search result display
286
- [[12533]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12533) Improve authority search result display
287
287
288
  >This patch changes authority record search results, linking each heading to the corresponding detail page, and adding column in the results table showing the heading type.
288
  >This patch changes authority record search results, linking each heading to the corresponding detail page, and adding column in the results table showing the heading type.
289
- [[15851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851) Only display "Analytics: Show analytics" when records have linked analytics
289
- [[15851]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851) Only display "Analytics: Show analytics" when records have linked analytics
290
290
291
  **Sponsored by** *Orex Digital*
291
  **Sponsored by** *Orex Digital*
292
292
Lines 311-332 Additional notes: Link Here
311
  >```
311
  >```
312
  >
312
  >
313
  >This CSS classes can be used in both OPAC and admin interface.
313
  >This CSS classes can be used in both OPAC and admin interface.
314
- [[15933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15933) Add cataloguing plugin to search for existing publishers in other records
314
- [[15933]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15933) Add cataloguing plugin to search for existing publishers in other records
315
315
316
  >This patch adds the option to enable an autocomplete search for publisher name on the 260$b or 264$b input fields in the basic MARC editor.
316
  >This patch adds the option to enable an autocomplete search for publisher name on the 260$b or 264$b input fields in the basic MARC editor.
317
- [[16314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16314) Show upload link for upload plugin in basic MARC editor
317
- [[16314]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16314) Show upload link for upload plugin in basic MARC editor
318
- [[20154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20154) Stay in the open tab when editing authority record
318
- [[20154]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20154) Stay in the open tab when editing authority record
319
- [[22399]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22399) Improve responsive behavior of the basic marc editor
319
- [[22399]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22399) Improve responsive behavior of the basic marc editor
320
- [[24134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24134) Add placeholder for 2 digit years to allow autogeneration of dates in 008
320
- [[24134]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24134) Add placeholder for 2 digit years to allow autogeneration of dates in 008
321
- [[24176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24176) Show the date of the last circulation in the items table in the staff interface
321
- [[24176]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24176) Show the date of the last circulation in the items table in the staff interface
322
- [[25728]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25728) Add the ability to create a new authorised value within the cataloguing module
322
- [[25728]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25728) Add the ability to create a new authorised value within the cataloguing module
323
323
324
  **Sponsored by** *Orex Digital*
324
  **Sponsored by** *Orex Digital*
325
325
326
  >When a librarian is cataloguing a bibliographic record and needs a new authorised value, they will now be able to create it directly from the edit form.
326
  >When a librarian is cataloguing a bibliographic record and needs a new authorised value, they will now be able to create it directly from the edit form.
327
  >It also works on the item and authority editing forms.
327
  >It also works on the item and authority editing forms.
328
  >They will need the necessary permission: manage_authorised_values.
328
  >They will need the necessary permission: manage_authorised_values.
329
- [[26145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26145) Add the ability to attach a cover image at item level
329
- [[26145]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26145) Add the ability to attach a cover image at item level
330
330
331
  **Sponsored by** *Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)*
331
  **Sponsored by** *Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)*
332
332
Lines 336-561 Additional notes: Link Here
336
336
337
### Circulation
337
### Circulation
338
338
339
- [[12656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12656) Allow a CANCELLATION_REASON to be specified on the cancel_expired_holds.pl job
339
- [[12656]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12656) Allow a CANCELLATION_REASON to be specified on the cancel_expired_holds.pl job
340
340
341
  >These patches add a --reason flag to the cancel expired reserves cronjob. 
341
  >These patches add a --reason flag to the cancel expired reserves cronjob. 
342
  >
342
  >
343
  >If a reason is provided the cronjob will trigger a HOLD_CANCELLATION notice for the patron if one is configured.
343
  >If a reason is provided the cronjob will trigger a HOLD_CANCELLATION notice for the patron if one is configured.
344
  >
344
  >
345
  >The reason will be available in the notice template to allow custom messages to be sent
345
  >The reason will be available in the notice template to allow custom messages to be sent
346
- [[14866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14866) Make high holds work with different item types and number of open days
346
- [[14866]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14866) Make high holds work with different item types and number of open days
347
347
348
  **Sponsored by** *Catalyst*
348
  **Sponsored by** *Catalyst*
349
349
350
  >This patch adds a new circulation rule - decreaseloanholds - which will override the value set in the decreaseLoanHighHoldsDuration system preference for specific item types, or patron categories, or branches.
350
  >This patch adds a new circulation rule - decreaseloanholds - which will override the value set in the decreaseLoanHighHoldsDuration system preference for specific item types, or patron categories, or branches.
351
- [[15780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15780) Include inventory number in patron account summary print
351
- [[15780]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15780) Include inventory number in patron account summary print
352
- [[16112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16112) Specify renewal date for batch renew
352
- [[16112]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16112) Specify renewal date for batch renew
353
353
354
  >Add the ability to define the due date during a batch renew.
354
  >Add the ability to define the due date during a batch renew.
355
  >Like bug 16748 for batch checkout.
355
  >Like bug 16748 for batch checkout.
356
- [[16748]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16748) Batch checkout needs set due date
356
- [[16748]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16748) Batch checkout needs set due date
357
357
358
  >Add the ability to specify the due date during a batch checkout, to prevent the default loan period to be used.
358
  >Add the ability to specify the due date during a batch checkout, to prevent the default loan period to be used.
359
- [[19351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19351) Add copynumber in the checkouts table in staff interface
359
- [[19351]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19351) Add copynumber in the checkouts table in staff interface
360
- [[19382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19382) Add ability to block guarantees based on fees owed by guarantor and other guarantees
360
- [[19382]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19382) Add ability to block guarantees based on fees owed by guarantor and other guarantees
361
- [[20469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20469) Add item status to staff article requests form
361
- [[20469]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20469) Add item status to staff article requests form
362
- [[21750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21750) Move collection to its own column in checkins table
362
- [[21750]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21750) Move collection to its own column in checkins table
363
- [[23916]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23916) Issuer should be recorded and visible in patron circulation history
363
- [[23916]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23916) Issuer should be recorded and visible in patron circulation history
364
364
365
  >This new enhancement enables the recording, and subsequent display, of who checked out an item. When viewing a checkout in a patron's circulation history and an item's checkout history, details of who carried out the checkout is displayed. The recording of this information is controlled by the new system preference "RecordStaffUserOnCheckout".
365
  >This new enhancement enables the recording, and subsequent display, of who checked out an item. When viewing a checkout in a patron's circulation history and an item's checkout history, details of who carried out the checkout is displayed. The recording of this information is controlled by the new system preference "RecordStaffUserOnCheckout".
366
- [[23979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23979) "Account is locked" message should be displayed on all patron pages
366
- [[23979]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23979) "Account is locked" message should be displayed on all patron pages
367
367
368
  >This patch alters the display to show a message on all patron screens when a patron is locked out of their account due to too many login attempts or has an administrative lock.
368
  >This patch alters the display to show a message on all patron screens when a patron is locked out of their account due to too many login attempts or has an administrative lock.
369
  >
369
  >
370
  >Login attempt locks are controlled by the 'FailedLoginAttempts' system preference
370
  >Login attempt locks are controlled by the 'FailedLoginAttempts' system preference
371
  >
371
  >
372
  >Administrative locks are related to GDPR settings.
372
  >Administrative locks are related to GDPR settings.
373
- [[24083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24083) Koha should support "seen" vs "unseen" renewals
373
- [[24083]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24083) Koha should support "seen" vs "unseen" renewals
374
374
375
  >This new feature allows the library to keep track of how many times an item has been renewed but not actually seen by the library, typically through renewing online.
375
  >This new feature allows the library to keep track of how many times an item has been renewed but not actually seen by the library, typically through renewing online.
376
  >
376
  >
377
  >Additionally, this allows the library to set their circulation rules to require regular 'seen' renewals and thus prevent patrons from continually renewing an item which may actually have been lost.
377
  >Additionally, this allows the library to set their circulation rules to require regular 'seen' renewals and thus prevent patrons from continually renewing an item which may actually have been lost.
378
- [[24159]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159) Allow daysMode for calculating due and renewal dates to be set at the circulation rules level
378
- [[24159]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24159) Allow daysMode for calculating due and renewal dates to be set at the circulation rules level
379
379
380
  **Sponsored by** *Institute of Technology Carlow*
380
  **Sponsored by** *Institute of Technology Carlow*
381
381
382
  >This new enhancement is adding the ability to make hourly loan returned on a closed day, if checked out on the same close day.
382
  >This new enhancement is adding the ability to make hourly loan returned on a closed day, if checked out on the same close day.
383
  >
383
  >
384
  >The useDaysMode system preference has been moved to a circulation rule to add more flexibility in the calculation of the due date.
384
  >The useDaysMode system preference has been moved to a circulation rule to add more flexibility in the calculation of the due date.
385
- [[24201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24201) Attach desk to intranet session
385
- [[24201]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24201) Attach desk to intranet session
386
386
387
  >When `UseCirculationDesks` is enabled and desks are defined and attached to a library, this feature makes it possible to chose your current desk on login or when changing library from the intranet. The desk is then attached to the session.
387
  >When `UseCirculationDesks` is enabled and desks are defined and attached to a library, this feature makes it possible to chose your current desk on login or when changing library from the intranet. The desk is then attached to the session.
388
  >
388
  >
389
  >Future developments are planned to allow associating hold pickup locations with desks and other features.
389
  >Future developments are planned to allow associating hold pickup locations with desks and other features.
390
- [[25232]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232) Add ability to skip trapping items with a given notforloan value
390
- [[25232]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232) Add ability to skip trapping items with a given notforloan value
391
391
392
  >This feature adds the system preference SkipHoldTrapOnNotForLoanValue. Adding a notforloan value to this system preference prevents items with that notforloan value from triggering holds at checkin, allowing for a temporary quarantine or any other circumstance in which an item should be temporarily delayed from circulation. This presents a more customizable alternative to the existing TrapHoldsOnOrder system preference.
392
  >This feature adds the system preference SkipHoldTrapOnNotForLoanValue. Adding a notforloan value to this system preference prevents items with that notforloan value from triggering holds at checkin, allowing for a temporary quarantine or any other circumstance in which an item should be temporarily delayed from circulation. This presents a more customizable alternative to the existing TrapHoldsOnOrder system preference.
393
- [[25261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25261) Multiple parts handling - confirmation alert
393
- [[25261]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25261) Multiple parts handling - confirmation alert
394
394
395
  **Sponsored by** *PTFS Europe* and *Royal College of Music*
395
  **Sponsored by** *PTFS Europe* and *Royal College of Music*
396
396
397
  >This enhancement adds the option to require staff members to confirm that an item contains all its listed parts at check-in/check-out time.
397
  >This enhancement adds the option to require staff members to confirm that an item contains all its listed parts at check-in/check-out time.
398
  >
398
  >
399
  >New system preference: `CircConfirmItemParts`
399
  >New system preference: `CircConfirmItemParts`
400
- [[25430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25430) Improve the styling of the claims returned tab
400
- [[25430]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25430) Improve the styling of the claims returned tab
401
- [[25699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25699) Add edition information to Holds to pull report
401
- [[25699]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25699) Add edition information to Holds to pull report
402
- [[25717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25717) Improve messages for automatic renewal errors
402
- [[25717]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25717) Improve messages for automatic renewal errors
403
403
404
  >This change improves the wording and grammar for automatic renewal error messages.
404
  >This change improves the wording and grammar for automatic renewal error messages.
405
- [[25798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25798) Copyright year to Holds to pull report
405
- [[25798]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25798) Copyright year to Holds to pull report
406
- [[25799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25799) Edition information to Holds queue report
406
- [[25799]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25799) Edition information to Holds queue report
407
- [[25907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907) When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode
407
- [[25907]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907) When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode
408
- [[26424]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26424) Better performance of svc/checkouts
408
- [[26424]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26424) Better performance of svc/checkouts
409
- [[26501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26501) Article requests: Add datatables to requests form in staff client
409
- [[26501]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26501) Article requests: Add datatables to requests form in staff client
410
- [[26643]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26643) Staff should be notified that a transfer has been completed on checkin
410
- [[26643]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26643) Staff should be notified that a transfer has been completed on checkin
411
411
412
  >This patch introduces a notification message on the check-in screen to highlight when the check-in has resulted in the completion of a transfer.
412
  >This patch introduces a notification message on the check-in screen to highlight when the check-in has resulted in the completion of a transfer.
413
- [[26694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26694) Set focus for cursor to search input box on guarantor_search.pl
413
- [[26694]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26694) Set focus for cursor to search input box on guarantor_search.pl
414
414
415
### Command-line Utilities
415
### Command-line Utilities
416
416
417
- [[21111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21111) Add --exclude-indexes option to koha-run-backups
417
- [[21111]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21111) Add --exclude-indexes option to koha-run-backups
418
- [[21591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21591) Data inconsistencies - Item types and biblio level
418
- [[21591]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21591) Data inconsistencies - Item types and biblio level
419
419
420
  >When an item does not have an itemtype and the record (biblioitem) also has no itemtype defined the data inconsistencies script would error rather than reporting.
420
  >When an item does not have an itemtype and the record (biblioitem) also has no itemtype defined the data inconsistencies script would error rather than reporting.
421
  >
421
  >
422
  >We add a test for missing record level itemtypes so that we can correctly report these problems too.
422
  >We add a test for missing record level itemtypes so that we can correctly report these problems too.
423
- [[23696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23696) build_oai_sets.pl should take biblios from deletedbiblio_metadata too
423
- [[23696]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23696) build_oai_sets.pl should take biblios from deletedbiblio_metadata too
424
- [[24152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24152) Add the ability to purge pseudonymized data
424
- [[24152]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24152) Add the ability to purge pseudonymized data
425
425
426
  **Sponsored by** *Association KohaLa*
426
  **Sponsored by** *Association KohaLa*
427
- [[24153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24153) Add a confirm flag to the cleanup_database.pl cronjob
427
- [[24153]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24153) Add a confirm flag to the cleanup_database.pl cronjob
428
428
429
  **Sponsored by** *Association KohaLa*
429
  **Sponsored by** *Association KohaLa*
430
430
431
  >This enhancement adds a --confirm flag to the cleanup_database.pl cronjob, that allows a dry-run mode with a verbose output.
431
  >This enhancement adds a --confirm flag to the cleanup_database.pl cronjob, that allows a dry-run mode with a verbose output.
432
- [[24306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24306) Add debug option to koha-indexer
432
- [[24306]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24306) Add debug option to koha-indexer
433
433
434
  >These patches add a --debug switch to the koha-indexer script. This will vastly increase the logging output of the rebuild zebra daemon. This information may be useful for determining why some records are not being indexed.
434
  >These patches add a --debug switch to the koha-indexer script. This will vastly increase the logging output of the rebuild zebra daemon. This information may be useful for determining why some records are not being indexed.
435
- [[25511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25511) Add --force option to update_dbix_class_files.pl
435
- [[25511]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25511) Add --force option to update_dbix_class_files.pl
436
436
437
  >Sometimes, if you know what you are doing, you may want to force a schema overwrite regardless of whether the hashes report there are changes above the fold.
437
  >Sometimes, if you know what you are doing, you may want to force a schema overwrite regardless of whether the hashes report there are changes above the fold.
438
  >
438
  >
439
  >In these cases, we should expose said functionality via a --force option on the script.
439
  >In these cases, we should expose said functionality via a --force option on the script.
440
  >
440
  >
441
  >***WARNING***: Use this at your own risk.. it's helpful if you are maintaining a fork or in other such cases. You should always attempt to run the script without force first and only resort to using force if that fails. It is also very much worthwhile checking the diff after running with force to ensure you have not resulted in any unexpected changes.
441
  >***WARNING***: Use this at your own risk.. it's helpful if you are maintaining a fork or in other such cases. You should always attempt to run the script without force first and only resort to using force if that fails. It is also very much worthwhile checking the diff after running with force to ensure you have not resulted in any unexpected changes.
442
- [[25624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25624) Update patrons category script should allow finding null and not null and wildcards
442
- [[25624]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25624) Update patrons category script should allow finding null and not null and wildcards
443
- [[26175]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26175) Remove warn if undefined barcode in misc/export_records.pl
443
- [[26175]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26175) Remove warn if undefined barcode in misc/export_records.pl
444
- [[26451]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26451) Small typo in bulkmarcimport.pl
444
- [[26451]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26451) Small typo in bulkmarcimport.pl
445
- [[26641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26641) link_bibs_to_authorities.pl: Add the ability to specify the MARC field to operate on
445
- [[26641]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26641) link_bibs_to_authorities.pl: Add the ability to specify the MARC field to operate on
446
446
447
### Course reserves
447
### Course reserves
448
448
449
- [[14648]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14648) Batch remove reserve items
449
- [[14648]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14648) Batch remove reserve items
450
450
451
  >This allows to batch remove items from any course reserve they have been added to using a barcode list. Access the new feature using the "Batch remove reserves" button on the course reserves module start page.
451
  >This allows to batch remove items from any course reserve they have been added to using a barcode list. Access the new feature using the "Batch remove reserves" button on the course reserves module start page.
452
- [[25606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25606) Adds "Remove all reserves" button to course details
452
- [[25606]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25606) Adds "Remove all reserves" button to course details
453
- [[26880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26880) Add explanatory text to Add course reserve screens
453
- [[26880]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26880) Add explanatory text to Add course reserve screens
454
454
455
### Database
455
### Database
456
456
457
- [[13535]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13535) Table alert is missing FK and not deleted with the patron
457
- [[13535]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13535) Table alert is missing FK and not deleted with the patron
458
458
459
### Fines and fees
459
### Fines and fees
460
460
461
- [[8338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338) Add ability to remove fines with dropbox mode
461
- [[8338]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338) Add ability to remove fines with dropbox mode
462
462
463
  >This enhancement will remove any overdue fines that would be reversed on a backdated return if CalcFineOnBackdate is enabled and the user has not already attempted to pay off the accruing fine.
463
  >This enhancement will remove any overdue fines that would be reversed on a backdated return if CalcFineOnBackdate is enabled and the user has not already attempted to pay off the accruing fine.
464
- [[23091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091) Add options to charge new or restore forgiven overdues when a lost item is returned
464
- [[23091]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091) Add options to charge new or restore forgiven overdues when a lost item is returned
465
465
466
  >This new feature allows libraries using the existing WhenLostForgiveFine functionality to reinstate forgiven overdue fines if a lost item is found and the lost item fee is refunded. Specifically, this adds two new options to the lost item fee refund on return policy dropdown in circulation rules.  When a lost item is found and the fee refunded, a forgiven overdue fine can be restored in its original accountlines entry or re-created as a new accountlines entry.
466
  >This new feature allows libraries using the existing WhenLostForgiveFine functionality to reinstate forgiven overdue fines if a lost item is found and the lost item fee is refunded. Specifically, this adds two new options to the lost item fee refund on return policy dropdown in circulation rules.  When a lost item is found and the fee refunded, a forgiven overdue fine can be restored in its original accountlines entry or re-created as a new accountlines entry.
467
- [[24603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24603) Allow to cancel charges in patron accounting
467
- [[24603]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24603) Allow to cancel charges in patron accounting
468
468
469
  >This allows to cancel charges that have not been paid in full or partially yet. A cancelled charge will show up as cancelled in the account. Voiding a paid charge first will then allow to cancel it afterwards.
469
  >This allows to cancel charges that have not been paid in full or partially yet. A cancelled charge will show up as cancelled in the account. Voiding a paid charge first will then allow to cancel it afterwards.
470
- [[24610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24610) Let user switch between 'Pay' and 'Write off' mode
470
- [[24610]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24610) Let user switch between 'Pay' and 'Write off' mode
471
- [[24786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24786) Allow setting a cash register for a login session and configuring library-default cash registers
471
- [[24786]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24786) Allow setting a cash register for a login session and configuring library-default cash registers
472
- [[26160]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26160) Add column configuration to the Point of sale, Items for purchase table
472
- [[26160]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26160) Add column configuration to the Point of sale, Items for purchase table
473
- [[26172]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26172) Add a cashup summary view (with option to print)
473
- [[26172]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26172) Add a cashup summary view (with option to print)
474
- [[26327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26327) Include checkout library in fines
474
- [[26327]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26327) Include checkout library in fines
475
475
476
  >This patch adds a new column in the accounting tables for a patron. The column will show the checkout library for charges that are tied to circulation.
476
  >This patch adds a new column in the accounting tables for a patron. The column will show the checkout library for charges that are tied to circulation.
477
- [[26506]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26506) Koha::Account::pay will fail if $userenv is not set
477
- [[26506]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26506) Koha::Account::pay will fail if $userenv is not set
478
478
479
### Hold requests
479
### Hold requests
480
480
481
- [[19889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889) LocalHoldsPriority needs exclusions
481
- [[19889]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889) LocalHoldsPriority needs exclusions
482
482
483
  **Sponsored by** *Cooperative Information Network (CIN)*
483
  **Sponsored by** *Cooperative Information Network (CIN)*
484
- [[22789]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22789) Establish non-priority holds
484
- [[22789]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22789) Establish non-priority holds
485
- [[23820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23820) Club hold pickup locations should be able to default to patron's home library
485
- [[23820]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23820) Club hold pickup locations should be able to default to patron's home library
486
486
487
  **Sponsored by** *South East Kansas Library System*
487
  **Sponsored by** *South East Kansas Library System*
488
- [[24412]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24412) Attach waiting hold to desk
488
- [[24412]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24412) Attach waiting hold to desk
489
489
490
  >When `UseCirculationDesks` is enabled and desks are defined and attached to a library, this feature makes it possible to attach a waiting reserve to a desk: when an item is checked in and marked as a waiting reserve, it is also attached to the current desk. The desk is then displayed in the intranet document request page, the intranet borrower holds tab, the item list of the document bibliographic details and the borrower's OPAC holds tab. You can move waiting reserve from desk to desk by checking in again the item at a different desk.
490
  >When `UseCirculationDesks` is enabled and desks are defined and attached to a library, this feature makes it possible to attach a waiting reserve to a desk: when an item is checked in and marked as a waiting reserve, it is also attached to the current desk. The desk is then displayed in the intranet document request page, the intranet borrower holds tab, the item list of the document bibliographic details and the borrower's OPAC holds tab. You can move waiting reserve from desk to desk by checking in again the item at a different desk.
491
- [[25892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25892) Clarify the visual hierarchy of holds by library and itemtype
491
- [[25892]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25892) Clarify the visual hierarchy of holds by library and itemtype
492
- [[26281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26281) Add cancellation reason to holds history
492
- [[26281]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26281) Add cancellation reason to holds history
493
493
494
  >This adds the new column for cancellation reason to the holds history page in the staff interface. See bug 25534 for more details on the new hold cancellation reason feature.
494
  >This adds the new column for cancellation reason to the holds history page in the staff interface. See bug 25534 for more details on the new hold cancellation reason feature.
495
495
496
### I18N/L10N
496
### I18N/L10N
497
497
498
- [[25317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25317) Move translatable strings out of additem.js.inc
498
- [[25317]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25317) Move translatable strings out of additem.js.inc
499
- [[25320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25320) Move translatable strings out of merge-record-strings.inc into merge-record.js
499
- [[25320]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25320) Move translatable strings out of merge-record-strings.inc into merge-record.js
500
- [[25321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25321) Move translatable strings out of strings.inc into the corresponding JavaScript
500
- [[25321]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25321) Move translatable strings out of strings.inc into the corresponding JavaScript
501
- [[25351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25351) Move cart-related strings out of opac-bottom.inc and into basket.js
501
- [[25351]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25351) Move cart-related strings out of opac-bottom.inc and into basket.js
502
- [[25443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25443) Improve translation of "Select the host record to link%s to"
502
- [[25443]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25443) Improve translation of "Select the host record to link%s to"
503
- [[25687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25687) Switch Y/N in EDI accounts table for Yes and No for better translatability
503
- [[25687]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25687) Switch Y/N in EDI accounts table for Yes and No for better translatability
504
- [[25922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25922) aria-labels are currently not translatable
504
- [[25922]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25922) aria-labels are currently not translatable
505
- [[26065]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26065) Move translatable strings out of marc_modification_templates.tt and into marc_modification_templates.js
505
- [[26065]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26065) Move translatable strings out of marc_modification_templates.tt and into marc_modification_templates.js
506
- [[26118]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26118) Move translatable strings out of tags/review.tt and into tags-review.js
506
- [[26118]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26118) Move translatable strings out of tags/review.tt and into tags-review.js
507
- [[26217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26217) Move translatable strings out of templates into acq.js
507
- [[26217]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26217) Move translatable strings out of templates into acq.js
508
- [[26225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26225) Move translatable strings out of audio_alerts.tt and into audio_alerts.js
508
- [[26225]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26225) Move translatable strings out of audio_alerts.tt and into audio_alerts.js
509
- [[26229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26229) Move translatable strings out of categories.tt and into categories.js
509
- [[26229]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26229) Move translatable strings out of categories.tt and into categories.js
510
- [[26230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26230) Move translatable strings out of item_search_fields.tt and into item_search_fields.js
510
- [[26230]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26230) Move translatable strings out of item_search_fields.tt and into item_search_fields.js
511
- [[26237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26237) Move translatable strings out of preferences.tt and into JavaScript files
511
- [[26237]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26237) Move translatable strings out of preferences.tt and into JavaScript files
512
- [[26240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26240) Move translatable strings out of sms_providers.tt and into sms_providers.js
512
- [[26240]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26240) Move translatable strings out of sms_providers.tt and into sms_providers.js
513
- [[26242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26242) Move translatable strings out of results.tt and into results.js
513
- [[26242]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26242) Move translatable strings out of results.tt and into results.js
514
- [[26243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26243) Move translatable strings out of templates and into circulation.js
514
- [[26243]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26243) Move translatable strings out of templates and into circulation.js
515
- [[26256]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26256) Move translatable strings out of templates and into serials-toolbar.js
515
- [[26256]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26256) Move translatable strings out of templates and into serials-toolbar.js
516
- [[26291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26291) Move translatable strings out of z3950_search.inc into z3950_search.js
516
- [[26291]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26291) Move translatable strings out of z3950_search.inc into z3950_search.js
517
- [[26334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26334) Move translatable strings out of members-menu.inc into members-menu.js
517
- [[26334]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26334) Move translatable strings out of members-menu.inc into members-menu.js
518
- [[26339]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26339) Move translatable strings out of addorderiso2709.tt into addorderiso2709.js
518
- [[26339]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26339) Move translatable strings out of addorderiso2709.tt into addorderiso2709.js
519
- [[26395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26395) Move translatable strings out of letter.tt into letter.js
519
- [[26395]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26395) Move translatable strings out of letter.tt into letter.js
520
- [[26439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26439) Move translatable cart-related strings out of js_includes.inc and into basket.js
520
- [[26439]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26439) Move translatable cart-related strings out of js_includes.inc and into basket.js
521
- [[26441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26441) Move translatable strings out of catalog-strings.inc into catalog.js
521
- [[26441]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26441) Move translatable strings out of catalog-strings.inc into catalog.js
522
- [[26697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26697) Make translation file for types and descriptions of charges consistent between OPAC and staff
522
- [[26697]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26697) Make translation file for types and descriptions of charges consistent between OPAC and staff
523
523
524
### ILL
524
### ILL
525
525
526
- [[20799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20799) Add a link from biblio detail view to ILL request detail view, if a biblio has an ILL request
526
- [[20799]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20799) Add a link from biblio detail view to ILL request detail view, if a biblio has an ILL request
527
- [[23391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23391) Hide finished ILL requests
527
- [[23391]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23391) Hide finished ILL requests
528
528
529
  >This adds a new system preference ILLHiddenRequestStatuses that takes a list of ILL status codes to be hidden from the ILL requests table in the ILL module. This allows to hide finished and cancelled ILL requests improving the performance of the table in busy libraries but also making it easier to keep track of the pending requests.
529
  >This adds a new system preference ILLHiddenRequestStatuses that takes a list of ILL status codes to be hidden from the ILL requests table in the ILL module. This allows to hide finished and cancelled ILL requests improving the performance of the table in busy libraries but also making it easier to keep track of the pending requests.
530
530
531
### Installation and upgrade (web-based installer)
531
### Installation and upgrade (web-based installer)
532
532
533
- [[24973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24973) Allow to localize and translate system preferences with new yaml based installer
533
- [[24973]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24973) Allow to localize and translate system preferences with new yaml based installer
534
- [[25129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25129) Update German (de-DE) web installer files for 20.05
534
- [[25129]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25129) Update German (de-DE) web installer files for 20.05
535
535
536
### Lists
536
### Lists
537
537
538
- [[24884]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24884) Remove 'New list' button in 'Public lists' tab if OpacAllowPublicListCreation is disabled
538
- [[24884]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24884) Remove 'New list' button in 'Public lists' tab if OpacAllowPublicListCreation is disabled
539
539
540
### MARC Authority data support
540
### MARC Authority data support
541
541
542
- [[25313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25313) Add optional skip_merge parameter to ModAuthority
542
- [[25313]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25313) Add optional skip_merge parameter to ModAuthority
543
543
544
### MARC Bibliographic data support
544
### MARC Bibliographic data support
545
545
546
- [[15141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15141) Add MARC21 770/772 to OPAC and staff detail pages
546
- [[15141]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15141) Add MARC21 770/772 to OPAC and staff detail pages
547
547
548
  >Adds display for 770 (Supplement/Special issue entry) and 772 (Supplement parent entry) to the OPAC and staff interface detail pages.
548
  >Adds display for 770 (Supplement/Special issue entry) and 772 (Supplement parent entry) to the OPAC and staff interface detail pages.
549
- [[15436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15436) MARC21: Use semicolon between series name and volume information
549
- [[15436]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15436) MARC21: Use semicolon between series name and volume information
550
- [[15437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15437) MARC21: Show $i for 780/785
550
- [[15437]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15437) MARC21: Show $i for 780/785
551
551
552
  >Adds $i (Relationship information) to 780 (Preceding entry) and 785 (Succeeding entry) in the OPAC and staff detail pages.
552
  >Adds $i (Relationship information) to 780 (Preceding entry) and 785 (Succeeding entry) in the OPAC and staff detail pages.
553
- [[16728]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16728) Add MARC21 777 - Issued with entry to staff and OPAC detail pages
553
- [[16728]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16728) Add MARC21 777 - Issued with entry to staff and OPAC detail pages
554
- [[24322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24322) National Library of Medicine (NLM) call number to XSLT Detail
554
- [[24322]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24322) National Library of Medicine (NLM) call number to XSLT Detail
555
555
556
### Notices
556
### Notices
557
557
558
- [[16371]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16371) Quote of the Day (QOTD) for the staff interface
558
- [[16371]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16371) Quote of the Day (QOTD) for the staff interface
559
559
560
  **Sponsored by** *Koha-Suomi Oy*
560
  **Sponsored by** *Koha-Suomi Oy*
561
561
Lines 563-703 Additional notes: Link Here
563
  >- OPAC: QOTD only appears in the OPAC.
563
  >- OPAC: QOTD only appears in the OPAC.
564
  >- Staff interface: QOTD only appears in the staff interface.
564
  >- Staff interface: QOTD only appears in the staff interface.
565
  >- Both [Select all]: QOTD appears in the staff interface and OPAC.
565
  >- Both [Select all]: QOTD appears in the staff interface and OPAC.
566
- [[24197]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24197) Custom destination for failed overdue notices
566
- [[24197]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24197) Custom destination for failed overdue notices
567
567
568
  **Sponsored by** *Catalyst*
568
  **Sponsored by** *Catalyst*
569
569
570
  >This adds a new system preference  AddressForFailedEmailNotices that allows to control where the summarized overdue email for patrons without email addresses is sent to.
570
  >This adds a new system preference  AddressForFailedEmailNotices that allows to control where the summarized overdue email for patrons without email addresses is sent to.
571
- [[24591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24591) Add developer script to preview a letter
571
- [[24591]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24591) Add developer script to preview a letter
572
- [[25097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25097) Add option to message_queue to allow for only specific sending notices
572
- [[25097]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25097) Add option to message_queue to allow for only specific sending notices
573
573
574
  >This adds a new command line option -c|--code to the process_message_queue.pl cron job allowing to pick which letter codes will be processed and send when the job runs. This will allow to send different notices at different times depending on your cron job setup.
574
  >This adds a new command line option -c|--code to the process_message_queue.pl cron job allowing to pick which letter codes will be processed and send when the job runs. This will allow to send different notices at different times depending on your cron job setup.
575
- [[25776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25776) Add last updated date for notices and slips
575
- [[25776]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25776) Add last updated date for notices and slips
576
576
577
  >This adds a new column to the letter table to store the last date and time a notice was edited. On the notices summary page, the latest change will show and the individual changes for each transport type (email, print, ...) will show once the letter is edited on the different tabs.
577
  >This adds a new column to the letter table to store the last date and time a notice was edited. On the notices summary page, the latest change will show and the individual changes for each transport type (email, print, ...) will show once the letter is edited on the different tabs.
578
- [[26745]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26745) Notice titles/subjects should support Template Toolkit
578
- [[26745]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26745) Notice titles/subjects should support Template Toolkit
579
579
580
  >This patch introduces the ability to use template toolkit syntax in the subject line of email notices.
580
  >This patch introduces the ability to use template toolkit syntax in the subject line of email notices.
581
581
582
### OPAC
582
### OPAC
583
583
584
- [[5927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5927) Show series information in search results page
584
- [[5927]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5927) Show series information in search results page
585
- [[8732]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8732) Add a system preference to allow users to choose to display an icon based on the Koha bibliographic level itemtype
585
- [[8732]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8732) Add a system preference to allow users to choose to display an icon based on the Koha bibliographic level itemtype
586
586
587
  >These patches add a new syspref: BiblioItemtypeInfo
587
  >These patches add a new syspref: BiblioItemtypeInfo
588
  >
588
  >
589
  >If enabled the icons for the record itemtype (942c) will be displayed on the record detail and search result pages in both the OPAC and staff interface
589
  >If enabled the icons for the record itemtype (942c) will be displayed on the record detail and search result pages in both the OPAC and staff interface
590
- [[16696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16696) Rename "Publisher" to "Publication details" on detail and result lists
590
- [[16696]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16696) Rename "Publisher" to "Publication details" on detail and result lists
591
- [[18911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18911) Option to set preferred language in OPAC
591
- [[18911]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18911) Option to set preferred language in OPAC
592
592
593
  >The OPAC users can now choose their preferred language for notices.
593
  >The OPAC users can now choose their preferred language for notices.
594
- [[19616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19616) Add MARC21 505$g - Formatted Contents Note / Miscellaneous information
594
- [[19616]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19616) Add MARC21 505$g - Formatted Contents Note / Miscellaneous information
595
- [[20168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168) Update of the OPAC bootstrap template to bootstrap v4
595
- [[20168]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168) Update of the OPAC bootstrap template to bootstrap v4
596
596
597
  >This patch upgrades the version of the Bootstrap library used by the OPAC from version 2.3.1 to version 4.5.0. The Bootstrap library provides a framework of JavaScript and CSS to support responsive layouts and interface elements like toolbars, menus, buttons, etc. Although some aspects of the interface have been updated, the changes are largely invisible to the user.
597
  >This patch upgrades the version of the Bootstrap library used by the OPAC from version 2.3.1 to version 4.5.0. The Bootstrap library provides a framework of JavaScript and CSS to support responsive layouts and interface elements like toolbars, menus, buttons, etc. Although some aspects of the interface have been updated, the changes are largely invisible to the user.
598
- [[20936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936) Holds history for patrons in OPAC
598
- [[20936]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936) Holds history for patrons in OPAC
599
599
600
  >Northeast Kansas Library System (NEKLS)
600
  >Northeast Kansas Library System (NEKLS)
601
- [[22807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22807) Accessibility: Add 'Skip to main content' link
601
- [[22807]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22807) Accessibility: Add 'Skip to main content' link
602
602
603
  >This accessibility enhancement adds a hidden 'Skip to main content' link to the OPAC which will appear if a user uses 'tab' keyboard navigation.
603
  >This accessibility enhancement adds a hidden 'Skip to main content' link to the OPAC which will appear if a user uses 'tab' keyboard navigation.
604
- [[23795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23795) Convert OpacCredits system preference to news block
604
- [[23795]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23795) Convert OpacCredits system preference to news block
605
- [[23796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23796) Convert OpacCustomSearch system preference to news block
605
- [[23796]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23796) Convert OpacCustomSearch system preference to news block
606
- [[23797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23797) Convert OpacLoginInstructions system preference to news block
606
- [[23797]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23797) Convert OpacLoginInstructions system preference to news block
607
- [[24405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24405) Links in facets are styled differently than other links on the results page in OPAC
607
- [[24405]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24405) Links in facets are styled differently than other links on the results page in OPAC
608
- [[25151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25151) Accessibility: The 'Your cart' page does not contain a level-one header
608
- [[25151]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25151) Accessibility: The 'Your cart' page does not contain a level-one header
609
- [[25154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25154) Accessibility: The 'Search results' page does not use heading markup where content is introduced
609
- [[25154]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25154) Accessibility: The 'Search results' page does not use heading markup where content is introduced
610
- [[25155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25155) Accessibility: The 'Login modal' contains semantically incorrect headings
610
- [[25155]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25155) Accessibility: The 'Login modal' contains semantically incorrect headings
611
- [[25236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25236) Accessibility: The 'Refine your search' box contains semantically incorrect headings
611
- [[25236]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25236) Accessibility: The 'Refine your search' box contains semantically incorrect headings
612
- [[25237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25237) Accessibility: The 'Author details' in the full record display contains semantically incorrect headings
612
- [[25237]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25237) Accessibility: The 'Author details' in the full record display contains semantically incorrect headings
613
- [[25238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25238) Accessibility: Multiple 'H1' headings exist in the full record display
613
- [[25238]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25238) Accessibility: Multiple 'H1' headings exist in the full record display
614
- [[25239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25239) Accessibility: The 'Confirm hold page' contains semantically incorrect headings
614
- [[25239]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25239) Accessibility: The 'Confirm hold page' contains semantically incorrect headings
615
- [[25242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25242) Accessibility: The 'Holdings' table partially obscures navigation links at 200% zoom
615
- [[25242]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25242) Accessibility: The 'Holdings' table partially obscures navigation links at 200% zoom
616
- [[25244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25244) Accessibility: Checkboxes on the search results page do not contain specific aria labels
616
- [[25244]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25244) Accessibility: Checkboxes on the search results page do not contain specific aria labels
617
- [[25402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25402) Put OPAC cart download options into dropdown menu
617
- [[25402]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25402) Put OPAC cart download options into dropdown menu
618
618
619
  >This enhancement adds the OPAC cart download format options into the dropdown menu, rather than opening in a separate pop up window. (This also matches the behaviour in the staff interface.)
619
  >This enhancement adds the OPAC cart download format options into the dropdown menu, rather than opening in a separate pop up window. (This also matches the behaviour in the staff interface.)
620
- [[25639]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25639) Add search queries to HTML so queries can be retrieved via JS
620
- [[25639]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25639) Add search queries to HTML so queries can be retrieved via JS
621
621
622
  >This patch adds global JS variables for the prepared search forms: query_desc_query_cgi, and query
622
  >This patch adds global JS variables for the prepared search forms: query_desc_query_cgi, and query
623
  >
623
  >
624
  >These are useful for plugins or custom JS wishing to perform searches outside of Koha and incorporate results.
624
  >These are useful for plugins or custom JS wishing to perform searches outside of Koha and incorporate results.
625
- [[25771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25771) Allow the user to sort checkouts by the renew column in the OPAC
625
- [[25771]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25771) Allow the user to sort checkouts by the renew column in the OPAC
626
- [[25801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25801) Add itemnumber parameter to the OPAC detail page that allows to show a single item
626
- [[25801]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25801) Add itemnumber parameter to the OPAC detail page that allows to show a single item
627
- [[25871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25871) Add "only library" to OpacItemLocation options
627
- [[25871]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25871) Add "only library" to OpacItemLocation options
628
- [[25984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25984) Accessibility: Shelf browse lacks focus visibility when cover image is missing
628
- [[25984]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25984) Accessibility: Shelf browse lacks focus visibility when cover image is missing
629
- [[26008]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26008) Remove the use of jquery.checkboxes plugin from OPAC cart
629
- [[26008]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26008) Remove the use of jquery.checkboxes plugin from OPAC cart
630
- [[26039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26039) Accessibility: Shelf browser is not announced upon loading
630
- [[26039]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26039) Accessibility: Shelf browser is not announced upon loading
631
- [[26041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26041) Accessibility: The date picker calendar is not keyboard accessible
631
- [[26041]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26041) Accessibility: The date picker calendar is not keyboard accessible
632
- [[26094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26094) "Suggest for Purchase" button missing unique CSS class
632
- [[26094]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26094) "Suggest for Purchase" button missing unique CSS class
633
- [[26148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26148) OpenLibrary "Preview" link target is unclear to patrons
633
- [[26148]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26148) OpenLibrary "Preview" link target is unclear to patrons
634
- [[26266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26266) Add jQuery validator to opac-password-recovery.tt
634
- [[26266]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26266) Add jQuery validator to opac-password-recovery.tt
635
- [[26299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26299) Help text for OPAC SMS number should be less North American-centric
635
- [[26299]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26299) Help text for OPAC SMS number should be less North American-centric
636
- [[26454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26454) Add system preference to set meta description for the OPAC
636
- [[26454]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26454) Add system preference to set meta description for the OPAC
637
637
638
  >Functionality to add meta description tag with content with the system preference OpacMetaDescription. This is used by search engines to add a description to the library in search results.
638
  >Functionality to add meta description tag with content with the system preference OpacMetaDescription. This is used by search engines to add a description to the library in search results.
639
- [[26519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26519) Clean up OPAC buttons with incorrect classes
639
- [[26519]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26519) Clean up OPAC buttons with incorrect classes
640
- [[26655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26655) Accessibility: Checkboxes on OPAC lists do not contain aria labels
640
- [[26655]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26655) Accessibility: Checkboxes on OPAC lists do not contain aria labels
641
- [[26695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26695) Set focus for cursor to login box on the login popup modal
641
- [[26695]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26695) Set focus for cursor to login box on the login popup modal
642
- [[26706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26706) Fix btn-default styling for better contrast
642
- [[26706]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26706) Fix btn-default styling for better contrast
643
- [[26718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26718) Change 'Your reading history" to "Your checkout history"
643
- [[26718]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26718) Change 'Your reading history" to "Your checkout history"
644
644
645
  >This changes "reading history" to "checkout history" in the staff interface and OPAC as libraries are not only leanding reading materials but a lot of different media.
645
  >This changes "reading history" to "checkout history" in the staff interface and OPAC as libraries are not only leanding reading materials but a lot of different media.
646
- [[26753]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26753) Set focus for cursor to password field on Overdrive login popup on OPAC
646
- [[26753]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26753) Set focus for cursor to password field on Overdrive login popup on OPAC
647
- [[26763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26763) Use standard information style for multi-hold message
647
- [[26763]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26763) Use standard information style for multi-hold message
648
- [[26783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26783) Set OpacRenewalAllowed to "Allowed" for new installations
648
- [[26783]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26783) Set OpacRenewalAllowed to "Allowed" for new installations
649
- [[26805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26805) Remove remaining instances of jquery.checkboxes plugin from the OPAC
649
- [[26805]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26805) Remove remaining instances of jquery.checkboxes plugin from the OPAC
650
- [[26825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26825) Add span for publication date in OPAC
650
- [[26825]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26825) Add span for publication date in OPAC
651
- [[26828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26828) Set focus for cursor to current password field when updating in the OPAC
651
- [[26828]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26828) Set focus for cursor to current password field when updating in the OPAC
652
- [[26830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26830) Set focus for cursor to name input box when creating a new list in the OPAC
652
- [[26830]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26830) Set focus for cursor to name input box when creating a new list in the OPAC
653
- [[26881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26881) Remove the period at the end of 'Limit to currently available items' in facets
653
- [[26881]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26881) Remove the period at the end of 'Limit to currently available items' in facets
654
654
655
### Patrons
655
### Patrons
656
656
657
- [[6725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6725) Make patron duplicate matching flexible
657
- [[6725]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6725) Make patron duplicate matching flexible
658
658
659
  >The new system preference 'PatronDuplicateMatchingAddFields' adds more flexibility in the de-duplication of patrons.
659
  >The new system preference 'PatronDuplicateMatchingAddFields' adds more flexibility in the de-duplication of patrons.
660
  >Prior to this change only surname, firstname and dateofbirth where used. Now the list of fields is configurable.
660
  >Prior to this change only surname, firstname and dateofbirth where used. Now the list of fields is configurable.
661
- [[10910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10910) Add a warn when deleting a patron with pending suggestions
661
- [[10910]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10910) Add a warn when deleting a patron with pending suggestions
662
662
663
  >A warning is displayed if a staff member is trying to delete a patron with pending suggestions.
663
  >A warning is displayed if a staff member is trying to delete a patron with pending suggestions.
664
- [[13625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13625) RenewalSendNotice setting should be reflected in messaging preferences descriptions
664
- [[13625]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13625) RenewalSendNotice setting should be reflected in messaging preferences descriptions
665
- [[20057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20057) Auto-approve option for borrower modifications
665
- [[20057]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20057) Auto-approve option for borrower modifications
666
666
667
  >Adds a new system preference AutoApprovePatronProfileSettings that allows to automatically approve any requests for patron detail modifications made by patrons from the OPAC.
667
  >Adds a new system preference AutoApprovePatronProfileSettings that allows to automatically approve any requests for patron detail modifications made by patrons from the OPAC.
668
- [[21345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21345) Patron records with attached files not obvious from patron details view
668
- [[21345]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21345) Patron records with attached files not obvious from patron details view
669
669
670
  >This patch adds a new section to the patron detail view in the staff interface when the "EnableBorrowerFiles" system preference is enabled. The page will now show a "Files" section with a link to manage files and a list of any attached files.
670
  >This patch adds a new section to the patron detail view in the staff interface when the "EnableBorrowerFiles" system preference is enabled. The page will now show a "Files" section with a link to manage files and a list of any attached files.
671
- [[22087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22087) Show city and state in patron search results
671
- [[22087]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22087) Show city and state in patron search results
672
- [[23816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23816) Allow to have different password strength and length settings for different patron categories
672
- [[23816]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23816) Allow to have different password strength and length settings for different patron categories
673
673
674
  **Sponsored by** *Northeast Kansas Library System*
674
  **Sponsored by** *Northeast Kansas Library System*
675
- [[25364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364) Add "Other" to the gender options in a patron record
675
- [[25364]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364) Add "Other" to the gender options in a patron record
676
- [[25654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25654) Make the contact and non-patron guarantor sections separate on patron entry form
676
- [[25654]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25654) Make the contact and non-patron guarantor sections separate on patron entry form
677
- [[26534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26534) Add a Font Awesome icon to help identify staff patrons
677
- [[26534]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26534) Add a Font Awesome icon to help identify staff patrons
678
678
679
  >This adds a small shield icon to help identify staff members (having catalogue permission) in the staff interface. The icon displays next to the name on top of the brief patron information that is shown on all patron account pages.
679
  >This adds a small shield icon to help identify staff members (having catalogue permission) in the staff interface. The icon displays next to the name on top of the brief patron information that is shown on all patron account pages.
680
- [[26687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26687) Add a Font Awesome icon for superlibrarian patrons
680
- [[26687]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26687) Add a Font Awesome icon for superlibrarian patrons
681
681
682
  >This adds a bolt icon next to the shield icon introduced by bug 26534, if the user is not only a staff member but also holds the superlibrarian permission.
682
  >This adds a bolt icon next to the shield icon introduced by bug 26534, if the user is not only a staff member but also holds the superlibrarian permission.
683
683
684
### Plugin architecture
684
### Plugin architecture
685
685
686
- [[21468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468) Plugins need hooks for checkin and checkout actions
686
- [[21468]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21468) Plugins need hooks for checkin and checkout actions
687
687
688
  >This enhancement adds plugin hooks to allow plugins to take action after check-in and check-out circulation events.
688
  >This enhancement adds plugin hooks to allow plugins to take action after check-in and check-out circulation events.
689
- [[24031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24031) Add plugin hook after_hold_create
689
- [[24031]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24031) Add plugin hook after_hold_create
690
- [[24633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24633) Add support for gitlab searching of plugins
690
- [[24633]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24633) Add support for gitlab searching of plugins
691
691
692
  **Sponsored by** *Theke Solutions*
692
  **Sponsored by** *Theke Solutions*
693
693
694
  >The enhancement allows setting Gitlab targets for retrieving plugins.
694
  >The enhancement allows setting Gitlab targets for retrieving plugins.
695
- [[25855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855) Add hook to AddRenewal using a new _after_circ_actions method in circulation
695
- [[25855]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25855) Add hook to AddRenewal using a new _after_circ_actions method in circulation
696
696
697
  **Sponsored by** *ByWater Solutions*
697
  **Sponsored by** *ByWater Solutions*
698
698
699
  >This enhancement adds plugin hooks to allow plugins to take action after renewal circulation events.
699
  >This enhancement adds plugin hooks to allow plugins to take action after renewal circulation events.
700
- [[25961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961) Add hooks for plugins to inject variables to XSLT
700
- [[25961]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961) Add hooks for plugins to inject variables to XSLT
701
701
702
  >This enhancement adds the following plugin hooks:
702
  >This enhancement adds the following plugin hooks:
703
  >- opac_results_xslt_variables
703
  >- opac_results_xslt_variables
Lines 706-751 Additional notes: Link Here
706
  >This allows us to pass valuable information for XSLT customization.
706
  >This allows us to pass valuable information for XSLT customization.
707
  >
707
  >
708
  >Plugins implementing this hooks, should return a hashref containing the variable names and values to be passed to the XSLT processing code.
708
  >Plugins implementing this hooks, should return a hashref containing the variable names and values to be passed to the XSLT processing code.
709
- [[26063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26063) Use Koha::Plugins->call for other hooks
709
- [[26063]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26063) Use Koha::Plugins->call for other hooks
710
710
711
  **Sponsored by** *ByWater Solutions*
711
  **Sponsored by** *ByWater Solutions*
712
- [[26338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26338) Show tool plugins run in tools home
712
- [[26338]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26338) Show tool plugins run in tools home
713
713
714
### Reports
714
### Reports
715
715
716
- [[24665]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24665) Add ability to run cash register report with new cash register feature
716
- [[24665]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24665) Add ability to run cash register report with new cash register feature
717
717
718
  >This enhancement exposes the ability to refine the cash register report by cash register the transactions have taken place upon if you are using the 'UseCashRegisters' feature.
718
  >This enhancement exposes the ability to refine the cash register report by cash register the transactions have taken place upon if you are using the 'UseCashRegisters' feature.
719
- [[24834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24834) Display report number after running
719
- [[24834]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24834) Display report number after running
720
- [[24958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24958) Remember last selected tab in SQL reports
720
- [[24958]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24958) Remember last selected tab in SQL reports
721
- [[25605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25605) Exporting report as a tab delimited file can produce a lot of warnings
721
- [[25605]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25605) Exporting report as a tab delimited file can produce a lot of warnings
722
722
723
### SIP2
723
### SIP2
724
724
725
- [[12556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12556) SelfCheck machine starts the hold instantly with an email sent out
725
- [[12556]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12556) SelfCheck machine starts the hold instantly with an email sent out
726
726
727
  >This new system preference HoldsNeedProcessingSIP allows the libraries to prepare the items in peace for the next patron before a notification about a waiting hold is sent to the patron. Without this system preference in some cases the item might not have been ready for pick up by the time patron came to the library to checkout the item they had on hold. This feature works only with SIP2 return machines for the time being.
727
  >This new system preference HoldsNeedProcessingSIP allows the libraries to prepare the items in peace for the next patron before a notification about a waiting hold is sent to the patron. Without this system preference in some cases the item might not have been ready for pick up by the time patron came to the library to checkout the item they had on hold. This feature works only with SIP2 return machines for the time being.
728
- [[21979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21979) Add option to SIP2 config to send arbitrary item field in CR instead of collection code
728
- [[21979]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21979) Add option to SIP2 config to send arbitrary item field in CR instead of collection code
729
- [[24165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24165) Add ability to send any item field in a library chosen SIP field
729
- [[24165]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24165) Add ability to send any item field in a library chosen SIP field
730
- [[25344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344) Add support for circulation status 10 ( item in transit )
730
- [[25344]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344) Add support for circulation status 10 ( item in transit )
731
- [[25347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347) Add support for circulation status 11 ( claimed returned )
731
- [[25347]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347) Add support for circulation status 11 ( claimed returned )
732
- [[25348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348) Add support for circulation status 12 ( lost )
732
- [[25348]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348) Add support for circulation status 12 ( lost )
733
- [[25541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25541) Add ability to prevent checkin via SIP of items with holds
733
- [[25541]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25541) Add ability to prevent checkin via SIP of items with holds
734
734
735
  >Some libraries would like patrons to be unable to return items with holds via SIP. Instead, the screen message should indicate that the patron should return that item at the circ desk so a librarian can use it to fill the next hold right away and place it on the hold shelf. This feature is enabled by adding the flag holds_block_checkin to an account in the SIP configuration file, and setting the value of it to "1".
735
  >Some libraries would like patrons to be unable to return items with holds via SIP. Instead, the screen message should indicate that the patron should return that item at the circ desk so a librarian can use it to fill the next hold right away and place it on the hold shelf. This feature is enabled by adding the flag holds_block_checkin to an account in the SIP configuration file, and setting the value of it to "1".
736
736
737
### Searching
737
### Searching
738
738
739
- [[20888]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20888) Allow use of boolean operator 'not' in item search
739
- [[20888]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20888) Allow use of boolean operator 'not' in item search
740
- [[25867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25867) Label holdingbranch as Current library rather than Current location
740
- [[25867]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25867) Label holdingbranch as Current library rather than Current location
741
- [[26032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26032) Add 'is new' filter in items search
741
- [[26032]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26032) Add 'is new' filter in items search
742
742
743
  >There is a new filter in item search, when the database column 'items.new_status' is used.
743
  >There is a new filter in item search, when the database column 'items.new_status' is used.
744
  >It allows searching items defined as new or not new, like the filter on damaged or not damaged.
744
  >It allows searching items defined as new or not new, like the filter on damaged or not damaged.
745
745
746
### Searching - Elasticsearch
746
### Searching - Elasticsearch
747
747
748
- [[19482]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19482) Elasticsearch - prevent removal / editing of required indexes
748
- [[19482]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19482) Elasticsearch - prevent removal / editing of required indexes
749
749
750
  >These patches add the option to define some fields as 'mandatory' in the mappings.yaml file for elasticsearch.
750
  >These patches add the option to define some fields as 'mandatory' in the mappings.yaml file for elasticsearch.
751
  >
751
  >
Lines 754-795 Additional notes: Link Here
754
  >The intention is to prevent removal of search fields that are required for Koha functionality - built in sorting fields, issues count, etc.
754
  >The intention is to prevent removal of search fields that are required for Koha functionality - built in sorting fields, issues count, etc.
755
  >
755
  >
756
  >These patches add the marker to 'issues' and 'title'  - more fields may be marked in the future
756
  >These patches add the marker to 'issues' and 'title'  - more fields may be marked in the future
757
- [[24155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24155) Weights should be (optionally) applied to Advanced search
757
- [[24155]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24155) Weights should be (optionally) applied to Advanced search
758
758
759
  >This patch adds the weighting of search results to searches made via the 'Advanced search' interface.
759
  >This patch adds the weighting of search results to searches made via the 'Advanced search' interface.
760
  >
760
  >
761
  >Weights, defined in Administration section, boost ranking of results when specified fields are matched in a search query.
761
  >Weights, defined in Administration section, boost ranking of results when specified fields are matched in a search query.
762
  >
762
  >
763
  >The weights will not affect index-specific queries, but are useful for keyword or queries with limits applied and so should be applied unless the user specifies not to.
763
  >The weights will not affect index-specific queries, but are useful for keyword or queries with limits applied and so should be applied unless the user specifies not to.
764
- [[24807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807) Add "year" type to improve sorting by publication date
764
- [[24807]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807) Add "year" type to improve sorting by publication date
765
- [[26180]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26180) Elasticsearch - Add option to index records in descending order
765
- [[26180]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26180) Elasticsearch - Add option to index records in descending order
766
- [[26310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26310) Allow setting trace_to parameter in Elasticsearch config
766
- [[26310]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26310) Allow setting trace_to parameter in Elasticsearch config
767
767
768
  >By setting the 'trace_to' parameter in the elasticsearch config we can log the requests sent to the ES cluster to aid in debugging search or indexing issues
768
  >By setting the 'trace_to' parameter in the elasticsearch config we can log the requests sent to the ES cluster to aid in debugging search or indexing issues
769
769
770
### Serials
770
### Serials
771
771
772
- [[26484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26484) Add serials-related reports to serials sidebar menu
772
- [[26484]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26484) Add serials-related reports to serials sidebar menu
773
773
774
### Staff Client
774
### Staff Client
775
775
776
- [[12093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12093) Add CSS classes to item statuses in detail view
776
- [[12093]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12093) Add CSS classes to item statuses in detail view
777
- [[15400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15400) Display patron age in useful places in the staff interface
777
- [[15400]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15400) Display patron age in useful places in the staff interface
778
778
779
  **Sponsored by** *Catalyst*
779
  **Sponsored by** *Catalyst*
780
- [[18170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18170) Show damaged status on check-in
780
- [[18170]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18170) Show damaged status on check-in
781
- [[26007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26007) Warning/reminder for changes to Koha to MARC mapping
781
- [[26007]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26007) Warning/reminder for changes to Koha to MARC mapping
782
782
783
  >In current versions of Koha you can no longer change the Koha to MARC mappings from the frameworks, but only from the Koha to MARC mapping page in administration. This patch cleans up the hints on the framework page and adds a well visible note on the Koha to MARC mapping page. Any changes to the mappings require that you run the batchRebuildBiblioTables script to fully take effect.
783
  >In current versions of Koha you can no longer change the Koha to MARC mappings from the frameworks, but only from the Koha to MARC mapping page in administration. This patch cleans up the hints on the framework page and adds a well visible note on the Koha to MARC mapping page. Any changes to the mappings require that you run the batchRebuildBiblioTables script to fully take effect.
784
- [[26182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26182) Clearly pair UpdateItemWhenLostFromHoldList and CanMarkHoldsToPullAsLost system preferences
784
- [[26182]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26182) Clearly pair UpdateItemWhenLostFromHoldList and CanMarkHoldsToPullAsLost system preferences
785
- [[26435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26435) AutoSelfCheckID syspref description should warn it blocks OPAC access
785
- [[26435]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26435) AutoSelfCheckID syspref description should warn it blocks OPAC access
786
- [[26458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26458) Get item details using only itemnumber
786
- [[26458]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26458) Get item details using only itemnumber
787
- [[26473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26473) Get items for editing using only itemnumber
787
- [[26473]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26473) Get items for editing using only itemnumber
788
788
789
### System Administration
789
### System Administration
790
790
791
- [[20815]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815) Add ability to choose if lost fee is refunded based on length of time item has been lost
791
- [[20815]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20815) Add ability to choose if lost fee is refunded based on length of time item has been lost
792
- [[22844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844) Simplify the process of selecting database columns for system preferences
792
- [[22844]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844) Simplify the process of selecting database columns for system preferences
793
793
794
  >This enhancement introduces a new way to select database columns for selected system preferences like BorrowerMandatoryField. Currently, this requires manually adding the database field names. The enhancement lets you select from a list of available fields in a new window, and also select and clear all fields.
794
  >This enhancement introduces a new way to select database columns for selected system preferences like BorrowerMandatoryField. Currently, this requires manually adding the database field names. The enhancement lets you select from a list of available fields in a new window, and also select and clear all fields.
795
  >
795
  >
Lines 802-810 Additional notes: Link Here
802
  >- PatronSelfRegistrationBorrowerUnwantedField
802
  >- PatronSelfRegistrationBorrowerUnwantedField
803
  >- StatisticsFields
803
  >- StatisticsFields
804
  >- UniqueItemFields
804
  >- UniqueItemFields
805
- [[23823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23823) Allow system preferences to be bookmarked
805
- [[23823]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23823) Allow system preferences to be bookmarked
806
- [[25288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25288) Make the libraries list use the API
806
- [[25288]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25288) Make the libraries list use the API
807
- [[25630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25630) More capitalization and terminology fixes for system preferences
807
- [[25630]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25630) More capitalization and terminology fixes for system preferences
808
808
809
  >This enhancement makes changes to the descriptions for many of the system preferences to help improve consistency with the terminology list* and readability.
809
  >This enhancement makes changes to the descriptions for many of the system preferences to help improve consistency with the terminology list* and readability.
810
  >
810
  >
Lines 823-971 Additional notes: Link Here
823
  >- pref and syspref => system preference
823
  >- pref and syspref => system preference
824
  >
824
  >
825
  >* https://wiki.koha-community.org/wiki/Terminology
825
  >* https://wiki.koha-community.org/wiki/Terminology
826
- [[25709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709) Rename systempreference from NotesBlacklist to NotesToHide
826
- [[25709]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709) Rename systempreference from NotesBlacklist to NotesToHide
827
827
828
  >This patchset updates a syspref name to be clearer about what it does and to follow community guidelines on using inclusive language.
828
  >This patchset updates a syspref name to be clearer about what it does and to follow community guidelines on using inclusive language.
829
  >
829
  >
830
  >https://wiki.koha-community.org/wiki/Coding_Guidelines#TERM3:_Inclusive_Language
830
  >https://wiki.koha-community.org/wiki/Coding_Guidelines#TERM3:_Inclusive_Language
831
- [[25945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945) Description of AuthoritySeparator is misleading
831
- [[25945]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945) Description of AuthoritySeparator is misleading
832
- [[26595]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26595) Add SMTP server column to libraries table
832
- [[26595]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26595) Add SMTP server column to libraries table
833
833
834
### Templates
834
### Templates
835
835
836
- [[23148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23148) Replace Bridge icons with transparent PNG files
836
- [[23148]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23148) Replace Bridge icons with transparent PNG files
837
- [[23410]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23410) Add submenus to system preferences sidebar menu
837
- [[23410]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23410) Add submenus to system preferences sidebar menu
838
- [[23852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23852) Merge biblio-title.inc and biblio-default-view.inc
838
- [[23852]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23852) Merge biblio-title.inc and biblio-default-view.inc
839
- [[24012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24012) Display 'Locked' budget with a lock icon
839
- [[24012]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24012) Display 'Locked' budget with a lock icon
840
840
841
  **Sponsored by** *Catalyst*
841
  **Sponsored by** *Catalyst*
842
- [[24156]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24156) Basket - Make sort order and number of items to display configurable
842
- [[24156]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24156) Basket - Make sort order and number of items to display configurable
843
843
844
  **Sponsored by** *Institute of Technology Tallaght*
844
  **Sponsored by** *Institute of Technology Tallaght*
845
845
846
  >This patch adds new options in the Table settings section to make the sort order and number of results per page in the basket table configurable.
846
  >This patch adds new options in the Table settings section to make the sort order and number of results per page in the basket table configurable.
847
- [[24625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24625) Phase out jquery.cookie.js:  showLastPatron
847
- [[24625]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24625) Phase out jquery.cookie.js:  showLastPatron
848
- [[24899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24899) Reindent record matching rules template
848
- [[24899]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24899) Reindent record matching rules template
849
- [[25031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25031) Improve handling of multiple covers on the biblio detail page in the staff client
849
- [[25031]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25031) Improve handling of multiple covers on the biblio detail page in the staff client
850
850
851
  >This enhancement improves the display of multiple covers for a record in the staff interface, including covers from these services:
851
  >This enhancement improves the display of multiple covers for a record in the staff interface, including covers from these services:
852
  >- Amazon
852
  >- Amazon
853
  >- Local cover images (including multiple local cover images)
853
  >- Local cover images (including multiple local cover images)
854
  >- Coce (serving up Amazon, Google, and OpenLibrary images)
854
  >- Coce (serving up Amazon, Google, and OpenLibrary images)
855
  >- Images from the CustomCoverImages preference
855
  >- Images from the CustomCoverImages preference
856
- [[25354]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25354) Clean up JavaScript markup in cataloging plugin scripts
856
- [[25354]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25354) Clean up JavaScript markup in cataloging plugin scripts
857
- [[25363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25363) Merge common.js with staff-global.js
857
- [[25363]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25363) Merge common.js with staff-global.js
858
- [[25427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25427) Make authority subfield management interface consistent with bibliographic subfield management view
858
- [[25427]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25427) Make authority subfield management interface consistent with bibliographic subfield management view
859
- [[25471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25471) Add DataTables to MARC subfield structure admin page for bibliographic frameworks
859
- [[25471]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25471) Add DataTables to MARC subfield structure admin page for bibliographic frameworks
860
- [[25593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25593) Terminology: Fix "There is no order for this biblio." on catalog detail page
860
- [[25593]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25593) Terminology: Fix "There is no order for this biblio." on catalog detail page
861
- [[25627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25627) Move OPAC problem reports from administration to tools
861
- [[25627]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25627) Move OPAC problem reports from administration to tools
862
- [[25727]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25727) Update the Select2 JS lib
862
- [[25727]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25727) Update the Select2 JS lib
863
863
864
  **Sponsored by** *Orex Digital*
864
  **Sponsored by** *Orex Digital*
865
- [[25827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25827) Add floating toolbar to the holds summary page in staff interface
865
- [[25827]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25827) Add floating toolbar to the holds summary page in staff interface
866
- [[25832]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25832) Add DataTables to MARC subfield structure admin page for authorities
866
- [[25832]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25832) Add DataTables to MARC subfield structure admin page for authorities
867
- [[25834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25834) Relabel "Search to add" to "Search for guarantor" or "Add guarantor" on patron form
867
- [[25834]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25834) Relabel "Search to add" to "Search for guarantor" or "Add guarantor" on patron form
868
- [[25879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879) Improve display of guarantor information in the patron entry form
868
- [[25879]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879) Improve display of guarantor information in the patron entry form
869
- [[25906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25906) Style corrections for OPAC serial pages
869
- [[25906]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25906) Style corrections for OPAC serial pages
870
- [[25941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25941) Reindent Upload local cover image page
870
- [[25941]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25941) Reindent Upload local cover image page
871
- [[25968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25968) Make logs sort by date descending as a default and add column configuration options
871
- [[25968]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25968) Make logs sort by date descending as a default and add column configuration options
872
- [[26004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26004) Remove unused jQuery plugin jquery.hoverIntent.minified.js from the OPAC
872
- [[26004]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26004) Remove unused jQuery plugin jquery.hoverIntent.minified.js from the OPAC
873
- [[26010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26010) Remove the use of jquery.checkboxes plugin from staff interface cart
873
- [[26010]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26010) Remove the use of jquery.checkboxes plugin from staff interface cart
874
- [[26011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26011) Remove unused jQuery plugin jquery.metadata.min.js from the OPAC
874
- [[26011]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26011) Remove unused jQuery plugin jquery.metadata.min.js from the OPAC
875
- [[26015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26015) Terminology: staff interface should be used everywhere
875
- [[26015]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26015) Terminology: staff interface should be used everywhere
876
- [[26016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26016) Capitalization: MARC Preview
876
- [[26016]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26016) Capitalization: MARC Preview
877
- [[26060]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26060) Replace staff interface table sort icons with SVG
877
- [[26060]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26060) Replace staff interface table sort icons with SVG
878
- [[26061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26061) Improve style of sidebar datepickers
878
- [[26061]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26061) Improve style of sidebar datepickers
879
- [[26085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26085) Add the copy, print and export DataTables buttons to lost items report
879
- [[26085]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26085) Add the copy, print and export DataTables buttons to lost items report
880
- [[26087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26087) Add table configuration and export options to orders by fund report
880
- [[26087]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26087) Add table configuration and export options to orders by fund report
881
- [[26091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26091) Add column configuration and export options to catalog statistics report
881
- [[26091]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26091) Add column configuration and export options to catalog statistics report
882
- [[26120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26120) Remove the use of jquery.checkboxes plugin from tags review template
882
- [[26120]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26120) Remove the use of jquery.checkboxes plugin from tags review template
883
- [[26149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26149) Remove jquery.checkboxes plugin from problem reports page
883
- [[26149]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26149) Remove jquery.checkboxes plugin from problem reports page
884
- [[26150]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26150) Remove the use of jquery.checkboxes plugin from inventory page
884
- [[26150]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26150) Remove the use of jquery.checkboxes plugin from inventory page
885
- [[26151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26151) Remove the use of jquery.checkboxes plugin from suggestions management page
885
- [[26151]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26151) Remove the use of jquery.checkboxes plugin from suggestions management page
886
- [[26152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26152) Remove the use of jquery.checkboxes plugin from serial collection page
886
- [[26152]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26152) Remove the use of jquery.checkboxes plugin from serial collection page
887
- [[26153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26153) Remove the use of jquery.checkboxes plugin from items lost report
887
- [[26153]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26153) Remove the use of jquery.checkboxes plugin from items lost report
888
- [[26154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26154) Remove the use of jquery.checkboxes plugin from batch item deletion and modification
888
- [[26154]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26154) Remove the use of jquery.checkboxes plugin from batch item deletion and modification
889
- [[26159]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26159) Remove the use of jquery.checkboxes plugin from batch record delete page
889
- [[26159]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26159) Remove the use of jquery.checkboxes plugin from batch record delete page
890
- [[26164]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26164) Replace OPAC table sort icons with SVG
890
- [[26164]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26164) Replace OPAC table sort icons with SVG
891
- [[26194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26194) Messages about missing cash registers should link to cash register management
891
- [[26194]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26194) Messages about missing cash registers should link to cash register management
892
- [[26201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26201) Remove the use of jquery.checkboxes plugin from batch extend due dates page
892
- [[26201]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26201) Remove the use of jquery.checkboxes plugin from batch extend due dates page
893
- [[26202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26202) Remove the use of jquery.checkboxes plugin from batch record modification page
893
- [[26202]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26202) Remove the use of jquery.checkboxes plugin from batch record modification page
894
- [[26204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26204) Remove the use of jquery.checkboxes plugin from staff interface lists
894
- [[26204]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26204) Remove the use of jquery.checkboxes plugin from staff interface lists
895
- [[26212]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26212) Remove the use of jquery.checkboxes plugin from pending offline circulations
895
- [[26212]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26212) Remove the use of jquery.checkboxes plugin from pending offline circulations
896
- [[26214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26214) Remove the use of jquery.checkboxes plugin on late orders page
896
- [[26214]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26214) Remove the use of jquery.checkboxes plugin on late orders page
897
- [[26215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26215) Remove the use of jquery.checkboxes plugin from Z39.50 search pages
897
- [[26215]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26215) Remove the use of jquery.checkboxes plugin from Z39.50 search pages
898
- [[26216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26216) Remove the use of jquery.checkboxes plugin from catalog search results
898
- [[26216]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26216) Remove the use of jquery.checkboxes plugin from catalog search results
899
- [[26245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26245) Remove unused functions from members.js
899
- [[26245]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26245) Remove unused functions from members.js
900
- [[26261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26261) Split calendar.inc into include file and JavaScript file
900
- [[26261]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26261) Split calendar.inc into include file and JavaScript file
901
- [[26280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26280) Add unique IDs or class names for each condition in returns.tt
901
- [[26280]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26280) Add unique IDs or class names for each condition in returns.tt
902
- [[26419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26419) Replace OPAC Koha logo with SVG
902
- [[26419]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26419) Replace OPAC Koha logo with SVG
903
- [[26456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26456) Reindent MARC subfield structure template
903
- [[26456]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26456) Reindent MARC subfield structure template
904
- [[26504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26504) Remove the use of jquery.checkboxes plugin from checkout notes page
904
- [[26504]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26504) Remove the use of jquery.checkboxes plugin from checkout notes page
905
- [[26530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26530) Use patron card number as checkbox label during patron merge
905
- [[26530]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26530) Use patron card number as checkbox label during patron merge
906
- [[26767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26767) Remove the use of jquery.checkboxes plugin from duplicate orders template
906
- [[26767]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26767) Remove the use of jquery.checkboxes plugin from duplicate orders template
907
- [[26768]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26768) Remove the use of jquery.checkboxes plugin from library transfer limits page
907
- [[26768]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26768) Remove the use of jquery.checkboxes plugin from library transfer limits page
908
- [[26769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26769) Remove the use of jquery.checkboxes plugin from staff interface search history
908
- [[26769]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26769) Remove the use of jquery.checkboxes plugin from staff interface search history
909
- [[26795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26795) Remove the use of jquery.checkboxes plugin from ILL pages
909
- [[26795]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26795) Remove the use of jquery.checkboxes plugin from ILL pages
910
- [[26798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26798) Remove the use of jquery.checkboxes plugin from patron detail page
910
- [[26798]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26798) Remove the use of jquery.checkboxes plugin from patron detail page
911
- [[26799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26799) Remove the use of jquery.checkboxes plugin from patron payment page
911
- [[26799]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26799) Remove the use of jquery.checkboxes plugin from patron payment page
912
- [[26800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26800) Remove the use of jquery.checkboxes plugin from checkout page
912
- [[26800]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26800) Remove the use of jquery.checkboxes plugin from checkout page
913
- [[26806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26806) Remove the jquery.checkboxes plugin from the staff client
913
- [[26806]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26806) Remove the jquery.checkboxes plugin from the staff client
914
- [[26817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26817) "Total" line in checkouts table is too short when ExportCircHistory is activated
914
- [[26817]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26817) "Total" line in checkouts table is too short when ExportCircHistory is activated
915
- [[26826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26826) Set focus for cursor to name input box when creating a new list
915
- [[26826]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26826) Set focus for cursor to name input box when creating a new list
916
916
917
### Test Suite
917
### Test Suite
918
918
919
- [[25113]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25113) Make CirculationRules.t flexible for new scope combinations
919
- [[25113]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25113) Make CirculationRules.t flexible for new scope combinations
920
920
921
  **Sponsored by** *National Library of Finland*
921
  **Sponsored by** *National Library of Finland*
922
- [[26157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26157) Redirect expected DBI warnings
922
- [[26157]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26157) Redirect expected DBI warnings
923
- [[26462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26462) t/db_dependent/Holds.t tests delete data unnecessarily
923
- [[26462]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26462) t/db_dependent/Holds.t tests delete data unnecessarily
924
924
925
### Tools
925
### Tools
926
926
927
- [[4985]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4985) Copy a change on the calendar to all libraries
927
- [[4985]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4985) Copy a change on the calendar to all libraries
928
928
929
  **Sponsored by** *Koha-Suomi Oy*
929
  **Sponsored by** *Koha-Suomi Oy*
930
- [[5087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5087) Option to not show CSV profiles in OPAC
930
- [[5087]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5087) Option to not show CSV profiles in OPAC
931
931
932
  **Sponsored by** *Catalyst*
932
  **Sponsored by** *Catalyst*
933
933
934
  >This patch adds an option to show or not show a CSV profile in the OPAC cart and lists download formats list.
934
  >This patch adds an option to show or not show a CSV profile in the OPAC cart and lists download formats list.
935
- [[21066]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21066) Replace opac_news.timestamp by published_on and add updated_on as timestamp
935
- [[21066]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21066) Replace opac_news.timestamp by published_on and add updated_on as timestamp
936
- [[22660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22660) Allow use of CodeMirror for editing HTML in the news editor
936
- [[22660]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22660) Allow use of CodeMirror for editing HTML in the news editor
937
937
938
  >This patch adds the ability to switch between the TinyMCE (WYSIWYG) text editor and the more robust CodeMirror text editor via the new system preference, NewsToolEditor, when editing News items.
938
  >This patch adds the ability to switch between the TinyMCE (WYSIWYG) text editor and the more robust CodeMirror text editor via the new system preference, NewsToolEditor, when editing News items.
939
- [[23114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23114) Inventory: allow to scan barcodes into input field
939
- [[23114]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23114) Inventory: allow to scan barcodes into input field
940
- [[25101]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25101) Add ability to skip previewing results when batch extending due dates
940
- [[25101]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25101) Add ability to skip previewing results when batch extending due dates
941
- [[25694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25694) Add ability to delete a MARC modification template when viewing
941
- [[25694]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25694) Add ability to delete a MARC modification template when viewing
942
942
943
  >This enhancement adds a 'Delete template' button on the page for viewing the actions of a MARC modification template.
943
  >This enhancement adds a 'Delete template' button on the page for viewing the actions of a MARC modification template.
944
- [[25845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25845) Cannot limit system logs to 'api' interface
944
- [[25845]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25845) Cannot limit system logs to 'api' interface
945
945
946
  >This enhancement adds the option to limit viewing logged actions done by API only
946
  >This enhancement adds the option to limit viewing logged actions done by API only
947
- [[26013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26013) Date on 'manage staged MARC records' is not formatted correctly
947
- [[26013]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26013) Date on 'manage staged MARC records' is not formatted correctly
948
- [[26086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26086) Add a 'cron' interface limit to the log viewer
948
- [[26086]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26086) Add a 'cron' interface limit to the log viewer
949
949
950
  >This enhancement adds the option to limit viewing logged actions done by cron only
950
  >This enhancement adds the option to limit viewing logged actions done by cron only
951
- [[26207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26207) Compare values of system preference log entries
951
- [[26207]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26207) Compare values of system preference log entries
952
952
953
  >This patch adds a feature to the log viewer in the staff interface for use when viewing system preference log entries. The feature allows the user to select two system preference values in the log for comparison. The two versions are shown in a modal window with the differences highlighted.
953
  >This patch adds a feature to the log viewer in the staff interface for use when viewing system preference log entries. The feature allows the user to select two system preference values in the log for comparison. The two versions are shown in a modal window with the differences highlighted.
954
- [[26431]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26431) Use split button to offer choice of WYSIWYG or code editor for news
954
- [[26431]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26431) Use split button to offer choice of WYSIWYG or code editor for news
955
- [[26572]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26572) Add autocomplete to librarian field in log viewer
955
- [[26572]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26572) Add autocomplete to librarian field in log viewer
956
- [[26736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26736) Compare values of reports log entries
956
- [[26736]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26736) Compare values of reports log entries
957
- [[26804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26804) News: Move the news preview out of the table and into a modal
957
- [[26804]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26804) News: Move the news preview out of the table and into a modal
958
- [[26844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26844) Log viewer does not indicate which logs are enabled
958
- [[26844]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26844) Log viewer does not indicate which logs are enabled
959
959
960
### Web services
960
### Web services
961
961
962
- [[19353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19353) Make possible to have custom XSL template for marcxml and marc21 metadata prefixes in OAI server
962
- [[19353]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19353) Make possible to have custom XSL template for marcxml and marc21 metadata prefixes in OAI server
963
- [[25460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25460) Allow using item information in OAI set mappings and automatically update sets when items are added, edited or deleted
963
- [[25460]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25460) Allow using item information in OAI set mappings and automatically update sets when items are added, edited or deleted
964
964
965
  **Sponsored by** *Catalyst*
965
  **Sponsored by** *Catalyst*
966
966
967
  >This allows library staff to use information from items when creating mappings for OAI sets. When the new system preference OAI-PMH:AutoUpdateSetsEmbedItemData is set, editing, deleting or adding items will update records listed in the OAI sets according to the mapppings.
967
  >This allows library staff to use information from items when creating mappings for OAI sets. When the new system preference OAI-PMH:AutoUpdateSetsEmbedItemData is set, editing, deleting or adding items will update records listed in the OAI sets according to the mapppings.
968
- [[25650]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25650) Add location and itype descriptions in ILS-DI GetRecords
968
- [[25650]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25650) Add location and itype descriptions in ILS-DI GetRecords
969
969
970
970
971
## Critical bugs fixed
971
## Critical bugs fixed
Lines 975-1014 have already been fixed in maintainance releases) Link Here
975
975
976
### Acquisitions
976
### Acquisitions
977
977
978
- [[14543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14543) Order lines updated that have a tax rate not in gist will have tax rate set to 0!
978
- [[14543]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14543) Order lines updated that have a tax rate not in gist will have tax rate set to 0!
979
- [[18267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18267) Update price and tax fields in EDI to reflect DB changes
979
- [[18267]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18267) Update price and tax fields in EDI to reflect DB changes
980
- [[25677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25677) Checkbox options for EDI accounts cannot be enabled
980
- [[25677]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25677) Checkbox options for EDI accounts cannot be enabled
981
- [[25750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25750) Fallback to ecost_tax_included, ecost_tax_excluded not happening when no 'Actual cost' entered
981
- [[25750]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25750) Fallback to ecost_tax_included, ecost_tax_excluded not happening when no 'Actual cost' entered
982
982
983
  **Sponsored by** *Horowhenua District Council*
983
  **Sponsored by** *Horowhenua District Council*
984
- [[26082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26082) Follow up to bug 23463 - need to call Koha::Item store to get itemnumber
984
- [[26082]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26082) Follow up to bug 23463 - need to call Koha::Item store to get itemnumber
985
- [[26134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26134) Error when adding to basket from new/staged file when using MARCItemFieldsToOrder
985
- [[26134]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26134) Error when adding to basket from new/staged file when using MARCItemFieldsToOrder
986
- [[26438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26438) Follow up to bug 23463 - return from Koha::Item overwrites existing variable
986
- [[26438]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26438) Follow up to bug 23463 - return from Koha::Item overwrites existing variable
987
- [[26496]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26496) Budget plan save button doesn't save plans
987
- [[26496]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26496) Budget plan save button doesn't save plans
988
- [[26738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26738) Unable to change manager of purchase suggestion
988
- [[26738]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26738) Unable to change manager of purchase suggestion
989
- [[26908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26908) EDI vendor accounts edit no longer allows plugins to be selected for an account
989
- [[26908]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26908) EDI vendor accounts edit no longer allows plugins to be selected for an account
990
- [[27082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27082) Problem when a basket has more of 20 orders with uncertain price
990
- [[27082]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27082) Problem when a basket has more of 20 orders with uncertain price
991
991
992
### Architecture, internals, and plumbing
992
### Architecture, internals, and plumbing
993
993
994
- [[23634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23634) Privilege escalation vulnerability for staff users with 'edit_borrowers' permission and 'OpacResetPassword' enabled
994
- [[23634]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23634) Privilege escalation vulnerability for staff users with 'edit_borrowers' permission and 'OpacResetPassword' enabled
995
- [[24663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24663) OPACPublic must be tested for all opac scripts
995
- [[24663]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24663) OPACPublic must be tested for all opac scripts
996
- [[24986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24986) Maximum row size reached soon for borrowers and deletedborrowers
996
- [[24986]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24986) Maximum row size reached soon for borrowers and deletedborrowers
997
- [[25504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504) Wrong API spec breaks plack without meaningful error
997
- [[25504]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25504) Wrong API spec breaks plack without meaningful error
998
- [[25634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25634) koha-foreach exits too early if any command has non-zero status
998
- [[25634]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25634) koha-foreach exits too early if any command has non-zero status
999
- [[25707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25707) Mappings update in bug 11529 causes incorrect MARC to DB data flow
999
- [[25707]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25707) Mappings update in bug 11529 causes incorrect MARC to DB data flow
1000
- [[25898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898) Prohibit indirect object notation
1000
- [[25898]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898) Prohibit indirect object notation
1001
- [[25909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25909) Recent change to datatables JS in the OPAC causes errors
1001
- [[25909]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25909) Recent change to datatables JS in the OPAC causes errors
1002
- [[25964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25964) Data loss possible when items are modified
1002
- [[25964]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25964) Data loss possible when items are modified
1003
- [[26253]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26253) duplicated mana_config in etc/koha-conf.xml
1003
- [[26253]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26253) duplicated mana_config in etc/koha-conf.xml
1004
- [[26322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26322) REST API plugin authorization is not checked anymore
1004
- [[26322]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26322) REST API plugin authorization is not checked anymore
1005
- [[26341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26341) Database update for bug 21443 is not idempotent and will destroy settings
1005
- [[26341]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26341) Database update for bug 21443 is not idempotent and will destroy settings
1006
- [[26434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26434) Plugin dirs duplicates in @INC with plack
1006
- [[26434]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26434) Plugin dirs duplicates in @INC with plack
1007
- [[26470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26470) itemnumber not available for plugin hook
1007
- [[26470]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26470) itemnumber not available for plugin hook
1008
- [[26562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26562) Searches are shared between sessions
1008
- [[26562]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26562) Searches are shared between sessions
1009
- [[26639]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26639) Turn auto_savepoint ON
1009
- [[26639]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26639) Turn auto_savepoint ON
1010
- [[26911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26911) Update for 18936 can cause data loss if constraints are violated
1010
- [[26911]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26911) Update for 18936 can cause data loss if constraints are violated
1011
- [[26963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26963) Improve Koha::Item::pickup_locations performance
1011
- [[26963]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26963) Improve Koha::Item::pickup_locations performance
1012
1012
1013
  >Koha::Item::pickup_locations is very inefficient, causing timeouts on records with large numbers of holds/items.
1013
  >Koha::Item::pickup_locations is very inefficient, causing timeouts on records with large numbers of holds/items.
1014
  >
1014
  >
Lines 1016-1234 have already been fixed in maintainance releases) Link Here
1016
1016
1017
### Cataloging
1017
### Cataloging
1018
1018
1019
- [[18051]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18051) Advanced Editor - Rancor - encoding issues with some sources
1019
- [[18051]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18051) Advanced Editor - Rancor - encoding issues with some sources
1020
- [[26083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26083) Item editor defaults to lost
1020
- [[26083]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26083) Item editor defaults to lost
1021
- [[26518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26518) Adding a record can succeed even if adding the biblioitem fails
1021
- [[26518]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26518) Adding a record can succeed even if adding the biblioitem fails
1022
- [[26750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26750) Deleted items are not removed from index
1022
- [[26750]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26750) Deleted items are not removed from index
1023
- [[27012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27012) Merging records with holds causes SQL error
1023
- [[27012]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27012) Merging records with holds causes SQL error
1024
1024
1025
### Circulation
1025
### Circulation
1026
1026
1027
- [[18501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18501) Automatic refunds need protection from failure
1027
- [[18501]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18501) Automatic refunds need protection from failure
1028
- [[25566]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25566) Change in DecreaseLoanHighHolds behaviour
1028
- [[25566]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25566) Change in DecreaseLoanHighHolds behaviour
1029
- [[25726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25726) Holds to Pull made empty by pathological holds
1029
- [[25726]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25726) Holds to Pull made empty by pathological holds
1030
- [[25758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25758) Items scheduled for automatic renewal do not show that they will not renew due to a hold
1030
- [[25758]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25758) Items scheduled for automatic renewal do not show that they will not renew due to a hold
1031
1031
1032
  >Bug 19014 prioritized the 'too soon' message for renewals to prevent sending too many notifications. When displaying information about the hold elsewhere it is desired to see the 'on hold' status even when the renewal is too soon.
1032
  >Bug 19014 prioritized the 'too soon' message for renewals to prevent sending too many notifications. When displaying information about the hold elsewhere it is desired to see the 'on hold' status even when the renewal is too soon.
1033
  >
1033
  >
1034
  >This patch add a switch to the CanBookBeRenewed routine to decide which status has priority (i.e. whether we are checking from the renewal cron or elsewhere)
1034
  >This patch add a switch to the CanBookBeRenewed routine to decide which status has priority (i.e. whether we are checking from the renewal cron or elsewhere)
1035
- [[25783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25783) Holds Queue treating item-level holds as bib-level
1035
- [[25783]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25783) Holds Queue treating item-level holds as bib-level
1036
- [[25850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850) CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday
1036
- [[25850]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850) CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday
1037
- [[25851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25851) 19.11 upgrade creates holdallowed rule with empty value
1037
- [[25851]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25851) 19.11 upgrade creates holdallowed rule with empty value
1038
- [[25969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25969) Checking in a found hold at a different branch then confirming the hold causes internal server error
1038
- [[25969]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25969) Checking in a found hold at a different branch then confirming the hold causes internal server error
1039
- [[26078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26078) "Item returns to issuing library" creates infinite transfer loop
1039
- [[26078]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26078) "Item returns to issuing library" creates infinite transfer loop
1040
- [[26108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26108) Checkins should not require item to have been checked out
1040
- [[26108]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26108) Checkins should not require item to have been checked out
1041
- [[26232]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26232) undefined fine grace period kills koha
1041
- [[26232]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26232) undefined fine grace period kills koha
1042
- [[26510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26510) Transport Cost Matrix editor doesn't show all data when HoldsQueueSkipClosed is enabled
1042
- [[26510]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26510) Transport Cost Matrix editor doesn't show all data when HoldsQueueSkipClosed is enabled
1043
- [[26529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26529) Holds rules enforced incorrectly when not set at library level
1043
- [[26529]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26529) Holds rules enforced incorrectly when not set at library level
1044
1044
1045
### Command-line Utilities
1045
### Command-line Utilities
1046
1046
1047
- [[25538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25538) koha-shell should pass --login to sudo if no command
1047
- [[25538]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25538) koha-shell should pass --login to sudo if no command
1048
- [[25683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25683) update_patron_categories.pl should recognize no fine history = 0 outstanding fines
1048
- [[25683]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25683) update_patron_categories.pl should recognize no fine history = 0 outstanding fines
1049
- [[25752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25752) Current directory not kept when using koha-shell
1049
- [[25752]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25752) Current directory not kept when using koha-shell
1050
1050
1051
### Course reserves
1051
### Course reserves
1052
1052
1053
- [[26819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26819) Error when adding items to course reserves - can't view items in the staff interface
1053
- [[26819]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26819) Error when adding items to course reserves - can't view items in the staff interface
1054
1054
1055
  >This fixes an error introduced during the 20.11 development cycle with course reserves. After adding an item you could not list the items for a course in the staff interface (an error page was generated), and you could not add additional items.
1055
  >This fixes an error introduced during the 20.11 development cycle with course reserves. After adding an item you could not list the items for a course in the staff interface (an error page was generated), and you could not add additional items.
1056
1056
1057
### Database
1057
### Database
1058
1058
1059
- [[18050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18050) Missing constraint on aqbudgets.budget_period_id in aqbudgets
1059
- [[18050]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18050) Missing constraint on aqbudgets.budget_period_id in aqbudgets
1060
- [[24379]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379) Patron login attempts happen to be NULL instead of 0
1060
- [[24379]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379) Patron login attempts happen to be NULL instead of 0
1061
- [[25826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25826) Hiding biblionumber in the frameworks breaks links in result list
1061
- [[25826]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25826) Hiding biblionumber in the frameworks breaks links in result list
1062
1062
1063
### Fines and fees
1063
### Fines and fees
1064
1064
1065
- [[25526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25526) Using Write Off Selected will not allow for a different amount to be written off
1065
- [[25526]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25526) Using Write Off Selected will not allow for a different amount to be written off
1066
- [[26023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26023) Incorrect permissions handling for cashup actions on the library level registers summary page
1066
- [[26023]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26023) Incorrect permissions handling for cashup actions on the library level registers summary page
1067
- [[26536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26536) "Writeoff/Pay selected" deducts from old unpaid debts first
1067
- [[26536]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26536) "Writeoff/Pay selected" deducts from old unpaid debts first
1068
- [[26915]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26915) Koha explodes when writing off a fee with FinePaymentAutoPopup
1068
- [[26915]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26915) Koha explodes when writing off a fee with FinePaymentAutoPopup
1069
- [[27079]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27079) UpdateFine adds refunds for fines paid off before return
1069
- [[27079]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27079) UpdateFine adds refunds for fines paid off before return
1070
1070
1071
### Hold requests
1071
### Hold requests
1072
1072
1073
- [[18958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18958) If patron has multiple record level holds on one record transferring first hold causes next hold to become item level
1073
- [[18958]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18958) If patron has multiple record level holds on one record transferring first hold causes next hold to become item level
1074
- [[24598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24598) Hold not reset properly if checked out to another patron
1074
- [[24598]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24598) Hold not reset properly if checked out to another patron
1075
- [[24683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24683) Holds on biblios with different item types: rules for holds allowed are not applied correctly if any item type is available
1075
- [[24683]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24683) Holds on biblios with different item types: rules for holds allowed are not applied correctly if any item type is available
1076
- [[25786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25786) Holds Queue building may target the wrong item for item level requests that match holds queue priority
1076
- [[25786]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25786) Holds Queue building may target the wrong item for item level requests that match holds queue priority
1077
- [[26429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26429) If a waiting hold has expired the expiration date on the holds page shows for tomorrow
1077
- [[26429]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26429) If a waiting hold has expired the expiration date on the holds page shows for tomorrow
1078
- [[26900]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26900) Fixes Koka::Libraries typo in C4/Reserves.pm
1078
- [[26900]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26900) Fixes Koka::Libraries typo in C4/Reserves.pm
1079
- [[26990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26990) No feedback if holds override is disabled and hold fails
1079
- [[26990]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26990) No feedback if holds override is disabled and hold fails
1080
1080
1081
### I18N/L10N
1081
### I18N/L10N
1082
1082
1083
- [[26158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26158) Z3950 search button broken for translations
1083
- [[26158]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26158) Z3950 search button broken for translations
1084
1084
1085
### ILL
1085
### ILL
1086
1086
1087
- [[26114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114) ILL should mark status=RET only if a return happened
1087
- [[26114]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114) ILL should mark status=RET only if a return happened
1088
1088
1089
### Installation and upgrade (command-line installer)
1089
### Installation and upgrade (command-line installer)
1090
1090
1091
- [[26265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26265) Makefile.PL is missing pos directory
1091
- [[26265]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26265) Makefile.PL is missing pos directory
1092
1092
1093
### Label/patron card printing
1093
### Label/patron card printing
1094
1094
1095
- [[25852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25852) If a layout is edited, the layout type will revert to barcode
1095
- [[25852]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25852) If a layout is edited, the layout type will revert to barcode
1096
1096
1097
### MARC Authority data support
1097
### MARC Authority data support
1098
1098
1099
- [[25273]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25273) Elasticsearch Authority matching is returning too many results
1099
- [[25273]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25273) Elasticsearch Authority matching is returning too many results
1100
- [[25653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25653) Authorities search does not retain selection
1100
- [[25653]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25653) Authorities search does not retain selection
1101
1101
1102
### MARC Bibliographic record staging/import
1102
### MARC Bibliographic record staging/import
1103
1103
1104
- [[26231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26231) bulkmarcimport.pl does not import authority if it already has a 001 field
1104
- [[26231]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26231) bulkmarcimport.pl does not import authority if it already has a 001 field
1105
- [[26853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26853) Data lost due to "Data too long for column" errors during MARC import
1105
- [[26853]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26853) Data lost due to "Data too long for column" errors during MARC import
1106
- [[26854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26854) stage-marc-import.pl does not properly fork
1106
- [[26854]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26854) stage-marc-import.pl does not properly fork
1107
1107
1108
### Notices
1108
### Notices
1109
1109
1110
- [[26420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26420) Overdue notices script does not care about borrower's language, always takes default template
1110
- [[26420]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26420) Overdue notices script does not care about borrower's language, always takes default template
1111
- [[27103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27103) Adding a hold cancellation reason should not always send a notice
1111
- [[27103]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27103) Adding a hold cancellation reason should not always send a notice
1112
1112
1113
### OPAC
1113
### OPAC
1114
1114
1115
- [[17842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17842) Broken diacritics on records exported as MARC from cart
1115
- [[17842]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17842) Broken diacritics on records exported as MARC from cart
1116
- [[22672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22672) Replace `i` tags with `em` AND `b` tags with `strong` in the OPAC
1116
- [[22672]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22672) Replace `i` tags with `em` AND `b` tags with `strong` in the OPAC
1117
- [[25492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25492) Your Account Menu button does nothing on mobile devices
1117
- [[25492]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25492) Your Account Menu button does nothing on mobile devices
1118
- [[25769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25769) Patron self modification triggers change request for date of birth to null
1118
- [[25769]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25769) Patron self modification triggers change request for date of birth to null
1119
- [[26005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26005) OPAC cart display fails with error
1119
- [[26005]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26005) OPAC cart display fails with error
1120
1120
1121
  >This fixes a problem with the OPAC cart - it should now work correctly when opened, instead of generating an error message.
1121
  >This fixes a problem with the OPAC cart - it should now work correctly when opened, instead of generating an error message.
1122
- [[26037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26037) openlibrary.org is hit on every Koha requests
1122
- [[26037]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26037) openlibrary.org is hit on every Koha requests
1123
- [[26069]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26069) Twitter share button leaks information to Twitter
1123
- [[26069]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26069) Twitter share button leaks information to Twitter
1124
- [[26505]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26505) Suspend hold modal broken in the OPAC
1124
- [[26505]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26505) Suspend hold modal broken in the OPAC
1125
- [[26735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26735) Overdrive login modal broken in the OPAC
1125
- [[26735]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26735) Overdrive login modal broken in the OPAC
1126
- [[26752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26752) OPAC list download button broken by Bootstrap 4 upgrade
1126
- [[26752]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26752) OPAC list download button broken by Bootstrap 4 upgrade
1127
- [[26973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26973) extendedPatronAttributes not showing during selfregistration
1127
- [[26973]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26973) extendedPatronAttributes not showing during selfregistration
1128
1128
1129
### Packaging
1129
### Packaging
1130
1130
1131
- [[25591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25591) Update list-deps for Debian 10 and Ubuntu 20.04
1131
- [[25591]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25591) Update list-deps for Debian 10 and Ubuntu 20.04
1132
- [[25633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25633) Update debian/control.ini file for 20.05 release cycle
1132
- [[25633]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25633) Update debian/control.ini file for 20.05 release cycle
1133
- [[25693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25693) Correct permissions must be set on logdir after an upgrade
1133
- [[25693]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25693) Correct permissions must be set on logdir after an upgrade
1134
- [[25792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25792) Rename 'ttf-dejavu' package to 'fonts-dejavu' for Debian 11
1134
- [[25792]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25792) Rename 'ttf-dejavu' package to 'fonts-dejavu' for Debian 11
1135
- [[25920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920) Add liblocale-codes-perl package to fix ubuntu-stable (focal)
1135
- [[25920]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920) Add liblocale-codes-perl package to fix ubuntu-stable (focal)
1136
1136
1137
### Patrons
1137
### Patrons
1138
1138
1139
- [[25322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25322) Adding a guarantor with no relationship defaults to first available relationship name
1139
- [[25322]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25322) Adding a guarantor with no relationship defaults to first available relationship name
1140
- [[25858]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25858) Borrower permissions are broken by update from bug 22868
1140
- [[25858]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25858) Borrower permissions are broken by update from bug 22868
1141
- [[26285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26285) Use country code + number (E.164) validation for SMS numbers
1141
- [[26285]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26285) Use country code + number (E.164) validation for SMS numbers
1142
- [[26556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26556) Cities autocomplete broken in patron edition
1142
- [[26556]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26556) Cities autocomplete broken in patron edition
1143
1143
1144
### Plugin architecture
1144
### Plugin architecture
1145
1145
1146
- [[25549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25549) Broken plugins should not break Koha (Install plugin script/method should highlight broken plugins)
1146
- [[25549]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25549) Broken plugins should not break Koha (Install plugin script/method should highlight broken plugins)
1147
- [[26138]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26138) Errors if enable_plugins is zero
1147
- [[26138]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26138) Errors if enable_plugins is zero
1148
- [[26751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26751) Fatal exception if only one repo defined
1148
- [[26751]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26751) Fatal exception if only one repo defined
1149
1149
1150
### REST API
1150
### REST API
1151
1151
1152
- [[23653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653) Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing
1152
- [[23653]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653) Plack fails when https://swagger.io/v2/schema.json is unavailable and schema cache missing
1153
- [[24003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24003) REST API should set C4::Context->userenv
1153
- [[24003]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24003) REST API should set C4::Context->userenv
1154
- [[25774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25774) REST API searches don't handle correctly utf8 characters
1154
- [[25774]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25774) REST API searches don't handle correctly utf8 characters
1155
- [[25944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944) Bug in ill_requests patch schema
1155
- [[25944]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944) Bug in ill_requests patch schema
1156
- [[26143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26143) The API does not handle requesting all resources
1156
- [[26143]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26143) The API does not handle requesting all resources
1157
1157
1158
### Reports
1158
### Reports
1159
1159
1160
- [[25942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25942) Batch biblio and borrower operations on report results should not concatenate biblio/cardnumbers into a single string
1160
- [[25942]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25942) Batch biblio and borrower operations on report results should not concatenate biblio/cardnumbers into a single string
1161
- [[26090]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26090) Catalog by itemtype report fails if SQL strict mode is on
1161
- [[26090]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26090) Catalog by itemtype report fails if SQL strict mode is on
1162
1162
1163
### SIP2
1163
### SIP2
1164
1164
1165
- [[25761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25761) Implementation of too_many_overdue has unintended consequences
1165
- [[25761]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25761) Implementation of too_many_overdue has unintended consequences
1166
1166
1167
  >This bugfix allows the circulation rules that prevent checkouts if a user has reached a maximum number of overdue to be overridden at the SIP login level.
1167
  >This bugfix allows the circulation rules that prevent checkouts if a user has reached a maximum number of overdue to be overridden at the SIP login level.
1168
  >
1168
  >
1169
  >This is especially useful for ebook lending services where you may want this block to be disabled. 
1169
  >This is especially useful for ebook lending services where you may want this block to be disabled. 
1170
  >
1170
  >
1171
  >***New SIP config option***: `overdues_block_checkout` defaults to `1`
1171
  >***New SIP config option***: `overdues_block_checkout` defaults to `1`
1172
- [[25992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25992) SIP2 server doesn't start - Undefined subroutine set_logger
1172
- [[25992]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25992) SIP2 server doesn't start - Undefined subroutine set_logger
1173
- [[26896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26896) SIP option holds_block_checkin does not actually block checkin of items on hold
1173
- [[26896]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26896) SIP option holds_block_checkin does not actually block checkin of items on hold
1174
1174
1175
### Searching
1175
### Searching
1176
1176
1177
- [[7607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7607) Advanced search: Index and search term don't match when leaving fields empty
1177
- [[7607]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7607) Advanced search: Index and search term don't match when leaving fields empty
1178
1178
1179
### Searching - Elasticsearch
1179
### Searching - Elasticsearch
1180
1180
1181
- [[23828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23828) Elasticsearch - ES - Authority record results not ordered correctly
1181
- [[23828]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23828) Elasticsearch - ES - Authority record results not ordered correctly
1182
- [[25265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25265) Elasticsearch - Batch editing items on a biblio can lead to incorrect index
1182
- [[25265]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25265) Elasticsearch - Batch editing items on a biblio can lead to incorrect index
1183
- [[25864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25864) Case sensitivity breaks searching of some fields in ES5
1183
- [[25864]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25864) Case sensitivity breaks searching of some fields in ES5
1184
- [[25882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25882) Elasticsearch - Advanced search itemtype limits are being double quoted
1184
- [[25882]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25882) Elasticsearch - Advanced search itemtype limits are being double quoted
1185
- [[26309]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26309) Elasticsearch cxn_pool must be configurable (again)
1185
- [[26309]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26309) Elasticsearch cxn_pool must be configurable (again)
1186
- [[26507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26507) New items not indexed
1186
- [[26507]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26507) New items not indexed
1187
- [[26903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26903) Authority records not being indexed in Elasticsearch
1187
- [[26903]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26903) Authority records not being indexed in Elasticsearch
1188
- [[27070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27070) Elasticsearch - with Elasticsearch 6 searches failing unless all terms are in the same field
1188
- [[27070]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27070) Elasticsearch - with Elasticsearch 6 searches failing unless all terms are in the same field
1189
1189
1190
### Searching - Zebra
1190
### Searching - Zebra
1191
1191
1192
- [[23086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086) Search for collection is broken
1192
- [[23086]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086) Search for collection is broken
1193
- [[26581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26581) Elasticsearch - Records can be indexed multiple times during returns
1193
- [[26581]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26581) Elasticsearch - Records can be indexed multiple times during returns
1194
1194
1195
### Serials
1195
### Serials
1196
1196
1197
- [[26604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26604) "Generate next" button gives error on serials-collection.pl
1197
- [[26604]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26604) "Generate next" button gives error on serials-collection.pl
1198
- [[26987]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26987) No property notforloan for Koha::Serial::Item
1198
- [[26987]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26987) No property notforloan for Koha::Serial::Item
1199
- [[26992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26992) On serial collection page, impossible to delete issues and related items
1199
- [[26992]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26992) On serial collection page, impossible to delete issues and related items
1200
1200
1201
### Staff Client
1201
### Staff Client
1202
1202
1203
- [[23432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23432) Stock rotation: cancelled transfer result in stockrotation failures
1203
- [[23432]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23432) Stock rotation: cancelled transfer result in stockrotation failures
1204
1204
1205
### System Administration
1205
### System Administration
1206
1206
1207
- [[25651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25651) Modifying an authorised value make it disappear
1207
- [[25651]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25651) Modifying an authorised value make it disappear
1208
- [[26948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26948) Some Koha Emails are double encoded (HOLD, ODUE, ...)
1208
- [[26948]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26948) Some Koha Emails are double encoded (HOLD, ODUE, ...)
1209
1209
1210
### Templates
1210
### Templates
1211
1211
1212
- [[25839]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25839) Typo patron.streetype in member-main-address-style.inc
1212
- [[25839]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25839) Typo patron.streetype in member-main-address-style.inc
1213
- [[25842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25842) Typo "streetype" in member-main-address-style.inc
1213
- [[25842]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25842) Typo "streetype" in member-main-address-style.inc
1214
1214
1215
### Test Suite
1215
### Test Suite
1216
1216
1217
- [[26031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26031) www/search_utf8.t is failing randomly and must be removed/replaced
1217
- [[26031]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26031) www/search_utf8.t is failing randomly and must be removed/replaced
1218
- [[26033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26033) framapic is closing
1218
- [[26033]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26033) framapic is closing
1219
- [[26250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26250) Test suite does not pass if Elastic is used as search engine
1219
- [[26250]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26250) Test suite does not pass if Elastic is used as search engine
1220
1220
1221
### Tools
1221
### Tools
1222
1222
1223
- [[15032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032) [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected
1223
- [[15032]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032) [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected
1224
- [[25557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25557) Column config table in acquisitions order does not match the acq table in baskets
1224
- [[25557]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25557) Column config table in acquisitions order does not match the acq table in baskets
1225
- [[26516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26516) Importing records with unexpected format of copyrightdate fails
1225
- [[26516]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26516) Importing records with unexpected format of copyrightdate fails
1226
- [[26557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26557) Batch import fails when incoming records contain itemnumber
1226
- [[26557]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26557) Batch import fails when incoming records contain itemnumber
1227
- [[26592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26592) XSS vulnerability when ysearch is used
1227
- [[26592]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26592) XSS vulnerability when ysearch is used
1228
1228
1229
### Z39.50 / SRU / OpenSearch Servers
1229
### Z39.50 / SRU / OpenSearch Servers
1230
1230
1231
- [[23542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23542) SRU import encoding issue
1231
- [[23542]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23542) SRU import encoding issue
1232
1232
1233
1233
1234
## Other bugs fixed
1234
## Other bugs fixed
Lines 1238-1653 have already been fixed in maintainance releases) Link Here
1238
1238
1239
### About
1239
### About
1240
1240
1241
- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
1241
- [[7143]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
1242
- [[25642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25642) Technical notes are missing from the release (20.05)
1242
- [[25642]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25642) Technical notes are missing from the release (20.05)
1243
- [[27108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27108) Update team for 21.05 cycle
1243
- [[27108]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27108) Update team for 21.05 cycle
1244
1244
1245
### Acquisitions
1245
### Acquisitions
1246
1246
1247
- [[6819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6819) Don't offer cancel order links for received order lines on basket summary
1247
- [[6819]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6819) Don't offer cancel order links for received order lines on basket summary
1248
- [[10921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10921) You can edit an order even when it is in a closed basket
1248
- [[10921]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10921) You can edit an order even when it is in a closed basket
1249
- [[11176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11176) Purchase suggestions should respect the 'active' switch on budgets
1249
- [[11176]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11176) Purchase suggestions should respect the 'active' switch on budgets
1250
- [[17458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17458) When receiving an order, information about user and date on top are incorrect
1250
- [[17458]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17458) When receiving an order, information about user and date on top are incorrect
1251
- [[21268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21268) Can't add to basket from staged file if base-level allocated is zero
1251
- [[21268]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21268) Can't add to basket from staged file if base-level allocated is zero
1252
- [[21811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21811) Add warning when order receive form is saved without entering 'quantity received'
1252
- [[21811]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21811) Add warning when order receive form is saved without entering 'quantity received'
1253
- [[25266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25266) Not all vendors are listed in the filters on the late order claims page
1253
- [[25266]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25266) Not all vendors are listed in the filters on the late order claims page
1254
- [[25499]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25499) Fund code column is empty when closing a budget
1254
- [[25499]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25499) Fund code column is empty when closing a budget
1255
- [[25507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25507) PDF order print for German 2-pages is broken
1255
- [[25507]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25507) PDF order print for German 2-pages is broken
1256
- [[25545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25545) Invoice page - Adjustments are not included in the Total + adjustments + shipment cost (Column tax. inc.)
1256
- [[25545]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25545) Invoice page - Adjustments are not included in the Total + adjustments + shipment cost (Column tax. inc.)
1257
- [[25599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25599) Allow use of cataloguing placeholders when ACQ framework is used creating new record (UseACQFrameworkForBiblioRecords)
1257
- [[25599]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25599) Allow use of cataloguing placeholders when ACQ framework is used creating new record (UseACQFrameworkForBiblioRecords)
1258
- [[25611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25611) Changing the vendor when creating the basket does not keep that new vendor
1258
- [[25611]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25611) Changing the vendor when creating the basket does not keep that new vendor
1259
- [[25751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25751) When an ORDERED suggestion is edited, the status resets to "No status"
1259
- [[25751]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25751) When an ORDERED suggestion is edited, the status resets to "No status"
1260
- [[25887]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25887) Filtering funds by library resets to empty in library pull down
1260
- [[25887]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25887) Filtering funds by library resets to empty in library pull down
1261
- [[26190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26190) Cannot close baskets when all lines have been cancelled
1261
- [[26190]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26190) Cannot close baskets when all lines have been cancelled
1262
- [[26497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26497) "Hide all columns" throws Javascript error on aqplan.pl
1262
- [[26497]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26497) "Hide all columns" throws Javascript error on aqplan.pl
1263
1263
1264
### Architecture, internals, and plumbing
1264
### Architecture, internals, and plumbing
1265
1265
1266
- [[21539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21539) addorderiso2709.pl forces librarian to select a ccode and notforloan code when using MarcItemFieldsToOrder
1266
- [[21539]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21539) addorderiso2709.pl forces librarian to select a ccode and notforloan code when using MarcItemFieldsToOrder
1267
- [[25360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25360) Use secure flag for CGISESSID cookie
1267
- [[25360]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25360) Use secure flag for CGISESSID cookie
1268
- [[25875]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25875) Patron displayed multiple times in add user search if they have multiple sub permissions
1268
- [[25875]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25875) Patron displayed multiple times in add user search if they have multiple sub permissions
1269
- [[25950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950) REMOTE_ADDR set to null if client_ip in X-Forwarded-For matches a koha_trusted_proxies value
1269
- [[25950]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950) REMOTE_ADDR set to null if client_ip in X-Forwarded-For matches a koha_trusted_proxies value
1270
- [[26228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26228) Update gulpfile to work with Node.js v12
1270
- [[26228]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26228) Update gulpfile to work with Node.js v12
1271
- [[26239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26239) Number::Format issues with large negative numbers
1271
- [[26239]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26239) Number::Format issues with large negative numbers
1272
- [[26260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26260) elasticsearch>cnx_pool missing in koha-conf-site.xml.in
1272
- [[26260]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26260) elasticsearch>cnx_pool missing in koha-conf-site.xml.in
1273
- [[26270]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26270) XISBN.t is failing since today
1273
- [[26270]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26270) XISBN.t is failing since today
1274
- [[26331]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26331) svc/letters/preview is not executable which prevents CGI functioning
1274
- [[26331]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26331) svc/letters/preview is not executable which prevents CGI functioning
1275
- [[26384]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26384) Missing test to catch for execution flags
1275
- [[26384]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26384) Missing test to catch for execution flags
1276
- [[26464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26464) Code correction in opac-main when news_id passed
1276
- [[26464]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26464) Code correction in opac-main when news_id passed
1277
- [[26569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569) Use gender-neutral pronouns in systempreference explanation field in DB
1277
- [[26569]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569) Use gender-neutral pronouns in systempreference explanation field in DB
1278
- [[26638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26638) System preference ArticleRequestsMandatoryFieldsItemsOnly is unused
1278
- [[26638]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26638) System preference ArticleRequestsMandatoryFieldsItemsOnly is unused
1279
- [[26673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26673) Remove Perl shebangs from Perl modules
1279
- [[26673]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26673) Remove Perl shebangs from Perl modules
1280
- [[26721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26721) Debit and credit type pages should check for the specific permission
1280
- [[26721]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26721) Debit and credit type pages should check for the specific permission
1281
- [[26904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26904) OPAC password recovery allows regexp in email
1281
- [[26904]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26904) OPAC password recovery allows regexp in email
1282
- [[27021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27021) Chaining on Koha::Objects->empty should always return an empty resultset
1282
- [[27021]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27021) Chaining on Koha::Objects->empty should always return an empty resultset
1283
- [[27072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27072) Don't process staff interface CSS with rtlcss
1283
- [[27072]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27072) Don't process staff interface CSS with rtlcss
1284
- [[27092]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27092) Remove note about "synced mirror" from the README.md
1284
- [[27092]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27092) Remove note about "synced mirror" from the README.md
1285
1285
1286
### Authentication
1286
### Authentication
1287
1287
1288
- [[26191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26191) Relocate track_login call in Auth.pm (see 22543)
1288
- [[26191]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26191) Relocate track_login call in Auth.pm (see 22543)
1289
1289
1290
### Cataloging
1290
### Cataloging
1291
1291
1292
- [[11460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11460) Correction to default itemcallnumber system preference in UNIMARC
1292
- [[11460]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11460) Correction to default itemcallnumber system preference in UNIMARC
1293
- [[17515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17515) Advanced Editor - Rancor - Z39 sources not sorted properly
1293
- [[17515]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17515) Advanced Editor - Rancor - Z39 sources not sorted properly
1294
- [[19322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19322) Typo in UNIMARC field 140 plugin
1294
- [[19322]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19322) Typo in UNIMARC field 140 plugin
1295
- [[19327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19327) Typo in UNIMARC field 128a plugin
1295
- [[19327]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19327) Typo in UNIMARC field 128a plugin
1296
- [[24780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24780) 952$i stocknumber does not display in batch item modification
1296
- [[24780]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24780) 952$i stocknumber does not display in batch item modification
1297
- [[25189]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25189) AutoCreateAuthorities can repeatedly generate authority records when using Default linker
1297
- [[25189]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25189) AutoCreateAuthorities can repeatedly generate authority records when using Default linker
1298
- [[25353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25353) Correct eslint errors in additems.js
1298
- [[25353]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25353) Correct eslint errors in additems.js
1299
- [[25553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25553) Edit item date sort does not sort correctly
1299
- [[25553]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25553) Edit item date sort does not sort correctly
1300
- [[26139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26139) 'Place hold' button isn't hidden in all detail views if there are no items available for loan
1300
- [[26139]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26139) 'Place hold' button isn't hidden in all detail views if there are no items available for loan
1301
- [[26289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26289) Deleting biblio in labeled MARC view doesn't work
1301
- [[26289]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26289) Deleting biblio in labeled MARC view doesn't work
1302
- [[26330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26330) jQueryUI tabs don't work with non-Latin-1 characters
1302
- [[26330]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26330) jQueryUI tabs don't work with non-Latin-1 characters
1303
- [[26605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26605) Correctly URI-encode query string in call number browse plugin
1303
- [[26605]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26605) Correctly URI-encode query string in call number browse plugin
1304
- [[26613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26613) In the unimarc_framework.sql file in the it-IT translation there are wrong value fields for 995 r record
1304
- [[26613]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26613) In the unimarc_framework.sql file in the it-IT translation there are wrong value fields for 995 r record
1305
1305
1306
### Circulation
1306
### Circulation
1307
1307
1308
- [[23695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23695) Items holdingbranch should be set to the originating library when generating a manual transfer
1308
- [[23695]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23695) Items holdingbranch should be set to the originating library when generating a manual transfer
1309
- [[24279]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24279) Claims Returned does not work when set from moredetail.pl or additem.pl
1309
- [[24279]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24279) Claims Returned does not work when set from moredetail.pl or additem.pl
1310
- [[25293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25293) Don't call escapeHtml on null
1310
- [[25293]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25293) Don't call escapeHtml on null
1311
- [[25440]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25440) Remove undef and CGI warnings and fix template variables list in circulation rules
1311
- [[25440]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25440) Remove undef and CGI warnings and fix template variables list in circulation rules
1312
- [[25584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25584) When a 'return claim' is added, the button disappears, but the claim date doesn't show up
1312
- [[25584]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25584) When a 'return claim' is added, the button disappears, but the claim date doesn't show up
1313
- [[25587]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25587) JavaScript issue - "clear" button doesn't reset some dropdowns
1313
- [[25587]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25587) JavaScript issue - "clear" button doesn't reset some dropdowns
1314
- [[25658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25658) Print icon sometimes obscures patron barcode
1314
- [[25658]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25658) Print icon sometimes obscures patron barcode
1315
- [[25724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25724) Transferred item checked in to shelving cart has cart location removed when transfer is filled
1315
- [[25724]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25724) Transferred item checked in to shelving cart has cart location removed when transfer is filled
1316
- [[25807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25807) Version 3.008 of Template breaks smart-rules display
1316
- [[25807]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25807) Version 3.008 of Template breaks smart-rules display
1317
- [[25868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25868) Transfers page must show effective itemtype
1317
- [[25868]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25868) Transfers page must show effective itemtype
1318
- [[25890]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25890) Checkouts table not sorting on check out date correctly
1318
- [[25890]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25890) Checkouts table not sorting on check out date correctly
1319
- [[25940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940) Two separate print dialogs when checking in/transferring an item
1319
- [[25940]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940) Two separate print dialogs when checking in/transferring an item
1320
- [[25958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25958) Allow LongOverdue cron to exclude specified lost values
1320
- [[25958]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25958) Allow LongOverdue cron to exclude specified lost values
1321
- [[26012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26012) Date in 'Paid for' information not formatted to Time/DateFormat system preferences
1321
- [[26012]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26012) Date in 'Paid for' information not formatted to Time/DateFormat system preferences
1322
- [[26076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26076) Paying selected accountlines in full may result in the error "You must pay a value less than or equal to $x"
1322
- [[26076]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26076) Paying selected accountlines in full may result in the error "You must pay a value less than or equal to $x"
1323
- [[26136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26136) Prevent double submit of checkin form
1323
- [[26136]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26136) Prevent double submit of checkin form
1324
- [[26224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26224) Prevent double submit of header checkin form
1324
- [[26224]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26224) Prevent double submit of header checkin form
1325
- [[26323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26323) Not_for_loan, damaged, location and ccode values must be retrieved from the correct AV category
1325
- [[26323]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26323) Not_for_loan, damaged, location and ccode values must be retrieved from the correct AV category
1326
- [[26362]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26362) Overdue report shows incorrect branches for patron, holdingbranch, and homebranch
1326
- [[26362]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26362) Overdue report shows incorrect branches for patron, holdingbranch, and homebranch
1327
- [[26583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26583) Unnecessary code in AddIssue
1327
- [[26583]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26583) Unnecessary code in AddIssue
1328
- [[26627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26627) Print and confirming a hold can cause an infinite loop
1328
- [[26627]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26627) Print and confirming a hold can cause an infinite loop
1329
- [[26675]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26675) Typo in line 341 of process_koc.pl
1329
- [[26675]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26675) Typo in line 341 of process_koc.pl
1330
1330
1331
### Command-line Utilities
1331
### Command-line Utilities
1332
1332
1333
- [[22470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22470) Missing the table name on misc/migration_tools/switch_marc21_series_info.pl
1333
- [[22470]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22470) Missing the table name on misc/migration_tools/switch_marc21_series_info.pl
1334
- [[25853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25853) update_patrons_category.pl has incorrect permissions in repo
1334
- [[25853]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25853) update_patrons_category.pl has incorrect permissions in repo
1335
- [[25955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955) compare_es_to_db.pl broken by drop of Catmandu dependency
1335
- [[25955]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955) compare_es_to_db.pl broken by drop of Catmandu dependency
1336
- [[26337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26337) Remove unused authorities script should skip merge
1336
- [[26337]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26337) Remove unused authorities script should skip merge
1337
- [[26407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26407) fix query in 'title exists' in `search_for_data_inconsistencies.pl`
1337
- [[26407]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26407) fix query in 'title exists' in `search_for_data_inconsistencies.pl`
1338
- [[26448]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26448) koha-elasticsearch --commit parameter is not used
1338
- [[26448]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26448) koha-elasticsearch --commit parameter is not used
1339
- [[26601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26601) Add utf8 output to text output of overdue_notices.pl
1339
- [[26601]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26601) Add utf8 output to text output of overdue_notices.pl
1340
1340
1341
  **Sponsored by** *Styrian State Library*
1341
  **Sponsored by** *Styrian State Library*
1342
1342
1343
### Developer documentation
1343
### Developer documentation
1344
1344
1345
- [[26617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26617) Add koha-testing-docker to INSTALL file and correct URL
1345
- [[26617]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26617) Add koha-testing-docker to INSTALL file and correct URL
1346
1346
1347
### Documentation
1347
### Documentation
1348
1348
1349
- [[25576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25576) ILL requests Help does not take you to the correct place in the manual
1349
- [[25576]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25576) ILL requests Help does not take you to the correct place in the manual
1350
- [[25700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700) Recent Kohacons are missing from the timeline
1350
- [[25700]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25700) Recent Kohacons are missing from the timeline
1351
1351
1352
### Fines and fees
1352
### Fines and fees
1353
1353
1354
- [[26161]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26161) Confirm and cancel buttons should be underneath the right hand form on the POS page
1354
- [[26161]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26161) Confirm and cancel buttons should be underneath the right hand form on the POS page
1355
- [[26189]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26189) Table options on points of sale misaligned
1355
- [[26189]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26189) Table options on points of sale misaligned
1356
- [[26541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26541) Apply discount button misleading
1356
- [[26541]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26541) Apply discount button misleading
1357
- [[27044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27044) Deprecate core support for PayPal payments
1357
- [[27044]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27044) Deprecate core support for PayPal payments
1358
1358
1359
### Hold requests
1359
### Hold requests
1360
1360
1361
- [[23485]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23485) Holds to pull (pendingreserves.pl) should list barcodes
1361
- [[23485]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23485) Holds to pull (pendingreserves.pl) should list barcodes
1362
- [[25555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25555) Holds Queue sorts patrons by firstname
1362
- [[25555]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25555) Holds Queue sorts patrons by firstname
1363
- [[25789]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25789) New expiration date on placing a hold in staff interface can be set to a date in the past
1363
- [[25789]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25789) New expiration date on placing a hold in staff interface can be set to a date in the past
1364
1364
1365
  **Sponsored by** *Koha-Suomi Oy*
1365
  **Sponsored by** *Koha-Suomi Oy*
1366
- [[26460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26460) Wrong line ending (semicolon vs comma) in request.tt
1366
- [[26460]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26460) Wrong line ending (semicolon vs comma) in request.tt
1367
- [[26762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26762) OPAC hold template markup error
1367
- [[26762]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26762) OPAC hold template markup error
1368
- [[26988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26988) Defer loading the hold pickup locations until the dropdown is selected
1368
- [[26988]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26988) Defer loading the hold pickup locations until the dropdown is selected
1369
1369
1370
### I18N/L10N
1370
### I18N/L10N
1371
1371
1372
- [[25346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25346) Only show warn about existing directory on installing translations when verbose is used
1372
- [[25346]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25346) Only show warn about existing directory on installing translations when verbose is used
1373
- [[25596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25596) "Overpayment refund" is not translatable
1373
- [[25596]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25596) "Overpayment refund" is not translatable
1374
- [[25626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25626) Translation issues with OPAC problem reports (status and 'sent to')
1374
- [[25626]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25626) Translation issues with OPAC problem reports (status and 'sent to')
1375
- [[26398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26398) Credit and Debit types on creating a manual credits and manual invoices are not translatable
1375
- [[26398]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26398) Credit and Debit types on creating a manual credits and manual invoices are not translatable
1376
- [[26418]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26418) The "description" for REFUND accountlines is not translatable
1376
- [[26418]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26418) The "description" for REFUND accountlines is not translatable
1377
1377
1378
### Installation and upgrade (web-based installer)
1378
### Installation and upgrade (web-based installer)
1379
1379
1380
- [[24972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24972) Remove de-DE installer data
1380
- [[24972]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24972) Remove de-DE installer data
1381
- [[25448]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25448) Update German (de-DE) framework files
1381
- [[25448]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25448) Update German (de-DE) framework files
1382
- [[25491]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25491) Perl warning at the login page of installer
1382
- [[25491]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25491) Perl warning at the login page of installer
1383
- [[25695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25695) Missing logging of $@ in onboarding.pl after eval block
1383
- [[25695]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25695) Missing logging of $@ in onboarding.pl after eval block
1384
- [[26612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26612) Error during web install for it-IT translation
1384
- [[26612]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26612) Error during web install for it-IT translation
1385
1385
1386
### Lists
1386
### Lists
1387
1387
1388
- [[13701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13701) Sharing lists: Text hardcoded to 2 weeks, but could be any time frame
1388
- [[13701]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13701) Sharing lists: Text hardcoded to 2 weeks, but could be any time frame
1389
- [[25913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25913) Internal server error when calling get_coins on record with no title (245) but with 880 linked to 245
1389
- [[25913]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25913) Internal server error when calling get_coins on record with no title (245) but with 880 linked to 245
1390
1390
1391
### MARC Authority data support
1391
### MARC Authority data support
1392
1392
1393
- [[26606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26606) Correctly URI-encode query string in URL loaded after deleting an authority record
1393
- [[26606]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26606) Correctly URI-encode query string in URL loaded after deleting an authority record
1394
1394
1395
### MARC Bibliographic data support
1395
### MARC Bibliographic data support
1396
1396
1397
- [[25701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25701) Facets display in random order
1397
- [[25701]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25701) Facets display in random order
1398
- [[26018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26018) Not all subfields for the following tags are in the same tab (or marked 'ignored')
1398
- [[26018]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26018) Not all subfields for the following tags are in the same tab (or marked 'ignored')
1399
1399
1400
### Notices
1400
### Notices
1401
1401
1402
- [[25629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25629) Fix capitalization in sample notices
1402
- [[25629]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25629) Fix capitalization in sample notices
1403
1403
1404
### OPAC
1404
### OPAC
1405
1405
1406
- [[11994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994) Fix OpenSearch discovery in the OPAC
1406
- [[11994]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994) Fix OpenSearch discovery in the OPAC
1407
1407
1408
  >OpenSearch (https://en.wikipedia.org/wiki/OpenSearch) allows you to search your library's catalog directly from the browser address bar or search box. This fixes the OpenSearch feature so that it now works correctly in Firefox. Note: make sure OPACBaseURL is correctly set.
1408
  >OpenSearch (https://en.wikipedia.org/wiki/OpenSearch) allows you to search your library's catalog directly from the browser address bar or search box. This fixes the OpenSearch feature so that it now works correctly in Firefox. Note: make sure OPACBaseURL is correctly set.
1409
- [[20783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20783) Cannot embed some YouTube videos due to 403 errors
1409
- [[20783]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20783) Cannot embed some YouTube videos due to 403 errors
1410
- [[23276]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23276) Don't show tags on tag cloud when tagging is disabled
1410
- [[23276]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23276) Don't show tags on tag cloud when tagging is disabled
1411
- [[24352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24352) Wrong labels displaying in result list with OpacItemLocation
1411
- [[24352]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24352) Wrong labels displaying in result list with OpacItemLocation
1412
1412
1413
  >This fixes the OPAC's MARC21 search results XSLT so that OPAC search result information is correctly labelled based on the OpacItemLocation preference.
1413
  >This fixes the OPAC's MARC21 search results XSLT so that OPAC search result information is correctly labelled based on the OpacItemLocation preference.
1414
  >
1414
  >
1415
  >Previously, search results showed the label "Location(s)" whether the
1415
  >Previously, search results showed the label "Location(s)" whether the
1416
  >setting was "collection code" or "location."
1416
  >setting was "collection code" or "location."
1417
- [[24473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24473) Syndetics content should be $raw filtered on opac-detail.tt
1417
- [[24473]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24473) Syndetics content should be $raw filtered on opac-detail.tt
1418
1418
1419
  >Syndetics provides enhanced content which is displayed in the OPAC under the tabs 'Title Notes', 'Excerpt', 'About the author', and 'Editions'. They provide this information as HTML but Koha currently displays the content with the HTML tags. This fixes this so that the enhanced content displays correctly.
1419
  >Syndetics provides enhanced content which is displayed in the OPAC under the tabs 'Title Notes', 'Excerpt', 'About the author', and 'Editions'. They provide this information as HTML but Koha currently displays the content with the HTML tags. This fixes this so that the enhanced content displays correctly.
1420
- [[25434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25434) When viewing cart on small screen sizes selections-toolbar is hidden
1420
- [[25434]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25434) When viewing cart on small screen sizes selections-toolbar is hidden
1421
- [[25597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25597) Javascript errors in self-checkout printslip.pl preventing printing
1421
- [[25597]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25597) Javascript errors in self-checkout printslip.pl preventing printing
1422
- [[25869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25869) Coce images not loading for lists (virtualshelves)
1422
- [[25869]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25869) Coce images not loading for lists (virtualshelves)
1423
- [[25914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25914) Relative's checkouts have empty title in OPAC
1423
- [[25914]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25914) Relative's checkouts have empty title in OPAC
1424
- [[25982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25982) OPAC shelves RSS link output is HTML not XML
1424
- [[25982]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25982) OPAC shelves RSS link output is HTML not XML
1425
- [[26070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26070) Google Transliterate API has been deprecated
1425
- [[26070]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26070) Google Transliterate API has been deprecated
1426
1426
1427
  >The Google Transliterate API has been deprecated by Google in 2011. This removes the remaining code and GoogleIndicTransliteration system preference from Koha as this is no longer functional.
1427
  >The Google Transliterate API has been deprecated by Google in 2011. This removes the remaining code and GoogleIndicTransliteration system preference from Koha as this is no longer functional.
1428
- [[26119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26119) Patron attribute option to display in OPAC is not compatible with PatronSelfRegistrationVerifyByEmail
1428
- [[26119]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26119) Patron attribute option to display in OPAC is not compatible with PatronSelfRegistrationVerifyByEmail
1429
- [[26127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26127) When reporting an Error from the OPAC, the URL does not display
1429
- [[26127]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26127) When reporting an Error from the OPAC, the URL does not display
1430
- [[26179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26179) Remove redundant import of Google font
1430
- [[26179]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26179) Remove redundant import of Google font
1431
- [[26184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26184) Wrap 'items available for pick-up' note when placing a hold in the OPAC in a div element
1431
- [[26184]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26184) Wrap 'items available for pick-up' note when placing a hold in the OPAC in a div element
1432
- [[26262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26262) Paging on course reserves tables in OPAC is broken
1432
- [[26262]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26262) Paging on course reserves tables in OPAC is broken
1433
- [[26388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26388) Renew all and Renew selected buttons should account for items that can't be renewed
1433
- [[26388]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26388) Renew all and Renew selected buttons should account for items that can't be renewed
1434
- [[26389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26389) OPAC renewal failure due to automatic renewal does not have a failure message
1434
- [[26389]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26389) OPAC renewal failure due to automatic renewal does not have a failure message
1435
- [[26421]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26421) Use Bootstrap screen reader text class for shelf browser messages
1435
- [[26421]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26421) Use Bootstrap screen reader text class for shelf browser messages
1436
- [[26478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26478) Display issue with buttons on the self checkout screens
1436
- [[26478]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26478) Display issue with buttons on the self checkout screens
1437
- [[26512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26512) Display issue with buttons for OPAC checkout note
1437
- [[26512]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26512) Display issue with buttons for OPAC checkout note
1438
- [[26526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526) Use of checkout notes not clear in OPAC
1438
- [[26526]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526) Use of checkout notes not clear in OPAC
1439
- [[26619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26619) Cart - The "Print" button is only translated when you are in "More details" mode
1439
- [[26619]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26619) Cart - The "Print" button is only translated when you are in "More details" mode
1440
- [[26647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26647) Add translation context to cancel hold button in OPAC
1440
- [[26647]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26647) Add translation context to cancel hold button in OPAC
1441
- [[26719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26719) Replace MSG_NO_RECORD_SELECTED with translatable string
1441
- [[26719]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26719) Replace MSG_NO_RECORD_SELECTED with translatable string
1442
- [[26747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26747) OverDrive always available titles display 999999 copies available
1442
- [[26747]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26747) OverDrive always available titles display 999999 copies available
1443
- [[26749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26749) Correct dropdown markup in OPAC cart
1443
- [[26749]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26749) Correct dropdown markup in OPAC cart
1444
- [[26758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26758) Correct OPAC ILL requests page markup
1444
- [[26758]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26758) Correct OPAC ILL requests page markup
1445
- [[26766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26766) Don't show star rating in dialog when saving a checkout note
1445
- [[26766]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26766) Don't show star rating in dialog when saving a checkout note
1446
- [[26810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26810) OpacCustomSearch is no longer a system preference, we must use the template variable
1446
- [[26810]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26810) OpacCustomSearch is no longer a system preference, we must use the template variable
1447
- [[26886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26886) OPAC suggestions: possible duplicate message should stand out more
1447
- [[26886]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26886) OPAC suggestions: possible duplicate message should stand out more
1448
1448
1449
### Packaging
1449
### Packaging
1450
1450
1451
- [[17084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
1451
- [[17084]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
1452
- [[25509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25509) Remove useless libjs-jquery dependency
1452
- [[25509]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25509) Remove useless libjs-jquery dependency
1453
- [[25548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25548) Package install Apache performs unnecessary redirects
1453
- [[25548]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25548) Package install Apache performs unnecessary redirects
1454
- [[25778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25778) koha-plack puts duplicate entries into PERL5LIB when multiple instances named
1454
- [[25778]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25778) koha-plack puts duplicate entries into PERL5LIB when multiple instances named
1455
- [[25889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25889) Increase performance of debian/list-deps script
1455
- [[25889]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25889) Increase performance of debian/list-deps script
1456
- [[26672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26672) Create metapackage to install Koha and all its dependencies
1456
- [[26672]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26672) Create metapackage to install Koha and all its dependencies
1457
- [[26702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26702) Remove explicit libnet-stomp-perl from debian/control.in
1457
- [[26702]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26702) Remove explicit libnet-stomp-perl from debian/control.in
1458
1458
1459
### Patrons
1459
### Patrons
1460
1460
1461
- [[14708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14708) The patron set as the anonymous patron should not be deletable
1461
- [[14708]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14708) The patron set as the anonymous patron should not be deletable
1462
- [[25336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25336) Show checkouts/fines to guarantor is in the wrong section of the patron file
1462
- [[25336]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25336) Show checkouts/fines to guarantor is in the wrong section of the patron file
1463
- [[26125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26125) In 'Patron search' tab link should lead to patron details instead of checkout screen
1463
- [[26125]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26125) In 'Patron search' tab link should lead to patron details instead of checkout screen
1464
- [[26594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26594) Patrons merge problem with restriction
1464
- [[26594]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26594) Patrons merge problem with restriction
1465
- [[26666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26666) Display issue with address information
1465
- [[26666]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26666) Display issue with address information
1466
- [[26686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26686) Sorting for "Updated on" broken on patron's "Notices" tab
1466
- [[26686]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26686) Sorting for "Updated on" broken on patron's "Notices" tab
1467
1467
1468
### Plugin architecture
1468
### Plugin architecture
1469
1469
1470
- [[25953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953) Add ID to installed plugins table to ease styling and DOM mods
1470
- [[25953]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953) Add ID to installed plugins table to ease styling and DOM mods
1471
- [[26803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26803) Fix PLUGIN_DIR when plugin_dirs is multivalued
1471
- [[26803]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26803) Fix PLUGIN_DIR when plugin_dirs is multivalued
1472
1472
1473
### REST API
1473
### REST API
1474
1474
1475
- [[25570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25570) Listing requests should be paginated by default
1475
- [[25570]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25570) Listing requests should be paginated by default
1476
- [[25662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25662) Create hold route does not check maxreserves syspref
1476
- [[25662]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25662) Create hold route does not check maxreserves syspref
1477
- [[26271]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26271) Call to /api/v1/patrons/{patron_id}/account returns 500 error if manager_id is NULL
1477
- [[26271]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26271) Call to /api/v1/patrons/{patron_id}/account returns 500 error if manager_id is NULL
1478
1478
1479
### Reports
1479
### Reports
1480
1480
1481
- [[17801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17801) 'Top Most-circulated items' gives wrong results when filtering by checkout date
1481
- [[17801]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17801) 'Top Most-circulated items' gives wrong results when filtering by checkout date
1482
- [[26111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26111) Serials module does not appear in reports dictionary
1482
- [[26111]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26111) Serials module does not appear in reports dictionary
1483
- [[26165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26165) Duplicating large saved report leads to error due to length of URI
1483
- [[26165]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26165) Duplicating large saved report leads to error due to length of URI
1484
1484
1485
### SIP2
1485
### SIP2
1486
1486
1487
- [[25805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25805) SIP will show hold patron name (DA) as something like C4::SIP::SIPServer=HASH(0x88175c8) if there is no patron
1487
- [[25805]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25805) SIP will show hold patron name (DA) as something like C4::SIP::SIPServer=HASH(0x88175c8) if there is no patron
1488
- [[25903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25903) Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server
1488
- [[25903]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25903) Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server
1489
1489
1490
### Searching
1490
### Searching
1491
1491
1492
- [[17661]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661) Differences in field ending (whitespace, punctuation) cause duplicate facets
1492
- [[17661]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661) Differences in field ending (whitespace, punctuation) cause duplicate facets
1493
1493
1494
### Searching - Elasticsearch
1494
### Searching - Elasticsearch
1495
1495
1496
- [[24567]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24567) Elasticsearch: CCL syntax does not allow for multiple indexes to be searched at once
1496
- [[24567]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24567) Elasticsearch: CCL syntax does not allow for multiple indexes to be searched at once
1497
- [[25872]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25872) Advanced search on OPAC with limiter but no search term fails when re-sorted
1497
- [[25872]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25872) Advanced search on OPAC with limiter but no search term fails when re-sorted
1498
- [[25873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25873) Elasticsearch - Records with malformed data are not indexed
1498
- [[25873]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25873) Elasticsearch - Records with malformed data are not indexed
1499
- [[25957]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957) Elasticsearch 5.X - empty subfields cause error on suggestible fields
1499
- [[25957]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957) Elasticsearch 5.X - empty subfields cause error on suggestible fields
1500
- [[26009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26009) Elasticsearch homebranch and holdingbranch facets are limited to 10
1500
- [[26009]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26009) Elasticsearch homebranch and holdingbranch facets are limited to 10
1501
- [[26313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26313) "Show analytics" and "Show volumes" links don't work with Elasticsearch and UseControlNumber
1501
- [[26313]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26313) "Show analytics" and "Show volumes" links don't work with Elasticsearch and UseControlNumber
1502
- [[26487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26487) Add all MARC flavours for not-onloan-count search field
1502
- [[26487]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26487) Add all MARC flavours for not-onloan-count search field
1503
- [[26832]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26832) Elasticsearch mappings export should use UTF-8
1503
- [[26832]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26832) Elasticsearch mappings export should use UTF-8
1504
1504
1505
### Searching - Zebra
1505
### Searching - Zebra
1506
1506
1507
- [[26599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26599) Unused parameter name in POD of ModZebra
1507
- [[26599]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26599) Unused parameter name in POD of ModZebra
1508
1508
1509
### Self checkout
1509
### Self checkout
1510
1510
1511
- [[25349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25349) Enter in the username field submits the login, instead of moving focus to the password field
1511
- [[25349]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25349) Enter in the username field submits the login, instead of moving focus to the password field
1512
- [[25791]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25791) SCO print dialog pops up twice
1512
- [[25791]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25791) SCO print dialog pops up twice
1513
- [[26131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26131) console errors when attempting to open SCO related system preferences
1513
- [[26131]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26131) console errors when attempting to open SCO related system preferences
1514
- [[26301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26301) Self-checkout blocks renew for overdues even when OverduesBlockRenewing allows it in opac-user.pl
1514
- [[26301]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26301) Self-checkout blocks renew for overdues even when OverduesBlockRenewing allows it in opac-user.pl
1515
1515
1516
### Serials
1516
### Serials
1517
1517
1518
- [[25696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25696) Test prediction pattern button is invalid HTML
1518
- [[25696]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25696) Test prediction pattern button is invalid HTML
1519
- [[26846]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26846) serial-collections page should select the expected and late serials automatically
1519
- [[26846]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26846) serial-collections page should select the expected and late serials automatically
1520
1520
1521
### Staff Client
1521
### Staff Client
1522
1522
1523
- [[11223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11223) Incorrect ind 1 semantics for MARC21 785 on the detail page in staff
1523
- [[11223]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11223) Incorrect ind 1 semantics for MARC21 785 on the detail page in staff
1524
- [[25521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25521) NewItemsDefaultLocation description should not mention cart_to_shelf.pl
1524
- [[25521]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25521) NewItemsDefaultLocation description should not mention cart_to_shelf.pl
1525
- [[25537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25537) Page reload at branchtransfers.pl loses destination branch
1525
- [[25537]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25537) Page reload at branchtransfers.pl loses destination branch
1526
- [[25744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25744) Replace i tags with em AND b tags with strong in the staff interface
1526
- [[25744]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25744) Replace i tags with em AND b tags with strong in the staff interface
1527
- [[25756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25756) Empty HTML table row after OPAC "Appearance" preferences
1527
- [[25756]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25756) Empty HTML table row after OPAC "Appearance" preferences
1528
- [[25804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25804) Remove HTML from title tag of bibliographic detail page
1528
- [[25804]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25804) Remove HTML from title tag of bibliographic detail page
1529
- [[26084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26084) ConsiderOnSiteCheckoutsAsNormalCheckouts description is unclear
1529
- [[26084]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26084) ConsiderOnSiteCheckoutsAsNormalCheckouts description is unclear
1530
- [[26137]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26137) Warn on malformed param on log viewer (viewlog.pl)
1530
- [[26137]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26137) Warn on malformed param on log viewer (viewlog.pl)
1531
- [[26249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26249) keep_text class not set inconsistently in cat-search.inc
1531
- [[26249]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26249) keep_text class not set inconsistently in cat-search.inc
1532
- [[26445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26445) Search results browser in staff has broken link back to results
1532
- [[26445]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26445) Search results browser in staff has broken link back to results
1533
- [[26938]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26938) Prevent flash of unstyled content on sales table
1533
- [[26938]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26938) Prevent flash of unstyled content on sales table
1534
- [[26939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26939) Account payment_type in the cash register details page should use description instead of code.
1534
- [[26939]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26939) Account payment_type in the cash register details page should use description instead of code.
1535
- [[26944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26944) Help link from automatic item modification by age should go to the relevant part of the manual
1535
- [[26944]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26944) Help link from automatic item modification by age should go to the relevant part of the manual
1536
1536
1537
### System Administration
1537
### System Administration
1538
1538
1539
- [[20804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20804) Sanitize input of timeout syspref
1539
- [[20804]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20804) Sanitize input of timeout syspref
1540
- [[25394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394) Cronjob path in the AuthorityMergeLimit syspref description is wrong
1540
- [[25394]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394) Cronjob path in the AuthorityMergeLimit syspref description is wrong
1541
1541
1542
  >Updates the system preference description with the correct path for the cronjob (misc/cronjobs/merge_authorities.pl).
1542
  >Updates the system preference description with the correct path for the cronjob (misc/cronjobs/merge_authorities.pl).
1543
- [[25675]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25675) System preference PatronSelfRegistration incorrectly described
1543
- [[25675]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25675) System preference PatronSelfRegistration incorrectly described
1544
- [[25919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25919) Desks link is available in left side menu even if UseCirculationDesks is disabled
1544
- [[25919]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25919) Desks link is available in left side menu even if UseCirculationDesks is disabled
1545
- [[26283]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26283) dateexpiry and dateenrolled are missing in the new modal for BorrowerMandatoryField and others
1545
- [[26283]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26283) dateexpiry and dateenrolled are missing in the new modal for BorrowerMandatoryField and others
1546
1546
1547
  >This enhancement adds the dateenrolled and dateexpiry fields to the list of fields that can be selected in system preferences such as the BorrowerMandatoryField.
1547
  >This enhancement adds the dateenrolled and dateexpiry fields to the list of fields that can be selected in system preferences such as the BorrowerMandatoryField.
1548
- [[26490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26490) Column configuration for account-fines hides the wrong columns
1548
- [[26490]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26490) Column configuration for account-fines hides the wrong columns
1549
- [[26809]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26809) Inconsistent use of full stops on admin-home.tt
1549
- [[26809]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26809) Inconsistent use of full stops on admin-home.tt
1550
1550
1551
  **Sponsored by** *Catalyst*
1551
  **Sponsored by** *Catalyst*
1552
- [[26922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26922) SendAlerts does not correctly handle error on sending emails
1552
- [[26922]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26922) SendAlerts does not correctly handle error on sending emails
1553
- [[27026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27026) New circulation rule "Days mode" values are not explained anywhere
1553
- [[27026]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27026) New circulation rule "Days mode" values are not explained anywhere
1554
1554
1555
### Templates
1555
### Templates
1556
1556
1557
- [[25447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25447) Terminology: Fix button text "Edit biblio"
1557
- [[25447]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25447) Terminology: Fix button text "Edit biblio"
1558
1558
1559
  >This updates the text on the cataloging main page so that in the menu for each search result the "Edit biblio" link is now "Edit record."
1559
  >This updates the text on the cataloging main page so that in the menu for each search result the "Edit biblio" link is now "Edit record."
1560
- [[25469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25469) Typo: Item does not belongs to your library
1560
- [[25469]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25469) Typo: Item does not belongs to your library
1561
- [[25582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25582) Don't show OPAC problems entry on dashboard when there are no reports
1561
- [[25582]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25582) Don't show OPAC problems entry on dashboard when there are no reports
1562
- [[25615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25615) Empty select in "Holds to pull" filters
1562
- [[25615]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25615) Empty select in "Holds to pull" filters
1563
- [[25718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25718) Correct typo in additem.tt
1563
- [[25718]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25718) Correct typo in additem.tt
1564
- [[25747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25747) Don't display a comma when patron has no firstname
1564
- [[25747]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25747) Don't display a comma when patron has no firstname
1565
- [[25762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25762) Typo in linkitem.tt
1565
- [[25762]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25762) Typo in linkitem.tt
1566
- [[25765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25765) Replace LoginBranchname and LoginBranchcode with use of Branches template plugin
1566
- [[25765]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25765) Replace LoginBranchname and LoginBranchcode with use of Branches template plugin
1567
- [[25896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25896) Missing closing `td` tag in smart-rules.tt
1567
- [[25896]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25896) Missing closing `td` tag in smart-rules.tt
1568
- [[25974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25974) Remove inline style from table settings administration page
1568
- [[25974]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25974) Remove inline style from table settings administration page
1569
- [[25987]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25987) Radio buttons are misaligned in New label batches
1569
- [[25987]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25987) Radio buttons are misaligned in New label batches
1570
- [[26049]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26049) Replace li with span class results_summary in UNIMARC intranet XSLT
1570
- [[26049]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26049) Replace li with span class results_summary in UNIMARC intranet XSLT
1571
- [[26093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26093) Markup error after Bug 24279 creates formatting problem
1571
- [[26093]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26093) Markup error after Bug 24279 creates formatting problem
1572
- [[26098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26098) JS error on the fund list view if no fund displayed
1572
- [[26098]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26098) JS error on the fund list view if no fund displayed
1573
- [[26213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26213) Remove the use of jquery.checkboxes plugin when adding orders from MARC file
1573
- [[26213]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26213) Remove the use of jquery.checkboxes plugin when adding orders from MARC file
1574
- [[26234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26234) Default DataTables must know our own classes
1574
- [[26234]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26234) Default DataTables must know our own classes
1575
- [[26324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26324) Spelling error resizeable vs resizable
1575
- [[26324]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26324) Spelling error resizeable vs resizable
1576
- [[26449]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26449) Small typo in web installer template
1576
- [[26449]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26449) Small typo in web installer template
1577
- [[26450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26450) Typo in UNIMARC field 105 plugin template
1577
- [[26450]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26450) Typo in UNIMARC field 105 plugin template
1578
- [[26538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26538) Display cities list before input text
1578
- [[26538]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26538) Display cities list before input text
1579
- [[26551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26551) When importing a framework, the modal heading is too long and runs outside of the dialog
1579
- [[26551]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26551) When importing a framework, the modal heading is too long and runs outside of the dialog
1580
- [[26576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26576) Subfield descriptions on authority detail view are cut off
1580
- [[26576]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26576) Subfield descriptions on authority detail view are cut off
1581
- [[26678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26678) When putting an item into manual transfer, tabs from detail view show in table
1581
- [[26678]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26678) When putting an item into manual transfer, tabs from detail view show in table
1582
- [[26696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26696) Make payment table has a display issue when credits exist
1582
- [[26696]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26696) Make payment table has a display issue when credits exist
1583
- [[26723]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26723) Improve link text on OverDriveAuthName system preference
1583
- [[26723]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26723) Improve link text on OverDriveAuthName system preference
1584
- [[26724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26724) Improve link text for downloading the CSV file on patron import page
1584
- [[26724]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26724) Improve link text for downloading the CSV file on patron import page
1585
- [[26725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26725) Improve link text on Patron attributes administration page
1585
- [[26725]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26725) Improve link text on Patron attributes administration page
1586
- [[26726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26726) Improve link text on Transport cost matrix page
1586
- [[26726]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26726) Improve link text on Transport cost matrix page
1587
- [[26727]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26727) Fix closing `p` tag appearing in the templates
1587
- [[26727]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26727) Fix closing `p` tag appearing in the templates
1588
- [[26756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26756) Fix quotes showing behind some system preference descriptions
1588
- [[26756]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26756) Fix quotes showing behind some system preference descriptions
1589
- [[26782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26782) Circulation conditions: first 2 columns show as sortable, but cannot be sorted
1589
- [[26782]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26782) Circulation conditions: first 2 columns show as sortable, but cannot be sorted
1590
- [[26808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26808) Improve tab key access to circulation confirmation dialog
1590
- [[26808]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26808) Improve tab key access to circulation confirmation dialog
1591
- [[26816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26816) Remove extra space before comma in staff results item list
1591
- [[26816]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26816) Remove extra space before comma in staff results item list
1592
- [[26833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26833) Logged in library doesn't show with suggestions count
1592
- [[26833]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26833) Logged in library doesn't show with suggestions count
1593
- [[26889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26889) Remove extra space from "Damaged :" in item search
1593
- [[26889]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26889) Remove extra space from "Damaged :" in item search
1594
- [[26935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26935) Incorrect basketid sent for claimacquisition and claimissues
1594
- [[26935]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26935) Incorrect basketid sent for claimacquisition and claimissues
1595
1595
1596
### Test Suite
1596
### Test Suite
1597
1597
1598
- [[24147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24147) Objects.t is failing randomly
1598
- [[24147]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24147) Objects.t is failing randomly
1599
- [[25514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25514) REST/Plugin/Objects.t is failing randomly
1599
- [[25514]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25514) REST/Plugin/Objects.t is failing randomly
1600
- [[25623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25623) Some tests in oauth.t do not roll back
1600
- [[25623]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25623) Some tests in oauth.t do not roll back
1601
- [[25638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25638) API related tests failing on comparing floats
1601
- [[25638]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25638) API related tests failing on comparing floats
1602
- [[25641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25641) Koha/XSLT/Base.t is failing on U20
1602
- [[25641]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25641) Koha/XSLT/Base.t is failing on U20
1603
- [[25729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25729) Charges/Fees.t is failing on slow servers due to wrong date comparison
1603
- [[25729]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25729) Charges/Fees.t is failing on slow servers due to wrong date comparison
1604
- [[25811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25811) authentication.t is failing randomly
1604
- [[25811]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25811) authentication.t is failing randomly
1605
- [[26043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26043) Holds.t is failing randomly
1605
- [[26043]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26043) Holds.t is failing randomly
1606
- [[26115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26115) Remove leftover Carp::Always
1606
- [[26115]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26115) Remove leftover Carp::Always
1607
- [[26162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26162) Prevent Selenium's StaleElementReferenceException
1607
- [[26162]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26162) Prevent Selenium's StaleElementReferenceException
1608
- [[26365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26365) Koha/Acquisition/Order.t is failing with MySQL 8
1608
- [[26365]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26365) Koha/Acquisition/Order.t is failing with MySQL 8
1609
- [[26401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26401) xt/fix-old-fsf-address* are no longer needed
1609
- [[26401]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26401) xt/fix-old-fsf-address* are no longer needed
1610
- [[26589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26589) t/db_dependent/OAI/Sets.t unit test fails due to OAI-PMH:AutoUpdateSets syspref
1610
- [[26589]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26589) t/db_dependent/OAI/Sets.t unit test fails due to OAI-PMH:AutoUpdateSets syspref
1611
- [[26892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26892) Remove warnings from t/db_dependent/Koha/Patrons.t
1611
- [[26892]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26892) Remove warnings from t/db_dependent/Koha/Patrons.t
1612
- [[26971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26971) Remove obsolete test translatable-templates.t
1612
- [[26971]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26971) Remove obsolete test translatable-templates.t
1613
- [[26984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26984) Tests are failing if AnonymousPatron is configured
1613
- [[26984]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26984) Tests are failing if AnonymousPatron is configured
1614
- [[26986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26986) Second try to prevent Selenium's StaleElementReferenceException
1614
- [[26986]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26986) Second try to prevent Selenium's StaleElementReferenceException
1615
- [[27007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27007) GetMarcSubfieldStructure called with "unsafe" in tests
1615
- [[27007]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27007) GetMarcSubfieldStructure called with "unsafe" in tests
1616
- [[27062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27062) pickup_location tests don't deal correctly with existing libraries
1616
- [[27062]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27062) pickup_location tests don't deal correctly with existing libraries
1617
1617
1618
### Tools
1618
### Tools
1619
1619
1620
- [[8437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8437) Large database backups and large exports from export.pl fail under plack
1620
- [[8437]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8437) Large database backups and large exports from export.pl fail under plack
1621
- [[9118]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9118) Show only sensible options when editing a unique holiday
1621
- [[9118]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9118) Show only sensible options when editing a unique holiday
1622
- [[25167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25167) Fix not for loan filter in inventory tool
1622
- [[25167]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25167) Fix not for loan filter in inventory tool
1623
- [[25862]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25862) TinyMCE editor mangles  local url links  (relative_urls is true) in tools/koha-new.pl
1623
- [[25862]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25862) TinyMCE editor mangles  local url links  (relative_urls is true) in tools/koha-new.pl
1624
- [[25893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25893) Log viewer no longer searches using wildcards
1624
- [[25893]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25893) Log viewer no longer searches using wildcards
1625
- [[25897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25897) Inventory table call number sort should use cn_sort value
1625
- [[25897]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25897) Inventory table call number sort should use cn_sort value
1626
- [[26017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26017) Cashup registers never shows on tools page
1626
- [[26017]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26017) Cashup registers never shows on tools page
1627
- [[26121]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26121) When using CodeMirror in News Tool DatePicker is hard to see
1627
- [[26121]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26121) When using CodeMirror in News Tool DatePicker is hard to see
1628
- [[26124]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26124) Console errors on tools_koha-news when editing with TinyMCE
1628
- [[26124]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26124) Console errors on tools_koha-news when editing with TinyMCE
1629
- [[26236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26236) log viewer does not translate the interface properly
1629
- [[26236]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26236) log viewer does not translate the interface properly
1630
- [[26414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26414) Unable to export Withdrawn status using CSV profile
1630
- [[26414]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26414) Unable to export Withdrawn status using CSV profile
1631
1631
1632
  >This patch fixes the export of MARC records and the withdrawn status when using CSV profiles. Before this fix the full 952 field was exported, rather than just the withdrawn status.
1632
  >This patch fixes the export of MARC records and the withdrawn status when using CSV profiles. Before this fix the full 952 field was exported, rather than just the withdrawn status.
1633
- [[26664]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26664) Inventory: Sorting column 'Last seen' goes wrong
1633
- [[26664]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26664) Inventory: Sorting column 'Last seen' goes wrong
1634
- [[26781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26781) Marc Modification Templates treat subfield 0 and no subfield set
1634
- [[26781]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26781) Marc Modification Templates treat subfield 0 and no subfield set
1635
- [[26784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26784) Editing a MARC modification template is noisy
1635
- [[26784]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26784) Editing a MARC modification template is noisy
1636
1636
1637
### Web services
1637
### Web services
1638
1638
1639
- [[22806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806) CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions
1639
- [[22806]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22806) CanBookBeReserve and CanItemBeReserve do not check AllowHoldsOnPatronsPossessions
1640
1640
1641
  >This enhancement makes sure that checks for the "AllowHoldsOnPatronsPossessions" policy is now made for all interfaces (Staff interface, OPAC, WebServices). Before this change it was not checked for WebServices (ILS-DI).
1641
  >This enhancement makes sure that checks for the "AllowHoldsOnPatronsPossessions" policy is now made for all interfaces (Staff interface, OPAC, WebServices). Before this change it was not checked for WebServices (ILS-DI).
1642
  >
1642
  >
1643
  >"AllowHoldPolicyOverride" can be used to override this setting for the Staff interface.
1643
  >"AllowHoldPolicyOverride" can be used to override this setting for the Staff interface.
1644
  >
1644
  >
1645
  >Note: This enhancement introduces a behaviour change, so if you use either of these system preferences review the settings to make sure they work as expected.
1645
  >Note: This enhancement introduces a behaviour change, so if you use either of these system preferences review the settings to make sure they work as expected.
1646
- [[25793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25793) OAI 'Set' and 'Metadata' dropdowns broken by OPAC jQuery upgrade
1646
- [[25793]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25793) OAI 'Set' and 'Metadata' dropdowns broken by OPAC jQuery upgrade
1647
1647
1648
### Z39.50 / SRU / OpenSearch Servers
1648
### Z39.50 / SRU / OpenSearch Servers
1649
1649
1650
- [[25702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25702) Actions button on Search results from Z39.50 is displayed incorrectly
1650
- [[25702]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25702) Actions button on Search results from Z39.50 is displayed incorrectly
1651
1651
1652
## New system preferences
1652
## New system preferences
1653
1653
Lines 1707-1751 have already been fixed in maintainance releases) Link Here
1707
1707
1708
### Significant changes for developers
1708
### Significant changes for developers
1709
1709
1710
- [[22417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417) A task queue is added to Koha
1710
- [[22417]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417) A task queue is added to Koha
1711
1711
1712
> It relies on the STOMP protocol to notify the worker about the tasks. Koha is now using RabbitMQ as the message broker.
1712
> It relies on the STOMP protocol to notify the worker about the tasks. Koha is now using RabbitMQ as the message broker.
1713
> A new page is added for monitoring the background job execution (/cgi-bin/koha/admin/background_jobs.pl).
1713
> A new page is added for monitoring the background job execution (/cgi-bin/koha/admin/background_jobs.pl).
1714
> This sets the ground for future improvements for asynchronous  and long running tasks. All background jobs that prevent us from full Plack experience, will be migrated in a short term. A way for plugin methods to be scheduled for execution is one of the things devs are working on as well. 
1714
> This sets the ground for future improvements for asynchronous  and long running tasks. All background jobs that prevent us from full Plack experience, will be migrated in a short term. A way for plugin methods to be scheduled for execution is one of the things devs are working on as well. 
1715
1715
1716
- [[20582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582) Koha as a Mojolicious application
1716
- [[20582]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582) Koha as a Mojolicious application
1717
1717
1718
> While experimental at this point, this development prepares the ground for new ways to think of Koha pages and routes. It also allows us to think of relying on non-blocking application servers like Hypnotoad, and thus being able to implement asynchronous code.
1718
> While experimental at this point, this development prepares the ground for new ways to think of Koha pages and routes. It also allows us to think of relying on non-blocking application servers like Hypnotoad, and thus being able to implement asynchronous code.
1719
> To test, use starman with the new `app.psgi` at the root of Koha source code, or use morbo/hypnotoad with scripts `bin/opac` and `bin/intranet`. A reverse proxy is not needed but you can use one, and basic configuration files for apache and nginx are provided in `etc/`.
1719
> To test, use starman with the new `app.psgi` at the root of Koha source code, or use morbo/hypnotoad with scripts `bin/opac` and `bin/intranet`. A reverse proxy is not needed but you can use one, and basic configuration files for apache and nginx are provided in `etc/`.
1720
> This also allows to generate simpler containerized deployments of Koha.
1720
> This also allows to generate simpler containerized deployments of Koha.
1721
1721
1722
1722
1723
- [[26672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26672) Create metapackage to install Koha and all its dependencies
1723
- [[26672]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26672) Create metapackage to install Koha and all its dependencies
1724
1724
1725
> Two new Koha packages have been created: `koha-full` and `koha-core`;  Both packages are currently considered as experimental, and are not recommended for production use until further notice. We will be testing them during the 20.11 release cycle.
1725
> Two new Koha packages have been created: `koha-full` and `koha-core`;  Both packages are currently considered as experimental, and are not recommended for production use until further notice. We will be testing them during the 20.11 release cycle.
1726
1726
1727
- [[26893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26893) Debian 11 support
1727
- [[26893]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26893) Debian 11 support
1728
1728
1729
> Currently the Debian 11 version of JSON::Validator (v4.10) is incompatible with Koha. A temporary solution has been to provide JSON::Validator (v3.25). 
1729
> Currently the Debian 11 version of JSON::Validator (v4.10) is incompatible with Koha. A temporary solution has been to provide JSON::Validator (v3.25). 
1730
The package is named 'libjson-validator-perl-4.10+really3.25-koha1', following the '+really' naming convention described in section 5.6.12.1 here: https://www.debian.org/doc/debian-policy/ch-controlfields.html
1730
The package is named 'libjson-validator-perl-4.10+really3.25-koha1', following the '+really' naming convention described in section 5.6.12.1 here: https://www.debian.org/doc/debian-policy/ch-controlfields.html
1731
> Installing Koha on Debian 11 now requires the 'bullseye' component to be added to the apt repo definition, example below...
1731
> Installing Koha on Debian 11 now requires the 'bullseye' component to be added to the apt repo definition, example below...
1732
> `$ echo 'deb http://debian.koha-community.org/koha stable main bullseye' | sudo tee /etc/apt/sources.list.d/koha.list`
1732
> `$ echo 'deb https://debian.koha-community.org/koha stable main bullseye' | sudo tee /etc/apt/sources.list.d/koha.list`
1733
> This requirement will eventually be removed as we upgrade to JSON::Validator (v4.10)
1733
> This requirement will eventually be removed as we upgrade to JSON::Validator (v4.10)
1734
1734
1735
- Plack error logs are now timestamped  and split for each PSGI application for Plack-enabled Koha.
1735
- Plack error logs are now timestamped  and split for each PSGI application for Plack-enabled Koha.
1736
The new log files are `plack-opac-error.log`, `plack-intranet-error.log`, and `plack-api-error.log` and can be found in the Koha instance log directory.
1736
The new log files are `plack-opac-error.log`, `plack-intranet-error.log`, and `plack-api-error.log` and can be found in the Koha instance log directory.
1737
- auto_savepoint has been turned on at database connection level to properly handle nested transactions ([[26639]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26639))
1737
- auto_savepoint has been turned on at database connection level to properly handle nested transactions ([[26639]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26639))
1738
- 3 system preferences have been moved to news block: `opaccredits`, `OpacCustomSearch` and `OpacLoginInstructions`
1738
- 3 system preferences have been moved to news block: `opaccredits`, `OpacCustomSearch` and `OpacLoginInstructions`
1739
- The whole test suite passes when Elasticsearch is used ([[26250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26250))
1739
- The whole test suite passes when Elasticsearch is used ([[26250]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26250))
1740
- The `authnotrequired` parameter of get_template_and_user was audited this cycle. It should now only be used when we need to override the value of `OPACPublic`; It's presence will now provoke a QA script warning ([[24663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24663)).
1740
- The `authnotrequired` parameter of get_template_and_user was audited this cycle. It should now only be used when we need to override the value of `OPACPublic`; It's presence will now provoke a QA script warning ([[24663]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24663)).
1741
- Removal of jquery.checkboxes ([[26006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26006))
1741
- Removal of jquery.checkboxes ([[26006]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26006))
1742
- Update of the OPAC bootstrap template to bootstrap v4 ([[20168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168))
1742
- Update of the OPAC bootstrap template to bootstrap v4 ([[20168]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168))
1743
- The .mailmap file has been updated to reflect the current project's history (26394 and 26621). It will provide us a better author mapping on http://git.koha-community.org/stats/koha-master/authors.html
1743
- The .mailmap file has been updated to reflect the current project's history (26394 and 26621). It will provide us a better author mapping on https://git.koha-community.org/stats/koha-master/authors.html
1744
- Removal of items.paid for once and for all ([[26268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268))
1744
- Removal of items.paid for once and for all ([[26268]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26268))
1745
The `paid` field in the `items` table has been removed to prevent accidental re-introduction of syncing code and overhead.  The only place where the value is surfaced in the UI has been replaced with an on-demand calculated value.
1745
The `paid` field in the `items` table has been removed to prevent accidental re-introduction of syncing code and overhead.  The only place where the value is surfaced in the UI has been replaced with an on-demand calculated value.
1746
- Allow setting trace_to parameter in Elasticsearch config ([[26310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26310))
1746
- Allow setting trace_to parameter in Elasticsearch config ([[26310]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26310))
1747
- The showLastPatron cookie has been removed and is now stored client-side only (localStorage)
1747
- The showLastPatron cookie has been removed and is now stored client-side only (localStorage)
1748
- Add a generic 'phone' message transport type for notices ([[25333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333) and [[25334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334))
1748
- Add a generic 'phone' message transport type for notices ([[25333]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25333) and [[25334]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25334))
1749
1749
1750
> The existing 'phone' message transport type has been first renamed 'itiva' and then another new generic 'phone' has been created.
1750
> The existing 'phone' message transport type has been first renamed 'itiva' and then another new generic 'phone' has been created.
1751
> Talking Tech as a company has sold itiva, which is the actual name of the software. To pave the way for pluggable phone notices, it made sense to rename our existing 'phone' transport to itiva. It should be noted that the itvia transport doesn't operate in the same way as all the other transports.
1751
> Talking Tech as a company has sold itiva, which is the actual name of the software. To pave the way for pluggable phone notices, it made sense to rename our existing 'phone' transport to itiva. It should be noted that the itvia transport doesn't operate in the same way as all the other transports.
Lines 1753-1792 The `paid` field in the `items` table has been removed to prevent accidental re- Link Here
1753
1753
1754
### Dev tools
1754
### Dev tools
1755
1755
1756
- misc/devel/get-prepared-letter.pl is a new developer script to preview a letter ([[24591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24591))
1756
- misc/devel/get-prepared-letter.pl is a new developer script to preview a letter ([[24591]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24591))
1757
It's a simple helper script to test the result of GetPreparedLetter. See `misc/devel/get-prepared-letter.pl --help`
1757
It's a simple helper script to test the result of GetPreparedLetter. See `misc/devel/get-prepared-letter.pl --help`
1758
- misc/devel/update_dbix_class_files.pl has the --force option to force a schema overwrite ([[25511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25511))
1758
- misc/devel/update_dbix_class_files.pl has the --force option to force a schema overwrite ([[25511]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25511))
1759
Sometimes, if you know what you are doing, you may want to force a schema overwrite regardless of whether the hashes report there are changes above the fold.
1759
Sometimes, if you know what you are doing, you may want to force a schema overwrite regardless of whether the hashes report there are changes above the fold.
1760
***WARNING***: Use this at your own risk.. it's helpful if you are maintaining a fork or in other such cases. You should always attempt to run the script without force first and only resort to using force if that fails. It is also very much worthwhile checking the diff after running with force to ensure you have not resulted in any unexpected changes.
1760
***WARNING***: Use this at your own risk.. it's helpful if you are maintaining a fork or in other such cases. You should always attempt to run the script without force first and only resort to using force if that fails. It is also very much worthwhile checking the diff after running with force to ensure you have not resulted in any unexpected changes.
1761
- Add debug option to koha-indexer ([[24306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24306))
1761
- Add debug option to koha-indexer ([[24306]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24306))
1762
- gulp is now required to create or update PO files ([[25067]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25067)). Use `gulp po:create [--lang xx-XX]` or `gulp po:update [--lang xx-XX]`
1762
- gulp is now required to create or update PO files ([[25067]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25067)). Use `gulp po:create [--lang xx-XX]` or `gulp po:update [--lang xx-XX]`
1763
The old method using `misc/translator/translate create|update` still works, but is deprecated.
1763
The old method using `misc/translator/translate create|update` still works, but is deprecated.
1764
1764
1765
### Refactoring
1765
### Refactoring
1766
- C4::Accounts::manualinvoice has been removed ([[22394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22394))
1766
- C4::Accounts::manualinvoice has been removed ([[22394]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22394))
1767
- C4 :: Logs :: GetLogs has been removed, use Koha::ActionLogs->search instead ([[23632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23632))
1767
- C4 :: Logs :: GetLogs has been removed, use Koha::ActionLogs->search instead ([[23632]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23632))
1768
- C4 :: Acquisition :: DelOrder has been moved to Koha::Acquisition::Order->cancel
1768
- C4 :: Acquisition :: DelOrder has been moved to Koha::Acquisition::Order->cancel
1769
- C4 :: Acquisition :: DelBasket has been replaced by Koha::Acquisition::Basket->delete
1769
- C4 :: Acquisition :: DelBasket has been replaced by Koha::Acquisition::Basket->delete
1770
- C4 :: Acquisition :: CloseBasket has been moved to Koha::Acquisition::Basket->close
1770
- C4 :: Acquisition :: CloseBasket has been moved to Koha::Acquisition::Basket->close
1771
- C4::Circulation::_RestoreOverdueForLostAndFound has been moved as a trigger of Koha::Item->store ([[23091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091))
1771
- C4::Circulation::_RestoreOverdueForLostAndFound has been moved as a trigger of Koha::Item->store ([[23091]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091))
1772
- The whole C4::Images module has been moved to Koha::CoverImage[s] ([[26145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26145))
1772
- The whole C4::Images module has been moved to Koha::CoverImage[s] ([[26145]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26145))
1773
- C4::Suggestions::CountSuggestion has been replaced by a call to Koha::Suggestions->search->count
1773
- C4::Suggestions::CountSuggestion has been replaced by a call to Koha::Suggestions->search->count
1774
- C4::Koha::GetDailyQuote has been replaced by Koha::Quote->get_daily_quote
1774
- C4::Koha::GetDailyQuote has been replaced by Koha::Quote->get_daily_quote
1775
- C4::Biblio::GetMarcHosts has been removed (it was not used)
1775
- C4::Biblio::GetMarcHosts has been removed (it was not used)
1776
- C4::Bookseller has been removed, its last remaining subroutine GetBooksellersWithLateOrders has been replaced by a call to Koha::Acquisition::Orders->search
1776
- C4::Bookseller has been removed, its last remaining subroutine GetBooksellersWithLateOrders has been replaced by a call to Koha::Acquisition::Orders->search
1777
1777
1778
### Improving the codebase
1778
### Improving the codebase
1779
- All our codebase now passes perlcritic ([[21395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21395))
1779
- All our codebase now passes perlcritic ([[21395]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21395))
1780
All perlcritic violations have been removed from the code, and a .perlcriticrc file has been added. When writing new code, please make sure that it does not add perlcritic errors. Run `perlcritic <modified_file.pl>` to check.  
1780
All perlcritic violations have been removed from the code, and a .perlcriticrc file has been added. When writing new code, please make sure that it does not add perlcritic errors. Run `perlcritic <modified_file.pl>` to check.  
1781
- Expected DBI warnings have been hidden from the test output ([[26157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26157))
1781
- Expected DBI warnings have been hidden from the test output ([[26157]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26157))
1782
Tests should not output warnings, especially when they are expected. We still have lot of warnings that need to be hidden, see [[25515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25515) for the long term goal to reach.
1782
Tests should not output warnings, especially when they are expected. We still have lot of warnings that need to be hidden, see [[25515]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25515) for the long term goal to reach.
1783
- Preparing for Perl 7 - Prohibit indirect object notation ([[25898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898))
1783
- Preparing for Perl 7 - Prohibit indirect object notation ([[25898]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898))
1784
1784
1785
> We encounter only one issue that we would face with Perl 7 and we fixed it.
1785
> We encounter only one issue that we would face with Perl 7 and we fixed it.
1786
> Indirect object notation will be forbidden by default in Perl 7. You must now write My::Class->new instead of new My::Class
1786
> Indirect object notation will be forbidden by default in Perl 7. You must now write My::Class->new instead of new My::Class
1787
1787
1788
- Installer files have been moved under the `mandatory` subdirectory (installer/data/mysql/) ([[23895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23895))
1788
- Installer files have been moved under the `mandatory` subdirectory (installer/data/mysql/) ([[23895]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23895))
1789
- Ability to localize and translate system preferences with new yaml based installer ([[24973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24973)) 
1789
- Ability to localize and translate system preferences with new yaml based installer ([[24973]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24973)) 
1790
1790
1791
> If you are maintaining the translation of a language under installer/data/mysql, you should consider removing it and use the usual workflow for translation instead (using translate.koha-community.org).
1791
> If you are maintaining the translation of a language under installer/data/mysql, you should consider removing it and use the usual workflow for translation instead (using translate.koha-community.org).
1792
1792
Lines 1798-1810 An accessibility audit on the OPAC took place during the cycle which resulted in Link Here
1798
- We now consistently introduce content on all OPAC pages using properly defined headers.
1798
- We now consistently introduce content on all OPAC pages using properly defined headers.
1799
- DataTables content overlap improvements were undertaken to prevent content overlapping at high zoom levels.
1799
- DataTables content overlap improvements were undertaken to prevent content overlapping at high zoom levels.
1800
- The aria-label html tag was exposed to the translation tools to encourage a wider adoption of it's use.
1800
- The aria-label html tag was exposed to the translation tools to encourage a wider adoption of it's use.
1801
- Some new coding guidelines were introduced focused on accessibility and bugs opened to collect cases where these new guidelines are not yet adhered to in the existing codebase: [[26926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26926) - Update all occurrences of `<input type="number">` to apply ACC2 coding guideline.
1801
- Some new coding guidelines were introduced focused on accessibility and bugs opened to collect cases where these new guidelines are not yet adhered to in the existing codebase: [[26926]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26926) - Update all occurrences of `<input type="number">` to apply ACC2 coding guideline.
1802
- Finally, to encourage continued focus on accessibility in future cycles, a new role 'Accessibility Advocate' was added to the team for the next cycle.
1802
- Finally, to encourage continued focus on accessibility in future cycles, a new role 'Accessibility Advocate' was added to the team for the next cycle.
1803
1803
1804
### REST API enhancements
1804
### REST API enhancements
1805
- Add columns_settings support to API datatables wrapper ([[25287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25287))
1805
- Add columns_settings support to API datatables wrapper ([[25287]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25287))
1806
1806
1807
> In order to properly use our API for server-side rendering of DataTables, a wrapper has been introduced. This wrapper has been added columns settings support. The libraries and cities pages are using this wrapper to render using the API and use server-side pagination and filtering. They can be used as sample implementations. A more complex example can be found on bug [[20212]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212) which is expected to land on the next cycle.
1807
> In order to properly use our API for server-side rendering of DataTables, a wrapper has been introduced. This wrapper has been added columns settings support. The libraries and cities pages are using this wrapper to render using the API and use server-side pagination and filtering. They can be used as sample implementations. A more complex example can be found on bug [[20212]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212) which is expected to land on the next cycle.
1808
1808
1809
### Plugins support
1809
### Plugins support
1810
4 new plugin's hooks are available:
1810
4 new plugin's hooks are available:
Lines 1837-1846 An accessibility audit on the OPAC took place during the cycle which resulted in Link Here
1837
1837
1838
### Features deprecation
1838
### Features deprecation
1839
1839
1840
- We have announced the deprecation of OpacGroupResults ([[20410]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20410)) on the mailing list.
1840
- We have announced the deprecation of OpacGroupResults ([[20410]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20410)) on the mailing list.
1841
https://lists.katipo.co.nz/pipermail/koha/2020-November/055362.html
1841
https://lists.katipo.co.nz/pipermail/koha/2020-November/055362.html
1842
1842
1843
- Also, the PayPal logic code will be removed from Koha ([[23215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215)).
1843
- Also, the PayPal logic code will be removed from Koha ([[23215]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215)).
1844
When the plugin hooks for payment plugins were introduced, many payment plugins were written and distributed. PayPal is not different than any of those, and there is an implementation already. The PayPal plugin provides interesting new features as it moved forward: support for per-library configurations, including minimum theresholds, credentials, etc.
1844
When the plugin hooks for payment plugins were introduced, many payment plugins were written and distributed. PayPal is not different than any of those, and there is an implementation already. The PayPal plugin provides interesting new features as it moved forward: support for per-library configurations, including minimum theresholds, credentials, etc.
1845
As of now, the core PayPal payments feature is considered deprecated and is marked for removal on the next release (21.05). Instructions for migrating your current configuration into the plugin's can be found on the plugin site(https://gitlab.com/thekesolutions/plugins/koha-plugin-pay-via-paypal).
1845
As of now, the core PayPal payments feature is considered deprecated and is marked for removal on the next release (21.05). Instructions for migrating your current configuration into the plugin's can be found on the plugin site(https://gitlab.com/thekesolutions/plugins/koha-plugin-pay-via-paypal).
1846
1846
Lines 1850-1871 As of now, the core PayPal payments feature is considered deprecated and is mark Link Here
1850
The Koha manual is maintained in Sphinx. The home page for Koha 
1850
The Koha manual is maintained in Sphinx. The home page for Koha 
1851
documentation is 
1851
documentation is 
1852
1852
1853
- [Koha Documentation](http://koha-community.org/documentation/)
1853
- [Koha Documentation](https://koha-community.org/documentation/)
1854
1854
1855
As of the date of these release notes, the Koha manual is available in the following languages:
1855
As of the date of these release notes, the Koha manual is available in the following languages:
1856
1856
1857
- [English](http://koha-community.org/manual/20.11/en/html/)
1857
- [English](https://koha-community.org/manual/20.11/en/html/)
1858
- [Arabic](http://koha-community.org/manual/20.11/ar/html/)
1858
- [Arabic](https://koha-community.org/manual/20.11/ar/html/)
1859
- [Chinese - Taiwan](http://koha-community.org/manual/20.11/zh_TW/html/)
1859
- [Chinese - Taiwan](https://koha-community.org/manual/20.11/zh_TW/html/)
1860
- [Czech](http://koha-community.org/manual/20.11/cs/html/)
1860
- [Czech](https://koha-community.org/manual/20.11/cs/html/)
1861
- [French](http://koha-community.org/manual/20.11/fr/html/)
1861
- [French](https://koha-community.org/manual/20.11/fr/html/)
1862
- [French (Canada)](http://koha-community.org/manual/20.11/fr_CA/html/)
1862
- [French (Canada)](https://koha-community.org/manual/20.11/fr_CA/html/)
1863
- [German](http://koha-community.org/manual/20.11/de/html/)
1863
- [German](https://koha-community.org/manual/20.11/de/html/)
1864
- [Hindi](http://koha-community.org/manual/20.11/hi/html/)
1864
- [Hindi](https://koha-community.org/manual/20.11/hi/html/)
1865
- [Italian](http://koha-community.org/manual/20.11/it/html/)
1865
- [Italian](https://koha-community.org/manual/20.11/it/html/)
1866
- [Portuguese - Brazil](http://koha-community.org/manual/20.11/pt_BR/html/)
1866
- [Portuguese - Brazil](https://koha-community.org/manual/20.11/pt_BR/html/)
1867
- [Spanish](http://koha-community.org/manual/20.11/es/html/)
1867
- [Spanish](https://koha-community.org/manual/20.11/es/html/)
1868
- [Turkish](http://koha-community.org/manual/20.11/tr/html/)
1868
- [Turkish](https://koha-community.org/manual/20.11/tr/html/)
1869
1869
1870
The Git repository for the Koha manual can be found at
1870
The Git repository for the Koha manual can be found at
1871
1871
Lines 1906-1921 Partial translations are available for various other languages. Link Here
1906
1906
1907
The Koha team welcomes additional translations; please see
1907
The Koha team welcomes additional translations; please see
1908
1908
1909
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1909
- [Koha Translation Info](https://wiki.koha-community.org/wiki/Translating_Koha)
1910
1910
1911
For information about translating Koha, and join the koha-translate 
1911
For information about translating Koha, and join the koha-translate 
1912
list to volunteer:
1912
list to volunteer:
1913
1913
1914
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1914
- [Koha Translate List](https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1915
1915
1916
The most up-to-date translations can be found at:
1916
The most up-to-date translations can be found at:
1917
1917
1918
- [Koha Translation](http://translate.koha-community.org/)
1918
- [Koha Translation](https://translate.koha-community.org/)
1919
1919
1920
## Release Team
1920
## Release Team
1921
1921
Lines 2002-2012 new features in Koha 20.11.00 Link Here
2002
- Institute of Technology Tallaght
2002
- Institute of Technology Tallaght
2003
- Koha-Suomi Oy
2003
- Koha-Suomi Oy
2004
- National Library of Finland
2004
- National Library of Finland
2005
- [Northeast Kansas Library System](http://www.nekls.org)
2005
- [Northeast Kansas Library System](https://www.nekls.org)
2006
- Orex Digital
2006
- Orex Digital
2007
- [PTFS Europe](https://ptfs-europe.com)
2007
- [PTFS Europe](https://ptfs-europe.com)
2008
- [Royal College of Music](https://www.rcm.ac.uk/)
2008
- [Royal College of Music](https://www.rcm.ac.uk/)
2009
- [South East Kansas Library System](http://www.sekls.org)
2009
- [South East Kansas Library System](https://www.sekls.org)
2010
- Styrian State Library
2010
- Styrian State Library
2011
- [Theke Solutions](https://theke.io/)
2011
- [Theke Solutions](https://theke.io/)
2012
2012
Lines 2265-2271 line is master. Link Here
2265
Bug reports and feature requests can be filed at the Koha bug
2265
Bug reports and feature requests can be filed at the Koha bug
2266
tracker at:
2266
tracker at:
2267
2267
2268
- [Koha Bugzilla](http://bugs.koha-community.org)
2268
- [Koha Bugzilla](https://bugs.koha-community.org)
2269
2269
2270
He rau ringa e oti ai.
2270
He rau ringa e oti ai.
2271
(Many hands finish the work)
2271
(Many hands finish the work)
(-)a/misc/release_notes/release_notes_21_05_00.html (-717 / +717 lines)
Lines 8-26 and sizes, volunteers, and support companies from around the world. The Link Here
8
website for the Koha project is:</p>
8
website for the Koha project is:</p>
9
9
10
<ul>
10
<ul>
11
<li><a href="http://koha-community.org">Koha Community</a></li>
11
<li><a href="https://koha-community.org">Koha Community</a></li>
12
</ul>
12
</ul>
13
13
14
<p>Koha 21.05.00 can be downloaded from:</p>
14
<p>Koha 21.05.00 can be downloaded from:</p>
15
15
16
<ul>
16
<ul>
17
<li><a href="http://download.koha-community.org/koha-21.05-latest.tar.gz">Download</a></li>
17
<li><a href="https://download.koha-community.org/koha-21.05-latest.tar.gz">Download</a></li>
18
</ul>
18
</ul>
19
19
20
<p>Installation instructions can be found at:</p>
20
<p>Installation instructions can be found at:</p>
21
21
22
<ul>
22
<ul>
23
<li><a href="http://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
23
<li><a href="https://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
24
<li>OR in the INSTALL files that come in the tarball</li>
24
<li>OR in the INSTALL files that come in the tarball</li>
25
</ul>
25
</ul>
26
26
Lines 57-70 website for the Koha project is:</p> Link Here
57
57
58
<h3 id="paypalsupport">PayPal support</h3>
58
<h3 id="paypalsupport">PayPal support</h3>
59
59
60
<p>Paypal support has been dropped from Koha core and moved to a plugin <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215">[23215]</a></p>
60
<p>Paypal support has been dropped from Koha core and moved to a plugin <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215">[23215]</a></p>
61
61
62
<h2 id="newfeatures">New features</h2>
62
<h2 id="newfeatures">New features</h2>
63
63
64
<h3 id="acquisitions">Acquisitions</h3>
64
<h3 id="acquisitions">Acquisitions</h3>
65
65
66
<ul>
66
<ul>
67
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212">[20212]</a> Improve performance of acquisitions receive page</p>
67
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212">[20212]</a> Improve performance of acquisitions receive page</p>
68
68
69
<blockquote>
69
<blockquote>
70
  <p>This development changes how the orders table on receiving in acquisitions is rendered.
70
  <p>This development changes how the orders table on receiving in acquisitions is rendered.
Lines 77-83 website for the Koha project is:</p> Link Here
77
  
77
  
78
  <p>Sponsored by: ByWater Solutions</p>
78
  <p>Sponsored by: ByWater Solutions</p>
79
</blockquote></li>
79
</blockquote></li>
80
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773">[22773]</a> Bulk close invoices and filter invoice view (open/closed)</p>
80
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773">[22773]</a> Bulk close invoices and filter invoice view (open/closed)</p>
81
81
82
<blockquote>
82
<blockquote>
83
  <p>This new feature splits the view of the invoice search results into opened and closed tables and adds the ability to bulk close or reopen invoices.</p>
83
  <p>This new feature splits the view of the invoice search results into opened and closed tables and adds the ability to bulk close or reopen invoices.</p>
Lines 87-93 website for the Koha project is:</p> Link Here
87
<h3 id="cataloging">Cataloging</h3>
87
<h3 id="cataloging">Cataloging</h3>
88
88
89
<ul>
89
<ul>
90
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11299">[11299]</a> Add a button to automatically link authority records in cataloguing (AJAX)</p>
90
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11299">[11299]</a> Add a button to automatically link authority records in cataloguing (AJAX)</p>
91
91
92
<blockquote>
92
<blockquote>
93
  <p>This patch adds a new button to the basic MARC editor. When clicked this button will run through all controlled fields in the MARC record and search the existing authority file to link them to authorities. Depending on system preferences unmatched headings will create new authorities or remain unlinked. Results will be highlighted so that the cataloguer can see what was done.</p>
93
  <p>This patch adds a new button to the basic MARC editor. When clicked this button will run through all controlled fields in the MARC record and search the existing authority file to link them to authorities. Depending on system preferences unmatched headings will create new authorities or remain unlinked. Results will be highlighted so that the cataloguer can see what was done.</p>
Lines 97-103 website for the Koha project is:</p> Link Here
97
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
97
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
98
98
99
<ul>
99
<ul>
100
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8976">[8976]</a> Default sequence of subfields in cataloguing and item editor</p>
100
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8976">[8976]</a> Default sequence of subfields in cataloguing and item editor</p>
101
101
102
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
102
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
103
103
Lines 119-125 website for the Koha project is:</p> Link Here
119
<h3 id="staffclient">Staff Client</h3>
119
<h3 id="staffclient">Staff Client</h3>
120
120
121
<ul>
121
<ul>
122
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22569">[22569]</a> Add a 'Transfers to send' report</p>
122
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22569">[22569]</a> Add a 'Transfers to send' report</p>
123
123
124
<blockquote>
124
<blockquote>
125
  <p>This enhancement adds a 'Transfers to send' report to the circulation module.</p>
125
  <p>This enhancement adds a 'Transfers to send' report to the circulation module.</p>
Lines 131-137 website for the Koha project is:</p> Link Here
131
<h3 id="systemadministration">System Administration</h3>
131
<h3 id="systemadministration">System Administration</h3>
132
132
133
<ul>
133
<ul>
134
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633">[26633]</a> Add advanced editor for transfer limits</p>
134
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633">[26633]</a> Add advanced editor for transfer limits</p>
135
135
136
<blockquote>
136
<blockquote>
137
  <p>This enhancement adds an "advanced" editor for transfer limits that displays all to/from library combinations in a grid and allows them to be edited in a manner somewhat similar to the transport cost matrix editor.</p>
137
  <p>This enhancement adds an "advanced" editor for transfer limits that displays all to/from library combinations in a grid and allows them to be edited in a manner somewhat similar to the transport cost matrix editor.</p>
Lines 143-149 website for the Koha project is:</p> Link Here
143
<h3 id="acquisitions">Acquisitions</h3>
143
<h3 id="acquisitions">Acquisitions</h3>
144
144
145
<ul>
145
<ul>
146
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23971">[23971]</a> Add logging for basket related actions</p>
146
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23971">[23971]</a> Add logging for basket related actions</p>
147
147
148
<blockquote>
148
<blockquote>
149
  <p>This enhancement adds back the <code>AcquisitionsLog</code> preference and when enabled it adds logging for the following actions:</p>
149
  <p>This enhancement adds back the <code>AcquisitionsLog</code> preference and when enabled it adds logging for the following actions:</p>
Lines 158-179 website for the Koha project is:</p> Link Here
158
  <li>Approving baskets</li>
158
  <li>Approving baskets</li>
159
  </ul>
159
  </ul>
160
</blockquote></li>
160
</blockquote></li>
161
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26630">[26630]</a> Allow custom text for each library on the purchase suggestion page</p>
161
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26630">[26630]</a> Allow custom text for each library on the purchase suggestion page</p>
162
162
163
<blockquote>
163
<blockquote>
164
  <p>Enhancement to allow for custom text at the top of the purchase suggestion screen which can be administered via the Koha news tool.</p>
164
  <p>Enhancement to allow for custom text at the top of the purchase suggestion screen which can be administered via the Koha news tool.</p>
165
</blockquote></li>
165
</blockquote></li>
166
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27023">[27023]</a> Add class names in the suggestions column in suggestions management</p>
166
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27023">[27023]</a> Add class names in the suggestions column in suggestions management</p>
167
167
168
<blockquote>
168
<blockquote>
169
  <p>This enhancement adds classes to the various information spans displayed in the suggestions table. This allows for simple targeting of CSS rules to highlight or hide information that is important/irrelevant for your library's use.</p>
169
  <p>This enhancement adds classes to the various information spans displayed in the suggestions table. This allows for simple targeting of CSS rules to highlight or hide information that is important/irrelevant for your library's use.</p>
170
</blockquote></li>
170
</blockquote></li>
171
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27240">[27240]</a> Export basket: remove spaces and don't export links</p>
171
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27240">[27240]</a> Export basket: remove spaces and don't export links</p>
172
172
173
<blockquote>
173
<blockquote>
174
  <p>A simple template cleanup to improve code legibility and remove superfluous whitespace when exporting data using the table features. Also removes links from the exported data.</p>
174
  <p>A simple template cleanup to improve code legibility and remove superfluous whitespace when exporting data using the table features. Also removes links from the exported data.</p>
175
</blockquote></li>
175
</blockquote></li>
176
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27606">[27606]</a> Breadcrumbs on parcel.pl should include a link to the vendor</p>
176
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27606">[27606]</a> Breadcrumbs on parcel.pl should include a link to the vendor</p>
177
177
178
<blockquote>
178
<blockquote>
179
  <p>Updates the breadcrumb on the orders to receive page from:</p>
179
  <p>Updates the breadcrumb on the orders to receive page from:</p>
Lines 186-198 website for the Koha project is:</p> Link Here
186
  
186
  
187
  <p>This improves consistency and aids navigation.</p>
187
  <p>This improves consistency and aids navigation.</p>
188
</blockquote></li>
188
</blockquote></li>
189
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27646">[27646]</a> Allow export of acquisitions home and funds table</li>
189
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27646">[27646]</a> Allow export of acquisitions home and funds table</li>
190
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27793">[27793]</a> Store Contents of FTX segment of EDI quotes for inclusion in orders</p>
190
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27793">[27793]</a> Store Contents of FTX segment of EDI quotes for inclusion in orders</p>
191
191
192
<blockquote>
192
<blockquote>
193
  <p>This enhancement adds support for the EDI FTX (FreeText) segment in Edifact ordering. We simply store the segment and pass it around in the EDI process required.</p>
193
  <p>This enhancement adds support for the EDI FTX (FreeText) segment in Edifact ordering. We simply store the segment and pass it around in the EDI process required.</p>
194
</blockquote></li>
194
</blockquote></li>
195
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27794">[27794]</a> Add link to biblio in lateorders page</p>
195
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27794">[27794]</a> Add link to biblio in lateorders page</p>
196
196
197
<blockquote>
197
<blockquote>
198
  <p>This patch modifies the display of bibliographic records in the acquisitions report of late orders so that the title of the record is a link to the corresponding bibliographic details page.</p>
198
  <p>This patch modifies the display of bibliographic records in the acquisitions report of late orders so that the title of the record is a link to the corresponding bibliographic details page.</p>
Lines 202-226 website for the Koha project is:</p> Link Here
202
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
202
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
203
203
204
<ul>
204
<ul>
205
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22824">[22824]</a> Replace YAML::Syck with YAML::XS</p>
205
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22824">[22824]</a> Replace YAML::Syck with YAML::XS</p>
206
206
207
<blockquote>
207
<blockquote>
208
  <p>To bring consistency to the codebase, improve performance and reduce dependencies it was decided we should converge on a single YAML parsing library... we opted for YAML::XS.</p>
208
  <p>To bring consistency to the codebase, improve performance and reduce dependencies it was decided we should converge on a single YAML parsing library... we opted for YAML::XS.</p>
209
</blockquote></li>
209
</blockquote></li>
210
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23271">[23271]</a> Koha::Patron::Category should use Koha::Object::Limit::Library</p>
210
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23271">[23271]</a> Koha::Patron::Category should use Koha::Object::Limit::Library</p>
211
211
212
<blockquote>
212
<blockquote>
213
  <p>This enhancement makes Koha::Patron::Categories inherit the
213
  <p>This enhancement makes Koha::Patron::Categories inherit the
214
  'search_with_library_limits' method from Koha::Objects::Limit::Library and thus makes it consistent with other locations where filtering by branch is required.</p>
214
  'search_with_library_limits' method from Koha::Objects::Limit::Library and thus makes it consistent with other locations where filtering by branch is required.</p>
215
</blockquote></li>
215
</blockquote></li>
216
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23583">[23583]</a> Handle OpacHiddenItems with yaml_preference</li>
216
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23583">[23583]</a> Handle OpacHiddenItems with yaml_preference</li>
217
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23830">[23830]</a> Koha::AuthorisedValues should use Koha::Objects::Limit::Library</p>
217
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23830">[23830]</a> Koha::AuthorisedValues should use Koha::Objects::Limit::Library</p>
218
218
219
<blockquote>
219
<blockquote>
220
  <p>This enhancement makes Koha::AuthorisedValues inherit the
220
  <p>This enhancement makes Koha::AuthorisedValues inherit the
221
  'search_with_library_limits' method from Koha::Objects::Limit::Library and thus makes it consistent with other locations where filtering by branch is required.</p>
221
  'search_with_library_limits' method from Koha::Objects::Limit::Library and thus makes it consistent with other locations where filtering by branch is required.</p>
222
</blockquote></li>
222
</blockquote></li>
223
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24254">[24254]</a> Add Koha::Items->filter_by_visible_in_opac</p>
223
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24254">[24254]</a> Add Koha::Items->filter_by_visible_in_opac</p>
224
224
225
<blockquote>
225
<blockquote>
226
  <p>This patch introduces an efficient way of filtering Koha::Items result sets, to hide items that shouldn't be exposed on public interfaces.</p>
226
  <p>This patch introduces an efficient way of filtering Koha::Items result sets, to hide items that shouldn't be exposed on public interfaces.</p>
Lines 235-251 website for the Koha project is:</p> Link Here
235
  
235
  
236
  <p>[1] Koha::Items->filter_by_visible_in_opac</p>
236
  <p>[1] Koha::Items->filter_by_visible_in_opac</p>
237
</blockquote></li>
237
</blockquote></li>
238
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25026">[25026]</a> RaiseError must be set for the UI</p>
238
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25026">[25026]</a> RaiseError must be set for the UI</p>
239
239
240
<blockquote>
240
<blockquote>
241
  <p>Turning on RaiseError for the UI will propagate the SQL errors to the UI. That will prevent errors to silently fail and let developers catch issues that could exist in our codebase.</p>
241
  <p>Turning on RaiseError for the UI will propagate the SQL errors to the UI. That will prevent errors to silently fail and let developers catch issues that could exist in our codebase.</p>
242
</blockquote></li>
242
</blockquote></li>
243
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25670">[25670]</a> Add useful methods to Koha::Acquisition::Orders</p>
243
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25670">[25670]</a> Add useful methods to Koha::Acquisition::Orders</p>
244
244
245
<blockquote>
245
<blockquote>
246
  <p>This architectural enhancement adds helpful filter methods to the Koha::Acquisitions:: modules to ease the development of Acquisitions API's and future acquisitions related enhancements.</p>
246
  <p>This architectural enhancement adds helpful filter methods to the Koha::Acquisitions:: modules to ease the development of Acquisitions API's and future acquisitions related enhancements.</p>
247
</blockquote></li>
247
</blockquote></li>
248
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25755">[25755]</a> Add a Koha::Item->request_transfer method</p>
248
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25755">[25755]</a> Add a Koha::Item->request_transfer method</p>
249
249
250
<blockquote>
250
<blockquote>
251
  <p>This work adds a <code>request_transfer</code> method to <code>Koha::Item</code> that allows a transfer to be requested.</p>
251
  <p>This work adds a <code>request_transfer</code> method to <code>Koha::Item</code> that allows a transfer to be requested.</p>
Lines 254-260 website for the Koha project is:</p> Link Here
254
  
254
  
255
  <p>Optionally, one can pass 'ignore_limits' and 'enqueue'/'replace' parameters to override the transfer limits and handle cases where a transfer request may already exist.</p>
255
  <p>Optionally, one can pass 'ignore_limits' and 'enqueue'/'replace' parameters to override the transfer limits and handle cases where a transfer request may already exist.</p>
256
</blockquote></li>
256
</blockquote></li>
257
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25757">[25757]</a> Add a Koha::Item::Transfer->transit method</p>
257
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25757">[25757]</a> Add a Koha::Item::Transfer->transit method</p>
258
258
259
<blockquote>
259
<blockquote>
260
  <p>This patch adds the <code>Koha::Item-&gt;transit</code> method which can be used to progress a transfer from 'requested' to 'in_transit'.</p>
260
  <p>This patch adds the <code>Koha::Item-&gt;transit</code> method which can be used to progress a transfer from 'requested' to 'in_transit'.</p>
Lines 263-312 website for the Koha project is:</p> Link Here
263
  
263
  
264
  <p>We also add some sugar methods to allow easy navigation between the 'Transfer' and it's respective 'Item'.</p>
264
  <p>We also add some sugar methods to allow easy navigation between the 'Transfer' and it's respective 'Item'.</p>
265
</blockquote></li>
265
</blockquote></li>
266
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25767">[25767]</a> Add Koha::Item::Transfer->receive method</p>
266
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25767">[25767]</a> Add Koha::Item::Transfer->receive method</p>
267
267
268
<blockquote>
268
<blockquote>
269
  <p>This enhancement adds the <code>Koha::Item::Transfer-&gt;receive</code> method to allow recording the receipt of a transfer at its destination.</p>
269
  <p>This enhancement adds the <code>Koha::Item::Transfer-&gt;receive</code> method to allow recording the receipt of a transfer at its destination.</p>
270
  
270
  
271
  <p>The method will throw an exception if the item is not checked in and it also handles setting DateLastSeen.</p>
271
  <p>The method will throw an exception if the item is not checked in and it also handles setting DateLastSeen.</p>
272
</blockquote></li>
272
</blockquote></li>
273
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25802">[25802]</a> Koha::Calendar->addDate should be renamed addDuration to better reflect it's purpose</li>
273
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25802">[25802]</a> Koha::Calendar->addDate should be renamed addDuration to better reflect it's purpose</li>
274
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26057">[26057]</a> Add Koha::Item::Transfer->cancel method</p>
274
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26057">[26057]</a> Add Koha::Item::Transfer->cancel method</p>
275
275
276
<blockquote>
276
<blockquote>
277
  <p>This enhancement adds the <code>Koha::Item::Transfer-&gt;cancel</code> method to allow audited cancellation of item transfers.</p>
277
  <p>This enhancement adds the <code>Koha::Item::Transfer-&gt;cancel</code> method to allow audited cancellation of item transfers.</p>
278
  
278
  
279
  <p>This patch introduces the <code>datecancelled</code> and <code>cancellation_reason</code> fields to branchtransfers for tracking when and why a transfer was cancelled.</p>
279
  <p>This patch introduces the <code>datecancelled</code> and <code>cancellation_reason</code> fields to branchtransfers for tracking when and why a transfer was cancelled.</p>
280
</blockquote></li>
280
</blockquote></li>
281
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26481">[26481]</a> Add Koha::Item::Transfer->in_transit method</p>
281
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26481">[26481]</a> Add Koha::Item::Transfer->in_transit method</p>
282
282
283
<blockquote>
283
<blockquote>
284
  <p>This enhancement adds the <code>Koha::Item::Transfer-&gt;in_transit</code> helper method to quickly identify transfers that are in progress.</p>
284
  <p>This enhancement adds the <code>Koha::Item::Transfer-&gt;in_transit</code> helper method to quickly identify transfers that are in progress.</p>
285
</blockquote></li>
285
</blockquote></li>
286
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26618">[26618]</a> C4/RotatingCollections.pm should not use C4::Circulation::transferbook</p>
286
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26618">[26618]</a> C4/RotatingCollections.pm should not use C4::Circulation::transferbook</p>
287
287
288
<blockquote>
288
<blockquote>
289
  <p>This enhancement updates the Rotating Collections system to use the recently introduced Koha:: methods for Item Transfers.</p>
289
  <p>This enhancement updates the Rotating Collections system to use the recently introduced Koha:: methods for Item Transfers.</p>
290
  
290
  
291
  <p>We expose some extra feedback to the end user to highlight where transfers would have previously failed silently when used in combination with other systems that trigger transfers.</p>
291
  <p>We expose some extra feedback to the end user to highlight where transfers would have previously failed silently when used in combination with other systems that trigger transfers.</p>
292
</blockquote></li>
292
</blockquote></li>
293
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26950">[26950]</a> Checkin failure messages are unclear or too specific</li>
293
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26950">[26950]</a> Checkin failure messages are unclear or too specific</li>
294
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27069">[27069]</a> Change holdallowed values from numbers to strings</li>
294
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27069">[27069]</a> Change holdallowed values from numbers to strings</li>
295
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27131">[27131]</a> Move code from circ/pendingreserves.pl to modules</li>
295
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27131">[27131]</a> Move code from circ/pendingreserves.pl to modules</li>
296
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27246">[27246]</a> Remove apache only code from C4::Context BEGIN</li>
296
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27246">[27246]</a> Remove apache only code from C4::Context BEGIN</li>
297
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27268">[27268]</a> Move C4::Biblio::GetMarcNotes to Koha namespace</p>
297
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27268">[27268]</a> Move C4::Biblio::GetMarcNotes to Koha namespace</p>
298
298
299
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p></li>
299
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p></li>
300
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27281">[27281]</a> Replace call to <code>C4::Circulation::DeleteTransfer</code> with <code>Koha::Item::Transfer-&gt;cancel({ comment =&gt; $comment })</code> in <code>C4::Circulation::LostItem</code></li>
300
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27281">[27281]</a> Replace call to <code>C4::Circulation::DeleteTransfer</code> with <code>Koha::Item::Transfer-&gt;cancel({ comment =&gt; $comment })</code> in <code>C4::Circulation::LostItem</code></li>
301
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27485">[27485]</a> Rename system preference gist to TaxRates</li>
301
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27485">[27485]</a> Rename system preference gist to TaxRates</li>
302
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27486">[27486]</a> Rename system preference delimiter to CSVDelimiter</li>
302
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27486">[27486]</a> Rename system preference delimiter to CSVDelimiter</li>
303
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27487">[27487]</a> Rename system preference reviewson to OPACComments</p>
303
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27487">[27487]</a> Rename system preference reviewson to OPACComments</p>
304
304
305
<blockquote>
305
<blockquote>
306
  <p>This renames the existing system preference 'reviewson' to 'OPACComments' which better reflects its use.</p>
306
  <p>This renames the existing system preference 'reviewson' to 'OPACComments' which better reflects its use.</p>
307
</blockquote></li>
307
</blockquote></li>
308
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27491">[27491]</a> Rename system preference opaclanguages  to OPACLanguages</li>
308
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27491">[27491]</a> Rename system preference opaclanguages  to OPACLanguages</li>
309
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27636">[27636]</a> Replace Koha::Account::pay with a simpler method</p>
309
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27636">[27636]</a> Replace Koha::Account::pay with a simpler method</p>
310
310
311
<blockquote>
311
<blockquote>
312
  <p>This enhancement adds the new 'payin_amount' method to Koha::Account.</p>
312
  <p>This enhancement adds the new 'payin_amount' method to Koha::Account.</p>
Lines 315-333 website for the Koha project is:</p> Link Here
315
  
315
  
316
  <p>The original 'pay' method now uses payin_amount internally and will be left intact for a deprecation period.</p>
316
  <p>The original 'pay' method now uses payin_amount internally and will be left intact for a deprecation period.</p>
317
</blockquote></li>
317
</blockquote></li>
318
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27673">[27673]</a> Replace YAML with YAML::XS</p>
318
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27673">[27673]</a> Replace YAML with YAML::XS</p>
319
319
320
<blockquote>
320
<blockquote>
321
  <p>Replaces uses of YAML module with more widely supported YAML::XS module.</p>
321
  <p>Replaces uses of YAML module with more widely supported YAML::XS module.</p>
322
</blockquote></li>
322
</blockquote></li>
323
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27756">[27756]</a> background_jobs_worker.pl is memory inefficient</li>
323
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27756">[27756]</a> background_jobs_worker.pl is memory inefficient</li>
324
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27833">[27833]</a> Koha::Exceptions::Patron::Attribute::* should have parameters</p>
324
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27833">[27833]</a> Koha::Exceptions::Patron::Attribute::* should have parameters</p>
325
325
326
<blockquote>
326
<blockquote>
327
  <p>This development adds parameters to the extended attributes-related exceptions. This allows better handling.</p>
327
  <p>This development adds parameters to the extended attributes-related exceptions. This allows better handling.</p>
328
</blockquote></li>
328
</blockquote></li>
329
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27851">[27851]</a> Add Koha::Old::Checkouts->filter_by_todays_checkins method</li>
329
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27851">[27851]</a> Add Koha::Old::Checkouts->filter_by_todays_checkins method</li>
330
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27896">[27896]</a> Remove C4::Circulation::DeleteTransfer</p>
330
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27896">[27896]</a> Remove C4::Circulation::DeleteTransfer</p>
331
331
332
<blockquote>
332
<blockquote>
333
  <p>This patch replaces calls to DeleteTransfer with Koha::Item::Transfer->cancel and then removes C4::Circulation::DeleteTransfer entirely.</p>
333
  <p>This patch replaces calls to DeleteTransfer with Koha::Item::Transfer->cancel and then removes C4::Circulation::DeleteTransfer entirely.</p>
Lines 339-364 website for the Koha project is:</p> Link Here
339
  <li>Cleaning code from the overburdened C4::Circulation module.</li>
339
  <li>Cleaning code from the overburdened C4::Circulation module.</li>
340
  </ol>
340
  </ol>
341
</blockquote></li>
341
</blockquote></li>
342
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27930">[27930]</a> Move <em>escape</em>* functions from acq/parcel.tt to be re-usable</p>
342
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27930">[27930]</a> Move <em>escape</em>* functions from acq/parcel.tt to be re-usable</p>
343
343
344
<blockquote>
344
<blockquote>
345
  <p>This enhancement moves the useful <code>_escape_price</code> and <code>_escape_str</code> functions found in acq/parcel.tt into the re-usable staff-global.js include file.</p>
345
  <p>This enhancement moves the useful <code>_escape_price</code> and <code>_escape_str</code> functions found in acq/parcel.tt into the re-usable staff-global.js include file.</p>
346
</blockquote></li>
346
</blockquote></li>
347
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27995">[27995]</a> Koha::Account::Line->apply should return the update Koha::Account::Line object</li>
347
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27995">[27995]</a> Koha::Account::Line->apply should return the update Koha::Account::Line object</li>
348
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28056">[28056]</a> Add Koha::Exceptions::Patron::MissingMandatoryExtendedAttribute</p>
348
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28056">[28056]</a> Add Koha::Exceptions::Patron::MissingMandatoryExtendedAttribute</p>
349
349
350
<blockquote>
350
<blockquote>
351
  <p>This patch adds a new exception for more fine-grained control on the errors when dealing with patrons and their extended attributes.</p>
351
  <p>This patch adds a new exception for more fine-grained control on the errors when dealing with patrons and their extended attributes.</p>
352
</blockquote></li>
352
</blockquote></li>
353
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28210">[28210]</a> C4::Circulation::LostItem should pass through skip_record_index to MarkIssueReturned</li>
353
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28210">[28210]</a> C4::Circulation::LostItem should pass through skip_record_index to MarkIssueReturned</li>
354
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28278">[28278]</a> Improve $KOHA_CONF parsing speed by using XML::LibXML</li>
354
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28278">[28278]</a> Improve $KOHA_CONF parsing speed by using XML::LibXML</li>
355
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28386">[28386]</a> Replace dev_map.yaml from release_tools with .mailmap</li>
355
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28386">[28386]</a> Replace dev_map.yaml from release_tools with .mailmap</li>
356
</ul>
356
</ul>
357
357
358
<h3 id="authentication">Authentication</h3>
358
<h3 id="authentication">Authentication</h3>
359
359
360
<ul>
360
<ul>
361
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18506">[18506]</a> SSO - Shibboleth Only Mode</p>
361
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18506">[18506]</a> SSO - Shibboleth Only Mode</p>
362
362
363
<blockquote>
363
<blockquote>
364
  <p>This enhancement adds a system preference to allow libraries to enable shibboleth to work as the only authentication method available for their library and as such practice fully devolved authentication.</p>
364
  <p>This enhancement adds a system preference to allow libraries to enable shibboleth to work as the only authentication method available for their library and as such practice fully devolved authentication.</p>
Lines 370-383 website for the Koha project is:</p> Link Here
370
<h3 id="cataloging">Cataloging</h3>
370
<h3 id="cataloging">Cataloging</h3>
371
371
372
<ul>
372
<ul>
373
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23302">[23302]</a> Less clicks on Z3950 search results</p>
373
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23302">[23302]</a> Less clicks on Z3950 search results</p>
374
374
375
<blockquote>
375
<blockquote>
376
  <p>On the three forms where we use Z3950 search results, in acquisitions and cataloguing for authorities as well as biblios, the form remembers your last choice for Card or MARC view.</p>
376
  <p>On the three forms where we use Z3950 search results, in acquisitions and cataloguing for authorities as well as biblios, the form remembers your last choice for Card or MARC view.</p>
377
  
377
  
378
  <p>Note that this adds a new key in localStorage of your browser: z3950search_last_action.</p>
378
  <p>Note that this adds a new key in localStorage of your browser: z3950search_last_action.</p>
379
</blockquote></li>
379
</blockquote></li>
380
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108">[24108]</a> Configure if biblionumber or control number is used for saved files from detail page or advanced cataloguing editor</p>
380
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108">[24108]</a> Configure if biblionumber or control number is used for saved files from detail page or advanced cataloguing editor</p>
381
381
382
<blockquote>
382
<blockquote>
383
  <p>This enhancement lets you choose how a record is named when saving it as a MARC or MARCXML file using the advanced cataloguing editor or the download option from the staff interface detail page.</p>
383
  <p>This enhancement lets you choose how a record is named when saving it as a MARC or MARCXML file using the advanced cataloguing editor or the download option from the staff interface detail page.</p>
Lines 389-410 website for the Koha project is:</p> Link Here
389
  <li>the control number (001 field): the file is saved as as record-{controlnumber}.{format}.</li>
389
  <li>the control number (001 field): the file is saved as as record-{controlnumber}.{format}.</li>
390
  </ul>
390
  </ul>
391
</blockquote></li>
391
</blockquote></li>
392
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26943">[26943]</a> Show not for loan descriptions in cataloging search (addbooks.pl)</p>
392
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26943">[26943]</a> Show not for loan descriptions in cataloging search (addbooks.pl)</p>
393
393
394
<blockquote>
394
<blockquote>
395
  <p>Adds the ability to see not for loan descriptions in the cataloging search results.</p>
395
  <p>Adds the ability to see not for loan descriptions in the cataloging search results.</p>
396
</blockquote></li>
396
</blockquote></li>
397
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27422">[27422]</a> HTML5Media is http by default but Youtube is https only</p>
397
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27422">[27422]</a> HTML5Media is http by default but Youtube is https only</p>
398
398
399
<p><strong>Sponsored by</strong> <em>Banco Central de la República Argentina</em></p></li>
399
<p><strong>Sponsored by</strong> <em>Banco Central de la República Argentina</em></p></li>
400
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27545">[27545]</a> NewItemsDefaultLocation is only used from additem.pl</p>
400
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27545">[27545]</a> NewItemsDefaultLocation is only used from additem.pl</p>
401
401
402
<blockquote>
402
<blockquote>
403
  <p>The NewItemsDefaultLocation syste prefernce setting is now also used when adding items in the serials or acquisition module or when importing items through the staged MARC import tools.</p>
403
  <p>The NewItemsDefaultLocation syste prefernce setting is now also used when adding items in the serials or acquisition module or when importing items through the staged MARC import tools.</p>
404
</blockquote></li>
404
</blockquote></li>
405
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27980">[27980]</a> Replace obsolete title-string sorting: Catalog templates</li>
405
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27980">[27980]</a> Replace obsolete title-string sorting: Catalog templates</li>
406
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28035">[28035]</a> Improve breadcrumbs of cataloging search page</li>
406
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28035">[28035]</a> Improve breadcrumbs of cataloging search page</li>
407
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28179">[28179]</a> Use a lightbox gallery to display the images - detail page, staff interface</p>
407
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28179">[28179]</a> Use a lightbox gallery to display the images - detail page, staff interface</p>
408
408
409
<p><strong>Sponsored by</strong> <em>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</em></p>
409
<p><strong>Sponsored by</strong> <em>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</em></p>
410
410
Lines 416-469 website for the Koha project is:</p> Link Here
416
<h3 id="circulation">Circulation</h3>
416
<h3 id="circulation">Circulation</h3>
417
417
418
<ul>
418
<ul>
419
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12224">[12224]</a> Allow easy printing of patron check-in slip</p>
419
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12224">[12224]</a> Allow easy printing of patron check-in slip</p>
420
420
421
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
421
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
422
422
423
<blockquote>
423
<blockquote>
424
  <p>This allows to print a checkin slip with information about all of the items a patron has checked in that day from the checkin page in the staff client. It uses a new notice template with the letter code CHECKINSLIP.</p>
424
  <p>This allows to print a checkin slip with information about all of the items a patron has checked in that day from the checkin page in the staff client. It uses a new notice template with the letter code CHECKINSLIP.</p>
425
</blockquote></li>
425
</blockquote></li>
426
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18532">[18532]</a> Messaging preferences for auto renewals</p>
426
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18532">[18532]</a> Messaging preferences for auto renewals</p>
427
427
428
<blockquote>
428
<blockquote>
429
  <p>This patchset adds messaging preferences for controlling auto renewal notifications. This allows more fine-grained control on auto renewal notifications.</p>
429
  <p>This patchset adds messaging preferences for controlling auto renewal notifications. This allows more fine-grained control on auto renewal notifications.</p>
430
  
430
  
431
  <p>A new letter is added to the existing AUTO_RENEWALS one, for digest notifications  (AUTO_RENEWALS_DIGEST).</p>
431
  <p>A new letter is added to the existing AUTO_RENEWALS one, for digest notifications  (AUTO_RENEWALS_DIGEST).</p>
432
</blockquote></li>
432
</blockquote></li>
433
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18912">[18912]</a> Show more item information when using itemBarcodeFallbackSearch</p>
433
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18912">[18912]</a> Show more item information when using itemBarcodeFallbackSearch</p>
434
434
435
<blockquote>
435
<blockquote>
436
  <p>When using itemBarcodeFallbacksearch to checkout items with an unknown or non-existing barcode, the table with items matching the search criteria didn't contain a lot of information about the items. This patch adds several columns to make it easier to pick the correct item for checkout: callnumber, copy number, serial enumeration, inventory number, collection, and item type.</p>
436
  <p>When using itemBarcodeFallbacksearch to checkout items with an unknown or non-existing barcode, the table with items matching the search criteria didn't contain a lot of information about the items. This patch adds several columns to make it easier to pick the correct item for checkout: callnumber, copy number, serial enumeration, inventory number, collection, and item type.</p>
437
</blockquote></li>
437
</blockquote></li>
438
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21883">[21883]</a> Show authorized value description for withdrawn in check-in</p>
438
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21883">[21883]</a> Show authorized value description for withdrawn in check-in</p>
439
439
440
<blockquote>
440
<blockquote>
441
  <p>This adds the description of the withdrawn status to the message that is displayed when a withdrawn item is returned.</p>
441
  <p>This adds the description of the withdrawn status to the message that is displayed when a withdrawn item is returned.</p>
442
</blockquote></li>
442
</blockquote></li>
443
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23207">[23207]</a> Allow automatic checkin/return at end of circulation period</p>
443
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23207">[23207]</a> Allow automatic checkin/return at end of circulation period</p>
444
444
445
<blockquote>
445
<blockquote>
446
  <p>This adds a new configuration option to the itemtype administration page: Automatic checkin. With automatic checkin enabled the item will be automatically checked in at its due date.
446
  <p>This adds a new configuration option to the itemtype administration page: Automatic checkin. With automatic checkin enabled the item will be automatically checked in at its due date.
447
  In order for this feature to work correctly, the automatic_checkin.pl cronjob needs to be set up on your installation.</p>
447
  In order for this feature to work correctly, the automatic_checkin.pl cronjob needs to be set up on your installation.</p>
448
</blockquote></li>
448
</blockquote></li>
449
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26937">[26937]</a> Add an optional delay to the CheckPrevCheckout system preference</p>
449
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26937">[26937]</a> Add an optional delay to the CheckPrevCheckout system preference</p>
450
450
451
<blockquote>
451
<blockquote>
452
  <p>This adds a new system preference CheckPrevCheckoutDelay that allows to specify a number of days that is used with the CheckPrevCheckout feature to determine, if a warning should be shown or not. If the checkin date of the item that is about to be checked out is longer ago than CheckPrefCheckoutDelay days, no warning will be displayed.</p>
452
  <p>This adds a new system preference CheckPrevCheckoutDelay that allows to specify a number of days that is used with the CheckPrevCheckout feature to determine, if a warning should be shown or not. If the checkin date of the item that is about to be checked out is longer ago than CheckPrefCheckoutDelay days, no warning will be displayed.</p>
453
</blockquote></li>
453
</blockquote></li>
454
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27306">[27306]</a> Add subtitle to return claims table</li>
454
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27306">[27306]</a> Add subtitle to return claims table</li>
455
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27924">[27924]</a> Display number of holds awaiting pickup on check out screens</p>
455
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27924">[27924]</a> Display number of holds awaiting pickup on check out screens</p>
456
456
457
<blockquote>
457
<blockquote>
458
  <p>This patch changes the way waiting holds are displayed on the checkout screen. Holds waiting at the current library will now be displayed separately from holds waiting at other libraries, with a count shown for each group.</p>
458
  <p>This patch changes the way waiting holds are displayed on the checkout screen. Holds waiting at the current library will now be displayed separately from holds waiting at other libraries, with a count shown for each group.</p>
459
</blockquote></li>
459
</blockquote></li>
460
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28034">[28034]</a> Add DataTables to lists of clubs in "Clubs" tabs on patron account</li>
460
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28034">[28034]</a> Add DataTables to lists of clubs in "Clubs" tabs on patron account</li>
461
</ul>
461
</ul>
462
462
463
<h3 id="command-lineutilities">Command-line Utilities</h3>
463
<h3 id="command-lineutilities">Command-line Utilities</h3>
464
464
465
<ul>
465
<ul>
466
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15986">[15986]</a> Add a script for sending hold waiting reminder notices</p>
466
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15986">[15986]</a> Add a script for sending hold waiting reminder notices</p>
467
467
468
<blockquote>
468
<blockquote>
469
  <p>This patch adds a new script (holds_reminder.pl) for sending holds reminder notices to patrons. The script is intended to be run as a cronjob and takes several parameters:
469
  <p>This patch adds a new script (holds_reminder.pl) for sending holds reminder notices to patrons. The script is intended to be run as a cronjob and takes several parameters:
Lines 475-513 website for the Koha project is:</p> Link Here
475
  date - to run the script as it would have been on a specific date
475
  date - to run the script as it would have been on a specific date
476
  n    - no emails - test mode, report only, do not send notices</p>
476
  n    - no emails - test mode, report only, do not send notices</p>
477
</blockquote></li>
477
</blockquote></li>
478
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24272">[24272]</a> Add a command line script to compare the syspref cache to the database</p>
478
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24272">[24272]</a> Add a command line script to compare the syspref cache to the database</p>
479
479
480
<blockquote>
480
<blockquote>
481
  <p>This script checks the value of the system preferences in the database against those in the cache. Generally differences will only exist if changes have been made directly to the DB or the cache has become corrupted.</p>
481
  <p>This script checks the value of the system preferences in the database against those in the cache. Generally differences will only exist if changes have been made directly to the DB or the cache has become corrupted.</p>
482
</blockquote></li>
482
</blockquote></li>
483
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24541">[24541]</a> Database clean-up: purge messages</p>
483
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24541">[24541]</a> Database clean-up: purge messages</p>
484
484
485
<blockquote>
485
<blockquote>
486
  <p>Adds a new option to the cleanup_database.pl cron job to schedule deletion of messages added to patron accounts.</p>
486
  <p>Adds a new option to the cleanup_database.pl cron job to schedule deletion of messages added to patron accounts.</p>
487
</blockquote></li>
487
</blockquote></li>
488
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26459">[26459]</a> Allow sip_cli_emulator to handle cancelling holds</li>
488
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26459">[26459]</a> Allow sip_cli_emulator to handle cancelling holds</li>
489
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27048">[27048]</a> Add timestamps to verbose output of rebuild_zebra.pl</li>
489
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27048">[27048]</a> Add timestamps to verbose output of rebuild_zebra.pl</li>
490
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27049">[27049]</a> Add a script to bulk writeoff debts</p>
490
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27049">[27049]</a> Add a script to bulk writeoff debts</p>
491
491
492
<blockquote>
492
<blockquote>
493
  <p>This new script can be scheduled to writeoff user debts prior to the <code>delete_patrons.pl</code> script attempting to remove them.</p>
493
  <p>This new script can be scheduled to writeoff user debts prior to the <code>delete_patrons.pl</code> script attempting to remove them.</p>
494
  
494
  
495
  <p>Example: ./writeoff_debts.pl --added_before $(date -d '-18 month' --iso-8601) --confirm</p>
495
  <p>Example: ./writeoff_debts.pl --added_before $(date -d '-18 month' --iso-8601) --confirm</p>
496
</blockquote></li>
496
</blockquote></li>
497
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27050">[27050]</a> Allow multiple category_codes in delete_patrons.pl</p>
497
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27050">[27050]</a> Allow multiple category_codes in delete_patrons.pl</p>
498
498
499
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p>
499
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p>
500
500
501
<blockquote>
501
<blockquote>
502
  <p>This enhancement allows the use of multiple patron category codes in the delete_patrons.pl script. For example, delete_patrons.pl --category_code PT --category_code ST</p>
502
  <p>This enhancement allows the use of multiple patron category codes in the delete_patrons.pl script. For example, delete_patrons.pl --category_code PT --category_code ST</p>
503
</blockquote></li>
503
</blockquote></li>
504
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27839">[27839]</a> koha-worker missing tab-completion in bash</li>
504
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27839">[27839]</a> koha-worker missing tab-completion in bash</li>
505
</ul>
505
</ul>
506
506
507
<h3 id="finesandfees">Fines and fees</h3>
507
<h3 id="finesandfees">Fines and fees</h3>
508
508
509
<ul>
509
<ul>
510
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16486">[16486]</a> Display the TIME a fine was collected/written off</p>
510
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16486">[16486]</a> Display the TIME a fine was collected/written off</p>
511
511
512
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
512
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
513
513
Lines 516-522 website for the Koha project is:</p> Link Here
516
  
516
  
517
  <p>For new installations, accounts notices are also updated to include this information by default.</p>
517
  <p>For new installations, accounts notices are also updated to include this information by default.</p>
518
</blockquote></li>
518
</blockquote></li>
519
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215">[23215]</a> Remove PayPal logic from Koha</p>
519
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215">[23215]</a> Remove PayPal logic from Koha</p>
520
520
521
<blockquote>
521
<blockquote>
522
  <p>A while ago, a new payment plugin for PayPal was introduced, with more features like per-branch configurations. [1]</p>
522
  <p>A while ago, a new payment plugin for PayPal was introduced, with more features like per-branch configurations. [1]</p>
Lines 525-547 website for the Koha project is:</p> Link Here
525
  
525
  
526
  <p>[1] https://gitlab.com/thekesolutions/plugins/koha-plugin-pay-via-paypal</p>
526
  <p>[1] https://gitlab.com/thekesolutions/plugins/koha-plugin-pay-via-paypal</p>
527
</blockquote></li>
527
</blockquote></li>
528
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24300">[24300]</a> Add a 'payout amount' option to accounts</p>
528
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24300">[24300]</a> Add a 'payout amount' option to accounts</p>
529
529
530
<blockquote>
530
<blockquote>
531
  <p>This enhancement adds a 'Payout amount' button to the borrowers account details page when there is outstanding credit.  This allows a library to payout multiple outstanding credits in one action.</p>
531
  <p>This enhancement adds a 'Payout amount' button to the borrowers account details page when there is outstanding credit.  This allows a library to payout multiple outstanding credits in one action.</p>
532
</blockquote></li>
532
</blockquote></li>
533
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26272">[26272]</a> Allow cashup summaries to be displayed from the library summary page</p>
533
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26272">[26272]</a> Allow cashup summaries to be displayed from the library summary page</p>
534
534
535
<blockquote>
535
<blockquote>
536
  <p>This enhancement utilises the recently introduced API routes for cashup summaries to allow the display of the cashup summary for the most recent cashup performed on each cash register visible on the cash management library summary page.</p>
536
  <p>This enhancement utilises the recently introduced API routes for cashup summaries to allow the display of the cashup summary for the most recent cashup performed on each cash register visible on the cash management library summary page.</p>
537
</blockquote></li>
537
</blockquote></li>
538
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26273">[26273]</a> Expose cashup summary history for a cash register</p>
538
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26273">[26273]</a> Expose cashup summary history for a cash register</p>
539
539
540
<blockquote>
540
<blockquote>
541
  <p>This enhancement adds a cashup history table at the bottom of the register details page. You can then use this table to display the full summary for any cashup that has taken place at this cash register.</p>
541
  <p>This enhancement adds a cashup history table at the bottom of the register details page. You can then use this table to display the full summary for any cashup that has taken place at this cash register.</p>
542
</blockquote></li>
542
</blockquote></li>
543
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27967">[27967]</a> Modals on the borrower account page don't validate minimum values</li>
543
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27967">[27967]</a> Modals on the borrower account page don't validate minimum values</li>
544
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27971">[27971]</a> The VOID method should be updated to respect double-entry accounting</p>
544
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27971">[27971]</a> The VOID method should be updated to respect double-entry accounting</p>
545
545
546
<blockquote>
546
<blockquote>
547
  <p>Prior to this patch, the VOID action would reverse payments and set the original credit to '0'.</p>
547
  <p>Prior to this patch, the VOID action would reverse payments and set the original credit to '0'.</p>
Lines 550-556 website for the Koha project is:</p> Link Here
550
  
550
  
551
  <p>This all helps in future audits and gives additional detail for Koha's other internal processes (Like automated refunds having to discount void payments - See bug 28421)</p>
551
  <p>This all helps in future audits and gives additional detail for Koha's other internal processes (Like automated refunds having to discount void payments - See bug 28421)</p>
552
</blockquote></li>
552
</blockquote></li>
553
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28127">[28127]</a> POS register details tables should have a transaction date</p>
553
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28127">[28127]</a> POS register details tables should have a transaction date</p>
554
554
555
<blockquote>
555
<blockquote>
556
  <p>This patch adds the accountline timestamp to transactions on the register detail page.</p>
556
  <p>This patch adds the accountline timestamp to transactions on the register detail page.</p>
Lines 560-598 website for the Koha project is:</p> Link Here
560
<h3 id="holdrequests">Hold requests</h3>
560
<h3 id="holdrequests">Hold requests</h3>
561
561
562
<ul>
562
<ul>
563
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24359">[24359]</a> Remove items from Holds Queue when checked in</p>
563
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24359">[24359]</a> Remove items from Holds Queue when checked in</p>
564
564
565
<blockquote>
565
<blockquote>
566
  <p>This development makes Koha trigger an update on the holds queue when items are checked in. This way, the holds queue will be updated faster than the default 1 hour frequency (cronjob).</p>
566
  <p>This development makes Koha trigger an update on the holds queue when items are checked in. This way, the holds queue will be updated faster than the default 1 hour frequency (cronjob).</p>
567
  
567
  
568
  <p>Note: this doesn't trigger the more expensive task of recalculating the whole queue, which remains a cronjob-based task.</p>
568
  <p>Note: this doesn't trigger the more expensive task of recalculating the whole queue, which remains a cronjob-based task.</p>
569
</blockquote></li>
569
</blockquote></li>
570
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26498">[26498]</a> Add option to set a default expire date for holds at reservation time</p>
570
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26498">[26498]</a> Add option to set a default expire date for holds at reservation time</p>
571
571
572
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p>
572
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p>
573
573
574
<blockquote>
574
<blockquote>
575
  <p>This enhancement adds the option to set a default elapsed expiry date for holds at placement and when reservedate is updated.</p>
575
  <p>This enhancement adds the option to set a default elapsed expiry date for holds at placement and when reservedate is updated.</p>
576
</blockquote></li>
576
</blockquote></li>
577
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27016">[27016]</a> Make the pickup locations dropdowns use Select2</p>
577
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27016">[27016]</a> Make the pickup locations dropdowns use Select2</p>
578
578
579
<blockquote>
579
<blockquote>
580
  <p>This enhancement improves the display of the pickup library dropdown list in the holds section for a record, particularly for long lists. Enhancements include being able to start typing the name of the library and search for the library.</p>
580
  <p>This enhancement improves the display of the pickup library dropdown list in the holds section for a record, particularly for long lists. Enhancements include being able to start typing the name of the library and search for the library.</p>
581
</blockquote></li>
581
</blockquote></li>
582
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27790">[27790]</a> Possibility to filter Holds to pull list using pickup place</p>
582
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27790">[27790]</a> Possibility to filter Holds to pull list using pickup place</p>
583
583
584
<blockquote>
584
<blockquote>
585
  <p>Add option to filter by pickup location in Holds to pull report.</p>
585
  <p>Add option to filter by pickup location in Holds to pull report.</p>
586
</blockquote></li>
586
</blockquote></li>
587
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27864">[27864]</a> Visual feedback on overridden pickup locations when placing biblio-level hold</p>
587
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27864">[27864]</a> Visual feedback on overridden pickup locations when placing biblio-level hold</p>
588
588
589
<blockquote>
589
<blockquote>
590
  <p>This patch changes the pickup location dropdown, when placing biblio-level holds, so it renders a sign, alerting that circulation rules would be overridden if the pickup location is chosen.</p>
590
  <p>This patch changes the pickup location dropdown, when placing biblio-level holds, so it renders a sign, alerting that circulation rules would be overridden if the pickup location is chosen.</p>
591
  
591
  
592
  <p>It relies on new API routes.</p>
592
  <p>It relies on new API routes.</p>
593
</blockquote></li>
593
</blockquote></li>
594
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27894">[27894]</a> Add visual feedback on overridden pickup locations</li>
594
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27894">[27894]</a> Add visual feedback on overridden pickup locations</li>
595
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28092">[28092]</a> Holds to pull needs to include reserve notes</p>
595
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28092">[28092]</a> Holds to pull needs to include reserve notes</p>
596
596
597
<blockquote>
597
<blockquote>
598
  <p>Adds reserve notes column to Holds to pull report.</p>
598
  <p>Adds reserve notes column to Holds to pull report.</p>
Lines 602-630 website for the Koha project is:</p> Link Here
602
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
602
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
603
603
604
<ul>
604
<ul>
605
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25674">[25674]</a> Add RabbitMQ options to koha-create</li>
605
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25674">[25674]</a> Add RabbitMQ options to koha-create</li>
606
</ul>
606
</ul>
607
607
608
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
608
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
609
609
610
<ul>
610
<ul>
611
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15563">[15563]</a> Add option to regularly delete patroncard and label batches to cleanup_database.pl cronjob</p>
611
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15563">[15563]</a> Add option to regularly delete patroncard and label batches to cleanup_database.pl cronjob</p>
612
612
613
<blockquote>
613
<blockquote>
614
  <p>This enhancement adds new options to the cleanup_database cronjob to delete label and card creator batches that haven't been updated for a given number of days. Previously, all batches were kept indefinitely.</p>
614
  <p>This enhancement adds new options to the cleanup_database cronjob to delete label and card creator batches that haven't been updated for a given number of days. Previously, all batches were kept indefinitely.</p>
615
</blockquote></li>
615
</blockquote></li>
616
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26875">[26875]</a> Allow printing of just one barcode</p>
616
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26875">[26875]</a> Allow printing of just one barcode</p>
617
617
618
<blockquote>
618
<blockquote>
619
  <p>This patch allows one to use the barcode range feature in the label creator tool to print a single barcode at a time.</p>
619
  <p>This patch allows one to use the barcode range feature in the label creator tool to print a single barcode at a time.</p>
620
</blockquote></li>
620
</blockquote></li>
621
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26962">[26962]</a> Koha notice/slips/receipts should print in true black (#000000)</p>
621
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26962">[26962]</a> Koha notice/slips/receipts should print in true black (#000000)</p>
622
622
623
<blockquote>
623
<blockquote>
624
  <p>Almost black color in CSS rules (like #000066) are now replaced by true black color #000000</p>
624
  <p>Almost black color in CSS rules (like #000066) are now replaced by true black color #000000</p>
625
</blockquote></li>
625
</blockquote></li>
626
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28041">[28041]</a> Improve breadcrumbs and headings on label creator pages</li>
626
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28041">[28041]</a> Improve breadcrumbs and headings on label creator pages</li>
627
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28119">[28119]</a> Use full description in layout type selection</p>
627
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28119">[28119]</a> Use full description in layout type selection</p>
628
628
629
<blockquote>
629
<blockquote>
630
  <p>This enhancement changes the display of the drop down list when adding and editing label layouts (Tools > Label creator > Layouts) so that a full description of label types is shown instead of brief names. For example: "Only the barcode is printed" instead of "BAR".</p>
630
  <p>This enhancement changes the display of the drop down list when adding and editing label layouts (Tools > Label creator > Layouts) so that a full description of label types is shown instead of brief names. For example: "Only the barcode is printed" instead of "BAR".</p>
Lines 634-646 website for the Koha project is:</p> Link Here
634
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
634
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
635
635
636
<ul>
636
<ul>
637
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12966">[12966]</a> Edition statement missing from card view in Z39.50 result list (acq+cataloguing)</p>
637
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12966">[12966]</a> Edition statement missing from card view in Z39.50 result list (acq+cataloguing)</p>
638
638
639
<blockquote>
639
<blockquote>
640
  <p>This adds the edition statement (MARC21 250) to the card/ISBD views in the Z39.50 search results in the acquisition and cataloging modules.</p>
640
  <p>This adds the edition statement (MARC21 250) to the card/ISBD views in the Z39.50 search results in the acquisition and cataloging modules.</p>
641
</blockquote></li>
641
</blockquote></li>
642
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27022">[27022]</a> Add publisher number (MARC21 028) to OPAC and staff detail pages</li>
642
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27022">[27022]</a> Add publisher number (MARC21 028) to OPAC and staff detail pages</li>
643
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27852">[27852]</a> Link YES_NO authorized value category to 942$n in Default framework</p>
643
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27852">[27852]</a> Link YES_NO authorized value category to 942$n in Default framework</p>
644
644
645
<blockquote>
645
<blockquote>
646
  <p>This patch adds a Yes/No drop-down menu in the default bibliographic framework for field 942$n (MARC21). This field controls whether or not the record is hidden in the OPAC.</p>
646
  <p>This patch adds a Yes/No drop-down menu in the default bibliographic framework for field 942$n (MARC21). This field controls whether or not the record is hidden in the OPAC.</p>
Lines 650-656 website for the Koha project is:</p> Link Here
650
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
650
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
651
651
652
<ul>
652
<ul>
653
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26199">[26199]</a> Record matching rule match check should include Leader/LDR</p>
653
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26199">[26199]</a> Record matching rule match check should include Leader/LDR</p>
654
654
655
<blockquote>
655
<blockquote>
656
  <p>This patch extends the functionality of the existing record matching rules by allowing comparisons based on the fixed-length MARC leader. To reference the leader in a matching rule, enter "LDR" for the MARC tag in your matching rule setup. The offset and length values can be used to further refine your match.</p>
656
  <p>This patch extends the functionality of the existing record matching rules by allowing comparisons based on the fixed-length MARC leader. To reference the leader in a matching rule, enter "LDR" for the MARC tag in your matching rule setup. The offset and length values can be used to further refine your match.</p>
Lines 660-667 website for the Koha project is:</p> Link Here
660
<h3 id="notices">Notices</h3>
660
<h3 id="notices">Notices</h3>
661
661
662
<ul>
662
<ul>
663
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11257">[11257]</a> Document "items.content" for DUEDGST and PREDUEDGST and update sample notices</li>
663
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11257">[11257]</a> Document "items.content" for DUEDGST and PREDUEDGST and update sample notices</li>
664
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14233">[14233]</a> Add logging support to notices and slips management</p>
664
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14233">[14233]</a> Add logging support to notices and slips management</p>
665
665
666
<blockquote>
666
<blockquote>
667
  <p>This enhancement adds support for logging changes to notices and slips. Features include:</p>
667
  <p>This enhancement adds support for logging changes to notices and slips. Features include:</p>
Lines 673-689 website for the Koha project is:</p> Link Here
673
  <li>a comparison feature, so you can see what changes were made to a notice.</li>
673
  <li>a comparison feature, so you can see what changes were made to a notice.</li>
674
  </ul>
674
  </ul>
675
</blockquote></li>
675
</blockquote></li>
676
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14723">[14723]</a> Additional delivery notes to messages</p>
676
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14723">[14723]</a> Additional delivery notes to messages</p>
677
677
678
<p><strong>Sponsored by</strong> <em>Hypernova Oy</em> and <em>Koha-Suomi Oy</em></p></li>
678
<p><strong>Sponsored by</strong> <em>Hypernova Oy</em> and <em>Koha-Suomi Oy</em></p></li>
679
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21886">[21886]</a> Add option to send notices from owning library instead of issuing library</p>
679
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21886">[21886]</a> Add option to send notices from owning library instead of issuing library</p>
680
680
681
<p><strong>Sponsored by</strong> <em>Gothenburg University Library</em></p>
681
<p><strong>Sponsored by</strong> <em>Gothenburg University Library</em></p>
682
682
683
<blockquote>
683
<blockquote>
684
  <p>Option added to advance_notice.pl and overdue_notice.pl for sending notices from owning or issuing library.</p>
684
  <p>Option added to advance_notice.pl and overdue_notice.pl for sending notices from owning or issuing library.</p>
685
</blockquote></li>
685
</blockquote></li>
686
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26734">[26734]</a> Convert accounts (monetary) notices to use GetPreparedLetter</p>
686
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26734">[26734]</a> Convert accounts (monetary) notices to use GetPreparedLetter</p>
687
687
688
<blockquote>
688
<blockquote>
689
  <p>This enhancement updates the existing slip printing code to utilise the internal GetPreparedLetter function as our other notices do.</p>
689
  <p>This enhancement updates the existing slip printing code to utilise the internal GetPreparedLetter function as our other notices do.</p>
Lines 697-772 website for the Koha project is:</p> Link Here
697
<h3 id="opac">OPAC</h3>
697
<h3 id="opac">OPAC</h3>
698
698
699
<ul>
699
<ul>
700
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12260">[12260]</a> Printing a page from bootstrap shows unnecessary links</li>
700
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12260">[12260]</a> Printing a page from bootstrap shows unnecessary links</li>
701
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18989">[18989]</a> Allow displaying biblios with all items hidden by OpacHiddenItems</p>
701
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18989">[18989]</a> Allow displaying biblios with all items hidden by OpacHiddenItems</p>
702
702
703
<blockquote>
703
<blockquote>
704
  <p>Currently the bibliographic record will be hidden in the OPAC, if all linked items are hidden by criteria defined in OpacHiddenItems. This patch adds a new system preference OpacHiddenItemsHidesRecord that allows to control this behavior making it possible to show the record, even if all items are hidden.</p>
704
  <p>Currently the bibliographic record will be hidden in the OPAC, if all linked items are hidden by criteria defined in OpacHiddenItems. This patch adds a new system preference OpacHiddenItemsHidesRecord that allows to control this behavior making it possible to show the record, even if all items are hidden.</p>
705
</blockquote></li>
705
</blockquote></li>
706
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20410">[20410]</a> Remove OpacGroupResults system preference and feature</p>
706
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20410">[20410]</a> Remove OpacGroupResults system preference and feature</p>
707
707
708
<blockquote>
708
<blockquote>
709
  <p>Remove the OpacGroupResults system preference and PazPar2 that have been deprecated in the previous major version.</p>
709
  <p>Remove the OpacGroupResults system preference and PazPar2 that have been deprecated in the previous major version.</p>
710
</blockquote></li>
710
</blockquote></li>
711
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22752">[22752]</a> Show item-level hold details for patrons when logged into their account</p>
711
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22752">[22752]</a> Show item-level hold details for patrons when logged into their account</p>
712
712
713
<blockquote>
713
<blockquote>
714
  <p>This enhancement to the OPAC shows a logged in patron what item a hold was placed on, for item-level holds ("Item on hold: <barcode>" is added after the title).</p>
714
  <p>This enhancement to the OPAC shows a logged in patron what item a hold was placed on, for item-level holds ("Item on hold: <barcode>" is added after the title).</p>
715
</blockquote></li>
715
</blockquote></li>
716
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25775">[25775]</a> Add DataTables controls to user's checkouts table in OPAC</p>
716
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25775">[25775]</a> Add DataTables controls to user's checkouts table in OPAC</p>
717
717
718
<blockquote>
718
<blockquote>
719
  <p>This patch adds some tools to the display of checkouts, overdues, holds, etc. in the logged-in user's view of their account in the OPAC. Users logged in using a JavaScript-capable browser will now see a filter form for instantly searching the contents of these tables. Controls will be shown to copy the data in the table, export the contents as a CSV file, or print a print-friendly version of the data in the table.</p>
719
  <p>This patch adds some tools to the display of checkouts, overdues, holds, etc. in the logged-in user's view of their account in the OPAC. Users logged in using a JavaScript-capable browser will now see a filter form for instantly searching the contents of these tables. Controls will be shown to copy the data in the table, export the contents as a CSV file, or print a print-friendly version of the data in the table.</p>
720
</blockquote></li>
720
</blockquote></li>
721
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26123">[26123]</a> Show info about existing OPAC note/Patron message on patron's dashboard</p>
721
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26123">[26123]</a> Show info about existing OPAC note/Patron message on patron's dashboard</p>
722
722
723
<blockquote>
723
<blockquote>
724
  <p>Shows the number of messages and OPAC note from a patron record on the dashboard on the OPAC start page.</p>
724
  <p>Shows the number of messages and OPAC note from a patron record on the dashboard on the OPAC start page.</p>
725
</blockquote></li>
725
</blockquote></li>
726
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26847">[26847]</a> Make borrower category code accessible in all pages of the OPAC</li>
726
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26847">[26847]</a> Make borrower category code accessible in all pages of the OPAC</li>
727
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27005">[27005]</a> Adding a filter in the datatable of opac-readingrecord page</p>
727
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27005">[27005]</a> Adding a filter in the datatable of opac-readingrecord page</p>
728
728
729
<blockquote>
729
<blockquote>
730
  <p>This patch adds a search field and export options to the OPAC for a patron's checkout history table.</p>
730
  <p>This patch adds a search field and export options to the OPAC for a patron's checkout history table.</p>
731
</blockquote></li>
731
</blockquote></li>
732
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27029">[27029]</a> Detail page missing Javascript accessible biblionumber value</li>
732
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27029">[27029]</a> Detail page missing Javascript accessible biblionumber value</li>
733
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27098">[27098]</a> Rename 'Relatives fines' to 'Relatives charges' in OPAC</li>
733
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27098">[27098]</a> Rename 'Relatives fines' to 'Relatives charges' in OPAC</li>
734
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27440">[27440]</a> Improve structure and style of result toolbars in the OPAC</li>
734
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27440">[27440]</a> Improve structure and style of result toolbars in the OPAC</li>
735
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27493">[27493]</a> Improve structure and style of checkbox columns in tables</li>
735
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27493">[27493]</a> Improve structure and style of checkbox columns in tables</li>
736
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27610">[27610]</a> Accessibility: OPAC - h1 on each page is Logo but should be page description/title</p>
736
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27610">[27610]</a> Accessibility: OPAC - h1 on each page is Logo but should be page description/title</p>
737
737
738
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
738
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
739
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27618">[27618]</a> Don't show dropdown if PatronSelfRegistrationLibraryList only has one library</p>
739
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27618">[27618]</a> Don't show dropdown if PatronSelfRegistrationLibraryList only has one library</p>
740
740
741
<blockquote>
741
<blockquote>
742
  <p>This patch modifies the patron self-registration screen to improve usability when there is only one library defined in the PatronSelfRegistrationLibraryList system preference. In this situation the library will now display as text instead of a dropdown with only one option.</p>
742
  <p>This patch modifies the patron self-registration screen to improve usability when there is only one library defined in the PatronSelfRegistrationLibraryList system preference. In this situation the library will now display as text instead of a dropdown with only one option.</p>
743
</blockquote></li>
743
</blockquote></li>
744
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27681">[27681]</a> Style OPAC self-registration CAPTCHA as uppercase</p>
744
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27681">[27681]</a> Style OPAC self-registration CAPTCHA as uppercase</p>
745
745
746
<blockquote>
746
<blockquote>
747
  <p>This changes the CAPTCHA field in the OPAC self-registration form to automatically change any character entered to be upper case.</p>
747
  <p>This changes the CAPTCHA field in the OPAC self-registration form to automatically change any character entered to be upper case.</p>
748
</blockquote></li>
748
</blockquote></li>
749
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27728">[27728]</a> Add a search box on OPAC search history</p>
749
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27728">[27728]</a> Add a search box on OPAC search history</p>
750
750
751
<blockquote>
751
<blockquote>
752
  <p>This new enhancement adds a search box to the OPAC search history. It also adds options to copy, export as CSV, and print search history data.</p>
752
  <p>This new enhancement adds a search box to the OPAC search history. It also adds options to copy, export as CSV, and print search history data.</p>
753
</blockquote></li>
753
</blockquote></li>
754
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27740">[27740]</a> Accessibility: OPAC - Headings should have correct tags and hierarchy</p>
754
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27740">[27740]</a> Accessibility: OPAC - Headings should have correct tags and hierarchy</p>
755
755
756
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
756
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
757
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27742">[27742]</a> Accessibility: OPAC - Page titles should have unique information first</li>
757
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27742">[27742]</a> Accessibility: OPAC - Page titles should have unique information first</li>
758
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27814">[27814]</a> Improve responsive behavior of the user page in the OPAC</li>
758
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27814">[27814]</a> Improve responsive behavior of the user page in the OPAC</li>
759
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27876">[27876]</a> Accessibility: OPAC - Reduce heading redundancy</p>
759
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27876">[27876]</a> Accessibility: OPAC - Reduce heading redundancy</p>
760
760
761
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
761
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
762
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27991">[27991]</a> Message field for checkout notes should have a maxlength set</li>
762
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27991">[27991]</a> Message field for checkout notes should have a maxlength set</li>
763
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28018">[28018]</a> Replace obsolete title-string sorting: OPAC templates</li>
763
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28018">[28018]</a> Replace obsolete title-string sorting: OPAC templates</li>
764
</ul>
764
</ul>
765
765
766
<h3 id="patrons">Patrons</h3>
766
<h3 id="patrons">Patrons</h3>
767
767
768
<ul>
768
<ul>
769
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8326">[8326]</a> Allow patron attributes to be made repeatable after initial creation</p>
769
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8326">[8326]</a> Allow patron attributes to be made repeatable after initial creation</p>
770
770
771
<blockquote>
771
<blockquote>
772
  <p>This enhancement lets you modify the attributes "repeatable" and "unique identifier" for patron attribute types. Before this change it was not possible to modify these after they were initially set.</p>
772
  <p>This enhancement lets you modify the attributes "repeatable" and "unique identifier" for patron attribute types. Before this change it was not possible to modify these after they were initially set.</p>
Lines 778-802 website for the Koha project is:</p> Link Here
778
  <li>unique identifier: if unique is set you can't add the same value to other patrons; you can't make an existing attribute unique until you edit all the existing values recorded for patrons and make them unique</li>
778
  <li>unique identifier: if unique is set you can't add the same value to other patrons; you can't make an existing attribute unique until you edit all the existing values recorded for patrons and make them unique</li>
779
  </ul>
779
  </ul>
780
</blockquote></li>
780
</blockquote></li>
781
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21549">[21549]</a> Lock expired patron accounts after x days</p>
781
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21549">[21549]</a> Lock expired patron accounts after x days</p>
782
782
783
<blockquote>
783
<blockquote>
784
  <p>This report adds pref LockExpiredDelay. When you enter a value there, the cleanup_database.pl cron job will lock the accounts of patrons that expired at least the specified number of days.
784
  <p>This report adds pref LockExpiredDelay. When you enter a value there, the cleanup_database.pl cron job will lock the accounts of patrons that expired at least the specified number of days.
785
  This follows the same pattern as existing code that already allows you to anonymize or delete locked patrons.</p>
785
  This follows the same pattern as existing code that already allows you to anonymize or delete locked patrons.</p>
786
</blockquote></li>
786
</blockquote></li>
787
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22150">[22150]</a> Make it easier to unselect one member permission after selecting all</li>
787
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22150">[22150]</a> Make it easier to unselect one member permission after selecting all</li>
788
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27607">[27607]</a> Add the ability to compare patron records during merge process</p>
788
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27607">[27607]</a> Add the ability to compare patron records during merge process</p>
789
789
790
<blockquote>
790
<blockquote>
791
  <p>When merging two patron records, the user now has the option to compare the two records to see the differences between them.</p>
791
  <p>When merging two patron records, the user now has the option to compare the two records to see the differences between them.</p>
792
</blockquote></li>
792
</blockquote></li>
793
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27990">[27990]</a> Replace obsolete title-string sorting: Patrons</li>
793
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27990">[27990]</a> Replace obsolete title-string sorting: Patrons</li>
794
</ul>
794
</ul>
795
795
796
<h3 id="pluginarchitecture">Plugin architecture</h3>
796
<h3 id="pluginarchitecture">Plugin architecture</h3>
797
797
798
<ul>
798
<ul>
799
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245">[25245]</a> Add a plugin hook to allow running code on a nightly basis</p>
799
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245">[25245]</a> Add a plugin hook to allow running code on a nightly basis</p>
800
800
801
<blockquote>
801
<blockquote>
802
  <p>This patchset adds a new cronjob script to Koha, plugins_nightly.pl</p>
802
  <p>This patchset adds a new cronjob script to Koha, plugins_nightly.pl</p>
Lines 810-816 website for the Koha project is:</p> Link Here
810
<h3 id="restapi">REST API</h3>
810
<h3 id="restapi">REST API</h3>
811
811
812
<ul>
812
<ul>
813
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23666">[23666]</a> Add routes for extended patron attributes</p>
813
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23666">[23666]</a> Add routes for extended patron attributes</p>
814
814
815
<blockquote>
815
<blockquote>
816
  <p>This development adds routes for managing a patron's extended attributes.</p>
816
  <p>This development adds routes for managing a patron's extended attributes.</p>
Lines 822-864 website for the Koha project is:</p> Link Here
822
  DELETE /patrons/:patron_id/extended_attributes/:extended_attribute_id
822
  DELETE /patrons/:patron_id/extended_attributes/:extended_attribute_id
823
  PATCH  /patrons/:patron_id/extended_attributes/:extended_attribute_id</p>
823
  PATCH  /patrons/:patron_id/extended_attributes/:extended_attribute_id</p>
824
</blockquote></li>
824
</blockquote></li>
825
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26274">[26274]</a> Expose cash register cashup summaries via an API route.</p>
825
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26274">[26274]</a> Expose cash register cashup summaries via an API route.</p>
826
826
827
<blockquote>
827
<blockquote>
828
  <p>This enhancement adds the <code>/cash_registers/{cash_register_id}/cashups</code> and <code>/cashups/{cashup_id}</code> API endpoints. This opens up the possibility to display the cashup summaries more easily on a wider range of Koha pages.</p>
828
  <p>This enhancement adds the <code>/cash_registers/{cash_register_id}/cashups</code> and <code>/cashups/{cashup_id}</code> API endpoints. This opens up the possibility to display the cashup summaries more easily on a wider range of Koha pages.</p>
829
</blockquote></li>
829
</blockquote></li>
830
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26636">[26636]</a> Add objects.find Mojolicious helper</p>
830
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26636">[26636]</a> Add objects.find Mojolicious helper</p>
831
831
832
<p><strong>Sponsored by</strong> <em>Virginia Polytechnic Institute and State University</em></p></li>
832
<p><strong>Sponsored by</strong> <em>Virginia Polytechnic Institute and State University</em></p></li>
833
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27015">[27015]</a> Add filtering options to the pickup_locations routes</li>
833
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27015">[27015]</a> Add filtering options to the pickup_locations routes</li>
834
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352">[27352]</a> Add GET /biblios/:biblio_id/items</li>
834
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352">[27352]</a> Add GET /biblios/:biblio_id/items</li>
835
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27353">[27353]</a> Return the number of total records</li>
835
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27353">[27353]</a> Return the number of total records</li>
836
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27366">[27366]</a> Add GET /patrons/:patron_id/holds</p>
836
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27366">[27366]</a> Add GET /patrons/:patron_id/holds</p>
837
837
838
<blockquote>
838
<blockquote>
839
  <p>This enhancements adds the <code>GET /patrons/{patron_id}/holds</code> endpoint to the REST API.</p>
839
  <p>This enhancements adds the <code>GET /patrons/{patron_id}/holds</code> endpoint to the REST API.</p>
840
</blockquote></li>
840
</blockquote></li>
841
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27544">[27544]</a> Simplify /checkouts implementation</li>
841
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27544">[27544]</a> Simplify /checkouts implementation</li>
842
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27587">[27587]</a> Use Basic auth on API tests</li>
842
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27587">[27587]</a> Use Basic auth on API tests</li>
843
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27760">[27760]</a> Add handling for x-koha-override</p>
843
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27760">[27760]</a> Add handling for x-koha-override</p>
844
844
845
<blockquote>
845
<blockquote>
846
  <p>This patches add a new Mojolicious helper method that takes care of reading 'x-koha-override' headers that contain comma-separated overrides (e.g. 'pickup_location,too_many_holds') and stashes them for later use in controller methods.</p>
846
  <p>This patches add a new Mojolicious helper method that takes care of reading 'x-koha-override' headers that contain comma-separated overrides (e.g. 'pickup_location,too_many_holds') and stashes them for later use in controller methods.</p>
847
</blockquote></li>
847
</blockquote></li>
848
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27797">[27797]</a> Make POST /holds use the stashed koha.overrides</li>
848
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27797">[27797]</a> Make POST /holds use the stashed koha.overrides</li>
849
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27854">[27854]</a> Clean GET /patrons controller</li>
849
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27854">[27854]</a> Clean GET /patrons controller</li>
850
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27855">[27855]</a> Allow embedding extended_attributes on /patrons routes</p>
850
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27855">[27855]</a> Allow embedding extended_attributes on /patrons routes</p>
851
851
852
<blockquote>
852
<blockquote>
853
  <p>This enhancement allows patron extended attributes to be embedded into the patron object responses on the restful api.</p>
853
  <p>This enhancement allows patron extended attributes to be embedded into the patron object responses on the restful api.</p>
854
</blockquote></li>
854
</blockquote></li>
855
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27898">[27898]</a> Make PUT /holds/:hold_id handle x-koha-override for pickup locations</li>
855
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27898">[27898]</a> Make PUT /holds/:hold_id handle x-koha-override for pickup locations</li>
856
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27932">[27932]</a> Add GET /biblios/:biblio_id/pickup_locations</p>
856
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27932">[27932]</a> Add GET /biblios/:biblio_id/pickup_locations</p>
857
857
858
<blockquote>
858
<blockquote>
859
  <p>See the related wiki page https://wiki.koha-community.org/wiki/Biblios_pickup_locations_endpoint_RFC</p>
859
  <p>See the related wiki page https://wiki.koha-community.org/wiki/Biblios_pickup_locations_endpoint_RFC</p>
860
</blockquote></li>
860
</blockquote></li>
861
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28002">[28002]</a> Add optional extended_attributes param to POST /patrons</p>
861
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28002">[28002]</a> Add optional extended_attributes param to POST /patrons</p>
862
862
863
<blockquote>
863
<blockquote>
864
  <p>This development adds an optional parameter to the POST /patrons route, so extended attributes can be passed for patron creation.
864
  <p>This development adds an optional parameter to the POST /patrons route, so extended attributes can be passed for patron creation.
Lines 866-892 website for the Koha project is:</p> Link Here
866
  
866
  
867
  <p>The added attribute (to be passed in the body of the POST request) is 'extended_attributes' and consists of an array of extended attribute objects (properly described on the spec).</p>
867
  <p>The added attribute (to be passed in the body of the POST request) is 'extended_attributes' and consists of an array of extended attribute objects (properly described on the spec).</p>
868
</blockquote></li>
868
</blockquote></li>
869
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28157">[28157]</a> Add the ability to set a library from which an API request pretends to come from</li>
869
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28157">[28157]</a> Add the ability to set a library from which an API request pretends to come from</li>
870
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28189">[28189]</a> Move the base swagger file to YAML</li>
870
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28189">[28189]</a> Move the base swagger file to YAML</li>
871
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28463">[28463]</a> Change spec for better looking in the docs</li>
871
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28463">[28463]</a> Change spec for better looking in the docs</li>
872
</ul>
872
</ul>
873
873
874
<h3 id="reports">Reports</h3>
874
<h3 id="reports">Reports</h3>
875
875
876
<ul>
876
<ul>
877
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22152">[22152]</a> Hide printing the tools navigation when printing reports</li>
877
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22152">[22152]</a> Hide printing the tools navigation when printing reports</li>
878
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24695">[24695]</a> Improve SQL report validation</li>
878
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24695">[24695]</a> Improve SQL report validation</li>
879
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26708">[26708]</a> Add option to preview SQL from list of saved reports</p>
879
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26708">[26708]</a> Add option to preview SQL from list of saved reports</p>
880
880
881
<blockquote>
881
<blockquote>
882
  <p>This patch adds the option to preview a saved report's SQL directly from the list of saved reports. From this preview the user can edit the report, duplicate it, schedule it, run it, or delete it.</p>
882
  <p>This patch adds the option to preview a saved report's SQL directly from the list of saved reports. From this preview the user can edit the report, duplicate it, schedule it, run it, or delete it.</p>
883
</blockquote></li>
883
</blockquote></li>
884
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26713">[26713]</a> Add pagination to bottom of saved SQL reports table</p>
884
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26713">[26713]</a> Add pagination to bottom of saved SQL reports table</p>
885
885
886
<blockquote>
886
<blockquote>
887
  <p>This enhancement adds a second pagination menu to the bottom of saved SQL reports tables.</p>
887
  <p>This enhancement adds a second pagination menu to the bottom of saved SQL reports tables.</p>
888
</blockquote></li>
888
</blockquote></li>
889
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27380">[27380]</a> Add option for taking a list parameter in reports</p>
889
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27380">[27380]</a> Add option for taking a list parameter in reports</p>
890
890
891
<blockquote>
891
<blockquote>
892
  <p>This enhancement adds a new option for taking input in reports.</p>
892
  <p>This enhancement adds a new option for taking input in reports.</p>
Lines 897-924 website for the Koha project is:</p> Link Here
897
  
897
  
898
  <p>"Data to enter|list"</p>
898
  <p>"Data to enter|list"</p>
899
</blockquote></li>
899
</blockquote></li>
900
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27643">[27643]</a> Add CodeMirror custom syntax highlighting for SQL runtime parameters</p>
900
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27643">[27643]</a> Add CodeMirror custom syntax highlighting for SQL runtime parameters</p>
901
901
902
<blockquote>
902
<blockquote>
903
  <p>This patch modifies the configuration of the reports module's SQL editor so that runtime parameters have their own syntax highlighting, setting them apart by color from other parts of the SQL code.</p>
903
  <p>This patch modifies the configuration of the reports module's SQL editor so that runtime parameters have their own syntax highlighting, setting them apart by color from other parts of the SQL code.</p>
904
</blockquote></li>
904
</blockquote></li>
905
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27644">[27644]</a> Add button to SQL report editor for inserting runtime parameters</p>
905
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27644">[27644]</a> Add button to SQL report editor for inserting runtime parameters</p>
906
906
907
<blockquote>
907
<blockquote>
908
  <p>This patch adds a button menu to the SQL report CodeMirror editor for inserting runtime parameters. Each menu item triggers a modal dialog where the user can specify a parameter label and any other relevant option.</p>
908
  <p>This patch adds a button menu to the SQL report CodeMirror editor for inserting runtime parameters. Each menu item triggers a modal dialog where the user can specify a parameter label and any other relevant option.</p>
909
</blockquote></li>
909
</blockquote></li>
910
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27994">[27994]</a> Replace obsolete title-string sorting: Reports templates</li>
910
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27994">[27994]</a> Replace obsolete title-string sorting: Reports templates</li>
911
</ul>
911
</ul>
912
912
913
<h3 id="sip2">SIP2</h3>
913
<h3 id="sip2">SIP2</h3>
914
914
915
<ul>
915
<ul>
916
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14300">[14300]</a> siplogs do not record process IDs</p>
916
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14300">[14300]</a> siplogs do not record process IDs</p>
917
917
918
<blockquote>
918
<blockquote>
919
  <p>This addition to the default configuration for the SIP section of the Log4Perl configuration will add the process ID to the log lines for SIP logs.  This allows for tracing a transaction from start to finish when using forked SIP services.</p>
919
  <p>This addition to the default configuration for the SIP section of the Log4Perl configuration will add the process ID to the log lines for SIP logs.  This allows for tracing a transaction from start to finish when using forked SIP services.</p>
920
</blockquote></li>
920
</blockquote></li>
921
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26591">[26591]</a> Add a choice to prevent the checkout or warn the user if CheckPrevCheckout is used via SIP2</p>
921
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26591">[26591]</a> Add a choice to prevent the checkout or warn the user if CheckPrevCheckout is used via SIP2</p>
922
922
923
<blockquote>
923
<blockquote>
924
  <p>Some libraries would like patrons to be able to check out items with prior checkouts via SIP even if the CheckPrevIssue preference is enabled.</p>
924
  <p>Some libraries would like patrons to be able to check out items with prior checkouts via SIP even if the CheckPrevIssue preference is enabled.</p>
Lines 930-943 website for the Koha project is:</p> Link Here
930
<h3 id="searching">Searching</h3>
930
<h3 id="searching">Searching</h3>
931
931
932
<ul>
932
<ul>
933
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21249">[21249]</a> Syspref to choose whether to search homebranch, holding branch or both for library groups in advanced search</p>
933
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21249">[21249]</a> Syspref to choose whether to search homebranch, holding branch or both for library groups in advanced search</p>
934
934
935
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
935
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
936
936
937
<blockquote>
937
<blockquote>
938
  <p>This patch adds a system preference, SearchLimitLibrary, to be used in the advanced search on the staff client and OPAC, and the OPAC masthead search. When limiting search results with a library or library group, the SearchLimitLibrary system preference can be set to limit using the item's holding branch, home branch, or both.</p>
938
  <p>This patch adds a system preference, SearchLimitLibrary, to be used in the advanced search on the staff client and OPAC, and the OPAC masthead search. When limiting search results with a library or library group, the SearchLimitLibrary system preference can be set to limit using the item's holding branch, home branch, or both.</p>
939
</blockquote></li>
939
</blockquote></li>
940
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23763">[23763]</a> Move pagination calculations to a subroutine</p>
940
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23763">[23763]</a> Move pagination calculations to a subroutine</p>
941
941
942
<blockquote>
942
<blockquote>
943
  <p>This enhancement moves duplicated code for the pagination of search results in the OPAC and staff interface into its own routine.</p>
943
  <p>This enhancement moves duplicated code for the pagination of search results in the OPAC and staff interface into its own routine.</p>
Lines 947-964 website for the Koha project is:</p> Link Here
947
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
947
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
948
948
949
<ul>
949
<ul>
950
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24863">[24863]</a> QueryFuzzy syspref says it requires Zebra but Elasticsearch has some support</li>
950
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24863">[24863]</a> QueryFuzzy syspref says it requires Zebra but Elasticsearch has some support</li>
951
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25054">[25054]</a> Display search field aliases in search engine configuration</p>
951
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25054">[25054]</a> Display search field aliases in search engine configuration</p>
952
952
953
<blockquote>
953
<blockquote>
954
  <p>This adds a new column aliases to the search fields tabs of the search engine configuration table. The aliases table shows the abbreviated and alternative index names available for each defined index.</p>
954
  <p>This adds a new column aliases to the search fields tabs of the search engine configuration table. The aliases table shows the abbreviated and alternative index names available for each defined index.</p>
955
</blockquote></li>
955
</blockquote></li>
956
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26991">[26991]</a> Add action logs to search engine administration</p>
956
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26991">[26991]</a> Add action logs to search engine administration</p>
957
957
958
<blockquote>
958
<blockquote>
959
  <p>This enhancement adds logging of changes made to Elasticsearch. These can be viewed in the log viewer tool, where you can view all search engine changes, or limit to edit mapping and reset mapping actions.</p>
959
  <p>This enhancement adds logging of changes made to Elasticsearch. These can be viewed in the log viewer tool, where you can view all search engine changes, or limit to edit mapping and reset mapping actions.</p>
960
</blockquote></li>
960
</blockquote></li>
961
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27682">[27682]</a> Add a floating table header for Search engine configuration</p>
961
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27682">[27682]</a> Add a floating table header for Search engine configuration</p>
962
962
963
<blockquote>
963
<blockquote>
964
  <p>This enhancement adds a search filter and a floating table header (that "sticks" to the top of the browser window as you scroll down) to the search engine configuration pages (Administration > Catalog > Search engine configuration (Elasticsearch)). </p>
964
  <p>This enhancement adds a search filter and a floating table header (that "sticks" to the top of the browser window as you scroll down) to the search engine configuration pages (Administration > Catalog > Search engine configuration (Elasticsearch)). </p>
Lines 970-976 website for the Koha project is:</p> Link Here
970
<h3 id="serials">Serials</h3>
970
<h3 id="serials">Serials</h3>
971
971
972
<ul>
972
<ul>
973
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23243">[23243]</a> Allow filtering out of historic subscription expirations in the check expiration of serials page</p>
973
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23243">[23243]</a> Allow filtering out of historic subscription expirations in the check expiration of serials page</p>
974
974
975
<p><strong>Sponsored by</strong> <em>Centre collégial des services regroupés</em></p>
975
<p><strong>Sponsored by</strong> <em>Centre collégial des services regroupés</em></p>
976
976
Lines 979-992 website for the Koha project is:</p> Link Here
979
  
979
  
980
  <p>This bug makes that filtering optional using a new checkbox.</p>
980
  <p>This bug makes that filtering optional using a new checkbox.</p>
981
</blockquote></li>
981
</blockquote></li>
982
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27998">[27998]</a> Replace obsolete title-string sorting: Serials templates</li>
982
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27998">[27998]</a> Replace obsolete title-string sorting: Serials templates</li>
983
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28036">[28036]</a> Improve breadcrumbs of serial claims page</li>
983
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28036">[28036]</a> Improve breadcrumbs of serial claims page</li>
984
</ul>
984
</ul>
985
985
986
<h3 id="staffclient">Staff Client</h3>
986
<h3 id="staffclient">Staff Client</h3>
987
987
988
<ul>
988
<ul>
989
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14004">[14004]</a> Add ability to temporarily disable added CSS and Javascript in OPAC and interface</p>
989
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14004">[14004]</a> Add ability to temporarily disable added CSS and Javascript in OPAC and interface</p>
990
990
991
<blockquote>
991
<blockquote>
992
  <p>This allows to temporarily disable any of OPACUserCSS, OPACUserJS, OpacAdditionalStylesheet, opaclayoutstylesheet, IntranetUserCSS, IntranetUserJS, intranetcolorstylesheet, and intranetstylesheet system preference via an URL parameter.</p>
992
  <p>This allows to temporarily disable any of OPACUserCSS, OPACUserJS, OpacAdditionalStylesheet, opaclayoutstylesheet, IntranetUserCSS, IntranetUserJS, intranetcolorstylesheet, and intranetstylesheet system preference via an URL parameter.</p>
Lines 996-1052 website for the Koha project is:</p> Link Here
996
  <p>Example:
996
  <p>Example:
997
  /cgi-bin/koha/mainpage.pl?DISABLE_SYSPREF_IntranetUserCSS=1</p>
997
  /cgi-bin/koha/mainpage.pl?DISABLE_SYSPREF_IntranetUserCSS=1</p>
998
</blockquote></li>
998
</blockquote></li>
999
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25462">[25462]</a> Shelving location should be on a new line in holdings table</p>
999
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25462">[25462]</a> Shelving location should be on a new line in holdings table</p>
1000
1000
1001
<blockquote>
1001
<blockquote>
1002
  <p>In the holdings table, the shelving location is now displayed on a new line after the 'Home library'.</p>
1002
  <p>In the holdings table, the shelving location is now displayed on a new line after the 'Home library'.</p>
1003
</blockquote></li>
1003
</blockquote></li>
1004
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26703">[26703]</a> Modify the "title" elements to contain unique information first</p>
1004
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26703">[26703]</a> Modify the "title" elements to contain unique information first</p>
1005
1005
1006
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1006
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1007
1007
1008
<blockquote>
1008
<blockquote>
1009
  <p>Title elements should contain unique information first. This aids accessibility for all as browser titles become much more relevant and useful for navigation.</p>
1009
  <p>Title elements should contain unique information first. This aids accessibility for all as browser titles become much more relevant and useful for navigation.</p>
1010
</blockquote></li>
1010
</blockquote></li>
1011
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26707">[26707]</a> Split cart and lists button on bibliographic detail pages</p>
1011
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26707">[26707]</a> Split cart and lists button on bibliographic detail pages</p>
1012
1012
1013
<blockquote>
1013
<blockquote>
1014
  <p>This patch modifies the toolbar on bibliographic detail pages so that the "Add to cart" and "Add to lists" buttons are separate. The "Add to cart" now shows whether the title is in the cart. The "Add to lists" button is now a menu of list choices like it is on the search results page.</p>
1014
  <p>This patch modifies the toolbar on bibliographic detail pages so that the "Add to cart" and "Add to lists" buttons are separate. The "Add to cart" now shows whether the title is in the cart. The "Add to lists" button is now a menu of list choices like it is on the search results page.</p>
1015
</blockquote></li>
1015
</blockquote></li>
1016
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27404">[27404]</a> Update intranet-tmpl/prog/en/modules/labels/label-edit-range.tt for ACC2</li>
1016
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27404">[27404]</a> Update intranet-tmpl/prog/en/modules/labels/label-edit-range.tt for ACC2</li>
1017
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27405">[27405]</a> Update intranet-tmpl/prog/en/modules/pos/register.tt for ACC2</p>
1017
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27405">[27405]</a> Update intranet-tmpl/prog/en/modules/pos/register.tt for ACC2</p>
1018
1018
1019
<blockquote>
1019
<blockquote>
1020
  <p>This patch updates occurrences of input type="number" in  intranet-tmpl/prog/en/modules/pos/register.tt to use 'input type="text" inputmode="numeric" pattern="^\d+(.\d{2})?$"' as per the accessibility coding guideline ACC2.</p>
1020
  <p>This patch updates occurrences of input type="number" in  intranet-tmpl/prog/en/modules/pos/register.tt to use 'input type="text" inputmode="numeric" pattern="^\d+(.\d{2})?$"' as per the accessibility coding guideline ACC2.</p>
1021
</blockquote></li>
1021
</blockquote></li>
1022
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27406">[27406]</a> Update admin/searchengine/elasticsearch/mappings.tt to adhere to ACC2</li>
1022
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27406">[27406]</a> Update admin/searchengine/elasticsearch/mappings.tt to adhere to ACC2</li>
1023
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27407">[27407]</a> Update intranet-tmpl/prog/en/modules/reserve/request.tt for ACC2</li>
1023
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27407">[27407]</a> Update intranet-tmpl/prog/en/modules/reserve/request.tt for ACC2</li>
1024
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27409">[27409]</a> Update members/boraccount.tt for ACC2</li>
1024
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27409">[27409]</a> Update members/boraccount.tt for ACC2</li>
1025
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27411">[27411]</a> Update tools/automatic_item_modification_by_age.tt to reflect ACC2</li>
1025
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27411">[27411]</a> Update tools/automatic_item_modification_by_age.tt to reflect ACC2</li>
1026
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27412">[27412]</a> Update intranet-tmpl/prog/en/modules/tools/overduerules.tt to adhere to ACC2</li>
1026
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27412">[27412]</a> Update intranet-tmpl/prog/en/modules/tools/overduerules.tt to adhere to ACC2</li>
1027
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27582">[27582]</a> Breadcrumb incorrect for POS: Library details page</li>
1027
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27582">[27582]</a> Breadcrumb incorrect for POS: Library details page</li>
1028
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27846">[27846]</a> Accessibility: Staff Client - Breadcrumbs should be more accessible</p>
1028
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27846">[27846]</a> Accessibility: Staff Client - Breadcrumbs should be more accessible</p>
1029
1029
1030
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1030
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1031
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27982">[27982]</a> Replace obsolete title-string sorting: Acquisitions templates part 1</li>
1031
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27982">[27982]</a> Replace obsolete title-string sorting: Acquisitions templates part 1</li>
1032
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27983">[27983]</a> Replace obsolete title-string sorting: Acquisitions templates part 2</li>
1032
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27983">[27983]</a> Replace obsolete title-string sorting: Acquisitions templates part 2</li>
1033
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28091">[28091]</a> Add meta tag with Koha version number to staff interface pages</li>
1033
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28091">[28091]</a> Add meta tag with Koha version number to staff interface pages</li>
1034
</ul>
1034
</ul>
1035
1035
1036
<h3 id="systemadministration">System Administration</h3>
1036
<h3 id="systemadministration">System Administration</h3>
1037
1037
1038
<ul>
1038
<ul>
1039
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27251">[27251]</a> Rewrite the QOTD editor using the Koha REST API</p>
1039
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27251">[27251]</a> Rewrite the QOTD editor using the Koha REST API</p>
1040
1040
1041
<blockquote>
1041
<blockquote>
1042
  <p>This patch replaces the QOTD editor with the standard way used for creating, editing, and deleting QOTD entries (now uses edit and delete buttons, and a standard form to add and edit entries).</p>
1042
  <p>This patch replaces the QOTD editor with the standard way used for creating, editing, and deleting QOTD entries (now uses edit and delete buttons, and a standard form to add and edit entries).</p>
1043
</blockquote></li>
1043
</blockquote></li>
1044
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27263">[27263]</a> Link to preferences mentioned in system preference descriptions</p>
1044
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27263">[27263]</a> Link to preferences mentioned in system preference descriptions</p>
1045
1045
1046
<blockquote>
1046
<blockquote>
1047
  <p>Wherever a system preference description mentions another system preference the name of that preference will now be a link that searches for the system preference saving steps and making it easier to review related preferences.</p>
1047
  <p>Wherever a system preference description mentions another system preference the name of that preference will now be a link that searches for the system preference saving steps and making it easier to review related preferences.</p>
1048
</blockquote></li>
1048
</blockquote></li>
1049
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27395">[27395]</a> Add warning to PatronSelfRegistrationDefaultCategory to avoid accidental patron deletion</p>
1049
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27395">[27395]</a> Add warning to PatronSelfRegistrationDefaultCategory to avoid accidental patron deletion</p>
1050
1050
1051
<blockquote>
1051
<blockquote>
1052
  <p>This patch adds a warning to the PatronSelfRegistrationDefaultCategory system
1052
  <p>This patch adds a warning to the PatronSelfRegistrationDefaultCategory system
Lines 1060-1072 website for the Koha project is:</p> Link Here
1060
  <p>It also removes unnecessary apostrophes at the end of two self registration
1060
  <p>It also removes unnecessary apostrophes at the end of two self registration
1061
  and modification system preference descriptions.</p>
1061
  and modification system preference descriptions.</p>
1062
</blockquote></li>
1062
</blockquote></li>
1063
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27415">[27415]</a> Add note to ILLHiddenRequestStatuses preference to the ILLSTATUS authorized value category</li>
1063
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27415">[27415]</a> Add note to ILLHiddenRequestStatuses preference to the ILLSTATUS authorized value category</li>
1064
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27598">[27598]</a> Add UPLOAD as a built-in system authorized value category</p>
1064
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27598">[27598]</a> Add UPLOAD as a built-in system authorized value category</p>
1065
1065
1066
<blockquote>
1066
<blockquote>
1067
  <p>The file upload feature requires that users create an UPLOAD category for authorized values before adding values to that category. This patch adds the UPLOAD category by default so that users don't have to create it.</p>
1067
  <p>The file upload feature requires that users create an UPLOAD category for authorized values before adding values to that category. This patch adds the UPLOAD category by default so that users don't have to create it.</p>
1068
</blockquote></li>
1068
</blockquote></li>
1069
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27652">[27652]</a> Offer selections for preferences which ask for patron categories</p>
1069
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27652">[27652]</a> Offer selections for preferences which ask for patron categories</p>
1070
1070
1071
<blockquote>
1071
<blockquote>
1072
  <p>This enhancement to system preferences lets you select patron categories from a dropdown list, instead of manually entering patron category codes. This prevents possible errors from manually entering incorrect codes.</p>
1072
  <p>This enhancement to system preferences lets you select patron categories from a dropdown list, instead of manually entering patron category codes. This prevents possible errors from manually entering incorrect codes.</p>
Lines 1080-1108 website for the Koha project is:</p> Link Here
1080
  <li>BatchCheckouts (multiple options)</li>
1080
  <li>BatchCheckouts (multiple options)</li>
1081
  </ul>
1081
  </ul>
1082
</blockquote></li>
1082
</blockquote></li>
1083
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27805">[27805]</a> Use input type "email" for email preferences</p>
1083
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27805">[27805]</a> Use input type "email" for email preferences</p>
1084
1084
1085
<blockquote>
1085
<blockquote>
1086
  <p>This patch modifies the global system preferences interface so that fields which ask for an email address have the correct HTML attribute type: email. This allows some basic email address validation by the browser and can enable different keyboard options on devices with onscreen keyboards.</p>
1086
  <p>This patch modifies the global system preferences interface so that fields which ask for an email address have the correct HTML attribute type: email. This allows some basic email address validation by the browser and can enable different keyboard options on devices with onscreen keyboards.</p>
1087
</blockquote></li>
1087
</blockquote></li>
1088
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27975">[27975]</a> Replace obsolete title-string sorting: Administration templates</li>
1088
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27975">[27975]</a> Replace obsolete title-string sorting: Administration templates</li>
1089
</ul>
1089
</ul>
1090
1090
1091
<h3 id="templates">Templates</h3>
1091
<h3 id="templates">Templates</h3>
1092
1092
1093
<ul>
1093
<ul>
1094
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21851">[21851]</a> Improve style of sidebar forms</p>
1094
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21851">[21851]</a> Improve style of sidebar forms</p>
1095
1095
1096
<blockquote>
1096
<blockquote>
1097
  <p>This patch makes minor changes to staff interface CSS to improve the style of forms in sidebars. It adjusts the style of nested field sets and gives more room to list items (and the form fields they contain).</p>
1097
  <p>This patch makes minor changes to staff interface CSS to improve the style of forms in sidebars. It adjusts the style of nested field sets and gives more room to list items (and the form fields they contain).</p>
1098
</blockquote></li>
1098
</blockquote></li>
1099
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24623">[24623]</a> Phase out jquery.cookie.js: Advanced MARC editor</li>
1099
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24623">[24623]</a> Phase out jquery.cookie.js: Advanced MARC editor</li>
1100
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24624">[24624]</a> Phase out jquery.cookie.js: Receipt summary</p>
1100
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24624">[24624]</a> Phase out jquery.cookie.js: Receipt summary</p>
1101
1101
1102
<blockquote>
1102
<blockquote>
1103
  <p>This patch removes the jquery.cookie.js plugin from the "Receive orders" page in acquisitions as it is no longer used.</p>
1103
  <p>This patch removes the jquery.cookie.js plugin from the "Receive orders" page in acquisitions as it is no longer used.</p>
1104
</blockquote></li>
1104
</blockquote></li>
1105
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25846">[25846]</a> Improve handling of multiple covers on catalog search results in the staff client</p>
1105
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25846">[25846]</a> Improve handling of multiple covers on catalog search results in the staff client</p>
1106
1106
1107
<blockquote>
1107
<blockquote>
1108
  <p>This enhancement updates the staff interface catalog search results to improve the display of multiple covers associated with each search result:</p>
1108
  <p>This enhancement updates the staff interface catalog search results to improve the display of multiple covers associated with each search result:</p>
Lines 1118-1207 website for the Koha project is:</p> Link Here
1118
  A single cover is now displayed for each result, with controls for scrolling through any other available cover.</li>
1118
  A single cover is now displayed for each result, with controls for scrolling through any other available cover.</li>
1119
  </ul>
1119
  </ul>
1120
</blockquote></li>
1120
</blockquote></li>
1121
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26755">[26755]</a> Make the guarantor search popup taller</li>
1121
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26755">[26755]</a> Make the guarantor search popup taller</li>
1122
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26958">[26958]</a> Move Elasticsearch mapping template JS to the footer</li>
1122
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26958">[26958]</a> Move Elasticsearch mapping template JS to the footer</li>
1123
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26959">[26959]</a> Reindent batch item modification template</li>
1123
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26959">[26959]</a> Reindent batch item modification template</li>
1124
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26960">[26960]</a> Move batch item modification template JavaScript to the footer</li>
1124
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26960">[26960]</a> Move batch item modification template JavaScript to the footer</li>
1125
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26970">[26970]</a> Add row highlight on drag in Elasticsearch mapping template</li>
1125
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26970">[26970]</a> Add row highlight on drag in Elasticsearch mapping template</li>
1126
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26982">[26982]</a> Typo in system preference UsageStats: statisics</li>
1126
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26982">[26982]</a> Typo in system preference UsageStats: statisics</li>
1127
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26985">[26985]</a> Remove code for "Upcoming events" from codebase as not implemented</li>
1127
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26985">[26985]</a> Remove code for "Upcoming events" from codebase as not implemented</li>
1128
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27192">[27192]</a> Set focus for cursor to item type input box when creating new item types</li>
1128
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27192">[27192]</a> Set focus for cursor to item type input box when creating new item types</li>
1129
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27210">[27210]</a> Typo in patron-attr-types.tt</li>
1129
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27210">[27210]</a> Typo in patron-attr-types.tt</li>
1130
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27289">[27289]</a> Template tweaks for point of sale page</li>
1130
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27289">[27289]</a> Template tweaks for point of sale page</li>
1131
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27402">[27402]</a> Add column filtering to the Datatables REST API wrapper</p>
1131
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27402">[27402]</a> Add column filtering to the Datatables REST API wrapper</p>
1132
1132
1133
<blockquote>
1133
<blockquote>
1134
  <p>This development adds native DataTables column filtering to the REST API wrapper. This allows easily adding column filters to DataTables using the REST API.
1134
  <p>This development adds native DataTables column filtering to the REST API wrapper. This allows easily adding column filters to DataTables using the REST API.
1135
  A sample implementation is added to the cities admin page, for reference.</p>
1135
  A sample implementation is added to the cities admin page, for reference.</p>
1136
</blockquote></li>
1136
</blockquote></li>
1137
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27403">[27403]</a> Enable fixedHeader for Datatables</li>
1137
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27403">[27403]</a> Enable fixedHeader for Datatables</li>
1138
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27437">[27437]</a> Improve hint labels on library creation form</li>
1138
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27437">[27437]</a> Improve hint labels on library creation form</li>
1139
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27439">[27439]</a> Improve hint labels on patron attribute type entry form</li>
1139
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27439">[27439]</a> Improve hint labels on patron attribute type entry form</li>
1140
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27455">[27455]</a> Add focus to branch code when a new library is added</li>
1140
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27455">[27455]</a> Add focus to branch code when a new library is added</li>
1141
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27465">[27465]</a> Add column visibility to the admin/cities.pl</li>
1141
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27465">[27465]</a> Add column visibility to the admin/cities.pl</li>
1142
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27469">[27469]</a> Improve link text when returning to vendor page</li>
1142
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27469">[27469]</a> Improve link text when returning to vendor page</li>
1143
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471">[27471]</a> Improve link text when successfully merging authorities and remove JS redirect</li>
1143
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471">[27471]</a> Improve link text when successfully merging authorities and remove JS redirect</li>
1144
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27472">[27472]</a> Improve link text when successfully merging bibliographic records</li>
1144
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27472">[27472]</a> Improve link text when successfully merging bibliographic records</li>
1145
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27473">[27473]</a> Improve link text in the installer</li>
1145
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27473">[27473]</a> Improve link text in the installer</li>
1146
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27474">[27474]</a> Improve link text to define a label printer profile if none defined and fix conditional</li>
1146
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27474">[27474]</a> Improve link text to define a label printer profile if none defined and fix conditional</li>
1147
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27475">[27475]</a> Improve link text to define a patron card printer profile if none are defined</li>
1147
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27475">[27475]</a> Improve link text to define a patron card printer profile if none are defined</li>
1148
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27476">[27476]</a> Improve link text for logging in on OPAC</p>
1148
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27476">[27476]</a> Improve link text for logging in on OPAC</p>
1149
1149
1150
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1150
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1151
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27477">[27477]</a> Improve link text when a record has too many items on the OPAC</li>
1151
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27477">[27477]</a> Improve link text when a record has too many items on the OPAC</li>
1152
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27478">[27478]</a> Improve link text when viewing an ILL requested item</li>
1152
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27478">[27478]</a> Improve link text when viewing an ILL requested item</li>
1153
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27479">[27479]</a> Improve link text after successfully resetting password in OPAC</li>
1153
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27479">[27479]</a> Improve link text after successfully resetting password in OPAC</li>
1154
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27592">[27592]</a> Link audio alerts to corresponding preference and back</p>
1154
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27592">[27592]</a> Link audio alerts to corresponding preference and back</p>
1155
1155
1156
<blockquote>
1156
<blockquote>
1157
  <p>This patch adds a link to the Audio Alerts page so that if audio alerts are disabled the user can follow a link directly to the corresponding system preference.</p>
1157
  <p>This patch adds a link to the Audio Alerts page so that if audio alerts are disabled the user can follow a link directly to the corresponding system preference.</p>
1158
</blockquote></li>
1158
</blockquote></li>
1159
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27605">[27605]</a> Add floating toolbar to patron search page</p>
1159
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27605">[27605]</a> Add floating toolbar to patron search page</p>
1160
1160
1161
<blockquote>
1161
<blockquote>
1162
  <p>This patch modifies the patron module's search interface so that the toolbar of results-related controls sticks to the top of the screen as the user scrolls down. This
1162
  <p>This patch modifies the patron module's search interface so that the toolbar of results-related controls sticks to the top of the screen as the user scrolls down. This
1163
  gives access to the controls for adding patrons to a list and for merging patrons.</p>
1163
  gives access to the controls for adding patrons to a list and for merging patrons.</p>
1164
</blockquote></li>
1164
</blockquote></li>
1165
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27699">[27699]</a> Add cash register information to responsive staff interface header menu</p>
1165
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27699">[27699]</a> Add cash register information to responsive staff interface header menu</p>
1166
1166
1167
<blockquote>
1167
<blockquote>
1168
  <p>This enhancement adds the currently selected cash register (if it is enabled and set) to the logged-in user's header menu on the top righthand side of the staff interface when using smaller browser screen sizes.</p>
1168
  <p>This enhancement adds the currently selected cash register (if it is enabled and set) to the logged-in user's header menu on the top righthand side of the staff interface when using smaller browser screen sizes.</p>
1169
</blockquote></li>
1169
</blockquote></li>
1170
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27749">[27749]</a> Phase out jquery.cookie.js: Search to hold</p>
1170
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27749">[27749]</a> Phase out jquery.cookie.js: Search to hold</p>
1171
1171
1172
<blockquote>
1172
<blockquote>
1173
  <p>This patch modifies the "search to hold" process for patrons and clubs so that the newer jquery-cookie plugin is used instead of jquery.cookie.</p>
1173
  <p>This patch modifies the "search to hold" process for patrons and clubs so that the newer jquery-cookie plugin is used instead of jquery.cookie.</p>
1174
</blockquote></li>
1174
</blockquote></li>
1175
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27751">[27751]</a> Phase out jquery.cookie.js: Batch item modifications</li>
1175
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27751">[27751]</a> Phase out jquery.cookie.js: Batch item modifications</li>
1176
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27792">[27792]</a> Improve jEditable configuration for point of sale fields</p>
1176
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27792">[27792]</a> Improve jEditable configuration for point of sale fields</p>
1177
1177
1178
<blockquote>
1178
<blockquote>
1179
  <p>This patch improves interactions with inline-editable fields in the Point of Sale interface to prevent jumpy table re-draws and to enforce the required currenty/number input types.</p>
1179
  <p>This patch improves interactions with inline-editable fields in the Point of Sale interface to prevent jumpy table re-draws and to enforce the required currenty/number input types.</p>
1180
</blockquote></li>
1180
</blockquote></li>
1181
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27974">[27974]</a> Replace obsolete title-string sorting: Circulation templates</li>
1181
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27974">[27974]</a> Replace obsolete title-string sorting: Circulation templates</li>
1182
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28006">[28006]</a> Restore "Additional fields" link on serials navigation menu</li>
1182
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28006">[28006]</a> Restore "Additional fields" link on serials navigation menu</li>
1183
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28016">[28016]</a> Replace obsolete title-string sorting: Assorted templates</li>
1183
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28016">[28016]</a> Replace obsolete title-string sorting: Assorted templates</li>
1184
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28046">[28046]</a> Add "Additional fields" link on acquisition navigation menu</li>
1184
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28046">[28046]</a> Add "Additional fields" link on acquisition navigation menu</li>
1185
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28047">[28047]</a> Standardize: Call number, callnumber, Call no. etc.</p>
1185
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28047">[28047]</a> Standardize: Call number, callnumber, Call no. etc.</p>
1186
1186
1187
<blockquote>
1187
<blockquote>
1188
  <p>This patch modifies instances in the templates where variations of "Call number" are used. "Call number" is now used instead of "Call no.", "Call no", or "callnumber".</p>
1188
  <p>This patch modifies instances in the templates where variations of "Call number" are used. "Call number" is now used instead of "Call no.", "Call no", or "callnumber".</p>
1189
</blockquote></li>
1189
</blockquote></li>
1190
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28055">[28055]</a> Convert DataTables option names to current version</li>
1190
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28055">[28055]</a> Convert DataTables option names to current version</li>
1191
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28066">[28066]</a> Remove select tag's size attribute where it is 1</li>
1191
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28066">[28066]</a> Remove select tag's size attribute where it is 1</li>
1192
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28081">[28081]</a> Make card number a label in patron search results</p>
1192
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28081">[28081]</a> Make card number a label in patron search results</p>
1193
1193
1194
<blockquote>
1194
<blockquote>
1195
  <p>In the Patrons module, in patron search results, the user can now click the patron card number to select the checkbox for that row.</p>
1195
  <p>In the Patrons module, in patron search results, the user can now click the patron card number to select the checkbox for that row.</p>
1196
</blockquote></li>
1196
</blockquote></li>
1197
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28132">[28132]</a> Remove "this" from button descriptions on basket and basket group pages</li>
1197
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28132">[28132]</a> Remove "this" from button descriptions on basket and basket group pages</li>
1198
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28134">[28134]</a> Replace use of input type number in onboarding templates</li>
1198
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28134">[28134]</a> Replace use of input type number in onboarding templates</li>
1199
</ul>
1199
</ul>
1200
1200
1201
<h3 id="testsuite">Test Suite</h3>
1201
<h3 id="testsuite">Test Suite</h3>
1202
1202
1203
<ul>
1203
<ul>
1204
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18146">[18146]</a> C4::Circulation CanBookBeRenewed  lacks full test coverage</p>
1204
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18146">[18146]</a> C4::Circulation CanBookBeRenewed  lacks full test coverage</p>
1205
1205
1206
<blockquote>
1206
<blockquote>
1207
  <p>This enhancement improves the test coverage for OverduesBlockRenewing and removes some of the warning messages.</p>
1207
  <p>This enhancement improves the test coverage for OverduesBlockRenewing and removes some of the warning messages.</p>
Lines 1211-1224 website for the Koha project is:</p> Link Here
1211
<h3 id="tools">Tools</h3>
1211
<h3 id="tools">Tools</h3>
1212
1212
1213
<ul>
1213
<ul>
1214
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4037">[4037]</a> Inventory tool missing item type filter</p>
1214
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4037">[4037]</a> Inventory tool missing item type filter</p>
1215
1215
1216
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
1216
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
1217
1217
1218
<blockquote>
1218
<blockquote>
1219
  <p>This patch adds the ability to filter inventory by item type. Multiple item types can be selected at once.</p>
1219
  <p>This patch adds the ability to filter inventory by item type. Multiple item types can be selected at once.</p>
1220
</blockquote></li>
1220
</blockquote></li>
1221
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24446">[24446]</a> Stockrotation: Update to use daterequested in branchtransfers</p>
1221
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24446">[24446]</a> Stockrotation: Update to use daterequested in branchtransfers</p>
1222
1222
1223
<blockquote>
1223
<blockquote>
1224
  <p>This patchset updates the Stock Rotation system to use the recently introduced Koha::Item[::Transfer] methods.</p>
1224
  <p>This patchset updates the Stock Rotation system to use the recently introduced Koha::Item[::Transfer] methods.</p>
Lines 1227-1251 website for the Koha project is:</p> Link Here
1227
  
1227
  
1228
  <p>We also introduce handling for the new 'requested' transfer state into the circulation system.</p>
1228
  <p>We also introduce handling for the new 'requested' transfer state into the circulation system.</p>
1229
</blockquote></li>
1229
</blockquote></li>
1230
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25476">[25476]</a> Uploaded files can't be easily browsed via upload.pl</li>
1230
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25476">[25476]</a> Uploaded files can't be easily browsed via upload.pl</li>
1231
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27594">[27594]</a> Add access to public download link for publicly-accessible uploads</p>
1231
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27594">[27594]</a> Add access to public download link for publicly-accessible uploads</p>
1232
1232
1233
<blockquote>
1233
<blockquote>
1234
  <p>This patch adds a link to the display of publicly-accessible downloads so that the public link can be copied.</p>
1234
  <p>This patch adds a link to the display of publicly-accessible downloads so that the public link can be copied.</p>
1235
</blockquote></li>
1235
</blockquote></li>
1236
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27766">[27766]</a> Hide expired news items by default</p>
1236
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27766">[27766]</a> Hide expired news items by default</p>
1237
1237
1238
<blockquote>
1238
<blockquote>
1239
  <p>This patch modifies the news page in the staff interface so that expired news items are hidden by default. A checkbox in the sidebar can be checked to show the hidden rows.</p>
1239
  <p>This patch modifies the news page in the staff interface so that expired news items are hidden by default. A checkbox in the sidebar can be checked to show the hidden rows.</p>
1240
</blockquote></li>
1240
</blockquote></li>
1241
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27773">[27773]</a> Hide unique holidays and exceptions which have passed</li>
1241
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27773">[27773]</a> Hide unique holidays and exceptions which have passed</li>
1242
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28007">[28007]</a> Replace obsolete title-string sorting: Tools templates</li>
1242
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28007">[28007]</a> Replace obsolete title-string sorting: Tools templates</li>
1243
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28014">[28014]</a> Add table settings to batch patron modification</p>
1243
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28014">[28014]</a> Add table settings to batch patron modification</p>
1244
1244
1245
<blockquote>
1245
<blockquote>
1246
  <p>This patch adds DataTable table configuration and export options to the table of patrons submitted for batch modification, both before and after modifications are made. The table will now be configurable via Table Settings in Administration.</p>
1246
  <p>This patch adds DataTable table configuration and export options to the table of patrons submitted for batch modification, both before and after modifications are made. The table will now be configurable via Table Settings in Administration.</p>
1247
</blockquote></li>
1247
</blockquote></li>
1248
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28037">[28037]</a> Improve breadcrumbs of CSV profiles page</p>
1248
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28037">[28037]</a> Improve breadcrumbs of CSV profiles page</p>
1249
1249
1250
<blockquote>
1250
<blockquote>
1251
  <p>This patch expands the logic around the page title and breadcrumbs of the CSV profiles page. The name of the page has also been changed from "CSV export profiles" to "CSV profiles" to match links elsewhere in Koha.</p>
1251
  <p>This patch expands the logic around the page title and breadcrumbs of the CSV profiles page. The name of the page has also been changed from "CSV export profiles" to "CSV profiles" to match links elsewhere in Koha.</p>
Lines 1258-1264 website for the Koha project is:</p> Link Here
1258
  <li>Edit an existing CSV profile: Tools > CSV profiles > Modify a CSV profile</li>
1258
  <li>Edit an existing CSV profile: Tools > CSV profiles > Modify a CSV profile</li>
1259
  </ul>
1259
  </ul>
1260
</blockquote></li>
1260
</blockquote></li>
1261
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28108">[28108]</a> Move action logs 'SERIAL CLAIM' and 'ACQUISITION CLAIM' to a new 'CLAIMS' module</p>
1261
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28108">[28108]</a> Move action logs 'SERIAL CLAIM' and 'ACQUISITION CLAIM' to a new 'CLAIMS' module</p>
1262
1262
1263
<blockquote>
1263
<blockquote>
1264
  <p>This enhancement changes the logging system preferences and the log viewer tool so that:</p>
1264
  <p>This enhancement changes the logging system preferences and the log viewer tool so that:</p>
Lines 1275-1281 website for the Koha project is:</p> Link Here
1275
<h3 id="webservices">Web services</h3>
1275
<h3 id="webservices">Web services</h3>
1276
1276
1277
<ul>
1277
<ul>
1278
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27584">[27584]</a> Improve OAI-PMH provider performance</li>
1278
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27584">[27584]</a> Improve OAI-PMH provider performance</li>
1279
</ul>
1279
</ul>
1280
1280
1281
<h2 id="criticalbugsfixed">Critical bugs fixed</h2>
1281
<h2 id="criticalbugsfixed">Critical bugs fixed</h2>
Lines 1286-1401 have already been fixed in maintainance releases)</p> Link Here
1286
<h3 id="acquisitions">Acquisitions</h3>
1286
<h3 id="acquisitions">Acquisitions</h3>
1287
1287
1288
<ul>
1288
<ul>
1289
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26997">[26997]</a> Database Mysql Version 8.0.22 failed to Update During Upgrade</li>
1289
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26997">[26997]</a> Database Mysql Version 8.0.22 failed to Update During Upgrade</li>
1290
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27203">[27203]</a> Order unitprice is not set anymore and  totals are 0</li>
1290
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27203">[27203]</a> Order unitprice is not set anymore and  totals are 0</li>
1291
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27671">[27671]</a> Missing include in orderreceive.tt</li>
1291
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27671">[27671]</a> Missing include in orderreceive.tt</li>
1292
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27719">[27719]</a> Receiving orders hangs on processing when missing a replacement price</p>
1292
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27719">[27719]</a> Receiving orders hangs on processing when missing a replacement price</p>
1293
1293
1294
<p><strong>Sponsored by</strong> <em>Virginia Polytechnic Institute and State University</em></p></li>
1294
<p><strong>Sponsored by</strong> <em>Virginia Polytechnic Institute and State University</em></p></li>
1295
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27828">[27828]</a> New order from staged file is broken</li>
1295
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27828">[27828]</a> New order from staged file is broken</li>
1296
</ul>
1296
</ul>
1297
1297
1298
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1298
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1299
1299
1300
<ul>
1300
<ul>
1301
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20982">[20982]</a> opac-shelves.pl vulnerable to Cross-site scripting attacks</li>
1301
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20982">[20982]</a> opac-shelves.pl vulnerable to Cross-site scripting attacks</li>
1302
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26363">[26363]</a> Provide a systemd unit file for background_jobs_worker</li>
1302
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26363">[26363]</a> Provide a systemd unit file for background_jobs_worker</li>
1303
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26705">[26705]</a> System preference NoticeBcc not working</p>
1303
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26705">[26705]</a> System preference NoticeBcc not working</p>
1304
1304
1305
<blockquote>
1305
<blockquote>
1306
  <p>The Email::Stuffer library we use, doesn't handle Bcc as Mail::Sendmail does. So Bcc handling wasn't working as expected. This patchset adds support for explicitly handling Bcc (including the NoticeBcc feature) to our Koha::Email library.</p>
1306
  <p>The Email::Stuffer library we use, doesn't handle Bcc as Mail::Sendmail does. So Bcc handling wasn't working as expected. This patchset adds support for explicitly handling Bcc (including the NoticeBcc feature) to our Koha::Email library.</p>
1307
</blockquote></li>
1307
</blockquote></li>
1308
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27252">[27252]</a> ES5 no longer supported (since 20.11.00)</p>
1308
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27252">[27252]</a> ES5 no longer supported (since 20.11.00)</p>
1309
1309
1310
<blockquote>
1310
<blockquote>
1311
  <p>This prepares Koha to officially no longer support Elasticsearch 5.X.</p>
1311
  <p>This prepares Koha to officially no longer support Elasticsearch 5.X.</p>
1312
  
1312
  
1313
  <p>It adds a new system preference 'ElasticsearchCrossFields' to allow users to choose whether or not to enable this feature.</p>
1313
  <p>It adds a new system preference 'ElasticsearchCrossFields' to allow users to choose whether or not to enable this feature.</p>
1314
</blockquote></li>
1314
</blockquote></li>
1315
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27534">[27534]</a> koha upgrade throws SQL error while applying Bug 25333 - Change message transport type for Talking Tech from "phone" to "itiva"</li>
1315
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27534">[27534]</a> koha upgrade throws SQL error while applying Bug 25333 - Change message transport type for Talking Tech from "phone" to "itiva"</li>
1316
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27580">[27580]</a> NULL values not correctly handled in Koha::Items->filter_by_visible_in_opac</li>
1316
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27580">[27580]</a> NULL values not correctly handled in Koha::Items->filter_by_visible_in_opac</li>
1317
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27586">[27586]</a> Import patrons script has a confirm switch that doesn't do anything</p>
1317
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27586">[27586]</a> Import patrons script has a confirm switch that doesn't do anything</p>
1318
1318
1319
<blockquote>
1319
<blockquote>
1320
  <p>This fixes the misc/import_patrons.pl script so that patrons are not imported unless the --confirm option is used. Currently, if the script is run without "--confirm" option it reports that it is "Running in dry-run mode, provide --confirm to apply the changes", however it imports the patrons anyway.</p>
1320
  <p>This fixes the misc/import_patrons.pl script so that patrons are not imported unless the --confirm option is used. Currently, if the script is run without "--confirm" option it reports that it is "Running in dry-run mode, provide --confirm to apply the changes", however it imports the patrons anyway.</p>
1321
</blockquote></li>
1321
</blockquote></li>
1322
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27676">[27676]</a> finesMode=off not correctly handled</li>
1322
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27676">[27676]</a> finesMode=off not correctly handled</li>
1323
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27821">[27821]</a> sanitize_zero_date does not handle datetime</li>
1323
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27821">[27821]</a> sanitize_zero_date does not handle datetime</li>
1324
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28031">[28031]</a> Koha::Patron::Attribute-><em>check</em>repeatable doesn't exclude the object's ID</li>
1324
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28031">[28031]</a> Koha::Patron::Attribute-><em>check</em>repeatable doesn't exclude the object's ID</li>
1325
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28200">[28200]</a> Net::Netmask 1.9104-2 requires constructor change for backwards compatibility</p>
1325
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28200">[28200]</a> Net::Netmask 1.9104-2 requires constructor change for backwards compatibility</p>
1326
1326
1327
<blockquote>
1327
<blockquote>
1328
  <p>The code library Koha uses for working with IP addresses has dropped support for abbreviated values in recent releases.  This is to tighten up the default security of input value's and we have opted in Koha to follow this change through into our system preferences for the same reason.</p>
1328
  <p>The code library Koha uses for working with IP addresses has dropped support for abbreviated values in recent releases.  This is to tighten up the default security of input value's and we have opted in Koha to follow this change through into our system preferences for the same reason.</p>
1329
  
1329
  
1330
  <p>WARNING: <code>koha_trusted_proxies</code> and <code>ILS-DI:AuthorizedIPs</code> are both affected. Please check that you are not using abbreviated IP forms for either of these cases. Example: "10.10" is much less explicit than "10.10.0.0/16" and should be avoided.</p>
1330
  <p>WARNING: <code>koha_trusted_proxies</code> and <code>ILS-DI:AuthorizedIPs</code> are both affected. Please check that you are not using abbreviated IP forms for either of these cases. Example: "10.10" is much less explicit than "10.10.0.0/16" and should be avoided.</p>
1331
</blockquote></li>
1331
</blockquote></li>
1332
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28302">[28302]</a> Koha does not work with CGI::Compile 0.24</li>
1332
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28302">[28302]</a> Koha does not work with CGI::Compile 0.24</li>
1333
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28317">[28317]</a> Remove CGI::Session::Serialize::yaml dependency by using the default serializer</li>
1333
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28317">[28317]</a> Remove CGI::Session::Serialize::yaml dependency by using the default serializer</li>
1334
</ul>
1334
</ul>
1335
1335
1336
<h3 id="authentication">Authentication</h3>
1336
<h3 id="authentication">Authentication</h3>
1337
1337
1338
<ul>
1338
<ul>
1339
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28385">[28385]</a> LDAP server configuration broken since migration from XML::Simple</li>
1339
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28385">[28385]</a> LDAP server configuration broken since migration from XML::Simple</li>
1340
</ul>
1340
</ul>
1341
1341
1342
<h3 id="cataloging">Cataloging</h3>
1342
<h3 id="cataloging">Cataloging</h3>
1343
1343
1344
<ul>
1344
<ul>
1345
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18017">[18017]</a> Use index_heading and index_match_heading in UNIMARC authorities zebra configuration</li>
1345
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18017">[18017]</a> Use index_heading and index_match_heading in UNIMARC authorities zebra configuration</li>
1346
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24564">[24564]</a> The adding of new subfields according to IFLA updates doesn't respect existing tab</li>
1346
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24564">[24564]</a> The adding of new subfields according to IFLA updates doesn't respect existing tab</li>
1347
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27509">[27509]</a> cn_sort value is lost when editing an item without changing cn_source or itemcallnumber</li>
1347
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27509">[27509]</a> cn_sort value is lost when editing an item without changing cn_source or itemcallnumber</li>
1348
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27886">[27886]</a> Authority linking broken in advanced editor</li>
1348
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27886">[27886]</a> Authority linking broken in advanced editor</li>
1349
</ul>
1349
</ul>
1350
1350
1351
<h3 id="circulation">Circulation</h3>
1351
<h3 id="circulation">Circulation</h3>
1352
1352
1353
<ul>
1353
<ul>
1354
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24154">[24154]</a> No indication that Default checkout, hold and return policy are set if values are blank</li>
1354
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24154">[24154]</a> No indication that Default checkout, hold and return policy are set if values are blank</li>
1355
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26208">[26208]</a> Overdues restrictions not consistently removed when renewing multiple items at once</li>
1355
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26208">[26208]</a> Overdues restrictions not consistently removed when renewing multiple items at once</li>
1356
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26457">[26457]</a> DB DeadLock when renewing checkout items</li>
1356
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26457">[26457]</a> DB DeadLock when renewing checkout items</li>
1357
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27707">[27707]</a> Renewing doesn't work when renewal notices are enabled</li>
1357
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27707">[27707]</a> Renewing doesn't work when renewal notices are enabled</li>
1358
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27808">[27808]</a> Item's onloan column remains unset if a checked out item is issued to another patron without being returned first</li>
1358
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27808">[27808]</a> Item's onloan column remains unset if a checked out item is issued to another patron without being returned first</li>
1359
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28064">[28064]</a> Transits are not created at check in despite user responding 'Yes, print slip' to the prompt</li>
1359
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28064">[28064]</a> Transits are not created at check in despite user responding 'Yes, print slip' to the prompt</li>
1360
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28136">[28136]</a> Transferred holds are not triggering</li>
1360
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28136">[28136]</a> Transferred holds are not triggering</li>
1361
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28230">[28230]</a> Renewing/Checking out record with AE or OE letter in title can make Koha totally unfunctional</li>
1361
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28230">[28230]</a> Renewing/Checking out record with AE or OE letter in title can make Koha totally unfunctional</li>
1362
</ul>
1362
</ul>
1363
1363
1364
<h3 id="command-lineutilities">Command-line Utilities</h3>
1364
<h3 id="command-lineutilities">Command-line Utilities</h3>
1365
1365
1366
<ul>
1366
<ul>
1367
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27245">[27245]</a> bulkmarcimport.pl error 'Already in a transaction'</li>
1367
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27245">[27245]</a> bulkmarcimport.pl error 'Already in a transaction'</li>
1368
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27276">[27276]</a> borrowers-force-messaging-defaults throws Incorrect DATE value: '0000-00-00' even though sql strict mode is dissabled</li>
1368
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27276">[27276]</a> borrowers-force-messaging-defaults throws Incorrect DATE value: '0000-00-00' even though sql strict mode is dissabled</li>
1369
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28001">[28001]</a> Fix delete_patrons.pl if no category is passed</li>
1369
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28001">[28001]</a> Fix delete_patrons.pl if no category is passed</li>
1370
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28291">[28291]</a> koha-translate install script producing incorrectly encoded YAML translation files</li>
1370
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28291">[28291]</a> koha-translate install script producing incorrectly encoded YAML translation files</li>
1371
</ul>
1371
</ul>
1372
1372
1373
<h3 id="database">Database</h3>
1373
<h3 id="database">Database</h3>
1374
1374
1375
<ul>
1375
<ul>
1376
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24658">[24658]</a> Deleting items with fines does not update itemnumber in accountlines to NULL causing ISE</li>
1376
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24658">[24658]</a> Deleting items with fines does not update itemnumber in accountlines to NULL causing ISE</li>
1377
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27003">[27003]</a> action_logs table error when adding an item</li>
1377
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27003">[27003]</a> action_logs table error when adding an item</li>
1378
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28298">[28298]</a> DBRev 19.12.00.076 broken</li>
1378
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28298">[28298]</a> DBRev 19.12.00.076 broken</li>
1379
</ul>
1379
</ul>
1380
1380
1381
<h3 id="finesandfees">Fines and fees</h3>
1381
<h3 id="finesandfees">Fines and fees</h3>
1382
1382
1383
<ul>
1383
<ul>
1384
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25508">[25508]</a> Confusing renewal message when paying accruing fine with RenewAccruingItemWhenPaid turned off</li>
1384
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25508">[25508]</a> Confusing renewal message when paying accruing fine with RenewAccruingItemWhenPaid turned off</li>
1385
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27796">[27796]</a> SIP payment types should not be available as refund types</li>
1385
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27796">[27796]</a> SIP payment types should not be available as refund types</li>
1386
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27927">[27927]</a> longoverdue cronjob renews items before marking lost when both RenewAccruingItemWhenPaid and  WhenLostForgiveFine  are enabled</li>
1386
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27927">[27927]</a> longoverdue cronjob renews items before marking lost when both RenewAccruingItemWhenPaid and  WhenLostForgiveFine  are enabled</li>
1387
</ul>
1387
</ul>
1388
1388
1389
<h3 id="holdrequests">Hold requests</h3>
1389
<h3 id="holdrequests">Hold requests</h3>
1390
1390
1391
<ul>
1391
<ul>
1392
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26634">[26634]</a> Hold rules applied incorrectly when All Libraries rules are more specific than branch rules</li>
1392
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26634">[26634]</a> Hold rules applied incorrectly when All Libraries rules are more specific than branch rules</li>
1393
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068">[27068]</a> HoldsQueue doesn't know how to use holds groups</p>
1393
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068">[27068]</a> HoldsQueue doesn't know how to use holds groups</p>
1394
1394
1395
<blockquote>
1395
<blockquote>
1396
  <p>Koha 20.05 introduced local hold groups, but neglected to add support of them in the holds queue. Because of this, the holds queue will not show items the could have filled holds from other libraries in a hold group. This patch set adds support for hold groups to the holds queue builder thus improving Koha's ability to find items to fill hold requests.</p>
1396
  <p>Koha 20.05 introduced local hold groups, but neglected to add support of them in the holds queue. Because of this, the holds queue will not show items the could have filled holds from other libraries in a hold group. This patch set adds support for hold groups to the holds queue builder thus improving Koha's ability to find items to fill hold requests.</p>
1397
</blockquote></li>
1397
</blockquote></li>
1398
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27071">[27071]</a> Hold pickup library match not enforced correctly on intranet when using hold groups</p>
1398
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27071">[27071]</a> Hold pickup library match not enforced correctly on intranet when using hold groups</p>
1399
1399
1400
<blockquote>
1400
<blockquote>
1401
  <p>When using library groups, the rules for placing holds did not always work as expected. This fixes these rules so that when patrons are part of a library in a group, they can only place a hold for items held in that library group. It also improves the error messages.</p>
1401
  <p>When using library groups, the rules for placing holds did not always work as expected. This fixes these rules so that when patrons are part of a library in a group, they can only place a hold for items held in that library group. It also improves the error messages.</p>
Lines 1409-1437 have already been fixed in maintainance releases)</p> Link Here
1409
  <li>You can't place a hold for that item for a patron from a Group B library.</li>
1409
  <li>You can't place a hold for that item for a patron from a Group B library.</li>
1410
  </ul>
1410
  </ul>
1411
</blockquote></li>
1411
</blockquote></li>
1412
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27205">[27205]</a> Hold routes are not dealing with invalid pickup locations</li>
1412
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27205">[27205]</a> Hold routes are not dealing with invalid pickup locations</li>
1413
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27529">[27529]</a> Cannot place hold on OPAC if hold_fullfillment_policy is set to group and  OPACAllowUserToChooseBranch  not allowed</li>
1413
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27529">[27529]</a> Cannot place hold on OPAC if hold_fullfillment_policy is set to group and  OPACAllowUserToChooseBranch  not allowed</li>
1414
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27865">[27865]</a> Hold pickup location dropdown on patron pages should respect hold fulfillment policies</li>
1414
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27865">[27865]</a> Hold pickup location dropdown on patron pages should respect hold fulfillment policies</li>
1415
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28273">[28273]</a> Multi-holds allow invalid pickup locations</li>
1415
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28273">[28273]</a> Multi-holds allow invalid pickup locations</li>
1416
</ul>
1416
</ul>
1417
1417
1418
<h3 id="holidays">Holidays</h3>
1418
<h3 id="holidays">Holidays</h3>
1419
1419
1420
<ul>
1420
<ul>
1421
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27835">[27835]</a> Closed days offsets with one day</li>
1421
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27835">[27835]</a> Closed days offsets with one day</li>
1422
</ul>
1422
</ul>
1423
1423
1424
<h3 id="i18nl10n">I18N/L10N</h3>
1424
<h3 id="i18nl10n">I18N/L10N</h3>
1425
1425
1426
<ul>
1426
<ul>
1427
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28154">[28154]</a> Translate script faces encoding issues</li>
1427
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28154">[28154]</a> Translate script faces encoding issues</li>
1428
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28419">[28419]</a> Page addorderiso2709.pl is untranslatable</li>
1428
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28419">[28419]</a> Page addorderiso2709.pl is untranslatable</li>
1429
</ul>
1429
</ul>
1430
1430
1431
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1431
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1432
1432
1433
<ul>
1433
<ul>
1434
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27466">[27466]</a> Update process failing for 20.06.00.023</p>
1434
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27466">[27466]</a> Update process failing for 20.06.00.023</p>
1435
1435
1436
<blockquote>
1436
<blockquote>
1437
  <p>The update 20.06.00.023 for adding options and reconfiguring the QuoteOfTheDay feature would fail. This patch makes sure that the update can be processed correctly.</p>
1437
  <p>The update 20.06.00.023 for adding options and reconfiguring the QuoteOfTheDay feature would fail. This patch makes sure that the update can be processed correctly.</p>
Lines 1441-1459 have already been fixed in maintainance releases)</p> Link Here
1441
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1441
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1442
1442
1443
<ul>
1443
<ul>
1444
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28281">[28281]</a> Installer doesn't work on some languages (pl-PL) because it double decodes installer data</li>
1444
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28281">[28281]</a> Installer doesn't work on some languages (pl-PL) because it double decodes installer data</li>
1445
</ul>
1445
</ul>
1446
1446
1447
<h3 id="lists">Lists</h3>
1447
<h3 id="lists">Lists</h3>
1448
1448
1449
<ul>
1449
<ul>
1450
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27715">[27715]</a> Possibly SQL injection in virtualshelves</li>
1450
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27715">[27715]</a> Possibly SQL injection in virtualshelves</li>
1451
</ul>
1451
</ul>
1452
1452
1453
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1453
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1454
1454
1455
<ul>
1455
<ul>
1456
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27737">[27737]</a> Tag editor for authority lookup broken in authority editor</p>
1456
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27737">[27737]</a> Tag editor for authority lookup broken in authority editor</p>
1457
1457
1458
<blockquote>
1458
<blockquote>
1459
  <p>This patch changes the markup structure for the authorities editor so that it better matches that of the basic bibliographic record editor. This allows the authority-linking JavaScript to correctly target fields on both pages.</p>
1459
  <p>This patch changes the markup structure for the authorities editor so that it better matches that of the basic bibliographic record editor. This allows the authority-linking JavaScript to correctly target fields on both pages.</p>
Lines 1463-1523 have already been fixed in maintainance releases)</p> Link Here
1463
<h3 id="notices">Notices</h3>
1463
<h3 id="notices">Notices</h3>
1464
1464
1465
<ul>
1465
<ul>
1466
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28023">[28023]</a> Typo in Reply-To header</li>
1466
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28023">[28023]</a> Typo in Reply-To header</li>
1467
</ul>
1467
</ul>
1468
1468
1469
<h3 id="opac">OPAC</h3>
1469
<h3 id="opac">OPAC</h3>
1470
1470
1471
<ul>
1471
<ul>
1472
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15448">[15448]</a> Placing hold on specific items doesn't enforce OpacHiddenItems</li>
1472
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15448">[15448]</a> Placing hold on specific items doesn't enforce OpacHiddenItems</li>
1473
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24398">[24398]</a> Error when viewing single news item and NewsAuthorDisplay pref set to OPAC</li>
1473
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24398">[24398]</a> Error when viewing single news item and NewsAuthorDisplay pref set to OPAC</li>
1474
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27148">[27148]</a> Internal Server Error during self registration 20.11</p>
1474
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27148">[27148]</a> Internal Server Error during self registration 20.11</p>
1475
1475
1476
<blockquote>
1476
<blockquote>
1477
  <p>This fixes a bug when using self registration and there is no patron category available for selection in the registration form.</p>
1477
  <p>This fixes a bug when using self registration and there is no patron category available for selection in the registration form.</p>
1478
</blockquote></li>
1478
</blockquote></li>
1479
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27200">[27200]</a> "Browse search" is broken</li>
1479
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27200">[27200]</a> "Browse search" is broken</li>
1480
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27626">[27626]</a> Patron self-registration breaks if categorycode and password are hidden</li>
1480
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27626">[27626]</a> Patron self-registration breaks if categorycode and password are hidden</li>
1481
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27731">[27731]</a> Place hold link for individual OPAC search result broken</li>
1481
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27731">[27731]</a> Place hold link for individual OPAC search result broken</li>
1482
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27860">[27860]</a> Bad KohaAdminEmailAddress breaks patron self registration and password reset feature</li>
1482
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27860">[27860]</a> Bad KohaAdminEmailAddress breaks patron self registration and password reset feature</li>
1483
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28193">[28193]</a> OpacLoginInstructions news block broken by Bug 20168</li>
1483
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28193">[28193]</a> OpacLoginInstructions news block broken by Bug 20168</li>
1484
</ul>
1484
</ul>
1485
1485
1486
<h3 id="packaging">Packaging</h3>
1486
<h3 id="packaging">Packaging</h3>
1487
1487
1488
<ul>
1488
<ul>
1489
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28364">[28364]</a> koha-z3950-responder breaks because of log4perl.conf permissions</li>
1489
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28364">[28364]</a> koha-z3950-responder breaks because of log4perl.conf permissions</li>
1490
</ul>
1490
</ul>
1491
1491
1492
<h3 id="patrons">Patrons</h3>
1492
<h3 id="patrons">Patrons</h3>
1493
1493
1494
<ul>
1494
<ul>
1495
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946">[25946]</a> borrowerRelationship can no longer be empty</li>
1495
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946">[25946]</a> borrowerRelationship can no longer be empty</li>
1496
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26517">[26517]</a> Avoid deleting patrons with permission</li>
1496
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26517">[26517]</a> Avoid deleting patrons with permission</li>
1497
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27004">[27004]</a> Deleting a staff account who have created claims returned causes problem in the return_claims table because of a NULL value in return_claims.created_by.</li>
1497
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27004">[27004]</a> Deleting a staff account who have created claims returned causes problem in the return_claims table because of a NULL value in return_claims.created_by.</li>
1498
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27144">[27144]</a> Cannot delete any patrons</li>
1498
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27144">[27144]</a> Cannot delete any patrons</li>
1499
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27420">[27420]</a> A mistake in bug 5161 leads to some patron attributes appearing without a fieldset</li>
1499
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27420">[27420]</a> A mistake in bug 5161 leads to some patron attributes appearing without a fieldset</li>
1500
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27933">[27933]</a> Order patron search broken (dateofbirth, cardnumber, expirationdate)</li>
1500
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27933">[27933]</a> Order patron search broken (dateofbirth, cardnumber, expirationdate)</li>
1501
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28217">[28217]</a> Several non-repeatable attributes when merging patrons</li>
1501
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28217">[28217]</a> Several non-repeatable attributes when merging patrons</li>
1502
</ul>
1502
</ul>
1503
1503
1504
<h3 id="pluginarchitecture">Plugin architecture</h3>
1504
<h3 id="pluginarchitecture">Plugin architecture</h3>
1505
1505
1506
<ul>
1506
<ul>
1507
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27820">[27820]</a> plugins_nightly.pl script missing use</li>
1507
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27820">[27820]</a> plugins_nightly.pl script missing use</li>
1508
</ul>
1508
</ul>
1509
1509
1510
<h3 id="restapi">REST API</h3>
1510
<h3 id="restapi">REST API</h3>
1511
1511
1512
<ul>
1512
<ul>
1513
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28369">[28369]</a> additionalProperties missing in holds routes</li>
1513
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28369">[28369]</a> additionalProperties missing in holds routes</li>
1514
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28370">[28370]</a> Routes still missing additionalProperties in spec</li>
1514
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28370">[28370]</a> Routes still missing additionalProperties in spec</li>
1515
</ul>
1515
</ul>
1516
1516
1517
<h3 id="reports">Reports</h3>
1517
<h3 id="reports">Reports</h3>
1518
1518
1519
<ul>
1519
<ul>
1520
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27142">[27142]</a> Patron batch update from report module - no patrons loaded into view</p>
1520
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27142">[27142]</a> Patron batch update from report module - no patrons loaded into view</p>
1521
1521
1522
<blockquote>
1522
<blockquote>
1523
  <p>This fixes an error when batch modifying patrons using the reports module. After running a report (such as SELECT * FROM borrowers LIMIT 50) and selecting batch modification an error was displayed: "Warning, the following cardnumbers were not found:", and you were not able to modify any patrons.</p>
1523
  <p>This fixes an error when batch modifying patrons using the reports module. After running a report (such as SELECT * FROM borrowers LIMIT 50) and selecting batch modification an error was displayed: "Warning, the following cardnumbers were not found:", and you were not able to modify any patrons.</p>
Lines 1527-1541 have already been fixed in maintainance releases)</p> Link Here
1527
<h3 id="sip2">SIP2</h3>
1527
<h3 id="sip2">SIP2</h3>
1528
1528
1529
<ul>
1529
<ul>
1530
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27166">[27166]</a> SIP2 Connection is killed when an item that was not issued is checked in and generates a transfer</li>
1530
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27166">[27166]</a> SIP2 Connection is killed when an item that was not issued is checked in and generates a transfer</li>
1531
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27196">[27196]</a> Waiting title level hold checked in at wrong location via SIP leaves hold in a broken state and drops connection</li>
1531
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27196">[27196]</a> Waiting title level hold checked in at wrong location via SIP leaves hold in a broken state and drops connection</li>
1532
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27589">[27589]</a> Error when specifying CR field in SIP Config</li>
1532
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27589">[27589]</a> Error when specifying CR field in SIP Config</li>
1533
</ul>
1533
</ul>
1534
1534
1535
<h3 id="searching">Searching</h3>
1535
<h3 id="searching">Searching</h3>
1536
1536
1537
<ul>
1537
<ul>
1538
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28475">[28475]</a> Searching all headings returns no results</p>
1538
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28475">[28475]</a> Searching all headings returns no results</p>
1539
1539
1540
<p><strong>Sponsored by</strong> <em>Asociación Latinoamericana de Integración</em></p></li>
1540
<p><strong>Sponsored by</strong> <em>Asociación Latinoamericana de Integración</em></p></li>
1541
</ul>
1541
</ul>
Lines 1543-1551 have already been fixed in maintainance releases)</p> Link Here
1543
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1543
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1544
1544
1545
<ul>
1545
<ul>
1546
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26312">[26312]</a> Add some error handling during Elasticsearch indexing</li>
1546
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26312">[26312]</a> Add some error handling during Elasticsearch indexing</li>
1547
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27597">[27597]</a> Searching "kw:term" does not work with Elasticsearch</li>
1547
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27597">[27597]</a> Searching "kw:term" does not work with Elasticsearch</li>
1548
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27784">[27784]</a> Unknown authority types break elasticsearch authorities indexing</p>
1548
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27784">[27784]</a> Unknown authority types break elasticsearch authorities indexing</p>
1549
1549
1550
<blockquote>
1550
<blockquote>
1551
  <p>This patch fixes Elasticsearch indexing failures caused by 'SUBDIV' type authority records in Koha. It skips the step of parsing the authorities into the linking form if the type contains '_SUBD'. </p>
1551
  <p>This patch fixes Elasticsearch indexing failures caused by 'SUBDIV' type authority records in Koha. It skips the step of parsing the authorities into the linking form if the type contains '_SUBD'. </p>
Lines 1562-1615 have already been fixed in maintainance releases)</p> Link Here
1562
<h3 id="searching-zebra">Searching - Zebra</h3>
1562
<h3 id="searching-zebra">Searching - Zebra</h3>
1563
1563
1564
<ul>
1564
<ul>
1565
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430">[12430]</a> Relevance ranking should also be used without QueryWeightFields system preference</li>
1565
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430">[12430]</a> Relevance ranking should also be used without QueryWeightFields system preference</li>
1566
</ul>
1566
</ul>
1567
1567
1568
<h3 id="serials">Serials</h3>
1568
<h3 id="serials">Serials</h3>
1569
1569
1570
<ul>
1570
<ul>
1571
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27842">[27842]</a> Incorrect biblionumber handling in serials subscriptions</li>
1571
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27842">[27842]</a> Incorrect biblionumber handling in serials subscriptions</li>
1572
</ul>
1572
</ul>
1573
1573
1574
<h3 id="staffclient">Staff Client</h3>
1574
<h3 id="staffclient">Staff Client</h3>
1575
1575
1576
<ul>
1576
<ul>
1577
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27256">[27256]</a> "Add" button on point of sale page fails on table paging</li>
1577
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27256">[27256]</a> "Add" button on point of sale page fails on table paging</li>
1578
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28368">[28368]</a> Error when printing receipt of point of sale</li>
1578
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28368">[28368]</a> Error when printing receipt of point of sale</li>
1579
</ul>
1579
</ul>
1580
1580
1581
<h3 id="systemadministration">System Administration</h3>
1581
<h3 id="systemadministration">System Administration</h3>
1582
1582
1583
<ul>
1583
<ul>
1584
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27569">[27569]</a> marc-framework import function doesn't accept LibreOffice csv/ods file formats</li>
1584
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27569">[27569]</a> marc-framework import function doesn't accept LibreOffice csv/ods file formats</li>
1585
</ul>
1585
</ul>
1586
1586
1587
<h3 id="templates">Templates</h3>
1587
<h3 id="templates">Templates</h3>
1588
1588
1589
<ul>
1589
<ul>
1590
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27124">[27124]</a> JS error "select2Width is not defined"</li>
1590
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27124">[27124]</a> JS error "select2Width is not defined"</li>
1591
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28351">[28351]</a> Cannot set restrictions when 'dateformat' is other than 'us'</li>
1591
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28351">[28351]</a> Cannot set restrictions when 'dateformat' is other than 'us'</li>
1592
</ul>
1592
</ul>
1593
1593
1594
<h3 id="testsuite">Test Suite</h3>
1594
<h3 id="testsuite">Test Suite</h3>
1595
1595
1596
<ul>
1596
<ul>
1597
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27055">[27055]</a> Update Firefox version used in Selenium GUI tests</li>
1597
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27055">[27055]</a> Update Firefox version used in Selenium GUI tests</li>
1598
</ul>
1598
</ul>
1599
1599
1600
<h3 id="tools">Tools</h3>
1600
<h3 id="tools">Tools</h3>
1601
1601
1602
<ul>
1602
<ul>
1603
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27669">[27669]</a> reverting and importing status never set when importing/reverting a batch</li>
1603
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27669">[27669]</a> reverting and importing status never set when importing/reverting a batch</li>
1604
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28015">[28015]</a> Inventory tool fails when timeformat=12h</li>
1604
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28015">[28015]</a> Inventory tool fails when timeformat=12h</li>
1605
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28158">[28158]</a> Lost items not charging when marked lost from batch item modification</li>
1605
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28158">[28158]</a> Lost items not charging when marked lost from batch item modification</li>
1606
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28220">[28220]</a> Exception not caught when importing patrons</li>
1606
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28220">[28220]</a> Exception not caught when importing patrons</li>
1607
</ul>
1607
</ul>
1608
1608
1609
<h3 id="webservices">Web services</h3>
1609
<h3 id="webservices">Web services</h3>
1610
1610
1611
<ul>
1611
<ul>
1612
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26665">[26665]</a> OAI 'Set' and 'Metadata' dropdowns broken</p>
1612
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26665">[26665]</a> OAI 'Set' and 'Metadata' dropdowns broken</p>
1613
1613
1614
<blockquote>
1614
<blockquote>
1615
  <p>With OAI-PMH enabled, if you clicked on Sets or Metadata in the search results no additional information was displayed (example query: <OPACBaseURL>/cgi-bin/koha/oai.pl?verb=ListRecords&amp;metadataPrefix=marc21). This patch fixes this so that the additional information for Sets and Metadata is now correctly displayed.</p>
1615
  <p>With OAI-PMH enabled, if you clicked on Sets or Metadata in the search results no additional information was displayed (example query: <OPACBaseURL>/cgi-bin/koha/oai.pl?verb=ListRecords&amp;metadataPrefix=marc21). This patch fixes this so that the additional information for Sets and Metadata is now correctly displayed.</p>
Lines 1624-1651 have already been fixed in maintainance releases)</p> Link Here
1624
<h3 id="about">About</h3>
1624
<h3 id="about">About</h3>
1625
1625
1626
<ul>
1626
<ul>
1627
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143">[7143]</a> Bug for tracking changes to the about page</li>
1627
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143">[7143]</a> Bug for tracking changes to the about page</li>
1628
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27495">[27495]</a> The "Accessibility advocate" role is not yet listed in the about page.</li>
1628
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27495">[27495]</a> The "Accessibility advocate" role is not yet listed in the about page.</li>
1629
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27661">[27661]</a> Clarify error for message broker</li>
1629
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27661">[27661]</a> Clarify error for message broker</li>
1630
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28442">[28442]</a> Release team 21.11</li>
1630
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28442">[28442]</a> Release team 21.11</li>
1631
</ul>
1631
</ul>
1632
1632
1633
<h3 id="acquisitions">Acquisitions</h3>
1633
<h3 id="acquisitions">Acquisitions</h3>
1634
1634
1635
<ul>
1635
<ul>
1636
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23195">[23195]</a> Shipping costs are inconsistent in where displayed</p>
1636
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23195">[23195]</a> Shipping costs are inconsistent in where displayed</p>
1637
1637
1638
<blockquote>
1638
<blockquote>
1639
  <p>With this patch the shipping costs added to an invoice are always counted as "spent". With this change the totals on the start page of the acquisition module will match the totals on the ordered and spent pages for a fund.</p>
1639
  <p>With this patch the shipping costs added to an invoice are always counted as "spent". With this change the totals on the start page of the acquisition module will match the totals on the ordered and spent pages for a fund.</p>
1640
</blockquote></li>
1640
</blockquote></li>
1641
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23675">[23675]</a> UseACQFrameworkForBiblioRecords default framework is missing LDR breaking encoding</li>
1641
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23675">[23675]</a> UseACQFrameworkForBiblioRecords default framework is missing LDR breaking encoding</li>
1642
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23767">[23767]</a> Spent and Ordered total values don't include child funds on acqui-home</li>
1642
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23767">[23767]</a> Spent and Ordered total values don't include child funds on acqui-home</li>
1643
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23929">[23929]</a> Invoice adjustments should filter inactive funds</li>
1643
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23929">[23929]</a> Invoice adjustments should filter inactive funds</li>
1644
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24469">[24469]</a> Record biblionumber in import_biblio when adding to basket via file</li>
1644
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24469">[24469]</a> Record biblionumber in import_biblio when adding to basket via file</li>
1645
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24470">[24470]</a> Set import_status when file used to populate basket in acquisitions</li>
1645
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24470">[24470]</a> Set import_status when file used to populate basket in acquisitions</li>
1646
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26905">[26905]</a> Purchase suggestion button hidden for users with suggestion permission but not acq permission</li>
1646
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26905">[26905]</a> Purchase suggestion button hidden for users with suggestion permission but not acq permission</li>
1647
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26989">[26989]</a> Ensure no CR occurs in an EDIFACT order message</li>
1647
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26989">[26989]</a> Ensure no CR occurs in an EDIFACT order message</li>
1648
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27446">[27446]</a> Markup errors in suggestion/suggestion.tt</p>
1648
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27446">[27446]</a> Markup errors in suggestion/suggestion.tt</p>
1649
1649
1650
<blockquote>
1650
<blockquote>
1651
  <p>This patch fixes several markup errors in the suggestions template in the staff interface, including:</p>
1651
  <p>This patch fixes several markup errors in the suggestions template in the staff interface, including:</p>
Lines 1657-1755 have already been fixed in maintainance releases)</p> Link Here
1657
  <li>Adding comments to highlight markup structure</li>
1657
  <li>Adding comments to highlight markup structure</li>
1658
  </ul>
1658
  </ul>
1659
</blockquote></li>
1659
</blockquote></li>
1660
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27547">[27547]</a> Typo in parcel.tt</li>
1660
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27547">[27547]</a> Typo in parcel.tt</li>
1661
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27608">[27608]</a> Correct 'accepted by' inconsistency in suggestion.tt</p>
1661
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27608">[27608]</a> Correct 'accepted by' inconsistency in suggestion.tt</p>
1662
1662
1663
<p><strong>Sponsored by</strong> <em>Collecto</em></p></li>
1663
<p><strong>Sponsored by</strong> <em>Collecto</em></p></li>
1664
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27813">[27813]</a> Purchase suggestions should sort by suggesteddate rather than title</p>
1664
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27813">[27813]</a> Purchase suggestions should sort by suggesteddate rather than title</p>
1665
1665
1666
<blockquote>
1666
<blockquote>
1667
  <p>This changes the list of purchase suggestions so that the oldest suggestions are shown first, rather than by title. (This was the behaviour before Koha 20.05).</p>
1667
  <p>This changes the list of purchase suggestions so that the oldest suggestions are shown first, rather than by title. (This was the behaviour before Koha 20.05).</p>
1668
</blockquote></li>
1668
</blockquote></li>
1669
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27900">[27900]</a> regression: add from existing record with null results deadends</li>
1669
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27900">[27900]</a> regression: add from existing record with null results deadends</li>
1670
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28003">[28003]</a> Invoice adjustments using inactive budgets do not indicate that status</li>
1670
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28003">[28003]</a> Invoice adjustments using inactive budgets do not indicate that status</li>
1671
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28077">[28077]</a> Missing colon on suggestion modification page</li>
1671
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28077">[28077]</a> Missing colon on suggestion modification page</li>
1672
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28103">[28103]</a> Barcode fails when adding item during order receive</li>
1672
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28103">[28103]</a> Barcode fails when adding item during order receive</li>
1673
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28223">[28223]</a> Total for budgets is incorrect when child funds have negative values</li>
1673
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28223">[28223]</a> Total for budgets is incorrect when child funds have negative values</li>
1674
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28283">[28283]</a> 'Quantity received' should have inputmode="numeric"</li>
1674
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28283">[28283]</a> 'Quantity received' should have inputmode="numeric"</li>
1675
</ul>
1675
</ul>
1676
1676
1677
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1677
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1678
1678
1679
<ul>
1679
<ul>
1680
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15720">[15720]</a> OCLC Connexion daemon does not verify username or password</li>
1680
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15720">[15720]</a> OCLC Connexion daemon does not verify username or password</li>
1681
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16067">[16067]</a> Koha::Cache, fastmmap caching system is broken</li>
1681
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16067">[16067]</a> Koha::Cache, fastmmap caching system is broken</li>
1682
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24000">[24000]</a> Some modules do not return 1</li>
1682
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24000">[24000]</a> Some modules do not return 1</li>
1683
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25292">[25292]</a> L1 cache too long in Z3950 server (z3950-responder)</li>
1683
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25292">[25292]</a> L1 cache too long in Z3950 server (z3950-responder)</li>
1684
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25306">[25306]</a> Unnecessary update of framework in ModBiblioMarc</li>
1684
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25306">[25306]</a> Unnecessary update of framework in ModBiblioMarc</li>
1685
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25381">[25381]</a> XSLTs should not define entities</li>
1685
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25381">[25381]</a> XSLTs should not define entities</li>
1686
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25552">[25552]</a> Add missing Claims Returned option to MarkLostItemsAsReturned</p>
1686
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25552">[25552]</a> Add missing Claims Returned option to MarkLostItemsAsReturned</p>
1687
1687
1688
<blockquote>
1688
<blockquote>
1689
  <p>Marking an item as a return claim checks the system preference MarkLostItemsAsReturned to see if the claim should be removed from the patron record. However, the option for "when marking an item as a return claim" was never added to the system preference, so there was no way to remove a checkout from the patron record when marking the checkout as a return claim. This patch set adds that missing option.</p>
1689
  <p>Marking an item as a return claim checks the system preference MarkLostItemsAsReturned to see if the claim should be removed from the patron record. However, the option for "when marking an item as a return claim" was never added to the system preference, so there was no way to remove a checkout from the patron record when marking the checkout as a return claim. This patch set adds that missing option.</p>
1690
</blockquote></li>
1690
</blockquote></li>
1691
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26048">[26048]</a> PSGI Koha does not use custom ErrorDocument pages</p>
1691
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26048">[26048]</a> PSGI Koha does not use custom ErrorDocument pages</p>
1692
1692
1693
<blockquote>
1693
<blockquote>
1694
  <p>This change allows PSGI (Plack) Koha to use the custom ErrorDocument pages that CGI Koha already uses. Without this change, a 500 error will show a white page with only "Internal server error" and a 404 will show a white page with only "not found". This change aligns the error reporting for the two different Koha web modes.</p>
1694
  <p>This change allows PSGI (Plack) Koha to use the custom ErrorDocument pages that CGI Koha already uses. Without this change, a 500 error will show a white page with only "Internal server error" and a 404 will show a white page with only "not found". This change aligns the error reporting for the two different Koha web modes.</p>
1695
</blockquote></li>
1695
</blockquote></li>
1696
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26742">[26742]</a> Add configuration for message broker</li>
1696
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26742">[26742]</a> Add configuration for message broker</li>
1697
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26848">[26848]</a> Fix Readonly dependency in cpanfile</li>
1697
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26848">[26848]</a> Fix Readonly dependency in cpanfile</li>
1698
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26849">[26849]</a> Fix Array::Utils dependency in cpanfile</li>
1698
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26849">[26849]</a> Fix Array::Utils dependency in cpanfile</li>
1699
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947">[26947]</a> kohastructure.sql should be updated for each release</p>
1699
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947">[26947]</a> kohastructure.sql should be updated for each release</p>
1700
1700
1701
<blockquote>
1701
<blockquote>
1702
  <p>The kohastructure file which contains the table create statements for Koha was originally a MySQL dump which has been managed by hand as developers added new tables, changed columns, etc.</p>
1702
  <p>The kohastructure file which contains the table create statements for Koha was originally a MySQL dump which has been managed by hand as developers added new tables, changed columns, etc.</p>
1703
  
1703
  
1704
  <p>In order to standardize this table and allow easy comparison of an existing sites database to the correct Koha structure this file should be automatically generated as part of the release process</p>
1704
  <p>In order to standardize this table and allow easy comparison of an existing sites database to the correct Koha structure this file should be automatically generated as part of the release process</p>
1705
</blockquote></li>
1705
</blockquote></li>
1706
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27030">[27030]</a> The new "Processing" hold status is missing in C4::Reserves module documentation</li>
1706
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27030">[27030]</a> The new "Processing" hold status is missing in C4::Reserves module documentation</li>
1707
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27154">[27154]</a> Koha/Util/SystemPreferences.pm must be removed</li>
1707
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27154">[27154]</a> Koha/Util/SystemPreferences.pm must be removed</li>
1708
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27179">[27179]</a> Misspelling of Method in REST API files</p>
1708
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27179">[27179]</a> Misspelling of Method in REST API files</p>
1709
1709
1710
<blockquote>
1710
<blockquote>
1711
  <p>This fixes the misspelling of Method (Mehtod to Method) in REST API files.</p>
1711
  <p>This fixes the misspelling of Method (Mehtod to Method) in REST API files.</p>
1712
</blockquote></li>
1712
</blockquote></li>
1713
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27209">[27209]</a> Add Koha::Hold->set_pickup_location</li>
1713
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27209">[27209]</a> Add Koha::Hold->set_pickup_location</li>
1714
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27327">[27327]</a> Indirect object notation in Koha::Club::Hold</li>
1714
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27327">[27327]</a> Indirect object notation in Koha::Club::Hold</li>
1715
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27331">[27331]</a> fr-FR/1-Obligatoire/authorised_values.sql is invalid</li>
1715
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27331">[27331]</a> fr-FR/1-Obligatoire/authorised_values.sql is invalid</li>
1716
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27333">[27333]</a> Wrong exception thrown in Koha::Club::Hold::add</li>
1716
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27333">[27333]</a> Wrong exception thrown in Koha::Club::Hold::add</li>
1717
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27345">[27345]</a> C4::Auth::get_template_and_user is missing some permissions for superlibrarian</li>
1717
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27345">[27345]</a> C4::Auth::get_template_and_user is missing some permissions for superlibrarian</li>
1718
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27530">[27530]</a> Sample patron data should be updated and/or use relative dates</li>
1718
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27530">[27530]</a> Sample patron data should be updated and/or use relative dates</li>
1719
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27562">[27562]</a> itiva notices break if record title contains quotes</li>
1719
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27562">[27562]</a> itiva notices break if record title contains quotes</li>
1720
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27581">[27581]</a> Rename UseICU system preference to UseICUStyleQuotes</li>
1720
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27581">[27581]</a> Rename UseICU system preference to UseICUStyleQuotes</li>
1721
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27680">[27680]</a> API DataTables Wrapper fails for ordering on multi-data-field columns</li>
1721
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27680">[27680]</a> API DataTables Wrapper fails for ordering on multi-data-field columns</li>
1722
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27714">[27714]</a> Koha::NewsItem->author explodes if the author has been removed</p>
1722
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27714">[27714]</a> Koha::NewsItem->author explodes if the author has been removed</p>
1723
1723
1724
<blockquote>
1724
<blockquote>
1725
  <p>This fixes the cause of errors occurring for the display of news items where the author of no longer exists in Koha.</p>
1725
  <p>This fixes the cause of errors occurring for the display of news items where the author of no longer exists in Koha.</p>
1726
</blockquote></li>
1726
</blockquote></li>
1727
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27807">[27807]</a> API DataTables Wrapper fails for ordered on multiple columns</li>
1727
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27807">[27807]</a> API DataTables Wrapper fails for ordered on multiple columns</li>
1728
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27844">[27844]</a> koha-worker systemd service should run as %i-koha in package install</li>
1728
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27844">[27844]</a> koha-worker systemd service should run as %i-koha in package install</li>
1729
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27857">[27857]</a> Koha::Patron->extended_attributes skips checks</li>
1729
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27857">[27857]</a> Koha::Patron->extended_attributes skips checks</li>
1730
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27858">[27858]</a> Make Koha::Patron::Attribute->store raise an exception on invalid type/code</li>
1730
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27858">[27858]</a> Make Koha::Patron::Attribute->store raise an exception on invalid type/code</li>
1731
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27939">[27939]</a> Update yarn.lock file</li>
1731
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27939">[27939]</a> Update yarn.lock file</li>
1732
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27942">[27942]</a> QOTD: quote CSV uploads may contain JavaScript payloads (XSS)</li>
1732
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27942">[27942]</a> QOTD: quote CSV uploads may contain JavaScript payloads (XSS)</li>
1733
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28053">[28053]</a> Warning in C4::Members::patronflags</li>
1733
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28053">[28053]</a> Warning in C4::Members::patronflags</li>
1734
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28096">[28096]</a> API datatables wrapper does not deal correctly with hidden columns</li>
1734
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28096">[28096]</a> API datatables wrapper does not deal correctly with hidden columns</li>
1735
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28110">[28110]</a> YAML::XS minimum version should be 0.67, not 0.41</li>
1735
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28110">[28110]</a> YAML::XS minimum version should be 0.67, not 0.41</li>
1736
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28156">[28156]</a> Koha::Account::Line->renewable must be named is_renewable</li>
1736
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28156">[28156]</a> Koha::Account::Line->renewable must be named is_renewable</li>
1737
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28221">[28221]</a> process_message_queue.pl missing <code>use Try::Tiny</code></li>
1737
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28221">[28221]</a> process_message_queue.pl missing <code>use Try::Tiny</code></li>
1738
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28244">[28244]</a> Ukrainian is misspelled in language tables for English</li>
1738
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28244">[28244]</a> Ukrainian is misspelled in language tables for English</li>
1739
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28276">[28276]</a> Do not fetch config ($KOHA_CONF) from memcached</li>
1739
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28276">[28276]</a> Do not fetch config ($KOHA_CONF) from memcached</li>
1740
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28293">[28293]</a> Wrong key used in Patrons::Import->generate_patron_attributes</li>
1740
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28293">[28293]</a> Wrong key used in Patrons::Import->generate_patron_attributes</li>
1741
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28367">[28367]</a> Wrong plack condition in C4/Auth_with_shibboleth.pm</li>
1741
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28367">[28367]</a> Wrong plack condition in C4/Auth_with_shibboleth.pm</li>
1742
</ul>
1742
</ul>
1743
1743
1744
<h3 id="authentication">Authentication</h3>
1744
<h3 id="authentication">Authentication</h3>
1745
1745
1746
<ul>
1746
<ul>
1747
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20854">[20854]</a> Redirect after logout with CAS 3.0 broken</p>
1747
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20854">[20854]</a> Redirect after logout with CAS 3.0 broken</p>
1748
1748
1749
<blockquote>
1749
<blockquote>
1750
  <p>This patch adds a new system preference casServerVersion, that will allow Koha to work correctly with different CAS protocol versions. In this case it fixes a problem that arose by changing the name of a parameter in the logout request between CAS 2 and 3 that broke the redirect after successful logout.</p>
1750
  <p>This patch adds a new system preference casServerVersion, that will allow Koha to work correctly with different CAS protocol versions. In this case it fixes a problem that arose by changing the name of a parameter in the logout request between CAS 2 and 3 that broke the redirect after successful logout.</p>
1751
</blockquote></li>
1751
</blockquote></li>
1752
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21325">[21325]</a> Prevent authentication when sending userid and password via querystring parameters</p>
1752
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21325">[21325]</a> Prevent authentication when sending userid and password via querystring parameters</p>
1753
1753
1754
<blockquote>
1754
<blockquote>
1755
  <p>This change may break custom or creative (yet insecure) authentication integration using GET requests. These auth requests do not exist in Koha, but they may be used by extensions, customizations, or clever end users.</p>
1755
  <p>This change may break custom or creative (yet insecure) authentication integration using GET requests. These auth requests do not exist in Koha, but they may be used by extensions, customizations, or clever end users.</p>
Lines 1759-1765 have already been fixed in maintainance releases)</p> Link Here
1759
<h3 id="browsercompatibility">Browser compatibility</h3>
1759
<h3 id="browsercompatibility">Browser compatibility</h3>
1760
1760
1761
<ul>
1761
<ul>
1762
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27282">[27282]</a> Printing broken in some versions of Chrome</p>
1762
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27282">[27282]</a> Printing broken in some versions of Chrome</p>
1763
1763
1764
<blockquote>
1764
<blockquote>
1765
  <p>Printing in some versions of Google Chrome does not work correctly making it impossible to print. This patch alters the JavaScript which controls the print dialogues in order to make for a better a printing experience across all browsers.</p>
1765
  <p>Printing in some versions of Google Chrome does not work correctly making it impossible to print. This patch alters the JavaScript which controls the print dialogues in order to make for a better a printing experience across all browsers.</p>
Lines 1769-1810 have already been fixed in maintainance releases)</p> Link Here
1769
<h3 id="cataloging">Cataloging</h3>
1769
<h3 id="cataloging">Cataloging</h3>
1770
1770
1771
<ul>
1771
<ul>
1772
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20971">[20971]</a> Corrupted storable string breaks SubfieldsToUseWhenPrefill functionality</li>
1772
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20971">[20971]</a> Corrupted storable string breaks SubfieldsToUseWhenPrefill functionality</li>
1773
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22243">[22243]</a> Advanced Cataloguer editor fails if the target contains an apostrophe in the name</li>
1773
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22243">[22243]</a> Advanced Cataloguer editor fails if the target contains an apostrophe in the name</li>
1774
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406">[23406]</a> When using an authorised value for suppression, record doesn't show as suppressed in staff interface</li>
1774
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406">[23406]</a> When using an authorised value for suppression, record doesn't show as suppressed in staff interface</li>
1775
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25777">[25777]</a> Datatables on z3950_search.pl show incorrect number of entries</li>
1775
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25777">[25777]</a> Datatables on z3950_search.pl show incorrect number of entries</li>
1776
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26921">[26921]</a> Create cover image even when there is no record identificator</p>
1776
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26921">[26921]</a> Create cover image even when there is no record identificator</p>
1777
1777
1778
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p></li>
1778
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p></li>
1779
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26964">[26964]</a> Advanced editor no longer selects newly created macros</p>
1779
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26964">[26964]</a> Advanced editor no longer selects newly created macros</p>
1780
1780
1781
<blockquote>
1781
<blockquote>
1782
  <p>This patch fixes the behaviour for saving of new macros using the advanced editor. Before this fix the newly created macro wasn't selected and the automatic save (there isn't a save option) had nothing to save.</p>
1782
  <p>This patch fixes the behaviour for saving of new macros using the advanced editor. Before this fix the newly created macro wasn't selected and the automatic save (there isn't a save option) had nothing to save.</p>
1783
</blockquote></li>
1783
</blockquote></li>
1784
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27125">[27125]</a> Show authority type for UNIMARC in authority search result display</li>
1784
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27125">[27125]</a> Show authority type for UNIMARC in authority search result display</li>
1785
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27128">[27128]</a> Follow-up to bug 25728 - Don't prefill av's code</li>
1785
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27128">[27128]</a> Follow-up to bug 25728 - Don't prefill av's code</li>
1786
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27130">[27130]</a> Adding local cover image at item level shows 'File type' section</li>
1786
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27130">[27130]</a> Adding local cover image at item level shows 'File type' section</li>
1787
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27135">[27135]</a> Viewing local cover images at item level shows a link to upload image at record level</li>
1787
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27135">[27135]</a> Viewing local cover images at item level shows a link to upload image at record level</li>
1788
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27164">[27164]</a> Fix item search CSV export</li>
1788
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27164">[27164]</a> Fix item search CSV export</li>
1789
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27308">[27308]</a> Advanced editor should skip blank lines when inserting new fields</li>
1789
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27308">[27308]</a> Advanced editor should skip blank lines when inserting new fields</li>
1790
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27508">[27508]</a> Can't duplicate the MARC field tag with JavaScript if option "advancedMARCeditor" is set to "Don't display"</li>
1790
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27508">[27508]</a> Can't duplicate the MARC field tag with JavaScript if option "advancedMARCeditor" is set to "Don't display"</li>
1791
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27577">[27577]</a> Autolink bibs after generating the biblionumber</li>
1791
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27577">[27577]</a> Autolink bibs after generating the biblionumber</li>
1792
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27578">[27578]</a> Searchid not initialized when adding a new record</li>
1792
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27578">[27578]</a> Searchid not initialized when adding a new record</li>
1793
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27738">[27738]</a> Set fallback for unset DefaultCountryField008 to |||, "no attempt to code"</li>
1793
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27738">[27738]</a> Set fallback for unset DefaultCountryField008 to |||, "no attempt to code"</li>
1794
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27739">[27739]</a> Advanced editor should use DefaultCountryField008 system preference rather than hardcoding xxu</li>
1794
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27739">[27739]</a> Advanced editor should use DefaultCountryField008 system preference rather than hardcoding xxu</li>
1795
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27837">[27837]</a> Permanent location is reverted to location when location updated and permanent_location mapped to MARC field</li>
1795
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27837">[27837]</a> Permanent location is reverted to location when location updated and permanent_location mapped to MARC field</li>
1796
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28123">[28123]</a> Commas in file names of uploaded files cause inconsistently broken 856$u links</li>
1796
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28123">[28123]</a> Commas in file names of uploaded files cause inconsistently broken 856$u links</li>
1797
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28270">[28270]</a> Wrong tooltip displayed on moredetail for the claim lost status</li>
1797
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28270">[28270]</a> Wrong tooltip displayed on moredetail for the claim lost status</li>
1798
</ul>
1798
</ul>
1799
1799
1800
<h3 id="circulation">Circulation</h3>
1800
<h3 id="circulation">Circulation</h3>
1801
1801
1802
<ul>
1802
<ul>
1803
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8287">[8287]</a> Improve filter on checked out from overdues</li>
1803
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8287">[8287]</a> Improve filter on checked out from overdues</li>
1804
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16785">[16785]</a> Autocomplete broken on overdues report</li>
1804
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16785">[16785]</a> Autocomplete broken on overdues report</li>
1805
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488">[24488]</a> Holds to Pull sometimes shows the wrong 'first patron' details</li>
1805
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488">[24488]</a> Holds to Pull sometimes shows the wrong 'first patron' details</li>
1806
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25583">[25583]</a> When ClaimReturnedLostValue is not set, the claim returned tab doesn't appear</li>
1806
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25583">[25583]</a> When ClaimReturnedLostValue is not set, the claim returned tab doesn't appear</li>
1807
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25690">[25690]</a> SIP should not allow to check out an item in transfer because of a hold to another patron</p>
1807
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25690">[25690]</a> SIP should not allow to check out an item in transfer because of a hold to another patron</p>
1808
1808
1809
<blockquote>
1809
<blockquote>
1810
  <ul>
1810
  <ul>
Lines 1812-1849 have already been fixed in maintainance releases)</p> Link Here
1812
  <li><p>Checking out someone else's hold that is in transit is prevented</p></li>
1812
  <li><p>Checking out someone else's hold that is in transit is prevented</p></li>
1813
  </ul>
1813
  </ul>
1814
</blockquote></li>
1814
</blockquote></li>
1815
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26953">[26953]</a> Phone &amp; SMS transports always displayed in overdue status triggers</li>
1815
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26953">[26953]</a> Phone &amp; SMS transports always displayed in overdue status triggers</li>
1816
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27011">[27011]</a> Warnings in returns.pl</p>
1816
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27011">[27011]</a> Warnings in returns.pl</p>
1817
1817
1818
<blockquote>
1818
<blockquote>
1819
  <p>This patch removes a variable ($name) that is no longer used in Circulation > Check in (/cgi-bin/koha/circ/returns.pl), and the resulting warnings (..[WARN] Use of uninitialized value in concatenation (.) or string at..) that were recorded in the error log.</p>
1819
  <p>This patch removes a variable ($name) that is no longer used in Circulation > Check in (/cgi-bin/koha/circ/returns.pl), and the resulting warnings (..[WARN] Use of uninitialized value in concatenation (.) or string at..) that were recorded in the error log.</p>
1820
</blockquote></li>
1820
</blockquote></li>
1821
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27058">[27058]</a> Cannot place hold to ordered item when on shelf holds are not allowed</li>
1821
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27058">[27058]</a> Cannot place hold to ordered item when on shelf holds are not allowed</li>
1822
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27133">[27133]</a> Header missing for "Copy no" on the relative's checkouts table</li>
1822
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27133">[27133]</a> Header missing for "Copy no" on the relative's checkouts table</li>
1823
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27538">[27538]</a> Cells in the bottom filtering row of the "Holds to pull" table shifted</li>
1823
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27538">[27538]</a> Cells in the bottom filtering row of the "Holds to pull" table shifted</li>
1824
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27548">[27548]</a> Warnings "use of uninitialized value" on branchoverdues.pl</p>
1824
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27548">[27548]</a> Warnings "use of uninitialized value" on branchoverdues.pl</p>
1825
1825
1826
<blockquote>
1826
<blockquote>
1827
  <p>This fixes the cause of unnecessary "use of uninitialized value" warnings in the log files generated by Circulation > Overdues with fines (/cgi-bin/koha/circ/branchoverdues.pl).</p>
1827
  <p>This fixes the cause of unnecessary "use of uninitialized value" warnings in the log files generated by Circulation > Overdues with fines (/cgi-bin/koha/circ/branchoverdues.pl).</p>
1828
  
1828
  
1829
  <p>This was caused by not taking into account that the "location" parameter for this form is initially empty.</p>
1829
  <p>This was caused by not taking into account that the "location" parameter for this form is initially empty.</p>
1830
</blockquote></li>
1830
</blockquote></li>
1831
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27549">[27549]</a> Warning "use of uninitialized value" on renew.pl</p>
1831
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27549">[27549]</a> Warning "use of uninitialized value" on renew.pl</p>
1832
1832
1833
<blockquote>
1833
<blockquote>
1834
  <p>This fixes the cause of unnecessary "use of uninitialized value" warnings in the log files generated by Circulation > Renew (/cgi-bin/koha/circ/renew.pl).</p>
1834
  <p>This fixes the cause of unnecessary "use of uninitialized value" warnings in the log files generated by Circulation > Renew (/cgi-bin/koha/circ/renew.pl).</p>
1835
  
1835
  
1836
  <p>This was caused by not taking into account that the "barcode" parameter for this form is initially empty.</p>
1836
  <p>This was caused by not taking into account that the "barcode" parameter for this form is initially empty.</p>
1837
</blockquote></li>
1837
</blockquote></li>
1838
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27645">[27645]</a> Duplicate message in batch checkout</li>
1838
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27645">[27645]</a> Duplicate message in batch checkout</li>
1839
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27655">[27655]</a> Barcode column is missing from "Holds to pull" table preferences yaml file</li>
1839
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27655">[27655]</a> Barcode column is missing from "Holds to pull" table preferences yaml file</li>
1840
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27836">[27836]</a> Document that CircControl syspref changes which library's calendar to use</li>
1840
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27836">[27836]</a> Document that CircControl syspref changes which library's calendar to use</li>
1841
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27969">[27969]</a> On checkin, relabel "Remember due date" as "Remember return date"</li>
1841
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27969">[27969]</a> On checkin, relabel "Remember due date" as "Remember return date"</li>
1842
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27993">[27993]</a> Koha::Item::Transfer->in_transit should not count cancelled transfers</li>
1842
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27993">[27993]</a> Koha::Item::Transfer->in_transit should not count cancelled transfers</li>
1843
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28013">[28013]</a> Improvements to CanBookBeRenewed</li>
1843
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28013">[28013]</a> Improvements to CanBookBeRenewed</li>
1844
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28139">[28139]</a> Processing holds are not filled automatically</li>
1844
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28139">[28139]</a> Processing holds are not filled automatically</li>
1845
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28148">[28148]</a> JavaScript error when printing transfer slip for existing transfer</li>
1845
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28148">[28148]</a> JavaScript error when printing transfer slip for existing transfer</li>
1846
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28202">[28202]</a> Pickup libraries not sorted by name when placing hold</p>
1846
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28202">[28202]</a> Pickup libraries not sorted by name when placing hold</p>
1847
1847
1848
<blockquote>
1848
<blockquote>
1849
  <p>This corrects the sort order for library names for the pickup list when placing a hold. The list of libraries now sorts by library name, instead of the library code.</p>
1849
  <p>This corrects the sort order for library names for the pickup list when placing a hold. The list of libraries now sorts by library name, instead of the library code.</p>
Lines 1853-1941 have already been fixed in maintainance releases)</p> Link Here
1853
<h3 id="command-lineutilities">Command-line Utilities</h3>
1853
<h3 id="command-lineutilities">Command-line Utilities</h3>
1854
1854
1855
<ul>
1855
<ul>
1856
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11344">[11344]</a> Perldoc issues in misc/cronjobs/advance_notices.pl</li>
1856
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11344">[11344]</a> Perldoc issues in misc/cronjobs/advance_notices.pl</li>
1857
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14564">[14564]</a> Incorrect permissions prevent web download of configuration backups</li>
1857
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14564">[14564]</a> Incorrect permissions prevent web download of configuration backups</li>
1858
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17429">[17429]</a> Document the --plack option for koha-list</li>
1858
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17429">[17429]</a> Document the --plack option for koha-list</li>
1859
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26851">[26851]</a> Overdue notices should not send a report to the library if there is no content</li>
1859
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26851">[26851]</a> Overdue notices should not send a report to the library if there is no content</li>
1860
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27085">[27085]</a> Corrections in overdue_notices.pl help text</p>
1860
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27085">[27085]</a> Corrections in overdue_notices.pl help text</p>
1861
1861
1862
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p></li>
1862
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p></li>
1863
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27563">[27563]</a> Remove check-url.pl in favor of check-url-quick.pl</p>
1863
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27563">[27563]</a> Remove check-url.pl in favor of check-url-quick.pl</p>
1864
1864
1865
<blockquote>
1865
<blockquote>
1866
  <p>The check-url.pl script has been deprecated since Koha 3.8 - this patch removes it. If any users are still referencing that script in their cronjobs they will need to update to the new script upon upgrade.</p>
1866
  <p>The check-url.pl script has been deprecated since Koha 3.8 - this patch removes it. If any users are still referencing that script in their cronjobs they will need to update to the new script upon upgrade.</p>
1867
</blockquote></li>
1867
</blockquote></li>
1868
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27656">[27656]</a> misc/cronjobs/longoverdue.pl better error message</li>
1868
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27656">[27656]</a> misc/cronjobs/longoverdue.pl better error message</li>
1869
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27819">[27819]</a> Spurious errors when running delete_records_via_leader.pl</li>
1869
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27819">[27819]</a> Spurious errors when running delete_records_via_leader.pl</li>
1870
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28028">[28028]</a> Remove broken fix_onloan.pl maintenance script</p>
1870
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28028">[28028]</a> Remove broken fix_onloan.pl maintenance script</p>
1871
1871
1872
<blockquote>
1872
<blockquote>
1873
  <p>This script is removed from the codebase, as it was non-functional for a long time which also suggests that it wasn't used.</p>
1873
  <p>This script is removed from the codebase, as it was non-functional for a long time which also suggests that it wasn't used.</p>
1874
</blockquote></li>
1874
</blockquote></li>
1875
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28255">[28255]</a> Follow up to bug 23463 - use item_object in misc/cronjobs/delete_items.pl</li>
1875
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28255">[28255]</a> Follow up to bug 23463 - use item_object in misc/cronjobs/delete_items.pl</li>
1876
</ul>
1876
</ul>
1877
1877
1878
<h3 id="database">Database</h3>
1878
<h3 id="database">Database</h3>
1879
1879
1880
<ul>
1880
<ul>
1881
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7806">[7806]</a> Don't use 0000-00-00 to signal a non-existing date</li>
1881
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7806">[7806]</a> Don't use 0000-00-00 to signal a non-existing date</li>
1882
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17809">[17809]</a> Correct some authorised values in fr-FR</li>
1882
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17809">[17809]</a> Correct some authorised values in fr-FR</li>
1883
</ul>
1883
</ul>
1884
1884
1885
<h3 id="developerdocumentation">Developer documentation</h3>
1885
<h3 id="developerdocumentation">Developer documentation</h3>
1886
1886
1887
<ul>
1887
<ul>
1888
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28305">[28305]</a> Remove doc reference to XML::Simple in C4::Context</li>
1888
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28305">[28305]</a> Remove doc reference to XML::Simple in C4::Context</li>
1889
</ul>
1889
</ul>
1890
1890
1891
<h3 id="finesandfees">Fines and fees</h3>
1891
<h3 id="finesandfees">Fines and fees</h3>
1892
1892
1893
<ul>
1893
<ul>
1894
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20527">[20527]</a> "label" tag linked to the wrong "input" tag (wrong "for" attribute) in paycollect.tt</p>
1894
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20527">[20527]</a> "label" tag linked to the wrong "input" tag (wrong "for" attribute) in paycollect.tt</p>
1895
1895
1896
<blockquote>
1896
<blockquote>
1897
  <p>This fixes the HTML 'label for=""' element for the Writeoff amount field on the Accounting > Make a payment form for a patron - changes "paid" to "amountwrittenoff".</p>
1897
  <p>This fixes the HTML 'label for=""' element for the Writeoff amount field on the Accounting > Make a payment form for a patron - changes "paid" to "amountwrittenoff".</p>
1898
</blockquote></li>
1898
</blockquote></li>
1899
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24519">[24519]</a> Change calculation and validation in Point of Sale should match Paycollect</li>
1899
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24519">[24519]</a> Change calculation and validation in Point of Sale should match Paycollect</li>
1900
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26593">[26593]</a> Rental discounts are applied in wrong precedence order</li>
1900
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26593">[26593]</a> Rental discounts are applied in wrong precedence order</li>
1901
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27180">[27180]</a> Fines cronjob does not update fines on holidays when finesCalendar is set to ignore</p>
1901
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27180">[27180]</a> Fines cronjob does not update fines on holidays when finesCalendar is set to ignore</p>
1902
1902
1903
<blockquote>
1903
<blockquote>
1904
  <p>Prior to this patchset the fines cronjob would not run on holidays. This was to ensure that dropbox mode correctly decremented fines. </p>
1904
  <p>Prior to this patchset the fines cronjob would not run on holidays. This was to ensure that dropbox mode correctly decremented fines. </p>
1905
  
1905
  
1906
  <p>Dropbox mode has been rewritten and we can now correctly calculate and charge fines on holidays (or not) following the calendar and system preferences.</p>
1906
  <p>Dropbox mode has been rewritten and we can now correctly calculate and charge fines on holidays (or not) following the calendar and system preferences.</p>
1907
</blockquote></li>
1907
</blockquote></li>
1908
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27290">[27290]</a> Cash register allows for 'amount tendered' less than amount being paid</li>
1908
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27290">[27290]</a> Cash register allows for 'amount tendered' less than amount being paid</li>
1909
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27811">[27811]</a> Manage patrons fines and fees (updatecharges)  subpermissions shows links/buttons that cannot be accessed</li>
1909
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27811">[27811]</a> Manage patrons fines and fees (updatecharges)  subpermissions shows links/buttons that cannot be accessed</li>
1910
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28097">[28097]</a> t/db_dependent/Koha/Account/Line.t test fails with FinesMode set to calculate</li>
1910
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28097">[28097]</a> t/db_dependent/Koha/Account/Line.t test fails with FinesMode set to calculate</li>
1911
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28144">[28144]</a> Historical OVERDUE fines may not have an issue_id</li>
1911
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28144">[28144]</a> Historical OVERDUE fines may not have an issue_id</li>
1912
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28147">[28147]</a> Pass itemnumber when writing off a single debit</li>
1912
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28147">[28147]</a> Pass itemnumber when writing off a single debit</li>
1913
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28168">[28168]</a> Manual invoice form pre-fills Amount field with invalid number</li>
1913
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28168">[28168]</a> Manual invoice form pre-fills Amount field with invalid number</li>
1914
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28181">[28181]</a> Archived debit type still shows as available in Point of Sale</li>
1914
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28181">[28181]</a> Archived debit type still shows as available in Point of Sale</li>
1915
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28266">[28266]</a> Misspelled word: recieved in cashup confirmation pop-up</li>
1915
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28266">[28266]</a> Misspelled word: recieved in cashup confirmation pop-up</li>
1916
</ul>
1916
</ul>
1917
1917
1918
<h3 id="holdrequests">Hold requests</h3>
1918
<h3 id="holdrequests">Hold requests</h3>
1919
1919
1920
<ul>
1920
<ul>
1921
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12362">[12362]</a> Branch transfer records orphaned on cancelled holds</p>
1921
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12362">[12362]</a> Branch transfer records orphaned on cancelled holds</p>
1922
1922
1923
<blockquote>
1923
<blockquote>
1924
  <p>This change improves the queue handling for transfer cancellations.</p>
1924
  <p>This change improves the queue handling for transfer cancellations.</p>
1925
  
1925
  
1926
  <p>With this patch, if a transfer is force-cancelled whilst it is in transit then a reverse transfer will be created to ensure the item gets back to the originating library unless there are already other transfers in the queue, in which case the next transfer in the queue will take precedence.</p>
1926
  <p>With this patch, if a transfer is force-cancelled whilst it is in transit then a reverse transfer will be created to ensure the item gets back to the originating library unless there are already other transfers in the queue, in which case the next transfer in the queue will take precedence.</p>
1927
</blockquote></li>
1927
</blockquote></li>
1928
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16787">[16787]</a> 'Too many holds' message appears inappropriately and is missing data</li>
1928
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16787">[16787]</a> 'Too many holds' message appears inappropriately and is missing data</li>
1929
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18729">[18729]</a> Librarian unable to update hold pickup library from patron pages without "modify_holds_priority" permission</li>
1929
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18729">[18729]</a> Librarian unable to update hold pickup library from patron pages without "modify_holds_priority" permission</li>
1930
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25760">[25760]</a> Holds ratio report is not reporting on records with 1 hold</li>
1930
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25760">[25760]</a> Holds ratio report is not reporting on records with 1 hold</li>
1931
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26367">[26367]</a> Warn in HoldsQueue if request itemtype set but request is not item specific</li>
1931
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26367">[26367]</a> Warn in HoldsQueue if request itemtype set but request is not item specific</li>
1932
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26976">[26976]</a> When renewalsallowed is empty the UI is not correct</li>
1932
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26976">[26976]</a> When renewalsallowed is empty the UI is not correct</li>
1933
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26999">[26999]</a> "Any library" not translatable on the hold list</li>
1933
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26999">[26999]</a> "Any library" not translatable on the hold list</li>
1934
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27117">[27117]</a> Staff without modify_holds_priority permission can't update hold pick-up from biblio</li>
1934
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27117">[27117]</a> Staff without modify_holds_priority permission can't update hold pick-up from biblio</li>
1935
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27706">[27706]</a> Holds to Pull libraries column filter doesn't work</li>
1935
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27706">[27706]</a> Holds to Pull libraries column filter doesn't work</li>
1936
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27718">[27718]</a> Holds to Pull list doesn't respect holdallowed circulation rule anymore</li>
1936
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27718">[27718]</a> Holds to Pull list doesn't respect holdallowed circulation rule anymore</li>
1937
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27729">[27729]</a> Code around SkipHoldTrapOnNotForLoanValue contains two perl bugs</li>
1937
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27729">[27729]</a> Code around SkipHoldTrapOnNotForLoanValue contains two perl bugs</li>
1938
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27732">[27732]</a> JavaScript error on place hold page in the staff interface</p>
1938
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27732">[27732]</a> JavaScript error on place hold page in the staff interface</p>
1939
1939
1940
<blockquote>
1940
<blockquote>
1941
  <p>This patch fixes the cause of a JavaScript console error ("Uncaught ReferenceError: $ is not defined") when placing a hold using the staff interface. It:</p>
1941
  <p>This patch fixes the cause of a JavaScript console error ("Uncaught ReferenceError: $ is not defined") when placing a hold using the staff interface. It:</p>
Lines 1945-2112 have already been fixed in maintainance releases)</p> Link Here
1945
  <li>Improves the display of the dropdown list for the pickup library so that the width is wider.</li>
1945
  <li>Improves the display of the dropdown list for the pickup library so that the width is wider.</li>
1946
  </ul>
1946
  </ul>
1947
</blockquote></li>
1947
</blockquote></li>
1948
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27733">[27733]</a> Sort pickup locations by library name instead of branchcode</li>
1948
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27733">[27733]</a> Sort pickup locations by library name instead of branchcode</li>
1949
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27803">[27803]</a> publicationyear / copyrightdate not included in Holds to Pull</p>
1949
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27803">[27803]</a> publicationyear / copyrightdate not included in Holds to Pull</p>
1950
1950
1951
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1951
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1952
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27921">[27921]</a> Timestamp in holds log is out of date when a hold is marked as waiting</li>
1952
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27921">[27921]</a> Timestamp in holds log is out of date when a hold is marked as waiting</li>
1953
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28078">[28078]</a> Add option to ignore hold counts when checking CanItemBeReserved</li>
1953
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28078">[28078]</a> Add option to ignore hold counts when checking CanItemBeReserved</li>
1954
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28118">[28118]</a> Fix missing "selected" attribute in "Pickup at" dropdown</li>
1954
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28118">[28118]</a> Fix missing "selected" attribute in "Pickup at" dropdown</li>
1955
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28125">[28125]</a> All OPAC holds blocked when OPACHiddenItems contains incorrect values</li>
1955
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28125">[28125]</a> All OPAC holds blocked when OPACHiddenItems contains incorrect values</li>
1956
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28169">[28169]</a> Reverting waiting hold causes holds page Javascript stop functioning</li>
1956
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28169">[28169]</a> Reverting waiting hold causes holds page Javascript stop functioning</li>
1957
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28286">[28286]</a> Place hold button not displayed when biblio has only Ordered items</li>
1957
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28286">[28286]</a> Place hold button not displayed when biblio has only Ordered items</li>
1958
</ul>
1958
</ul>
1959
1959
1960
<h3 id="i18nl10n">I18N/L10N</h3>
1960
<h3 id="i18nl10n">I18N/L10N</h3>
1961
1961
1962
<ul>
1962
<ul>
1963
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27398">[27398]</a> Serials: Values in subscription length pull down are not translatable when defining numbering patterns</li>
1963
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27398">[27398]</a> Serials: Values in subscription length pull down are not translatable when defining numbering patterns</li>
1964
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416">[27416]</a> String 'Modify tag' in breadcrumb is untranslatable</li>
1964
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416">[27416]</a> String 'Modify tag' in breadcrumb is untranslatable</li>
1965
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27815">[27815]</a> "Remove" in point of sale untranslatable</li>
1965
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27815">[27815]</a> "Remove" in point of sale untranslatable</li>
1966
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27816">[27816]</a> "Click to edit" in Point of sale is untranslatable</li>
1966
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27816">[27816]</a> "Click to edit" in Point of sale is untranslatable</li>
1967
</ul>
1967
</ul>
1968
1968
1969
<h3 id="ill">ILL</h3>
1969
<h3 id="ill">ILL</h3>
1970
1970
1971
<ul>
1971
<ul>
1972
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25614">[25614]</a> "Clear filter" button permanently disabled on ILL request list</li>
1972
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25614">[25614]</a> "Clear filter" button permanently disabled on ILL request list</li>
1973
</ul>
1973
</ul>
1974
1974
1975
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1975
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1976
1976
1977
<ul>
1977
<ul>
1978
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11996">[11996]</a> Default active currencies for ru-RU and uk-UA are wrong</p>
1978
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11996">[11996]</a> Default active currencies for ru-RU and uk-UA are wrong</p>
1979
1979
1980
<blockquote>
1980
<blockquote>
1981
  <p>This fixes the currencies in the sample installer files for Russia (ru-RU; changes GRN -> UAH, default remains as RUB) and the Ukraine (uk-UA; changes GRN -> UAH).</p>
1981
  <p>This fixes the currencies in the sample installer files for Russia (ru-RU; changes GRN -> UAH, default remains as RUB) and the Ukraine (uk-UA; changes GRN -> UAH).</p>
1982
</blockquote></li>
1982
</blockquote></li>
1983
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24810">[24810]</a> French SQL files for "news" contain "Welcome into Koha 3!"</p>
1983
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24810">[24810]</a> French SQL files for "news" contain "Welcome into Koha 3!"</p>
1984
1984
1985
<blockquote>
1985
<blockquote>
1986
  <p>This removes the Koha version number from the sample news items for the French language installer files (fr-FR and fr-CA).</p>
1986
  <p>This removes the Koha version number from the sample news items for the French language installer files (fr-FR and fr-CA).</p>
1987
</blockquote></li>
1987
</blockquote></li>
1988
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24811">[24811]</a> French SQL files for "news" contain broken link to the wiki</p>
1988
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24811">[24811]</a> French SQL files for "news" contain broken link to the wiki</p>
1989
1989
1990
<blockquote>
1990
<blockquote>
1991
  <p>This fixes a broken link in the sample news items for the French language installer files (fr-FR and fr-CA).</p>
1991
  <p>This fixes a broken link in the sample news items for the French language installer files (fr-FR and fr-CA).</p>
1992
</blockquote></li>
1992
</blockquote></li>
1993
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27621">[27621]</a> Remove it-IT installer data</p>
1993
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27621">[27621]</a> Remove it-IT installer data</p>
1994
1994
1995
<blockquote>
1995
<blockquote>
1996
  <p>This removes the SQL installer directory from the Koha source code. Installing Italian sample data will still be possible, but translations have been moved into Koha's translation system using .po files maintained on https://translate.koha-community.org.</p>
1996
  <p>This removes the SQL installer directory from the Koha source code. Installing Italian sample data will still be possible, but translations have been moved into Koha's translation system using .po files maintained on https://translate.koha-community.org.</p>
1997
</blockquote></li>
1997
</blockquote></li>
1998
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27623">[27623]</a> Remove pl-PL installer data</p>
1998
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27623">[27623]</a> Remove pl-PL installer data</p>
1999
1999
2000
<blockquote>
2000
<blockquote>
2001
  <p>This removes the SQL installer directory from the Koha source code. Installing Polish sample data will still be possible, but translations have been moved into Koha's translation system using .po files maintained on https://translate.koha-community.org.</p>
2001
  <p>This removes the SQL installer directory from the Koha source code. Installing Polish sample data will still be possible, but translations have been moved into Koha's translation system using .po files maintained on https://translate.koha-community.org.</p>
2002
</blockquote></li>
2002
</blockquote></li>
2003
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27624">[27624]</a> Remove ru-RU installer data</li>
2003
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27624">[27624]</a> Remove ru-RU installer data</li>
2004
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27625">[27625]</a> Remove uk-UA installer data</li>
2004
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27625">[27625]</a> Remove uk-UA installer data</li>
2005
</ul>
2005
</ul>
2006
2006
2007
<h3 id="lists">Lists</h3>
2007
<h3 id="lists">Lists</h3>
2008
2008
2009
<ul>
2009
<ul>
2010
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28069">[28069]</a> Can't sort lists on staff client</li>
2010
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28069">[28069]</a> Can't sort lists on staff client</li>
2011
</ul>
2011
</ul>
2012
2012
2013
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
2013
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
2014
2014
2015
<ul>
2015
<ul>
2016
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21958">[21958]</a> <em>check</em>valid_auth_link checks too many subfields</li>
2016
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21958">[21958]</a> <em>check</em>valid_auth_link checks too many subfields</li>
2017
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28159">[28159]</a> URI-encode existing values put into query string for z39.50 authority search</li>
2017
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28159">[28159]</a> URI-encode existing values put into query string for z39.50 authority search</li>
2018
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28160">[28160]</a> Values from 150$a aren't prefilled in z39.50 search form from an existing authority record</li>
2018
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28160">[28160]</a> Values from 150$a aren't prefilled in z39.50 search form from an existing authority record</li>
2019
</ul>
2019
</ul>
2020
2020
2021
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
2021
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
2022
2022
2023
<ul>
2023
<ul>
2024
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25632">[25632]</a> Update MARC21 frameworks to update Nr. 30 (May 2020)</li>
2024
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25632">[25632]</a> Update MARC21 frameworks to update Nr. 30 (May 2020)</li>
2025
</ul>
2025
</ul>
2026
2026
2027
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
2027
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
2028
2028
2029
<ul>
2029
<ul>
2030
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26171">[26171]</a> Show biblionumber in Koha::Exceptions::Metadata::Invalid</li>
2030
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26171">[26171]</a> Show biblionumber in Koha::Exceptions::Metadata::Invalid</li>
2031
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27099">[27099]</a> Stage for import button not showing up</li>
2031
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27099">[27099]</a> Stage for import button not showing up</li>
2032
</ul>
2032
</ul>
2033
2033
2034
<h3 id="mana-kb">Mana-kb</h3>
2034
<h3 id="mana-kb">Mana-kb</h3>
2035
2035
2036
<ul>
2036
<ul>
2037
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27061">[27061]</a> Double permission check in svc/mana/search</li>
2037
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27061">[27061]</a> Double permission check in svc/mana/search</li>
2038
</ul>
2038
</ul>
2039
2039
2040
<h3 id="notices">Notices</h3>
2040
<h3 id="notices">Notices</h3>
2041
2041
2042
<ul>
2042
<ul>
2043
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13613">[13613]</a> Don't allow digest to be selected without a digest-able transport selected</li>
2043
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13613">[13613]</a> Don't allow digest to be selected without a digest-able transport selected</li>
2044
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24447">[24447]</a> POD of C4::Members::Messaging::GetMessagingPreferences() is misleading</li>
2044
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24447">[24447]</a> POD of C4::Members::Messaging::GetMessagingPreferences() is misleading</li>
2045
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28017">[28017]</a> Allow non-FQDN and IP addresses in emails</li>
2045
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28017">[28017]</a> Allow non-FQDN and IP addresses in emails</li>
2046
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28258">[28258]</a> Bad date formatting in AUTO_RENEWALS notice</li>
2046
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28258">[28258]</a> Bad date formatting in AUTO_RENEWALS notice</li>
2047
</ul>
2047
</ul>
2048
2048
2049
<h3 id="opac">OPAC</h3>
2049
<h3 id="opac">OPAC</h3>
2050
2050
2051
<ul>
2051
<ul>
2052
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18112">[18112]</a> Add street type to main address in OPAC</li>
2052
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18112">[18112]</a> Add street type to main address in OPAC</li>
2053
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21260">[21260]</a> Improve the Availability line of OPAC XSLT search results</p>
2053
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21260">[21260]</a> Improve the Availability line of OPAC XSLT search results</p>
2054
2054
2055
<blockquote>
2055
<blockquote>
2056
  <p>This report adds preference Reference_NFL_Statuses that allows you to define the not for loan statuses that you want to be reported as Available for reference on the OPAC results display (XSLT based).
2056
  <p>This report adds preference Reference_NFL_Statuses that allows you to define the not for loan statuses that you want to be reported as Available for reference on the OPAC results display (XSLT based).
2057
  Basis for further adjustments on bug 26302.</p>
2057
  Basis for further adjustments on bug 26302.</p>
2058
</blockquote></li>
2058
</blockquote></li>
2059
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26406">[26406]</a> Suggestions filter does not work</li>
2059
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26406">[26406]</a> Suggestions filter does not work</li>
2060
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26578">[26578]</a> OverDrive results can return false positives when searches contain CCL syntax</li>
2060
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26578">[26578]</a> OverDrive results can return false positives when searches contain CCL syntax</li>
2061
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26941">[26941]</a> Missing OPAC password recovery error messages</li>
2061
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26941">[26941]</a> Missing OPAC password recovery error messages</li>
2062
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27047">[27047]</a> Purchase suggestions search filter is broken</li>
2062
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27047">[27047]</a> Purchase suggestions search filter is broken</li>
2063
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27090">[27090]</a> In the location column of an OPAC cart the 'In transit from' and 'to' fields are empty</li>
2063
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27090">[27090]</a> In the location column of an OPAC cart the 'In transit from' and 'to' fields are empty</li>
2064
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27168">[27168]</a> Most popular doesn't always sort correctly</li>
2064
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27168">[27168]</a> Most popular doesn't always sort correctly</li>
2065
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27178">[27178]</a> OPAC results and lists pages contain invalid attributes (xmlns:str="http://exslt.org/strings")</li>
2065
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27178">[27178]</a> OPAC results and lists pages contain invalid attributes (xmlns:str="https://exslt.org/strings")</li>
2066
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27230">[27230]</a> purchase suggestion authorized value opac_sug doesn't show opac description</li>
2066
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27230">[27230]</a> purchase suggestion authorized value opac_sug doesn't show opac description</li>
2067
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27261">[27261]</a> PatronSelfRegistrationBorrowerUnwantedField should exclude branchcode</p>
2067
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27261">[27261]</a> PatronSelfRegistrationBorrowerUnwantedField should exclude branchcode</p>
2068
2068
2069
<blockquote>
2069
<blockquote>
2070
  <p>This patch excludes the ability to add branchcode to the PatronSelfRegistrationBorrowerUnwantedField system preference.</p>
2070
  <p>This patch excludes the ability to add branchcode to the PatronSelfRegistrationBorrowerUnwantedField system preference.</p>
2071
</blockquote></li>
2071
</blockquote></li>
2072
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27297">[27297]</a> When itemtype is marked as required in OpacSuggestion MandatoryFields the field is not required</li>
2072
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27297">[27297]</a> When itemtype is marked as required in OpacSuggestion MandatoryFields the field is not required</li>
2073
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27325">[27325]</a> Fix singular/plural forms on the OPAC dashboard</li>
2073
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27325">[27325]</a> Fix singular/plural forms on the OPAC dashboard</li>
2074
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27450">[27450]</a> Making password required for patron registration breaks patron modification</li>
2074
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27450">[27450]</a> Making password required for patron registration breaks patron modification</li>
2075
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27543">[27543]</a> Tooltip on opac-messaging.pl obscured by table headers</p>
2075
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27543">[27543]</a> Tooltip on opac-messaging.pl obscured by table headers</p>
2076
2076
2077
<blockquote>
2077
<blockquote>
2078
  <p>This patch fixes the display of tooltips in a patrons OPAC account for the 'your messaging' section. It corrects which Bootstrap assets are compiled with the OPAC CSS - the file for Bootstrap tooltips should be included.</p>
2078
  <p>This patch fixes the display of tooltips in a patrons OPAC account for the 'your messaging' section. It corrects which Bootstrap assets are compiled with the OPAC CSS - the file for Bootstrap tooltips should be included.</p>
2079
</blockquote></li>
2079
</blockquote></li>
2080
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27566">[27566]</a> CSS rule not applying to HTML select / option -  displays with serif font ignoring rules</li>
2080
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27566">[27566]</a> CSS rule not applying to HTML select / option -  displays with serif font ignoring rules</li>
2081
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27571">[27571]</a> "Add to lists" on MARC and ISBD view of OPAC detail page doesn't open in new window</li>
2081
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27571">[27571]</a> "Add to lists" on MARC and ISBD view of OPAC detail page doesn't open in new window</li>
2082
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27628">[27628]</a> Fix minor HTML markup errors in OPAC search results templates</li>
2082
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27628">[27628]</a> Fix minor HTML markup errors in OPAC search results templates</li>
2083
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27633">[27633]</a> Display of 440$v doubled up in the OPAC</p>
2083
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27633">[27633]</a> Display of 440$v doubled up in the OPAC</p>
2084
2084
2085
<blockquote>
2085
<blockquote>
2086
  <p>This fixes the display of 440$v (Series Statement/Added Entry-Title - Volume/sequential designation ($v)) in the OPAC. Before this fix $v is included in the title link and then displayed after the ;. With the fix $v is only displayed after the ; and is not duplicated in the title link.</p>
2086
  <p>This fixes the display of 440$v (Series Statement/Added Entry-Title - Volume/sequential designation ($v)) in the OPAC. Before this fix $v is included in the title link and then displayed after the ;. With the fix $v is only displayed after the ; and is not duplicated in the title link.</p>
2087
</blockquote></li>
2087
</blockquote></li>
2088
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27650">[27650]</a> Wrong variable passed to the template in opac-main</li>
2088
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27650">[27650]</a> Wrong variable passed to the template in opac-main</li>
2089
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27726">[27726]</a> OPACProblemReports cuts off message text</li>
2089
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27726">[27726]</a> OPACProblemReports cuts off message text</li>
2090
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27748">[27748]</a> Encoding problem in link to OverDrive results</li>
2090
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27748">[27748]</a> Encoding problem in link to OverDrive results</li>
2091
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27830">[27830]</a> OPAC library list does not use AddressFormat</li>
2091
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27830">[27830]</a> OPAC library list does not use AddressFormat</li>
2092
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27881">[27881]</a> Markup error in masthead-langmenu.inc</li>
2092
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27881">[27881]</a> Markup error in masthead-langmenu.inc</li>
2093
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27889">[27889]</a> Form fields in OPAC are "out of shape"</p>
2093
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27889">[27889]</a> Form fields in OPAC are "out of shape"</p>
2094
2094
2095
<blockquote>
2095
<blockquote>
2096
  <p>This patch tweaks the CSS for the advanced search form in the OPAC so that it adjusts well at various browser widths, including preventing the form from taking up the whole width of the page at higher browser widths.</p>
2096
  <p>This patch tweaks the CSS for the advanced search form in the OPAC so that it adjusts well at various browser widths, including preventing the form from taking up the whole width of the page at higher browser widths.</p>
2097
</blockquote></li>
2097
</blockquote></li>
2098
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940">[27940]</a> Fix missing email in OpacMaintenance page</p>
2098
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940">[27940]</a> Fix missing email in OpacMaintenance page</p>
2099
2099
2100
<blockquote>
2100
<blockquote>
2101
  <p>This fixes no email address being shown on the OPAC maintenance page for "site administrator" link (when OpacMaintenance is set). Before this the link was showing as an empty "mailto:" instead of the value of KohaAdminEmailAddress</p>
2101
  <p>This fixes no email address being shown on the OPAC maintenance page for "site administrator" link (when OpacMaintenance is set). Before this the link was showing as an empty "mailto:" instead of the value of KohaAdminEmailAddress</p>
2102
</blockquote></li>
2102
</blockquote></li>
2103
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27961">[27961]</a> External track clicks links should get uri filtered</p>
2103
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27961">[27961]</a> External track clicks links should get uri filtered</p>
2104
2104
2105
<p><strong>Sponsored by</strong> <em>Parliamentary Library New Zealand</em></p></li>
2105
<p><strong>Sponsored by</strong> <em>Parliamentary Library New Zealand</em></p></li>
2106
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27979">[27979]</a> Multiple item URIs break redirect if TrackClicks enabled</p>
2106
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27979">[27979]</a> Multiple item URIs break redirect if TrackClicks enabled</p>
2107
2107
2108
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2108
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2109
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28086">[28086]</a> Email address shown on OpacMaintenancePage should use ReplytoDefault if set</p>
2109
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28086">[28086]</a> Email address shown on OpacMaintenancePage should use ReplytoDefault if set</p>
2110
2110
2111
<blockquote>
2111
<blockquote>
2112
  <p>This enhancement changes the OPAC maintenance page* so that it uses the email address from the ReplyToDefault system preference, if it is set, for the "please contact the site administrator" email link.</p>
2112
  <p>This enhancement changes the OPAC maintenance page* so that it uses the email address from the ReplyToDefault system preference, if it is set, for the "please contact the site administrator" email link.</p>
Lines 2119-2135 have already been fixed in maintainance releases)</p> Link Here
2119
  <li>Displays when the OpacMaintenance system preference is set to "Show".</li>
2119
  <li>Displays when the OpacMaintenance system preference is set to "Show".</li>
2120
  </ul>
2120
  </ul>
2121
</blockquote></li>
2121
</blockquote></li>
2122
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28094">[28094]</a> Fix bad encoding of OVERRIDE_SYSPREF_LibraryName</li>
2122
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28094">[28094]</a> Fix bad encoding of OVERRIDE_SYSPREF_LibraryName</li>
2123
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28114">[28114]</a> OPAC Results availability line does not show homebranch/holding branch correctly</li>
2123
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28114">[28114]</a> OPAC Results availability line does not show homebranch/holding branch correctly</li>
2124
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28140">[28140]</a> Accessibility: OPAC - "sort_by"  select isn't labelled on search results page</li>
2124
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28140">[28140]</a> Accessibility: OPAC - "sort_by"  select isn't labelled on search results page</li>
2125
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28162">[28162]</a> Self registration fails if patron extended attributes are editable</li>
2125
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28162">[28162]</a> Self registration fails if patron extended attributes are editable</li>
2126
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28241">[28241]</a> OPACNoResultsFound {QUERY_KW} placeholder doesn't always match the search terms when commas are included in the search</li>
2126
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28241">[28241]</a> OPACNoResultsFound {QUERY_KW} placeholder doesn't always match the search terms when commas are included in the search</li>
2127
</ul>
2127
</ul>
2128
2128
2129
<h3 id="patrons">Patrons</h3>
2129
<h3 id="patrons">Patrons</h3>
2130
2130
2131
<ul>
2131
<ul>
2132
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17364">[17364]</a> branchcode in BorrowerUnwantedField causes software error when saving patron record</p>
2132
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17364">[17364]</a> branchcode in BorrowerUnwantedField causes software error when saving patron record</p>
2133
2133
2134
<blockquote>
2134
<blockquote>
2135
  <p>A more user friendly interface for selecting database columns for some system preferences (such as BorrowerUnwantedField) was added in Koha 20.11 (Bug 22844). </p>
2135
  <p>A more user friendly interface for selecting database columns for some system preferences (such as BorrowerUnwantedField) was added in Koha 20.11 (Bug 22844). </p>
Lines 2144-2193 have already been fixed in maintainance releases)</p> Link Here
2144
  <li><p>updating the BorrowerUnwantedField system preference to exclude branchcode</p></li>
2144
  <li><p>updating the BorrowerUnwantedField system preference to exclude branchcode</p></li>
2145
  </ul>
2145
  </ul>
2146
</blockquote></li>
2146
</blockquote></li>
2147
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26059">[26059]</a> Create guarantor/guarantee links on patron import</li>
2147
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26059">[26059]</a> Create guarantor/guarantee links on patron import</li>
2148
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26417">[26417]</a> Remove warn in Koha::Patron is_valid_age</li>
2148
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26417">[26417]</a> Remove warn in Koha::Patron is_valid_age</li>
2149
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26797">[26797]</a> Error when trying to access Relative Checkouts between Professional and Organizational patron categories</li>
2149
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26797">[26797]</a> Error when trying to access Relative Checkouts between Professional and Organizational patron categories</li>
2150
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940">[26940]</a> debarred comment in borrowers table is lost on patron modifications in memberentry.pl page</li>
2150
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940">[26940]</a> debarred comment in borrowers table is lost on patron modifications in memberentry.pl page</li>
2151
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26956">[26956]</a> Allow "Show checkouts/fines to guarantor" to be set without a guarantor saved</li>
2151
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26956">[26956]</a> Allow "Show checkouts/fines to guarantor" to be set without a guarantor saved</li>
2152
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26995">[26995]</a> Drop column relationship from borrower tables</li>
2152
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26995">[26995]</a> Drop column relationship from borrower tables</li>
2153
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27454">[27454]</a> Additional patron attributes change sequence on every reload of edit page</p>
2153
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27454">[27454]</a> Additional patron attributes change sequence on every reload of edit page</p>
2154
2154
2155
<blockquote>
2155
<blockquote>
2156
  <p>This fixes the order that additional patron attributes are displayed on the patron edit form. They are now sorted by the attribute code, before this they displayed in a random order.</p>
2156
  <p>This fixes the order that additional patron attributes are displayed on the patron edit form. They are now sorted by the attribute code, before this they displayed in a random order.</p>
2157
</blockquote></li>
2157
</blockquote></li>
2158
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27604">[27604]</a> PatronSelfRegistrationLibraryList can be bypassed</li>
2158
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27604">[27604]</a> PatronSelfRegistrationLibraryList can be bypassed</li>
2159
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27717">[27717]</a> Date of birth fails to display for babies under 1 year</li>
2159
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27717">[27717]</a> Date of birth fails to display for babies under 1 year</li>
2160
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27822">[27822]</a> Wrong systempreference for AddressFormat (es-ES)</li>
2160
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27822">[27822]</a> Wrong systempreference for AddressFormat (es-ES)</li>
2161
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27937">[27937]</a> Date of birth entered  without correct format causes internal server error</li>
2161
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27937">[27937]</a> Date of birth entered  without correct format causes internal server error</li>
2162
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28043">[28043]</a> Some patron clubs operations don't work from later pages of results</li>
2162
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28043">[28043]</a> Some patron clubs operations don't work from later pages of results</li>
2163
</ul>
2163
</ul>
2164
2164
2165
<h3 id="pluginarchitecture">Plugin architecture</h3>
2165
<h3 id="pluginarchitecture">Plugin architecture</h3>
2166
2166
2167
<ul>
2167
<ul>
2168
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27114">[27114]</a> Use Template Toolkit plugin for Koha plugins hook 'intranet_catalog_biblio_tab'</p>
2168
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27114">[27114]</a> Use Template Toolkit plugin for Koha plugins hook 'intranet_catalog_biblio_tab'</p>
2169
2169
2170
<blockquote>
2170
<blockquote>
2171
  <p>Koha plugins hook 'intranet_catalog_biblio_tab' now uses Template Toolkit plugin (like hook 'intranet_js', ...).
2171
  <p>Koha plugins hook 'intranet_catalog_biblio_tab' now uses Template Toolkit plugin (like hook 'intranet_js', ...).
2172
  It makes it easy to use it in other places (like MARC details page for example).</p>
2172
  It makes it easy to use it in other places (like MARC details page for example).</p>
2173
</blockquote></li>
2173
</blockquote></li>
2174
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27120">[27120]</a> Send biblio to Koha plugins hook 'intranet_catalog_biblio_tab'</li>
2174
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27120">[27120]</a> Send biblio to Koha plugins hook 'intranet_catalog_biblio_tab'</li>
2175
</ul>
2175
</ul>
2176
2176
2177
<h3 id="restapi">REST API</h3>
2177
<h3 id="restapi">REST API</h3>
2178
2178
2179
<ul>
2179
<ul>
2180
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26181">[26181]</a> Holds placed via the REST API should not be forced by default even if AllowHoldPolicyOverride is enabled</p>
2180
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26181">[26181]</a> Holds placed via the REST API should not be forced by default even if AllowHoldPolicyOverride is enabled</p>
2181
2181
2182
<blockquote>
2182
<blockquote>
2183
  <p>This patch disables AllowHoldPolicyOverride by default in the /holds REST API. It also adds tests for this behaviour, and adds a header that can be used to request the override explicitly.</p>
2183
  <p>This patch disables AllowHoldPolicyOverride by default in the /holds REST API. It also adds tests for this behaviour, and adds a header that can be used to request the override explicitly.</p>
2184
</blockquote></li>
2184
</blockquote></li>
2185
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27034">[27034]</a> $c->objects->search shouldn't use path parameters</li>
2185
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27034">[27034]</a> $c->objects->search shouldn't use path parameters</li>
2186
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27330">[27330]</a> Wrong return status when no enrollments in club holds</li>
2186
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27330">[27330]</a> Wrong return status when no enrollments in club holds</li>
2187
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27593">[27593]</a> Inconsistent return status on club holds routes</li>
2187
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27593">[27593]</a> Inconsistent return status on club holds routes</li>
2188
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27863">[27863]</a> Cannot select different pickup locations even with AllowHoldsPolicyOverride on request.pl</li>
2188
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27863">[27863]</a> Cannot select different pickup locations even with AllowHoldsPolicyOverride on request.pl</li>
2189
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28254">[28254]</a> Make it possible to override rules in PUT /holds/:hold_id/pickup_location</li>
2189
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28254">[28254]</a> Make it possible to override rules in PUT /holds/:hold_id/pickup_location</li>
2190
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28272">[28272]</a> Definition files are missing additionalProperties: false</p>
2190
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28272">[28272]</a> Definition files are missing additionalProperties: false</p>
2191
2191
2192
<blockquote>
2192
<blockquote>
2193
  <p>When the REST API spec was first written we assumed additionalProperties: false was the default behavior. It probably was by then.</p>
2193
  <p>When the REST API spec was first written we assumed additionalProperties: false was the default behavior. It probably was by then.</p>
Lines 2196-2250 have already been fixed in maintainance releases)</p> Link Here
2196
  
2196
  
2197
  <p>This bug adds it, and fixes the tests that fail or the error conditions that were hidden due to this being absent in the spec.</p>
2197
  <p>This bug adds it, and fixes the tests that fail or the error conditions that were hidden due to this being absent in the spec.</p>
2198
</blockquote></li>
2198
</blockquote></li>
2199
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28414">[28414]</a> Fix labels for return claims routes</li>
2199
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28414">[28414]</a> Fix labels for return claims routes</li>
2200
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28424">[28424]</a> POST /patrons/:patron_id/account/credits return value wrong</li>
2200
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28424">[28424]</a> POST /patrons/:patron_id/account/credits return value wrong</li>
2201
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28461">[28461]</a> Specify only one tag per route</li>
2201
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28461">[28461]</a> Specify only one tag per route</li>
2202
</ul>
2202
</ul>
2203
2203
2204
<h3 id="sip2">SIP2</h3>
2204
<h3 id="sip2">SIP2</h3>
2205
2205
2206
<ul>
2206
<ul>
2207
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25808">[25808]</a> Renewal via the SIP 'checkout' message gives incorrect message</li>
2207
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25808">[25808]</a> Renewal via the SIP 'checkout' message gives incorrect message</li>
2208
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26701">[26701]</a> Remove scripts from C4/SIP directory</li>
2208
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26701">[26701]</a> Remove scripts from C4/SIP directory</li>
2209
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27014">[27014]</a> SIP2 cannot find patrons at checkin</li>
2209
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27014">[27014]</a> SIP2 cannot find patrons at checkin</li>
2210
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27204">[27204]</a> SIP patron information request with fee line items returns incorrect data</li>
2210
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27204">[27204]</a> SIP patron information request with fee line items returns incorrect data</li>
2211
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27936">[27936]</a> AllowItemsOnHoldCheckoutSIP does not allow checkout of items currently waiting for a hold</li>
2211
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27936">[27936]</a> AllowItemsOnHoldCheckoutSIP does not allow checkout of items currently waiting for a hold</li>
2212
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28052">[28052]</a> keys omitted in check for system preference override</li>
2212
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28052">[28052]</a> keys omitted in check for system preference override</li>
2213
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28054">[28054]</a> SIPServer.pm is a program and requires a shebang</li>
2213
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28054">[28054]</a> SIPServer.pm is a program and requires a shebang</li>
2214
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28320">[28320]</a> SIP SC Status message should check the DB connection</li>
2214
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28320">[28320]</a> SIP SC Status message should check the DB connection</li>
2215
</ul>
2215
</ul>
2216
2216
2217
<h3 id="searching">Searching</h3>
2217
<h3 id="searching">Searching</h3>
2218
2218
2219
<ul>
2219
<ul>
2220
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26533">[26533]</a> Searching authorities using 'is exactly' doesn't work as expected</p>
2220
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26533">[26533]</a> Searching authorities using 'is exactly' doesn't work as expected</p>
2221
2221
2222
<p><strong>Sponsored by</strong> <em>Education Services Australia SCIS</em></p>
2222
<p><strong>Sponsored by</strong> <em>Education Services Australia SCIS</em></p>
2223
2223
2224
<blockquote>
2224
<blockquote>
2225
  <p>Searching authorities using 'is exactly' was matching on any word in the heading. Now it is matching the heading exactly (the entire heading).</p>
2225
  <p>Searching authorities using 'is exactly' was matching on any word in the heading. Now it is matching the heading exactly (the entire heading).</p>
2226
</blockquote></li>
2226
</blockquote></li>
2227
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26679">[26679]</a> Genre tags linking to subject search, causing null results</li>
2227
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26679">[26679]</a> Genre tags linking to subject search, causing null results</li>
2228
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26957">[26957]</a> Find duplicate removes operators from the middle of search terms</li>
2228
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26957">[26957]</a> Find duplicate removes operators from the middle of search terms</li>
2229
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27745">[27745]</a> Use of uninitialized value in hash element error at C4/Search.pm</li>
2229
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27745">[27745]</a> Use of uninitialized value in hash element error at C4/Search.pm</li>
2230
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27746">[27746]</a> Use of uninitialized value $oclc in pattern match (m//) error at C4/Koha.pm</li>
2230
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27746">[27746]</a> Use of uninitialized value $oclc in pattern match (m//) error at C4/Koha.pm</li>
2231
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27928">[27928]</a> FindDuplicate is hardcoded to use Zebra</li>
2231
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27928">[27928]</a> FindDuplicate is hardcoded to use Zebra</li>
2232
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28074">[28074]</a> Browse controls on staff detail pages are sometimes weird</li>
2232
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28074">[28074]</a> Browse controls on staff detail pages are sometimes weird</li>
2233
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28213">[28213]</a> Deleting a patron or patron club causes server error on searching</li>
2233
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28213">[28213]</a> Deleting a patron or patron club causes server error on searching</li>
2234
</ul>
2234
</ul>
2235
2235
2236
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
2236
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
2237
2237
2238
<ul>
2238
<ul>
2239
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26051">[26051]</a> Elasticsearch uses the wrong field for callnumber sorting</p>
2239
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26051">[26051]</a> Elasticsearch uses the wrong field for callnumber sorting</p>
2240
2240
2241
<blockquote>
2241
<blockquote>
2242
  <p>This fixes the sorting of search results by call number when using Elasticsearch. Currently it does not sort correctly (uses local-classification instead of cn-sort) and may also cause error messages "No results found" and "Error: Unable to perform your search. Please try again.". This also matches the behaviour used by Zebra.</p>
2242
  <p>This fixes the sorting of search results by call number when using Elasticsearch. Currently it does not sort correctly (uses local-classification instead of cn-sort) and may also cause error messages "No results found" and "Error: Unable to perform your search. Please try again.". This also matches the behaviour used by Zebra.</p>
2243
</blockquote></li>
2243
</blockquote></li>
2244
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26996">[26996]</a> Elasticsearch: Multiprocess reindexing sometimes doesn't reindex all records</p>
2244
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26996">[26996]</a> Elasticsearch: Multiprocess reindexing sometimes doesn't reindex all records</p>
2245
2245
2246
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p></li>
2246
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p></li>
2247
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27043">[27043]</a> Add to number_of_replicas and number_of_shards  to index config</p>
2247
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27043">[27043]</a> Add to number_of_replicas and number_of_shards  to index config</p>
2248
2248
2249
<blockquote>
2249
<blockquote>
2250
  <p>Elasticsearch 6 server has default value 5 for "number_of_shards" but warn about Elasticsearch 7 having default value 1.
2250
  <p>Elasticsearch 6 server has default value 5 for "number_of_shards" but warn about Elasticsearch 7 having default value 1.
Lines 2252-2268 have already been fixed in maintainance releases)</p> Link Here
2252
  Patch also sets number_of_replicas to 1.
2252
  Patch also sets number_of_replicas to 1.
2253
  If you have only one Elasticsearch node, you have to set this value to 0.</p>
2253
  If you have only one Elasticsearch node, you have to set this value to 0.</p>
2254
</blockquote></li>
2254
</blockquote></li>
2255
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27307">[27307]</a> "Keyword as phrase" option in search dropdown doesn't work with Elastic</li>
2255
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27307">[27307]</a> "Keyword as phrase" option in search dropdown doesn't work with Elastic</li>
2256
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27316">[27316]</a> In mappings use yes/no for sortable</li>
2256
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27316">[27316]</a> In mappings use yes/no for sortable</li>
2257
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27724">[27724]</a> Use lenient also in Elasticsearch authorities search</li>
2257
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27724">[27724]</a> Use lenient also in Elasticsearch authorities search</li>
2258
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28268">[28268]</a> Improve memory usage when indexing authorities in Elasticsearch</li>
2258
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28268">[28268]</a> Improve memory usage when indexing authorities in Elasticsearch</li>
2259
</ul>
2259
</ul>
2260
2260
2261
<h3 id="searching-zebra">Searching - Zebra</h3>
2261
<h3 id="searching-zebra">Searching - Zebra</h3>
2262
2262
2263
<ul>
2263
<ul>
2264
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426">[8426]</a> Map  ︡a to a and t︠ to t for searching (Non-ICU)</li>
2264
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426">[8426]</a> Map  ︡a to a and t︠ to t for searching (Non-ICU)</li>
2265
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299">[27299]</a> Zebra phrase register is incorrectly tokenized when using ICU</p>
2265
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299">[27299]</a> Zebra phrase register is incorrectly tokenized when using ICU</p>
2266
2266
2267
<blockquote>
2267
<blockquote>
2268
  <p>Previously, Zebra indexing in ICU mode was incorrectly tokenizing text for the "p" register. This meant that particular phrase searches were not working as expected. With this change, phrase searching works the same in ICU and CHR modes.</p>
2268
  <p>Previously, Zebra indexing in ICU mode was incorrectly tokenizing text for the "p" register. This meant that particular phrase searches were not working as expected. With this change, phrase searching works the same in ICU and CHR modes.</p>
Lines 2272-2461 have already been fixed in maintainance releases)</p> Link Here
2272
<h3 id="serials">Serials</h3>
2272
<h3 id="serials">Serials</h3>
2273
2273
2274
<ul>
2274
<ul>
2275
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27332">[27332]</a> When renewing a serial subscription, show note and library only if RenewSerialAddsSuggestion is used</li>
2275
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27332">[27332]</a> When renewing a serial subscription, show note and library only if RenewSerialAddsSuggestion is used</li>
2276
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27397">[27397]</a> Serials: The description input field when defining numbering patterns is too short</li>
2276
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27397">[27397]</a> Serials: The description input field when defining numbering patterns is too short</li>
2277
</ul>
2277
</ul>
2278
2278
2279
<h3 id="staffclient">Staff Client</h3>
2279
<h3 id="staffclient">Staff Client</h3>
2280
2280
2281
<ul>
2281
<ul>
2282
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23475">[23475]</a> Search context is lost when simple search leads to a single record</li>
2282
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23475">[23475]</a> Search context is lost when simple search leads to a single record</li>
2283
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26946">[26946]</a> Limit size of cash register's name on the UI</li>
2283
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26946">[26946]</a> Limit size of cash register's name on the UI</li>
2284
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27321">[27321]</a> Make excluded database columns in system preferences more clearly disabled</p>
2284
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27321">[27321]</a> Make excluded database columns in system preferences more clearly disabled</p>
2285
2285
2286
<blockquote>
2286
<blockquote>
2287
  <p>This enhancement styles non-selectable database columns in system preferences in a light grey (#cccccc), making them easier to identify. Currently the checkbox and label are the same color as selectable columns.</p>
2287
  <p>This enhancement styles non-selectable database columns in system preferences in a light grey (#cccccc), making them easier to identify. Currently the checkbox and label are the same color as selectable columns.</p>
2288
</blockquote></li>
2288
</blockquote></li>
2289
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27336">[27336]</a> JS error in Administration - System preferences page</li>
2289
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27336">[27336]</a> JS error in Administration - System preferences page</li>
2290
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27408">[27408]</a> Update intranet-tmpl/prog/en/modules/members/mancredit.tt for ACC2</p>
2290
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27408">[27408]</a> Update intranet-tmpl/prog/en/modules/members/mancredit.tt for ACC2</p>
2291
2291
2292
<blockquote>
2292
<blockquote>
2293
  <p>This patch updates occurrences of input type="number" in intranet-tmpl/prog/en/modules/members/mancredit.tt to use 'input type="text" inputmode="numeric" pattern="^\d+(.\d{2})?$"' as per the accessibility coding guideline ACC2.</p>
2293
  <p>This patch updates occurrences of input type="number" in intranet-tmpl/prog/en/modules/members/mancredit.tt to use 'input type="text" inputmode="numeric" pattern="^\d+(.\d{2})?$"' as per the accessibility coding guideline ACC2.</p>
2294
</blockquote></li>
2294
</blockquote></li>
2295
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27410">[27410]</a> Update intranet-tmpl/prog/en/modules/members/maninvoice.tt to reflect ACC2</li>
2295
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27410">[27410]</a> Update intranet-tmpl/prog/en/modules/members/maninvoice.tt to reflect ACC2</li>
2296
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27653">[27653]</a> Do not include 'caption' row in print/copy export of datatables</li>
2296
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27653">[27653]</a> Do not include 'caption' row in print/copy export of datatables</li>
2297
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27776">[27776]</a> Point of Sale 'This sale' table should not be sorted by default</li>
2297
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27776">[27776]</a> Point of Sale 'This sale' table should not be sorted by default</li>
2298
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27777">[27777]</a> Improve tables on Point of Sale page for low screen resolutions</li>
2298
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27777">[27777]</a> Improve tables on Point of Sale page for low screen resolutions</li>
2299
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27926">[27926]</a> Date of birth sorting with British English format is broken</li>
2299
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27926">[27926]</a> Date of birth sorting with British English format is broken</li>
2300
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28187">[28187]</a> rowGroup headings are getting their styles overriden</li>
2300
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28187">[28187]</a> rowGroup headings are getting their styles overriden</li>
2301
</ul>
2301
</ul>
2302
2302
2303
<h3 id="systemadministration">System Administration</h3>
2303
<h3 id="systemadministration">System Administration</h3>
2304
2304
2305
<ul>
2305
<ul>
2306
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27250">[27250]</a> DELETE calls are stacked on the SMTP servers admin page</li>
2306
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27250">[27250]</a> DELETE calls are stacked on the SMTP servers admin page</li>
2307
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27264">[27264]</a> Reword sentence of OPACHoldsHistory</li>
2307
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27264">[27264]</a> Reword sentence of OPACHoldsHistory</li>
2308
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27280">[27280]</a> Explanation for "Days mode" is not consistent</li>
2308
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27280">[27280]</a> Explanation for "Days mode" is not consistent</li>
2309
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27310">[27310]</a> Wrong CSS float on 'Visibility' in framework edition</p>
2309
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27310">[27310]</a> Wrong CSS float on 'Visibility' in framework edition</p>
2310
2310
2311
<blockquote>
2311
<blockquote>
2312
  <p>This fixes the display of the 'Visibility' label when editing subfields for a framework. The label is now aligned correctly with the other labels.</p>
2312
  <p>This fixes the display of the 'Visibility' label when editing subfields for a framework. The label is now aligned correctly with the other labels.</p>
2313
</blockquote></li>
2313
</blockquote></li>
2314
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27349">[27349]</a> Mana system preference wrong type YesNo</li>
2314
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27349">[27349]</a> Mana system preference wrong type YesNo</li>
2315
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27351">[27351]</a> UsageStatsCountry system preference wrong type YesNo</li>
2315
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27351">[27351]</a> UsageStatsCountry system preference wrong type YesNo</li>
2316
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27703">[27703]</a> Can't navigate in Authorized values</p>
2316
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27703">[27703]</a> Can't navigate in Authorized values</p>
2317
2317
2318
<blockquote>
2318
<blockquote>
2319
  <p>This fixes an issue when navigating authorized value categories - if you selected an authorized value category from the drop down list it wouldn't change to the selected category.</p>
2319
  <p>This fixes an issue when navigating authorized value categories - if you selected an authorized value category from the drop down list it wouldn't change to the selected category.</p>
2320
</blockquote></li>
2320
</blockquote></li>
2321
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27713">[27713]</a> Duplicate search field IDs in MARC framework administration template</li>
2321
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27713">[27713]</a> Duplicate search field IDs in MARC framework administration template</li>
2322
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27716">[27716]</a> Insufficient access control for printer profiles</p>
2322
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27716">[27716]</a> Insufficient access control for printer profiles</p>
2323
2323
2324
<blockquote>
2324
<blockquote>
2325
  <p>This change moves the label creator pages, including the printer profiles management, under the 'lable_creator' permission under tools. This gives a more refined access permission for this area of functionality.</p>
2325
  <p>This change moves the label creator pages, including the printer profiles management, under the 'lable_creator' permission under tools. This gives a more refined access permission for this area of functionality.</p>
2326
</blockquote></li>
2326
</blockquote></li>
2327
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27798">[27798]</a> Independent branches should have a warning</li>
2327
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27798">[27798]</a> Independent branches should have a warning</li>
2328
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27968">[27968]</a> MARC framework CSV and ODS import incomplete or corrupted</li>
2328
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27968">[27968]</a> MARC framework CSV and ODS import incomplete or corrupted</li>
2329
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27999">[27999]</a> Display the description of authorized values category</li>
2329
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27999">[27999]</a> Display the description of authorized values category</li>
2330
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28121">[28121]</a> Wrong punctuation on desk deletion</li>
2330
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28121">[28121]</a> Wrong punctuation on desk deletion</li>
2331
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28207">[28207]</a> Crash when seeing MARC structure of a new framework</li>
2331
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28207">[28207]</a> Crash when seeing MARC structure of a new framework</li>
2332
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28345">[28345]</a> Patron attributes no longer have option to select empty class</li>
2332
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28345">[28345]</a> Patron attributes no longer have option to select empty class</li>
2333
</ul>
2333
</ul>
2334
2334
2335
<h3 id="taskscheduler">Task Scheduler</h3>
2335
<h3 id="taskscheduler">Task Scheduler</h3>
2336
2336
2337
<ul>
2337
<ul>
2338
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27109">[27109]</a> Better labels for background job details</li>
2338
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27109">[27109]</a> Better labels for background job details</li>
2339
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27127">[27127]</a> Wrong display of messages if there was only 1 record modified</li>
2339
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27127">[27127]</a> Wrong display of messages if there was only 1 record modified</li>
2340
</ul>
2340
</ul>
2341
2341
2342
<h3 id="templates">Templates</h3>
2342
<h3 id="templates">Templates</h3>
2343
2343
2344
<ul>
2344
<ul>
2345
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20238">[20238]</a> Show description of ITEMTYPECAT instead of code in itemtypes summary table</p>
2345
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20238">[20238]</a> Show description of ITEMTYPECAT instead of code in itemtypes summary table</p>
2346
2346
2347
<blockquote>
2347
<blockquote>
2348
  <p>This enhancement changes the item types page (Koha administration > Basic parameters > Item types) so that the search category column displays the ITEMTYPECAT authorized value's description, instead of the authorized value code. (This makes it consistent with the edit form where it displays the descriptions for authorized values.)</p>
2348
  <p>This enhancement changes the item types page (Koha administration > Basic parameters > Item types) so that the search category column displays the ITEMTYPECAT authorized value's description, instead of the authorized value code. (This makes it consistent with the edit form where it displays the descriptions for authorized values.)</p>
2349
</blockquote></li>
2349
</blockquote></li>
2350
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24055">[24055]</a> Description of PayPalReturnURL system preference is unclear</p>
2350
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24055">[24055]</a> Description of PayPalReturnURL system preference is unclear</p>
2351
2351
2352
<blockquote>
2352
<blockquote>
2353
  <p>This enhancement improves the description of the PayPalReturnURL. Changed from 'configured return' to 'configured return URL' as this is what it is called on the PayPal website.</p>
2353
  <p>This enhancement improves the description of the PayPalReturnURL. Changed from 'configured return' to 'configured return URL' as this is what it is called on the PayPal website.</p>
2354
</blockquote></li>
2354
</blockquote></li>
2355
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954">[25954]</a> Header search forms should be labeled</li>
2355
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954">[25954]</a> Header search forms should be labeled</li>
2356
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26471">[26471]</a> Datatables js error on missing pdfmake.min.js.map</li>
2356
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26471">[26471]</a> Datatables js error on missing pdfmake.min.js.map</li>
2357
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26602">[26602]</a> Datatables - Actions columns should not be exported</li>
2357
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26602">[26602]</a> Datatables - Actions columns should not be exported</li>
2358
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27027">[27027]</a> Typo: has successfully been modified.. %s</p>
2358
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27027">[27027]</a> Typo: has successfully been modified.. %s</p>
2359
2359
2360
<blockquote>
2360
<blockquote>
2361
  <p>This fixes a grammatical error in koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (has successfully been modified..) - it replaces two full stops at the end of the sentence with one.</p>
2361
  <p>This fixes a grammatical error in koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (has successfully been modified..) - it replaces two full stops at the end of the sentence with one.</p>
2362
</blockquote></li>
2362
</blockquote></li>
2363
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27031">[27031]</a> Koha.Preference() should be used more often in header.inc and js_includes.inc</li>
2363
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27031">[27031]</a> Koha.Preference() should be used more often in header.inc and js_includes.inc</li>
2364
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27232">[27232]</a> Missing spaces in member-alt-contact-style.inc make some strings appearing twice in po</li>
2364
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27232">[27232]</a> Missing spaces in member-alt-contact-style.inc make some strings appearing twice in po</li>
2365
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27277">[27277]</a> Queued vs Enqueued</li>
2365
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27277">[27277]</a> Queued vs Enqueued</li>
2366
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27292">[27292]</a> TablesSettings.GetColumns() returning nothing creates unexpected Javascript on request.tt</li>
2366
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27292">[27292]</a> TablesSettings.GetColumns() returning nothing creates unexpected Javascript on request.tt</li>
2367
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27324">[27324]</a> Use Koha.Preference() for intranetbookbag everywhere</li>
2367
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27324">[27324]</a> Use Koha.Preference() for intranetbookbag everywhere</li>
2368
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27356">[27356]</a> Don't hide the SMTP servers table when last displayed is deleted</li>
2368
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27356">[27356]</a> Don't hide the SMTP servers table when last displayed is deleted</li>
2369
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27430">[27430]</a> Use minimum length for patron category on password hint</p>
2369
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27430">[27430]</a> Use minimum length for patron category on password hint</p>
2370
2370
2371
<blockquote>
2371
<blockquote>
2372
  <p>This corrects the hint on the patron add/edit form to take into account that the minimum password length can now also be set on patron category level.</p>
2372
  <p>This corrects the hint on the patron add/edit form to take into account that the minimum password length can now also be set on patron category level.</p>
2373
</blockquote></li>
2373
</blockquote></li>
2374
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27457">[27457]</a> Set focus for cursor to Debit type code field when creating new debit type</li>
2374
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27457">[27457]</a> Set focus for cursor to Debit type code field when creating new debit type</li>
2375
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27458">[27458]</a> Set focus for cursor to Credit type code field when creating new credit type</li>
2375
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27458">[27458]</a> Set focus for cursor to Credit type code field when creating new credit type</li>
2376
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27525">[27525]</a> 'wich' instead of a 'with' in a sentence</p>
2376
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27525">[27525]</a> 'wich' instead of a 'with' in a sentence</p>
2377
2377
2378
<blockquote>
2378
<blockquote>
2379
  <p>This patch fixes two spelling errors in the batchMod-del.tt template that is used by the batch item deletion tool in the staff interface: "wich" -> "with."</p>
2379
  <p>This patch fixes two spelling errors in the batchMod-del.tt template that is used by the batch item deletion tool in the staff interface: "wich" -> "with."</p>
2380
</blockquote></li>
2380
</blockquote></li>
2381
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27531">[27531]</a> Remove type attribute from script tags: Cataloging plugins</li>
2381
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27531">[27531]</a> Remove type attribute from script tags: Cataloging plugins</li>
2382
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27561">[27561]</a> Remove type attribute from script tags: Various templates</li>
2382
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27561">[27561]</a> Remove type attribute from script tags: Various templates</li>
2383
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27654">[27654]</a> "Table settings for Pages" need to be sorted on "Administration -> Table settings"</li>
2383
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27654">[27654]</a> "Table settings for Pages" need to be sorted on "Administration -> Table settings"</li>
2384
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27668">[27668]</a> Improve validation of patron entry form in the OPAC</li>
2384
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27668">[27668]</a> Improve validation of patron entry form in the OPAC</li>
2385
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27695">[27695]</a> Fix style of messages on Elasticsearch configuration page</li>
2385
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27695">[27695]</a> Fix style of messages on Elasticsearch configuration page</li>
2386
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27752">[27752]</a> Correct ESLint errors in batchMod.js</p>
2386
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27752">[27752]</a> Correct ESLint errors in batchMod.js</p>
2387
2387
2388
<blockquote>
2388
<blockquote>
2389
  <p>This patch makes minor changes to batchMod.js used in Tools > Batch item modification. This addresses errors raised by ESLint, including white space changes, to make sure it meets coding guideline JS8: Follow guidelines set by ESLint.</p>
2389
  <p>This patch makes minor changes to batchMod.js used in Tools > Batch item modification. This addresses errors raised by ESLint, including white space changes, to make sure it meets coding guideline JS8: Follow guidelines set by ESLint.</p>
2390
</blockquote></li>
2390
</blockquote></li>
2391
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27754">[27754]</a> Correct eslint errors in basket.js</p>
2391
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27754">[27754]</a> Correct eslint errors in basket.js</p>
2392
2392
2393
<blockquote>
2393
<blockquote>
2394
  <p>This patch makes minor changes to basket.js in the staff interface templates to remove ESLint warnings. Besides whitespace changes, most changes are to correct undeclared or unnecessarily declared variables.</p>
2394
  <p>This patch makes minor changes to basket.js in the staff interface templates to remove ESLint warnings. Besides whitespace changes, most changes are to correct undeclared or unnecessarily declared variables.</p>
2395
</blockquote></li>
2395
</blockquote></li>
2396
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27795">[27795]</a> Misalignment of TOTAL value in lateorders page</li>
2396
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27795">[27795]</a> Misalignment of TOTAL value in lateorders page</li>
2397
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27827">[27827]</a> Authority type input field for new authority types should be wider</li>
2397
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27827">[27827]</a> Authority type input field for new authority types should be wider</li>
2398
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27861">[27861]</a> Warning in C4/XSLT.pm - use of uninitialized value in numeric eq (==)</li>
2398
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27861">[27861]</a> Warning in C4/XSLT.pm - use of uninitialized value in numeric eq (==)</li>
2399
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27899">[27899]</a> Missing description for libraryNotPickupLocation on request.pl</li>
2399
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27899">[27899]</a> Missing description for libraryNotPickupLocation on request.pl</li>
2400
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28004">[28004]</a> Incomplete breadcrumbs in authorized valued</p>
2400
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28004">[28004]</a> Incomplete breadcrumbs in authorized valued</p>
2401
2401
2402
<blockquote>
2402
<blockquote>
2403
  <p>This patch fixes some incorrect displays within the breadcrumbs on authorised_values.tt</p>
2403
  <p>This patch fixes some incorrect displays within the breadcrumbs on authorised_values.tt</p>
2404
</blockquote></li>
2404
</blockquote></li>
2405
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28032">[28032]</a> Button corrections in point of sale pages</li>
2405
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28032">[28032]</a> Button corrections in point of sale pages</li>
2406
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28033">[28033]</a> Minor capitalization corrections</li>
2406
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28033">[28033]</a> Minor capitalization corrections</li>
2407
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28042">[28042]</a> Button corrections in OAI set mappings template</li>
2407
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28042">[28042]</a> Button corrections in OAI set mappings template</li>
2408
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28135">[28135]</a> Replace use of input type number in additem.js</li>
2408
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28135">[28135]</a> Replace use of input type number in additem.js</li>
2409
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28190">[28190]</a> Library limitation column not toggable on itemtypes table</li>
2409
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28190">[28190]</a> Library limitation column not toggable on itemtypes table</li>
2410
</ul>
2410
</ul>
2411
2411
2412
<h3 id="testsuite">Test Suite</h3>
2412
<h3 id="testsuite">Test Suite</h3>
2413
2413
2414
<ul>
2414
<ul>
2415
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26364">[26364]</a> XISBN.t makes a bad assumption about return values</li>
2415
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26364">[26364]</a> XISBN.t makes a bad assumption about return values</li>
2416
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26405">[26405]</a> Circulation.t fails on 'AddRenewal left both fines'</li>
2416
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26405">[26405]</a> Circulation.t fails on 'AddRenewal left both fines'</li>
2417
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27317">[27317]</a> (Bug 27127 follow-up) fix t/db_dependent/Koha/BackgroundJobs.t</li>
2417
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27317">[27317]</a> (Bug 27127 follow-up) fix t/db_dependent/Koha/BackgroundJobs.t</li>
2418
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27554">[27554]</a> Clarify and add tests for Koha::Patrons->update_category_to child to adult</li>
2418
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27554">[27554]</a> Clarify and add tests for Koha::Patrons->update_category_to child to adult</li>
2419
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28234">[28234]</a> TestBuilder->build_sample_biblio does not deal correctly with encoding</li>
2419
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28234">[28234]</a> TestBuilder->build_sample_biblio does not deal correctly with encoding</li>
2420
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28249">[28249]</a> Selenium->wait_for_element_visible can fall in an infinite loop</li>
2420
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28249">[28249]</a> Selenium->wait_for_element_visible can fall in an infinite loop</li>
2421
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28250">[28250]</a> Debug from Selenium error handler is no longer working</li>
2421
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28250">[28250]</a> Debug from Selenium error handler is no longer working</li>
2422
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28288">[28288]</a> XISBN.t is failing is 500 is returned by the webservice</li>
2422
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28288">[28288]</a> XISBN.t is failing is 500 is returned by the webservice</li>
2423
</ul>
2423
</ul>
2424
2424
2425
<h3 id="tools">Tools</h3>
2425
<h3 id="tools">Tools</h3>
2426
2426
2427
<ul>
2427
<ul>
2428
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17202">[17202]</a> Deleting a rotating collection with items should either be prohibited or items should be removed</li>
2428
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17202">[17202]</a> Deleting a rotating collection with items should either be prohibited or items should be removed</li>
2429
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21818">[21818]</a> Don't use AutoCommit flag in stage-marc-import.pl</li>
2429
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21818">[21818]</a> Don't use AutoCommit flag in stage-marc-import.pl</li>
2430
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26298">[26298]</a> If MaxItemsToProcessForBatchMod is set to 1000, the max is actually 999</li>
2430
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26298">[26298]</a> If MaxItemsToProcessForBatchMod is set to 1000, the max is actually 999</li>
2431
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26336">[26336]</a> Cannot import items if items ignored when staging</li>
2431
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26336">[26336]</a> Cannot import items if items ignored when staging</li>
2432
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26894">[26894]</a> Marc Modification Templates treat subfield 0 as no subfield set when moving fields</li>
2432
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26894">[26894]</a> Marc Modification Templates treat subfield 0 as no subfield set when moving fields</li>
2433
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26942">[26942]</a> TinyMCE in the News Tool is still doing some types of automatic code cleanup</li>
2433
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26942">[26942]</a> TinyMCE in the News Tool is still doing some types of automatic code cleanup</li>
2434
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26983">[26983]</a> Selecting ALL Items in Inventory- only selects 20</li>
2434
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26983">[26983]</a> Selecting ALL Items in Inventory- only selects 20</li>
2435
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27247">[27247]</a> Missing highlighting in Quote of the day</li>
2435
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27247">[27247]</a> Missing highlighting in Quote of the day</li>
2436
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27413">[27413]</a> Cannot add debarment with batch patron modification tool</li>
2436
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27413">[27413]</a> Cannot add debarment with batch patron modification tool</li>
2437
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27576">[27576]</a> Don't show import records table when cleaning a batch</li>
2437
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27576">[27576]</a> Don't show import records table when cleaning a batch</li>
2438
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27694">[27694]</a> News tool editor (codemirror) automatically converts HTML entities</li>
2438
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27694">[27694]</a> News tool editor (codemirror) automatically converts HTML entities</li>
2439
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27869">[27869]</a> QotD CSV upload JavaScript errors</p>
2439
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27869">[27869]</a> QotD CSV upload JavaScript errors</p>
2440
2440
2441
<blockquote>
2441
<blockquote>
2442
  <p>This patch handles malformed CSV errors by producing a warning on the page letting users know that the CSV filed uploaded has errors.</p>
2442
  <p>This patch handles malformed CSV errors by producing a warning on the page letting users know that the CSV filed uploaded has errors.</p>
2443
</blockquote></li>
2443
</blockquote></li>
2444
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27963">[27963]</a> touch_all_items.pl script is not working at all</li>
2444
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27963">[27963]</a> touch_all_items.pl script is not working at all</li>
2445
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28044">[28044]</a> Calendar: Tables with closed days are no longer color coded</li>
2445
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28044">[28044]</a> Calendar: Tables with closed days are no longer color coded</li>
2446
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28170">[28170]</a> Downloading some files via Tools - Upload is broken</li>
2446
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28170">[28170]</a> Downloading some files via Tools - Upload is broken</li>
2447
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28178">[28178]</a> Image viewer does not select the correct image</p>
2447
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28178">[28178]</a> Image viewer does not select the correct image</p>
2448
2448
2449
<p><strong>Sponsored by</strong> <em>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</em></p></li>
2449
<p><strong>Sponsored by</strong> <em>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</em></p></li>
2450
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28198">[28198]</a> Sample notices SQL fails on HOLD_REMINDER: Column count doesn't match value count</li>
2450
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28198">[28198]</a> Sample notices SQL fails on HOLD_REMINDER: Column count doesn't match value count</li>
2451
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28229">[28229]</a> Hide clubs from place a hold screen if no clubs exist</li>
2451
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28229">[28229]</a> Hide clubs from place a hold screen if no clubs exist</li>
2452
</ul>
2452
</ul>
2453
2453
2454
<h3 id="webservices">Web services</h3>
2454
<h3 id="webservices">Web services</h3>
2455
2455
2456
<ul>
2456
<ul>
2457
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17229">[17229]</a> ILS-DI HoldTitle and HoldItem should check if patron is expired</li>
2457
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17229">[17229]</a> ILS-DI HoldTitle and HoldItem should check if patron is expired</li>
2458
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21301">[21301]</a> Restriction of the informations given by GetRecords ILS-DI service</p>
2458
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21301">[21301]</a> Restriction of the informations given by GetRecords ILS-DI service</p>
2459
2459
2460
<blockquote>
2460
<blockquote>
2461
  <p>For privacy protection, ILS-DI webservice GetRecords will not give patron information anymore. Also old issues are not given anymore.
2461
  <p>For privacy protection, ILS-DI webservice GetRecords will not give patron information anymore. Also old issues are not given anymore.
Lines 2466-2474 have already been fixed in maintainance releases)</p> Link Here
2466
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
2466
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
2467
2467
2468
<ul>
2468
<ul>
2469
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26528">[26528]</a> Koha return no result if  there's  invalid records in Z39.50/SRU server reply</li>
2469
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26528">[26528]</a> Koha return no result if  there's  invalid records in Z39.50/SRU server reply</li>
2470
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27149">[27149]</a> Z3950Responder removes itemnumber when adding item statuses</li>
2470
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27149">[27149]</a> Z3950Responder removes itemnumber when adding item statuses</li>
2471
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28112">[28112]</a> Z39.50 does not populate form with all passed criteria</li>
2471
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28112">[28112]</a> Z39.50 does not populate form with all passed criteria</li>
2472
</ul>
2472
</ul>
2473
2473
2474
<h2 id="newsystempreferences">New system preferences</h2>
2474
<h2 id="newsystempreferences">New system preferences</h2>
Lines 2536-2542 have already been fixed in maintainance releases)</p> Link Here
2536
<h3 id="devtools">Dev tools</h3>
2536
<h3 id="devtools">Dev tools</h3>
2537
2537
2538
<ul>
2538
<ul>
2539
<li>The kohastructure.sql schema will be regenerated before each release <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947">[26947]</a>. A new option has been created to generate it from the database: <code>koha-dump --schema-only</code>
2539
<li>The kohastructure.sql schema will be regenerated before each release <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947">[26947]</a>. A new option has been created to generate it from the database: <code>koha-dump --schema-only</code>
2540
It will let you compare easily the structure of your DB with the one in the codebase.</li>
2540
It will let you compare easily the structure of your DB with the one in the codebase.</li>
2541
</ul>
2541
</ul>
2542
2542
Lines 2545-2552 It will let you compare easily the structure of your DB with the one in the code Link Here
2545
<ul>
2545
<ul>
2546
<li><p>We are proud to introduce a new resource for third party integration developers: <a href="https://api.koha-community.org">https://api.koha-community.org</a>. This new documentation resource describes all api endpoints for the supported versions of Koha and makes the Swagger specification available for download and work will continue in the next cycle to improve this excellent new resource for application integrators everywhere.</p></li>
2546
<li><p>We are proud to introduce a new resource for third party integration developers: <a href="https://api.koha-community.org">https://api.koha-community.org</a>. This new documentation resource describes all api endpoints for the supported versions of Koha and makes the Swagger specification available for download and work will continue in the next cycle to improve this excellent new resource for application integrators everywhere.</p></li>
2547
<li><p>Numerous new API endpoints have been introduced this cycle, including patron attributes, transfers, holds, pickup libraries, cash management, to name but a few.</p></li>
2547
<li><p>Numerous new API endpoints have been introduced this cycle, including patron attributes, transfers, holds, pickup libraries, cash management, to name but a few.</p></li>
2548
<li><p>We added the "additionalProperties" flag to our API schema to be more strict and found issues and inconsistencies. Unspecified properties passed in the object will make the route rejected <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28272">[28272]</a></p></li>
2548
<li><p>We added the "additionalProperties" flag to our API schema to be more strict and found issues and inconsistencies. Unspecified properties passed in the object will make the route rejected <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28272">[28272]</a></p></li>
2549
<li><p>New Mojolicious helper "x-koha-override" <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27760">[27760]</a> to pass "overrides" methods. For instance for "too many holds" when a confirmation is needed on the GUI.</p></li>
2549
<li><p>New Mojolicious helper "x-koha-override" <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27760">[27760]</a> to pass "overrides" methods. For instance for "too many holds" when a confirmation is needed on the GUI.</p></li>
2550
</ul>
2550
</ul>
2551
2551
2552
<h3 id="translatabilityinstaller">Translatability/installer</h3>
2552
<h3 id="translatabilityinstaller">Translatability/installer</h3>
Lines 2554-2560 It will let you compare easily the structure of your DB with the one in the code Link Here
2554
<p>The specific .sql files from the installer directory will be removed in the upcoming release.
2554
<p>The specific .sql files from the installer directory will be removed in the upcoming release.
2555
A workgroup will be formed during the 21.11 development cycle to remove the remaining ones.
2555
A workgroup will be formed during the 21.11 development cycle to remove the remaining ones.
2556
So far we got rid of de-DE, es-ES, it-IT, pl-PL, ru-RU and uk-UA.
2556
So far we got rid of de-DE, es-ES, it-IT, pl-PL, ru-RU and uk-UA.
2557
The remaining ones are fr-FR, fr-CA, nb-NO. You can see the work on the omnibus bug report <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27829">[27829]</a>.
2557
The remaining ones are fr-FR, fr-CA, nb-NO. You can see the work on the omnibus bug report <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27829">[27829]</a>.
2558
If you are using one of these languages and their .sql files, please contact the core team to tell us what you want to keep from them.</p>
2558
If you are using one of these languages and their .sql files, please contact the core team to tell us what you want to keep from them.</p>
2559
2559
2560
<h3 id="testsuite">Test suite</h3>
2560
<h3 id="testsuite">Test suite</h3>
Lines 2577-2583 To avoid displaying an ugly "Software error" page, we created an error page that Link Here
2577
documentation is</p>
2577
documentation is</p>
2578
2578
2579
<ul>
2579
<ul>
2580
<li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
2580
<li><a href="https://koha-community.org/documentation/">Koha Documentation</a></li>
2581
</ul>
2581
</ul>
2582
2582
2583
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
2583
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
Lines 2642-2661 interface are available in this release for the following languages:</p> Link Here
2642
<p>The Koha team welcomes additional translations; please see</p>
2642
<p>The Koha team welcomes additional translations; please see</p>
2643
2643
2644
<ul>
2644
<ul>
2645
<li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2645
<li><a href="https://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2646
</ul>
2646
</ul>
2647
2647
2648
<p>For information about translating Koha, and join the koha-translate 
2648
<p>For information about translating Koha, and join the koha-translate 
2649
list to volunteer:</p>
2649
list to volunteer:</p>
2650
2650
2651
<ul>
2651
<ul>
2652
<li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2652
<li><a href="https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2653
</ul>
2653
</ul>
2654
2654
2655
<p>The most up-to-date translations can be found at:</p>
2655
<p>The most up-to-date translations can be found at:</p>
2656
2656
2657
<ul>
2657
<ul>
2658
<li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
2658
<li><a href="https://translate.koha-community.org/">Koha Translation</a></li>
2659
</ul>
2659
</ul>
2660
2660
2661
<h2 id="releaseteam">Release Team</h2>
2661
<h2 id="releaseteam">Release Team</h2>
Lines 2742-2748 new features in Koha 21.05.00</p> Link Here
2742
<li>Banco Central de la República Argentina</li>
2742
<li>Banco Central de la República Argentina</li>
2743
<li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</li>
2743
<li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</li>
2744
<li><a href="https://www.catalyst.net.nz/products/library-management-koha">Catalyst</a></li>
2744
<li><a href="https://www.catalyst.net.nz/products/library-management-koha">Catalyst</a></li>
2745
<li><a href="http://www.ccsr.qc.ca">Centre collégial des services regroupés</a></li>
2745
<li><a href="https://www.ccsr.qc.ca">Centre collégial des services regroupés</a></li>
2746
<li><a href="https://collecto.ca">Collecto</a></li>
2746
<li><a href="https://collecto.ca">Collecto</a></li>
2747
<li>Education Services Australia SCIS</li>
2747
<li>Education Services Australia SCIS</li>
2748
<li>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</li>
2748
<li>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</li>
Lines 3007-3013 line is master.</p> Link Here
3007
tracker at:</p>
3007
tracker at:</p>
3008
3008
3009
<ul>
3009
<ul>
3010
<li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
3010
<li><a href="https://bugs.koha-community.org">Koha Bugzilla</a></li>
3011
</ul>
3011
</ul>
3012
3012
3013
<p>He rau ringa e oti ai.
3013
<p>He rau ringa e oti ai.
(-)a/misc/release_notes/release_notes_21_05_00.md (-717 / +717 lines)
Lines 6-20 package (ILS). Development is sponsored by libraries of varying types Link Here
6
and sizes, volunteers, and support companies from around the world. The
6
and sizes, volunteers, and support companies from around the world. The
7
website for the Koha project is:
7
website for the Koha project is:
8
8
9
- [Koha Community](http://koha-community.org)
9
- [Koha Community](https://koha-community.org)
10
10
11
Koha 21.05.00 can be downloaded from:
11
Koha 21.05.00 can be downloaded from:
12
12
13
- [Download](http://download.koha-community.org/koha-21.05-latest.tar.gz)
13
- [Download](https://download.koha-community.org/koha-21.05-latest.tar.gz)
14
14
15
Installation instructions can be found at:
15
Installation instructions can be found at:
16
16
17
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
17
- [Koha Wiki](https://wiki.koha-community.org/wiki/Installation_Documentation)
18
- OR in the INSTALL files that come in the tarball
18
- OR in the INSTALL files that come in the tarball
19
19
20
Koha 21.05.00 is a major release, that comes with many new features.
20
Koha 21.05.00 is a major release, that comes with many new features.
Lines 48-61 Work has continued to make Koha more accessible: Link Here
48
48
49
### PayPal support
49
### PayPal support
50
50
51
Paypal support has been dropped from Koha core and moved to a plugin [[23215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215)
51
Paypal support has been dropped from Koha core and moved to a plugin [[23215]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215)
52
52
53
53
54
## New features
54
## New features
55
55
56
### Acquisitions
56
### Acquisitions
57
57
58
- [[20212]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212) Improve performance of acquisitions receive page
58
- [[20212]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212) Improve performance of acquisitions receive page
59
59
60
  >This development changes how the orders table on receiving in acquisitions is rendered.
60
  >This development changes how the orders table on receiving in acquisitions is rendered.
61
  >Before these patches all active orders data was fetched from the database, along with all the related data (patrons, biblio). This leads to significant delays because all orders matching the filtering criteria were loaded, even when only 20 rows were displayed on the UI.
61
  >Before these patches all active orders data was fetched from the database, along with all the related data (patrons, biblio). This leads to significant delays because all orders matching the filtering criteria were loaded, even when only 20 rows were displayed on the UI.
Lines 66-84 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
66
  >Sponsored by: Camden County Library System
66
  >Sponsored by: Camden County Library System
67
  >
67
  >
68
  >Sponsored by: ByWater Solutions
68
  >Sponsored by: ByWater Solutions
69
- [[22773]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773) Bulk close invoices and filter invoice view (open/closed)
69
- [[22773]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773) Bulk close invoices and filter invoice view (open/closed)
70
70
71
  >This new feature splits the view of the invoice search results into opened and closed tables and adds the ability to bulk close or reopen invoices.
71
  >This new feature splits the view of the invoice search results into opened and closed tables and adds the ability to bulk close or reopen invoices.
72
72
73
### Cataloging
73
### Cataloging
74
74
75
- [[11299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11299) Add a button to automatically link authority records in cataloguing (AJAX)
75
- [[11299]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11299) Add a button to automatically link authority records in cataloguing (AJAX)
76
76
77
  >This patch adds a new button to the basic MARC editor. When clicked this button will run through all controlled fields in the MARC record and search the existing authority file to link them to authorities. Depending on system preferences unmatched headings will create new authorities or remain unlinked. Results will be highlighted so that the cataloguer can see what was done.
77
  >This patch adds a new button to the basic MARC editor. When clicked this button will run through all controlled fields in the MARC record and search the existing authority file to link them to authorities. Depending on system preferences unmatched headings will create new authorities or remain unlinked. Results will be highlighted so that the cataloguer can see what was done.
78
78
79
### MARC Bibliographic data support
79
### MARC Bibliographic data support
80
80
81
- [[8976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8976) Default sequence of subfields in cataloguing and item editor
81
- [[8976]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8976) Default sequence of subfields in cataloguing and item editor
82
82
83
  **Sponsored by** *Orex Digital*
83
  **Sponsored by** *Orex Digital*
84
84
Lines 93-99 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
93
93
94
### Staff Client
94
### Staff Client
95
95
96
- [[22569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22569) Add a 'Transfers to send' report
96
- [[22569]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22569) Add a 'Transfers to send' report
97
97
98
  >This enhancement adds a 'Transfers to send' report to the circulation module.
98
  >This enhancement adds a 'Transfers to send' report to the circulation module.
99
  >
99
  >
Lines 101-107 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
101
101
102
### System Administration
102
### System Administration
103
103
104
- [[26633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633) Add advanced editor for transfer limits
104
- [[26633]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633) Add advanced editor for transfer limits
105
105
106
  >This enhancement adds an "advanced" editor for transfer limits that displays all to/from library combinations in a grid and allows them to be edited in a manner somewhat similar to the transport cost matrix editor.
106
  >This enhancement adds an "advanced" editor for transfer limits that displays all to/from library combinations in a grid and allows them to be edited in a manner somewhat similar to the transport cost matrix editor.
107
107
Lines 109-115 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
109
109
110
### Acquisitions
110
### Acquisitions
111
111
112
- [[23971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23971) Add logging for basket related actions
112
- [[23971]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23971) Add logging for basket related actions
113
113
114
  >This enhancement adds back the `AcquisitionsLog` preference and when enabled it adds logging for the following actions:
114
  >This enhancement adds back the `AcquisitionsLog` preference and when enabled it adds logging for the following actions:
115
  >
115
  >
Lines 120-135 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
120
  >* Modifying basket users
120
  >* Modifying basket users
121
  >* Closing baskets
121
  >* Closing baskets
122
  >* Approving baskets
122
  >* Approving baskets
123
- [[26630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26630) Allow custom text for each library on the purchase suggestion page
123
- [[26630]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26630) Allow custom text for each library on the purchase suggestion page
124
124
125
  >Enhancement to allow for custom text at the top of the purchase suggestion screen which can be administered via the Koha news tool.
125
  >Enhancement to allow for custom text at the top of the purchase suggestion screen which can be administered via the Koha news tool.
126
- [[27023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27023) Add class names in the suggestions column in suggestions management
126
- [[27023]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27023) Add class names in the suggestions column in suggestions management
127
127
128
  >This enhancement adds classes to the various information spans displayed in the suggestions table. This allows for simple targeting of CSS rules to highlight or hide information that is important/irrelevant for your library's use.
128
  >This enhancement adds classes to the various information spans displayed in the suggestions table. This allows for simple targeting of CSS rules to highlight or hide information that is important/irrelevant for your library's use.
129
- [[27240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27240) Export basket: remove spaces and don't export links
129
- [[27240]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27240) Export basket: remove spaces and don't export links
130
130
131
  >A simple template cleanup to improve code legibility and remove superfluous whitespace when exporting data using the table features. Also removes links from the exported data.
131
  >A simple template cleanup to improve code legibility and remove superfluous whitespace when exporting data using the table features. Also removes links from the exported data.
132
- [[27606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27606) Breadcrumbs on parcel.pl should include a link to the vendor
132
- [[27606]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27606) Breadcrumbs on parcel.pl should include a link to the vendor
133
133
134
  >Updates the breadcrumb on the orders to receive page from:
134
  >Updates the breadcrumb on the orders to receive page from:
135
  >
135
  >
Lines 140-168 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
140
  >Home > Acquisitions > My vendor > Receive orders
140
  >Home > Acquisitions > My vendor > Receive orders
141
  >
141
  >
142
  >This improves consistency and aids navigation.
142
  >This improves consistency and aids navigation.
143
- [[27646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27646) Allow export of acquisitions home and funds table
143
- [[27646]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27646) Allow export of acquisitions home and funds table
144
- [[27793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27793) Store Contents of FTX segment of EDI quotes for inclusion in orders
144
- [[27793]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27793) Store Contents of FTX segment of EDI quotes for inclusion in orders
145
145
146
  >This enhancement adds support for the EDI FTX (FreeText) segment in Edifact ordering. We simply store the segment and pass it around in the EDI process required.
146
  >This enhancement adds support for the EDI FTX (FreeText) segment in Edifact ordering. We simply store the segment and pass it around in the EDI process required.
147
- [[27794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27794) Add link to biblio in lateorders page
147
- [[27794]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27794) Add link to biblio in lateorders page
148
148
149
  >This patch modifies the display of bibliographic records in the acquisitions report of late orders so that the title of the record is a link to the corresponding bibliographic details page.
149
  >This patch modifies the display of bibliographic records in the acquisitions report of late orders so that the title of the record is a link to the corresponding bibliographic details page.
150
150
151
### Architecture, internals, and plumbing
151
### Architecture, internals, and plumbing
152
152
153
- [[22824]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22824) Replace YAML::Syck with YAML::XS
153
- [[22824]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22824) Replace YAML::Syck with YAML::XS
154
154
155
  >To bring consistency to the codebase, improve performance and reduce dependencies it was decided we should converge on a single YAML parsing library... we opted for YAML::XS.
155
  >To bring consistency to the codebase, improve performance and reduce dependencies it was decided we should converge on a single YAML parsing library... we opted for YAML::XS.
156
- [[23271]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23271) Koha::Patron::Category should use Koha::Object::Limit::Library
156
- [[23271]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23271) Koha::Patron::Category should use Koha::Object::Limit::Library
157
157
158
  >This enhancement makes Koha::Patron::Categories inherit the
158
  >This enhancement makes Koha::Patron::Categories inherit the
159
  >'search_with_library_limits' method from Koha::Objects::Limit::Library and thus makes it consistent with other locations where filtering by branch is required.
159
  >'search_with_library_limits' method from Koha::Objects::Limit::Library and thus makes it consistent with other locations where filtering by branch is required.
160
- [[23583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23583) Handle OpacHiddenItems with yaml_preference
160
- [[23583]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23583) Handle OpacHiddenItems with yaml_preference
161
- [[23830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23830) Koha::AuthorisedValues should use Koha::Objects::Limit::Library
161
- [[23830]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23830) Koha::AuthorisedValues should use Koha::Objects::Limit::Library
162
162
163
  >This enhancement makes Koha::AuthorisedValues inherit the
163
  >This enhancement makes Koha::AuthorisedValues inherit the
164
  >'search_with_library_limits' method from Koha::Objects::Limit::Library and thus makes it consistent with other locations where filtering by branch is required.
164
  >'search_with_library_limits' method from Koha::Objects::Limit::Library and thus makes it consistent with other locations where filtering by branch is required.
165
- [[24254]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24254) Add Koha::Items->filter_by_visible_in_opac
165
- [[24254]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24254) Add Koha::Items->filter_by_visible_in_opac
166
166
167
  >This patch introduces an efficient way of filtering Koha::Items result sets, to hide items that shouldn't be exposed on public interfaces.
167
  >This patch introduces an efficient way of filtering Koha::Items result sets, to hide items that shouldn't be exposed on public interfaces.
168
  >
168
  >
Lines 172-266 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
172
  >Some patrons have exceptions so OpacHiddenItems is not enforced on them. That's why the new method [1] has an optional parameter that expects the logged in patron to be passed in the call.
172
  >Some patrons have exceptions so OpacHiddenItems is not enforced on them. That's why the new method [1] has an optional parameter that expects the logged in patron to be passed in the call.
173
  >
173
  >
174
  >[1] Koha::Items->filter_by_visible_in_opac
174
  >[1] Koha::Items->filter_by_visible_in_opac
175
- [[25026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25026) RaiseError must be set for the UI
175
- [[25026]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25026) RaiseError must be set for the UI
176
176
177
  >Turning on RaiseError for the UI will propagate the SQL errors to the UI. That will prevent errors to silently fail and let developers catch issues that could exist in our codebase.
177
  >Turning on RaiseError for the UI will propagate the SQL errors to the UI. That will prevent errors to silently fail and let developers catch issues that could exist in our codebase.
178
- [[25670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25670) Add useful methods to Koha::Acquisition::Orders
178
- [[25670]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25670) Add useful methods to Koha::Acquisition::Orders
179
179
180
  >This architectural enhancement adds helpful filter methods to the Koha::Acquisitions:: modules to ease the development of Acquisitions API's and future acquisitions related enhancements.
180
  >This architectural enhancement adds helpful filter methods to the Koha::Acquisitions:: modules to ease the development of Acquisitions API's and future acquisitions related enhancements.
181
- [[25755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25755) Add a Koha::Item->request_transfer method
181
- [[25755]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25755) Add a Koha::Item->request_transfer method
182
182
183
  >This work adds a `request_transfer` method to `Koha::Item` that allows a transfer to be requested.
183
  >This work adds a `request_transfer` method to `Koha::Item` that allows a transfer to be requested.
184
  >
184
  >
185
  >The method will throw exceptions for missing parameters and it obeys the transfer limits.
185
  >The method will throw exceptions for missing parameters and it obeys the transfer limits.
186
  >
186
  >
187
  >Optionally, one can pass 'ignore_limits' and 'enqueue'/'replace' parameters to override the transfer limits and handle cases where a transfer request may already exist.
187
  >Optionally, one can pass 'ignore_limits' and 'enqueue'/'replace' parameters to override the transfer limits and handle cases where a transfer request may already exist.
188
- [[25757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25757) Add a Koha::Item::Transfer->transit method
188
- [[25757]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25757) Add a Koha::Item::Transfer->transit method
189
189
190
  >This patch adds the `Koha::Item->transit` method which can be used to progress a transfer from 'requested' to 'in_transit'.
190
  >This patch adds the `Koha::Item->transit` method which can be used to progress a transfer from 'requested' to 'in_transit'.
191
  >
191
  >
192
  >The method will throw an exception if the item is not checked in and will handle `CartToShelf` and update `DateLastSeen` as well as updating the 'frombranch' if required.
192
  >The method will throw an exception if the item is not checked in and will handle `CartToShelf` and update `DateLastSeen` as well as updating the 'frombranch' if required.
193
  >
193
  >
194
  >We also add some sugar methods to allow easy navigation between the 'Transfer' and it's respective 'Item'.
194
  >We also add some sugar methods to allow easy navigation between the 'Transfer' and it's respective 'Item'.
195
- [[25767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25767) Add Koha::Item::Transfer->receive method
195
- [[25767]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25767) Add Koha::Item::Transfer->receive method
196
196
197
  >This enhancement adds the `Koha::Item::Transfer->receive` method to allow recording the receipt of a transfer at its destination.
197
  >This enhancement adds the `Koha::Item::Transfer->receive` method to allow recording the receipt of a transfer at its destination.
198
  >
198
  >
199
  >The method will throw an exception if the item is not checked in and it also handles setting DateLastSeen.
199
  >The method will throw an exception if the item is not checked in and it also handles setting DateLastSeen.
200
- [[25802]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25802) Koha::Calendar->addDate should be renamed addDuration to better reflect it's purpose
200
- [[25802]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25802) Koha::Calendar->addDate should be renamed addDuration to better reflect it's purpose
201
- [[26057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26057) Add Koha::Item::Transfer->cancel method
201
- [[26057]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26057) Add Koha::Item::Transfer->cancel method
202
202
203
  >This enhancement adds the `Koha::Item::Transfer->cancel` method to allow audited cancellation of item transfers.
203
  >This enhancement adds the `Koha::Item::Transfer->cancel` method to allow audited cancellation of item transfers.
204
  >
204
  >
205
  >This patch introduces the `datecancelled` and `cancellation_reason` fields to branchtransfers for tracking when and why a transfer was cancelled.
205
  >This patch introduces the `datecancelled` and `cancellation_reason` fields to branchtransfers for tracking when and why a transfer was cancelled.
206
- [[26481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26481) Add Koha::Item::Transfer->in_transit method
206
- [[26481]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26481) Add Koha::Item::Transfer->in_transit method
207
207
208
  >This enhancement adds the `Koha::Item::Transfer->in_transit` helper method to quickly identify transfers that are in progress.
208
  >This enhancement adds the `Koha::Item::Transfer->in_transit` helper method to quickly identify transfers that are in progress.
209
- [[26618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26618) C4/RotatingCollections.pm should not use C4::Circulation::transferbook
209
- [[26618]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26618) C4/RotatingCollections.pm should not use C4::Circulation::transferbook
210
210
211
  >This enhancement updates the Rotating Collections system to use the recently introduced Koha:: methods for Item Transfers.
211
  >This enhancement updates the Rotating Collections system to use the recently introduced Koha:: methods for Item Transfers.
212
  >
212
  >
213
  >We expose some extra feedback to the end user to highlight where transfers would have previously failed silently when used in combination with other systems that trigger transfers.
213
  >We expose some extra feedback to the end user to highlight where transfers would have previously failed silently when used in combination with other systems that trigger transfers.
214
- [[26950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26950) Checkin failure messages are unclear or too specific
214
- [[26950]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26950) Checkin failure messages are unclear or too specific
215
- [[27069]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27069) Change holdallowed values from numbers to strings
215
- [[27069]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27069) Change holdallowed values from numbers to strings
216
- [[27131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27131) Move code from circ/pendingreserves.pl to modules
216
- [[27131]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27131) Move code from circ/pendingreserves.pl to modules
217
- [[27246]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27246) Remove apache only code from C4::Context BEGIN
217
- [[27246]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27246) Remove apache only code from C4::Context BEGIN
218
- [[27268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27268) Move C4::Biblio::GetMarcNotes to Koha namespace
218
- [[27268]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27268) Move C4::Biblio::GetMarcNotes to Koha namespace
219
219
220
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
220
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
221
- [[27281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27281) Replace call to `C4::Circulation::DeleteTransfer` with `Koha::Item::Transfer->cancel({ comment => $comment })` in `C4::Circulation::LostItem`
221
- [[27281]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27281) Replace call to `C4::Circulation::DeleteTransfer` with `Koha::Item::Transfer->cancel({ comment => $comment })` in `C4::Circulation::LostItem`
222
- [[27485]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27485) Rename system preference gist to TaxRates
222
- [[27485]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27485) Rename system preference gist to TaxRates
223
- [[27486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27486) Rename system preference delimiter to CSVDelimiter
223
- [[27486]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27486) Rename system preference delimiter to CSVDelimiter
224
- [[27487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27487) Rename system preference reviewson to OPACComments
224
- [[27487]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27487) Rename system preference reviewson to OPACComments
225
225
226
  >This renames the existing system preference 'reviewson' to 'OPACComments' which better reflects its use.
226
  >This renames the existing system preference 'reviewson' to 'OPACComments' which better reflects its use.
227
- [[27491]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27491) Rename system preference opaclanguages  to OPACLanguages
227
- [[27491]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27491) Rename system preference opaclanguages  to OPACLanguages
228
- [[27636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27636) Replace Koha::Account::pay with a simpler method
228
- [[27636]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27636) Replace Koha::Account::pay with a simpler method
229
229
230
  >This enhancement adds the new 'payin_amount' method to Koha::Account.
230
  >This enhancement adds the new 'payin_amount' method to Koha::Account.
231
  >
231
  >
232
  >This method utilises the well tested 'Koha::Account->add_credit' and 'Koha::Account::Line->apply' methods to achieve consistent results when paying in credit against debts.
232
  >This method utilises the well tested 'Koha::Account->add_credit' and 'Koha::Account::Line->apply' methods to achieve consistent results when paying in credit against debts.
233
  >
233
  >
234
  >The original 'pay' method now uses payin_amount internally and will be left intact for a deprecation period.
234
  >The original 'pay' method now uses payin_amount internally and will be left intact for a deprecation period.
235
- [[27673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27673) Replace YAML with YAML::XS
235
- [[27673]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27673) Replace YAML with YAML::XS
236
236
237
  >Replaces uses of YAML module with more widely supported YAML::XS module.
237
  >Replaces uses of YAML module with more widely supported YAML::XS module.
238
- [[27756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27756) background_jobs_worker.pl is memory inefficient
238
- [[27756]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27756) background_jobs_worker.pl is memory inefficient
239
- [[27833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27833) Koha::Exceptions::Patron::Attribute::* should have parameters
239
- [[27833]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27833) Koha::Exceptions::Patron::Attribute::* should have parameters
240
240
241
  >This development adds parameters to the extended attributes-related exceptions. This allows better handling.
241
  >This development adds parameters to the extended attributes-related exceptions. This allows better handling.
242
- [[27851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27851) Add Koha::Old::Checkouts->filter_by_todays_checkins method
242
- [[27851]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27851) Add Koha::Old::Checkouts->filter_by_todays_checkins method
243
- [[27896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27896) Remove C4::Circulation::DeleteTransfer
243
- [[27896]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27896) Remove C4::Circulation::DeleteTransfer
244
244
245
  >This patch replaces calls to DeleteTransfer with Koha::Item::Transfer->cancel and then removes C4::Circulation::DeleteTransfer entirely.
245
  >This patch replaces calls to DeleteTransfer with Koha::Item::Transfer->cancel and then removes C4::Circulation::DeleteTransfer entirely.
246
  >
246
  >
247
  >This brings two advantages:
247
  >This brings two advantages:
248
  >1. Better auditing of transfers by recording reasons for cancellation and throwing suitable errors for various conditions
248
  >1. Better auditing of transfers by recording reasons for cancellation and throwing suitable errors for various conditions
249
  >2. Cleaning code from the overburdened C4::Circulation module.
249
  >2. Cleaning code from the overburdened C4::Circulation module.
250
- [[27930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27930) Move _escape_* functions from acq/parcel.tt to be re-usable
250
- [[27930]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27930) Move _escape_* functions from acq/parcel.tt to be re-usable
251
251
252
  >This enhancement moves the useful `_escape_price` and `_escape_str` functions found in acq/parcel.tt into the re-usable staff-global.js include file.
252
  >This enhancement moves the useful `_escape_price` and `_escape_str` functions found in acq/parcel.tt into the re-usable staff-global.js include file.
253
- [[27995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27995) Koha::Account::Line->apply should return the update Koha::Account::Line object
253
- [[27995]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27995) Koha::Account::Line->apply should return the update Koha::Account::Line object
254
- [[28056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28056) Add Koha::Exceptions::Patron::MissingMandatoryExtendedAttribute
254
- [[28056]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28056) Add Koha::Exceptions::Patron::MissingMandatoryExtendedAttribute
255
255
256
  >This patch adds a new exception for more fine-grained control on the errors when dealing with patrons and their extended attributes.
256
  >This patch adds a new exception for more fine-grained control on the errors when dealing with patrons and their extended attributes.
257
- [[28210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28210) C4::Circulation::LostItem should pass through skip_record_index to MarkIssueReturned
257
- [[28210]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28210) C4::Circulation::LostItem should pass through skip_record_index to MarkIssueReturned
258
- [[28278]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28278) Improve $KOHA_CONF parsing speed by using XML::LibXML
258
- [[28278]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28278) Improve $KOHA_CONF parsing speed by using XML::LibXML
259
- [[28386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28386) Replace dev_map.yaml from release_tools with .mailmap
259
- [[28386]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28386) Replace dev_map.yaml from release_tools with .mailmap
260
260
261
### Authentication
261
### Authentication
262
262
263
- [[18506]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18506) SSO - Shibboleth Only Mode
263
- [[18506]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18506) SSO - Shibboleth Only Mode
264
264
265
  >This enhancement adds a system preference to allow libraries to enable shibboleth to work as the only authentication method available for their library and as such practice fully devolved authentication.
265
  >This enhancement adds a system preference to allow libraries to enable shibboleth to work as the only authentication method available for their library and as such practice fully devolved authentication.
266
  >
266
  >
Lines 268-297 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
268
268
269
### Cataloging
269
### Cataloging
270
270
271
- [[23302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23302) Less clicks on Z3950 search results
271
- [[23302]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23302) Less clicks on Z3950 search results
272
272
273
  >On the three forms where we use Z3950 search results, in acquisitions and cataloguing for authorities as well as biblios, the form remembers your last choice for Card or MARC view.
273
  >On the three forms where we use Z3950 search results, in acquisitions and cataloguing for authorities as well as biblios, the form remembers your last choice for Card or MARC view.
274
  >
274
  >
275
  >Note that this adds a new key in localStorage of your browser: z3950search_last_action.
275
  >Note that this adds a new key in localStorage of your browser: z3950search_last_action.
276
- [[24108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108) Configure if biblionumber or control number is used for saved files from detail page or advanced cataloguing editor
276
- [[24108]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108) Configure if biblionumber or control number is used for saved files from detail page or advanced cataloguing editor
277
277
278
  >This enhancement lets you choose how a record is named when saving it as a MARC or MARCXML file using the advanced cataloguing editor or the download option from the staff interface detail page.
278
  >This enhancement lets you choose how a record is named when saving it as a MARC or MARCXML file using the advanced cataloguing editor or the download option from the staff interface detail page.
279
  >
279
  >
280
  >Using the new system system preference "DefaultSaveRecordFileID" choose:
280
  >Using the new system system preference "DefaultSaveRecordFileID" choose:
281
  >- the bibliographic record number (the default): the file is saved as bib-{biblionumber}.{format}, or
281
  >- the bibliographic record number (the default): the file is saved as bib-{biblionumber}.{format}, or
282
  >- the control number (001 field): the file is saved as as record-{controlnumber}.{format}.
282
  >- the control number (001 field): the file is saved as as record-{controlnumber}.{format}.
283
- [[26943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26943) Show not for loan descriptions in cataloging search (addbooks.pl)
283
- [[26943]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26943) Show not for loan descriptions in cataloging search (addbooks.pl)
284
284
285
  >Adds the ability to see not for loan descriptions in the cataloging search results.
285
  >Adds the ability to see not for loan descriptions in the cataloging search results.
286
- [[27422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27422) HTML5Media is http by default but Youtube is https only
286
- [[27422]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27422) HTML5Media is http by default but Youtube is https only
287
287
288
  **Sponsored by** *Banco Central de la República Argentina*
288
  **Sponsored by** *Banco Central de la República Argentina*
289
- [[27545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27545) NewItemsDefaultLocation is only used from additem.pl
289
- [[27545]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27545) NewItemsDefaultLocation is only used from additem.pl
290
290
291
  >The NewItemsDefaultLocation syste prefernce setting is now also used when adding items in the serials or acquisition module or when importing items through the staged MARC import tools.
291
  >The NewItemsDefaultLocation syste prefernce setting is now also used when adding items in the serials or acquisition module or when importing items through the staged MARC import tools.
292
- [[27980]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27980) Replace obsolete title-string sorting: Catalog templates
292
- [[27980]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27980) Replace obsolete title-string sorting: Catalog templates
293
- [[28035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28035) Improve breadcrumbs of cataloging search page
293
- [[28035]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28035) Improve breadcrumbs of cataloging search page
294
- [[28179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28179) Use a lightbox gallery to display the images - detail page, staff interface
294
- [[28179]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28179) Use a lightbox gallery to display the images - detail page, staff interface
295
295
296
  **Sponsored by** *Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)*
296
  **Sponsored by** *Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)*
297
297
Lines 299-336 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
299
299
300
### Circulation
300
### Circulation
301
301
302
- [[12224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12224) Allow easy printing of patron check-in slip
302
- [[12224]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12224) Allow easy printing of patron check-in slip
303
303
304
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
304
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
305
305
306
  >This allows to print a checkin slip with information about all of the items a patron has checked in that day from the checkin page in the staff client. It uses a new notice template with the letter code CHECKINSLIP.
306
  >This allows to print a checkin slip with information about all of the items a patron has checked in that day from the checkin page in the staff client. It uses a new notice template with the letter code CHECKINSLIP.
307
- [[18532]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18532) Messaging preferences for auto renewals
307
- [[18532]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18532) Messaging preferences for auto renewals
308
308
309
  >This patchset adds messaging preferences for controlling auto renewal notifications. This allows more fine-grained control on auto renewal notifications.
309
  >This patchset adds messaging preferences for controlling auto renewal notifications. This allows more fine-grained control on auto renewal notifications.
310
  >
310
  >
311
  >A new letter is added to the existing AUTO_RENEWALS one, for digest notifications  (AUTO_RENEWALS_DIGEST).
311
  >A new letter is added to the existing AUTO_RENEWALS one, for digest notifications  (AUTO_RENEWALS_DIGEST).
312
- [[18912]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18912) Show more item information when using itemBarcodeFallbackSearch
312
- [[18912]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18912) Show more item information when using itemBarcodeFallbackSearch
313
313
314
  >When using itemBarcodeFallbacksearch to checkout items with an unknown or non-existing barcode, the table with items matching the search criteria didn't contain a lot of information about the items. This patch adds several columns to make it easier to pick the correct item for checkout: callnumber, copy number, serial enumeration, inventory number, collection, and item type.
314
  >When using itemBarcodeFallbacksearch to checkout items with an unknown or non-existing barcode, the table with items matching the search criteria didn't contain a lot of information about the items. This patch adds several columns to make it easier to pick the correct item for checkout: callnumber, copy number, serial enumeration, inventory number, collection, and item type.
315
- [[21883]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21883) Show authorized value description for withdrawn in check-in
315
- [[21883]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21883) Show authorized value description for withdrawn in check-in
316
316
317
  >This adds the description of the withdrawn status to the message that is displayed when a withdrawn item is returned.
317
  >This adds the description of the withdrawn status to the message that is displayed when a withdrawn item is returned.
318
- [[23207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23207) Allow automatic checkin/return at end of circulation period
318
- [[23207]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23207) Allow automatic checkin/return at end of circulation period
319
319
320
  >This adds a new configuration option to the itemtype administration page: Automatic checkin. With automatic checkin enabled the item will be automatically checked in at its due date.
320
  >This adds a new configuration option to the itemtype administration page: Automatic checkin. With automatic checkin enabled the item will be automatically checked in at its due date.
321
  >In order for this feature to work correctly, the automatic_checkin.pl cronjob needs to be set up on your installation.
321
  >In order for this feature to work correctly, the automatic_checkin.pl cronjob needs to be set up on your installation.
322
- [[26937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26937) Add an optional delay to the CheckPrevCheckout system preference
322
- [[26937]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26937) Add an optional delay to the CheckPrevCheckout system preference
323
323
324
  >This adds a new system preference CheckPrevCheckoutDelay that allows to specify a number of days that is used with the CheckPrevCheckout feature to determine, if a warning should be shown or not. If the checkin date of the item that is about to be checked out is longer ago than CheckPrefCheckoutDelay days, no warning will be displayed.
324
  >This adds a new system preference CheckPrevCheckoutDelay that allows to specify a number of days that is used with the CheckPrevCheckout feature to determine, if a warning should be shown or not. If the checkin date of the item that is about to be checked out is longer ago than CheckPrefCheckoutDelay days, no warning will be displayed.
325
- [[27306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27306) Add subtitle to return claims table
325
- [[27306]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27306) Add subtitle to return claims table
326
- [[27924]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27924) Display number of holds awaiting pickup on check out screens
326
- [[27924]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27924) Display number of holds awaiting pickup on check out screens
327
327
328
  >This patch changes the way waiting holds are displayed on the checkout screen. Holds waiting at the current library will now be displayed separately from holds waiting at other libraries, with a count shown for each group.
328
  >This patch changes the way waiting holds are displayed on the checkout screen. Holds waiting at the current library will now be displayed separately from holds waiting at other libraries, with a count shown for each group.
329
- [[28034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28034) Add DataTables to lists of clubs in "Clubs" tabs on patron account
329
- [[28034]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28034) Add DataTables to lists of clubs in "Clubs" tabs on patron account
330
330
331
### Command-line Utilities
331
### Command-line Utilities
332
332
333
- [[15986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15986) Add a script for sending hold waiting reminder notices
333
- [[15986]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15986) Add a script for sending hold waiting reminder notices
334
334
335
  >This patch adds a new script (holds_reminder.pl) for sending holds reminder notices to patrons. The script is intended to be run as a cronjob and takes several parameters:
335
  >This patch adds a new script (holds_reminder.pl) for sending holds reminder notices to patrons. The script is intended to be run as a cronjob and takes several parameters:
336
  >days - after how many days waiting to send the notice
336
  >days - after how many days waiting to send the notice
Lines 340-485 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
340
  >mtt - (message transport type) to specify which notice format to use, i.e. print, email, etc.
340
  >mtt - (message transport type) to specify which notice format to use, i.e. print, email, etc.
341
  >date - to run the script as it would have been on a specific date
341
  >date - to run the script as it would have been on a specific date
342
  >n    - no emails - test mode, report only, do not send notices
342
  >n    - no emails - test mode, report only, do not send notices
343
- [[24272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24272) Add a command line script to compare the syspref cache to the database
343
- [[24272]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24272) Add a command line script to compare the syspref cache to the database
344
344
345
  >This script checks the value of the system preferences in the database against those in the cache. Generally differences will only exist if changes have been made directly to the DB or the cache has become corrupted.
345
  >This script checks the value of the system preferences in the database against those in the cache. Generally differences will only exist if changes have been made directly to the DB or the cache has become corrupted.
346
- [[24541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24541) Database clean-up: purge messages
346
- [[24541]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24541) Database clean-up: purge messages
347
347
348
  >Adds a new option to the cleanup_database.pl cron job to schedule deletion of messages added to patron accounts.
348
  >Adds a new option to the cleanup_database.pl cron job to schedule deletion of messages added to patron accounts.
349
- [[26459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26459) Allow sip_cli_emulator to handle cancelling holds
349
- [[26459]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26459) Allow sip_cli_emulator to handle cancelling holds
350
- [[27048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27048) Add timestamps to verbose output of rebuild_zebra.pl
350
- [[27048]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27048) Add timestamps to verbose output of rebuild_zebra.pl
351
- [[27049]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27049) Add a script to bulk writeoff debts
351
- [[27049]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27049) Add a script to bulk writeoff debts
352
352
353
  >This new script can be scheduled to writeoff user debts prior to the `delete_patrons.pl` script attempting to remove them.
353
  >This new script can be scheduled to writeoff user debts prior to the `delete_patrons.pl` script attempting to remove them.
354
  >
354
  >
355
  >Example: ./writeoff_debts.pl --added_before $(date -d '-18 month' --iso-8601) --confirm
355
  >Example: ./writeoff_debts.pl --added_before $(date -d '-18 month' --iso-8601) --confirm
356
- [[27050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27050) Allow multiple category_codes in delete_patrons.pl
356
- [[27050]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27050) Allow multiple category_codes in delete_patrons.pl
357
357
358
  **Sponsored by** *Lund University Library*
358
  **Sponsored by** *Lund University Library*
359
359
360
  >This enhancement allows the use of multiple patron category codes in the delete_patrons.pl script. For example, delete_patrons.pl --category_code PT --category_code ST
360
  >This enhancement allows the use of multiple patron category codes in the delete_patrons.pl script. For example, delete_patrons.pl --category_code PT --category_code ST
361
- [[27839]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27839) koha-worker missing tab-completion in bash
361
- [[27839]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27839) koha-worker missing tab-completion in bash
362
362
363
### Fines and fees
363
### Fines and fees
364
364
365
- [[16486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16486) Display the TIME a fine was collected/written off
365
- [[16486]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16486) Display the TIME a fine was collected/written off
366
366
367
  **Sponsored by** *Catalyst*
367
  **Sponsored by** *Catalyst*
368
368
369
  >This patch updates the information displayed in Koha for account lines. In accounts tables, the current 'Date' field is renamed 'Created', and a new column 'Updated' is added to display the last updated timestamp of the line.
369
  >This patch updates the information displayed in Koha for account lines. In accounts tables, the current 'Date' field is renamed 'Created', and a new column 'Updated' is added to display the last updated timestamp of the line.
370
  >
370
  >
371
  >For new installations, accounts notices are also updated to include this information by default.
371
  >For new installations, accounts notices are also updated to include this information by default.
372
- [[23215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215) Remove PayPal logic from Koha
372
- [[23215]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23215) Remove PayPal logic from Koha
373
373
374
  >A while ago, a new payment plugin for PayPal was introduced, with more features like per-branch configurations. [1]
374
  >A while ago, a new payment plugin for PayPal was introduced, with more features like per-branch configurations. [1]
375
  >
375
  >
376
  >This patch removes the PayPal payment feature from the codebase in favor of that plugin.
376
  >This patch removes the PayPal payment feature from the codebase in favor of that plugin.
377
  >
377
  >
378
  >[1] https://gitlab.com/thekesolutions/plugins/koha-plugin-pay-via-paypal
378
  >[1] https://gitlab.com/thekesolutions/plugins/koha-plugin-pay-via-paypal
379
- [[24300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24300) Add a 'payout amount' option to accounts
379
- [[24300]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24300) Add a 'payout amount' option to accounts
380
380
381
  >This enhancement adds a 'Payout amount' button to the borrowers account details page when there is outstanding credit.  This allows a library to payout multiple outstanding credits in one action.
381
  >This enhancement adds a 'Payout amount' button to the borrowers account details page when there is outstanding credit.  This allows a library to payout multiple outstanding credits in one action.
382
- [[26272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26272) Allow cashup summaries to be displayed from the library summary page
382
- [[26272]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26272) Allow cashup summaries to be displayed from the library summary page
383
383
384
  >This enhancement utilises the recently introduced API routes for cashup summaries to allow the display of the cashup summary for the most recent cashup performed on each cash register visible on the cash management library summary page.
384
  >This enhancement utilises the recently introduced API routes for cashup summaries to allow the display of the cashup summary for the most recent cashup performed on each cash register visible on the cash management library summary page.
385
- [[26273]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26273) Expose cashup summary history for a cash register
385
- [[26273]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26273) Expose cashup summary history for a cash register
386
386
387
  >This enhancement adds a cashup history table at the bottom of the register details page. You can then use this table to display the full summary for any cashup that has taken place at this cash register.
387
  >This enhancement adds a cashup history table at the bottom of the register details page. You can then use this table to display the full summary for any cashup that has taken place at this cash register.
388
- [[27967]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27967) Modals on the borrower account page don't validate minimum values
388
- [[27967]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27967) Modals on the borrower account page don't validate minimum values
389
- [[27971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27971) The VOID method should be updated to respect double-entry accounting
389
- [[27971]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27971) The VOID method should be updated to respect double-entry accounting
390
390
391
  >Prior to this patch, the VOID action would reverse payments and set the original credit to '0'.
391
  >Prior to this patch, the VOID action would reverse payments and set the original credit to '0'.
392
  >
392
  >
393
  >With this patch, we bring the void action in line with other actions that can take place on the accounts system. The original credit amount is kept for audit purposes, we add a VOID line to the accountlines and offset it against the original credit (so that the amount outstanding is zero) and we reverse all the original offsets the credit may have been made against and record these reversals.
393
  >With this patch, we bring the void action in line with other actions that can take place on the accounts system. The original credit amount is kept for audit purposes, we add a VOID line to the accountlines and offset it against the original credit (so that the amount outstanding is zero) and we reverse all the original offsets the credit may have been made against and record these reversals.
394
  >
394
  >
395
  >This all helps in future audits and gives additional detail for Koha's other internal processes (Like automated refunds having to discount void payments - See bug 28421)
395
  >This all helps in future audits and gives additional detail for Koha's other internal processes (Like automated refunds having to discount void payments - See bug 28421)
396
- [[28127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28127) POS register details tables should have a transaction date
396
- [[28127]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28127) POS register details tables should have a transaction date
397
397
398
  >This patch adds the accountline timestamp to transactions on the register detail page.
398
  >This patch adds the accountline timestamp to transactions on the register detail page.
399
399
400
### Hold requests
400
### Hold requests
401
401
402
- [[24359]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24359) Remove items from Holds Queue when checked in
402
- [[24359]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24359) Remove items from Holds Queue when checked in
403
403
404
  >This development makes Koha trigger an update on the holds queue when items are checked in. This way, the holds queue will be updated faster than the default 1 hour frequency (cronjob).
404
  >This development makes Koha trigger an update on the holds queue when items are checked in. This way, the holds queue will be updated faster than the default 1 hour frequency (cronjob).
405
  >
405
  >
406
  >Note: this doesn't trigger the more expensive task of recalculating the whole queue, which remains a cronjob-based task.
406
  >Note: this doesn't trigger the more expensive task of recalculating the whole queue, which remains a cronjob-based task.
407
- [[26498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26498) Add option to set a default expire date for holds at reservation time
407
- [[26498]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26498) Add option to set a default expire date for holds at reservation time
408
408
409
  **Sponsored by** *Koha-Suomi Oy*
409
  **Sponsored by** *Koha-Suomi Oy*
410
410
411
  >This enhancement adds the option to set a default elapsed expiry date for holds at placement and when reservedate is updated.
411
  >This enhancement adds the option to set a default elapsed expiry date for holds at placement and when reservedate is updated.
412
- [[27016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27016) Make the pickup locations dropdowns use Select2
412
- [[27016]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27016) Make the pickup locations dropdowns use Select2
413
413
414
  >This enhancement improves the display of the pickup library dropdown list in the holds section for a record, particularly for long lists. Enhancements include being able to start typing the name of the library and search for the library.
414
  >This enhancement improves the display of the pickup library dropdown list in the holds section for a record, particularly for long lists. Enhancements include being able to start typing the name of the library and search for the library.
415
- [[27790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27790) Possibility to filter Holds to pull list using pickup place
415
- [[27790]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27790) Possibility to filter Holds to pull list using pickup place
416
416
417
  >Add option to filter by pickup location in Holds to pull report.
417
  >Add option to filter by pickup location in Holds to pull report.
418
- [[27864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27864) Visual feedback on overridden pickup locations when placing biblio-level hold
418
- [[27864]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27864) Visual feedback on overridden pickup locations when placing biblio-level hold
419
419
420
  >This patch changes the pickup location dropdown, when placing biblio-level holds, so it renders a sign, alerting that circulation rules would be overridden if the pickup location is chosen.
420
  >This patch changes the pickup location dropdown, when placing biblio-level holds, so it renders a sign, alerting that circulation rules would be overridden if the pickup location is chosen.
421
  >
421
  >
422
  >It relies on new API routes.
422
  >It relies on new API routes.
423
- [[27894]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27894) Add visual feedback on overridden pickup locations
423
- [[27894]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27894) Add visual feedback on overridden pickup locations
424
- [[28092]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28092) Holds to pull needs to include reserve notes
424
- [[28092]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28092) Holds to pull needs to include reserve notes
425
425
426
  >Adds reserve notes column to Holds to pull report.
426
  >Adds reserve notes column to Holds to pull report.
427
427
428
### Installation and upgrade (command-line installer)
428
### Installation and upgrade (command-line installer)
429
429
430
- [[25674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25674) Add RabbitMQ options to koha-create
430
- [[25674]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25674) Add RabbitMQ options to koha-create
431
431
432
### Label/patron card printing
432
### Label/patron card printing
433
433
434
- [[15563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15563) Add option to regularly delete patroncard and label batches to cleanup_database.pl cronjob
434
- [[15563]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15563) Add option to regularly delete patroncard and label batches to cleanup_database.pl cronjob
435
435
436
  >This enhancement adds new options to the cleanup_database cronjob to delete label and card creator batches that haven't been updated for a given number of days. Previously, all batches were kept indefinitely.
436
  >This enhancement adds new options to the cleanup_database cronjob to delete label and card creator batches that haven't been updated for a given number of days. Previously, all batches were kept indefinitely.
437
- [[26875]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26875) Allow printing of just one barcode
437
- [[26875]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26875) Allow printing of just one barcode
438
438
439
  >This patch allows one to use the barcode range feature in the label creator tool to print a single barcode at a time.
439
  >This patch allows one to use the barcode range feature in the label creator tool to print a single barcode at a time.
440
- [[26962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26962) Koha notice/slips/receipts should print in true black (#000000)
440
- [[26962]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26962) Koha notice/slips/receipts should print in true black (#000000)
441
441
442
  >Almost black color in CSS rules (like #000066) are now replaced by true black color #000000
442
  >Almost black color in CSS rules (like #000066) are now replaced by true black color #000000
443
- [[28041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28041) Improve breadcrumbs and headings on label creator pages
443
- [[28041]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28041) Improve breadcrumbs and headings on label creator pages
444
- [[28119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28119) Use full description in layout type selection
444
- [[28119]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28119) Use full description in layout type selection
445
445
446
  >This enhancement changes the display of the drop down list when adding and editing label layouts (Tools > Label creator > Layouts) so that a full description of label types is shown instead of brief names. For example: "Only the barcode is printed" instead of "BAR".
446
  >This enhancement changes the display of the drop down list when adding and editing label layouts (Tools > Label creator > Layouts) so that a full description of label types is shown instead of brief names. For example: "Only the barcode is printed" instead of "BAR".
447
447
448
### MARC Bibliographic data support
448
### MARC Bibliographic data support
449
449
450
- [[12966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12966) Edition statement missing from card view in Z39.50 result list (acq+cataloguing)
450
- [[12966]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12966) Edition statement missing from card view in Z39.50 result list (acq+cataloguing)
451
451
452
  >This adds the edition statement (MARC21 250) to the card/ISBD views in the Z39.50 search results in the acquisition and cataloging modules.
452
  >This adds the edition statement (MARC21 250) to the card/ISBD views in the Z39.50 search results in the acquisition and cataloging modules.
453
- [[27022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27022) Add publisher number (MARC21 028) to OPAC and staff detail pages
453
- [[27022]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27022) Add publisher number (MARC21 028) to OPAC and staff detail pages
454
- [[27852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27852) Link YES_NO authorized value category to 942$n in Default framework
454
- [[27852]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27852) Link YES_NO authorized value category to 942$n in Default framework
455
455
456
  >This patch adds a Yes/No drop-down menu in the default bibliographic framework for field 942$n (MARC21). This field controls whether or not the record is hidden in the OPAC.
456
  >This patch adds a Yes/No drop-down menu in the default bibliographic framework for field 942$n (MARC21). This field controls whether or not the record is hidden in the OPAC.
457
457
458
### MARC Bibliographic record staging/import
458
### MARC Bibliographic record staging/import
459
459
460
- [[26199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26199) Record matching rule match check should include Leader/LDR
460
- [[26199]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26199) Record matching rule match check should include Leader/LDR
461
461
462
  >This patch extends the functionality of the existing record matching rules by allowing comparisons based on the fixed-length MARC leader. To reference the leader in a matching rule, enter "LDR" for the MARC tag in your matching rule setup. The offset and length values can be used to further refine your match.
462
  >This patch extends the functionality of the existing record matching rules by allowing comparisons based on the fixed-length MARC leader. To reference the leader in a matching rule, enter "LDR" for the MARC tag in your matching rule setup. The offset and length values can be used to further refine your match.
463
463
464
### Notices
464
### Notices
465
465
466
- [[11257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11257) Document "items.content" for DUEDGST and PREDUEDGST and update sample notices
466
- [[11257]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11257) Document "items.content" for DUEDGST and PREDUEDGST and update sample notices
467
- [[14233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14233) Add logging support to notices and slips management
467
- [[14233]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14233) Add logging support to notices and slips management
468
468
469
  >This enhancement adds support for logging changes to notices and slips. Features include:
469
  >This enhancement adds support for logging changes to notices and slips. Features include:
470
  >- a system preference (NoticesLog) which allows you to enable logging changes for notices and slips
470
  >- a system preference (NoticesLog) which allows you to enable logging changes for notices and slips
471
  >- logging new notices, changes to notices, and deletion of notices
471
  >- logging new notices, changes to notices, and deletion of notices
472
  >- filtering in the log viewer so you can show all changes for a specific notice
472
  >- filtering in the log viewer so you can show all changes for a specific notice
473
  >- a comparison feature, so you can see what changes were made to a notice.
473
  >- a comparison feature, so you can see what changes were made to a notice.
474
- [[14723]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14723) Additional delivery notes to messages
474
- [[14723]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14723) Additional delivery notes to messages
475
475
476
  **Sponsored by** *Hypernova Oy* and *Koha-Suomi Oy*
476
  **Sponsored by** *Hypernova Oy* and *Koha-Suomi Oy*
477
- [[21886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21886) Add option to send notices from owning library instead of issuing library
477
- [[21886]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21886) Add option to send notices from owning library instead of issuing library
478
478
479
  **Sponsored by** *Gothenburg University Library*
479
  **Sponsored by** *Gothenburg University Library*
480
480
481
  >Option added to advance_notice.pl and overdue_notice.pl for sending notices from owning or issuing library.
481
  >Option added to advance_notice.pl and overdue_notice.pl for sending notices from owning or issuing library.
482
- [[26734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26734) Convert accounts (monetary) notices to use GetPreparedLetter
482
- [[26734]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26734) Convert accounts (monetary) notices to use GetPreparedLetter
483
483
484
  >This enhancement updates the existing slip printing code to utilise the internal GetPreparedLetter function as our other notices do.
484
  >This enhancement updates the existing slip printing code to utilise the internal GetPreparedLetter function as our other notices do.
485
  >
485
  >
Lines 489-563 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
489
489
490
### OPAC
490
### OPAC
491
491
492
- [[12260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12260) Printing a page from bootstrap shows unnecessary links
492
- [[12260]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12260) Printing a page from bootstrap shows unnecessary links
493
- [[18989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18989) Allow displaying biblios with all items hidden by OpacHiddenItems
493
- [[18989]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18989) Allow displaying biblios with all items hidden by OpacHiddenItems
494
494
495
  >Currently the bibliographic record will be hidden in the OPAC, if all linked items are hidden by criteria defined in OpacHiddenItems. This patch adds a new system preference OpacHiddenItemsHidesRecord that allows to control this behavior making it possible to show the record, even if all items are hidden.
495
  >Currently the bibliographic record will be hidden in the OPAC, if all linked items are hidden by criteria defined in OpacHiddenItems. This patch adds a new system preference OpacHiddenItemsHidesRecord that allows to control this behavior making it possible to show the record, even if all items are hidden.
496
- [[20410]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20410) Remove OpacGroupResults system preference and feature
496
- [[20410]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20410) Remove OpacGroupResults system preference and feature
497
497
498
  >Remove the OpacGroupResults system preference and PazPar2 that have been deprecated in the previous major version.
498
  >Remove the OpacGroupResults system preference and PazPar2 that have been deprecated in the previous major version.
499
- [[22752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22752) Show item-level hold details for patrons when logged into their account
499
- [[22752]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22752) Show item-level hold details for patrons when logged into their account
500
500
501
  >This enhancement to the OPAC shows a logged in patron what item a hold was placed on, for item-level holds ("Item on hold: <barcode>" is added after the title).
501
  >This enhancement to the OPAC shows a logged in patron what item a hold was placed on, for item-level holds ("Item on hold: <barcode>" is added after the title).
502
- [[25775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25775) Add DataTables controls to user's checkouts table in OPAC
502
- [[25775]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25775) Add DataTables controls to user's checkouts table in OPAC
503
503
504
  >This patch adds some tools to the display of checkouts, overdues, holds, etc. in the logged-in user's view of their account in the OPAC. Users logged in using a JavaScript-capable browser will now see a filter form for instantly searching the contents of these tables. Controls will be shown to copy the data in the table, export the contents as a CSV file, or print a print-friendly version of the data in the table.
504
  >This patch adds some tools to the display of checkouts, overdues, holds, etc. in the logged-in user's view of their account in the OPAC. Users logged in using a JavaScript-capable browser will now see a filter form for instantly searching the contents of these tables. Controls will be shown to copy the data in the table, export the contents as a CSV file, or print a print-friendly version of the data in the table.
505
- [[26123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26123) Show info about existing OPAC note/Patron message on patron's dashboard
505
- [[26123]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26123) Show info about existing OPAC note/Patron message on patron's dashboard
506
506
507
  >Shows the number of messages and OPAC note from a patron record on the dashboard on the OPAC start page.
507
  >Shows the number of messages and OPAC note from a patron record on the dashboard on the OPAC start page.
508
- [[26847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26847) Make borrower category code accessible in all pages of the OPAC
508
- [[26847]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26847) Make borrower category code accessible in all pages of the OPAC
509
- [[27005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27005) Adding a filter in the datatable of opac-readingrecord page
509
- [[27005]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27005) Adding a filter in the datatable of opac-readingrecord page
510
510
511
  >This patch adds a search field and export options to the OPAC for a patron's checkout history table.
511
  >This patch adds a search field and export options to the OPAC for a patron's checkout history table.
512
- [[27029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27029) Detail page missing Javascript accessible biblionumber value
512
- [[27029]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27029) Detail page missing Javascript accessible biblionumber value
513
- [[27098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27098) Rename 'Relatives fines' to 'Relatives charges' in OPAC
513
- [[27098]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27098) Rename 'Relatives fines' to 'Relatives charges' in OPAC
514
- [[27440]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27440) Improve structure and style of result toolbars in the OPAC
514
- [[27440]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27440) Improve structure and style of result toolbars in the OPAC
515
- [[27493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27493) Improve structure and style of checkbox columns in tables
515
- [[27493]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27493) Improve structure and style of checkbox columns in tables
516
- [[27610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27610) Accessibility: OPAC - h1 on each page is Logo but should be page description/title
516
- [[27610]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27610) Accessibility: OPAC - h1 on each page is Logo but should be page description/title
517
517
518
  **Sponsored by** *Catalyst*
518
  **Sponsored by** *Catalyst*
519
- [[27618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27618) Don't show dropdown if PatronSelfRegistrationLibraryList only has one library
519
- [[27618]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27618) Don't show dropdown if PatronSelfRegistrationLibraryList only has one library
520
520
521
  >This patch modifies the patron self-registration screen to improve usability when there is only one library defined in the PatronSelfRegistrationLibraryList system preference. In this situation the library will now display as text instead of a dropdown with only one option.
521
  >This patch modifies the patron self-registration screen to improve usability when there is only one library defined in the PatronSelfRegistrationLibraryList system preference. In this situation the library will now display as text instead of a dropdown with only one option.
522
- [[27681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27681) Style OPAC self-registration CAPTCHA as uppercase
522
- [[27681]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27681) Style OPAC self-registration CAPTCHA as uppercase
523
523
524
  >This changes the CAPTCHA field in the OPAC self-registration form to automatically change any character entered to be upper case.
524
  >This changes the CAPTCHA field in the OPAC self-registration form to automatically change any character entered to be upper case.
525
- [[27728]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27728) Add a search box on OPAC search history
525
- [[27728]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27728) Add a search box on OPAC search history
526
526
527
  >This new enhancement adds a search box to the OPAC search history. It also adds options to copy, export as CSV, and print search history data.
527
  >This new enhancement adds a search box to the OPAC search history. It also adds options to copy, export as CSV, and print search history data.
528
- [[27740]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27740) Accessibility: OPAC - Headings should have correct tags and hierarchy
528
- [[27740]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27740) Accessibility: OPAC - Headings should have correct tags and hierarchy
529
529
530
  **Sponsored by** *Catalyst*
530
  **Sponsored by** *Catalyst*
531
- [[27742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27742) Accessibility: OPAC - Page titles should have unique information first
531
- [[27742]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27742) Accessibility: OPAC - Page titles should have unique information first
532
- [[27814]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27814) Improve responsive behavior of the user page in the OPAC
532
- [[27814]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27814) Improve responsive behavior of the user page in the OPAC
533
- [[27876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27876) Accessibility: OPAC - Reduce heading redundancy
533
- [[27876]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27876) Accessibility: OPAC - Reduce heading redundancy
534
534
535
  **Sponsored by** *Catalyst*
535
  **Sponsored by** *Catalyst*
536
- [[27991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27991) Message field for checkout notes should have a maxlength set
536
- [[27991]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27991) Message field for checkout notes should have a maxlength set
537
- [[28018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28018) Replace obsolete title-string sorting: OPAC templates
537
- [[28018]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28018) Replace obsolete title-string sorting: OPAC templates
538
538
539
### Patrons
539
### Patrons
540
540
541
- [[8326]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8326) Allow patron attributes to be made repeatable after initial creation
541
- [[8326]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8326) Allow patron attributes to be made repeatable after initial creation
542
542
543
  >This enhancement lets you modify the attributes "repeatable" and "unique identifier" for patron attribute types. Before this change it was not possible to modify these after they were initially set.
543
  >This enhancement lets you modify the attributes "repeatable" and "unique identifier" for patron attribute types. Before this change it was not possible to modify these after they were initially set.
544
  >
544
  >
545
  >Now you can modify patron attribute types, depending on the existing values recorded:
545
  >Now you can modify patron attribute types, depending on the existing values recorded:
546
  >- repeatable: can make repeatable if it wasn't before; can make not repeatable once any repeatable values are removed
546
  >- repeatable: can make repeatable if it wasn't before; can make not repeatable once any repeatable values are removed
547
  >- unique identifier: if unique is set you can't add the same value to other patrons; you can't make an existing attribute unique until you edit all the existing values recorded for patrons and make them unique
547
  >- unique identifier: if unique is set you can't add the same value to other patrons; you can't make an existing attribute unique until you edit all the existing values recorded for patrons and make them unique
548
- [[21549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21549) Lock expired patron accounts after x days
548
- [[21549]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21549) Lock expired patron accounts after x days
549
549
550
  >This report adds pref LockExpiredDelay. When you enter a value there, the cleanup_database.pl cron job will lock the accounts of patrons that expired at least the specified number of days.
550
  >This report adds pref LockExpiredDelay. When you enter a value there, the cleanup_database.pl cron job will lock the accounts of patrons that expired at least the specified number of days.
551
  >This follows the same pattern as existing code that already allows you to anonymize or delete locked patrons.
551
  >This follows the same pattern as existing code that already allows you to anonymize or delete locked patrons.
552
- [[22150]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22150) Make it easier to unselect one member permission after selecting all
552
- [[22150]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22150) Make it easier to unselect one member permission after selecting all
553
- [[27607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27607) Add the ability to compare patron records during merge process
553
- [[27607]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27607) Add the ability to compare patron records during merge process
554
554
555
  >When merging two patron records, the user now has the option to compare the two records to see the differences between them.
555
  >When merging two patron records, the user now has the option to compare the two records to see the differences between them.
556
- [[27990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27990) Replace obsolete title-string sorting: Patrons
556
- [[27990]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27990) Replace obsolete title-string sorting: Patrons
557
557
558
### Plugin architecture
558
### Plugin architecture
559
559
560
- [[25245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245) Add a plugin hook to allow running code on a nightly basis
560
- [[25245]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245) Add a plugin hook to allow running code on a nightly basis
561
561
562
  >This patchset adds a new cronjob script to Koha, plugins_nightly.pl
562
  >This patchset adds a new cronjob script to Koha, plugins_nightly.pl
563
  >
563
  >
Lines 567-573 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
567
567
568
### REST API
568
### REST API
569
569
570
- [[23666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23666) Add routes for extended patron attributes
570
- [[23666]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23666) Add routes for extended patron attributes
571
571
572
  >This development adds routes for managing a patron's extended attributes.
572
  >This development adds routes for managing a patron's extended attributes.
573
  >
573
  >
Lines 577-629 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
577
  >PUT    /patrons/:patron_id/extended_attributes
577
  >PUT    /patrons/:patron_id/extended_attributes
578
  >DELETE /patrons/:patron_id/extended_attributes/:extended_attribute_id
578
  >DELETE /patrons/:patron_id/extended_attributes/:extended_attribute_id
579
  >PATCH  /patrons/:patron_id/extended_attributes/:extended_attribute_id
579
  >PATCH  /patrons/:patron_id/extended_attributes/:extended_attribute_id
580
- [[26274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26274) Expose cash register cashup summaries via an API route.
580
- [[26274]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26274) Expose cash register cashup summaries via an API route.
581
581
582
  >This enhancement adds the `/cash_registers/{cash_register_id}/cashups` and `/cashups/{cashup_id}` API endpoints. This opens up the possibility to display the cashup summaries more easily on a wider range of Koha pages.
582
  >This enhancement adds the `/cash_registers/{cash_register_id}/cashups` and `/cashups/{cashup_id}` API endpoints. This opens up the possibility to display the cashup summaries more easily on a wider range of Koha pages.
583
- [[26636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26636) Add objects.find Mojolicious helper
583
- [[26636]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26636) Add objects.find Mojolicious helper
584
584
585
  **Sponsored by** *Virginia Polytechnic Institute and State University*
585
  **Sponsored by** *Virginia Polytechnic Institute and State University*
586
- [[27015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27015) Add filtering options to the pickup_locations routes
586
- [[27015]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27015) Add filtering options to the pickup_locations routes
587
- [[27352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352) Add GET /biblios/:biblio_id/items
587
- [[27352]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352) Add GET /biblios/:biblio_id/items
588
- [[27353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27353) Return the number of total records
588
- [[27353]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27353) Return the number of total records
589
- [[27366]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27366) Add GET /patrons/:patron_id/holds
589
- [[27366]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27366) Add GET /patrons/:patron_id/holds
590
590
591
  >This enhancements adds the `GET /patrons/{patron_id}/holds` endpoint to the REST API.
591
  >This enhancements adds the `GET /patrons/{patron_id}/holds` endpoint to the REST API.
592
- [[27544]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27544) Simplify /checkouts implementation
592
- [[27544]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27544) Simplify /checkouts implementation
593
- [[27587]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27587) Use Basic auth on API tests
593
- [[27587]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27587) Use Basic auth on API tests
594
- [[27760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27760) Add handling for x-koha-override
594
- [[27760]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27760) Add handling for x-koha-override
595
595
596
  >This patches add a new Mojolicious helper method that takes care of reading 'x-koha-override' headers that contain comma-separated overrides (e.g. 'pickup_location,too_many_holds') and stashes them for later use in controller methods.
596
  >This patches add a new Mojolicious helper method that takes care of reading 'x-koha-override' headers that contain comma-separated overrides (e.g. 'pickup_location,too_many_holds') and stashes them for later use in controller methods.
597
- [[27797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27797) Make POST /holds use the stashed koha.overrides
597
- [[27797]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27797) Make POST /holds use the stashed koha.overrides
598
- [[27854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27854) Clean GET /patrons controller
598
- [[27854]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27854) Clean GET /patrons controller
599
- [[27855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27855) Allow embedding extended_attributes on /patrons routes
599
- [[27855]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27855) Allow embedding extended_attributes on /patrons routes
600
600
601
  >This enhancement allows patron extended attributes to be embedded into the patron object responses on the restful api.
601
  >This enhancement allows patron extended attributes to be embedded into the patron object responses on the restful api.
602
- [[27898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27898) Make PUT /holds/:hold_id handle x-koha-override for pickup locations
602
- [[27898]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27898) Make PUT /holds/:hold_id handle x-koha-override for pickup locations
603
- [[27932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27932) Add GET /biblios/:biblio_id/pickup_locations
603
- [[27932]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27932) Add GET /biblios/:biblio_id/pickup_locations
604
604
605
  >See the related wiki page https://wiki.koha-community.org/wiki/Biblios_pickup_locations_endpoint_RFC
605
  >See the related wiki page https://wiki.koha-community.org/wiki/Biblios_pickup_locations_endpoint_RFC
606
- [[28002]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28002) Add optional extended_attributes param to POST /patrons
606
- [[28002]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28002) Add optional extended_attributes param to POST /patrons
607
607
608
  >This development adds an optional parameter to the POST /patrons route, so extended attributes can be passed for patron creation.
608
  >This development adds an optional parameter to the POST /patrons route, so extended attributes can be passed for patron creation.
609
  >It relies on the underlying code to handle extended attributes constraints/requirements (repeatable, mandatory, unique, etc).
609
  >It relies on the underlying code to handle extended attributes constraints/requirements (repeatable, mandatory, unique, etc).
610
  >
610
  >
611
  >The added attribute (to be passed in the body of the POST request) is 'extended_attributes' and consists of an array of extended attribute objects (properly described on the spec).
611
  >The added attribute (to be passed in the body of the POST request) is 'extended_attributes' and consists of an array of extended attribute objects (properly described on the spec).
612
- [[28157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28157) Add the ability to set a library from which an API request pretends to come from
612
- [[28157]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28157) Add the ability to set a library from which an API request pretends to come from
613
- [[28189]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28189) Move the base swagger file to YAML
613
- [[28189]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28189) Move the base swagger file to YAML
614
- [[28463]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28463) Change spec for better looking in the docs
614
- [[28463]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28463) Change spec for better looking in the docs
615
615
616
### Reports
616
### Reports
617
617
618
- [[22152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22152) Hide printing the tools navigation when printing reports
618
- [[22152]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22152) Hide printing the tools navigation when printing reports
619
- [[24695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24695) Improve SQL report validation
619
- [[24695]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24695) Improve SQL report validation
620
- [[26708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26708) Add option to preview SQL from list of saved reports
620
- [[26708]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26708) Add option to preview SQL from list of saved reports
621
621
622
  >This patch adds the option to preview a saved report's SQL directly from the list of saved reports. From this preview the user can edit the report, duplicate it, schedule it, run it, or delete it.
622
  >This patch adds the option to preview a saved report's SQL directly from the list of saved reports. From this preview the user can edit the report, duplicate it, schedule it, run it, or delete it.
623
- [[26713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26713) Add pagination to bottom of saved SQL reports table
623
- [[26713]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26713) Add pagination to bottom of saved SQL reports table
624
624
625
  >This enhancement adds a second pagination menu to the bottom of saved SQL reports tables.
625
  >This enhancement adds a second pagination menu to the bottom of saved SQL reports tables.
626
- [[27380]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27380) Add option for taking a list parameter in reports
626
- [[27380]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27380) Add option for taking a list parameter in reports
627
627
628
  >This enhancement adds a new option for taking input in reports.
628
  >This enhancement adds a new option for taking input in reports.
629
  >
629
  >
Lines 632-651 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
632
  >When requesting in put in the report you can use 'list' after the pipe symbol, similar to the way you can specify a 'date' input
632
  >When requesting in put in the report you can use 'list' after the pipe symbol, similar to the way you can specify a 'date' input
633
  >
633
  >
634
  >"Data to enter|list"
634
  >"Data to enter|list"
635
- [[27643]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27643) Add CodeMirror custom syntax highlighting for SQL runtime parameters
635
- [[27643]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27643) Add CodeMirror custom syntax highlighting for SQL runtime parameters
636
636
637
  >This patch modifies the configuration of the reports module's SQL editor so that runtime parameters have their own syntax highlighting, setting them apart by color from other parts of the SQL code.
637
  >This patch modifies the configuration of the reports module's SQL editor so that runtime parameters have their own syntax highlighting, setting them apart by color from other parts of the SQL code.
638
- [[27644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27644) Add button to SQL report editor for inserting runtime parameters
638
- [[27644]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27644) Add button to SQL report editor for inserting runtime parameters
639
639
640
  >This patch adds a button menu to the SQL report CodeMirror editor for inserting runtime parameters. Each menu item triggers a modal dialog where the user can specify a parameter label and any other relevant option.
640
  >This patch adds a button menu to the SQL report CodeMirror editor for inserting runtime parameters. Each menu item triggers a modal dialog where the user can specify a parameter label and any other relevant option.
641
- [[27994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27994) Replace obsolete title-string sorting: Reports templates
641
- [[27994]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27994) Replace obsolete title-string sorting: Reports templates
642
642
643
### SIP2
643
### SIP2
644
644
645
- [[14300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14300) siplogs do not record process IDs
645
- [[14300]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14300) siplogs do not record process IDs
646
646
647
  >This addition to the default configuration for the SIP section of the Log4Perl configuration will add the process ID to the log lines for SIP logs.  This allows for tracing a transaction from start to finish when using forked SIP services.
647
  >This addition to the default configuration for the SIP section of the Log4Perl configuration will add the process ID to the log lines for SIP logs.  This allows for tracing a transaction from start to finish when using forked SIP services.
648
- [[26591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26591) Add a choice to prevent the checkout or warn the user if CheckPrevCheckout is used via SIP2
648
- [[26591]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26591) Add a choice to prevent the checkout or warn the user if CheckPrevCheckout is used via SIP2
649
649
650
  >Some libraries would like patrons to be able to check out items with prior checkouts via SIP even if the CheckPrevIssue preference is enabled.
650
  >Some libraries would like patrons to be able to check out items with prior checkouts via SIP even if the CheckPrevIssue preference is enabled.
651
  >
651
  >
Lines 653-677 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
653
653
654
### Searching
654
### Searching
655
655
656
- [[21249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21249) Syspref to choose whether to search homebranch, holding branch or both for library groups in advanced search
656
- [[21249]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21249) Syspref to choose whether to search homebranch, holding branch or both for library groups in advanced search
657
657
658
  **Sponsored by** *Catalyst*
658
  **Sponsored by** *Catalyst*
659
659
660
  >This patch adds a system preference, SearchLimitLibrary, to be used in the advanced search on the staff client and OPAC, and the OPAC masthead search. When limiting search results with a library or library group, the SearchLimitLibrary system preference can be set to limit using the item's holding branch, home branch, or both.
660
  >This patch adds a system preference, SearchLimitLibrary, to be used in the advanced search on the staff client and OPAC, and the OPAC masthead search. When limiting search results with a library or library group, the SearchLimitLibrary system preference can be set to limit using the item's holding branch, home branch, or both.
661
- [[23763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23763) Move pagination calculations to a subroutine
661
- [[23763]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23763) Move pagination calculations to a subroutine
662
662
663
  >This enhancement moves duplicated code for the pagination of search results in the OPAC and staff interface into its own routine.
663
  >This enhancement moves duplicated code for the pagination of search results in the OPAC and staff interface into its own routine.
664
664
665
### Searching - Elasticsearch
665
### Searching - Elasticsearch
666
666
667
- [[24863]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24863) QueryFuzzy syspref says it requires Zebra but Elasticsearch has some support
667
- [[24863]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24863) QueryFuzzy syspref says it requires Zebra but Elasticsearch has some support
668
- [[25054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25054) Display search field aliases in search engine configuration
668
- [[25054]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25054) Display search field aliases in search engine configuration
669
669
670
  >This adds a new column aliases to the search fields tabs of the search engine configuration table. The aliases table shows the abbreviated and alternative index names available for each defined index.
670
  >This adds a new column aliases to the search fields tabs of the search engine configuration table. The aliases table shows the abbreviated and alternative index names available for each defined index.
671
- [[26991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26991) Add action logs to search engine administration
671
- [[26991]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26991) Add action logs to search engine administration
672
672
673
  >This enhancement adds logging of changes made to Elasticsearch. These can be viewed in the log viewer tool, where you can view all search engine changes, or limit to edit mapping and reset mapping actions.
673
  >This enhancement adds logging of changes made to Elasticsearch. These can be viewed in the log viewer tool, where you can view all search engine changes, or limit to edit mapping and reset mapping actions.
674
- [[27682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27682) Add a floating table header for Search engine configuration
674
- [[27682]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27682) Add a floating table header for Search engine configuration
675
675
676
  >This enhancement adds a search filter and a floating table header (that "sticks" to the top of the browser window as you scroll down) to the search engine configuration pages (Administration > Catalog > Search engine configuration (Elasticsearch)). 
676
  >This enhancement adds a search filter and a floating table header (that "sticks" to the top of the browser window as you scroll down) to the search engine configuration pages (Administration > Catalog > Search engine configuration (Elasticsearch)). 
677
  >
677
  >
Lines 679-697 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
679
679
680
### Serials
680
### Serials
681
681
682
- [[23243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23243) Allow filtering out of historic subscription expirations in the check expiration of serials page
682
- [[23243]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23243) Allow filtering out of historic subscription expirations in the check expiration of serials page
683
683
684
  **Sponsored by** *Centre collégial des services regroupés*
684
  **Sponsored by** *Centre collégial des services regroupés*
685
685
686
  >Bug 15171 reversed the behaviour of the serials page to always display expired serial subscriptions.
686
  >Bug 15171 reversed the behaviour of the serials page to always display expired serial subscriptions.
687
  >
687
  >
688
  >This bug makes that filtering optional using a new checkbox.
688
  >This bug makes that filtering optional using a new checkbox.
689
- [[27998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27998) Replace obsolete title-string sorting: Serials templates
689
- [[27998]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27998) Replace obsolete title-string sorting: Serials templates
690
- [[28036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28036) Improve breadcrumbs of serial claims page
690
- [[28036]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28036) Improve breadcrumbs of serial claims page
691
691
692
### Staff Client
692
### Staff Client
693
693
694
- [[14004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14004) Add ability to temporarily disable added CSS and Javascript in OPAC and interface
694
- [[14004]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14004) Add ability to temporarily disable added CSS and Javascript in OPAC and interface
695
695
696
  >This allows to temporarily disable any of OPACUserCSS, OPACUserJS, OpacAdditionalStylesheet, opaclayoutstylesheet, IntranetUserCSS, IntranetUserJS, intranetcolorstylesheet, and intranetstylesheet system preference via an URL parameter.
696
  >This allows to temporarily disable any of OPACUserCSS, OPACUserJS, OpacAdditionalStylesheet, opaclayoutstylesheet, IntranetUserCSS, IntranetUserJS, intranetcolorstylesheet, and intranetstylesheet system preference via an URL parameter.
697
  >
697
  >
Lines 699-741 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
699
  >
699
  >
700
  >Example:
700
  >Example:
701
  >/cgi-bin/koha/mainpage.pl?DISABLE_SYSPREF_IntranetUserCSS=1
701
  >/cgi-bin/koha/mainpage.pl?DISABLE_SYSPREF_IntranetUserCSS=1
702
- [[25462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25462) Shelving location should be on a new line in holdings table
702
- [[25462]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25462) Shelving location should be on a new line in holdings table
703
703
704
  >In the holdings table, the shelving location is now displayed on a new line after the 'Home library'.
704
  >In the holdings table, the shelving location is now displayed on a new line after the 'Home library'.
705
- [[26703]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26703) Modify the "title" elements to contain unique information first
705
- [[26703]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26703) Modify the "title" elements to contain unique information first
706
706
707
  **Sponsored by** *Catalyst*
707
  **Sponsored by** *Catalyst*
708
708
709
  >Title elements should contain unique information first. This aids accessibility for all as browser titles become much more relevant and useful for navigation.
709
  >Title elements should contain unique information first. This aids accessibility for all as browser titles become much more relevant and useful for navigation.
710
- [[26707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26707) Split cart and lists button on bibliographic detail pages
710
- [[26707]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26707) Split cart and lists button on bibliographic detail pages
711
711
712
  >This patch modifies the toolbar on bibliographic detail pages so that the "Add to cart" and "Add to lists" buttons are separate. The "Add to cart" now shows whether the title is in the cart. The "Add to lists" button is now a menu of list choices like it is on the search results page.
712
  >This patch modifies the toolbar on bibliographic detail pages so that the "Add to cart" and "Add to lists" buttons are separate. The "Add to cart" now shows whether the title is in the cart. The "Add to lists" button is now a menu of list choices like it is on the search results page.
713
- [[27404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27404) Update intranet-tmpl/prog/en/modules/labels/label-edit-range.tt for ACC2
713
- [[27404]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27404) Update intranet-tmpl/prog/en/modules/labels/label-edit-range.tt for ACC2
714
- [[27405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27405) Update intranet-tmpl/prog/en/modules/pos/register.tt for ACC2
714
- [[27405]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27405) Update intranet-tmpl/prog/en/modules/pos/register.tt for ACC2
715
715
716
  >This patch updates occurrences of input type="number" in  intranet-tmpl/prog/en/modules/pos/register.tt to use 'input type="text" inputmode="numeric" pattern="^\d+(\.\d{2})?$"' as per the accessibility coding guideline ACC2.
716
  >This patch updates occurrences of input type="number" in  intranet-tmpl/prog/en/modules/pos/register.tt to use 'input type="text" inputmode="numeric" pattern="^\d+(\.\d{2})?$"' as per the accessibility coding guideline ACC2.
717
- [[27406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27406) Update admin/searchengine/elasticsearch/mappings.tt to adhere to ACC2
717
- [[27406]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27406) Update admin/searchengine/elasticsearch/mappings.tt to adhere to ACC2
718
- [[27407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27407) Update intranet-tmpl/prog/en/modules/reserve/request.tt for ACC2
718
- [[27407]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27407) Update intranet-tmpl/prog/en/modules/reserve/request.tt for ACC2
719
- [[27409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27409) Update members/boraccount.tt for ACC2
719
- [[27409]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27409) Update members/boraccount.tt for ACC2
720
- [[27411]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27411) Update tools/automatic_item_modification_by_age.tt to reflect ACC2
720
- [[27411]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27411) Update tools/automatic_item_modification_by_age.tt to reflect ACC2
721
- [[27412]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27412) Update intranet-tmpl/prog/en/modules/tools/overduerules.tt to adhere to ACC2
721
- [[27412]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27412) Update intranet-tmpl/prog/en/modules/tools/overduerules.tt to adhere to ACC2
722
- [[27582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27582) Breadcrumb incorrect for POS: Library details page
722
- [[27582]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27582) Breadcrumb incorrect for POS: Library details page
723
- [[27846]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27846) Accessibility: Staff Client - Breadcrumbs should be more accessible
723
- [[27846]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27846) Accessibility: Staff Client - Breadcrumbs should be more accessible
724
724
725
  **Sponsored by** *Catalyst*
725
  **Sponsored by** *Catalyst*
726
- [[27982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27982) Replace obsolete title-string sorting: Acquisitions templates part 1
726
- [[27982]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27982) Replace obsolete title-string sorting: Acquisitions templates part 1
727
- [[27983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27983) Replace obsolete title-string sorting: Acquisitions templates part 2
727
- [[27983]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27983) Replace obsolete title-string sorting: Acquisitions templates part 2
728
- [[28091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28091) Add meta tag with Koha version number to staff interface pages
728
- [[28091]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28091) Add meta tag with Koha version number to staff interface pages
729
729
730
### System Administration
730
### System Administration
731
731
732
- [[27251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27251) Rewrite the QOTD editor using the Koha REST API
732
- [[27251]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27251) Rewrite the QOTD editor using the Koha REST API
733
733
734
  >This patch replaces the QOTD editor with the standard way used for creating, editing, and deleting QOTD entries (now uses edit and delete buttons, and a standard form to add and edit entries).
734
  >This patch replaces the QOTD editor with the standard way used for creating, editing, and deleting QOTD entries (now uses edit and delete buttons, and a standard form to add and edit entries).
735
- [[27263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27263) Link to preferences mentioned in system preference descriptions
735
- [[27263]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27263) Link to preferences mentioned in system preference descriptions
736
736
737
  >Wherever a system preference description mentions another system preference the name of that preference will now be a link that searches for the system preference saving steps and making it easier to review related preferences.
737
  >Wherever a system preference description mentions another system preference the name of that preference will now be a link that searches for the system preference saving steps and making it easier to review related preferences.
738
- [[27395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27395) Add warning to PatronSelfRegistrationDefaultCategory to avoid accidental patron deletion
738
- [[27395]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27395) Add warning to PatronSelfRegistrationDefaultCategory to avoid accidental patron deletion
739
739
740
  >This patch adds a warning to the PatronSelfRegistrationDefaultCategory system
740
  >This patch adds a warning to the PatronSelfRegistrationDefaultCategory system
741
  >preference to not use a regular patron category for self registration.
741
  >preference to not use a regular patron category for self registration.
Lines 747-757 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
747
  >
747
  >
748
  >It also removes unnecessary apostrophes at the end of two self registration
748
  >It also removes unnecessary apostrophes at the end of two self registration
749
  >and modification system preference descriptions.
749
  >and modification system preference descriptions.
750
- [[27415]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27415) Add note to ILLHiddenRequestStatuses preference to the ILLSTATUS authorized value category
750
- [[27415]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27415) Add note to ILLHiddenRequestStatuses preference to the ILLSTATUS authorized value category
751
- [[27598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27598) Add UPLOAD as a built-in system authorized value category
751
- [[27598]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27598) Add UPLOAD as a built-in system authorized value category
752
752
753
  >The file upload feature requires that users create an UPLOAD category for authorized values before adding values to that category. This patch adds the UPLOAD category by default so that users don't have to create it.
753
  >The file upload feature requires that users create an UPLOAD category for authorized values before adding values to that category. This patch adds the UPLOAD category by default so that users don't have to create it.
754
- [[27652]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27652) Offer selections for preferences which ask for patron categories
754
- [[27652]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27652) Offer selections for preferences which ask for patron categories
755
755
756
  >This enhancement to system preferences lets you select patron categories from a dropdown list, instead of manually entering patron category codes. This prevents possible errors from manually entering incorrect codes.
756
  >This enhancement to system preferences lets you select patron categories from a dropdown list, instead of manually entering patron category codes. This prevents possible errors from manually entering incorrect codes.
757
  >
757
  >
Lines 760-780 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
760
  >- GoogleOpenIDConnectDefaultCategory (single option)
760
  >- GoogleOpenIDConnectDefaultCategory (single option)
761
  >- OPACHoldsIfAvailableAtPickup (multiple options)
761
  >- OPACHoldsIfAvailableAtPickup (multiple options)
762
  >- BatchCheckouts (multiple options)
762
  >- BatchCheckouts (multiple options)
763
- [[27805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27805) Use input type "email" for email preferences
763
- [[27805]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27805) Use input type "email" for email preferences
764
764
765
  >This patch modifies the global system preferences interface so that fields which ask for an email address have the correct HTML attribute type: email. This allows some basic email address validation by the browser and can enable different keyboard options on devices with onscreen keyboards.
765
  >This patch modifies the global system preferences interface so that fields which ask for an email address have the correct HTML attribute type: email. This allows some basic email address validation by the browser and can enable different keyboard options on devices with onscreen keyboards.
766
- [[27975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27975) Replace obsolete title-string sorting: Administration templates
766
- [[27975]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27975) Replace obsolete title-string sorting: Administration templates
767
767
768
### Templates
768
### Templates
769
769
770
- [[21851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21851) Improve style of sidebar forms
770
- [[21851]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21851) Improve style of sidebar forms
771
771
772
  >This patch makes minor changes to staff interface CSS to improve the style of forms in sidebars. It adjusts the style of nested field sets and gives more room to list items (and the form fields they contain).
772
  >This patch makes minor changes to staff interface CSS to improve the style of forms in sidebars. It adjusts the style of nested field sets and gives more room to list items (and the form fields they contain).
773
- [[24623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24623) Phase out jquery.cookie.js: Advanced MARC editor
773
- [[24623]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24623) Phase out jquery.cookie.js: Advanced MARC editor
774
- [[24624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24624) Phase out jquery.cookie.js: Receipt summary
774
- [[24624]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24624) Phase out jquery.cookie.js: Receipt summary
775
775
776
  >This patch removes the jquery.cookie.js plugin from the "Receive orders" page in acquisitions as it is no longer used.
776
  >This patch removes the jquery.cookie.js plugin from the "Receive orders" page in acquisitions as it is no longer used.
777
- [[25846]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25846) Improve handling of multiple covers on catalog search results in the staff client
777
- [[25846]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25846) Improve handling of multiple covers on catalog search results in the staff client
778
778
779
  >This enhancement updates the staff interface catalog search results to improve the display of multiple covers associated with each search result:
779
  >This enhancement updates the staff interface catalog search results to improve the display of multiple covers associated with each search result:
780
  >- Adlibris
780
  >- Adlibris
Lines 785-886 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
785
  >- Coce (serving up Amazon, Google, and OpenLibrary images)
785
  >- Coce (serving up Amazon, Google, and OpenLibrary images)
786
  >- Images from the CustomCoverImages preference
786
  >- Images from the CustomCoverImages preference
787
  >A single cover is now displayed for each result, with controls for scrolling through any other available cover.
787
  >A single cover is now displayed for each result, with controls for scrolling through any other available cover.
788
- [[26755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26755) Make the guarantor search popup taller
788
- [[26755]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26755) Make the guarantor search popup taller
789
- [[26958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26958) Move Elasticsearch mapping template JS to the footer
789
- [[26958]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26958) Move Elasticsearch mapping template JS to the footer
790
- [[26959]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26959) Reindent batch item modification template
790
- [[26959]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26959) Reindent batch item modification template
791
- [[26960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26960) Move batch item modification template JavaScript to the footer
791
- [[26960]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26960) Move batch item modification template JavaScript to the footer
792
- [[26970]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26970) Add row highlight on drag in Elasticsearch mapping template
792
- [[26970]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26970) Add row highlight on drag in Elasticsearch mapping template
793
- [[26982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26982) Typo in system preference UsageStats: statisics
793
- [[26982]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26982) Typo in system preference UsageStats: statisics
794
- [[26985]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26985) Remove code for "Upcoming events" from codebase as not implemented
794
- [[26985]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26985) Remove code for "Upcoming events" from codebase as not implemented
795
- [[27192]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27192) Set focus for cursor to item type input box when creating new item types
795
- [[27192]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27192) Set focus for cursor to item type input box when creating new item types
796
- [[27210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27210) Typo in patron-attr-types.tt
796
- [[27210]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27210) Typo in patron-attr-types.tt
797
- [[27289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27289) Template tweaks for point of sale page
797
- [[27289]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27289) Template tweaks for point of sale page
798
- [[27402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27402) Add column filtering to the Datatables REST API wrapper
798
- [[27402]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27402) Add column filtering to the Datatables REST API wrapper
799
799
800
  >This development adds native DataTables column filtering to the REST API wrapper. This allows easily adding column filters to DataTables using the REST API.
800
  >This development adds native DataTables column filtering to the REST API wrapper. This allows easily adding column filters to DataTables using the REST API.
801
  >A sample implementation is added to the cities admin page, for reference.
801
  >A sample implementation is added to the cities admin page, for reference.
802
- [[27403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27403) Enable fixedHeader for Datatables
802
- [[27403]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27403) Enable fixedHeader for Datatables
803
- [[27437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27437) Improve hint labels on library creation form
803
- [[27437]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27437) Improve hint labels on library creation form
804
- [[27439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27439) Improve hint labels on patron attribute type entry form
804
- [[27439]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27439) Improve hint labels on patron attribute type entry form
805
- [[27455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27455) Add focus to branch code when a new library is added
805
- [[27455]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27455) Add focus to branch code when a new library is added
806
- [[27465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27465) Add column visibility to the admin/cities.pl
806
- [[27465]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27465) Add column visibility to the admin/cities.pl
807
- [[27469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27469) Improve link text when returning to vendor page
807
- [[27469]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27469) Improve link text when returning to vendor page
808
- [[27471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471) Improve link text when successfully merging authorities and remove JS redirect
808
- [[27471]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471) Improve link text when successfully merging authorities and remove JS redirect
809
- [[27472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27472) Improve link text when successfully merging bibliographic records
809
- [[27472]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27472) Improve link text when successfully merging bibliographic records
810
- [[27473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27473) Improve link text in the installer
810
- [[27473]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27473) Improve link text in the installer
811
- [[27474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27474) Improve link text to define a label printer profile if none defined and fix conditional
811
- [[27474]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27474) Improve link text to define a label printer profile if none defined and fix conditional
812
- [[27475]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27475) Improve link text to define a patron card printer profile if none are defined
812
- [[27475]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27475) Improve link text to define a patron card printer profile if none are defined
813
- [[27476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27476) Improve link text for logging in on OPAC
813
- [[27476]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27476) Improve link text for logging in on OPAC
814
814
815
  **Sponsored by** *Catalyst*
815
  **Sponsored by** *Catalyst*
816
- [[27477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27477) Improve link text when a record has too many items on the OPAC
816
- [[27477]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27477) Improve link text when a record has too many items on the OPAC
817
- [[27478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27478) Improve link text when viewing an ILL requested item
817
- [[27478]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27478) Improve link text when viewing an ILL requested item
818
- [[27479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27479) Improve link text after successfully resetting password in OPAC
818
- [[27479]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27479) Improve link text after successfully resetting password in OPAC
819
- [[27592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27592) Link audio alerts to corresponding preference and back
819
- [[27592]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27592) Link audio alerts to corresponding preference and back
820
820
821
  >This patch adds a link to the Audio Alerts page so that if audio alerts are disabled the user can follow a link directly to the corresponding system preference.
821
  >This patch adds a link to the Audio Alerts page so that if audio alerts are disabled the user can follow a link directly to the corresponding system preference.
822
- [[27605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27605) Add floating toolbar to patron search page
822
- [[27605]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27605) Add floating toolbar to patron search page
823
823
824
  >This patch modifies the patron module's search interface so that the toolbar of results-related controls sticks to the top of the screen as the user scrolls down. This
824
  >This patch modifies the patron module's search interface so that the toolbar of results-related controls sticks to the top of the screen as the user scrolls down. This
825
  >gives access to the controls for adding patrons to a list and for merging patrons.
825
  >gives access to the controls for adding patrons to a list and for merging patrons.
826
- [[27699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27699) Add cash register information to responsive staff interface header menu
826
- [[27699]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27699) Add cash register information to responsive staff interface header menu
827
827
828
  >This enhancement adds the currently selected cash register (if it is enabled and set) to the logged-in user's header menu on the top righthand side of the staff interface when using smaller browser screen sizes.
828
  >This enhancement adds the currently selected cash register (if it is enabled and set) to the logged-in user's header menu on the top righthand side of the staff interface when using smaller browser screen sizes.
829
- [[27749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27749) Phase out jquery.cookie.js: Search to hold
829
- [[27749]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27749) Phase out jquery.cookie.js: Search to hold
830
830
831
  >This patch modifies the "search to hold" process for patrons and clubs so that the newer jquery-cookie plugin is used instead of jquery.cookie.
831
  >This patch modifies the "search to hold" process for patrons and clubs so that the newer jquery-cookie plugin is used instead of jquery.cookie.
832
- [[27751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27751) Phase out jquery.cookie.js: Batch item modifications
832
- [[27751]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27751) Phase out jquery.cookie.js: Batch item modifications
833
- [[27792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27792) Improve jEditable configuration for point of sale fields
833
- [[27792]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27792) Improve jEditable configuration for point of sale fields
834
834
835
  >This patch improves interactions with inline-editable fields in the Point of Sale interface to prevent jumpy table re-draws and to enforce the required currenty/number input types.
835
  >This patch improves interactions with inline-editable fields in the Point of Sale interface to prevent jumpy table re-draws and to enforce the required currenty/number input types.
836
- [[27974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27974) Replace obsolete title-string sorting: Circulation templates
836
- [[27974]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27974) Replace obsolete title-string sorting: Circulation templates
837
- [[28006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28006) Restore "Additional fields" link on serials navigation menu
837
- [[28006]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28006) Restore "Additional fields" link on serials navigation menu
838
- [[28016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28016) Replace obsolete title-string sorting: Assorted templates
838
- [[28016]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28016) Replace obsolete title-string sorting: Assorted templates
839
- [[28046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28046) Add "Additional fields" link on acquisition navigation menu
839
- [[28046]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28046) Add "Additional fields" link on acquisition navigation menu
840
- [[28047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28047) Standardize: Call number, callnumber, Call no. etc.
840
- [[28047]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28047) Standardize: Call number, callnumber, Call no. etc.
841
841
842
  >This patch modifies instances in the templates where variations of "Call number" are used. "Call number" is now used instead of "Call no.", "Call no", or "callnumber".
842
  >This patch modifies instances in the templates where variations of "Call number" are used. "Call number" is now used instead of "Call no.", "Call no", or "callnumber".
843
- [[28055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28055) Convert DataTables option names to current version
843
- [[28055]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28055) Convert DataTables option names to current version
844
- [[28066]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28066) Remove select tag's size attribute where it is 1
844
- [[28066]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28066) Remove select tag's size attribute where it is 1
845
- [[28081]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28081) Make card number a label in patron search results
845
- [[28081]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28081) Make card number a label in patron search results
846
846
847
  >In the Patrons module, in patron search results, the user can now click the patron card number to select the checkbox for that row.
847
  >In the Patrons module, in patron search results, the user can now click the patron card number to select the checkbox for that row.
848
- [[28132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28132) Remove "this" from button descriptions on basket and basket group pages
848
- [[28132]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28132) Remove "this" from button descriptions on basket and basket group pages
849
- [[28134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28134) Replace use of input type number in onboarding templates
849
- [[28134]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28134) Replace use of input type number in onboarding templates
850
850
851
### Test Suite
851
### Test Suite
852
852
853
- [[18146]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18146) C4::Circulation CanBookBeRenewed  lacks full test coverage
853
- [[18146]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18146) C4::Circulation CanBookBeRenewed  lacks full test coverage
854
854
855
  >This enhancement improves the test coverage for OverduesBlockRenewing and removes some of the warning messages.
855
  >This enhancement improves the test coverage for OverduesBlockRenewing and removes some of the warning messages.
856
856
857
### Tools
857
### Tools
858
858
859
- [[4037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4037) Inventory tool missing item type filter
859
- [[4037]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4037) Inventory tool missing item type filter
860
860
861
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
861
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
862
862
863
  >This patch adds the ability to filter inventory by item type. Multiple item types can be selected at once.
863
  >This patch adds the ability to filter inventory by item type. Multiple item types can be selected at once.
864
- [[24446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24446) Stockrotation: Update to use daterequested in branchtransfers
864
- [[24446]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24446) Stockrotation: Update to use daterequested in branchtransfers
865
865
866
  >This patchset updates the Stock Rotation system to use the recently introduced Koha::Item[::Transfer] methods.
866
  >This patchset updates the Stock Rotation system to use the recently introduced Koha::Item[::Transfer] methods.
867
  >
867
  >
868
  >It fixes a bug whereby such transfers could be accidentally cancelled by other processes and sets these transfer to be the lowest priority.
868
  >It fixes a bug whereby such transfers could be accidentally cancelled by other processes and sets these transfer to be the lowest priority.
869
  >
869
  >
870
  >We also introduce handling for the new 'requested' transfer state into the circulation system.
870
  >We also introduce handling for the new 'requested' transfer state into the circulation system.
871
- [[25476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25476) Uploaded files can't be easily browsed via upload.pl
871
- [[25476]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25476) Uploaded files can't be easily browsed via upload.pl
872
- [[27594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27594) Add access to public download link for publicly-accessible uploads
872
- [[27594]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27594) Add access to public download link for publicly-accessible uploads
873
873
874
  >This patch adds a link to the display of publicly-accessible downloads so that the public link can be copied.
874
  >This patch adds a link to the display of publicly-accessible downloads so that the public link can be copied.
875
- [[27766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27766) Hide expired news items by default
875
- [[27766]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27766) Hide expired news items by default
876
876
877
  >This patch modifies the news page in the staff interface so that expired news items are hidden by default. A checkbox in the sidebar can be checked to show the hidden rows.
877
  >This patch modifies the news page in the staff interface so that expired news items are hidden by default. A checkbox in the sidebar can be checked to show the hidden rows.
878
- [[27773]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27773) Hide unique holidays and exceptions which have passed
878
- [[27773]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27773) Hide unique holidays and exceptions which have passed
879
- [[28007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28007) Replace obsolete title-string sorting: Tools templates
879
- [[28007]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28007) Replace obsolete title-string sorting: Tools templates
880
- [[28014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28014) Add table settings to batch patron modification
880
- [[28014]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28014) Add table settings to batch patron modification
881
881
882
  >This patch adds DataTable table configuration and export options to the table of patrons submitted for batch modification, both before and after modifications are made. The table will now be configurable via Table Settings in Administration.
882
  >This patch adds DataTable table configuration and export options to the table of patrons submitted for batch modification, both before and after modifications are made. The table will now be configurable via Table Settings in Administration.
883
- [[28037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28037) Improve breadcrumbs of CSV profiles page
883
- [[28037]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28037) Improve breadcrumbs of CSV profiles page
884
884
885
  >This patch expands the logic around the page title and breadcrumbs of the CSV profiles page. The name of the page has also been changed from "CSV export profiles" to "CSV profiles" to match links elsewhere in Koha.
885
  >This patch expands the logic around the page title and breadcrumbs of the CSV profiles page. The name of the page has also been changed from "CSV export profiles" to "CSV profiles" to match links elsewhere in Koha.
886
  >
886
  >
Lines 888-894 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
888
  >- Initial window: Tools > CSV profiles
888
  >- Initial window: Tools > CSV profiles
889
  >- New CSV profile: Tools > CSV profiles > New CSV profile
889
  >- New CSV profile: Tools > CSV profiles > New CSV profile
890
  >- Edit an existing CSV profile: Tools > CSV profiles > Modify a CSV profile
890
  >- Edit an existing CSV profile: Tools > CSV profiles > Modify a CSV profile
891
- [[28108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28108) Move action logs 'SERIAL CLAIM' and 'ACQUISITION CLAIM' to a new 'CLAIMS' module
891
- [[28108]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28108) Move action logs 'SERIAL CLAIM' and 'ACQUISITION CLAIM' to a new 'CLAIMS' module
892
892
893
  >This enhancement changes the logging system preferences and the log viewer tool so that:
893
  >This enhancement changes the logging system preferences and the log viewer tool so that:
894
  >
894
  >
Lines 899-905 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
899
899
900
### Web services
900
### Web services
901
901
902
- [[27584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27584) Improve OAI-PMH provider performance
902
- [[27584]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27584) Improve OAI-PMH provider performance
903
903
904
904
905
## Critical bugs fixed
905
## Critical bugs fixed
Lines 909-998 have already been fixed in maintainance releases) Link Here
909
909
910
### Acquisitions
910
### Acquisitions
911
911
912
- [[26997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26997) Database Mysql Version 8.0.22 failed to Update During Upgrade
912
- [[26997]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26997) Database Mysql Version 8.0.22 failed to Update During Upgrade
913
- [[27203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27203) Order unitprice is not set anymore and  totals are 0
913
- [[27203]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27203) Order unitprice is not set anymore and  totals are 0
914
- [[27671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27671) Missing include in orderreceive.tt
914
- [[27671]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27671) Missing include in orderreceive.tt
915
- [[27719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27719) Receiving orders hangs on processing when missing a replacement price
915
- [[27719]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27719) Receiving orders hangs on processing when missing a replacement price
916
916
917
  **Sponsored by** *Virginia Polytechnic Institute and State University*
917
  **Sponsored by** *Virginia Polytechnic Institute and State University*
918
- [[27828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27828) New order from staged file is broken
918
- [[27828]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27828) New order from staged file is broken
919
919
920
### Architecture, internals, and plumbing
920
### Architecture, internals, and plumbing
921
921
922
- [[20982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20982) opac-shelves.pl vulnerable to Cross-site scripting attacks
922
- [[20982]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20982) opac-shelves.pl vulnerable to Cross-site scripting attacks
923
- [[26363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26363) Provide a systemd unit file for background_jobs_worker
923
- [[26363]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26363) Provide a systemd unit file for background_jobs_worker
924
- [[26705]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26705) System preference NoticeBcc not working
924
- [[26705]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26705) System preference NoticeBcc not working
925
925
926
  >The Email::Stuffer library we use, doesn't handle Bcc as Mail::Sendmail does. So Bcc handling wasn't working as expected. This patchset adds support for explicitly handling Bcc (including the NoticeBcc feature) to our Koha::Email library.
926
  >The Email::Stuffer library we use, doesn't handle Bcc as Mail::Sendmail does. So Bcc handling wasn't working as expected. This patchset adds support for explicitly handling Bcc (including the NoticeBcc feature) to our Koha::Email library.
927
- [[27252]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27252) ES5 no longer supported (since 20.11.00)
927
- [[27252]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27252) ES5 no longer supported (since 20.11.00)
928
928
929
  >This prepares Koha to officially no longer support Elasticsearch 5.X.
929
  >This prepares Koha to officially no longer support Elasticsearch 5.X.
930
  >
930
  >
931
  >It adds a new system preference 'ElasticsearchCrossFields' to allow users to choose whether or not to enable this feature.
931
  >It adds a new system preference 'ElasticsearchCrossFields' to allow users to choose whether or not to enable this feature.
932
- [[27534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27534) koha upgrade throws SQL error while applying Bug 25333 - Change message transport type for Talking Tech from "phone" to "itiva"
932
- [[27534]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27534) koha upgrade throws SQL error while applying Bug 25333 - Change message transport type for Talking Tech from "phone" to "itiva"
933
- [[27580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27580) NULL values not correctly handled in Koha::Items->filter_by_visible_in_opac
933
- [[27580]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27580) NULL values not correctly handled in Koha::Items->filter_by_visible_in_opac
934
- [[27586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27586) Import patrons script has a confirm switch that doesn't do anything
934
- [[27586]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27586) Import patrons script has a confirm switch that doesn't do anything
935
935
936
  >This fixes the misc/import_patrons.pl script so that patrons are not imported unless the --confirm option is used. Currently, if the script is run without "--confirm" option it reports that it is "Running in dry-run mode, provide --confirm to apply the changes", however it imports the patrons anyway.
936
  >This fixes the misc/import_patrons.pl script so that patrons are not imported unless the --confirm option is used. Currently, if the script is run without "--confirm" option it reports that it is "Running in dry-run mode, provide --confirm to apply the changes", however it imports the patrons anyway.
937
- [[27676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27676) finesMode=off not correctly handled
937
- [[27676]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27676) finesMode=off not correctly handled
938
- [[27821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27821) sanitize_zero_date does not handle datetime
938
- [[27821]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27821) sanitize_zero_date does not handle datetime
939
- [[28031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28031) Koha::Patron::Attribute->_check_repeatable doesn't exclude the object's ID
939
- [[28031]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28031) Koha::Patron::Attribute->_check_repeatable doesn't exclude the object's ID
940
- [[28200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28200) Net::Netmask 1.9104-2 requires constructor change for backwards compatibility
940
- [[28200]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28200) Net::Netmask 1.9104-2 requires constructor change for backwards compatibility
941
941
942
  >The code library Koha uses for working with IP addresses has dropped support for abbreviated values in recent releases.  This is to tighten up the default security of input value's and we have opted in Koha to follow this change through into our system preferences for the same reason.
942
  >The code library Koha uses for working with IP addresses has dropped support for abbreviated values in recent releases.  This is to tighten up the default security of input value's and we have opted in Koha to follow this change through into our system preferences for the same reason.
943
  >
943
  >
944
  >WARNING: `koha_trusted_proxies` and `ILS-DI:AuthorizedIPs` are both affected. Please check that you are not using abbreviated IP forms for either of these cases. Example: "10.10" is much less explicit than "10.10.0.0/16" and should be avoided.
944
  >WARNING: `koha_trusted_proxies` and `ILS-DI:AuthorizedIPs` are both affected. Please check that you are not using abbreviated IP forms for either of these cases. Example: "10.10" is much less explicit than "10.10.0.0/16" and should be avoided.
945
- [[28302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28302) Koha does not work with CGI::Compile 0.24
945
- [[28302]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28302) Koha does not work with CGI::Compile 0.24
946
- [[28317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28317) Remove CGI::Session::Serialize::yaml dependency by using the default serializer
946
- [[28317]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28317) Remove CGI::Session::Serialize::yaml dependency by using the default serializer
947
947
948
### Authentication
948
### Authentication
949
949
950
- [[28385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28385) LDAP server configuration broken since migration from XML::Simple
950
- [[28385]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28385) LDAP server configuration broken since migration from XML::Simple
951
951
952
### Cataloging
952
### Cataloging
953
953
954
- [[18017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18017) Use index_heading and index_match_heading in UNIMARC authorities zebra configuration
954
- [[18017]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18017) Use index_heading and index_match_heading in UNIMARC authorities zebra configuration
955
- [[24564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24564) The adding of new subfields according to IFLA updates doesn't respect existing tab
955
- [[24564]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24564) The adding of new subfields according to IFLA updates doesn't respect existing tab
956
- [[27509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27509) cn_sort value is lost when editing an item without changing cn_source or itemcallnumber
956
- [[27509]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27509) cn_sort value is lost when editing an item without changing cn_source or itemcallnumber
957
- [[27886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27886) Authority linking broken in advanced editor
957
- [[27886]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27886) Authority linking broken in advanced editor
958
958
959
### Circulation
959
### Circulation
960
960
961
- [[24154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24154) No indication that Default checkout, hold and return policy are set if values are blank
961
- [[24154]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24154) No indication that Default checkout, hold and return policy are set if values are blank
962
- [[26208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26208) Overdues restrictions not consistently removed when renewing multiple items at once
962
- [[26208]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26208) Overdues restrictions not consistently removed when renewing multiple items at once
963
- [[26457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26457) DB DeadLock when renewing checkout items
963
- [[26457]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26457) DB DeadLock when renewing checkout items
964
- [[27707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27707) Renewing doesn't work when renewal notices are enabled
964
- [[27707]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27707) Renewing doesn't work when renewal notices are enabled
965
- [[27808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27808) Item's onloan column remains unset if a checked out item is issued to another patron without being returned first
965
- [[27808]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27808) Item's onloan column remains unset if a checked out item is issued to another patron without being returned first
966
- [[28064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28064) Transits are not created at check in despite user responding 'Yes, print slip' to the prompt
966
- [[28064]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28064) Transits are not created at check in despite user responding 'Yes, print slip' to the prompt
967
- [[28136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28136) Transferred holds are not triggering
967
- [[28136]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28136) Transferred holds are not triggering
968
- [[28230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28230) Renewing/Checking out record with AE or OE letter in title can make Koha totally unfunctional
968
- [[28230]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28230) Renewing/Checking out record with AE or OE letter in title can make Koha totally unfunctional
969
969
970
### Command-line Utilities
970
### Command-line Utilities
971
971
972
- [[27245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27245) bulkmarcimport.pl error 'Already in a transaction'
972
- [[27245]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27245) bulkmarcimport.pl error 'Already in a transaction'
973
- [[27276]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27276) borrowers-force-messaging-defaults throws Incorrect DATE value: '0000-00-00' even though sql strict mode is dissabled
973
- [[27276]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27276) borrowers-force-messaging-defaults throws Incorrect DATE value: '0000-00-00' even though sql strict mode is dissabled
974
- [[28001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28001) Fix delete_patrons.pl if no category is passed
974
- [[28001]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28001) Fix delete_patrons.pl if no category is passed
975
- [[28291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28291) koha-translate install script producing incorrectly encoded YAML translation files
975
- [[28291]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28291) koha-translate install script producing incorrectly encoded YAML translation files
976
976
977
### Database
977
### Database
978
978
979
- [[24658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24658) Deleting items with fines does not update itemnumber in accountlines to NULL causing ISE
979
- [[24658]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24658) Deleting items with fines does not update itemnumber in accountlines to NULL causing ISE
980
- [[27003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27003) action_logs table error when adding an item
980
- [[27003]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27003) action_logs table error when adding an item
981
- [[28298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28298) DBRev 19.12.00.076 broken
981
- [[28298]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28298) DBRev 19.12.00.076 broken
982
982
983
### Fines and fees
983
### Fines and fees
984
984
985
- [[25508]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25508) Confusing renewal message when paying accruing fine with RenewAccruingItemWhenPaid turned off
985
- [[25508]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25508) Confusing renewal message when paying accruing fine with RenewAccruingItemWhenPaid turned off
986
- [[27796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27796) SIP payment types should not be available as refund types
986
- [[27796]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27796) SIP payment types should not be available as refund types
987
- [[27927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27927) longoverdue cronjob renews items before marking lost when both RenewAccruingItemWhenPaid and  WhenLostForgiveFine  are enabled
987
- [[27927]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27927) longoverdue cronjob renews items before marking lost when both RenewAccruingItemWhenPaid and  WhenLostForgiveFine  are enabled
988
988
989
### Hold requests
989
### Hold requests
990
990
991
- [[26634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26634) Hold rules applied incorrectly when All Libraries rules are more specific than branch rules
991
- [[26634]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26634) Hold rules applied incorrectly when All Libraries rules are more specific than branch rules
992
- [[27068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068) HoldsQueue doesn't know how to use holds groups
992
- [[27068]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068) HoldsQueue doesn't know how to use holds groups
993
993
994
  >Koha 20.05 introduced local hold groups, but neglected to add support of them in the holds queue. Because of this, the holds queue will not show items the could have filled holds from other libraries in a hold group. This patch set adds support for hold groups to the holds queue builder thus improving Koha's ability to find items to fill hold requests.
994
  >Koha 20.05 introduced local hold groups, but neglected to add support of them in the holds queue. Because of this, the holds queue will not show items the could have filled holds from other libraries in a hold group. This patch set adds support for hold groups to the holds queue builder thus improving Koha's ability to find items to fill hold requests.
995
- [[27071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27071) Hold pickup library match not enforced correctly on intranet when using hold groups
995
- [[27071]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27071) Hold pickup library match not enforced correctly on intranet when using hold groups
996
996
997
  >When using library groups, the rules for placing holds did not always work as expected. This fixes these rules so that when patrons are part of a library in a group, they can only place a hold for items held in that library group. It also improves the error messages.
997
  >When using library groups, the rules for placing holds did not always work as expected. This fixes these rules so that when patrons are part of a library in a group, they can only place a hold for items held in that library group. It also improves the error messages.
998
  >
998
  >
Lines 1001-1103 have already been fixed in maintainance releases) Link Here
1001
  >- Default rules for all libraries are: Hold Policy = "From local hold group" and Hold pickup library match to "Patron's hold group", AllowHoldPolicyOverride is Don't allow.
1001
  >- Default rules for all libraries are: Hold Policy = "From local hold group" and Hold pickup library match to "Patron's hold group", AllowHoldPolicyOverride is Don't allow.
1002
  >- You can place a hold for a patron that belongs to one of the Group A libraries, for an item only held in a Group A library.
1002
  >- You can place a hold for a patron that belongs to one of the Group A libraries, for an item only held in a Group A library.
1003
  >- You can't place a hold for that item for a patron from a Group B library.
1003
  >- You can't place a hold for that item for a patron from a Group B library.
1004
- [[27205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27205) Hold routes are not dealing with invalid pickup locations
1004
- [[27205]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27205) Hold routes are not dealing with invalid pickup locations
1005
- [[27529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27529) Cannot place hold on OPAC if hold_fullfillment_policy is set to group and  OPACAllowUserToChooseBranch  not allowed
1005
- [[27529]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27529) Cannot place hold on OPAC if hold_fullfillment_policy is set to group and  OPACAllowUserToChooseBranch  not allowed
1006
- [[27865]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27865) Hold pickup location dropdown on patron pages should respect hold fulfillment policies
1006
- [[27865]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27865) Hold pickup location dropdown on patron pages should respect hold fulfillment policies
1007
- [[28273]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28273) Multi-holds allow invalid pickup locations
1007
- [[28273]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28273) Multi-holds allow invalid pickup locations
1008
1008
1009
### Holidays
1009
### Holidays
1010
1010
1011
- [[27835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27835) Closed days offsets with one day
1011
- [[27835]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27835) Closed days offsets with one day
1012
1012
1013
### I18N/L10N
1013
### I18N/L10N
1014
1014
1015
- [[28154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28154) Translate script faces encoding issues
1015
- [[28154]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28154) Translate script faces encoding issues
1016
- [[28419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28419) Page addorderiso2709.pl is untranslatable
1016
- [[28419]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28419) Page addorderiso2709.pl is untranslatable
1017
1017
1018
### Installation and upgrade (command-line installer)
1018
### Installation and upgrade (command-line installer)
1019
1019
1020
- [[27466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27466) Update process failing for 20.06.00.023
1020
- [[27466]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27466) Update process failing for 20.06.00.023
1021
1021
1022
  >The update 20.06.00.023 for adding options and reconfiguring the QuoteOfTheDay feature would fail. This patch makes sure that the update can be processed correctly.
1022
  >The update 20.06.00.023 for adding options and reconfiguring the QuoteOfTheDay feature would fail. This patch makes sure that the update can be processed correctly.
1023
1023
1024
### Installation and upgrade (web-based installer)
1024
### Installation and upgrade (web-based installer)
1025
1025
1026
- [[28281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28281) Installer doesn't work on some languages (pl-PL) because it double decodes installer data
1026
- [[28281]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28281) Installer doesn't work on some languages (pl-PL) because it double decodes installer data
1027
1027
1028
### Lists
1028
### Lists
1029
1029
1030
- [[27715]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27715) Possibly SQL injection in virtualshelves
1030
- [[27715]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27715) Possibly SQL injection in virtualshelves
1031
1031
1032
### MARC Authority data support
1032
### MARC Authority data support
1033
1033
1034
- [[27737]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27737) Tag editor for authority lookup broken in authority editor
1034
- [[27737]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27737) Tag editor for authority lookup broken in authority editor
1035
1035
1036
  >This patch changes the markup structure for the authorities editor so that it better matches that of the basic bibliographic record editor. This allows the authority-linking JavaScript to correctly target fields on both pages.
1036
  >This patch changes the markup structure for the authorities editor so that it better matches that of the basic bibliographic record editor. This allows the authority-linking JavaScript to correctly target fields on both pages.
1037
1037
1038
### Notices
1038
### Notices
1039
1039
1040
- [[28023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28023) Typo in Reply-To header
1040
- [[28023]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28023) Typo in Reply-To header
1041
1041
1042
### OPAC
1042
### OPAC
1043
1043
1044
- [[15448]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15448) Placing hold on specific items doesn't enforce OpacHiddenItems
1044
- [[15448]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15448) Placing hold on specific items doesn't enforce OpacHiddenItems
1045
- [[24398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24398) Error when viewing single news item and NewsAuthorDisplay pref set to OPAC
1045
- [[24398]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24398) Error when viewing single news item and NewsAuthorDisplay pref set to OPAC
1046
- [[27148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27148) Internal Server Error during self registration 20.11
1046
- [[27148]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27148) Internal Server Error during self registration 20.11
1047
1047
1048
  >This fixes a bug when using self registration and there is no patron category available for selection in the registration form.
1048
  >This fixes a bug when using self registration and there is no patron category available for selection in the registration form.
1049
- [[27200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27200) "Browse search" is broken
1049
- [[27200]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27200) "Browse search" is broken
1050
- [[27626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27626) Patron self-registration breaks if categorycode and password are hidden
1050
- [[27626]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27626) Patron self-registration breaks if categorycode and password are hidden
1051
- [[27731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27731) Place hold link for individual OPAC search result broken
1051
- [[27731]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27731) Place hold link for individual OPAC search result broken
1052
- [[27860]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27860) Bad KohaAdminEmailAddress breaks patron self registration and password reset feature
1052
- [[27860]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27860) Bad KohaAdminEmailAddress breaks patron self registration and password reset feature
1053
- [[28193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28193) OpacLoginInstructions news block broken by Bug 20168
1053
- [[28193]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28193) OpacLoginInstructions news block broken by Bug 20168
1054
1054
1055
### Packaging
1055
### Packaging
1056
1056
1057
- [[28364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28364) koha-z3950-responder breaks because of log4perl.conf permissions
1057
- [[28364]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28364) koha-z3950-responder breaks because of log4perl.conf permissions
1058
1058
1059
### Patrons
1059
### Patrons
1060
1060
1061
- [[25946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946) borrowerRelationship can no longer be empty
1061
- [[25946]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946) borrowerRelationship can no longer be empty
1062
- [[26517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26517) Avoid deleting patrons with permission
1062
- [[26517]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26517) Avoid deleting patrons with permission
1063
- [[27004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27004) Deleting a staff account who have created claims returned causes problem in the return_claims table because of a NULL value in return_claims.created_by.
1063
- [[27004]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27004) Deleting a staff account who have created claims returned causes problem in the return_claims table because of a NULL value in return_claims.created_by.
1064
- [[27144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27144) Cannot delete any patrons
1064
- [[27144]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27144) Cannot delete any patrons
1065
- [[27420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27420) A mistake in bug 5161 leads to some patron attributes appearing without a fieldset
1065
- [[27420]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27420) A mistake in bug 5161 leads to some patron attributes appearing without a fieldset
1066
- [[27933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27933) Order patron search broken (dateofbirth, cardnumber, expirationdate)
1066
- [[27933]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27933) Order patron search broken (dateofbirth, cardnumber, expirationdate)
1067
- [[28217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28217) Several non-repeatable attributes when merging patrons
1067
- [[28217]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28217) Several non-repeatable attributes when merging patrons
1068
1068
1069
### Plugin architecture
1069
### Plugin architecture
1070
1070
1071
- [[27820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27820) plugins_nightly.pl script missing use
1071
- [[27820]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27820) plugins_nightly.pl script missing use
1072
1072
1073
### REST API
1073
### REST API
1074
1074
1075
- [[28369]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28369) additionalProperties missing in holds routes
1075
- [[28369]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28369) additionalProperties missing in holds routes
1076
- [[28370]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28370) Routes still missing additionalProperties in spec
1076
- [[28370]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28370) Routes still missing additionalProperties in spec
1077
1077
1078
### Reports
1078
### Reports
1079
1079
1080
- [[27142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27142) Patron batch update from report module - no patrons loaded into view
1080
- [[27142]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27142) Patron batch update from report module - no patrons loaded into view
1081
1081
1082
  >This fixes an error when batch modifying patrons using the reports module. After running a report (such as SELECT * FROM borrowers LIMIT 50) and selecting batch modification an error was displayed: "Warning, the following cardnumbers were not found:", and you were not able to modify any patrons.
1082
  >This fixes an error when batch modifying patrons using the reports module. After running a report (such as SELECT * FROM borrowers LIMIT 50) and selecting batch modification an error was displayed: "Warning, the following cardnumbers were not found:", and you were not able to modify any patrons.
1083
1083
1084
### SIP2
1084
### SIP2
1085
1085
1086
- [[27166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27166) SIP2 Connection is killed when an item that was not issued is checked in and generates a transfer
1086
- [[27166]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27166) SIP2 Connection is killed when an item that was not issued is checked in and generates a transfer
1087
- [[27196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27196) Waiting title level hold checked in at wrong location via SIP leaves hold in a broken state and drops connection
1087
- [[27196]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27196) Waiting title level hold checked in at wrong location via SIP leaves hold in a broken state and drops connection
1088
- [[27589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27589) Error when specifying CR field in SIP Config
1088
- [[27589]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27589) Error when specifying CR field in SIP Config
1089
1089
1090
### Searching
1090
### Searching
1091
1091
1092
- [[28475]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28475) Searching all headings returns no results
1092
- [[28475]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28475) Searching all headings returns no results
1093
1093
1094
  **Sponsored by** *Asociación Latinoamericana de Integración*
1094
  **Sponsored by** *Asociación Latinoamericana de Integración*
1095
1095
1096
### Searching - Elasticsearch
1096
### Searching - Elasticsearch
1097
1097
1098
- [[26312]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26312) Add some error handling during Elasticsearch indexing
1098
- [[26312]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26312) Add some error handling during Elasticsearch indexing
1099
- [[27597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27597) Searching "kw:term" does not work with Elasticsearch
1099
- [[27597]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27597) Searching "kw:term" does not work with Elasticsearch
1100
- [[27784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27784) Unknown authority types break elasticsearch authorities indexing
1100
- [[27784]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27784) Unknown authority types break elasticsearch authorities indexing
1101
1101
1102
  >This patch fixes Elasticsearch indexing failures caused by 'SUBDIV' type authority records in Koha. It skips the step of parsing the authorities into the linking form if the type contains '_SUBD'. 
1102
  >This patch fixes Elasticsearch indexing failures caused by 'SUBDIV' type authority records in Koha. It skips the step of parsing the authorities into the linking form if the type contains '_SUBD'. 
1103
  >
1103
  >
Lines 1107-1146 have already been fixed in maintainance releases) Link Here
1107
1107
1108
### Searching - Zebra
1108
### Searching - Zebra
1109
1109
1110
- [[12430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430) Relevance ranking should also be used without QueryWeightFields system preference
1110
- [[12430]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430) Relevance ranking should also be used without QueryWeightFields system preference
1111
1111
1112
### Serials
1112
### Serials
1113
1113
1114
- [[27842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27842) Incorrect biblionumber handling in serials subscriptions
1114
- [[27842]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27842) Incorrect biblionumber handling in serials subscriptions
1115
1115
1116
### Staff Client
1116
### Staff Client
1117
1117
1118
- [[27256]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27256) "Add" button on point of sale page fails on table paging
1118
- [[27256]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27256) "Add" button on point of sale page fails on table paging
1119
- [[28368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28368) Error when printing receipt of point of sale
1119
- [[28368]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28368) Error when printing receipt of point of sale
1120
1120
1121
### System Administration
1121
### System Administration
1122
1122
1123
- [[27569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27569) marc-framework import function doesn't accept LibreOffice csv/ods file formats
1123
- [[27569]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27569) marc-framework import function doesn't accept LibreOffice csv/ods file formats
1124
1124
1125
### Templates
1125
### Templates
1126
1126
1127
- [[27124]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27124) JS error "select2Width is not defined"
1127
- [[27124]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27124) JS error "select2Width is not defined"
1128
- [[28351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28351) Cannot set restrictions when 'dateformat' is other than 'us'
1128
- [[28351]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28351) Cannot set restrictions when 'dateformat' is other than 'us'
1129
1129
1130
### Test Suite
1130
### Test Suite
1131
1131
1132
- [[27055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27055) Update Firefox version used in Selenium GUI tests
1132
- [[27055]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27055) Update Firefox version used in Selenium GUI tests
1133
1133
1134
### Tools
1134
### Tools
1135
1135
1136
- [[27669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27669) reverting and importing status never set when importing/reverting a batch
1136
- [[27669]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27669) reverting and importing status never set when importing/reverting a batch
1137
- [[28015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28015) Inventory tool fails when timeformat=12h
1137
- [[28015]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28015) Inventory tool fails when timeformat=12h
1138
- [[28158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28158) Lost items not charging when marked lost from batch item modification
1138
- [[28158]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28158) Lost items not charging when marked lost from batch item modification
1139
- [[28220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28220) Exception not caught when importing patrons
1139
- [[28220]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28220) Exception not caught when importing patrons
1140
1140
1141
### Web services
1141
### Web services
1142
1142
1143
- [[26665]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26665) OAI 'Set' and 'Metadata' dropdowns broken
1143
- [[26665]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26665) OAI 'Set' and 'Metadata' dropdowns broken
1144
1144
1145
  >With OAI-PMH enabled, if you clicked on Sets or Metadata in the search results no additional information was displayed (example query: <OPACBaseURL>/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marc21). This patch fixes this so that the additional information for Sets and Metadata is now correctly displayed.
1145
  >With OAI-PMH enabled, if you clicked on Sets or Metadata in the search results no additional information was displayed (example query: <OPACBaseURL>/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marc21). This patch fixes this so that the additional information for Sets and Metadata is now correctly displayed.
1146
1146
Lines 1152-1523 have already been fixed in maintainance releases) Link Here
1152
1152
1153
### About
1153
### About
1154
1154
1155
- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
1155
- [[7143]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
1156
- [[27495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27495) The "Accessibility advocate" role is not yet listed in the about page.
1156
- [[27495]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27495) The "Accessibility advocate" role is not yet listed in the about page.
1157
- [[27661]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27661) Clarify error for message broker
1157
- [[27661]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27661) Clarify error for message broker
1158
- [[28442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28442) Release team 21.11
1158
- [[28442]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28442) Release team 21.11
1159
1159
1160
### Acquisitions
1160
### Acquisitions
1161
1161
1162
- [[23195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23195) Shipping costs are inconsistent in where displayed
1162
- [[23195]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23195) Shipping costs are inconsistent in where displayed
1163
1163
1164
  >With this patch the shipping costs added to an invoice are always counted as "spent". With this change the totals on the start page of the acquisition module will match the totals on the ordered and spent pages for a fund.
1164
  >With this patch the shipping costs added to an invoice are always counted as "spent". With this change the totals on the start page of the acquisition module will match the totals on the ordered and spent pages for a fund.
1165
- [[23675]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23675) UseACQFrameworkForBiblioRecords default framework is missing LDR breaking encoding
1165
- [[23675]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23675) UseACQFrameworkForBiblioRecords default framework is missing LDR breaking encoding
1166
- [[23767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23767) Spent and Ordered total values don't include child funds on acqui-home
1166
- [[23767]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23767) Spent and Ordered total values don't include child funds on acqui-home
1167
- [[23929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23929) Invoice adjustments should filter inactive funds
1167
- [[23929]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23929) Invoice adjustments should filter inactive funds
1168
- [[24469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24469) Record biblionumber in import_biblio when adding to basket via file
1168
- [[24469]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24469) Record biblionumber in import_biblio when adding to basket via file
1169
- [[24470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24470) Set import_status when file used to populate basket in acquisitions
1169
- [[24470]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24470) Set import_status when file used to populate basket in acquisitions
1170
- [[26905]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26905) Purchase suggestion button hidden for users with suggestion permission but not acq permission
1170
- [[26905]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26905) Purchase suggestion button hidden for users with suggestion permission but not acq permission
1171
- [[26989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26989) Ensure no CR occurs in an EDIFACT order message
1171
- [[26989]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26989) Ensure no CR occurs in an EDIFACT order message
1172
- [[27446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27446) Markup errors in suggestion/suggestion.tt
1172
- [[27446]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27446) Markup errors in suggestion/suggestion.tt
1173
1173
1174
  >This patch fixes several markup errors in the suggestions template in the staff interface, including:
1174
  >This patch fixes several markup errors in the suggestions template in the staff interface, including:
1175
  >- Indentation
1175
  >- Indentation
1176
  >- Unclosed tags
1176
  >- Unclosed tags
1177
  >- Non-unique IDs
1177
  >- Non-unique IDs
1178
  >- Adding comments to highlight markup structure
1178
  >- Adding comments to highlight markup structure
1179
- [[27547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27547) Typo in parcel.tt
1179
- [[27547]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27547) Typo in parcel.tt
1180
- [[27608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27608) Correct 'accepted by' inconsistency in suggestion.tt
1180
- [[27608]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27608) Correct 'accepted by' inconsistency in suggestion.tt
1181
1181
1182
  **Sponsored by** *Collecto*
1182
  **Sponsored by** *Collecto*
1183
- [[27813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27813) Purchase suggestions should sort by suggesteddate rather than title
1183
- [[27813]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27813) Purchase suggestions should sort by suggesteddate rather than title
1184
1184
1185
  >This changes the list of purchase suggestions so that the oldest suggestions are shown first, rather than by title. (This was the behaviour before Koha 20.05).
1185
  >This changes the list of purchase suggestions so that the oldest suggestions are shown first, rather than by title. (This was the behaviour before Koha 20.05).
1186
- [[27900]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27900) regression: add from existing record with null results deadends
1186
- [[27900]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27900) regression: add from existing record with null results deadends
1187
- [[28003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28003) Invoice adjustments using inactive budgets do not indicate that status
1187
- [[28003]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28003) Invoice adjustments using inactive budgets do not indicate that status
1188
- [[28077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28077) Missing colon on suggestion modification page
1188
- [[28077]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28077) Missing colon on suggestion modification page
1189
- [[28103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28103) Barcode fails when adding item during order receive
1189
- [[28103]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28103) Barcode fails when adding item during order receive
1190
- [[28223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28223) Total for budgets is incorrect when child funds have negative values
1190
- [[28223]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28223) Total for budgets is incorrect when child funds have negative values
1191
- [[28283]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28283) 'Quantity received' should have inputmode="numeric"
1191
- [[28283]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28283) 'Quantity received' should have inputmode="numeric"
1192
1192
1193
### Architecture, internals, and plumbing
1193
### Architecture, internals, and plumbing
1194
1194
1195
- [[15720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15720) OCLC Connexion daemon does not verify username or password
1195
- [[15720]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15720) OCLC Connexion daemon does not verify username or password
1196
- [[16067]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16067) Koha::Cache, fastmmap caching system is broken
1196
- [[16067]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16067) Koha::Cache, fastmmap caching system is broken
1197
- [[24000]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24000) Some modules do not return 1
1197
- [[24000]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24000) Some modules do not return 1
1198
- [[25292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25292) L1 cache too long in Z3950 server (z3950-responder)
1198
- [[25292]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25292) L1 cache too long in Z3950 server (z3950-responder)
1199
- [[25306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25306) Unnecessary update of framework in ModBiblioMarc
1199
- [[25306]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25306) Unnecessary update of framework in ModBiblioMarc
1200
- [[25381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25381) XSLTs should not define entities
1200
- [[25381]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25381) XSLTs should not define entities
1201
- [[25552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25552) Add missing Claims Returned option to MarkLostItemsAsReturned
1201
- [[25552]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25552) Add missing Claims Returned option to MarkLostItemsAsReturned
1202
1202
1203
  >Marking an item as a return claim checks the system preference MarkLostItemsAsReturned to see if the claim should be removed from the patron record. However, the option for "when marking an item as a return claim" was never added to the system preference, so there was no way to remove a checkout from the patron record when marking the checkout as a return claim. This patch set adds that missing option.
1203
  >Marking an item as a return claim checks the system preference MarkLostItemsAsReturned to see if the claim should be removed from the patron record. However, the option for "when marking an item as a return claim" was never added to the system preference, so there was no way to remove a checkout from the patron record when marking the checkout as a return claim. This patch set adds that missing option.
1204
- [[26048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26048) PSGI Koha does not use custom ErrorDocument pages
1204
- [[26048]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26048) PSGI Koha does not use custom ErrorDocument pages
1205
1205
1206
  >This change allows PSGI (Plack) Koha to use the custom ErrorDocument pages that CGI Koha already uses. Without this change, a 500 error will show a white page with only "Internal server error" and a 404 will show a white page with only "not found". This change aligns the error reporting for the two different Koha web modes.
1206
  >This change allows PSGI (Plack) Koha to use the custom ErrorDocument pages that CGI Koha already uses. Without this change, a 500 error will show a white page with only "Internal server error" and a 404 will show a white page with only "not found". This change aligns the error reporting for the two different Koha web modes.
1207
- [[26742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26742) Add configuration for message broker
1207
- [[26742]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26742) Add configuration for message broker
1208
- [[26848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26848) Fix Readonly dependency in cpanfile
1208
- [[26848]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26848) Fix Readonly dependency in cpanfile
1209
- [[26849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26849) Fix Array::Utils dependency in cpanfile
1209
- [[26849]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26849) Fix Array::Utils dependency in cpanfile
1210
- [[26947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947) kohastructure.sql should be updated for each release
1210
- [[26947]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947) kohastructure.sql should be updated for each release
1211
1211
1212
  >The kohastructure file which contains the table create statements for Koha was originally a MySQL dump which has been managed by hand as developers added new tables, changed columns, etc.
1212
  >The kohastructure file which contains the table create statements for Koha was originally a MySQL dump which has been managed by hand as developers added new tables, changed columns, etc.
1213
  >
1213
  >
1214
  >In order to standardize this table and allow easy comparison of an existing sites database to the correct Koha structure this file should be automatically generated as part of the release process
1214
  >In order to standardize this table and allow easy comparison of an existing sites database to the correct Koha structure this file should be automatically generated as part of the release process
1215
- [[27030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27030) The new "Processing" hold status is missing in C4::Reserves module documentation
1215
- [[27030]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27030) The new "Processing" hold status is missing in C4::Reserves module documentation
1216
- [[27154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27154) Koha/Util/SystemPreferences.pm must be removed
1216
- [[27154]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27154) Koha/Util/SystemPreferences.pm must be removed
1217
- [[27179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27179) Misspelling of Method in REST API files
1217
- [[27179]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27179) Misspelling of Method in REST API files
1218
1218
1219
  >This fixes the misspelling of Method (Mehtod to Method) in REST API files.
1219
  >This fixes the misspelling of Method (Mehtod to Method) in REST API files.
1220
- [[27209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27209) Add Koha::Hold->set_pickup_location
1220
- [[27209]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27209) Add Koha::Hold->set_pickup_location
1221
- [[27327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27327) Indirect object notation in Koha::Club::Hold
1221
- [[27327]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27327) Indirect object notation in Koha::Club::Hold
1222
- [[27331]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27331) fr-FR/1-Obligatoire/authorised_values.sql is invalid
1222
- [[27331]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27331) fr-FR/1-Obligatoire/authorised_values.sql is invalid
1223
- [[27333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27333) Wrong exception thrown in Koha::Club::Hold::add
1223
- [[27333]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27333) Wrong exception thrown in Koha::Club::Hold::add
1224
- [[27345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27345) C4::Auth::get_template_and_user is missing some permissions for superlibrarian
1224
- [[27345]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27345) C4::Auth::get_template_and_user is missing some permissions for superlibrarian
1225
- [[27530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27530) Sample patron data should be updated and/or use relative dates
1225
- [[27530]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27530) Sample patron data should be updated and/or use relative dates
1226
- [[27562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27562) itiva notices break if record title contains quotes
1226
- [[27562]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27562) itiva notices break if record title contains quotes
1227
- [[27581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27581) Rename UseICU system preference to UseICUStyleQuotes
1227
- [[27581]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27581) Rename UseICU system preference to UseICUStyleQuotes
1228
- [[27680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27680) API DataTables Wrapper fails for ordering on multi-data-field columns
1228
- [[27680]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27680) API DataTables Wrapper fails for ordering on multi-data-field columns
1229
- [[27714]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27714) Koha::NewsItem->author explodes if the author has been removed
1229
- [[27714]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27714) Koha::NewsItem->author explodes if the author has been removed
1230
1230
1231
  >This fixes the cause of errors occurring for the display of news items where the author of no longer exists in Koha.
1231
  >This fixes the cause of errors occurring for the display of news items where the author of no longer exists in Koha.
1232
- [[27807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27807) API DataTables Wrapper fails for ordered on multiple columns
1232
- [[27807]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27807) API DataTables Wrapper fails for ordered on multiple columns
1233
- [[27844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27844) koha-worker systemd service should run as %i-koha in package install
1233
- [[27844]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27844) koha-worker systemd service should run as %i-koha in package install
1234
- [[27857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27857) Koha::Patron->extended_attributes skips checks
1234
- [[27857]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27857) Koha::Patron->extended_attributes skips checks
1235
- [[27858]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27858) Make Koha::Patron::Attribute->store raise an exception on invalid type/code
1235
- [[27858]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27858) Make Koha::Patron::Attribute->store raise an exception on invalid type/code
1236
- [[27939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27939) Update yarn.lock file
1236
- [[27939]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27939) Update yarn.lock file
1237
- [[27942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27942) QOTD: quote CSV uploads may contain JavaScript payloads (XSS)
1237
- [[27942]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27942) QOTD: quote CSV uploads may contain JavaScript payloads (XSS)
1238
- [[28053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28053) Warning in C4::Members::patronflags
1238
- [[28053]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28053) Warning in C4::Members::patronflags
1239
- [[28096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28096) API datatables wrapper does not deal correctly with hidden columns
1239
- [[28096]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28096) API datatables wrapper does not deal correctly with hidden columns
1240
- [[28110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28110) YAML::XS minimum version should be 0.67, not 0.41
1240
- [[28110]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28110) YAML::XS minimum version should be 0.67, not 0.41
1241
- [[28156]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28156) Koha::Account::Line->renewable must be named is_renewable
1241
- [[28156]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28156) Koha::Account::Line->renewable must be named is_renewable
1242
- [[28221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28221) process_message_queue.pl missing `use Try::Tiny`
1242
- [[28221]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28221) process_message_queue.pl missing `use Try::Tiny`
1243
- [[28244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28244) Ukrainian is misspelled in language tables for English
1243
- [[28244]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28244) Ukrainian is misspelled in language tables for English
1244
- [[28276]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28276) Do not fetch config ($KOHA_CONF) from memcached
1244
- [[28276]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28276) Do not fetch config ($KOHA_CONF) from memcached
1245
- [[28293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28293) Wrong key used in Patrons::Import->generate_patron_attributes
1245
- [[28293]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28293) Wrong key used in Patrons::Import->generate_patron_attributes
1246
- [[28367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28367) Wrong plack condition in C4/Auth_with_shibboleth.pm
1246
- [[28367]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28367) Wrong plack condition in C4/Auth_with_shibboleth.pm
1247
1247
1248
### Authentication
1248
### Authentication
1249
1249
1250
- [[20854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20854) Redirect after logout with CAS 3.0 broken
1250
- [[20854]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20854) Redirect after logout with CAS 3.0 broken
1251
1251
1252
  >This patch adds a new system preference casServerVersion, that will allow Koha to work correctly with different CAS protocol versions. In this case it fixes a problem that arose by changing the name of a parameter in the logout request between CAS 2 and 3 that broke the redirect after successful logout.
1252
  >This patch adds a new system preference casServerVersion, that will allow Koha to work correctly with different CAS protocol versions. In this case it fixes a problem that arose by changing the name of a parameter in the logout request between CAS 2 and 3 that broke the redirect after successful logout.
1253
- [[21325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21325) Prevent authentication when sending userid and password via querystring parameters
1253
- [[21325]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21325) Prevent authentication when sending userid and password via querystring parameters
1254
1254
1255
  >This change may break custom or creative (yet insecure) authentication integration using GET requests. These auth requests do not exist in Koha, but they may be used by extensions, customizations, or clever end users.
1255
  >This change may break custom or creative (yet insecure) authentication integration using GET requests. These auth requests do not exist in Koha, but they may be used by extensions, customizations, or clever end users.
1256
1256
1257
### Browser compatibility
1257
### Browser compatibility
1258
1258
1259
- [[27282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27282) Printing broken in some versions of Chrome
1259
- [[27282]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27282) Printing broken in some versions of Chrome
1260
1260
1261
  >Printing in some versions of Google Chrome does not work correctly making it impossible to print. This patch alters the JavaScript which controls the print dialogues in order to make for a better a printing experience across all browsers.
1261
  >Printing in some versions of Google Chrome does not work correctly making it impossible to print. This patch alters the JavaScript which controls the print dialogues in order to make for a better a printing experience across all browsers.
1262
1262
1263
### Cataloging
1263
### Cataloging
1264
1264
1265
- [[20971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20971) Corrupted storable string breaks SubfieldsToUseWhenPrefill functionality
1265
- [[20971]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20971) Corrupted storable string breaks SubfieldsToUseWhenPrefill functionality
1266
- [[22243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22243) Advanced Cataloguer editor fails if the target contains an apostrophe in the name
1266
- [[22243]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22243) Advanced Cataloguer editor fails if the target contains an apostrophe in the name
1267
- [[23406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406) When using an authorised value for suppression, record doesn't show as suppressed in staff interface
1267
- [[23406]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406) When using an authorised value for suppression, record doesn't show as suppressed in staff interface
1268
- [[25777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25777) Datatables on z3950_search.pl show incorrect number of entries
1268
- [[25777]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25777) Datatables on z3950_search.pl show incorrect number of entries
1269
- [[26921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26921) Create cover image even when there is no record identificator
1269
- [[26921]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26921) Create cover image even when there is no record identificator
1270
1270
1271
  **Sponsored by** *Orex Digital*
1271
  **Sponsored by** *Orex Digital*
1272
- [[26964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26964) Advanced editor no longer selects newly created macros
1272
- [[26964]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26964) Advanced editor no longer selects newly created macros
1273
1273
1274
  >This patch fixes the behaviour for saving of new macros using the advanced editor. Before this fix the newly created macro wasn't selected and the automatic save (there isn't a save option) had nothing to save.
1274
  >This patch fixes the behaviour for saving of new macros using the advanced editor. Before this fix the newly created macro wasn't selected and the automatic save (there isn't a save option) had nothing to save.
1275
- [[27125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27125) Show authority type for UNIMARC in authority search result display
1275
- [[27125]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27125) Show authority type for UNIMARC in authority search result display
1276
- [[27128]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27128) Follow-up to bug 25728 - Don't prefill av's code
1276
- [[27128]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27128) Follow-up to bug 25728 - Don't prefill av's code
1277
- [[27130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27130) Adding local cover image at item level shows 'File type' section
1277
- [[27130]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27130) Adding local cover image at item level shows 'File type' section
1278
- [[27135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27135) Viewing local cover images at item level shows a link to upload image at record level
1278
- [[27135]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27135) Viewing local cover images at item level shows a link to upload image at record level
1279
- [[27164]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27164) Fix item search CSV export
1279
- [[27164]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27164) Fix item search CSV export
1280
- [[27308]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27308) Advanced editor should skip blank lines when inserting new fields
1280
- [[27308]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27308) Advanced editor should skip blank lines when inserting new fields
1281
- [[27508]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27508) Can't duplicate the MARC field tag with JavaScript if option "advancedMARCeditor" is set to "Don't display"
1281
- [[27508]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27508) Can't duplicate the MARC field tag with JavaScript if option "advancedMARCeditor" is set to "Don't display"
1282
- [[27577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27577) Autolink bibs after generating the biblionumber
1282
- [[27577]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27577) Autolink bibs after generating the biblionumber
1283
- [[27578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27578) Searchid not initialized when adding a new record
1283
- [[27578]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27578) Searchid not initialized when adding a new record
1284
- [[27738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27738) Set fallback for unset DefaultCountryField008 to |||, "no attempt to code"
1284
- [[27738]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27738) Set fallback for unset DefaultCountryField008 to |||, "no attempt to code"
1285
- [[27739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27739) Advanced editor should use DefaultCountryField008 system preference rather than hardcoding xxu
1285
- [[27739]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27739) Advanced editor should use DefaultCountryField008 system preference rather than hardcoding xxu
1286
- [[27837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27837) Permanent location is reverted to location when location updated and permanent_location mapped to MARC field
1286
- [[27837]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27837) Permanent location is reverted to location when location updated and permanent_location mapped to MARC field
1287
- [[28123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28123) Commas in file names of uploaded files cause inconsistently broken 856$u links
1287
- [[28123]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28123) Commas in file names of uploaded files cause inconsistently broken 856$u links
1288
- [[28270]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28270) Wrong tooltip displayed on moredetail for the claim lost status
1288
- [[28270]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28270) Wrong tooltip displayed on moredetail for the claim lost status
1289
1289
1290
### Circulation
1290
### Circulation
1291
1291
1292
- [[8287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8287) Improve filter on checked out from overdues
1292
- [[8287]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8287) Improve filter on checked out from overdues
1293
- [[16785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16785) Autocomplete broken on overdues report
1293
- [[16785]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16785) Autocomplete broken on overdues report
1294
- [[24488]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488) Holds to Pull sometimes shows the wrong 'first patron' details
1294
- [[24488]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488) Holds to Pull sometimes shows the wrong 'first patron' details
1295
- [[25583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25583) When ClaimReturnedLostValue is not set, the claim returned tab doesn't appear
1295
- [[25583]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25583) When ClaimReturnedLostValue is not set, the claim returned tab doesn't appear
1296
- [[25690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25690) SIP should not allow to check out an item in transfer because of a hold to another patron
1296
- [[25690]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25690) SIP should not allow to check out an item in transfer because of a hold to another patron
1297
1297
1298
  >- Proper warning messages are added in staff interface when trying to initiate transfer to an attached hold.
1298
  >- Proper warning messages are added in staff interface when trying to initiate transfer to an attached hold.
1299
  >
1299
  >
1300
  >- Checking out someone else's hold that is in transit is prevented
1300
  >- Checking out someone else's hold that is in transit is prevented
1301
- [[26953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26953) Phone & SMS transports always displayed in overdue status triggers
1301
- [[26953]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26953) Phone & SMS transports always displayed in overdue status triggers
1302
- [[27011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27011) Warnings in returns.pl
1302
- [[27011]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27011) Warnings in returns.pl
1303
1303
1304
  >This patch removes a variable ($name) that is no longer used in Circulation > Check in (/cgi-bin/koha/circ/returns.pl), and the resulting warnings (..[WARN] Use of uninitialized value in concatenation (.) or string at..) that were recorded in the error log.
1304
  >This patch removes a variable ($name) that is no longer used in Circulation > Check in (/cgi-bin/koha/circ/returns.pl), and the resulting warnings (..[WARN] Use of uninitialized value in concatenation (.) or string at..) that were recorded in the error log.
1305
- [[27058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27058) Cannot place hold to ordered item when on shelf holds are not allowed
1305
- [[27058]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27058) Cannot place hold to ordered item when on shelf holds are not allowed
1306
- [[27133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27133) Header missing for "Copy no" on the relative's checkouts table
1306
- [[27133]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27133) Header missing for "Copy no" on the relative's checkouts table
1307
- [[27538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27538) Cells in the bottom filtering row of the "Holds to pull" table shifted
1307
- [[27538]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27538) Cells in the bottom filtering row of the "Holds to pull" table shifted
1308
- [[27548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27548) Warnings "use of uninitialized value" on branchoverdues.pl
1308
- [[27548]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27548) Warnings "use of uninitialized value" on branchoverdues.pl
1309
1309
1310
  >This fixes the cause of unnecessary "use of uninitialized value" warnings in the log files generated by Circulation > Overdues with fines (/cgi-bin/koha/circ/branchoverdues.pl).
1310
  >This fixes the cause of unnecessary "use of uninitialized value" warnings in the log files generated by Circulation > Overdues with fines (/cgi-bin/koha/circ/branchoverdues.pl).
1311
  >
1311
  >
1312
  >This was caused by not taking into account that the "location" parameter for this form is initially empty.
1312
  >This was caused by not taking into account that the "location" parameter for this form is initially empty.
1313
- [[27549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27549) Warning "use of uninitialized value" on renew.pl
1313
- [[27549]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27549) Warning "use of uninitialized value" on renew.pl
1314
1314
1315
  >This fixes the cause of unnecessary "use of uninitialized value" warnings in the log files generated by Circulation > Renew (/cgi-bin/koha/circ/renew.pl).
1315
  >This fixes the cause of unnecessary "use of uninitialized value" warnings in the log files generated by Circulation > Renew (/cgi-bin/koha/circ/renew.pl).
1316
  >
1316
  >
1317
  >This was caused by not taking into account that the "barcode" parameter for this form is initially empty.
1317
  >This was caused by not taking into account that the "barcode" parameter for this form is initially empty.
1318
- [[27645]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27645) Duplicate message in batch checkout
1318
- [[27645]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27645) Duplicate message in batch checkout
1319
- [[27655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27655) Barcode column is missing from "Holds to pull" table preferences yaml file
1319
- [[27655]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27655) Barcode column is missing from "Holds to pull" table preferences yaml file
1320
- [[27836]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27836) Document that CircControl syspref changes which library's calendar to use
1320
- [[27836]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27836) Document that CircControl syspref changes which library's calendar to use
1321
- [[27969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27969) On checkin, relabel "Remember due date" as "Remember return date"
1321
- [[27969]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27969) On checkin, relabel "Remember due date" as "Remember return date"
1322
- [[27993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27993) Koha::Item::Transfer->in_transit should not count cancelled transfers
1322
- [[27993]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27993) Koha::Item::Transfer->in_transit should not count cancelled transfers
1323
- [[28013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28013) Improvements to CanBookBeRenewed
1323
- [[28013]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28013) Improvements to CanBookBeRenewed
1324
- [[28139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28139) Processing holds are not filled automatically
1324
- [[28139]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28139) Processing holds are not filled automatically
1325
- [[28148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28148) JavaScript error when printing transfer slip for existing transfer
1325
- [[28148]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28148) JavaScript error when printing transfer slip for existing transfer
1326
- [[28202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28202) Pickup libraries not sorted by name when placing hold
1326
- [[28202]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28202) Pickup libraries not sorted by name when placing hold
1327
1327
1328
  >This corrects the sort order for library names for the pickup list when placing a hold. The list of libraries now sorts by library name, instead of the library code.
1328
  >This corrects the sort order for library names for the pickup list when placing a hold. The list of libraries now sorts by library name, instead of the library code.
1329
1329
1330
### Command-line Utilities
1330
### Command-line Utilities
1331
1331
1332
- [[11344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11344) Perldoc issues in misc/cronjobs/advance_notices.pl
1332
- [[11344]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11344) Perldoc issues in misc/cronjobs/advance_notices.pl
1333
- [[14564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14564) Incorrect permissions prevent web download of configuration backups
1333
- [[14564]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14564) Incorrect permissions prevent web download of configuration backups
1334
- [[17429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17429) Document the --plack option for koha-list
1334
- [[17429]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17429) Document the --plack option for koha-list
1335
- [[26851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26851) Overdue notices should not send a report to the library if there is no content
1335
- [[26851]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26851) Overdue notices should not send a report to the library if there is no content
1336
- [[27085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27085) Corrections in overdue_notices.pl help text
1336
- [[27085]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27085) Corrections in overdue_notices.pl help text
1337
1337
1338
  **Sponsored by** *Lund University Library*
1338
  **Sponsored by** *Lund University Library*
1339
- [[27563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27563) Remove check-url.pl in favor of check-url-quick.pl
1339
- [[27563]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27563) Remove check-url.pl in favor of check-url-quick.pl
1340
1340
1341
  >The check-url.pl script has been deprecated since Koha 3.8 - this patch removes it. If any users are still referencing that script in their cronjobs they will need to update to the new script upon upgrade.
1341
  >The check-url.pl script has been deprecated since Koha 3.8 - this patch removes it. If any users are still referencing that script in their cronjobs they will need to update to the new script upon upgrade.
1342
- [[27656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27656) misc/cronjobs/longoverdue.pl better error message
1342
- [[27656]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27656) misc/cronjobs/longoverdue.pl better error message
1343
- [[27819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27819) Spurious errors when running delete_records_via_leader.pl
1343
- [[27819]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27819) Spurious errors when running delete_records_via_leader.pl
1344
- [[28028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28028) Remove broken fix_onloan.pl maintenance script
1344
- [[28028]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28028) Remove broken fix_onloan.pl maintenance script
1345
1345
1346
  >This script is removed from the codebase, as it was non-functional for a long time which also suggests that it wasn't used.
1346
  >This script is removed from the codebase, as it was non-functional for a long time which also suggests that it wasn't used.
1347
- [[28255]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28255) Follow up to bug 23463 - use item_object in misc/cronjobs/delete_items.pl
1347
- [[28255]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28255) Follow up to bug 23463 - use item_object in misc/cronjobs/delete_items.pl
1348
1348
1349
### Database
1349
### Database
1350
1350
1351
- [[7806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7806) Don't use 0000-00-00 to signal a non-existing date
1351
- [[7806]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7806) Don't use 0000-00-00 to signal a non-existing date
1352
- [[17809]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17809) Correct some authorised values in fr-FR
1352
- [[17809]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17809) Correct some authorised values in fr-FR
1353
1353
1354
### Developer documentation
1354
### Developer documentation
1355
1355
1356
- [[28305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28305) Remove doc reference to XML::Simple in C4::Context
1356
- [[28305]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28305) Remove doc reference to XML::Simple in C4::Context
1357
1357
1358
### Fines and fees
1358
### Fines and fees
1359
1359
1360
- [[20527]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20527) "label" tag linked to the wrong "input" tag (wrong "for" attribute) in paycollect.tt
1360
- [[20527]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20527) "label" tag linked to the wrong "input" tag (wrong "for" attribute) in paycollect.tt
1361
1361
1362
  >This fixes the HTML 'label for=""' element for the Writeoff amount field on the Accounting > Make a payment form for a patron - changes "paid" to "amountwrittenoff".
1362
  >This fixes the HTML 'label for=""' element for the Writeoff amount field on the Accounting > Make a payment form for a patron - changes "paid" to "amountwrittenoff".
1363
- [[24519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24519) Change calculation and validation in Point of Sale should match Paycollect
1363
- [[24519]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24519) Change calculation and validation in Point of Sale should match Paycollect
1364
- [[26593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26593) Rental discounts are applied in wrong precedence order
1364
- [[26593]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26593) Rental discounts are applied in wrong precedence order
1365
- [[27180]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27180) Fines cronjob does not update fines on holidays when finesCalendar is set to ignore
1365
- [[27180]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27180) Fines cronjob does not update fines on holidays when finesCalendar is set to ignore
1366
1366
1367
  >Prior to this patchset the fines cronjob would not run on holidays. This was to ensure that dropbox mode correctly decremented fines. 
1367
  >Prior to this patchset the fines cronjob would not run on holidays. This was to ensure that dropbox mode correctly decremented fines. 
1368
  >
1368
  >
1369
  >Dropbox mode has been rewritten and we can now correctly calculate and charge fines on holidays (or not) following the calendar and system preferences.
1369
  >Dropbox mode has been rewritten and we can now correctly calculate and charge fines on holidays (or not) following the calendar and system preferences.
1370
- [[27290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27290) Cash register allows for 'amount tendered' less than amount being paid
1370
- [[27290]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27290) Cash register allows for 'amount tendered' less than amount being paid
1371
- [[27811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27811) Manage patrons fines and fees (updatecharges)  subpermissions shows links/buttons that cannot be accessed
1371
- [[27811]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27811) Manage patrons fines and fees (updatecharges)  subpermissions shows links/buttons that cannot be accessed
1372
- [[28097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28097) t/db_dependent/Koha/Account/Line.t test fails with FinesMode set to calculate
1372
- [[28097]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28097) t/db_dependent/Koha/Account/Line.t test fails with FinesMode set to calculate
1373
- [[28144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28144) Historical OVERDUE fines may not have an issue_id
1373
- [[28144]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28144) Historical OVERDUE fines may not have an issue_id
1374
- [[28147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28147) Pass itemnumber when writing off a single debit
1374
- [[28147]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28147) Pass itemnumber when writing off a single debit
1375
- [[28168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28168) Manual invoice form pre-fills Amount field with invalid number
1375
- [[28168]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28168) Manual invoice form pre-fills Amount field with invalid number
1376
- [[28181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28181) Archived debit type still shows as available in Point of Sale
1376
- [[28181]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28181) Archived debit type still shows as available in Point of Sale
1377
- [[28266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28266) Misspelled word: recieved in cashup confirmation pop-up
1377
- [[28266]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28266) Misspelled word: recieved in cashup confirmation pop-up
1378
1378
1379
### Hold requests
1379
### Hold requests
1380
1380
1381
- [[12362]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12362) Branch transfer records orphaned on cancelled holds
1381
- [[12362]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12362) Branch transfer records orphaned on cancelled holds
1382
1382
1383
  >This change improves the queue handling for transfer cancellations.
1383
  >This change improves the queue handling for transfer cancellations.
1384
  >
1384
  >
1385
  >With this patch, if a transfer is force-cancelled whilst it is in transit then a reverse transfer will be created to ensure the item gets back to the originating library unless there are already other transfers in the queue, in which case the next transfer in the queue will take precedence.
1385
  >With this patch, if a transfer is force-cancelled whilst it is in transit then a reverse transfer will be created to ensure the item gets back to the originating library unless there are already other transfers in the queue, in which case the next transfer in the queue will take precedence.
1386
- [[16787]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16787) 'Too many holds' message appears inappropriately and is missing data
1386
- [[16787]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16787) 'Too many holds' message appears inappropriately and is missing data
1387
- [[18729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18729) Librarian unable to update hold pickup library from patron pages without "modify_holds_priority" permission
1387
- [[18729]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18729) Librarian unable to update hold pickup library from patron pages without "modify_holds_priority" permission
1388
- [[25760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25760) Holds ratio report is not reporting on records with 1 hold
1388
- [[25760]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25760) Holds ratio report is not reporting on records with 1 hold
1389
- [[26367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26367) Warn in HoldsQueue if request itemtype set but request is not item specific
1389
- [[26367]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26367) Warn in HoldsQueue if request itemtype set but request is not item specific
1390
- [[26976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26976) When renewalsallowed is empty the UI is not correct
1390
- [[26976]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26976) When renewalsallowed is empty the UI is not correct
1391
- [[26999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26999) "Any library" not translatable on the hold list
1391
- [[26999]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26999) "Any library" not translatable on the hold list
1392
- [[27117]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27117) Staff without modify_holds_priority permission can't update hold pick-up from biblio
1392
- [[27117]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27117) Staff without modify_holds_priority permission can't update hold pick-up from biblio
1393
- [[27706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27706) Holds to Pull libraries column filter doesn't work
1393
- [[27706]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27706) Holds to Pull libraries column filter doesn't work
1394
- [[27718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27718) Holds to Pull list doesn't respect holdallowed circulation rule anymore
1394
- [[27718]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27718) Holds to Pull list doesn't respect holdallowed circulation rule anymore
1395
- [[27729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27729) Code around SkipHoldTrapOnNotForLoanValue contains two perl bugs
1395
- [[27729]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27729) Code around SkipHoldTrapOnNotForLoanValue contains two perl bugs
1396
- [[27732]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27732) JavaScript error on place hold page in the staff interface
1396
- [[27732]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27732) JavaScript error on place hold page in the staff interface
1397
1397
1398
  >This patch fixes the cause of a JavaScript console error ("Uncaught ReferenceError: $ is not defined") when placing a hold using the staff interface. It:
1398
  >This patch fixes the cause of a JavaScript console error ("Uncaught ReferenceError: $ is not defined") when placing a hold using the staff interface. It:
1399
  >- Moves the "$.fn.select2.defaults" definition from the top of the page to the bottom so that jQuery is loaded first.
1399
  >- Moves the "$.fn.select2.defaults" definition from the top of the page to the bottom so that jQuery is loaded first.
1400
  >- Improves the display of the dropdown list for the pickup library so that the width is wider.
1400
  >- Improves the display of the dropdown list for the pickup library so that the width is wider.
1401
- [[27733]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27733) Sort pickup locations by library name instead of branchcode
1401
- [[27733]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27733) Sort pickup locations by library name instead of branchcode
1402
- [[27803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27803) publicationyear / copyrightdate not included in Holds to Pull
1402
- [[27803]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27803) publicationyear / copyrightdate not included in Holds to Pull
1403
1403
1404
  **Sponsored by** *Catalyst*
1404
  **Sponsored by** *Catalyst*
1405
- [[27921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27921) Timestamp in holds log is out of date when a hold is marked as waiting
1405
- [[27921]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27921) Timestamp in holds log is out of date when a hold is marked as waiting
1406
- [[28078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28078) Add option to ignore hold counts when checking CanItemBeReserved
1406
- [[28078]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28078) Add option to ignore hold counts when checking CanItemBeReserved
1407
- [[28118]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28118) Fix missing "selected" attribute in "Pickup at" dropdown
1407
- [[28118]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28118) Fix missing "selected" attribute in "Pickup at" dropdown
1408
- [[28125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28125) All OPAC holds blocked when OPACHiddenItems contains incorrect values
1408
- [[28125]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28125) All OPAC holds blocked when OPACHiddenItems contains incorrect values
1409
- [[28169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28169) Reverting waiting hold causes holds page Javascript stop functioning
1409
- [[28169]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28169) Reverting waiting hold causes holds page Javascript stop functioning
1410
- [[28286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28286) Place hold button not displayed when biblio has only Ordered items
1410
- [[28286]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28286) Place hold button not displayed when biblio has only Ordered items
1411
1411
1412
### I18N/L10N
1412
### I18N/L10N
1413
1413
1414
- [[27398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27398) Serials: Values in subscription length pull down are not translatable when defining numbering patterns
1414
- [[27398]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27398) Serials: Values in subscription length pull down are not translatable when defining numbering patterns
1415
- [[27416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416) String 'Modify tag' in breadcrumb is untranslatable
1415
- [[27416]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416) String 'Modify tag' in breadcrumb is untranslatable
1416
- [[27815]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27815) "Remove" in point of sale untranslatable
1416
- [[27815]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27815) "Remove" in point of sale untranslatable
1417
- [[27816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27816) "Click to edit" in Point of sale is untranslatable
1417
- [[27816]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27816) "Click to edit" in Point of sale is untranslatable
1418
1418
1419
### ILL
1419
### ILL
1420
1420
1421
- [[25614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25614) "Clear filter" button permanently disabled on ILL request list
1421
- [[25614]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25614) "Clear filter" button permanently disabled on ILL request list
1422
1422
1423
### Installation and upgrade (web-based installer)
1423
### Installation and upgrade (web-based installer)
1424
1424
1425
- [[11996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11996) Default active currencies for ru-RU and uk-UA are wrong
1425
- [[11996]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11996) Default active currencies for ru-RU and uk-UA are wrong
1426
1426
1427
  >This fixes the currencies in the sample installer files for Russia (ru-RU; changes GRN -> UAH, default remains as RUB) and the Ukraine (uk-UA; changes GRN -> UAH).
1427
  >This fixes the currencies in the sample installer files for Russia (ru-RU; changes GRN -> UAH, default remains as RUB) and the Ukraine (uk-UA; changes GRN -> UAH).
1428
- [[24810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24810) French SQL files for "news" contain "Welcome into Koha 3!"
1428
- [[24810]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24810) French SQL files for "news" contain "Welcome into Koha 3!"
1429
1429
1430
  >This removes the Koha version number from the sample news items for the French language installer files (fr-FR and fr-CA).
1430
  >This removes the Koha version number from the sample news items for the French language installer files (fr-FR and fr-CA).
1431
- [[24811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24811) French SQL files for "news" contain broken link to the wiki
1431
- [[24811]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24811) French SQL files for "news" contain broken link to the wiki
1432
1432
1433
  >This fixes a broken link in the sample news items for the French language installer files (fr-FR and fr-CA).
1433
  >This fixes a broken link in the sample news items for the French language installer files (fr-FR and fr-CA).
1434
- [[27621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27621) Remove it-IT installer data
1434
- [[27621]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27621) Remove it-IT installer data
1435
1435
1436
  >This removes the SQL installer directory from the Koha source code. Installing Italian sample data will still be possible, but translations have been moved into Koha's translation system using .po files maintained on https://translate.koha-community.org.
1436
  >This removes the SQL installer directory from the Koha source code. Installing Italian sample data will still be possible, but translations have been moved into Koha's translation system using .po files maintained on https://translate.koha-community.org.
1437
- [[27623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27623) Remove pl-PL installer data
1437
- [[27623]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27623) Remove pl-PL installer data
1438
1438
1439
  >This removes the SQL installer directory from the Koha source code. Installing Polish sample data will still be possible, but translations have been moved into Koha's translation system using .po files maintained on https://translate.koha-community.org.
1439
  >This removes the SQL installer directory from the Koha source code. Installing Polish sample data will still be possible, but translations have been moved into Koha's translation system using .po files maintained on https://translate.koha-community.org.
1440
- [[27624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27624) Remove ru-RU installer data
1440
- [[27624]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27624) Remove ru-RU installer data
1441
- [[27625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27625) Remove uk-UA installer data
1441
- [[27625]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27625) Remove uk-UA installer data
1442
1442
1443
### Lists
1443
### Lists
1444
1444
1445
- [[28069]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28069) Can't sort lists on staff client
1445
- [[28069]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28069) Can't sort lists on staff client
1446
1446
1447
### MARC Authority data support
1447
### MARC Authority data support
1448
1448
1449
- [[21958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21958) _check_valid_auth_link checks too many subfields
1449
- [[21958]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21958) _check_valid_auth_link checks too many subfields
1450
- [[28159]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28159) URI-encode existing values put into query string for z39.50 authority search
1450
- [[28159]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28159) URI-encode existing values put into query string for z39.50 authority search
1451
- [[28160]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28160) Values from 150$a aren't prefilled in z39.50 search form from an existing authority record
1451
- [[28160]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28160) Values from 150$a aren't prefilled in z39.50 search form from an existing authority record
1452
1452
1453
### MARC Bibliographic data support
1453
### MARC Bibliographic data support
1454
1454
1455
- [[25632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25632) Update MARC21 frameworks to update Nr. 30 (May 2020)
1455
- [[25632]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25632) Update MARC21 frameworks to update Nr. 30 (May 2020)
1456
1456
1457
### MARC Bibliographic record staging/import
1457
### MARC Bibliographic record staging/import
1458
1458
1459
- [[26171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26171) Show biblionumber in Koha::Exceptions::Metadata::Invalid
1459
- [[26171]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26171) Show biblionumber in Koha::Exceptions::Metadata::Invalid
1460
- [[27099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27099) Stage for import button not showing up
1460
- [[27099]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27099) Stage for import button not showing up
1461
1461
1462
### Mana-kb
1462
### Mana-kb
1463
1463
1464
- [[27061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27061) Double permission check in svc/mana/search
1464
- [[27061]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27061) Double permission check in svc/mana/search
1465
1465
1466
### Notices
1466
### Notices
1467
1467
1468
- [[13613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13613) Don't allow digest to be selected without a digest-able transport selected
1468
- [[13613]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13613) Don't allow digest to be selected without a digest-able transport selected
1469
- [[24447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24447) POD of C4::Members::Messaging::GetMessagingPreferences() is misleading
1469
- [[24447]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24447) POD of C4::Members::Messaging::GetMessagingPreferences() is misleading
1470
- [[28017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28017) Allow non-FQDN and IP addresses in emails
1470
- [[28017]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28017) Allow non-FQDN and IP addresses in emails
1471
- [[28258]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28258) Bad date formatting in AUTO_RENEWALS notice
1471
- [[28258]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28258) Bad date formatting in AUTO_RENEWALS notice
1472
1472
1473
### OPAC
1473
### OPAC
1474
1474
1475
- [[18112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18112) Add street type to main address in OPAC
1475
- [[18112]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18112) Add street type to main address in OPAC
1476
- [[21260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21260) Improve the Availability line of OPAC XSLT search results
1476
- [[21260]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21260) Improve the Availability line of OPAC XSLT search results
1477
1477
1478
  >This report adds preference Reference_NFL_Statuses that allows you to define the not for loan statuses that you want to be reported as Available for reference on the OPAC results display (XSLT based).
1478
  >This report adds preference Reference_NFL_Statuses that allows you to define the not for loan statuses that you want to be reported as Available for reference on the OPAC results display (XSLT based).
1479
  >Basis for further adjustments on bug 26302.
1479
  >Basis for further adjustments on bug 26302.
1480
- [[26406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26406) Suggestions filter does not work
1480
- [[26406]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26406) Suggestions filter does not work
1481
- [[26578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26578) OverDrive results can return false positives when searches contain CCL syntax
1481
- [[26578]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26578) OverDrive results can return false positives when searches contain CCL syntax
1482
- [[26941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26941) Missing OPAC password recovery error messages
1482
- [[26941]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26941) Missing OPAC password recovery error messages
1483
- [[27047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27047) Purchase suggestions search filter is broken
1483
- [[27047]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27047) Purchase suggestions search filter is broken
1484
- [[27090]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27090) In the location column of an OPAC cart the 'In transit from' and 'to' fields are empty
1484
- [[27090]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27090) In the location column of an OPAC cart the 'In transit from' and 'to' fields are empty
1485
- [[27168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27168) Most popular doesn't always sort correctly
1485
- [[27168]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27168) Most popular doesn't always sort correctly
1486
- [[27178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27178) OPAC results and lists pages contain invalid attributes (xmlns:str="http://exslt.org/strings")
1486
- [[27178]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27178) OPAC results and lists pages contain invalid attributes (xmlns:str="https://exslt.org/strings")
1487
- [[27230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27230) purchase suggestion authorized value opac_sug doesn't show opac description
1487
- [[27230]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27230) purchase suggestion authorized value opac_sug doesn't show opac description
1488
- [[27261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27261) PatronSelfRegistrationBorrowerUnwantedField should exclude branchcode
1488
- [[27261]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27261) PatronSelfRegistrationBorrowerUnwantedField should exclude branchcode
1489
1489
1490
  >This patch excludes the ability to add branchcode to the PatronSelfRegistrationBorrowerUnwantedField system preference.
1490
  >This patch excludes the ability to add branchcode to the PatronSelfRegistrationBorrowerUnwantedField system preference.
1491
- [[27297]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27297) When itemtype is marked as required in OpacSuggestion MandatoryFields the field is not required
1491
- [[27297]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27297) When itemtype is marked as required in OpacSuggestion MandatoryFields the field is not required
1492
- [[27325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27325) Fix singular/plural forms on the OPAC dashboard
1492
- [[27325]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27325) Fix singular/plural forms on the OPAC dashboard
1493
- [[27450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27450) Making password required for patron registration breaks patron modification
1493
- [[27450]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27450) Making password required for patron registration breaks patron modification
1494
- [[27543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27543) Tooltip on opac-messaging.pl obscured by table headers
1494
- [[27543]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27543) Tooltip on opac-messaging.pl obscured by table headers
1495
1495
1496
  >This patch fixes the display of tooltips in a patrons OPAC account for the 'your messaging' section. It corrects which Bootstrap assets are compiled with the OPAC CSS - the file for Bootstrap tooltips should be included.
1496
  >This patch fixes the display of tooltips in a patrons OPAC account for the 'your messaging' section. It corrects which Bootstrap assets are compiled with the OPAC CSS - the file for Bootstrap tooltips should be included.
1497
- [[27566]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27566) CSS rule not applying to HTML select / option -  displays with serif font ignoring rules
1497
- [[27566]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27566) CSS rule not applying to HTML select / option -  displays with serif font ignoring rules
1498
- [[27571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27571) "Add to lists" on MARC and ISBD view of OPAC detail page doesn't open in new window
1498
- [[27571]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27571) "Add to lists" on MARC and ISBD view of OPAC detail page doesn't open in new window
1499
- [[27628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27628) Fix minor HTML markup errors in OPAC search results templates
1499
- [[27628]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27628) Fix minor HTML markup errors in OPAC search results templates
1500
- [[27633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27633) Display of 440$v doubled up in the OPAC
1500
- [[27633]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27633) Display of 440$v doubled up in the OPAC
1501
1501
1502
  >This fixes the display of 440$v (Series Statement/Added Entry-Title - Volume/sequential designation ($v)) in the OPAC. Before this fix $v is included in the title link and then displayed after the ;. With the fix $v is only displayed after the ; and is not duplicated in the title link.
1502
  >This fixes the display of 440$v (Series Statement/Added Entry-Title - Volume/sequential designation ($v)) in the OPAC. Before this fix $v is included in the title link and then displayed after the ;. With the fix $v is only displayed after the ; and is not duplicated in the title link.
1503
- [[27650]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27650) Wrong variable passed to the template in opac-main
1503
- [[27650]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27650) Wrong variable passed to the template in opac-main
1504
- [[27726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27726) OPACProblemReports cuts off message text
1504
- [[27726]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27726) OPACProblemReports cuts off message text
1505
- [[27748]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27748) Encoding problem in link to OverDrive results
1505
- [[27748]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27748) Encoding problem in link to OverDrive results
1506
- [[27830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27830) OPAC library list does not use AddressFormat
1506
- [[27830]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27830) OPAC library list does not use AddressFormat
1507
- [[27881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27881) Markup error in masthead-langmenu.inc
1507
- [[27881]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27881) Markup error in masthead-langmenu.inc
1508
- [[27889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27889) Form fields in OPAC are "out of shape"
1508
- [[27889]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27889) Form fields in OPAC are "out of shape"
1509
1509
1510
  >This patch tweaks the CSS for the advanced search form in the OPAC so that it adjusts well at various browser widths, including preventing the form from taking up the whole width of the page at higher browser widths.
1510
  >This patch tweaks the CSS for the advanced search form in the OPAC so that it adjusts well at various browser widths, including preventing the form from taking up the whole width of the page at higher browser widths.
1511
- [[27940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940) Fix missing email in OpacMaintenance page
1511
- [[27940]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940) Fix missing email in OpacMaintenance page
1512
1512
1513
  >This fixes no email address being shown on the OPAC maintenance page for "site administrator" link (when OpacMaintenance is set). Before this the link was showing as an empty "mailto:" instead of the value of KohaAdminEmailAddress
1513
  >This fixes no email address being shown on the OPAC maintenance page for "site administrator" link (when OpacMaintenance is set). Before this the link was showing as an empty "mailto:" instead of the value of KohaAdminEmailAddress
1514
- [[27961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27961) External track clicks links should get uri filtered
1514
- [[27961]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27961) External track clicks links should get uri filtered
1515
1515
1516
  **Sponsored by** *Parliamentary Library New Zealand*
1516
  **Sponsored by** *Parliamentary Library New Zealand*
1517
- [[27979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27979) Multiple item URIs break redirect if TrackClicks enabled
1517
- [[27979]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27979) Multiple item URIs break redirect if TrackClicks enabled
1518
1518
1519
  **Sponsored by** *Catalyst*
1519
  **Sponsored by** *Catalyst*
1520
- [[28086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28086) Email address shown on OpacMaintenancePage should use ReplytoDefault if set
1520
- [[28086]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28086) Email address shown on OpacMaintenancePage should use ReplytoDefault if set
1521
1521
1522
  >This enhancement changes the OPAC maintenance page* so that it uses the email address from the ReplyToDefault system preference, if it is set, for the "please contact the site administrator" email link.
1522
  >This enhancement changes the OPAC maintenance page* so that it uses the email address from the ReplyToDefault system preference, if it is set, for the "please contact the site administrator" email link.
1523
  >
1523
  >
Lines 1526-1540 have already been fixed in maintainance releases) Link Here
1526
  >If both ReplytoDefault and KohaAdminEmailAddress are not set, no link is shown.
1526
  >If both ReplytoDefault and KohaAdminEmailAddress are not set, no link is shown.
1527
  >
1527
  >
1528
  >* Displays when the OpacMaintenance system preference is set to "Show".
1528
  >* Displays when the OpacMaintenance system preference is set to "Show".
1529
- [[28094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28094) Fix bad encoding of OVERRIDE_SYSPREF_LibraryName
1529
- [[28094]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28094) Fix bad encoding of OVERRIDE_SYSPREF_LibraryName
1530
- [[28114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28114) OPAC Results availability line does not show homebranch/holding branch correctly
1530
- [[28114]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28114) OPAC Results availability line does not show homebranch/holding branch correctly
1531
- [[28140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28140) Accessibility: OPAC - "sort_by"  select isn't labelled on search results page
1531
- [[28140]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28140) Accessibility: OPAC - "sort_by"  select isn't labelled on search results page
1532
- [[28162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28162) Self registration fails if patron extended attributes are editable
1532
- [[28162]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28162) Self registration fails if patron extended attributes are editable
1533
- [[28241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28241) OPACNoResultsFound {QUERY_KW} placeholder doesn't always match the search terms when commas are included in the search
1533
- [[28241]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28241) OPACNoResultsFound {QUERY_KW} placeholder doesn't always match the search terms when commas are included in the search
1534
1534
1535
### Patrons
1535
### Patrons
1536
1536
1537
- [[17364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17364) branchcode in BorrowerUnwantedField causes software error when saving patron record
1537
- [[17364]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17364) branchcode in BorrowerUnwantedField causes software error when saving patron record
1538
1538
1539
  >A more user friendly interface for selecting database columns for some system preferences (such as BorrowerUnwantedField) was added in Koha 20.11 (Bug 22844). 
1539
  >A more user friendly interface for selecting database columns for some system preferences (such as BorrowerUnwantedField) was added in Koha 20.11 (Bug 22844). 
1540
  >
1540
  >
Lines 1547-1801 have already been fixed in maintainance releases) Link Here
1547
  >- disabling the selection of the excluded database columns in the staff interface when configuring system preferences that allow selecting database columns
1547
  >- disabling the selection of the excluded database columns in the staff interface when configuring system preferences that allow selecting database columns
1548
  >
1548
  >
1549
  >- updating the BorrowerUnwantedField system preference to exclude branchcode
1549
  >- updating the BorrowerUnwantedField system preference to exclude branchcode
1550
- [[26059]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26059) Create guarantor/guarantee links on patron import
1550
- [[26059]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26059) Create guarantor/guarantee links on patron import
1551
- [[26417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26417) Remove warn in Koha::Patron is_valid_age
1551
- [[26417]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26417) Remove warn in Koha::Patron is_valid_age
1552
- [[26797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26797) Error when trying to access Relative Checkouts between Professional and Organizational patron categories
1552
- [[26797]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26797) Error when trying to access Relative Checkouts between Professional and Organizational patron categories
1553
- [[26940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940) debarred comment in borrowers table is lost on patron modifications in memberentry.pl page
1553
- [[26940]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940) debarred comment in borrowers table is lost on patron modifications in memberentry.pl page
1554
- [[26956]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26956) Allow "Show checkouts/fines to guarantor" to be set without a guarantor saved
1554
- [[26956]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26956) Allow "Show checkouts/fines to guarantor" to be set without a guarantor saved
1555
- [[26995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26995) Drop column relationship from borrower tables
1555
- [[26995]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26995) Drop column relationship from borrower tables
1556
- [[27454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27454) Additional patron attributes change sequence on every reload of edit page
1556
- [[27454]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27454) Additional patron attributes change sequence on every reload of edit page
1557
1557
1558
  >This fixes the order that additional patron attributes are displayed on the patron edit form. They are now sorted by the attribute code, before this they displayed in a random order.
1558
  >This fixes the order that additional patron attributes are displayed on the patron edit form. They are now sorted by the attribute code, before this they displayed in a random order.
1559
- [[27604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27604) PatronSelfRegistrationLibraryList can be bypassed
1559
- [[27604]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27604) PatronSelfRegistrationLibraryList can be bypassed
1560
- [[27717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27717) Date of birth fails to display for babies under 1 year
1560
- [[27717]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27717) Date of birth fails to display for babies under 1 year
1561
- [[27822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27822) Wrong systempreference for AddressFormat (es-ES)
1561
- [[27822]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27822) Wrong systempreference for AddressFormat (es-ES)
1562
- [[27937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27937) Date of birth entered  without correct format causes internal server error
1562
- [[27937]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27937) Date of birth entered  without correct format causes internal server error
1563
- [[28043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28043) Some patron clubs operations don't work from later pages of results
1563
- [[28043]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28043) Some patron clubs operations don't work from later pages of results
1564
1564
1565
### Plugin architecture
1565
### Plugin architecture
1566
1566
1567
- [[27114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27114) Use Template Toolkit plugin for Koha plugins hook 'intranet_catalog_biblio_tab'
1567
- [[27114]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27114) Use Template Toolkit plugin for Koha plugins hook 'intranet_catalog_biblio_tab'
1568
1568
1569
  >Koha plugins hook 'intranet_catalog_biblio_tab' now uses Template Toolkit plugin (like hook 'intranet_js', ...).
1569
  >Koha plugins hook 'intranet_catalog_biblio_tab' now uses Template Toolkit plugin (like hook 'intranet_js', ...).
1570
  >It makes it easy to use it in other places (like MARC details page for example).
1570
  >It makes it easy to use it in other places (like MARC details page for example).
1571
- [[27120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27120) Send biblio to Koha plugins hook 'intranet_catalog_biblio_tab'
1571
- [[27120]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27120) Send biblio to Koha plugins hook 'intranet_catalog_biblio_tab'
1572
1572
1573
### REST API
1573
### REST API
1574
1574
1575
- [[26181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26181) Holds placed via the REST API should not be forced by default even if AllowHoldPolicyOverride is enabled
1575
- [[26181]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26181) Holds placed via the REST API should not be forced by default even if AllowHoldPolicyOverride is enabled
1576
1576
1577
  >This patch disables AllowHoldPolicyOverride by default in the /holds REST API. It also adds tests for this behaviour, and adds a header that can be used to request the override explicitly.
1577
  >This patch disables AllowHoldPolicyOverride by default in the /holds REST API. It also adds tests for this behaviour, and adds a header that can be used to request the override explicitly.
1578
- [[27034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27034) $c->objects->search shouldn't use path parameters
1578
- [[27034]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27034) $c->objects->search shouldn't use path parameters
1579
- [[27330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27330) Wrong return status when no enrollments in club holds
1579
- [[27330]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27330) Wrong return status when no enrollments in club holds
1580
- [[27593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27593) Inconsistent return status on club holds routes
1580
- [[27593]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27593) Inconsistent return status on club holds routes
1581
- [[27863]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27863) Cannot select different pickup locations even with AllowHoldsPolicyOverride on request.pl
1581
- [[27863]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27863) Cannot select different pickup locations even with AllowHoldsPolicyOverride on request.pl
1582
- [[28254]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28254) Make it possible to override rules in PUT /holds/:hold_id/pickup_location
1582
- [[28254]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28254) Make it possible to override rules in PUT /holds/:hold_id/pickup_location
1583
- [[28272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28272) Definition files are missing additionalProperties: false
1583
- [[28272]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28272) Definition files are missing additionalProperties: false
1584
1584
1585
  >When the REST API spec was first written we assumed additionalProperties: false was the default behavior. It probably was by then.
1585
  >When the REST API spec was first written we assumed additionalProperties: false was the default behavior. It probably was by then.
1586
  >
1586
  >
1587
  >We recently found the need to explicitly add it to all the relevant places (i.e. those that require strictness).
1587
  >We recently found the need to explicitly add it to all the relevant places (i.e. those that require strictness).
1588
  >
1588
  >
1589
  >This bug adds it, and fixes the tests that fail or the error conditions that were hidden due to this being absent in the spec.
1589
  >This bug adds it, and fixes the tests that fail or the error conditions that were hidden due to this being absent in the spec.
1590
- [[28414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28414) Fix labels for return claims routes
1590
- [[28414]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28414) Fix labels for return claims routes
1591
- [[28424]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28424) POST /patrons/:patron_id/account/credits return value wrong
1591
- [[28424]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28424) POST /patrons/:patron_id/account/credits return value wrong
1592
- [[28461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28461) Specify only one tag per route
1592
- [[28461]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28461) Specify only one tag per route
1593
1593
1594
### SIP2
1594
### SIP2
1595
1595
1596
- [[25808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25808) Renewal via the SIP 'checkout' message gives incorrect message
1596
- [[25808]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25808) Renewal via the SIP 'checkout' message gives incorrect message
1597
- [[26701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26701) Remove scripts from C4/SIP directory
1597
- [[26701]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26701) Remove scripts from C4/SIP directory
1598
- [[27014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27014) SIP2 cannot find patrons at checkin
1598
- [[27014]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27014) SIP2 cannot find patrons at checkin
1599
- [[27204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27204) SIP patron information request with fee line items returns incorrect data
1599
- [[27204]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27204) SIP patron information request with fee line items returns incorrect data
1600
- [[27936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27936) AllowItemsOnHoldCheckoutSIP does not allow checkout of items currently waiting for a hold
1600
- [[27936]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27936) AllowItemsOnHoldCheckoutSIP does not allow checkout of items currently waiting for a hold
1601
- [[28052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28052) keys omitted in check for system preference override
1601
- [[28052]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28052) keys omitted in check for system preference override
1602
- [[28054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28054) SIPServer.pm is a program and requires a shebang
1602
- [[28054]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28054) SIPServer.pm is a program and requires a shebang
1603
- [[28320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28320) SIP SC Status message should check the DB connection
1603
- [[28320]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28320) SIP SC Status message should check the DB connection
1604
1604
1605
### Searching
1605
### Searching
1606
1606
1607
- [[26533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26533) Searching authorities using 'is exactly' doesn't work as expected
1607
- [[26533]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26533) Searching authorities using 'is exactly' doesn't work as expected
1608
1608
1609
  **Sponsored by** *Education Services Australia SCIS*
1609
  **Sponsored by** *Education Services Australia SCIS*
1610
1610
1611
  >Searching authorities using 'is exactly' was matching on any word in the heading. Now it is matching the heading exactly (the entire heading).
1611
  >Searching authorities using 'is exactly' was matching on any word in the heading. Now it is matching the heading exactly (the entire heading).
1612
- [[26679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26679) Genre tags linking to subject search, causing null results
1612
- [[26679]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26679) Genre tags linking to subject search, causing null results
1613
- [[26957]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26957) Find duplicate removes operators from the middle of search terms
1613
- [[26957]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26957) Find duplicate removes operators from the middle of search terms
1614
- [[27745]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27745) Use of uninitialized value in hash element error at C4/Search.pm
1614
- [[27745]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27745) Use of uninitialized value in hash element error at C4/Search.pm
1615
- [[27746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27746) Use of uninitialized value $oclc in pattern match (m//) error at C4/Koha.pm
1615
- [[27746]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27746) Use of uninitialized value $oclc in pattern match (m//) error at C4/Koha.pm
1616
- [[27928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27928) FindDuplicate is hardcoded to use Zebra
1616
- [[27928]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27928) FindDuplicate is hardcoded to use Zebra
1617
- [[28074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28074) Browse controls on staff detail pages are sometimes weird
1617
- [[28074]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28074) Browse controls on staff detail pages are sometimes weird
1618
- [[28213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28213) Deleting a patron or patron club causes server error on searching
1618
- [[28213]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28213) Deleting a patron or patron club causes server error on searching
1619
1619
1620
### Searching - Elasticsearch
1620
### Searching - Elasticsearch
1621
1621
1622
- [[26051]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26051) Elasticsearch uses the wrong field for callnumber sorting
1622
- [[26051]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26051) Elasticsearch uses the wrong field for callnumber sorting
1623
1623
1624
  >This fixes the sorting of search results by call number when using Elasticsearch. Currently it does not sort correctly (uses local-classification instead of cn-sort) and may also cause error messages "No results found" and "Error: Unable to perform your search. Please try again.". This also matches the behaviour used by Zebra.
1624
  >This fixes the sorting of search results by call number when using Elasticsearch. Currently it does not sort correctly (uses local-classification instead of cn-sort) and may also cause error messages "No results found" and "Error: Unable to perform your search. Please try again.". This also matches the behaviour used by Zebra.
1625
- [[26996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26996) Elasticsearch: Multiprocess reindexing sometimes doesn't reindex all records
1625
- [[26996]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26996) Elasticsearch: Multiprocess reindexing sometimes doesn't reindex all records
1626
1626
1627
  **Sponsored by** *Lund University Library*
1627
  **Sponsored by** *Lund University Library*
1628
- [[27043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27043) Add to number_of_replicas and number_of_shards  to index config
1628
- [[27043]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27043) Add to number_of_replicas and number_of_shards  to index config
1629
1629
1630
  >Elasticsearch 6 server has default value 5 for "number_of_shards" but warn about Elasticsearch 7 having default value 1.
1630
  >Elasticsearch 6 server has default value 5 for "number_of_shards" but warn about Elasticsearch 7 having default value 1.
1631
  >So its is better to set this value in configuration file.
1631
  >So its is better to set this value in configuration file.
1632
  >Patch also sets number_of_replicas to 1.
1632
  >Patch also sets number_of_replicas to 1.
1633
  >If you have only one Elasticsearch node, you have to set this value to 0.
1633
  >If you have only one Elasticsearch node, you have to set this value to 0.
1634
- [[27307]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27307) "Keyword as phrase" option in search dropdown doesn't work with Elastic
1634
- [[27307]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27307) "Keyword as phrase" option in search dropdown doesn't work with Elastic
1635
- [[27316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27316) In mappings use yes/no for sortable
1635
- [[27316]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27316) In mappings use yes/no for sortable
1636
- [[27724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27724) Use lenient also in Elasticsearch authorities search
1636
- [[27724]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27724) Use lenient also in Elasticsearch authorities search
1637
- [[28268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28268) Improve memory usage when indexing authorities in Elasticsearch
1637
- [[28268]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28268) Improve memory usage when indexing authorities in Elasticsearch
1638
1638
1639
### Searching - Zebra
1639
### Searching - Zebra
1640
1640
1641
- [[8426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426) Map  ︡a to a and t︠ to t for searching (Non-ICU)
1641
- [[8426]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426) Map  ︡a to a and t︠ to t for searching (Non-ICU)
1642
- [[27299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299) Zebra phrase register is incorrectly tokenized when using ICU
1642
- [[27299]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299) Zebra phrase register is incorrectly tokenized when using ICU
1643
1643
1644
  >Previously, Zebra indexing in ICU mode was incorrectly tokenizing text for the "p" register. This meant that particular phrase searches were not working as expected. With this change, phrase searching works the same in ICU and CHR modes.
1644
  >Previously, Zebra indexing in ICU mode was incorrectly tokenizing text for the "p" register. This meant that particular phrase searches were not working as expected. With this change, phrase searching works the same in ICU and CHR modes.
1645
1645
1646
### Serials
1646
### Serials
1647
1647
1648
- [[27332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27332) When renewing a serial subscription, show note and library only if RenewSerialAddsSuggestion is used
1648
- [[27332]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27332) When renewing a serial subscription, show note and library only if RenewSerialAddsSuggestion is used
1649
- [[27397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27397) Serials: The description input field when defining numbering patterns is too short
1649
- [[27397]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27397) Serials: The description input field when defining numbering patterns is too short
1650
1650
1651
### Staff Client
1651
### Staff Client
1652
1652
1653
- [[23475]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23475) Search context is lost when simple search leads to a single record
1653
- [[23475]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23475) Search context is lost when simple search leads to a single record
1654
- [[26946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26946) Limit size of cash register's name on the UI
1654
- [[26946]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26946) Limit size of cash register's name on the UI
1655
- [[27321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27321) Make excluded database columns in system preferences more clearly disabled
1655
- [[27321]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27321) Make excluded database columns in system preferences more clearly disabled
1656
1656
1657
  >This enhancement styles non-selectable database columns in system preferences in a light grey (#cccccc), making them easier to identify. Currently the checkbox and label are the same color as selectable columns.
1657
  >This enhancement styles non-selectable database columns in system preferences in a light grey (#cccccc), making them easier to identify. Currently the checkbox and label are the same color as selectable columns.
1658
- [[27336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27336) JS error in Administration - System preferences page
1658
- [[27336]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27336) JS error in Administration - System preferences page
1659
- [[27408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27408) Update intranet-tmpl/prog/en/modules/members/mancredit.tt for ACC2
1659
- [[27408]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27408) Update intranet-tmpl/prog/en/modules/members/mancredit.tt for ACC2
1660
1660
1661
  >This patch updates occurrences of input type="number" in intranet-tmpl/prog/en/modules/members/mancredit.tt to use 'input type="text" inputmode="numeric" pattern="^\d+(\.\d{2})?$"' as per the accessibility coding guideline ACC2.
1661
  >This patch updates occurrences of input type="number" in intranet-tmpl/prog/en/modules/members/mancredit.tt to use 'input type="text" inputmode="numeric" pattern="^\d+(\.\d{2})?$"' as per the accessibility coding guideline ACC2.
1662
- [[27410]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27410) Update intranet-tmpl/prog/en/modules/members/maninvoice.tt to reflect ACC2
1662
- [[27410]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27410) Update intranet-tmpl/prog/en/modules/members/maninvoice.tt to reflect ACC2
1663
- [[27653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27653) Do not include 'caption' row in print/copy export of datatables
1663
- [[27653]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27653) Do not include 'caption' row in print/copy export of datatables
1664
- [[27776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27776) Point of Sale 'This sale' table should not be sorted by default
1664
- [[27776]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27776) Point of Sale 'This sale' table should not be sorted by default
1665
- [[27777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27777) Improve tables on Point of Sale page for low screen resolutions
1665
- [[27777]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27777) Improve tables on Point of Sale page for low screen resolutions
1666
- [[27926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27926) Date of birth sorting with British English format is broken
1666
- [[27926]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27926) Date of birth sorting with British English format is broken
1667
- [[28187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28187) rowGroup headings are getting their styles overriden
1667
- [[28187]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28187) rowGroup headings are getting their styles overriden
1668
1668
1669
### System Administration
1669
### System Administration
1670
1670
1671
- [[27250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27250) DELETE calls are stacked on the SMTP servers admin page
1671
- [[27250]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27250) DELETE calls are stacked on the SMTP servers admin page
1672
- [[27264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27264) Reword sentence of OPACHoldsHistory
1672
- [[27264]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27264) Reword sentence of OPACHoldsHistory
1673
- [[27280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27280) Explanation for "Days mode" is not consistent
1673
- [[27280]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27280) Explanation for "Days mode" is not consistent
1674
- [[27310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27310) Wrong CSS float on 'Visibility' in framework edition
1674
- [[27310]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27310) Wrong CSS float on 'Visibility' in framework edition
1675
1675
1676
  >This fixes the display of the 'Visibility' label when editing subfields for a framework. The label is now aligned correctly with the other labels.
1676
  >This fixes the display of the 'Visibility' label when editing subfields for a framework. The label is now aligned correctly with the other labels.
1677
- [[27349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27349) Mana system preference wrong type YesNo
1677
- [[27349]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27349) Mana system preference wrong type YesNo
1678
- [[27351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27351) UsageStatsCountry system preference wrong type YesNo
1678
- [[27351]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27351) UsageStatsCountry system preference wrong type YesNo
1679
- [[27703]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27703) Can't navigate in Authorized values
1679
- [[27703]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27703) Can't navigate in Authorized values
1680
1680
1681
  >This fixes an issue when navigating authorized value categories - if you selected an authorized value category from the drop down list it wouldn't change to the selected category.
1681
  >This fixes an issue when navigating authorized value categories - if you selected an authorized value category from the drop down list it wouldn't change to the selected category.
1682
- [[27713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27713) Duplicate search field IDs in MARC framework administration template
1682
- [[27713]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27713) Duplicate search field IDs in MARC framework administration template
1683
- [[27716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27716) Insufficient access control for printer profiles
1683
- [[27716]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27716) Insufficient access control for printer profiles
1684
1684
1685
  >This change moves the label creator pages, including the printer profiles management, under the 'lable_creator' permission under tools. This gives a more refined access permission for this area of functionality.
1685
  >This change moves the label creator pages, including the printer profiles management, under the 'lable_creator' permission under tools. This gives a more refined access permission for this area of functionality.
1686
- [[27798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27798) Independent branches should have a warning
1686
- [[27798]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27798) Independent branches should have a warning
1687
- [[27968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27968) MARC framework CSV and ODS import incomplete or corrupted
1687
- [[27968]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27968) MARC framework CSV and ODS import incomplete or corrupted
1688
- [[27999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27999) Display the description of authorized values category
1688
- [[27999]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27999) Display the description of authorized values category
1689
- [[28121]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28121) Wrong punctuation on desk deletion
1689
- [[28121]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28121) Wrong punctuation on desk deletion
1690
- [[28207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28207) Crash when seeing MARC structure of a new framework
1690
- [[28207]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28207) Crash when seeing MARC structure of a new framework
1691
- [[28345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28345) Patron attributes no longer have option to select empty class
1691
- [[28345]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28345) Patron attributes no longer have option to select empty class
1692
1692
1693
### Task Scheduler
1693
### Task Scheduler
1694
1694
1695
- [[27109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27109) Better labels for background job details
1695
- [[27109]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27109) Better labels for background job details
1696
- [[27127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27127) Wrong display of messages if there was only 1 record modified
1696
- [[27127]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27127) Wrong display of messages if there was only 1 record modified
1697
1697
1698
### Templates
1698
### Templates
1699
1699
1700
- [[20238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20238) Show description of ITEMTYPECAT instead of code in itemtypes summary table
1700
- [[20238]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20238) Show description of ITEMTYPECAT instead of code in itemtypes summary table
1701
1701
1702
  >This enhancement changes the item types page (Koha administration > Basic parameters > Item types) so that the search category column displays the ITEMTYPECAT authorized value's description, instead of the authorized value code. (This makes it consistent with the edit form where it displays the descriptions for authorized values.)
1702
  >This enhancement changes the item types page (Koha administration > Basic parameters > Item types) so that the search category column displays the ITEMTYPECAT authorized value's description, instead of the authorized value code. (This makes it consistent with the edit form where it displays the descriptions for authorized values.)
1703
- [[24055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24055) Description of PayPalReturnURL system preference is unclear
1703
- [[24055]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24055) Description of PayPalReturnURL system preference is unclear
1704
1704
1705
  >This enhancement improves the description of the PayPalReturnURL. Changed from 'configured return' to 'configured return URL' as this is what it is called on the PayPal website.
1705
  >This enhancement improves the description of the PayPalReturnURL. Changed from 'configured return' to 'configured return URL' as this is what it is called on the PayPal website.
1706
- [[25954]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954) Header search forms should be labeled
1706
- [[25954]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954) Header search forms should be labeled
1707
- [[26471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26471) Datatables js error on missing pdfmake.min.js.map
1707
- [[26471]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26471) Datatables js error on missing pdfmake.min.js.map
1708
- [[26602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26602) Datatables - Actions columns should not be exported
1708
- [[26602]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26602) Datatables - Actions columns should not be exported
1709
- [[27027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27027) Typo: has successfully been modified.. %s
1709
- [[27027]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27027) Typo: has successfully been modified.. %s
1710
1710
1711
  >This fixes a grammatical error in koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (has successfully been modified..) - it replaces two full stops at the end of the sentence with one.
1711
  >This fixes a grammatical error in koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (has successfully been modified..) - it replaces two full stops at the end of the sentence with one.
1712
- [[27031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27031) Koha.Preference() should be used more often in header.inc and js_includes.inc
1712
- [[27031]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27031) Koha.Preference() should be used more often in header.inc and js_includes.inc
1713
- [[27232]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27232) Missing spaces in member-alt-contact-style.inc make some strings appearing twice in po
1713
- [[27232]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27232) Missing spaces in member-alt-contact-style.inc make some strings appearing twice in po
1714
- [[27277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27277) Queued vs Enqueued
1714
- [[27277]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27277) Queued vs Enqueued
1715
- [[27292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27292) TablesSettings.GetColumns() returning nothing creates unexpected Javascript on request.tt
1715
- [[27292]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27292) TablesSettings.GetColumns() returning nothing creates unexpected Javascript on request.tt
1716
- [[27324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27324) Use Koha.Preference() for intranetbookbag everywhere
1716
- [[27324]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27324) Use Koha.Preference() for intranetbookbag everywhere
1717
- [[27356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27356) Don't hide the SMTP servers table when last displayed is deleted
1717
- [[27356]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27356) Don't hide the SMTP servers table when last displayed is deleted
1718
- [[27430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27430) Use minimum length for patron category on password hint
1718
- [[27430]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27430) Use minimum length for patron category on password hint
1719
1719
1720
  >This corrects the hint on the patron add/edit form to take into account that the minimum password length can now also be set on patron category level.
1720
  >This corrects the hint on the patron add/edit form to take into account that the minimum password length can now also be set on patron category level.
1721
- [[27457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27457) Set focus for cursor to Debit type code field when creating new debit type
1721
- [[27457]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27457) Set focus for cursor to Debit type code field when creating new debit type
1722
- [[27458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27458) Set focus for cursor to Credit type code field when creating new credit type
1722
- [[27458]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27458) Set focus for cursor to Credit type code field when creating new credit type
1723
- [[27525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27525) 'wich' instead of a 'with' in a sentence
1723
- [[27525]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27525) 'wich' instead of a 'with' in a sentence
1724
1724
1725
  >This patch fixes two spelling errors in the batchMod-del.tt template that is used by the batch item deletion tool in the staff interface: "wich" -> "with."
1725
  >This patch fixes two spelling errors in the batchMod-del.tt template that is used by the batch item deletion tool in the staff interface: "wich" -> "with."
1726
- [[27531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27531) Remove type attribute from script tags: Cataloging plugins
1726
- [[27531]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27531) Remove type attribute from script tags: Cataloging plugins
1727
- [[27561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27561) Remove type attribute from script tags: Various templates
1727
- [[27561]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27561) Remove type attribute from script tags: Various templates
1728
- [[27654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27654) "Table settings for Pages" need to be sorted on "Administration -> Table settings"
1728
- [[27654]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27654) "Table settings for Pages" need to be sorted on "Administration -> Table settings"
1729
- [[27668]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27668) Improve validation of patron entry form in the OPAC
1729
- [[27668]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27668) Improve validation of patron entry form in the OPAC
1730
- [[27695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27695) Fix style of messages on Elasticsearch configuration page
1730
- [[27695]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27695) Fix style of messages on Elasticsearch configuration page
1731
- [[27752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27752) Correct ESLint errors in batchMod.js
1731
- [[27752]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27752) Correct ESLint errors in batchMod.js
1732
1732
1733
  >This patch makes minor changes to batchMod.js used in Tools > Batch item modification. This addresses errors raised by ESLint, including white space changes, to make sure it meets coding guideline JS8: Follow guidelines set by ESLint.
1733
  >This patch makes minor changes to batchMod.js used in Tools > Batch item modification. This addresses errors raised by ESLint, including white space changes, to make sure it meets coding guideline JS8: Follow guidelines set by ESLint.
1734
- [[27754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27754) Correct eslint errors in basket.js
1734
- [[27754]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27754) Correct eslint errors in basket.js
1735
1735
1736
  >This patch makes minor changes to basket.js in the staff interface templates to remove ESLint warnings. Besides whitespace changes, most changes are to correct undeclared or unnecessarily declared variables.
1736
  >This patch makes minor changes to basket.js in the staff interface templates to remove ESLint warnings. Besides whitespace changes, most changes are to correct undeclared or unnecessarily declared variables.
1737
- [[27795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27795) Misalignment of TOTAL value in lateorders page
1737
- [[27795]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27795) Misalignment of TOTAL value in lateorders page
1738
- [[27827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27827) Authority type input field for new authority types should be wider
1738
- [[27827]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27827) Authority type input field for new authority types should be wider
1739
- [[27861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27861) Warning in C4/XSLT.pm - use of uninitialized value in numeric eq (==)
1739
- [[27861]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27861) Warning in C4/XSLT.pm - use of uninitialized value in numeric eq (==)
1740
- [[27899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27899) Missing description for libraryNotPickupLocation on request.pl
1740
- [[27899]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27899) Missing description for libraryNotPickupLocation on request.pl
1741
- [[28004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28004) Incomplete breadcrumbs in authorized valued
1741
- [[28004]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28004) Incomplete breadcrumbs in authorized valued
1742
1742
1743
  >This patch fixes some incorrect displays within the breadcrumbs on authorised_values.tt
1743
  >This patch fixes some incorrect displays within the breadcrumbs on authorised_values.tt
1744
- [[28032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28032) Button corrections in point of sale pages
1744
- [[28032]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28032) Button corrections in point of sale pages
1745
- [[28033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28033) Minor capitalization corrections
1745
- [[28033]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28033) Minor capitalization corrections
1746
- [[28042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28042) Button corrections in OAI set mappings template
1746
- [[28042]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28042) Button corrections in OAI set mappings template
1747
- [[28135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28135) Replace use of input type number in additem.js
1747
- [[28135]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28135) Replace use of input type number in additem.js
1748
- [[28190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28190) Library limitation column not toggable on itemtypes table
1748
- [[28190]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28190) Library limitation column not toggable on itemtypes table
1749
1749
1750
### Test Suite
1750
### Test Suite
1751
1751
1752
- [[26364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26364) XISBN.t makes a bad assumption about return values
1752
- [[26364]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26364) XISBN.t makes a bad assumption about return values
1753
- [[26405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26405) Circulation.t fails on 'AddRenewal left both fines'
1753
- [[26405]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26405) Circulation.t fails on 'AddRenewal left both fines'
1754
- [[27317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27317) (Bug 27127 follow-up) fix t/db_dependent/Koha/BackgroundJobs.t
1754
- [[27317]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27317) (Bug 27127 follow-up) fix t/db_dependent/Koha/BackgroundJobs.t
1755
- [[27554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27554) Clarify and add tests for Koha::Patrons->update_category_to child to adult
1755
- [[27554]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27554) Clarify and add tests for Koha::Patrons->update_category_to child to adult
1756
- [[28234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28234) TestBuilder->build_sample_biblio does not deal correctly with encoding
1756
- [[28234]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28234) TestBuilder->build_sample_biblio does not deal correctly with encoding
1757
- [[28249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28249) Selenium->wait_for_element_visible can fall in an infinite loop
1757
- [[28249]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28249) Selenium->wait_for_element_visible can fall in an infinite loop
1758
- [[28250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28250) Debug from Selenium error handler is no longer working
1758
- [[28250]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28250) Debug from Selenium error handler is no longer working
1759
- [[28288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28288) XISBN.t is failing is 500 is returned by the webservice
1759
- [[28288]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28288) XISBN.t is failing is 500 is returned by the webservice
1760
1760
1761
### Tools
1761
### Tools
1762
1762
1763
- [[17202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17202) Deleting a rotating collection with items should either be prohibited or items should be removed
1763
- [[17202]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17202) Deleting a rotating collection with items should either be prohibited or items should be removed
1764
- [[21818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21818) Don't use AutoCommit flag in stage-marc-import.pl
1764
- [[21818]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21818) Don't use AutoCommit flag in stage-marc-import.pl
1765
- [[26298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26298) If MaxItemsToProcessForBatchMod is set to 1000, the max is actually 999
1765
- [[26298]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26298) If MaxItemsToProcessForBatchMod is set to 1000, the max is actually 999
1766
- [[26336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26336) Cannot import items if items ignored when staging
1766
- [[26336]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26336) Cannot import items if items ignored when staging
1767
- [[26894]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26894) Marc Modification Templates treat subfield 0 as no subfield set when moving fields
1767
- [[26894]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26894) Marc Modification Templates treat subfield 0 as no subfield set when moving fields
1768
- [[26942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26942) TinyMCE in the News Tool is still doing some types of automatic code cleanup
1768
- [[26942]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26942) TinyMCE in the News Tool is still doing some types of automatic code cleanup
1769
- [[26983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26983) Selecting ALL Items in Inventory- only selects 20
1769
- [[26983]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26983) Selecting ALL Items in Inventory- only selects 20
1770
- [[27247]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27247) Missing highlighting in Quote of the day
1770
- [[27247]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27247) Missing highlighting in Quote of the day
1771
- [[27413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27413) Cannot add debarment with batch patron modification tool
1771
- [[27413]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27413) Cannot add debarment with batch patron modification tool
1772
- [[27576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27576) Don't show import records table when cleaning a batch
1772
- [[27576]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27576) Don't show import records table when cleaning a batch
1773
- [[27694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27694) News tool editor (codemirror) automatically converts HTML entities
1773
- [[27694]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27694) News tool editor (codemirror) automatically converts HTML entities
1774
- [[27869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27869) QotD CSV upload JavaScript errors
1774
- [[27869]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27869) QotD CSV upload JavaScript errors
1775
1775
1776
  >This patch handles malformed CSV errors by producing a warning on the page letting users know that the CSV filed uploaded has errors.
1776
  >This patch handles malformed CSV errors by producing a warning on the page letting users know that the CSV filed uploaded has errors.
1777
- [[27963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27963) touch_all_items.pl script is not working at all
1777
- [[27963]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27963) touch_all_items.pl script is not working at all
1778
- [[28044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28044) Calendar: Tables with closed days are no longer color coded
1778
- [[28044]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28044) Calendar: Tables with closed days are no longer color coded
1779
- [[28170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28170) Downloading some files via Tools - Upload is broken
1779
- [[28170]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28170) Downloading some files via Tools - Upload is broken
1780
- [[28178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28178) Image viewer does not select the correct image
1780
- [[28178]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28178) Image viewer does not select the correct image
1781
1781
1782
  **Sponsored by** *Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)*
1782
  **Sponsored by** *Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)*
1783
- [[28198]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28198) Sample notices SQL fails on HOLD_REMINDER: Column count doesn't match value count
1783
- [[28198]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28198) Sample notices SQL fails on HOLD_REMINDER: Column count doesn't match value count
1784
- [[28229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28229) Hide clubs from place a hold screen if no clubs exist
1784
- [[28229]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28229) Hide clubs from place a hold screen if no clubs exist
1785
1785
1786
### Web services
1786
### Web services
1787
1787
1788
- [[17229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17229) ILS-DI HoldTitle and HoldItem should check if patron is expired
1788
- [[17229]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17229) ILS-DI HoldTitle and HoldItem should check if patron is expired
1789
- [[21301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21301) Restriction of the informations given by GetRecords ILS-DI service
1789
- [[21301]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21301) Restriction of the informations given by GetRecords ILS-DI service
1790
1790
1791
  >For privacy protection, ILS-DI webservice GetRecords will not give patron information anymore. Also old issues are not given anymore.
1791
  >For privacy protection, ILS-DI webservice GetRecords will not give patron information anymore. Also old issues are not given anymore.
1792
  >This removes method C4::Circulation::GetBiblioIssues().
1792
  >This removes method C4::Circulation::GetBiblioIssues().
1793
1793
1794
### Z39.50 / SRU / OpenSearch Servers
1794
### Z39.50 / SRU / OpenSearch Servers
1795
1795
1796
- [[26528]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26528) Koha return no result if  there's  invalid records in Z39.50/SRU server reply
1796
- [[26528]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26528) Koha return no result if  there's  invalid records in Z39.50/SRU server reply
1797
- [[27149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27149) Z3950Responder removes itemnumber when adding item statuses
1797
- [[27149]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27149) Z3950Responder removes itemnumber when adding item statuses
1798
- [[28112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28112) Z39.50 does not populate form with all passed criteria
1798
- [[28112]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28112) Z39.50 does not populate form with all passed criteria
1799
1799
1800
## New system preferences
1800
## New system preferences
1801
1801
Lines 1851-1857 Some significant technical changes were made behind the scenes in this release a Link Here
1851
1851
1852
### Dev tools
1852
### Dev tools
1853
1853
1854
- The kohastructure.sql schema will be regenerated before each release [[26947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947). A new option has been created to generate it from the database: `koha-dump --schema-only`
1854
- The kohastructure.sql schema will be regenerated before each release [[26947]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947). A new option has been created to generate it from the database: `koha-dump --schema-only`
1855
It will let you compare easily the structure of your DB with the one in the codebase.
1855
It will let you compare easily the structure of your DB with the one in the codebase.
1856
1856
1857
### REST API Enhancements
1857
### REST API Enhancements
Lines 1860-1875 It will let you compare easily the structure of your DB with the one in the code Link Here
1860
1860
1861
- Numerous new API endpoints have been introduced this cycle, including patron attributes, transfers, holds, pickup libraries, cash management, to name but a few.
1861
- Numerous new API endpoints have been introduced this cycle, including patron attributes, transfers, holds, pickup libraries, cash management, to name but a few.
1862
1862
1863
- We added the "additionalProperties" flag to our API schema to be more strict and found issues and inconsistencies. Unspecified properties passed in the object will make the route rejected [[28272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28272)
1863
- We added the "additionalProperties" flag to our API schema to be more strict and found issues and inconsistencies. Unspecified properties passed in the object will make the route rejected [[28272]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28272)
1864
1864
1865
- New Mojolicious helper "x-koha-override" [[27760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27760) to pass "overrides" methods. For instance for "too many holds" when a confirmation is needed on the GUI.
1865
- New Mojolicious helper "x-koha-override" [[27760]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27760) to pass "overrides" methods. For instance for "too many holds" when a confirmation is needed on the GUI.
1866
1866
1867
### Translatability/installer
1867
### Translatability/installer
1868
1868
1869
The specific .sql files from the installer directory will be removed in the upcoming release.
1869
The specific .sql files from the installer directory will be removed in the upcoming release.
1870
A workgroup will be formed during the 21.11 development cycle to remove the remaining ones.
1870
A workgroup will be formed during the 21.11 development cycle to remove the remaining ones.
1871
So far we got rid of de-DE, es-ES, it-IT, pl-PL, ru-RU and uk-UA.
1871
So far we got rid of de-DE, es-ES, it-IT, pl-PL, ru-RU and uk-UA.
1872
The remaining ones are fr-FR, fr-CA, nb-NO. You can see the work on the omnibus bug report [[27829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27829).
1872
The remaining ones are fr-FR, fr-CA, nb-NO. You can see the work on the omnibus bug report [[27829]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27829).
1873
If you are using one of these languages and their .sql files, please contact the core team to tell us what you want to keep from them.
1873
If you are using one of these languages and their .sql files, please contact the core team to tell us what you want to keep from them.
1874
1874
1875
### Test suite
1875
### Test suite
Lines 1889-1895 Another effect of this change is that the update database process will not stop Link Here
1889
The Koha manual is maintained in Sphinx. The home page for Koha
1889
The Koha manual is maintained in Sphinx. The home page for Koha
1890
documentation is
1890
documentation is
1891
1891
1892
- [Koha Documentation](http://koha-community.org/documentation/)
1892
- [Koha Documentation](https://koha-community.org/documentation/)
1893
1893
1894
As of the date of these release notes, the Koha manual is available in the following languages:
1894
As of the date of these release notes, the Koha manual is available in the following languages:
1895
1895
Lines 1947-1962 Partial translations are available for various other languages. Link Here
1947
1947
1948
The Koha team welcomes additional translations; please see
1948
The Koha team welcomes additional translations; please see
1949
1949
1950
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1950
- [Koha Translation Info](https://wiki.koha-community.org/wiki/Translating_Koha)
1951
1951
1952
For information about translating Koha, and join the koha-translate 
1952
For information about translating Koha, and join the koha-translate 
1953
list to volunteer:
1953
list to volunteer:
1954
1954
1955
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1955
- [Koha Translate List](https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1956
1956
1957
The most up-to-date translations can be found at:
1957
The most up-to-date translations can be found at:
1958
1958
1959
- [Koha Translation](http://translate.koha-community.org/)
1959
- [Koha Translation](https://translate.koha-community.org/)
1960
1960
1961
## Release Team
1961
## Release Team
1962
1962
Lines 2026-2032 new features in Koha 21.05.00 Link Here
2026
- Banco Central de la República Argentina
2026
- Banco Central de la República Argentina
2027
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
2027
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
2028
- [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
2028
- [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
2029
- [Centre collégial des services regroupés](http://www.ccsr.qc.ca)
2029
- [Centre collégial des services regroupés](https://www.ccsr.qc.ca)
2030
- [Collecto](https://collecto.ca)
2030
- [Collecto](https://collecto.ca)
2031
- Education Services Australia SCIS
2031
- Education Services Australia SCIS
2032
- Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)
2032
- Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)
Lines 2278-2284 line is master. Link Here
2278
Bug reports and feature requests can be filed at the Koha bug
2278
Bug reports and feature requests can be filed at the Koha bug
2279
tracker at:
2279
tracker at:
2280
2280
2281
- [Koha Bugzilla](http://bugs.koha-community.org)
2281
- [Koha Bugzilla](https://bugs.koha-community.org)
2282
2282
2283
He rau ringa e oti ai.
2283
He rau ringa e oti ai.
2284
(Many hands finish the work)
2284
(Many hands finish the work)
(-)a/misc/release_notes/release_notes_21_11_00.html (-597 / +597 lines)
Lines 8-26 and sizes, volunteers, and support companies from around the world. The Link Here
8
website for the Koha project is:</p>
8
website for the Koha project is:</p>
9
9
10
<ul>
10
<ul>
11
<li><a href="http://koha-community.org">Koha Community</a></li>
11
<li><a href="https://koha-community.org">Koha Community</a></li>
12
</ul>
12
</ul>
13
13
14
<p>Koha 21.11.00 can be downloaded from:</p>
14
<p>Koha 21.11.00 can be downloaded from:</p>
15
15
16
<ul>
16
<ul>
17
<li><a href="http://download.koha-community.org/koha-21.11-latest.tar.gz">Download</a></li>
17
<li><a href="https://download.koha-community.org/koha-21.11-latest.tar.gz">Download</a></li>
18
</ul>
18
</ul>
19
19
20
<p>Installation instructions can be found at:</p>
20
<p>Installation instructions can be found at:</p>
21
21
22
<ul>
22
<ul>
23
<li><a href="http://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
23
<li><a href="https://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
24
<li>OR in the INSTALL files that come in the tarball</li>
24
<li>OR in the INSTALL files that come in the tarball</li>
25
</ul>
25
</ul>
26
26
Lines 37-43 website for the Koha project is:</p> Link Here
37
<h3 id="cataloging">Cataloging</h3>
37
<h3 id="cataloging">Cataloging</h3>
38
38
39
<ul>
39
<ul>
40
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175">[11175]</a> Show the parent record's component parts in the detailed views</p>
40
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175">[11175]</a> Show the parent record's component parts in the detailed views</p>
41
41
42
<blockquote>
42
<blockquote>
43
  <p>This enhancement adds the 'ShowComponentParts' system preference.</p>
43
  <p>This enhancement adds the 'ShowComponentParts' system preference.</p>
Lines 46-52 website for the Koha project is:</p> Link Here
46
  
46
  
47
  <p>The feature requires <code>MaxComponentRecords</code> is set to limit the maximum number of attached records to display; if more records are found then a link to the 'Show analytics' search will appear at the bottom of the listed analytics.</p>
47
  <p>The feature requires <code>MaxComponentRecords</code> is set to limit the maximum number of attached records to display; if more records are found then a link to the 'Show analytics' search will appear at the bottom of the listed analytics.</p>
48
</blockquote></li>
48
</blockquote></li>
49
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14957">[14957]</a> Write protecting MARC fields based on source of import</p>
49
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14957">[14957]</a> Write protecting MARC fields based on source of import</p>
50
50
51
<p><strong>Sponsored by</strong> <em>Catalyst</em>, <em>Gothenburg University Library</em> and <em>Halland County Library</em></p>
51
<p><strong>Sponsored by</strong> <em>Catalyst</em>, <em>Gothenburg University Library</em> and <em>Halland County Library</em></p>
52
52
Lines 62-68 website for the Koha project is:</p> Link Here
62
<h3 id="coursereserves">Course reserves</h3>
62
<h3 id="coursereserves">Course reserves</h3>
63
63
64
<ul>
64
<ul>
65
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14237">[14237]</a> Allow bibs to be added to course without items</p>
65
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14237">[14237]</a> Allow bibs to be added to course without items</p>
66
66
67
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
67
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
68
68
Lines 74-80 website for the Koha project is:</p> Link Here
74
<h3 id="opac">OPAC</h3>
74
<h3 id="opac">OPAC</h3>
75
75
76
<ul>
76
<ul>
77
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28180">[28180]</a> Use a lightbox gallery to display the images on the detail pages in OPAC</p>
77
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28180">[28180]</a> Use a lightbox gallery to display the images on the detail pages in OPAC</p>
78
78
79
<p><strong>Sponsored by</strong> <em>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</em></p>
79
<p><strong>Sponsored by</strong> <em>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</em></p>
80
80
Lines 88-100 website for the Koha project is:</p> Link Here
88
<h3 id="about">About</h3>
88
<h3 id="about">About</h3>
89
89
90
<ul>
90
<ul>
91
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29209">[29209]</a> Credits for Saxion in Dutch (NL) translation</li>
91
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29209">[29209]</a> Credits for Saxion in Dutch (NL) translation</li>
92
</ul>
92
</ul>
93
93
94
<h3 id="acquisitions">Acquisitions</h3>
94
<h3 id="acquisitions">Acquisitions</h3>
95
95
96
<ul>
96
<ul>
97
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24190">[24190]</a> Add additional Acquisition logging</p>
97
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24190">[24190]</a> Add additional Acquisition logging</p>
98
98
99
<blockquote>
99
<blockquote>
100
  <p>This enhancement adds additional logging of acquisition-related changes including:</p>
100
  <p>This enhancement adds additional logging of acquisition-related changes including:</p>
Lines 112-126 website for the Koha project is:</p> Link Here
112
  
112
  
113
  <p>Note: Acquisition logging was added in Koha 21.05.</p>
113
  <p>Note: Acquisition logging was added in Koha 21.05.</p>
114
</blockquote></li>
114
</blockquote></li>
115
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27287">[27287]</a> Make note fields from orders searchable</p>
115
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27287">[27287]</a> Make note fields from orders searchable</p>
116
116
117
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
117
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
118
118
119
<blockquote>
119
<blockquote>
120
  <p>Adds search options for the internal and vendor note fields from the basket to the advanced search form in acquisitions.</p>
120
  <p>Adds search options for the internal and vendor note fields from the basket to the advanced search form in acquisitions.</p>
121
</blockquote></li>
121
</blockquote></li>
122
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28508">[28508]</a> Use "Invoice number" instead of "Invoice no" on the invoice search filter</li>
122
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28508">[28508]</a> Use "Invoice number" instead of "Invoice no" on the invoice search filter</li>
123
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640">[28640]</a> Add EDI order status to basket details display</p>
123
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640">[28640]</a> Add EDI order status to basket details display</p>
124
124
125
<blockquote>
125
<blockquote>
126
  <p>Clarify the exact status of EDI orders on the basket details display, highlighting that a basket can be closed but pending or closed and sent for example.</p>
126
  <p>Clarify the exact status of EDI orders on the basket details display, highlighting that a basket can be closed but pending or closed and sent for example.</p>
Lines 130-248 website for the Koha project is:</p> Link Here
130
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
130
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
131
131
132
<ul>
132
<ul>
133
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600">[17600]</a> Standardize the EXPORT</p>
133
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600">[17600]</a> Standardize the EXPORT</p>
134
134
135
<blockquote>
135
<blockquote>
136
  <p>We favored the use of EXPORT_OK over EXPORT, to prevent name clashes and make the import explicit.</p>
136
  <p>We favored the use of EXPORT_OK over EXPORT, to prevent name clashes and make the import explicit.</p>
137
</blockquote></li>
137
</blockquote></li>
138
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26326">[26326]</a> Add Koha Objects for Import Records and Import Record Matches</li>
138
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26326">[26326]</a> Add Koha Objects for Import Records and Import Record Matches</li>
139
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27032">[27032]</a> CanBookBeRenewed is not understandable and needs refactoring</p>
139
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27032">[27032]</a> CanBookBeRenewed is not understandable and needs refactoring</p>
140
140
141
<blockquote>
141
<blockquote>
142
  <p>Improvements to readability of CanBookBeRenewed function</p>
142
  <p>Improvements to readability of CanBookBeRenewed function</p>
143
</blockquote></li>
143
</blockquote></li>
144
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526">[27526]</a> Remove Mod/AddItemFromMarc from additem.pl</li>
144
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526">[27526]</a> Remove Mod/AddItemFromMarc from additem.pl</li>
145
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28306">[28306]</a> Allow to query database with minimal memory footprint</p>
145
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28306">[28306]</a> Allow to query database with minimal memory footprint</p>
146
146
147
<blockquote>
147
<blockquote>
148
  <p>This provides a new method Koha::Database::dbh which returns a database handler without loading unnecessary stuff.
148
  <p>This provides a new method Koha::Database::dbh which returns a database handler without loading unnecessary stuff.
149
  This will be useful to reduce memory usage of daemons that need to check the database periodically.</p>
149
  This will be useful to reduce memory usage of daemons that need to check the database periodically.</p>
150
</blockquote></li>
150
</blockquote></li>
151
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28374">[28374]</a> Convert pos/printreceipt.pl to use GetPreparedLetter</p>
151
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28374">[28374]</a> Convert pos/printreceipt.pl to use GetPreparedLetter</p>
152
152
153
<blockquote>
153
<blockquote>
154
  <p>This patch converts the point of sale receipt printer controller to using GetPreparedLetter instead of calling getletter directly.</p>
154
  <p>This patch converts the point of sale receipt printer controller to using GetPreparedLetter instead of calling getletter directly.</p>
155
</blockquote></li>
155
</blockquote></li>
156
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413">[28413]</a> background job worker is running with all the modules in RAM</li>
156
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413">[28413]</a> background job worker is running with all the modules in RAM</li>
157
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28417">[28417]</a> Authen::CAS::Client always loaded even if CAS is not used</li>
157
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28417">[28417]</a> Authen::CAS::Client always loaded even if CAS is not used</li>
158
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28445">[28445]</a> Use the task queue for the batch delete and update items tool</p>
158
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28445">[28445]</a> Use the task queue for the batch delete and update items tool</p>
159
159
160
<blockquote>
160
<blockquote>
161
  <p>This enhancement changes the batch item modification and deletion tools so that they now use the task queue feature (added in Koha 21.05) instead of using background jobs. For the library staff member this provides more information on the progress of the task.</p>
161
  <p>This enhancement changes the batch item modification and deletion tools so that they now use the task queue feature (added in Koha 21.05) instead of using background jobs. For the library staff member this provides more information on the progress of the task.</p>
162
</blockquote></li>
162
</blockquote></li>
163
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28514">[28514]</a> Replace C4::Letters::getletter with Koha::Notice::Templates->find_effective_template</p>
163
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28514">[28514]</a> Replace C4::Letters::getletter with Koha::Notice::Templates->find_effective_template</p>
164
164
165
<blockquote>
165
<blockquote>
166
  <p>This patch simplifies and clarifies the process of getting a notice template for a notice.</p>
166
  <p>This patch simplifies and clarifies the process of getting a notice template for a notice.</p>
167
</blockquote></li>
167
</blockquote></li>
168
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28519">[28519]</a> Add a 2nd directory for Perl modules</li>
168
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28519">[28519]</a> Add a 2nd directory for Perl modules</li>
169
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28565">[28565]</a> Adding a new syspref for sharing through HEA should be simpler</p>
169
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28565">[28565]</a> Adding a new syspref for sharing through HEA should be simpler</p>
170
170
171
<blockquote>
171
<blockquote>
172
  <p>This enhancement simplifies the way new system preferences are added to Hea for statistical reporting. Before this enhancement the tests (t/db_dependent/UsageStats.t) required adjusting every time a new system preference was added. Now when a new system preference is added to Hea they are automatically picked up for the tests.</p>
172
  <p>This enhancement simplifies the way new system preferences are added to Hea for statistical reporting. Before this enhancement the tests (t/db_dependent/UsageStats.t) required adjusting every time a new system preference was added. Now when a new system preference is added to Hea they are automatically picked up for the tests.</p>
173
</blockquote></li>
173
</blockquote></li>
174
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28572">[28572]</a> Replace C4::Debug with Koha::Logger->debug</p>
174
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28572">[28572]</a> Replace C4::Debug with Koha::Logger->debug</p>
175
175
176
<blockquote>
176
<blockquote>
177
  <p>This patch simplifies and clarifies how developers should add debug statements to the Koha codebase.</p>
177
  <p>This patch simplifies and clarifies how developers should add debug statements to the Koha codebase.</p>
178
</blockquote></li>
178
</blockquote></li>
179
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28588">[28588]</a> Add Koha::Checkouts::ReturnClaim->resolve</li>
179
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28588">[28588]</a> Add Koha::Checkouts::ReturnClaim->resolve</li>
180
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28590">[28590]</a> get_shelves_userenv and set_shelves_userenv not used</li>
180
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28590">[28590]</a> get_shelves_userenv and set_shelves_userenv not used</li>
181
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28591">[28591]</a> debug passed to get_template_and_user but not used</li>
181
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28591">[28591]</a> debug passed to get_template_and_user but not used</li>
182
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28606">[28606]</a> Replace $ENV{DEBUG} and $DEBUG with Koha::Logger->debug</li>
182
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28606">[28606]</a> Replace $ENV{DEBUG} and $DEBUG with Koha::Logger->debug</li>
183
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28624">[28624]</a> Smart::Comments not used and not installed</li>
183
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28624">[28624]</a> Smart::Comments not used and not installed</li>
184
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28765">[28765]</a> sub find_value not used in tools/batchMod.pl</li>
184
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28765">[28765]</a> sub find_value not used in tools/batchMod.pl</li>
185
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28769">[28769]</a> tabloop not used in cataloguing plugins</p>
185
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28769">[28769]</a> tabloop not used in cataloguing plugins</p>
186
186
187
<blockquote>
187
<blockquote>
188
  <p>This technical change removes the "tabloop" variable that is passed from the add item form logic to the cataloguing plugins, as it is never used.</p>
188
  <p>This technical change removes the "tabloop" variable that is passed from the add item form logic to the cataloguing plugins, as it is never used.</p>
189
</blockquote></li>
189
</blockquote></li>
190
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28785">[28785]</a> Code in C4::Auth::checkauth is copy pasted</p>
190
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28785">[28785]</a> Code in C4::Auth::checkauth is copy pasted</p>
191
191
192
<p><strong>Sponsored by</strong> Orex Digital</p></li>
192
<p><strong>Sponsored by</strong> Orex Digital</p></li>
193
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28893">[28893]</a> Unused opac/rss directory can be removed</li>
193
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28893">[28893]</a> Unused opac/rss directory can be removed</li>
194
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28959">[28959]</a> virtualshelves.category is really a boolean</li>
194
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28959">[28959]</a> virtualshelves.category is really a boolean</li>
195
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29082">[29082]</a> Add filtering methods to Koha::ArticleRequests</p>
195
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29082">[29082]</a> Add filtering methods to Koha::ArticleRequests</p>
196
196
197
<blockquote>
197
<blockquote>
198
  <p>Add re-usable pre-filtered searches to the Article Requests system.</p>
198
  <p>Add re-usable pre-filtered searches to the Article Requests system.</p>
199
</blockquote></li>
199
</blockquote></li>
200
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29083">[29083]</a> Update article requests-related Koha::Patron methods to use relationships</p>
200
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29083">[29083]</a> Update article requests-related Koha::Patron methods to use relationships</p>
201
201
202
<blockquote>
202
<blockquote>
203
  <p>Provides a small performance enhancement and allows prefetching and embedding to work in the API</p>
203
  <p>Provides a small performance enhancement and allows prefetching and embedding to work in the API</p>
204
</blockquote></li>
204
</blockquote></li>
205
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29084">[29084]</a> Update article requests-related Koha::Biblio methods to use relationships</p>
205
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29084">[29084]</a> Update article requests-related Koha::Biblio methods to use relationships</p>
206
206
207
<blockquote>
207
<blockquote>
208
  <p>Provides a small performance enhancement and allows prefetching and embedding to work in the API</p>
208
  <p>Provides a small performance enhancement and allows prefetching and embedding to work in the API</p>
209
</blockquote></li>
209
</blockquote></li>
210
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29086">[29086]</a> Reuse article request filtering methods in Biblio template plugin</li>
210
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29086">[29086]</a> Reuse article request filtering methods in Biblio template plugin</li>
211
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29288">[29288]</a> Add current_checkouts and old_checkouts methods to Koha::Biblio</li>
211
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29288">[29288]</a> Add current_checkouts and old_checkouts methods to Koha::Biblio</li>
212
</ul>
212
</ul>
213
213
214
<h3 id="cataloging">Cataloging</h3>
214
<h3 id="cataloging">Cataloging</h3>
215
215
216
<ul>
216
<ul>
217
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24674">[24674]</a> Uncertain years for publicationyear/copyrightdate -- corrected</li>
217
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24674">[24674]</a> Uncertain years for publicationyear/copyrightdate -- corrected</li>
218
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27520">[27520]</a> Adding new itemtype images boardgame, zoom-in, and zoom-out to carredart</p>
218
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27520">[27520]</a> Adding new itemtype images boardgame, zoom-in, and zoom-out to carredart</p>
219
219
220
<blockquote>
220
<blockquote>
221
  <p>This enhancement adds boardgame, zoom-in and zoom-out images to the carredart icon set for item types.</p>
221
  <p>This enhancement adds boardgame, zoom-in and zoom-out images to the carredart icon set for item types.</p>
222
</blockquote></li>
222
</blockquote></li>
223
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27522">[27522]</a> Add a new itemtype info image to carredart</p>
223
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27522">[27522]</a> Add a new itemtype info image to carredart</p>
224
224
225
<blockquote>
225
<blockquote>
226
  <p>This enhancement adds a info image to the carredart icon set for item types.</p>
226
  <p>This enhancement adds a info image to the carredart icon set for item types.</p>
227
</blockquote></li>
227
</blockquote></li>
228
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27523">[27523]</a> Adding new itemtype lock image to carredart</p>
228
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27523">[27523]</a> Adding new itemtype lock image to carredart</p>
229
229
230
<blockquote>
230
<blockquote>
231
  <p>This enhancement adds a lock image to the carredart icon set for item types.</p>
231
  <p>This enhancement adds a lock image to the carredart icon set for item types.</p>
232
</blockquote></li>
232
</blockquote></li>
233
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27985">[27985]</a> Add option for using a MARC modification template on a single record from the details page</p>
233
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27985">[27985]</a> Add option for using a MARC modification template on a single record from the details page</p>
234
234
235
<blockquote>
235
<blockquote>
236
  <p>This development allows for sending a single record to 'batch' modification in order to process a MARC modification template against the record.</p>
236
  <p>This development allows for sending a single record to 'batch' modification in order to process a MARC modification template against the record.</p>
237
</blockquote></li>
237
</blockquote></li>
238
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28543">[28543]</a> Clicking on 'New record' will use default framework</p>
238
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28543">[28543]</a> Clicking on 'New record' will use default framework</p>
239
239
240
<blockquote>
240
<blockquote>
241
  <p>This enhancement changes the 'New record' button when cataloguing. Before this change you needed to choose the framework - now it will use the default framework unless you select a different framework from the drop-down list. This makes it consistent with creating a new record using the 'New from Z39.50/SRU' button.</p>
241
  <p>This enhancement changes the 'New record' button when cataloguing. Before this change you needed to choose the framework - now it will use the default framework unless you select a different framework from the drop-down list. This makes it consistent with creating a new record using the 'New from Z39.50/SRU' button.</p>
242
  
242
  
243
  <p>NOTE: This is a change in default behavour that cataloguers may be used to.</p>
243
  <p>NOTE: This is a change in default behavour that cataloguers may be used to.</p>
244
</blockquote></li>
244
</blockquote></li>
245
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28694">[28694]</a> Check alert in cataloguing should be a static message</p>
245
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28694">[28694]</a> Check alert in cataloguing should be a static message</p>
246
246
247
<blockquote>
247
<blockquote>
248
  <p>This patch changes the way error form validation error messages are displayed when using the basic MARC editor in cataloging. Instead of a JavaScript alert, errors are now shown on the page itself, with links in the message to take you to the corresponding field. A new "Errors" button in the toolbar allows the user to jump back to the list of errors for easy reference.</p>
248
  <p>This patch changes the way error form validation error messages are displayed when using the basic MARC editor in cataloging. Instead of a JavaScript alert, errors are now shown on the page itself, with links in the message to take you to the corresponding field. A new "Errors" button in the toolbar allows the user to jump back to the list of errors for easy reference.</p>
Lines 252-258 website for the Koha project is:</p> Link Here
252
<h3 id="circulation">Circulation</h3>
252
<h3 id="circulation">Circulation</h3>
253
253
254
<ul>
254
<ul>
255
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10902">[10902]</a> Highlight patrons from logged-in library in patron searches</p>
255
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10902">[10902]</a> Highlight patrons from logged-in library in patron searches</p>
256
256
257
<blockquote>
257
<blockquote>
258
  <p>This enhancement highlights the branch when searching for patrons from the currently-logged-in library. </p>
258
  <p>This enhancement highlights the branch when searching for patrons from the currently-logged-in library. </p>
Lines 266-287 website for the Koha project is:</p> Link Here
266
  <li>Browsing for patrons: the library name for patrons from the currently logged-in library is highlighted in green.</li>
266
  <li>Browsing for patrons: the library name for patrons from the currently logged-in library is highlighted in green.</li>
267
  </ul>
267
  </ul>
268
</blockquote></li>
268
</blockquote></li>
269
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20472">[20472]</a> Add digital scan as optional format to Article Requests</p>
269
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20472">[20472]</a> Add digital scan as optional format to Article Requests</p>
270
270
271
<blockquote>
271
<blockquote>
272
  <p>This patch set adds an additional (optional) format to Article Requests. Allowing a user to request a digital copy.
272
  <p>This patch set adds an additional (optional) format to Article Requests. Allowing a user to request a digital copy.
273
  In staff the request can be processed by entering a download URL. This serves as a base for further automation.</p>
273
  In staff the request can be processed by entering a download URL. This serves as a base for further automation.</p>
274
</blockquote></li>
274
</blockquote></li>
275
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20688">[20688]</a> Add accesskeys for hold confirmation boxes</li>
275
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20688">[20688]</a> Add accesskeys for hold confirmation boxes</li>
276
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25883">[25883]</a> Highlight transfers on checkin screen table</p>
276
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25883">[25883]</a> Highlight transfers on checkin screen table</p>
277
277
278
<blockquote>
278
<blockquote>
279
  <p>This patch replaces the <code>Holding library</code> field in the check-in table with a new <code>Transfer to</code> field.</p>
279
  <p>This patch replaces the <code>Holding library</code> field in the check-in table with a new <code>Transfer to</code> field.</p>
280
  
280
  
281
  <p>The <code>Holding library</code> would always match the current branch, as holding branch is updated by the check-in process.  We now highlight transfers by populating the new <code>Transfer to</code> field with the destination library.</p>
281
  <p>The <code>Holding library</code> would always match the current branch, as holding branch is updated by the check-in process.  We now highlight transfers by populating the new <code>Transfer to</code> field with the destination library.</p>
282
</blockquote></li>
282
</blockquote></li>
283
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27296">[27296]</a> Return claims should be filtered by default to show unresolved claims</li>
283
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27296">[27296]</a> Return claims should be filtered by default to show unresolved claims</li>
284
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944">[27944]</a> Add new stages to the article request process</p>
284
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944">[27944]</a> Add new stages to the article request process</p>
285
285
286
<p><strong>Sponsored by</strong> Rijksmuseum</p>
286
<p><strong>Sponsored by</strong> Rijksmuseum</p>
287
287
Lines 290-310 website for the Koha project is:</p> Link Here
290
  
290
  
291
  <p>This enhancement adds a requested stage before the pending and processing stages for the article request process.</p>
291
  <p>This enhancement adds a requested stage before the pending and processing stages for the article request process.</p>
292
</blockquote></li>
292
</blockquote></li>
293
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27945">[27945]</a> Limit the number of active article requests per patron category</p>
293
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27945">[27945]</a> Limit the number of active article requests per patron category</p>
294
294
295
<p><strong>Sponsored by</strong> Rijksmuseum</p>
295
<p><strong>Sponsored by</strong> Rijksmuseum</p>
296
296
297
<blockquote>
297
<blockquote>
298
  <p>This enhancement lets you limit the number of active article requests a patron can make each day. Edit the patron category and enter the 'Maximum active article requests'.</p>
298
  <p>This enhancement lets you limit the number of active article requests a patron can make each day. Edit the patron category and enter the 'Maximum active article requests'.</p>
299
</blockquote></li>
299
</blockquote></li>
300
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27947">[27947]</a> Add default cancellation reasons to article requests</p>
300
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27947">[27947]</a> Add default cancellation reasons to article requests</p>
301
301
302
<p><strong>Sponsored by</strong> Rijksmuseum</p>
302
<p><strong>Sponsored by</strong> Rijksmuseum</p>
303
303
304
<blockquote>
304
<blockquote>
305
  <p>This feature adds a way to define a list of possible cancellation reasons for article requests. That way, they can be chosen upon cancellation.</p>
305
  <p>This feature adds a way to define a list of possible cancellation reasons for article requests. That way, they can be chosen upon cancellation.</p>
306
</blockquote></li>
306
</blockquote></li>
307
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948">[27948]</a> Add disclaimer text to article requests feature</p>
307
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948">[27948]</a> Add disclaimer text to article requests feature</p>
308
308
309
<p><strong>Sponsored by</strong> Rijksmuseum</p>
309
<p><strong>Sponsored by</strong> Rijksmuseum</p>
310
310
Lines 313-332 website for the Koha project is:</p> Link Here
313
  
313
  
314
  <p>Add the text required to the new ArticleRequestsDisclaimerText entry in the additional contents tool.</p>
314
  <p>Add the text required to the new ArticleRequestsDisclaimerText entry in the additional contents tool.</p>
315
</blockquote></li>
315
</blockquote></li>
316
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27949">[27949]</a> Batch printing of article request slips</p>
316
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27949">[27949]</a> Batch printing of article request slips</p>
317
317
318
<p><strong>Sponsored by</strong> Rijksmuseum</p>
318
<p><strong>Sponsored by</strong> Rijksmuseum</p>
319
319
320
<blockquote>
320
<blockquote>
321
  <p>This developments adds a way to select several article requests and print slips for them in batch.</p>
321
  <p>This developments adds a way to select several article requests and print slips for them in batch.</p>
322
</blockquote></li>
322
</blockquote></li>
323
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28695">[28695]</a> Add shelving location column to overdue report (overdue.tt)</li>
323
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28695">[28695]</a> Add shelving location column to overdue report (overdue.tt)</li>
324
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28810">[28810]</a> Housebound details should be textarea not text inputs</p>
324
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28810">[28810]</a> Housebound details should be textarea not text inputs</p>
325
325
326
<blockquote>
326
<blockquote>
327
  <p>This patch changes the housebound detail form inputs from text inputs to textarea's in order to accommodate more information in each field.</p>
327
  <p>This patch changes the housebound detail form inputs from text inputs to textarea's in order to accommodate more information in each field.</p>
328
</blockquote></li>
328
</blockquote></li>
329
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29093">[29093]</a> Article requests: Checkbox for table of contents</p>
329
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29093">[29093]</a> Article requests: Checkbox for table of contents</p>
330
330
331
<blockquote>
331
<blockquote>
332
  <p>This patch set adds a new article request column for a request to copy or scan table of contents.</p>
332
  <p>This patch set adds a new article request column for a request to copy or scan table of contents.</p>
Lines 336-342 website for the Koha project is:</p> Link Here
336
<h3 id="command-lineutilities">Command-line Utilities</h3>
336
<h3 id="command-lineutilities">Command-line Utilities</h3>
337
337
338
<ul>
338
<ul>
339
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18631">[18631]</a> <code>cleanup_database.pl</code> should take an option for modules in action_logs</p>
339
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18631">[18631]</a> <code>cleanup_database.pl</code> should take an option for modules in action_logs</p>
340
340
341
<blockquote>
341
<blockquote>
342
  <p>This patch adds two new optional parameters to the <code>cleanup_database.pl</code> script.</p>
342
  <p>This patch adds two new optional parameters to the <code>cleanup_database.pl</code> script.</p>
Lines 345-358 website for the Koha project is:</p> Link Here
345
  
345
  
346
  <p><code>--preserve-log</code> - A repeatable option to specify which action log module lines to keep.</p>
346
  <p><code>--preserve-log</code> - A repeatable option to specify which action log module lines to keep.</p>
347
</blockquote></li>
347
</blockquote></li>
348
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429">[25429]</a> <code>cleanup_database.pl</code> should remove resolved claims returned after X days</p>
348
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429">[25429]</a> <code>cleanup_database.pl</code> should remove resolved claims returned after X days</p>
349
349
350
<blockquote>
350
<blockquote>
351
  <p>This enhancement adds the new <code>CleanUpDatabaseReturnClaims</code> system preference allowing administrators to specify how many days after resolution a claimed return record should be deleted from the database.</p>
351
  <p>This enhancement adds the new <code>CleanUpDatabaseReturnClaims</code> system preference allowing administrators to specify how many days after resolution a claimed return record should be deleted from the database.</p>
352
  
352
  
353
  <p>For this functionality to be enabled, the <code>cleanup_database.pl</code> must be scheduled to run regularly with the new <code>--return-claims</code> parameter passed.</p>
353
  <p>For this functionality to be enabled, the <code>cleanup_database.pl</code> must be scheduled to run regularly with the new <code>--return-claims</code> parameter passed.</p>
354
</blockquote></li>
354
</blockquote></li>
355
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28456">[28456]</a> Add option to use a WHERE statement in membership_expiry.pl cronjob</p>
355
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28456">[28456]</a> Add option to use a WHERE statement in membership_expiry.pl cronjob</p>
356
356
357
<blockquote>
357
<blockquote>
358
  <p>Add an optional <code>--where</code> parameter to the <code>membership_expiry.pl</code> task. This allows for arbitrarily complex SQL where statements to be passed to the script to filter affected patrons.</p>
358
  <p>Add an optional <code>--where</code> parameter to the <code>membership_expiry.pl</code> task. This allows for arbitrarily complex SQL where statements to be passed to the script to filter affected patrons.</p>
Lines 362-368 website for the Koha project is:</p> Link Here
362
<h3 id="developerdocumentation">Developer documentation</h3>
362
<h3 id="developerdocumentation">Developer documentation</h3>
363
363
364
<ul>
364
<ul>
365
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27375">[27375]</a> Set YAML file settings in .editorconfig</p>
365
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27375">[27375]</a> Set YAML file settings in .editorconfig</p>
366
366
367
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
367
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
368
</ul>
368
</ul>
Lines 370-376 website for the Koha project is:</p> Link Here
370
<h3 id="finesandfees">Fines and fees</h3>
370
<h3 id="finesandfees">Fines and fees</h3>
371
371
372
<ul>
372
<ul>
373
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435">[22435]</a> Clarify account_offset types by converting them to clear codes</p>
373
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435">[22435]</a> Clarify account_offset types by converting them to clear codes</p>
374
374
375
<blockquote>
375
<blockquote>
376
  <p>This enhancement serves to clarify how the account offsets table functions.  We record all account actions in this table, including accountline creations, modifications and offsets.</p>
376
  <p>This enhancement serves to clarify how the account offsets table functions.  We record all account actions in this table, including accountline creations, modifications and offsets.</p>
Lines 379-424 website for the Koha project is:</p> Link Here
379
  
379
  
380
  <p>The accountline details page, accessible from the borrower account transactions table is updated to display the whole history of the selected accountline, including creation (CREATE), increments (OVERDUE_INCREASE/DECREASE) and offsets (Application of payments, cancellations, voids, writeoffs and refunds).</p>
380
  <p>The accountline details page, accessible from the borrower account transactions table is updated to display the whole history of the selected accountline, including creation (CREATE), increments (OVERDUE_INCREASE/DECREASE) and offsets (Application of payments, cancellations, voids, writeoffs and refunds).</p>
381
</blockquote></li>
381
</blockquote></li>
382
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27583">[27583]</a> Clarify how cash management fits together</p>
382
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27583">[27583]</a> Clarify how cash management fits together</p>
383
383
384
<blockquote>
384
<blockquote>
385
  <p>This enhancement serves to clarify the parts of the cash management module by updating the names or pages and embellishing the breadcrumb navigation for these pages.</p>
385
  <p>This enhancement serves to clarify the parts of the cash management module by updating the names or pages and embellishing the breadcrumb navigation for these pages.</p>
386
</blockquote></li>
386
</blockquote></li>
387
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28346">[28346]</a> Action buttons should have a class per action type</li>
387
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28346">[28346]</a> Action buttons should have a class per action type</li>
388
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28389">[28389]</a> One should be able to see details for refunds on the register summary page</li>
388
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28389">[28389]</a> One should be able to see details for refunds on the register summary page</li>
389
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28421">[28421]</a> Add tests for Voided Payment and Voided Writeoff.</li>
389
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28421">[28421]</a> Add tests for Voided Payment and Voided Writeoff.</li>
390
</ul>
390
</ul>
391
391
392
<h3 id="holdrequests">Hold requests</h3>
392
<h3 id="holdrequests">Hold requests</h3>
393
393
394
<ul>
394
<ul>
395
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23678">[23678]</a> Cancel holds in bulk</p>
395
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23678">[23678]</a> Cancel holds in bulk</p>
396
396
397
<blockquote>
397
<blockquote>
398
  <p>This developments adds a way to choose multiple holds using checkboxes, to cancel them in bulk.</p>
398
  <p>This developments adds a way to choose multiple holds using checkboxes, to cancel them in bulk.</p>
399
  
399
  
400
  <p>It uses the new background jobs infrastructure recently introduced.</p>
400
  <p>It uses the new background jobs infrastructure recently introduced.</p>
401
</blockquote></li>
401
</blockquote></li>
402
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28261">[28261]</a> Add visual feedback on overridden pickup locations on patron's page</li>
402
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28261">[28261]</a> Add visual feedback on overridden pickup locations on patron's page</li>
403
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28816">[28816]</a> Improve the display of multiple holds during hold process</li>
403
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28816">[28816]</a> Improve the display of multiple holds during hold process</li>
404
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29015">[29015]</a> Add option to limit Holds Queue report by shelving location / collection</li>
404
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29015">[29015]</a> Add option to limit Holds Queue report by shelving location / collection</li>
405
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29116">[29116]</a> request.pl re-invents Koha::Patron::is_expired accessor</li>
405
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29116">[29116]</a> request.pl re-invents Koha::Patron::is_expired accessor</li>
406
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29404">[29404]</a> Add infinite scrolling to pickup location dropdowns</li>
406
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29404">[29404]</a> Add infinite scrolling to pickup location dropdowns</li>
407
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29407">[29407]</a> Make the pickup locations dropdown JS reusable</li>
407
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29407">[29407]</a> Make the pickup locations dropdown JS reusable</li>
408
</ul>
408
</ul>
409
409
410
<h3 id="ill">ILL</h3>
410
<h3 id="ill">ILL</h3>
411
411
412
<ul>
412
<ul>
413
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27170">[27170]</a> ILL availability should be able to display arbitrary links to related resources</li>
413
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27170">[27170]</a> ILL availability should be able to display arbitrary links to related resources</li>
414
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28340">[28340]</a> Provide improved display of ILL request metadata in notices</li>
414
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28340">[28340]</a> Provide improved display of ILL request metadata in notices</li>
415
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28879">[28879]</a> Display of metadata with long label names looks terrible</li>
415
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28879">[28879]</a> Display of metadata with long label names looks terrible</li>
416
</ul>
416
</ul>
417
417
418
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
418
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
419
419
420
<ul>
420
<ul>
421
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078">[25078]</a> Update DB process - wrap each DBRev inside a transaction and better error handling</p>
421
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078">[25078]</a> Update DB process - wrap each DBRev inside a transaction and better error handling</p>
422
422
423
<blockquote>
423
<blockquote>
424
  <p>This enhancement improves the reliability and error reporting of our database update procedures.</p>
424
  <p>This enhancement improves the reliability and error reporting of our database update procedures.</p>
Lines 427-461 website for the Koha project is:</p> Link Here
427
  
427
  
428
  <p>Finally, our monolithic updatedateabase script had been growing unmanageably large for some time. This patchset allows us to split each upgrade step into a single atomic file and thus simplifies writing updates and applying retrospective fixes.</p>
428
  <p>Finally, our monolithic updatedateabase script had been growing unmanageably large for some time. This patchset allows us to split each upgrade step into a single atomic file and thus simplifies writing updates and applying retrospective fixes.</p>
429
</blockquote></li>
429
</blockquote></li>
430
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27101">[27101]</a> Remove fr-CA installer data</p>
430
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27101">[27101]</a> Remove fr-CA installer data</p>
431
431
432
<blockquote>
432
<blockquote>
433
  <p>This enhancement removes fr-CA installer data. Installer data is now in YAML format and there is no need for localized installer files (these are now translated using Koha's translation system using .po files maintained on https://translate.koha-community.org).</p>
433
  <p>This enhancement removes fr-CA installer data. Installer data is now in YAML format and there is no need for localized installer files (these are now translated using Koha's translation system using .po files maintained on https://translate.koha-community.org).</p>
434
</blockquote></li>
434
</blockquote></li>
435
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27622">[27622]</a> Remove nb-NO installer data</p>
435
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27622">[27622]</a> Remove nb-NO installer data</p>
436
436
437
<blockquote>
437
<blockquote>
438
  <p>This enhancement removes Norwegian installer data. Installer data is now in YAML format and there is no need for localized installer files (these are now translated using Koha's translation system using .po files maintained on https://translate.koha-community.org).</p>
438
  <p>This enhancement removes Norwegian installer data. Installer data is now in YAML format and there is no need for localized installer files (these are now translated using Koha's translation system using .po files maintained on https://translate.koha-community.org).</p>
439
</blockquote></li>
439
</blockquote></li>
440
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27823">[27823]</a> List upcoming steps during installation process</li>
440
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27823">[27823]</a> List upcoming steps during installation process</li>
441
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28978">[28978]</a> Convert installer CSS to SCSS</li>
441
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28978">[28978]</a> Convert installer CSS to SCSS</li>
442
</ul>
442
</ul>
443
443
444
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
444
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
445
445
446
<ul>
446
<ul>
447
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340">[26340]</a> When printing labels from a barcode range, keep zero padding</li>
447
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340">[26340]</a> When printing labels from a barcode range, keep zero padding</li>
448
</ul>
448
</ul>
449
449
450
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
450
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
451
451
452
<ul>
452
<ul>
453
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18984">[18984]</a> Remove support for NORMARC</p>
453
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18984">[18984]</a> Remove support for NORMARC</p>
454
454
455
<blockquote>
455
<blockquote>
456
  <p>The National library of Norway has replaced NORMARC with MARC21. Koha instances that use NORMARC have either been converted to MARC21, or will need to convert as part of any upgrade (from Koha 21.11 onwards).</p>
456
  <p>The National library of Norway has replaced NORMARC with MARC21. Koha instances that use NORMARC have either been converted to MARC21, or will need to convert as part of any upgrade (from Koha 21.11 onwards).</p>
457
</blockquote></li>
457
</blockquote></li>
458
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27850">[27850]</a> Search link for 260 a and c in MARC21 XSLT display</p>
458
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27850">[27850]</a> Search link for 260 a and c in MARC21 XSLT display</p>
459
459
460
<blockquote>
460
<blockquote>
461
  <p>This enhancement adds search links to the MARC21 XSLT display for 260$a and $c fields for the OPAC and staff interface.</p>
461
  <p>This enhancement adds search links to the MARC21 XSLT display for 260$a and $c fields for the OPAC and staff interface.</p>
Lines 465-477 website for the Koha project is:</p> Link Here
465
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
465
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
466
466
467
<ul>
467
<ul>
468
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26402">[26402]</a> Add --framework parameter to commit_file.pl</li>
468
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26402">[26402]</a> Add --framework parameter to commit_file.pl</li>
469
</ul>
469
</ul>
470
470
471
<h3 id="notices">Notices</h3>
471
<h3 id="notices">Notices</h3>
472
472
473
<ul>
473
<ul>
474
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28153">[28153]</a> Add 'Hold reminder' messaging preference</p>
474
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28153">[28153]</a> Add 'Hold reminder' messaging preference</p>
475
475
476
<blockquote>
476
<blockquote>
477
  <p>This enhancement allows staff/patrons to control individual preferences for holds reminder noticess in the patron's messaging preferences area.</p>
477
  <p>This enhancement allows staff/patrons to control individual preferences for holds reminder noticess in the patron's messaging preferences area.</p>
Lines 481-503 website for the Koha project is:</p> Link Here
481
<h3 id="opac">OPAC</h3>
481
<h3 id="opac">OPAC</h3>
482
482
483
<ul>
483
<ul>
484
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067">[15067]</a> Add additional languages to advanced search language search</p>
484
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067">[15067]</a> Add additional languages to advanced search language search</p>
485
485
486
<blockquote>
486
<blockquote>
487
  <p>This enhancement adds Estonian, Inuktitut, Inupiaq, Latvian, and Lithuanian (along with their translations) to the list of languages in the advanced search for the OPAC and staff interface (Advanced search > More options > Language drop down list).</p>
487
  <p>This enhancement adds Estonian, Inuktitut, Inupiaq, Latvian, and Lithuanian (along with their translations) to the list of languages in the advanced search for the OPAC and staff interface (Advanced search > More options > Language drop down list).</p>
488
  
488
  
489
  <p>The list of languages is also now sorted in alphabetical order.</p>
489
  <p>The list of languages is also now sorted in alphabetical order.</p>
490
</blockquote></li>
490
</blockquote></li>
491
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310">[20310]</a> Article requests: Use details from the host record when submitting an article request on an analytic record without attached items</p>
491
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310">[20310]</a> Article requests: Use details from the host record when submitting an article request on an analytic record without attached items</p>
492
492
493
<blockquote>
493
<blockquote>
494
  <p>This new feature add the <code>ArticleRequestsHostRedirection</code> system preference.</p>
494
  <p>This new feature add the <code>ArticleRequestsHostRedirection</code> system preference.</p>
495
  
495
  
496
  <p>When enabled, if a user attempts to place an article request from an analytic record the system will automatically populate some details in the request from using data from the host record.</p>
496
  <p>When enabled, if a user attempts to place an article request from an analytic record the system will automatically populate some details in the request from using data from the host record.</p>
497
</blockquote></li>
497
</blockquote></li>
498
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24223">[24223]</a> Convert OpacNav system preference to news block</li>
498
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24223">[24223]</a> Convert OpacNav system preference to news block</li>
499
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24224">[24224]</a> Convert OpacNavBottom system preference to news block</li>
499
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24224">[24224]</a> Convert OpacNavBottom system preference to news block</li>
500
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26302">[26302]</a> OPAC XSLT Results: List variable number of itemcallnumbers</p>
500
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26302">[26302]</a> OPAC XSLT Results: List variable number of itemcallnumbers</p>
501
501
502
<blockquote>
502
<blockquote>
503
  <p>This enhancement allows customizing the number of call numbers displayed for OPAC search results for items available and not available by changing two new system preferences:</p>
503
  <p>This enhancement allows customizing the number of call numbers displayed for OPAC search results for items available and not available by changing two new system preferences:</p>
Lines 509-529 website for the Koha project is:</p> Link Here
509
  
509
  
510
  <p>This is useful when records have a large number of items, for example larger libraries with many branches, union catalogues, and university libraries with course text books.</p>
510
  <p>This is useful when records have a large number of items, for example larger libraries with many branches, union catalogues, and university libraries with course text books.</p>
511
</blockquote></li>
511
</blockquote></li>
512
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26761">[26761]</a> Use aria-disabled attribute in OPAC cart for disabled links</li>
512
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26761">[26761]</a> Use aria-disabled attribute in OPAC cart for disabled links</li>
513
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27360">[27360]</a> Libraries should be able to pick which branches display on the public 'Libraries' page</p>
513
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27360">[27360]</a> Libraries should be able to pick which branches display on the public 'Libraries' page</p>
514
514
515
<blockquote>
515
<blockquote>
516
  <p>This patch adds a new field, <code>Public</code> to the definable library information. When enabled, the library details will be displayed in the libraries page on the OPAC.</p>
516
  <p>This patch adds a new field, <code>Public</code> to the definable library information. When enabled, the library details will be displayed in the libraries page on the OPAC.</p>
517
</blockquote></li>
517
</blockquote></li>
518
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27445">[27445]</a> OPAC header tweaks for non-JavaScript users</li>
518
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27445">[27445]</a> OPAC header tweaks for non-JavaScript users</li>
519
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27882">[27882]</a> Move external search results links out of page heading</li>
519
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27882">[27882]</a> Move external search results links out of page heading</li>
520
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28101">[28101]</a> Accessibility: OPAC - Breadcrumbs should be more accessible</p>
520
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28101">[28101]</a> Accessibility: OPAC - Breadcrumbs should be more accessible</p>
521
521
522
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
522
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
523
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28142">[28142]</a> Accessibility: OPAC Cart/basket checkboxes are not labelled</li>
523
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28142">[28142]</a> Accessibility: OPAC Cart/basket checkboxes are not labelled</li>
524
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28536">[28536]</a> Move translatable strings into overdrive.js</li>
524
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28536">[28536]</a> Move translatable strings into overdrive.js</li>
525
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28537">[28537]</a> Improve HTML generated by OverDrive integration</li>
525
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28537">[28537]</a> Improve HTML generated by OverDrive integration</li>
526
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28720">[28720]</a> Update the process of adding a checkout note in the OPAC</p>
526
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28720">[28720]</a> Update the process of adding a checkout note in the OPAC</p>
527
527
528
<blockquote>
528
<blockquote>
529
  <p>This enhancement moves the entry of checkout notes for the OPAC into a modal window, with the goal of making note entry easier.</p>
529
  <p>This enhancement moves the entry of checkout notes for the OPAC into a modal window, with the goal of making note entry easier.</p>
Lines 535-554 website for the Koha project is:</p> Link Here
535
  <li>The message about a successfully submitted message has text formatting added to improve clarity, and includes an edit link for changing a message.</li>
535
  <li>The message about a successfully submitted message has text formatting added to improve clarity, and includes an edit link for changing a message.</li>
536
  </ul>
536
  </ul>
537
</blockquote></li>
537
</blockquote></li>
538
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28821">[28821]</a> OPAC Advanced search: Improve operation of button plus/less</li>
538
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28821">[28821]</a> OPAC Advanced search: Improve operation of button plus/less</li>
539
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831">[28831]</a> OPAC XSLT Results: Allow unavailable item grouping on status only for large consortia</li>
539
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831">[28831]</a> OPAC XSLT Results: Allow unavailable item grouping on status only for large consortia</li>
540
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28838">[28838]</a> SCO impossible errors are hard to target with CSS/JS</p>
540
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28838">[28838]</a> SCO impossible errors are hard to target with CSS/JS</p>
541
541
542
<blockquote>
542
<blockquote>
543
  <p>This patch adds unique IDs to the SCO main page so the impossible errors can easily be targeted via JS and CSS.</p>
543
  <p>This patch adds unique IDs to the SCO main page so the impossible errors can easily be targeted via JS and CSS.</p>
544
</blockquote></li>
544
</blockquote></li>
545
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28933">[28933]</a> Hard to parse OPAC-detail subscription information</li>
545
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28933">[28933]</a> Hard to parse OPAC-detail subscription information</li>
546
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29006">[29006]</a> Make GoogleOpenIDConnect options consistent in the OPAC</p>
546
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29006">[29006]</a> Make GoogleOpenIDConnect options consistent in the OPAC</p>
547
547
548
<blockquote>
548
<blockquote>
549
  <p>This enhancement improves the consistency of the OPAC login forms when using Google OpenID Connect. A "Log in with Google" button now appears above the Koha login form when logging in from the home page, "Log in to your account" in the navigation menu, and when accessed directly (/cgi-bin/koha/opac-user.pl).</p>
549
  <p>This enhancement improves the consistency of the OPAC login forms when using Google OpenID Connect. A "Log in with Google" button now appears above the Koha login form when logging in from the home page, "Log in to your account" in the navigation menu, and when accessed directly (/cgi-bin/koha/opac-user.pl).</p>
550
</blockquote></li>
550
</blockquote></li>
551
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29162">[29162]</a> Change template structure on OPAC library page so that a single library can easily be hidden</p>
551
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29162">[29162]</a> Change template structure on OPAC library page so that a single library can easily be hidden</p>
552
552
553
<blockquote>
553
<blockquote>
554
  <p>This patch adds markup to the OPAC library page so that CSS or JS can more easily target elements of the page: </p>
554
  <p>This patch adds markup to the OPAC library page so that CSS or JS can more easily target elements of the page: </p>
Lines 564-570 website for the Koha project is:</p> Link Here
564
<h3 id="patrons">Patrons</h3>
564
<h3 id="patrons">Patrons</h3>
565
565
566
<ul>
566
<ul>
567
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879">[11879]</a> Add a new field to patron record: main contact method</p>
567
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879">[11879]</a> Add a new field to patron record: main contact method</p>
568
568
569
<p><strong>Sponsored by</strong> <em>Centre collégial des services regroupés</em></p>
569
<p><strong>Sponsored by</strong> <em>Centre collégial des services regroupés</em></p>
570
570
Lines 573-586 website for the Koha project is:</p> Link Here
573
  
573
  
574
  <p>This field is useful for reporting purposes, or to know which contact method to use first when trying to contact a patron.</p>
574
  <p>This field is useful for reporting purposes, or to know which contact method to use first when trying to contact a patron.</p>
575
</blockquote></li>
575
</blockquote></li>
576
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15788">[15788]</a> Split borrowers permission into create/edit and delete</p>
576
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15788">[15788]</a> Split borrowers permission into create/edit and delete</p>
577
577
578
<blockquote>
578
<blockquote>
579
  <p>This enhancement allows administrators to control, at a more fine-grained level, which users may delete patron records.</p>
579
  <p>This enhancement allows administrators to control, at a more fine-grained level, which users may delete patron records.</p>
580
  
580
  
581
  <p>This patch introduces a new <code>delete_borrowers</code> user permission.</p>
581
  <p>This patch introduces a new <code>delete_borrowers</code> user permission.</p>
582
</blockquote></li>
582
</blockquote></li>
583
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24406">[24406]</a> Add a span to patron category category type codes in patron search result lists</p>
583
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24406">[24406]</a> Add a span to patron category category type codes in patron search result lists</p>
584
584
585
<blockquote>
585
<blockquote>
586
  <p>The patron category type code (A, C, O, ...) is currently displayed in the patron module search, patron card creator, and acquisition patron searches.</p>
586
  <p>The patron category type code (A, C, O, ...) is currently displayed in the patron module search, patron card creator, and acquisition patron searches.</p>
Lines 589-641 website for the Koha project is:</p> Link Here
589
  
589
  
590
  <p>This patch wraps a span around the patron category type code shown in () after the patron category.</p>
590
  <p>This patch wraps a span around the patron category type code shown in () after the patron category.</p>
591
</blockquote></li>
591
</blockquote></li>
592
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26544">[26544]</a> Make housebound module show delivery preferences when scheduling</li>
592
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26544">[26544]</a> Make housebound module show delivery preferences when scheduling</li>
593
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27725">[27725]</a> Use JavaScript to set history state during patron search</p>
593
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27725">[27725]</a> Use JavaScript to set history state during patron search</p>
594
594
595
<blockquote>
595
<blockquote>
596
  <p>This patch modifies the process of searching patrons by the first letter of their surname so that the search is added to the browser's history. This allows the user to use the back button to return to the search after clicking one of the results.</p>
596
  <p>This patch modifies the process of searching patrons by the first letter of their surname so that the search is added to the browser's history. This allows the user to use the back button to return to the search after clicking one of the results.</p>
597
</blockquote></li>
597
</blockquote></li>
598
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27873">[27873]</a> Make display of patron restrictions, charges, notes, etc. consistent for check out and patron details screens</p>
598
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27873">[27873]</a> Make display of patron restrictions, charges, notes, etc. consistent for check out and patron details screens</p>
599
599
600
<blockquote>
600
<blockquote>
601
  <p>This enhancement updates the checkout and patron detail pages in the staff interface - circulation and patron-related messages are now displayed in the same way. Before this, messages on the two pages displayed in a different order and were inconsistent with each other.</p>
601
  <p>This enhancement updates the checkout and patron detail pages in the staff interface - circulation and patron-related messages are now displayed in the same way. Before this, messages on the two pages displayed in a different order and were inconsistent with each other.</p>
602
</blockquote></li>
602
</blockquote></li>
603
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28073">[28073]</a> Make patron modifications auto-open panel for referring patron record</li>
603
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28073">[28073]</a> Make patron modifications auto-open panel for referring patron record</li>
604
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28450">[28450]</a> Make Account summary print tables configurable</p>
604
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28450">[28450]</a> Make Account summary print tables configurable</p>
605
605
606
<blockquote>
606
<blockquote>
607
  <p>This patch adds table settings for the three tables (checkouts, fines and holds) which appear on the
607
  <p>This patch adds table settings for the three tables (checkouts, fines and holds) which appear on the
608
  patron's "Print summary" view. This will allow the administrator to
608
  patron's "Print summary" view. This will allow the administrator to
609
  set a default configuration for columns on the print summary page.</p>
609
  set a default configuration for columns on the print summary page.</p>
610
</blockquote></li>
610
</blockquote></li>
611
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28867">[28867]</a> Use Bootstrap button menu and modal for adding patrons to lists</li>
611
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28867">[28867]</a> Use Bootstrap button menu and modal for adding patrons to lists</li>
612
</ul>
612
</ul>
613
613
614
<h3 id="pluginarchitecture">Plugin architecture</h3>
614
<h3 id="pluginarchitecture">Plugin architecture</h3>
615
615
616
<ul>
616
<ul>
617
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26351">[26351]</a> Add plugin hooks to transform item barcodes</p>
617
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26351">[26351]</a> Add plugin hooks to transform item barcodes</p>
618
618
619
<blockquote>
619
<blockquote>
620
  <p>This enhancement adds a plugin hook to transform item barcodes scanned in to Koha. For example, if you need to alter your scanned item barcodes, but your scanners cannot be programmed to do so, a plugin could be written to handle that change in Koha instead. One example would be to drop the first and last characters of the scanned barcode, which may be check digits rather than part of the barcode itself.</p>
620
  <p>This enhancement adds a plugin hook to transform item barcodes scanned in to Koha. For example, if you need to alter your scanned item barcodes, but your scanners cannot be programmed to do so, a plugin could be written to handle that change in Koha instead. One example would be to drop the first and last characters of the scanned barcode, which may be check digits rather than part of the barcode itself.</p>
621
</blockquote></li>
621
</blockquote></li>
622
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26352">[26352]</a> Add plugin hooks to transform patron barcodes</p>
622
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26352">[26352]</a> Add plugin hooks to transform patron barcodes</p>
623
623
624
<blockquote>
624
<blockquote>
625
  <p>This enhancement adds a plugin hook to transform patron cardnumbers scanned in to Koha. For example, if you need to alter your scanned cardnumbers, but your scanners cannot be programmed to do so, a plugin could be written to handle that change in Koha instead. One example would be to drop the first and last characters of the scanned barcode, which may be check digits rather than part of the barcode itself.</p>
625
  <p>This enhancement adds a plugin hook to transform patron cardnumbers scanned in to Koha. For example, if you need to alter your scanned cardnumbers, but your scanners cannot be programmed to do so, a plugin could be written to handle that change in Koha instead. One example would be to drop the first and last characters of the scanned barcode, which may be check digits rather than part of the barcode itself.</p>
626
</blockquote></li>
626
</blockquote></li>
627
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27173">[27173]</a> Add plugin hooks for authority record changes</p>
627
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27173">[27173]</a> Add plugin hooks for authority record changes</p>
628
628
629
<blockquote>
629
<blockquote>
630
  <p>This enhancement allows plugin authors to implement an <code>after_authority_action</code> method in order to act upon authority create, modify and delete.</p>
630
  <p>This enhancement allows plugin authors to implement an <code>after_authority_action</code> method in order to act upon authority create, modify and delete.</p>
631
</blockquote></li>
631
</blockquote></li>
632
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026">[28026]</a> Add a 'call_recursive' method to Koha::Plugins</li>
632
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026">[28026]</a> Add a 'call_recursive' method to Koha::Plugins</li>
633
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28211">[28211]</a> Replace use of call_recursive() with call()</p>
633
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28211">[28211]</a> Replace use of call_recursive() with call()</p>
634
634
635
<blockquote>
635
<blockquote>
636
  <p>This enhancement changes the way plugin hooks are called to transform data. We now pass object to be modified as a reference, thus allowing several plugins to operate cumulatively on the same object.</p>
636
  <p>This enhancement changes the way plugin hooks are called to transform data. We now pass object to be modified as a reference, thus allowing several plugins to operate cumulatively on the same object.</p>
637
</blockquote></li>
637
</blockquote></li>
638
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28474">[28474]</a> Pass process_message_queue.pl params to before_send_messages plugin hooks</p>
638
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28474">[28474]</a> Pass process_message_queue.pl params to before_send_messages plugin hooks</p>
639
639
640
<blockquote>
640
<blockquote>
641
  <p>This enhancement passes the parameters received by process_message_queue.pl through to the before_send_messages plugin calls. This allows plugins to respect calls that should only affect certain letter codes etc.</p>
641
  <p>This enhancement passes the parameters received by process_message_queue.pl through to the before_send_messages plugin calls. This allows plugins to respect calls that should only affect certain letter codes etc.</p>
Lines 645-789 website for the Koha project is:</p> Link Here
645
<h3 id="restapi">REST API</h3>
645
<h3 id="restapi">REST API</h3>
646
646
647
<ul>
647
<ul>
648
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a> Routes to create, list and delete a purchase suggestion</li>
648
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a> Routes to create, list and delete a purchase suggestion</li>
649
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27358">[27358]</a> Add GET /public/biblios/:biblio_id/items</li>
649
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27358">[27358]</a> Add GET /public/biblios/:biblio_id/items</li>
650
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27931">[27931]</a> Add GET /items/:item_id/pickup_locations</p>
650
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27931">[27931]</a> Add GET /items/:item_id/pickup_locations</p>
651
651
652
<blockquote>
652
<blockquote>
653
  <p>This development adds routes for fetching an item's valid pickup location list.</p>
653
  <p>This development adds routes for fetching an item's valid pickup location list.</p>
654
</blockquote></li>
654
</blockquote></li>
655
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28412">[28412]</a> Add supported authentication methods documentation</li>
655
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28412">[28412]</a> Add supported authentication methods documentation</li>
656
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28948">[28948]</a> Add a /public counterpart for the libraries REST endpoints</li>
656
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28948">[28948]</a> Add a /public counterpart for the libraries REST endpoints</li>
657
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29107">[29107]</a> item_type should be item_type_id on item response object</li>
657
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29107">[29107]</a> item_type should be item_type_id on item response object</li>
658
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29108">[29108]</a> Add q parameters to items routes</li>
658
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29108">[29108]</a> Add q parameters to items routes</li>
659
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29183">[29183]</a> Add query options documentation</p>
659
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29183">[29183]</a> Add query options documentation</p>
660
660
661
<blockquote>
661
<blockquote>
662
  <p>This patch adds documentation of the different filtering methods the REST API provides.</p>
662
  <p>This patch adds documentation of the different filtering methods the REST API provides.</p>
663
</blockquote></li>
663
</blockquote></li>
664
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29290">[29290]</a> Add routes to fetch checkouts for a given biblio</li>
664
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29290">[29290]</a> Add routes to fetch checkouts for a given biblio</li>
665
</ul>
665
</ul>
666
666
667
<h3 id="reports">Reports</h3>
667
<h3 id="reports">Reports</h3>
668
668
669
<ul>
669
<ul>
670
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27747">[27747]</a> Add CodeMirror custom syntax highlighting for column placeholders</p>
670
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27747">[27747]</a> Add CodeMirror custom syntax highlighting for column placeholders</p>
671
671
672
<blockquote>
672
<blockquote>
673
  <p>This patch modifies the configuration of the reports module's SQL editor so that column placeholders have their own syntax highlighting, setting them apart by color from other parts of the SQL code.</p>
673
  <p>This patch modifies the configuration of the reports module's SQL editor so that column placeholders have their own syntax highlighting, setting them apart by color from other parts of the SQL code.</p>
674
</blockquote></li>
674
</blockquote></li>
675
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28454">[28454]</a> Add Koha version number to database schema link in reports</li>
675
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28454">[28454]</a> Add Koha version number to database schema link in reports</li>
676
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29186">[29186]</a> Move reports result limit menu into toolbar</li>
676
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29186">[29186]</a> Move reports result limit menu into toolbar</li>
677
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29201">[29201]</a> biblio_framework missing form list of runtime parameters when editing SQL reports</li>
677
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29201">[29201]</a> biblio_framework missing form list of runtime parameters when editing SQL reports</li>
678
</ul>
678
</ul>
679
679
680
<h3 id="sip2">SIP2</h3>
680
<h3 id="sip2">SIP2</h3>
681
681
682
<ul>
682
<ul>
683
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12169">[12169]</a> Improve reliability of sip_shutdown script</li>
683
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12169">[12169]</a> Improve reliability of sip_shutdown script</li>
684
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25464">[25464]</a> Add ability to specify client IP and SIP account used in SIP2 logging</p>
684
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25464">[25464]</a> Add ability to specify client IP and SIP account used in SIP2 logging</p>
685
685
686
<blockquote>
686
<blockquote>
687
  <p>This enhancement adds the ability to specify the incoming IP address used for a given log statement via SIP, as well as the SIP2 account that was in use at the time. This data is very helpful for debugging purposes.</p>
687
  <p>This enhancement adds the ability to specify the incoming IP address used for a given log statement via SIP, as well as the SIP2 account that was in use at the time. This data is very helpful for debugging purposes.</p>
688
</blockquote></li>
688
</blockquote></li>
689
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28730">[28730]</a> Add option to format AH field (due date)  in SIP checkout response</li>
689
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28730">[28730]</a> Add option to format AH field (due date)  in SIP checkout response</li>
690
</ul>
690
</ul>
691
691
692
<h3 id="searching">Searching</h3>
692
<h3 id="searching">Searching</h3>
693
693
694
<ul>
694
<ul>
695
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27848">[27848]</a> Elasticsearch - include 245b subtitle and 245p part subfields in the default title index mappings</p>
695
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27848">[27848]</a> Elasticsearch - include 245b subtitle and 245p part subfields in the default title index mappings</p>
696
696
697
<blockquote>
697
<blockquote>
698
  <p>This enhancement adds the 245$b (subtitle) and 245$p (part name) subfields to the default title index mappings for Elasticsearch.</p>
698
  <p>This enhancement adds the 245$b (subtitle) and 245$p (part name) subfields to the default title index mappings for Elasticsearch.</p>
699
</blockquote></li>
699
</blockquote></li>
700
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28384">[28384]</a> Add 'no_items' option to TransformMarcToKoha</li>
700
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28384">[28384]</a> Add 'no_items' option to TransformMarcToKoha</li>
701
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28830">[28830]</a> Add CNI (Control Number Identifier) search index (MARC21)</li>
701
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28830">[28830]</a> Add CNI (Control Number Identifier) search index (MARC21)</li>
702
</ul>
702
</ul>
703
703
704
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
704
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
705
705
706
<ul>
706
<ul>
707
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28339">[28339]</a> Elasticsearch - Add 8XX to default title-series index mappings (MARC21)</p>
707
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28339">[28339]</a> Elasticsearch - Add 8XX to default title-series index mappings (MARC21)</p>
708
708
709
<blockquote>
709
<blockquote>
710
  <p>This enhancement adds the 8XX (800$t, 810$t, 811$t, and 830$a) subfields to the default title-series index mappings for Elasticsearch. Currently for MARC21 only 440$a and 490$a are included.</p>
710
  <p>This enhancement adds the 8XX (800$t, 810$t, 811$t, and 830$a) subfields to the default title-series index mappings for Elasticsearch. Currently for MARC21 only 440$a and 490$a are included.</p>
711
</blockquote></li>
711
</blockquote></li>
712
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28378">[28378]</a> Elasticsearch - Add 264c to default copydate mappings (MARC21)</p>
712
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28378">[28378]</a> Elasticsearch - Add 264c to default copydate mappings (MARC21)</p>
713
713
714
<blockquote>
714
<blockquote>
715
  <p>This enhancement adds 264$c to the default mapping for the copydate index when using Elasticsearch.</p>
715
  <p>This enhancement adds 264$c to the default mapping for the copydate index when using Elasticsearch.</p>
716
</blockquote></li>
716
</blockquote></li>
717
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28379">[28379]</a> Elasticsearch - Add 710 to author-name-corporate index (MARC21)</p>
717
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28379">[28379]</a> Elasticsearch - Add 710 to author-name-corporate index (MARC21)</p>
718
718
719
<blockquote>
719
<blockquote>
720
  <p>This enhancement adds the 710 to the author-name-corporate index mappings for MARC21 in Elasticsearch.</p>
720
  <p>This enhancement adds the 710 to the author-name-corporate index mappings for MARC21 in Elasticsearch.</p>
721
</blockquote></li>
721
</blockquote></li>
722
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28381">[28381]</a> Elasticsearch - Add 710 and 711 to default mappings for author index (MARC21)</p>
722
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28381">[28381]</a> Elasticsearch - Add 710 and 711 to default mappings for author index (MARC21)</p>
723
723
724
<blockquote>
724
<blockquote>
725
  <p>This enhancement adds fields 710$a and 711$a to the default author index mapping when using Elasticsearch.</p>
725
  <p>This enhancement adds fields 710$a and 711$a to the default author index mapping when using Elasticsearch.</p>
726
</blockquote></li>
726
</blockquote></li>
727
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28391">[28391]</a> Elasticsearch - Add 264b to publisher index mapping (MARC21)</li>
727
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28391">[28391]</a> Elasticsearch - Add 264b to publisher index mapping (MARC21)</li>
728
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28393">[28393]</a> Elasticsearch - Add 050a to lc-call-number index mapping (MARC21)</p>
728
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28393">[28393]</a> Elasticsearch - Add 050a to lc-call-number index mapping (MARC21)</p>
729
729
730
<blockquote>
730
<blockquote>
731
  <p>This enhancement adds 050$a (Library of Congress classification number) to the lc-call-number index mapping when using Elasticsearch.</p>
731
  <p>This enhancement adds 050$a (Library of Congress classification number) to the lc-call-number index mapping when using Elasticsearch.</p>
732
  
732
  
733
  <p>These means that when searching using lc-call-number both 050$a and 050$b (Library of Congress item number) are now searchable.</p>
733
  <p>These means that when searching using lc-call-number both 050$a and 050$b (Library of Congress item number) are now searchable.</p>
734
</blockquote></li>
734
</blockquote></li>
735
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28736">[28736]</a> Better error message when ES fails to understand the syntax of the search query</li>
735
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28736">[28736]</a> Better error message when ES fails to understand the syntax of the search query</li>
736
</ul>
736
</ul>
737
737
738
<h3 id="searching-zebra">Searching - Zebra</h3>
738
<h3 id="searching-zebra">Searching - Zebra</h3>
739
739
740
<ul>
740
<ul>
741
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20463">[20463]</a> Create an index for LDR, pos 19 - Multipart resource record level</p>
741
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20463">[20463]</a> Create an index for LDR, pos 19 - Multipart resource record level</p>
742
742
743
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
743
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
744
744
745
<blockquote>
745
<blockquote>
746
  <p>This adds a new Zebra index Multipart-resource-level or mrl for LDR, pos. 19 - multipart resource record level. It allows to search for sets and parts with independent and dependent title.</p>
746
  <p>This adds a new Zebra index Multipart-resource-level or mrl for LDR, pos. 19 - multipart resource record level. It allows to search for sets and parts with independent and dependent title.</p>
747
</blockquote></li>
747
</blockquote></li>
748
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28337">[28337]</a> Add System-control-number index for authorities to MARC21 indexes</li>
748
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28337">[28337]</a> Add System-control-number index for authorities to MARC21 indexes</li>
749
</ul>
749
</ul>
750
750
751
<h3 id="staffclient">Staff Client</h3>
751
<h3 id="staffclient">Staff Client</h3>
752
752
753
<ul>
753
<ul>
754
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28356">[28356]</a> Consolidate header catalogue search box code</li>
754
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28356">[28356]</a> Consolidate header catalogue search box code</li>
755
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28390">[28390]</a> Transaction timestamps should be part of the transaction grouping row instead of repeated for each breakdown row</li>
755
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28390">[28390]</a> Transaction timestamps should be part of the transaction grouping row instead of repeated for each breakdown row</li>
756
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28677">[28677]</a> Add the word "calendar" to the description for ExpireReservesOnHolidays</li>
756
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28677">[28677]</a> Add the word "calendar" to the description for ExpireReservesOnHolidays</li>
757
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28819">[28819]</a> Add link to item search from mainpage.pl</li>
757
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28819">[28819]</a> Add link to item search from mainpage.pl</li>
758
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29369">[29369]</a> Use Flatpickr in dateaccessioned cataloging plugin</li>
758
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29369">[29369]</a> Use Flatpickr in dateaccessioned cataloging plugin</li>
759
</ul>
759
</ul>
760
760
761
<h3 id="systemadministration">System Administration</h3>
761
<h3 id="systemadministration">System Administration</h3>
762
762
763
<ul>
763
<ul>
764
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27505">[27505]</a> Add new itemtype controller image for carredart</p>
764
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27505">[27505]</a> Add new itemtype controller image for carredart</p>
765
765
766
<blockquote>
766
<blockquote>
767
  <p>This enhancement adds a video game controller image to the carredart icon set for item types.</p>
767
  <p>This enhancement adds a video game controller image to the carredart icon set for item types.</p>
768
</blockquote></li>
768
</blockquote></li>
769
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27521">[27521]</a> Adding new itemtype headset image for carredart</p>
769
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27521">[27521]</a> Adding new itemtype headset image for carredart</p>
770
770
771
<blockquote>
771
<blockquote>
772
  <p>This enhancement adds a headset image to the carredart icon set for item types.</p>
772
  <p>This enhancement adds a headset image to the carredart icon set for item types.</p>
773
</blockquote></li>
773
</blockquote></li>
774
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28347">[28347]</a> Add DataTables, additional information to patron attribute types management</li>
774
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28347">[28347]</a> Add DataTables, additional information to patron attribute types management</li>
775
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28563">[28563]</a> Add AllowHoldItemTypeSelection to Hea</p>
775
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28563">[28563]</a> Add AllowHoldItemTypeSelection to Hea</p>
776
776
777
<blockquote>
777
<blockquote>
778
  <p>This enhancement adds the AllowHoldItemTypeSelection system preference to the list of system preferences usage data that will be shared with Hea.</p>
778
  <p>This enhancement adds the AllowHoldItemTypeSelection system preference to the list of system preferences usage data that will be shared with Hea.</p>
779
</blockquote></li>
779
</blockquote></li>
780
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29149">[29149]</a> Background job detail view needs more flexibility</li>
780
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29149">[29149]</a> Background job detail view needs more flexibility</li>
781
</ul>
781
</ul>
782
782
783
<h3 id="templates">Templates</h3>
783
<h3 id="templates">Templates</h3>
784
784
785
<ul>
785
<ul>
786
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561">[12561]</a> Remove non-XSLT views</p>
786
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561">[12561]</a> Remove non-XSLT views</p>
787
787
788
<blockquote>
788
<blockquote>
789
  <p>This removes the non-XSLT views feature that was deprecated from July 2014.</p>
789
  <p>This removes the non-XSLT views feature that was deprecated from July 2014.</p>
Lines 795-849 website for the Koha project is:</p> Link Here
795
  <li>a warning is added to the about page if a default XSLT file was removed, or if a file referenced in one of the system preferences does not exist.</li>
795
  <li>a warning is added to the about page if a default XSLT file was removed, or if a file referenced in one of the system preferences does not exist.</li>
796
  </ul>
796
  </ul>
797
</blockquote></li>
797
</blockquote></li>
798
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26838">[26838]</a> Improve styling of checkin message</li>
798
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26838">[26838]</a> Improve styling of checkin message</li>
799
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26949">[26949]</a> Upgrade TinyMCE in the staff interface from 5.0.16 to 5.9.2</li>
799
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26949">[26949]</a> Upgrade TinyMCE in the staff interface from 5.0.16 to 5.9.2</li>
800
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28084">[28084]</a> Standardize: Cardnumber, Card number, Card</li>
800
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28084">[28084]</a> Standardize: Cardnumber, Card number, Card</li>
801
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28321">[28321]</a> Use template block for display of items in search results</li>
801
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28321">[28321]</a> Use template block for display of items in search results</li>
802
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28376">[28376]</a> Flatpickr introduction for datetime picker</p>
802
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28376">[28376]</a> Flatpickr introduction for datetime picker</p>
803
803
804
<blockquote>
804
<blockquote>
805
  <p>This patch begins the process of replacing an obsolete jQuery plugin with a new library for selecting dates and times. Koha uses the jQueryUI "datepicker" widget for selecting dates, and uses an additional plugin, "jQuery Timepicker Addon," when adding time selection to the widget. This additional plugin has not been updated for many years. The new library, Flatpickr, will eventually replace both the jQuery Timepicker Addon and the jQueryUI datepicker widget. This replacement process begins here with the new Flatpickr calendar widget being added to Circulation -> Renew, Reports -> Patron statistics wizard, and Administration -> Patron categories.</p>
805
  <p>This patch begins the process of replacing an obsolete jQuery plugin with a new library for selecting dates and times. Koha uses the jQueryUI "datepicker" widget for selecting dates, and uses an additional plugin, "jQuery Timepicker Addon," when adding time selection to the widget. This additional plugin has not been updated for many years. The new library, Flatpickr, will eventually replace both the jQuery Timepicker Addon and the jQueryUI datepicker widget. This replacement process begins here with the new Flatpickr calendar widget being added to Circulation -> Renew, Reports -> Patron statistics wizard, and Administration -> Patron categories.</p>
806
</blockquote></li>
806
</blockquote></li>
807
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28394">[28394]</a> Improve style of patron category entry form</li>
807
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28394">[28394]</a> Improve style of patron category entry form</li>
808
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28843">[28843]</a> Add view and edit buttons to result of MARC record import</li>
808
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28843">[28843]</a> Add view and edit buttons to result of MARC record import</li>
809
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28937">[28937]</a> Use Flatpickr on circulation and patron pages</li>
809
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28937">[28937]</a> Use Flatpickr on circulation and patron pages</li>
810
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28942">[28942]</a> Use Flatpickr on acquisitions pages</li>
810
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28942">[28942]</a> Use Flatpickr on acquisitions pages</li>
811
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28945">[28945]</a> Use Flatpickr on administration pages</li>
811
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28945">[28945]</a> Use Flatpickr on administration pages</li>
812
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28949">[28949]</a> Use Flatpickr on reports pages</li>
812
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28949">[28949]</a> Use Flatpickr on reports pages</li>
813
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28958">[28958]</a> Use Flatpickr on serials pages</li>
813
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28958">[28958]</a> Use Flatpickr on serials pages</li>
814
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28961">[28961]</a> Use Flatpickr on tools pages</li>
814
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28961">[28961]</a> Use Flatpickr on tools pages</li>
815
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28963">[28963]</a> Use Flatpickr on calendar page</li>
815
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28963">[28963]</a> Use Flatpickr on calendar page</li>
816
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28982">[28982]</a> Use Flatpickr on onboarding pages</li>
816
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28982">[28982]</a> Use Flatpickr on onboarding pages</li>
817
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28983">[28983]</a> Use Flatpickr on various pages</li>
817
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28983">[28983]</a> Use Flatpickr on various pages</li>
818
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28988">[28988]</a> Reindent calendar template</li>
818
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28988">[28988]</a> Reindent calendar template</li>
819
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29041">[29041]</a> Improve specificity of breadcrumbs in Additional Contents</li>
819
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29041">[29041]</a> Improve specificity of breadcrumbs in Additional Contents</li>
820
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29042">[29042]</a> Improve formatting of entry form in Additional Contents</li>
820
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29042">[29042]</a> Improve formatting of entry form in Additional Contents</li>
821
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29052">[29052]</a> Make consistent use of spans and div with hint class</li>
821
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29052">[29052]</a> Make consistent use of spans and div with hint class</li>
822
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29229">[29229]</a> Use Flatpickr in suggestion search sidebar filter</li>
822
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29229">[29229]</a> Use Flatpickr in suggestion search sidebar filter</li>
823
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29231">[29231]</a> Add missing Flatpickr to inventory page</li>
823
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29231">[29231]</a> Add missing Flatpickr to inventory page</li>
824
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29270">[29270]</a> Use flatpickr and futuredate on reserve/request.tt</li>
824
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29270">[29270]</a> Use flatpickr and futuredate on reserve/request.tt</li>
825
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29299">[29299]</a> Reindent serials search template</li>
825
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29299">[29299]</a> Reindent serials search template</li>
826
</ul>
826
</ul>
827
827
828
<h3 id="testsuite">Test Suite</h3>
828
<h3 id="testsuite">Test Suite</h3>
829
829
830
<ul>
830
<ul>
831
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185">[19185]</a> Web installer and onboarding tool selenium test</li>
831
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185">[19185]</a> Web installer and onboarding tool selenium test</li>
832
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821">[19821]</a> Run tests on a separate database</li>
832
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821">[19821]</a> Run tests on a separate database</li>
833
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28615">[28615]</a> Add a simple way to mock Koha::Logger</li>
833
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28615">[28615]</a> Add a simple way to mock Koha::Logger</li>
834
</ul>
834
</ul>
835
835
836
<h3 id="tools">Tools</h3>
836
<h3 id="tools">Tools</h3>
837
837
838
<ul>
838
<ul>
839
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16446">[16446]</a> Allow librarians to add borrowers to patron lists by borrowernumber</li>
839
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16446">[16446]</a> Allow librarians to add borrowers to patron lists by borrowernumber</li>
840
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544">[22544]</a> Move C4:NewsChannels to Koha namespace</li>
840
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544">[22544]</a> Move C4:NewsChannels to Koha namespace</li>
841
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24019">[24019]</a> Patron batch modification based on borrowernumber</p>
841
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24019">[24019]</a> Patron batch modification based on borrowernumber</p>
842
842
843
<blockquote>
843
<blockquote>
844
  <p>With this change the batch patron modification tool can now accept a file or list of borrowernumbers in addition to accepting cardnumbers or a patron list.</p>
844
  <p>With this change the batch patron modification tool can now accept a file or list of borrowernumbers in addition to accepting cardnumbers or a patron list.</p>
845
</blockquote></li>
845
</blockquote></li>
846
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24387">[24387]</a> Rename News tool</p>
846
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24387">[24387]</a> Rename News tool</p>
847
847
848
<blockquote>
848
<blockquote>
849
  <p>This enhancement is renaming the "News" tool to the more generic
849
  <p>This enhancement is renaming the "News" tool to the more generic
Lines 851-858 website for the Koha project is:</p> Link Here
851
  It creates two different "categories" of content:
851
  It creates two different "categories" of content:
852
  "news" and "HTML customizations".</p>
852
  "news" and "HTML customizations".</p>
853
</blockquote></li>
853
</blockquote></li>
854
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26080">[26080]</a> Use the task queue for the batch delete records tool</li>
854
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26080">[26080]</a> Use the task queue for the batch delete records tool</li>
855
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27883">[27883]</a> Add ability to preserve patron field from being overwritten by import</p>
855
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27883">[27883]</a> Add ability to preserve patron field from being overwritten by import</p>
856
856
857
<blockquote>
857
<blockquote>
858
  <p>This enhancement to the patron import tool lets you keep current values for selected fields for existing patrons - when the data is imported the selected fields are not overwritten.</p>
858
  <p>This enhancement to the patron import tool lets you keep current values for selected fields for existing patrons - when the data is imported the selected fields are not overwritten.</p>
Lines 864-894 website for the Koha project is:</p> Link Here
864
  <li>select the fields that will not be overwritten under 'Preserve existing values'.</li>
864
  <li>select the fields that will not be overwritten under 'Preserve existing values'.</li>
865
  </ul>
865
  </ul>
866
</blockquote></li>
866
</blockquote></li>
867
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28175">[28175]</a> Usability improvements to uploads page</p>
867
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28175">[28175]</a> Usability improvements to uploads page</p>
868
868
869
<blockquote>
869
<blockquote>
870
  <p>Some general improvements have been made to the "Upload" page in the Tools section: An "Upload" toolbar button is now present on upload results and search results pages; Search forms now appear in the sidebar if you're not on the main page; Upload categories are shown in search results as full descriptions linked to a search for that category.</p>
870
  <p>Some general improvements have been made to the "Upload" page in the Tools section: An "Upload" toolbar button is now present on upload results and search results pages; Search forms now appear in the sidebar if you're not on the main page; Upload categories are shown in search results as full descriptions linked to a search for that category.</p>
871
</blockquote></li>
871
</blockquote></li>
872
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28177">[28177]</a> Add date column and column configuration to uploads</li>
872
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28177">[28177]</a> Add date column and column configuration to uploads</li>
873
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28839">[28839]</a> Better texts in stage MARC for import</li>
873
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28839">[28839]</a> Better texts in stage MARC for import</li>
874
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29265">[29265]</a> Can't pick editor to use when adding new news or HTML customization entries</li>
874
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29265">[29265]</a> Can't pick editor to use when adding new news or HTML customization entries</li>
875
</ul>
875
</ul>
876
876
877
<h3 id="webservices">Web services</h3>
877
<h3 id="webservices">Web services</h3>
878
878
879
<ul>
879
<ul>
880
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26195">[26195]</a> Add a way to specify authorised values should be expanded [OAI]</p>
880
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26195">[26195]</a> Add a way to specify authorised values should be expanded [OAI]</p>
881
881
882
<blockquote>
882
<blockquote>
883
  <p>This enhancement adds a new option to the OAI configuration file, to tell it to expand authorised values.</p>
883
  <p>This enhancement adds a new option to the OAI configuration file, to tell it to expand authorised values.</p>
884
</blockquote></li>
884
</blockquote></li>
885
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28630">[28630]</a> ILSDI::AuthenticatePatron should set borrowers.lastseen</li>
885
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28630">[28630]</a> ILSDI::AuthenticatePatron should set borrowers.lastseen</li>
886
</ul>
886
</ul>
887
887
888
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
888
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
889
889
890
<ul>
890
<ul>
891
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8280">[8280]</a> SRU should be filterable by Koha Item Type</li>
891
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8280">[8280]</a> SRU should be filterable by Koha Item Type</li>
892
</ul>
892
</ul>
893
893
894
<h2 id="criticalbugsfixed">Critical bugs fixed</h2>
894
<h2 id="criticalbugsfixed">Critical bugs fixed</h2>
Lines 899-1017 have already been fixed in maintainance releases)</p> Link Here
899
<h3 id="acquisitions">Acquisitions</h3>
899
<h3 id="acquisitions">Acquisitions</h3>
900
900
901
<ul>
901
<ul>
902
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14999">[14999]</a> Adding to basket orders from staged files mixes up the prices between different orders</li>
902
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14999">[14999]</a> Adding to basket orders from staged files mixes up the prices between different orders</li>
903
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24370">[24370]</a> Editing purchase suggestion changes the acquisition library to logged-in user's</li>
903
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24370">[24370]</a> Editing purchase suggestion changes the acquisition library to logged-in user's</li>
904
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28773">[28773]</a> Aquisitions from external source not working for non english language</li>
904
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28773">[28773]</a> Aquisitions from external source not working for non english language</li>
905
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28946">[28946]</a> 500 error when choosing patron for purchase suggestion</li>
905
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28946">[28946]</a> 500 error when choosing patron for purchase suggestion</li>
906
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28960">[28960]</a> EDI transfer_items uses a relationship where it's looking for a field</li>
906
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28960">[28960]</a> EDI transfer_items uses a relationship where it's looking for a field</li>
907
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29283">[29283]</a> Cannot delete basket with cancelled order for deleted biblio</li>
907
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29283">[29283]</a> Cannot delete basket with cancelled order for deleted biblio</li>
908
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29496">[29496]</a> Can't save an order with mandatory items subfields</li>
908
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29496">[29496]</a> Can't save an order with mandatory items subfields</li>
909
</ul>
909
</ul>
910
910
911
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
911
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
912
912
913
<ul>
913
<ul>
914
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24434">[24434]</a> C4::Circulation::updateWrongTransfer is never called but should be</li>
914
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24434">[24434]</a> C4::Circulation::updateWrongTransfer is never called but should be</li>
915
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24850">[24850]</a> Koha::DateUtils ignores offsets in RFC3339 datetimes</p>
915
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24850">[24850]</a> Koha::DateUtils ignores offsets in RFC3339 datetimes</p>
916
916
917
<blockquote>
917
<blockquote>
918
  <p>Prior to this patch our date handling library ignored offset data passed with rfc3339 dates. This could lead to problems if an API client converted to UTC or was in a different timezone to the Koha instance time setting.</p>
918
  <p>Prior to this patch our date handling library ignored offset data passed with rfc3339 dates. This could lead to problems if an API client converted to UTC or was in a different timezone to the Koha instance time setting.</p>
919
  
919
  
920
  <p>This patch adds proper handling to dt_from_string such that if an REF3339 date is input, we parse out the offset and then adjust the time to match the instance timezone for storage.</p>
920
  <p>This patch adds proper handling to dt_from_string such that if an REF3339 date is input, we parse out the offset and then adjust the time to match the instance timezone for storage.</p>
921
</blockquote></li>
921
</blockquote></li>
922
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26374">[26374]</a> Update for 19974 is not idempotent</li>
922
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26374">[26374]</a> Update for 19974 is not idempotent</li>
923
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28759">[28759]</a> Users with pretty basic staff interface permissions can see/add/remove API keys of any other user</li>
923
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28759">[28759]</a> Users with pretty basic staff interface permissions can see/add/remove API keys of any other user</li>
924
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28772">[28772]</a> Any user that can work with reports can see API keys of any other user</li>
924
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28772">[28772]</a> Any user that can work with reports can see API keys of any other user</li>
925
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28881">[28881]</a> Suggestion not displayed on the order receive page</li>
925
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28881">[28881]</a> Suggestion not displayed on the order receive page</li>
926
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28929">[28929]</a> No filtering on borrowers.flags on member entry pages (OPAC, self registration, staff interface)</li>
926
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28929">[28929]</a> No filtering on borrowers.flags on member entry pages (OPAC, self registration, staff interface)</li>
927
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28935">[28935]</a> No filtering on patron's data on member entry pages (OPAC, self registration, staff interface)</li>
927
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28935">[28935]</a> No filtering on patron's data on member entry pages (OPAC, self registration, staff interface)</li>
928
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28941">[28941]</a> No filtering on suggestion at the OPAC</li>
928
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28941">[28941]</a> No filtering on suggestion at the OPAC</li>
929
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28947">[28947]</a> OPAC user can create new users</li>
929
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28947">[28947]</a> OPAC user can create new users</li>
930
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29134">[29134]</a> Patron search has poor performance when ExtendedAttributes enabled and many attributes match</li>
930
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29134">[29134]</a> Patron search has poor performance when ExtendedAttributes enabled and many attributes match</li>
931
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29135">[29135]</a> OAI should not include biblionumbers from deleteditems when determining deletedbiblios</p>
931
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29135">[29135]</a> OAI should not include biblionumbers from deleteditems when determining deletedbiblios</p>
932
932
933
<p><strong>Sponsored by</strong> <em>National Library of Finland</em></p></li>
933
<p><strong>Sponsored by</strong> <em>National Library of Finland</em></p></li>
934
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29139">[29139]</a> Paying gives ISE if UseEmailReceipts is enabled</li>
934
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29139">[29139]</a> Paying gives ISE if UseEmailReceipts is enabled</li>
935
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29197">[29197]</a> commit_file.pl missing import</li>
935
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29197">[29197]</a> commit_file.pl missing import</li>
936
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29243">[29243]</a> PrepareItemrecordDisplay should not be called with empty string in defaultvalues</li>
936
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29243">[29243]</a> PrepareItemrecordDisplay should not be called with empty string in defaultvalues</li>
937
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29330">[29330]</a> Koha cannot send emails with attachments using Koha::Email and message_queue table</li>
937
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29330">[29330]</a> Koha cannot send emails with attachments using Koha::Email and message_queue table</li>
938
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29386">[29386]</a> background jobs table data field is a TEXT which is too small</li>
938
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29386">[29386]</a> background jobs table data field is a TEXT which is too small</li>
939
</ul>
939
</ul>
940
940
941
<h3 id="authentication">Authentication</h3>
941
<h3 id="authentication">Authentication</h3>
942
942
943
<ul>
943
<ul>
944
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28489">[28489]</a> CGI::Session is incorrectly serialized to DB in production env / when strict_sql_modes = 0</li>
944
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28489">[28489]</a> CGI::Session is incorrectly serialized to DB in production env / when strict_sql_modes = 0</li>
945
</ul>
945
</ul>
946
946
947
<h3 id="cataloging">Cataloging</h3>
947
<h3 id="cataloging">Cataloging</h3>
948
948
949
<ul>
949
<ul>
950
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28676">[28676]</a> AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached</li>
950
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28676">[28676]</a> AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached</li>
951
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28750">[28750]</a> Undefined subroutines in svc/cataloguing/framework (caused by bug 17600)</p>
951
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28750">[28750]</a> Undefined subroutines in svc/cataloguing/framework (caused by bug 17600)</p>
952
952
953
<blockquote>
953
<blockquote>
954
  <p>This fixes an issue in master caused by bug 17600. This resulted in the advanced cataloguing editor failing to load.</p>
954
  <p>This fixes an issue in master caused by bug 17600. This resulted in the advanced cataloguing editor failing to load.</p>
955
</blockquote></li>
955
</blockquote></li>
956
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28812">[28812]</a> Authority tag editor only copies $a from record to search form</li>
956
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28812">[28812]</a> Authority tag editor only copies $a from record to search form</li>
957
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29137">[29137]</a> Unwanted authorised values are too easily created via the cataloging module</li>
957
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29137">[29137]</a> Unwanted authorised values are too easily created via the cataloging module</li>
958
</ul>
958
</ul>
959
959
960
<h3 id="circulation">Circulation</h3>
960
<h3 id="circulation">Circulation</h3>
961
961
962
<ul>
962
<ul>
963
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28538">[28538]</a> Regression - Date of birth entered without correct format causes internal server error</li>
963
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28538">[28538]</a> Regression - Date of birth entered without correct format causes internal server error</li>
964
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29221">[29221]</a> On returns.tt modal displays wrong message when lost items are returned</li>
964
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29221">[29221]</a> On returns.tt modal displays wrong message when lost items are returned</li>
965
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29255">[29255]</a> Built-in offline circulation broken with SQL error</li>
965
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29255">[29255]</a> Built-in offline circulation broken with SQL error</li>
966
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29380">[29380]</a> Auto renewing, batch due date extension tool and checkout note previews are broken</li>
966
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29380">[29380]</a> Auto renewing, batch due date extension tool and checkout note previews are broken</li>
967
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29463">[29463]</a> Umlauts in search field get changed into replacement character</li>
967
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29463">[29463]</a> Umlauts in search field get changed into replacement character</li>
968
</ul>
968
</ul>
969
969
970
<h3 id="command-lineutilities">Command-line Utilities</h3>
970
<h3 id="command-lineutilities">Command-line Utilities</h3>
971
971
972
<ul>
972
<ul>
973
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28994">[28994]</a> Make writeoff_debts.pl use amountoutstanding, not amount</li>
973
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28994">[28994]</a> Make writeoff_debts.pl use amountoutstanding, not amount</li>
974
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29076">[29076]</a> cleanup_database.pl dies of passed zebraqueue and not confirm</li>
974
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29076">[29076]</a> cleanup_database.pl dies of passed zebraqueue and not confirm</li>
975
</ul>
975
</ul>
976
976
977
<h3 id="database">Database</h3>
977
<h3 id="database">Database</h3>
978
978
979
<ul>
979
<ul>
980
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28534">[28534]</a> pending_offline_circulations table uses MyISAM engine</p>
980
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28534">[28534]</a> pending_offline_circulations table uses MyISAM engine</p>
981
981
982
<blockquote>
982
<blockquote>
983
  <p>This updates the database structure for the pending_offline_operations table so that it uses the InnoDB engine instead of the MyISAM engine.</p>
983
  <p>This updates the database structure for the pending_offline_operations table so that it uses the InnoDB engine instead of the MyISAM engine.</p>
984
</blockquote></li>
984
</blockquote></li>
985
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28692">[28692]</a> Reduce DB action_log table size</li>
985
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28692">[28692]</a> Reduce DB action_log table size</li>
986
</ul>
986
</ul>
987
987
988
<h3 id="finesandfees">Fines and fees</h3>
988
<h3 id="finesandfees">Fines and fees</h3>
989
989
990
<ul>
990
<ul>
991
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482">[28482]</a> Floating point math prevents items from being returned</li>
991
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482">[28482]</a> Floating point math prevents items from being returned</li>
992
</ul>
992
</ul>
993
993
994
<h3 id="holdrequests">Hold requests</h3>
994
<h3 id="holdrequests">Hold requests</h3>
995
995
996
<ul>
996
<ul>
997
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28057">[28057]</a> Confusion of biblionumber and biblioitemnumber in request.pl</li>
997
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28057">[28057]</a> Confusion of biblionumber and biblioitemnumber in request.pl</li>
998
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28338">[28338]</a> Validate item holdability and pickup location separately</li>
998
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28338">[28338]</a> Validate item holdability and pickup location separately</li>
999
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28496">[28496]</a> Club holds form broken</p>
999
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28496">[28496]</a> Club holds form broken</p>
1000
1000
1001
<blockquote>
1001
<blockquote>
1002
  <p>This fixes the libraries shown in the 'Pickup at' dropdown list when placing a club hold so that it shows all libraries, instead of just the currently logged in library.</p>
1002
  <p>This fixes the libraries shown in the 'Pickup at' dropdown list when placing a club hold so that it shows all libraries, instead of just the currently logged in library.</p>
1003
</blockquote></li>
1003
</blockquote></li>
1004
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28503">[28503]</a> When ReservesControlBranch = "patron's home library" and Hold policy = "From home library" all holds are allowed</li>
1004
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28503">[28503]</a> When ReservesControlBranch = "patron's home library" and Hold policy = "From home library" all holds are allowed</li>
1005
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28520">[28520]</a> Cancelling a hold that is in transit hides item's transit status</li>
1005
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28520">[28520]</a> Cancelling a hold that is in transit hides item's transit status</li>
1006
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28748">[28748]</a> When hold is overridden cannot select a pickup location</li>
1006
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28748">[28748]</a> When hold is overridden cannot select a pickup location</li>
1007
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29073">[29073]</a> Hold expiration added to new holds when DefaultHoldExpirationdate turned off</li>
1007
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29073">[29073]</a> Hold expiration added to new holds when DefaultHoldExpirationdate turned off</li>
1008
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29148">[29148]</a> Holds to Pull doesn't reflect item-level holds</li>
1008
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29148">[29148]</a> Holds to Pull doesn't reflect item-level holds</li>
1009
</ul>
1009
</ul>
1010
1010
1011
<h3 id="notices">Notices</h3>
1011
<h3 id="notices">Notices</h3>
1012
1012
1013
<ul>
1013
<ul>
1014
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28487">[28487]</a> Overdue_notices does not fall back to default language</p>
1014
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28487">[28487]</a> Overdue_notices does not fall back to default language</p>
1015
1015
1016
<blockquote>
1016
<blockquote>
1017
  <p>Previously overdue notices exclusively used the default language, but bug 26420 changed this to the opposite - to exclusively use the language chosen by the patron.</p>
1017
  <p>Previously overdue notices exclusively used the default language, but bug 26420 changed this to the opposite - to exclusively use the language chosen by the patron.</p>
Lines 1020-1028 have already been fixed in maintainance releases)</p> Link Here
1020
  
1020
  
1021
  <p>This fixes this so that if there is no translation of the overdue notice for the language chosen by the patron, then the default language notice is used.</p>
1021
  <p>This fixes this so that if there is no translation of the overdue notice for the language chosen by the patron, then the default language notice is used.</p>
1022
</blockquote></li>
1022
</blockquote></li>
1023
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28803">[28803]</a> process_message_queue.pl dies if any messsages in the message queue contain an invalid to_address</li>
1023
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28803">[28803]</a> process_message_queue.pl dies if any messsages in the message queue contain an invalid to_address</li>
1024
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29223">[29223]</a> Auto-renewals can fail when not digested per branch and patron requests digest</li>
1024
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29223">[29223]</a> Auto-renewals can fail when not digested per branch and patron requests digest</li>
1025
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29381">[29381]</a> Auto-renewal digest messages are sent on every cron run</p>
1025
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29381">[29381]</a> Auto-renewal digest messages are sent on every cron run</p>
1026
1026
1027
<blockquote>
1027
<blockquote>
1028
  <p>This fixes an issue with automatic renewal digest messages - these were being sent on every cron run, even if there was nothing to renew or no renewal errors.</p>
1028
  <p>This fixes an issue with automatic renewal digest messages - these were being sent on every cron run, even if there was nothing to renew or no renewal errors.</p>
Lines 1034-1059 have already been fixed in maintainance releases)</p> Link Here
1034
<h3 id="opac">OPAC</h3>
1034
<h3 id="opac">OPAC</h3>
1035
1035
1036
<ul>
1036
<ul>
1037
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299">[28299]</a> OpacHiddenItems not working in OPAC lists</p>
1037
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299">[28299]</a> OpacHiddenItems not working in OPAC lists</p>
1038
1038
1039
<blockquote>
1039
<blockquote>
1040
  <p>This fixes an issue where items that should be hidden from display in the OPAC (using the rules in OpacHiddenItems, for example: damaged) were displayed under availability in OPAC lists.</p>
1040
  <p>This fixes an issue where items that should be hidden from display in the OPAC (using the rules in OpacHiddenItems, for example: damaged) were displayed under availability in OPAC lists.</p>
1041
</blockquote></li>
1041
</blockquote></li>
1042
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462">[28462]</a> TT tag on several lines break the translator tool</li>
1042
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462">[28462]</a> TT tag on several lines break the translator tool</li>
1043
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28600">[28600]</a> Variable "$patron" is not available</li>
1043
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28600">[28600]</a> Variable "$patron" is not available</li>
1044
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631">[28631]</a> Holds History title link returns "not found" error</li>
1044
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631">[28631]</a> Holds History title link returns "not found" error</li>
1045
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660">[28660]</a> Self checkout is not automatically logging in</li>
1045
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660">[28660]</a> Self checkout is not automatically logging in</li>
1046
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28679">[28679]</a> Unable to click "Log in to your account" when  GoogleOpenIDConnect  is enabled</p>
1046
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28679">[28679]</a> Unable to click "Log in to your account" when  GoogleOpenIDConnect  is enabled</p>
1047
1047
1048
<blockquote>
1048
<blockquote>
1049
  <p>This fixes the login link in the OPAC when GoogleOpenIDConnect is enabled. It removes modal-related markup which was causing the link to fail.</p>
1049
  <p>This fixes the login link in the OPAC when GoogleOpenIDConnect is enabled. It removes modal-related markup which was causing the link to fail.</p>
1050
</blockquote></li>
1050
</blockquote></li>
1051
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28845">[28845]</a> OpacAddMastheadLibraryPulldown does not respect multibranchlimit in OPAC_SEARCH_LIMIT</li>
1051
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28845">[28845]</a> OpacAddMastheadLibraryPulldown does not respect multibranchlimit in OPAC_SEARCH_LIMIT</li>
1052
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28870">[28870]</a> Cart shipping fails because of Non-ASCII characters in display-name of reply-to address</li>
1052
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28870">[28870]</a> Cart shipping fails because of Non-ASCII characters in display-name of reply-to address</li>
1053
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28885">[28885]</a> OpacBrowseResults can cause errors with bad search indexes</li>
1053
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28885">[28885]</a> OpacBrowseResults can cause errors with bad search indexes</li>
1054
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29318">[29318]</a> OverDrive search page should not require edit_borrowers permission</li>
1054
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29318">[29318]</a> OverDrive search page should not require edit_borrowers permission</li>
1055
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29332">[29332]</a> AdditionalContents displays blocks for every library prior to login</li>
1055
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29332">[29332]</a> AdditionalContents displays blocks for every library prior to login</li>
1056
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29416">[29416]</a> Regression: information from existing bib no longer populating on suggest for purchase</p>
1056
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29416">[29416]</a> Regression: information from existing bib no longer populating on suggest for purchase</p>
1057
1057
1058
<blockquote>
1058
<blockquote>
1059
  <p>This restores the behaviour for purchase suggestions for an existing title, so that the suggestion form is pre-filled with the details from the existing record.</p>
1059
  <p>This restores the behaviour for purchase suggestions for an existing title, so that the suggestion form is pre-filled with the details from the existing record.</p>
Lines 1063-1124 have already been fixed in maintainance releases)</p> Link Here
1063
<h3 id="packaging">Packaging</h3>
1063
<h3 id="packaging">Packaging</h3>
1064
1064
1065
<ul>
1065
<ul>
1066
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28616">[28616]</a> Remove Data::Printer dependency</li>
1066
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28616">[28616]</a> Remove Data::Printer dependency</li>
1067
</ul>
1067
</ul>
1068
1068
1069
<h3 id="patrons">Patrons</h3>
1069
<h3 id="patrons">Patrons</h3>
1070
1070
1071
<ul>
1071
<ul>
1072
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490">[28490]</a> Cannot modify patrons in some categories (e.g. Child category)</li>
1072
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490">[28490]</a> Cannot modify patrons in some categories (e.g. Child category)</li>
1073
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29341">[29341]</a> If OpacRenewalBranch = opacrenew, pseudonymization process leads to "internal server error" when patrons renew the loans at OPAC</li>
1073
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29341">[29341]</a> If OpacRenewalBranch = opacrenew, pseudonymization process leads to "internal server error" when patrons renew the loans at OPAC</li>
1074
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29524">[29524]</a> Cannot set a new value for privacy_guarantor_checkouts in memberentry.pl</li>
1074
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29524">[29524]</a> Cannot set a new value for privacy_guarantor_checkouts in memberentry.pl</li>
1075
</ul>
1075
</ul>
1076
1076
1077
<h3 id="pluginarchitecture">Plugin architecture</h3>
1077
<h3 id="pluginarchitecture">Plugin architecture</h3>
1078
1078
1079
<ul>
1079
<ul>
1080
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29121">[29121]</a> Plugins with broken ->install prevent access to the plugins list</li>
1080
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29121">[29121]</a> Plugins with broken ->install prevent access to the plugins list</li>
1081
</ul>
1081
</ul>
1082
1082
1083
<h3 id="restapi">REST API</h3>
1083
<h3 id="restapi">REST API</h3>
1084
1084
1085
<ul>
1085
<ul>
1086
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585">[28585]</a> Cannot search on date fields</p>
1086
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585">[28585]</a> Cannot search on date fields</p>
1087
1087
1088
<blockquote>
1088
<blockquote>
1089
  <p>This patch fixes the date handling for query parsing from the API.  We use dt_from_string to convert out RFC3339 formatted date strings to DateTime objects with an associated timezone and then user the native datetime formatted provided by the SQL connection library to convert to an appropriately formated date time string.</p>
1089
  <p>This patch fixes the date handling for query parsing from the API.  We use dt_from_string to convert out RFC3339 formatted date strings to DateTime objects with an associated timezone and then user the native datetime formatted provided by the SQL connection library to convert to an appropriately formated date time string.</p>
1090
</blockquote></li>
1090
</blockquote></li>
1091
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28586">[28586]</a> Cannot resolve a claim</p>
1091
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28586">[28586]</a> Cannot resolve a claim</p>
1092
1092
1093
<blockquote>
1093
<blockquote>
1094
  <p>This fixes an issue with the 'Returned claims' feature (enabled by setting a value for ClaimReturnedLostValue)- resolving returned claims now works as expected.</p>
1094
  <p>This fixes an issue with the 'Returned claims' feature (enabled by setting a value for ClaimReturnedLostValue)- resolving returned claims now works as expected.</p>
1095
  
1095
  
1096
  <p>Before this fix, an attempt to resolve a claim resulted in the page hanging and the claim not being able to be resolved.</p>
1096
  <p>Before this fix, an attempt to resolve a claim resulted in the page hanging and the claim not being able to be resolved.</p>
1097
</blockquote></li>
1097
</blockquote></li>
1098
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29032">[29032]</a> ILL route unusable (slow)</li>
1098
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29032">[29032]</a> ILL route unusable (slow)</li>
1099
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29272">[29272]</a> API not respecting $category->effective_change_password</li>
1099
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29272">[29272]</a> API not respecting $category->effective_change_password</li>
1100
</ul>
1100
</ul>
1101
1101
1102
<h3 id="reports">Reports</h3>
1102
<h3 id="reports">Reports</h3>
1103
1103
1104
<ul>
1104
<ul>
1105
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28523">[28523]</a> Patrons with the most checkouts (bor_issues_top.pl) is failing with MySQL 8</li>
1105
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28523">[28523]</a> Patrons with the most checkouts (bor_issues_top.pl) is failing with MySQL 8</li>
1106
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28524">[28524]</a> Most-circulated items (cat_issues_top.pl) is failing with MySQL 8</li>
1106
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28524">[28524]</a> Most-circulated items (cat_issues_top.pl) is failing with MySQL 8</li>
1107
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28804">[28804]</a> 500 Error when running report with bad syntax</li>
1107
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28804">[28804]</a> 500 Error when running report with bad syntax</li>
1108
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29204">[29204]</a> Error 500 when execute Circulation report with date period</li>
1108
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29204">[29204]</a> Error 500 when execute Circulation report with date period</li>
1109
</ul>
1109
</ul>
1110
1110
1111
<h3 id="sip2">SIP2</h3>
1111
<h3 id="sip2">SIP2</h3>
1112
1112
1113
<ul>
1113
<ul>
1114
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26871">[26871]</a> L1 cache still too long in SIP Server</p>
1114
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26871">[26871]</a> L1 cache still too long in SIP Server</p>
1115
1115
1116
<blockquote>
1116
<blockquote>
1117
  <p>This fixes SIP connections so that when system preference and configuration changes are made (for example: enabling or disabling logging of issues and returns) they are picked up automatically with the next message, rather than requiring the SIP connection to be closed and reopened.</p>
1117
  <p>This fixes SIP connections so that when system preference and configuration changes are made (for example: enabling or disabling logging of issues and returns) they are picked up automatically with the next message, rather than requiring the SIP connection to be closed and reopened.</p>
1118
  
1118
  
1119
  <p>SIP connections typically tend to be long lived - weeks if not months. Basically the connection per SIP machine is initiated once when the SIP machine boots and then never closed until maintenance is required. Therefore we need to reset Koha's caches on every SIP request to get the latest system preference and configuration changes from the memcached cache that is shared between all the Koha programs (staff interface, OPAC, SIP, cronjobs, etc).</p>
1119
  <p>SIP connections typically tend to be long lived - weeks if not months. Basically the connection per SIP machine is initiated once when the SIP machine boots and then never closed until maintenance is required. Therefore we need to reset Koha's caches on every SIP request to get the latest system preference and configuration changes from the memcached cache that is shared between all the Koha programs (staff interface, OPAC, SIP, cronjobs, etc).</p>
1120
</blockquote></li>
1120
</blockquote></li>
1121
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29264">[29264]</a> SIP config allows use of non-branchcode institution ids causes workers to die without responding</p>
1121
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29264">[29264]</a> SIP config allows use of non-branchcode institution ids causes workers to die without responding</p>
1122
1122
1123
<blockquote>
1123
<blockquote>
1124
  <p>This adds a warning to the logs where a SIP login uses an institution id that is <em>not</em> a valid library code.</p>
1124
  <p>This adds a warning to the logs where a SIP login uses an institution id that is <em>not</em> a valid library code.</p>
Lines 1127-1152 have already been fixed in maintainance releases)</p> Link Here
1127
  
1127
  
1128
  <p>The repercussions of this are that actions such as the checkout message simply die and do not return a response message to the requestor.</p>
1128
  <p>The repercussions of this are that actions such as the checkout message simply die and do not return a response message to the requestor.</p>
1129
</blockquote></li>
1129
</blockquote></li>
1130
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29564">[29564]</a> Use List::MoreUtils so SIP U16/Xenial does not break</li>
1130
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29564">[29564]</a> Use List::MoreUtils so SIP U16/Xenial does not break</li>
1131
</ul>
1131
</ul>
1132
1132
1133
<h3 id="searching">Searching</h3>
1133
<h3 id="searching">Searching</h3>
1134
1134
1135
<ul>
1135
<ul>
1136
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29152">[29152]</a> Change to default search behavior when limiting by branch</li>
1136
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29152">[29152]</a> Change to default search behavior when limiting by branch</li>
1137
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29374">[29374]</a> searchResults explodes if biblio record has been deleted</li>
1137
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29374">[29374]</a> searchResults explodes if biblio record has been deleted</li>
1138
</ul>
1138
</ul>
1139
1139
1140
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1140
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1141
1141
1142
<ul>
1142
<ul>
1143
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29284">[29284]</a> Koha dies when an analytics search fails in Elasticsearch</li>
1143
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29284">[29284]</a> Koha dies when an analytics search fails in Elasticsearch</li>
1144
</ul>
1144
</ul>
1145
1145
1146
<h3 id="staffclient">Staff Client</h3>
1146
<h3 id="staffclient">Staff Client</h3>
1147
1147
1148
<ul>
1148
<ul>
1149
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28236">[28236]</a> Selecting database columns for system preferences in standard and dev installs is broken</p>
1149
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28236">[28236]</a> Selecting database columns for system preferences in standard and dev installs is broken</p>
1150
1150
1151
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p>
1151
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p>
1152
1152
Lines 1155-1184 have already been fixed in maintainance releases)</p> Link Here
1155
  
1155
  
1156
  <p>Bug 22844 introduced a pick list of database columns for system preferences where such a list was required. This list is in a plain json file under the templates directory. This works fine for packages, but because of bug 9812 (which limited browser access to selected files) those directories are not accessible to the outside world for both standard and dev type installs using the make process.</p>
1156
  <p>Bug 22844 introduced a pick list of database columns for system preferences where such a list was required. This list is in a plain json file under the templates directory. This works fine for packages, but because of bug 9812 (which limited browser access to selected files) those directories are not accessible to the outside world for both standard and dev type installs using the make process.</p>
1157
</blockquote></li>
1157
</blockquote></li>
1158
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28573">[28573]</a> Replace authority record with Z39.50/SRU creates new authority record</li>
1158
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28573">[28573]</a> Replace authority record with Z39.50/SRU creates new authority record</li>
1159
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28872">[28872]</a> AcquisitionLog, NewsLog, NoticesLog should use 1/0 for their values</li>
1159
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28872">[28872]</a> AcquisitionLog, NewsLog, NoticesLog should use 1/0 for their values</li>
1160
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28986">[28986]</a> Parent itemtype not selected when editing circ rules</li>
1160
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28986">[28986]</a> Parent itemtype not selected when editing circ rules</li>
1161
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29193">[29193]</a> DataTables only showing 20 results on checkout search and patrons search on request.pl</li>
1161
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29193">[29193]</a> DataTables only showing 20 results on checkout search and patrons search on request.pl</li>
1162
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240">[29240]</a> Flatpickr - error in the console when a date is selected</li>
1162
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240">[29240]</a> Flatpickr - error in the console when a date is selected</li>
1163
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29241">[29241]</a> Flatpickr not displaying date in the past for futuredate</li>
1163
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29241">[29241]</a> Flatpickr not displaying date in the past for futuredate</li>
1164
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29500">[29500]</a> Flatpickr accepting original date in the past for futuredate but also other dates in the past</li>
1164
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29500">[29500]</a> Flatpickr accepting original date in the past for futuredate but also other dates in the past</li>
1165
</ul>
1165
</ul>
1166
1166
1167
<h3 id="systemadministration">System Administration</h3>
1167
<h3 id="systemadministration">System Administration</h3>
1168
1168
1169
<ul>
1169
<ul>
1170
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28729">[28729]</a> Return-path header not set in emails</li>
1170
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28729">[28729]</a> Return-path header not set in emails</li>
1171
</ul>
1171
</ul>
1172
1172
1173
<h3 id="templates">Templates</h3>
1173
<h3 id="templates">Templates</h3>
1174
1174
1175
<ul>
1175
<ul>
1176
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29477">[29477]</a> flatpickr default time should be 23:59 (11:59 pm as well, probably), not 12:00</p>
1176
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29477">[29477]</a> flatpickr default time should be 23:59 (11:59 pm as well, probably), not 12:00</p>
1177
1177
1178
<blockquote>
1178
<blockquote>
1179
  <p>This fixes the flatpickr default time defaulting to 12:00 instead of 23:59, which was an unexpected change in behaviour caused by the flatpickr switch.</p>
1179
  <p>This fixes the flatpickr default time defaulting to 12:00 instead of 23:59, which was an unexpected change in behaviour caused by the flatpickr switch.</p>
1180
</blockquote></li>
1180
</blockquote></li>
1181
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29478">[29478]</a> flatpickr misses quick shortcut to "Today" date</p>
1181
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29478">[29478]</a> flatpickr misses quick shortcut to "Today" date</p>
1182
1182
1183
<blockquote>
1183
<blockquote>
1184
  <p>This adds shortcuts to yesterday, today and tomorrow for the flatpickr date selector.</p>
1184
  <p>This adds shortcuts to yesterday, today and tomorrow for the flatpickr date selector.</p>
Lines 1188-1217 have already been fixed in maintainance releases)</p> Link Here
1188
<h3 id="testsuite">Test Suite</h3>
1188
<h3 id="testsuite">Test Suite</h3>
1189
1189
1190
<ul>
1190
<ul>
1191
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29368">[29368]</a> Zebra index not correctly mocked from tests</li>
1191
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29368">[29368]</a> Zebra index not correctly mocked from tests</li>
1192
</ul>
1192
</ul>
1193
1193
1194
<h3 id="tools">Tools</h3>
1194
<h3 id="tools">Tools</h3>
1195
1195
1196
<ul>
1196
<ul>
1197
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28717">[28717]</a> NewsLog doesn't work</p>
1197
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28717">[28717]</a> NewsLog doesn't work</p>
1198
1198
1199
<blockquote>
1199
<blockquote>
1200
  <p>This patch fixes a regression in the NewsLog caused by Bug 28718.</p>
1200
  <p>This patch fixes a regression in the NewsLog caused by Bug 28718.</p>
1201
</blockquote></li>
1201
</blockquote></li>
1202
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28745">[28745]</a> Batch item modifications no longer displayed modified items</li>
1202
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28745">[28745]</a> Batch item modifications no longer displayed modified items</li>
1203
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28758">[28758]</a> Undefined subroutines in C4/ImportBatch.pm (bug 17600)</li>
1203
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28758">[28758]</a> Undefined subroutines in C4/ImportBatch.pm (bug 17600)</li>
1204
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29019">[29019]</a> Unable to delete HTML customization</li>
1204
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29019">[29019]</a> Unable to delete HTML customization</li>
1205
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29113">[29113]</a> New "code" field for additional contents is not useful for the end users</li>
1205
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29113">[29113]</a> New "code" field for additional contents is not useful for the end users</li>
1206
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29387">[29387]</a> BatchUpdateBiblio does not handle exception correctly</li>
1206
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29387">[29387]</a> BatchUpdateBiblio does not handle exception correctly</li>
1207
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29469">[29469]</a> Error when approving and rejecting tags</li>
1207
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29469">[29469]</a> Error when approving and rejecting tags</li>
1208
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29567">[29567]</a> Cataloguing plugins are broken on the batch item mod tool</li>
1208
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29567">[29567]</a> Cataloguing plugins are broken on the batch item mod tool</li>
1209
</ul>
1209
</ul>
1210
1210
1211
<h3 id="translate.koha-community.org">translate.koha-community.org</h3>
1211
<h3 id="translate.koha-community.org">translate.koha-community.org</h3>
1212
1212
1213
<ul>
1213
<ul>
1214
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29261">[29261]</a> Translation script breaks members/tables/members_results.tt</li>
1214
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29261">[29261]</a> Translation script breaks members/tables/members_results.tt</li>
1215
</ul>
1215
</ul>
1216
1216
1217
<h2 id="otherbugsfixed">Other bugs fixed</h2>
1217
<h2 id="otherbugsfixed">Other bugs fixed</h2>
Lines 1222-1285 have already been fixed in maintainance releases)</p> Link Here
1222
<h3 id="about">About</h3>
1222
<h3 id="about">About</h3>
1223
1223
1224
<ul>
1224
<ul>
1225
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28476">[28476]</a> Update info in docs/teams.yaml file</li>
1225
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28476">[28476]</a> Update info in docs/teams.yaml file</li>
1226
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28904">[28904]</a> Update information on Newsletter editor on about page</li>
1226
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28904">[28904]</a> Update information on Newsletter editor on about page</li>
1227
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29123">[29123]</a> Add Dataly Tech to About page</li>
1227
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29123">[29123]</a> Add Dataly Tech to About page</li>
1228
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29300">[29300]</a> Release team 22.05</li>
1228
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29300">[29300]</a> Release team 22.05</li>
1229
</ul>
1229
</ul>
1230
1230
1231
<h3 id="acquisitions">Acquisitions</h3>
1231
<h3 id="acquisitions">Acquisitions</h3>
1232
1232
1233
<ul>
1233
<ul>
1234
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27708">[27708]</a> Cannot create EDI order if AcqCreateItem value is not "placing an order"</li>
1234
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27708">[27708]</a> Cannot create EDI order if AcqCreateItem value is not "placing an order"</li>
1235
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28079">[28079]</a> Set focus to search box field when adding an order to basket</li>
1235
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28079">[28079]</a> Set focus to search box field when adding an order to basket</li>
1236
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28408">[28408]</a> Last modification date for suggestions is wrong</li>
1236
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28408">[28408]</a> Last modification date for suggestions is wrong</li>
1237
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28627">[28627]</a> Revert the order receive page to display 'Actual cost' as ecost_tax_included/ecost_tax_excluded if unitprice not set</li>
1237
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28627">[28627]</a> Revert the order receive page to display 'Actual cost' as ecost_tax_included/ecost_tax_excluded if unitprice not set</li>
1238
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28956">[28956]</a> Acquisitions: select correct default tax rate when receiving orders</p>
1238
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28956">[28956]</a> Acquisitions: select correct default tax rate when receiving orders</p>
1239
1239
1240
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1240
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1241
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29429">[29429]</a> Cannot close budgets</li>
1241
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29429">[29429]</a> Cannot close budgets</li>
1242
</ul>
1242
</ul>
1243
1243
1244
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1244
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1245
1245
1246
<ul>
1246
<ul>
1247
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373">[28373]</a> Items fields not used in default XSLT</p>
1247
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373">[28373]</a> Items fields not used in default XSLT</p>
1248
1248
1249
<blockquote>
1249
<blockquote>
1250
  <p>When processing records for display we loop through each field in the record and translate authorized values into descriptions. Item fields in the record contain many authorised values, and the lookups can cause a delay in displaying the record. If using the default XSLT these fields are not displayed as they exist in the record, so parsing them is not necessary and can save time. This bug adds a system preference that disables sending these fields for processing and thus saving time. Enabling the system preference will allow users to pass the items to custom style sheets if needed.</p>
1250
  <p>When processing records for display we loop through each field in the record and translate authorized values into descriptions. Item fields in the record contain many authorised values, and the lookups can cause a delay in displaying the record. If using the default XSLT these fields are not displayed as they exist in the record, so parsing them is not necessary and can save time. This bug adds a system preference that disables sending these fields for processing and thus saving time. Enabling the system preference will allow users to pass the items to custom style sheets if needed.</p>
1251
</blockquote></li>
1251
</blockquote></li>
1252
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28409">[28409]</a> Category should be validated in opac-shelves.pl</li>
1252
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28409">[28409]</a> Category should be validated in opac-shelves.pl</li>
1253
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28561">[28561]</a> Order_by triggers a DBIx warning Unable to properly collapse has_many results</li>
1253
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28561">[28561]</a> Order_by triggers a DBIx warning Unable to properly collapse has_many results</li>
1254
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28570">[28570]</a> bor_issues_top.pl using a /tmp file to log debug</li>
1254
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28570">[28570]</a> bor_issues_top.pl using a /tmp file to log debug</li>
1255
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28571">[28571]</a> C4::Auth::<em>session</em>log is not used and must be removed</li>
1255
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28571">[28571]</a> C4::Auth::<em>session</em>log is not used and must be removed</li>
1256
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28620">[28620]</a> Remove trailing space when logging with log4perl</li>
1256
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28620">[28620]</a> Remove trailing space when logging with log4perl</li>
1257
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622">[28622]</a> Selected branchcode incorrectly passed to adv search</li>
1257
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622">[28622]</a> Selected branchcode incorrectly passed to adv search</li>
1258
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28734">[28734]</a> Koha::Biblio->get_marc_notes should parse authorised values</p>
1258
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28734">[28734]</a> Koha::Biblio->get_marc_notes should parse authorised values</p>
1259
1259
1260
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1260
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1261
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28744">[28744]</a> Class with empty/no to_api_mapping should generate an empty from_api_mapping</li>
1261
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28744">[28744]</a> Class with empty/no to_api_mapping should generate an empty from_api_mapping</li>
1262
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28763">[28763]</a> Undefined subroutine XSLTParse4Display (bug 17600)</li>
1262
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28763">[28763]</a> Undefined subroutine XSLTParse4Display (bug 17600)</li>
1263
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28776">[28776]</a> Warns from GetItemsInfo when biblio marked as serial</li>
1263
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28776">[28776]</a> Warns from GetItemsInfo when biblio marked as serial</li>
1264
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28931">[28931]</a> use EXPORT_OK in Koha::DateUtils</li>
1264
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28931">[28931]</a> use EXPORT_OK in Koha::DateUtils</li>
1265
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28992">[28992]</a> Resolve warning from undefined BIG_LOOP</li>
1265
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28992">[28992]</a> Resolve warning from undefined BIG_LOOP</li>
1266
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29111">[29111]</a> Remove dead code from intranet</li>
1266
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29111">[29111]</a> Remove dead code from intranet</li>
1267
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29175">[29175]</a> finishreceive: Replace , by ;</li>
1267
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29175">[29175]</a> finishreceive: Replace , by ;</li>
1268
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29177">[29177]</a> Remove TODO in acqui/finishreceive.pl</li>
1268
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29177">[29177]</a> Remove TODO in acqui/finishreceive.pl</li>
1269
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29179">[29179]</a> Useless include in moveitem.pl</li>
1269
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29179">[29179]</a> Useless include in moveitem.pl</li>
1270
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29182">[29182]</a> ArticleRequest status changing methods calling SUPER::store</li>
1270
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29182">[29182]</a> ArticleRequest status changing methods calling SUPER::store</li>
1271
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29207">[29207]</a> Restore Getopt::Long config to not ignore cases</li>
1271
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29207">[29207]</a> Restore Getopt::Long config to not ignore cases</li>
1272
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29218">[29218]</a> "hidden" class is not working for DT if column visibility button is used</li>
1272
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29218">[29218]</a> "hidden" class is not working for DT if column visibility button is used</li>
1273
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29321">[29321]</a> Remove a last without loop context</li>
1273
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29321">[29321]</a> Remove a last without loop context</li>
1274
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29350">[29350]</a> TT method 'delete' don't need to be escaped</li>
1274
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29350">[29350]</a> TT method 'delete' don't need to be escaped</li>
1275
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29395">[29395]</a> Use EXPORT_OK in Koha::Patron::Debarments</li>
1275
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29395">[29395]</a> Use EXPORT_OK in Koha::Patron::Debarments</li>
1276
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29408">[29408]</a> The datatables api wrapper is ambiguously named</p>
1276
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29408">[29408]</a> The datatables api wrapper is ambiguously named</p>
1277
1277
1278
<blockquote>
1278
<blockquote>
1279
  <p>This patch 1) renames the Koha REST JS dataTables wrapper from the
1279
  <p>This patch 1) renames the Koha REST JS dataTables wrapper from the
1280
  ambiguous 'api' to the clearer 'kohaTable' 2) goes through the codebase and updates existing relevant calls to .api referencing the Koha REST dataTables wrapper to use the name 'kohaTable', and 3) adds JSDoc formatted parameter documentation for the kohaTable function.</p>
1280
  ambiguous 'api' to the clearer 'kohaTable' 2) goes through the codebase and updates existing relevant calls to .api referencing the Koha REST dataTables wrapper to use the name 'kohaTable', and 3) adds JSDoc formatted parameter documentation for the kohaTable function.</p>
1281
</blockquote></li>
1281
</blockquote></li>
1282
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29427">[29427]</a> Debug mode not honoured in SMTP transport</p>
1282
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29427">[29427]</a> Debug mode not honoured in SMTP transport</p>
1283
1283
1284
<blockquote>
1284
<blockquote>
1285
  <p>The debug flag on the SMTP servers configuration was not being used correctly. This patch implements the expected behavior.</p>
1285
  <p>The debug flag on the SMTP servers configuration was not being used correctly. This patch implements the expected behavior.</p>
Lines 1291-1423 have already been fixed in maintainance releases)</p> Link Here
1291
<h3 id="authentication">Authentication</h3>
1291
<h3 id="authentication">Authentication</h3>
1292
1292
1293
<ul>
1293
<ul>
1294
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28914">[28914]</a> Wrong wording in authentication forms</li>
1294
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28914">[28914]</a> Wrong wording in authentication forms</li>
1295
</ul>
1295
</ul>
1296
1296
1297
<h3 id="cataloging">Cataloging</h3>
1297
<h3 id="cataloging">Cataloging</h3>
1298
1298
1299
<ul>
1299
<ul>
1300
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27461">[27461]</a> Fix field 008 length below 40 positions in cataloguing plugin</li>
1300
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27461">[27461]</a> Fix field 008 length below 40 positions in cataloguing plugin</li>
1301
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28022">[28022]</a> MARC subfield 9 not honoring visibility</li>
1301
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28022">[28022]</a> MARC subfield 9 not honoring visibility</li>
1302
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28171">[28171]</a> Serial enumeration / chronology sorting is broken in biblio page</li>
1302
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28171">[28171]</a> Serial enumeration / chronology sorting is broken in biblio page</li>
1303
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28204">[28204]</a> Table highlighting is broken at the cataloguing/additem.pl</li>
1303
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28204">[28204]</a> Table highlighting is broken at the cataloguing/additem.pl</li>
1304
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28383">[28383]</a> Log in via the itemsearch URL leads to Internal Server Error</p>
1304
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28383">[28383]</a> Log in via the itemsearch URL leads to Internal Server Error</p>
1305
1305
1306
<blockquote>
1306
<blockquote>
1307
  <p>When trying to access the item search form in the staff interface (/cgi-bin/koha/catalogue/itemsearch.pl) when not logged in, an internal server error (error code 500) is received after entering your login details. This fixes the problem so that the item search form is displayed as expected.</p>
1307
  <p>When trying to access the item search form in the staff interface (/cgi-bin/koha/catalogue/itemsearch.pl) when not logged in, an internal server error (error code 500) is received after entering your login details. This fixes the problem so that the item search form is displayed as expected.</p>
1308
</blockquote></li>
1308
</blockquote></li>
1309
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28513">[28513]</a> Analytic search links formed incorrectly</li>
1309
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28513">[28513]</a> Analytic search links formed incorrectly</li>
1310
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28533">[28533]</a> Requesting whole field in 'itemcallnumber' system preference causes internal server error</li>
1310
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28533">[28533]</a> Requesting whole field in 'itemcallnumber' system preference causes internal server error</li>
1311
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28542">[28542]</a> Move new authority from Z39.50/SRU to a button</p>
1311
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28542">[28542]</a> Move new authority from Z39.50/SRU to a button</p>
1312
1312
1313
<blockquote>
1313
<blockquote>
1314
  <p>This makes the layout for creating new authorities consistent with creating new records - there is now a separate button 'New from Z39.50/SRU' (rather than being part of the drop-down list).</p>
1314
  <p>This makes the layout for creating new authorities consistent with creating new records - there is now a separate button 'New from Z39.50/SRU' (rather than being part of the drop-down list).</p>
1315
</blockquote></li>
1315
</blockquote></li>
1316
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28611">[28611]</a> Incorrect Select2 width</li>
1316
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28611">[28611]</a> Incorrect Select2 width</li>
1317
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28727">[28727]</a> "Edit item" button on moredetail should be enabled with edit_items permission</li>
1317
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28727">[28727]</a> "Edit item" button on moredetail should be enabled with edit_items permission</li>
1318
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28828">[28828]</a> Bug 22399 breaks unimarc_field_4XX.tt and marc21_linking_section.tt value builders</li>
1318
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28828">[28828]</a> Bug 22399 breaks unimarc_field_4XX.tt and marc21_linking_section.tt value builders</li>
1319
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28829">[28829]</a> Useless single quote escaping in value_builder/unimarc_field_4XX.pl</li>
1319
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28829">[28829]</a> Useless single quote escaping in value_builder/unimarc_field_4XX.pl</li>
1320
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29030">[29030]</a> Problems introduced by bug 25728</li>
1320
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29030">[29030]</a> Problems introduced by bug 25728</li>
1321
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29146">[29146]</a> Default values from the framework should only be applied at biblio/item creation</p>
1321
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29146">[29146]</a> Default values from the framework should only be applied at biblio/item creation</p>
1322
1322
1323
<blockquote>
1323
<blockquote>
1324
  <p>This patch makes Koha no longer apply default values to empty fields in an existing biblio record in the regular cataloguing editor. Same for item editor.</p>
1324
  <p>This patch makes Koha no longer apply default values to empty fields in an existing biblio record in the regular cataloguing editor. Same for item editor.</p>
1325
</blockquote></li>
1325
</blockquote></li>
1326
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29319">[29319]</a> Errors when doing a cataloging search which starts with a number + letter</p>
1326
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29319">[29319]</a> Errors when doing a cataloging search which starts with a number + letter</p>
1327
1327
1328
<blockquote>
1328
<blockquote>
1329
  <p>This fixes an error that occurs in cataloging search when entering a search term with ten characters (like "7th Heaven" or "2nd editio") - Koha thinks you are entering an ISBN10 number, gets confused and delivers an error page. Searching now works as expected for ISBN13/ISBN10 (without the '-'s), title and author searches.</p>
1329
  <p>This fixes an error that occurs in cataloging search when entering a search term with ten characters (like "7th Heaven" or "2nd editio") - Koha thinks you are entering an ISBN10 number, gets confused and delivers an error page. Searching now works as expected for ISBN13/ISBN10 (without the '-'s), title and author searches.</p>
1330
</blockquote></li>
1330
</blockquote></li>
1331
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29437">[29437]</a> 500 error when performing a catalog search for an ISBN13 with no valid ISBN10</li>
1331
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29437">[29437]</a> 500 error when performing a catalog search for an ISBN13 with no valid ISBN10</li>
1332
</ul>
1332
</ul>
1333
1333
1334
<h3 id="circulation">Circulation</h3>
1334
<h3 id="circulation">Circulation</h3>
1335
1335
1336
<ul>
1336
<ul>
1337
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15812">[15812]</a> Checkout search with too many results (single character search)  causes poor performance or timeout</p>
1337
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15812">[15812]</a> Checkout search with too many results (single character search)  causes poor performance or timeout</p>
1338
1338
1339
<blockquote>
1339
<blockquote>
1340
  <p>This patch replaces the special case patron results page from circulation searches and instead redirects to the standard patron search results page.</p>
1340
  <p>This patch replaces the special case patron results page from circulation searches and instead redirects to the standard patron search results page.</p>
1341
  
1341
  
1342
  <p>To enable quick onward navigation to checkout, we add a link to the cardnumber field and a button to the actions column.</p>
1342
  <p>To enable quick onward navigation to checkout, we add a link to the cardnumber field and a button to the actions column.</p>
1343
</blockquote></li>
1343
</blockquote></li>
1344
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21093">[21093]</a> Specified due date incorrectly retained when using fast add</li>
1344
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21093">[21093]</a> Specified due date incorrectly retained when using fast add</li>
1345
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25619">[25619]</a> Updating an expiration date for a waiting hold won't save</li>
1345
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25619">[25619]</a> Updating an expiration date for a waiting hold won't save</li>
1346
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27064">[27064]</a> Transferring an item with a hold allows the user to set a hold waiting without transferring to the correct branch</li>
1346
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27064">[27064]</a> Transferring an item with a hold allows the user to set a hold waiting without transferring to the correct branch</li>
1347
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27279">[27279]</a> "Checked out by" not populated on issuehistory.pl</li>
1347
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27279">[27279]</a> "Checked out by" not populated on issuehistory.pl</li>
1348
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27847">[27847]</a> Don't obscure page when checkin modal is non-blocking</li>
1348
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27847">[27847]</a> Don't obscure page when checkin modal is non-blocking</li>
1349
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28271">[28271]</a> Add the ability to set a new lost status when a claim is resolved</li>
1349
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28271">[28271]</a> Add the ability to set a new lost status when a claim is resolved</li>
1350
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28382">[28382]</a> 'Reserve' should be passed through as transfer reason appropriately in branchtransfers</li>
1350
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28382">[28382]</a> 'Reserve' should be passed through as transfer reason appropriately in branchtransfers</li>
1351
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28455">[28455]</a> If TrackLastPatronActivity is enabled we should update 'lastseen' field on checkouts</p>
1351
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28455">[28455]</a> If TrackLastPatronActivity is enabled we should update 'lastseen' field on checkouts</p>
1352
1352
1353
<blockquote>
1353
<blockquote>
1354
  <p>This updates the 'lastseen' date for a patron when items are checked out (when TrackLastPatronActivity is enabled). (The last seen date is displayed on the patron details page.)</p>
1354
  <p>This updates the 'lastseen' date for a patron when items are checked out (when TrackLastPatronActivity is enabled). (The last seen date is displayed on the patron details page.)</p>
1355
</blockquote></li>
1355
</blockquote></li>
1356
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28653">[28653]</a> Sorting loans by due date doesn't work after renewing</p>
1356
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28653">[28653]</a> Sorting loans by due date doesn't work after renewing</p>
1357
1357
1358
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1358
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1359
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28774">[28774]</a> Warnings from GetIssuingCharge when rental discount is not set</p>
1359
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28774">[28774]</a> Warnings from GetIssuingCharge when rental discount is not set</p>
1360
1360
1361
<blockquote>
1361
<blockquote>
1362
  <p>This fixes the cause of warning messages in the log files when the rental discount in the circulation rules has a blank value. </p>
1362
  <p>This fixes the cause of warning messages in the log files when the rental discount in the circulation rules has a blank value. </p>
1363
  
1363
  
1364
  <p>Before this fix, multiple warning messages "[2021/07/28 12:11:25] [WARN] Argument "" isn't numeric in subtraction (-) at /kohadevbox/koha/C4/Circulation.pm line 3385." appeared in the log files. These warnings occurred for items checked out where they had rental charges and the rental discount value in the circulation rules was blank.</p>
1364
  <p>Before this fix, multiple warning messages "[2021/07/28 12:11:25] [WARN] Argument "" isn't numeric in subtraction (-) at /kohadevbox/koha/C4/Circulation.pm line 3385." appeared in the log files. These warnings occurred for items checked out where they had rental charges and the rental discount value in the circulation rules was blank.</p>
1365
</blockquote></li>
1365
</blockquote></li>
1366
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28850">[28850]</a> Clarify wording on AllFinesNeedOverride system preference</p>
1366
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28850">[28850]</a> Clarify wording on AllFinesNeedOverride system preference</p>
1367
1367
1368
<blockquote>
1368
<blockquote>
1369
  <p>This clarifies the wording for the AllFinesNeedOverride system preference. If set to 'require', checkouts are blocked when using the web-based selfcheck and SIP.</p>
1369
  <p>This clarifies the wording for the AllFinesNeedOverride system preference. If set to 'require', checkouts are blocked when using the web-based selfcheck and SIP.</p>
1370
</blockquote></li>
1370
</blockquote></li>
1371
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28891">[28891]</a> RecordStaffUserOnCheckout display a new column but default sort column isn't changed</li>
1371
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28891">[28891]</a> RecordStaffUserOnCheckout display a new column but default sort column isn't changed</li>
1372
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28985">[28985]</a> Negative rental amounts can be saved but not enforced</li>
1372
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28985">[28985]</a> Negative rental amounts can be saved but not enforced</li>
1373
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29026">[29026]</a> Behavior change when an empty barcode field is submitted in circulation</li>
1373
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29026">[29026]</a> Behavior change when an empty barcode field is submitted in circulation</li>
1374
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29411">[29411]</a> Single result for checkout search by name should redirect to check out tab</li>
1374
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29411">[29411]</a> Single result for checkout search by name should redirect to check out tab</li>
1375
</ul>
1375
</ul>
1376
1376
1377
<h3 id="command-lineutilities">Command-line Utilities</h3>
1377
<h3 id="command-lineutilities">Command-line Utilities</h3>
1378
1378
1379
<ul>
1379
<ul>
1380
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28352">[28352]</a> Errors in search_for_data_inconsistencies.pl relating to authorised values and frameworks</li>
1380
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28352">[28352]</a> Errors in search_for_data_inconsistencies.pl relating to authorised values and frameworks</li>
1381
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399">[28399]</a> batchRebuildItemsTables.pl error 'Already in a transaction'</li>
1381
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399">[28399]</a> batchRebuildItemsTables.pl error 'Already in a transaction'</li>
1382
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28749">[28749]</a> All backups behave as if --without-db-name is passed</li>
1382
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28749">[28749]</a> All backups behave as if --without-db-name is passed</li>
1383
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29078">[29078]</a> Division by zero in touch_all scripts</li>
1383
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29078">[29078]</a> Division by zero in touch_all scripts</li>
1384
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29216">[29216]</a> Correct --where documentation in update_patrons_category.pl</li>
1384
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29216">[29216]</a> Correct --where documentation in update_patrons_category.pl</li>
1385
</ul>
1385
</ul>
1386
1386
1387
<h3 id="documentation">Documentation</h3>
1387
<h3 id="documentation">Documentation</h3>
1388
1388
1389
<ul>
1389
<ul>
1390
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28636">[28636]</a> t:lib::Mocks is missing POD</li>
1390
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28636">[28636]</a> t:lib::Mocks is missing POD</li>
1391
</ul>
1391
</ul>
1392
1392
1393
<h3 id="finesandfees">Fines and fees</h3>
1393
<h3 id="finesandfees">Fines and fees</h3>
1394
1394
1395
<ul>
1395
<ul>
1396
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26760">[26760]</a> Redirect to paycollect.pl when clicking on "Save and pay"</li>
1396
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26760">[26760]</a> Redirect to paycollect.pl when clicking on "Save and pay"</li>
1397
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28344">[28344]</a> One should be able to issue refunds against payments that have already been cashed up.</li>
1397
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28344">[28344]</a> One should be able to issue refunds against payments that have already been cashed up.</li>
1398
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29309">[29309]</a> 'Pay all fines' should be 'Pay all charges'</li>
1398
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29309">[29309]</a> 'Pay all fines' should be 'Pay all charges'</li>
1399
</ul>
1399
</ul>
1400
1400
1401
<h3 id="holdrequests">Hold requests</h3>
1401
<h3 id="holdrequests">Hold requests</h3>
1402
1402
1403
<ul>
1403
<ul>
1404
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3142">[3142]</a> Standardize how OPAC and staff determine requestability</li>
1404
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3142">[3142]</a> Standardize how OPAC and staff determine requestability</li>
1405
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703">[7703]</a> Don't block bulk hold action on search results if some items can't be placed on hold</li>
1405
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703">[7703]</a> Don't block bulk hold action on search results if some items can't be placed on hold</li>
1406
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27885">[27885]</a> Populate biblionumbers parameter when placing hold on single title</li>
1406
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27885">[27885]</a> Populate biblionumbers parameter when placing hold on single title</li>
1407
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28510">[28510]</a> Skip processing holds queue items from closed libraries when HoldsQueueSkipClosed is enabled</li>
1407
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28510">[28510]</a> Skip processing holds queue items from closed libraries when HoldsQueueSkipClosed is enabled</li>
1408
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28644">[28644]</a> Can't call method "borrowernumber" on an undefined value at C4/Reserves.pm line 607</li>
1408
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28644">[28644]</a> Can't call method "borrowernumber" on an undefined value at C4/Reserves.pm line 607</li>
1409
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28754">[28754]</a> C4::Reserves::FixPriority creates many warns when holds have lowestPriority set</li>
1409
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28754">[28754]</a> C4::Reserves::FixPriority creates many warns when holds have lowestPriority set</li>
1410
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28779">[28779]</a> Calling request.pl with non-existent biblionumber gives internal server error</li>
1410
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28779">[28779]</a> Calling request.pl with non-existent biblionumber gives internal server error</li>
1411
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28972">[28972]</a> Add missing foreign key constraints to holds queue table</li>
1411
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28972">[28972]</a> Add missing foreign key constraints to holds queue table</li>
1412
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29049">[29049]</a> Holds page shows too many priority options in pulldown</li>
1412
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29049">[29049]</a> Holds page shows too many priority options in pulldown</li>
1413
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29355">[29355]</a> Pickup location list limited by RESTdefaultPageSize syspref</li>
1413
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29355">[29355]</a> Pickup location list limited by RESTdefaultPageSize syspref</li>
1414
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29356">[29356]</a> Search for pickup library when placing a hold should be truncated in both directions</li>
1414
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29356">[29356]</a> Search for pickup library when placing a hold should be truncated in both directions</li>
1415
</ul>
1415
</ul>
1416
1416
1417
<h3 id="i18nl10n">I18N/L10N</h3>
1417
<h3 id="i18nl10n">I18N/L10N</h3>
1418
1418
1419
<ul>
1419
<ul>
1420
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28898">[28898]</a> Context for translation: term (word) vs. term (semester)</p>
1420
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28898">[28898]</a> Context for translation: term (word) vs. term (semester)</p>
1421
1421
1422
<blockquote>
1422
<blockquote>
1423
  <p>This disambiguates and provides a hint for translating the term "term" used in course reserves, where the meaning is "semester" rather than something like search term. This allows it to be translated, rather than having to use JQuery to change the text displayed for languages other then English.</p>
1423
  <p>This disambiguates and provides a hint for translating the term "term" used in course reserves, where the meaning is "semester" rather than something like search term. This allows it to be translated, rather than having to use JQuery to change the text displayed for languages other then English.</p>
Lines 1427-1471 have already been fixed in maintainance releases)</p> Link Here
1427
<h3 id="ill">ILL</h3>
1427
<h3 id="ill">ILL</h3>
1428
1428
1429
<ul>
1429
<ul>
1430
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22614">[22614]</a> Request migration from one backend to another should not create new request</li>
1430
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22614">[22614]</a> Request migration from one backend to another should not create new request</li>
1431
</ul>
1431
</ul>
1432
1432
1433
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1433
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1434
1434
1435
<ul>
1435
<ul>
1436
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29158">[29158]</a> Web installer fails to load account_offset_types.sql</li>
1436
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29158">[29158]</a> Web installer fails to load account_offset_types.sql</li>
1437
</ul>
1437
</ul>
1438
1438
1439
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1439
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1440
1440
1441
<ul>
1441
<ul>
1442
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25459">[25459]</a> In patron cards layout, barcode position doesn't respect units</li>
1442
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25459">[25459]</a> In patron cards layout, barcode position doesn't respect units</li>
1443
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28940">[28940]</a> IntranetUserJS is called twice on spinelable-print.tt</li>
1443
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28940">[28940]</a> IntranetUserJS is called twice on spinelable-print.tt</li>
1444
</ul>
1444
</ul>
1445
1445
1446
<h3 id="lists">Lists</h3>
1446
<h3 id="lists">Lists</h3>
1447
1447
1448
<ul>
1448
<ul>
1449
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28673">[28673]</a> An encoded ampersand missing the ampersand</li>
1449
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28673">[28673]</a> An encoded ampersand missing the ampersand</li>
1450
</ul>
1450
</ul>
1451
1451
1452
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1452
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1453
1453
1454
<ul>
1454
<ul>
1455
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24698">[24698]</a> UNIMARC authorities leader plugin</li>
1455
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24698">[24698]</a> UNIMARC authorities leader plugin</li>
1456
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29334">[29334]</a> Do not apply framework defaultvalue to existing authority records</p>
1456
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29334">[29334]</a> Do not apply framework defaultvalue to existing authority records</p>
1457
1457
1458
<blockquote>
1458
<blockquote>
1459
  <p>This fixes an issue where the default value for a field in a framework was being applied when records were edited, rather than only when first created.</p>
1459
  <p>This fixes an issue where the default value for a field in a framework was being applied when records were edited, rather than only when first created.</p>
1460
</blockquote></li>
1460
</blockquote></li>
1461
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29435">[29435]</a> OPAC authority details page broken when AuthDisplayHierarchy is enabled</li>
1461
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29435">[29435]</a> OPAC authority details page broken when AuthDisplayHierarchy is enabled</li>
1462
</ul>
1462
</ul>
1463
1463
1464
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1464
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1465
1465
1466
<ul>
1466
<ul>
1467
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10265">[10265]</a> 8xx serial added entries need spaces and punctuation in XSLT display</li>
1467
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10265">[10265]</a> 8xx serial added entries need spaces and punctuation in XSLT display</li>
1468
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26852">[26852]</a> Add missing X11$e and remove relator term subfields from MARC21 headings</p>
1468
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26852">[26852]</a> Add missing X11$e and remove relator term subfields from MARC21 headings</p>
1469
1469
1470
<blockquote>
1470
<blockquote>
1471
  <p>This patch adds $e to 111 and 611, but removes it from 100 and 110 as it's used for the relator term there and should not be copied. Same for 111$j.</p>
1471
  <p>This patch adds $e to 111 and 611, but removes it from 100 and 110 as it's used for the relator term there and should not be copied. Same for 111$j.</p>
Lines 1475-1481 have already been fixed in maintainance releases)</p> Link Here
1475
<h3 id="notices">Notices</h3>
1475
<h3 id="notices">Notices</h3>
1476
1476
1477
<ul>
1477
<ul>
1478
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28263">[28263]</a> AUTO_RENEWALS message for 'too_many' is wrong</p>
1478
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28263">[28263]</a> AUTO_RENEWALS message for 'too_many' is wrong</p>
1479
1479
1480
<blockquote>
1480
<blockquote>
1481
  <p>This corrects the text in the AUTO_RENEWALS and AUTO_RENEWALS_DGST notices. These are sent when an item is setup for automatic renewal and can no longer be automatically renewed as the maximum number of renewals reached:</p>
1481
  <p>This corrects the text in the AUTO_RENEWALS and AUTO_RENEWALS_DGST notices. These are sent when an item is setup for automatic renewal and can no longer be automatically renewed as the maximum number of renewals reached:</p>
Lines 1487-1505 have already been fixed in maintainance releases)</p> Link Here
1487
  
1487
  
1488
  <p>For new installations the sample notices are updated. For existing installations the notices will be updated if they exist and haven't been changed.</p>
1488
  <p>For new installations the sample notices are updated. For existing installations the notices will be updated if they exist and haven't been changed.</p>
1489
</blockquote></li>
1489
</blockquote></li>
1490
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28581">[28581]</a> Patron's queue_notice uses inbound_email_address incorrectly</li>
1490
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28581">[28581]</a> Patron's queue_notice uses inbound_email_address incorrectly</li>
1491
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28582">[28582]</a> Can't enqueue letter HASH(0x55edf1806850) at /usr/share/koha/Koha/ArticleRequest.pm line 123.</li>
1491
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28582">[28582]</a> Can't enqueue letter HASH(0x55edf1806850) at /usr/share/koha/Koha/ArticleRequest.pm line 123.</li>
1492
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28813">[28813]</a> Fix recording and display of delivery errors for patron notices</li>
1492
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28813">[28813]</a> Fix recording and display of delivery errors for patron notices</li>
1493
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29460">[29460]</a> Typo 'pendin    g approval'</li>
1493
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29460">[29460]</a> Typo 'pendin    g approval'</li>
1494
</ul>
1494
</ul>
1495
1495
1496
<h3 id="opac">OPAC</h3>
1496
<h3 id="opac">OPAC</h3>
1497
1497
1498
<ul>
1498
<ul>
1499
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5229">[5229]</a> OPACItemsResultsDisplay preference must be removed</li>
1499
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5229">[5229]</a> OPACItemsResultsDisplay preference must be removed</li>
1500
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20277">[20277]</a> Link to host item doesn't work in analytical records if 773$a is present</li>
1500
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20277">[20277]</a> Link to host item doesn't work in analytical records if 773$a is present</li>
1501
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26223">[26223]</a> The OPAC ISBD view does not display item information</li>
1501
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26223">[26223]</a> The OPAC ISBD view does not display item information</li>
1502
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28242">[28242]</a> Accessibility: OPAC - add captions and legends to tables and forms</p>
1502
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28242">[28242]</a> Accessibility: OPAC - add captions and legends to tables and forms</p>
1503
1503
1504
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1504
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1505
1505
Lines 1508-1610 have already been fixed in maintainance releases)</p> Link Here
1508
  
1508
  
1509
  <p>Note: Many of the captions and legends have class="sr-only" so they are not visible, but are available for people who use a screen reader.</p>
1509
  <p>Note: Many of the captions and legends have class="sr-only" so they are not visible, but are available for people who use a screen reader.</p>
1510
</blockquote></li>
1510
</blockquote></li>
1511
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28313">[28313]</a> Add street type to alternate address in OPAC</li>
1511
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28313">[28313]</a> Add street type to alternate address in OPAC</li>
1512
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28388">[28388]</a> Search result set is lost when viewing the MARC plain view (opac-showmarc.pl)</li>
1512
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28388">[28388]</a> Search result set is lost when viewing the MARC plain view (opac-showmarc.pl)</li>
1513
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28422">[28422]</a> OPAC MARC detail view doesn't correctly evaluate holdability</p>
1513
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28422">[28422]</a> OPAC MARC detail view doesn't correctly evaluate holdability</p>
1514
1514
1515
<blockquote>
1515
<blockquote>
1516
  <p>In the normal and ISBD detail views for a record in the OPAC the 'Place hold' link only appears if a hold can actually be placed. This change fixes the MARC detail view so that it is consistent with the normal and ISBD detail views. (Before this, a 'Place hold' link would appear for the MARC detail, even if a hold couldn't be placed, for example if an item was recorded as not for loan.)</p>
1516
  <p>In the normal and ISBD detail views for a record in the OPAC the 'Place hold' link only appears if a hold can actually be placed. This change fixes the MARC detail view so that it is consistent with the normal and ISBD detail views. (Before this, a 'Place hold' link would appear for the MARC detail, even if a hold couldn't be placed, for example if an item was recorded as not for loan.)</p>
1517
</blockquote></li>
1517
</blockquote></li>
1518
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28469">[28469]</a> Move "Skip to main content" link to top of page</li>
1518
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28469">[28469]</a> Move "Skip to main content" link to top of page</li>
1519
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28511">[28511]</a> Road types in OPAC should prefer OPAC description if one exists</li>
1519
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28511">[28511]</a> Road types in OPAC should prefer OPAC description if one exists</li>
1520
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28518">[28518]</a> "Return to the last advanced search" exclude keywords if more than 3</li>
1520
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28518">[28518]</a> "Return to the last advanced search" exclude keywords if more than 3</li>
1521
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28545">[28545]</a> Noisy uninitialized warn at opac-MARCdetail.pl line 313</p>
1521
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28545">[28545]</a> Noisy uninitialized warn at opac-MARCdetail.pl line 313</p>
1522
1522
1523
<blockquote>
1523
<blockquote>
1524
  <p>This removes "..Use of uninitialized value in concatenation (.) or string at.." warning messages from the plack-opac-error.log when accessing the MARC view page for a record in the OPAC.</p>
1524
  <p>This removes "..Use of uninitialized value in concatenation (.) or string at.." warning messages from the plack-opac-error.log when accessing the MARC view page for a record in the OPAC.</p>
1525
</blockquote></li>
1525
</blockquote></li>
1526
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28569">[28569]</a> In opac-suggestions.pl user library is not preselected</li>
1526
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28569">[28569]</a> In opac-suggestions.pl user library is not preselected</li>
1527
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597">[28597]</a> OPAC suggestions do not display news for logged in branch</li>
1527
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597">[28597]</a> OPAC suggestions do not display news for logged in branch</li>
1528
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28662">[28662]</a> Not possible to log out of patron account in OPAC with JavaScript disabled</li>
1528
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28662">[28662]</a> Not possible to log out of patron account in OPAC with JavaScript disabled</li>
1529
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28741">[28741]</a> OAI ListSets does not correctly build resumption token</li>
1529
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28741">[28741]</a> OAI ListSets does not correctly build resumption token</li>
1530
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28764">[28764]</a> Sorting not correct in pagination on OPAC lists</li>
1530
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28764">[28764]</a> Sorting not correct in pagination on OPAC lists</li>
1531
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28768">[28768]</a> OPAC reading history page (opac-readingrecord.pl) wont display news items</li>
1531
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28768">[28768]</a> OPAC reading history page (opac-readingrecord.pl) wont display news items</li>
1532
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28784">[28784]</a> DoS in opac-search.pl causes OOM situation and 100% CPU (doesn't require login!)</li>
1532
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28784">[28784]</a> DoS in opac-search.pl causes OOM situation and 100% CPU (doesn't require login!)</li>
1533
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28861">[28861]</a> Item type column always hidden in holds history</li>
1533
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28861">[28861]</a> Item type column always hidden in holds history</li>
1534
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28868">[28868]</a> Masthead.inc is missing class name</p>
1534
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28868">[28868]</a> Masthead.inc is missing class name</p>
1535
1535
1536
<blockquote>
1536
<blockquote>
1537
  <p>This patch adds back the class 'mastheadsearch' which was lost during the upgrade to Bootstrap 4 in Bug 20168.</p>
1537
  <p>This patch adds back the class 'mastheadsearch' which was lost during the upgrade to Bootstrap 4 in Bug 20168.</p>
1538
</blockquote></li>
1538
</blockquote></li>
1539
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28901">[28901]</a> showCart incorrectly calculates position if content above navbar</li>
1539
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28901">[28901]</a> showCart incorrectly calculates position if content above navbar</li>
1540
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28910">[28910]</a> Correct eslint errors in OPAC basket.js</li>
1540
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28910">[28910]</a> Correct eslint errors in OPAC basket.js</li>
1541
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28921">[28921]</a> Many [WARN] Argument "" isn't numeric in numeric gt (>) at /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc line 23.</li>
1541
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28921">[28921]</a> Many [WARN] Argument "" isn't numeric in numeric gt (>) at /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc line 23.</li>
1542
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28930">[28930]</a> Cardnumber is lost if an invalid self registration form is submitted to the server, and the server side form validation fails</li>
1542
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28930">[28930]</a> Cardnumber is lost if an invalid self registration form is submitted to the server, and the server side form validation fails</li>
1543
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28934">[28934]</a> OPAC registration form design is not consistent</li>
1543
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28934">[28934]</a> OPAC registration form design is not consistent</li>
1544
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29034">[29034]</a> Accessibility: OPAC nav-links don't have sufficient contrast ratio</li>
1544
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29034">[29034]</a> Accessibility: OPAC nav-links don't have sufficient contrast ratio</li>
1545
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29035">[29035]</a> Accessibility: OPAC masthead_search label doesn't have sufficient contrast ratio</li>
1545
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29035">[29035]</a> Accessibility: OPAC masthead_search label doesn't have sufficient contrast ratio</li>
1546
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29037">[29037]</a> Accessibility: OPAC links don't have sufficient contrast</li>
1546
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29037">[29037]</a> Accessibility: OPAC links don't have sufficient contrast</li>
1547
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29038">[29038]</a> Accessibility: OPACUserSummary heading doesn't have sufficient contrast</li>
1547
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29038">[29038]</a> Accessibility: OPACUserSummary heading doesn't have sufficient contrast</li>
1548
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29064">[29064]</a> OPAC duplicate "Most popular titles" in 'title' tag</li>
1548
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29064">[29064]</a> OPAC duplicate "Most popular titles" in 'title' tag</li>
1549
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29065">[29065]</a> Accessibility: OPAC clear search history link has insufficient contrast</li>
1549
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29065">[29065]</a> Accessibility: OPAC clear search history link has insufficient contrast</li>
1550
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29067">[29067]</a> Remove duplicate conditional statement from OPAC messaging settings title</li>
1550
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29067">[29067]</a> Remove duplicate conditional statement from OPAC messaging settings title</li>
1551
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29068">[29068]</a> Accessibility: OPAC search results summary text has insufficient contrast</li>
1551
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29068">[29068]</a> Accessibility: OPAC search results summary text has insufficient contrast</li>
1552
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29070">[29070]</a> Accessibility: OPAC Purchase Suggestions on search results page has insufficient contrast</li>
1552
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29070">[29070]</a> Accessibility: OPAC Purchase Suggestions on search results page has insufficient contrast</li>
1553
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29091">[29091]</a> Correct display of lists and tags on search results</li>
1553
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29091">[29091]</a> Correct display of lists and tags on search results</li>
1554
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29126">[29126]</a> Accessibility: More corrections to contrast in the OPAC</li>
1554
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29126">[29126]</a> Accessibility: More corrections to contrast in the OPAC</li>
1555
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29128">[29128]</a> Trailing whitespace in Browse shelf link on opac-detail.tt</li>
1555
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29128">[29128]</a> Trailing whitespace in Browse shelf link on opac-detail.tt</li>
1556
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29169">[29169]</a> Wrong "daily limit" warning when article request is not available</li>
1556
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29169">[29169]</a> Wrong "daily limit" warning when article request is not available</li>
1557
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29172">[29172]</a> Can't use controlfields with CustomCoverImagesURL</li>
1557
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29172">[29172]</a> Can't use controlfields with CustomCoverImagesURL</li>
1558
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29199">[29199]</a> Classes in item availability on OPAC results no longer set correctly</li>
1558
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29199">[29199]</a> Classes in item availability on OPAC results no longer set correctly</li>
1559
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29329">[29329]</a> stray "s" in opac-detail</li>
1559
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29329">[29329]</a> stray "s" in opac-detail</li>
1560
</ul>
1560
</ul>
1561
1561
1562
<h3 id="packaging">Packaging</h3>
1562
<h3 id="packaging">Packaging</h3>
1563
1563
1564
<ul>
1564
<ul>
1565
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28926">[28926]</a> Update cpanfile for Mojolicious::Plugin::OpenAPI v2.16</li>
1565
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28926">[28926]</a> Update cpanfile for Mojolicious::Plugin::OpenAPI v2.16</li>
1566
</ul>
1566
</ul>
1567
1567
1568
<h3 id="patrons">Patrons</h3>
1568
<h3 id="patrons">Patrons</h3>
1569
1569
1570
<ul>
1570
<ul>
1571
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18747">[18747]</a> Select All in Add Patron Option in Patron Lists only selects the first 20 entries</li>
1571
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18747">[18747]</a> Select All in Add Patron Option in Patron Lists only selects the first 20 entries</li>
1572
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21794">[21794]</a> Incomplete address displayed on patron details page when City field is empty</li>
1572
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21794">[21794]</a> Incomplete address displayed on patron details page when City field is empty</li>
1573
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27145">[27145]</a> Patron deletion via intranet doesn't handle exceptions well</li>
1573
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27145">[27145]</a> Patron deletion via intranet doesn't handle exceptions well</li>
1574
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28350">[28350]</a> Sort by "circ note" is broken on the patron search result view</p>
1574
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28350">[28350]</a> Sort by "circ note" is broken on the patron search result view</p>
1575
1575
1576
<blockquote>
1576
<blockquote>
1577
  <p>This fixes the patron search result page so that the results can be sorted using the 'Circ note' column. Before this fix you could not sort the results by this column.</p>
1577
  <p>This fixes the patron search result page so that the results can be sorted using the 'Circ note' column. Before this fix you could not sort the results by this column.</p>
1578
</blockquote></li>
1578
</blockquote></li>
1579
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28392">[28392]</a> streettype and B_streettype cannot be hidden via BorrowerUnwantedField</li>
1579
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28392">[28392]</a> streettype and B_streettype cannot be hidden via BorrowerUnwantedField</li>
1580
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28882">[28882]</a> Incorrect permissions check client-side</li>
1580
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28882">[28882]</a> Incorrect permissions check client-side</li>
1581
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28973">[28973]</a> Improve Koha::Patron::can_see_patron_infos efficiency</li>
1581
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28973">[28973]</a> Improve Koha::Patron::can_see_patron_infos efficiency</li>
1582
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29025">[29025]</a> Saved auth login and password are pre-filled in patron creation form</li>
1582
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29025">[29025]</a> Saved auth login and password are pre-filled in patron creation form</li>
1583
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29213">[29213]</a> Typo ol in member-alt-contact-style.inc</li>
1583
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29213">[29213]</a> Typo ol in member-alt-contact-style.inc</li>
1584
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29215">[29215]</a> In patron form collapsing "Patron guarantor" display errors</li>
1584
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29215">[29215]</a> In patron form collapsing "Patron guarantor" display errors</li>
1585
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29227">[29227]</a> Patron messaging preferences digest show as editable but are not</li>
1585
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29227">[29227]</a> Patron messaging preferences digest show as editable but are not</li>
1586
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29430">[29430]</a> Table cell click doesn't activate buttons in patron search</li>
1586
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29430">[29430]</a> Table cell click doesn't activate buttons in patron search</li>
1587
</ul>
1587
</ul>
1588
1588
1589
<h3 id="pluginarchitecture">Plugin architecture</h3>
1589
<h3 id="pluginarchitecture">Plugin architecture</h3>
1590
1590
1591
<ul>
1591
<ul>
1592
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28228">[28228]</a> Warns from plugins when metadata value not defined for key</li>
1592
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28228">[28228]</a> Warns from plugins when metadata value not defined for key</li>
1593
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28303">[28303]</a> Having multiple pluginsdir causes plugin_upload to try to write to the opac-tmpl folder</li>
1593
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28303">[28303]</a> Having multiple pluginsdir causes plugin_upload to try to write to the opac-tmpl folder</li>
1594
</ul>
1594
</ul>
1595
1595
1596
<h3 id="restapi">REST API</h3>
1596
<h3 id="restapi">REST API</h3>
1597
1597
1598
<ul>
1598
<ul>
1599
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28480">[28480]</a> GET /patrons missing q parameters on the spec</li>
1599
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28480">[28480]</a> GET /patrons missing q parameters on the spec</li>
1600
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28604">[28604]</a> Bad encoding when using marc-in-json</li>
1600
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28604">[28604]</a> Bad encoding when using marc-in-json</li>
1601
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28613">[28613]</a> Several objects.search-based routes missing parameters</li>
1601
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28613">[28613]</a> Several objects.search-based routes missing parameters</li>
1602
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28632">[28632]</a> patrons.t fragile on slow boxes</li>
1602
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28632">[28632]</a> patrons.t fragile on slow boxes</li>
1603
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28842">[28842]</a> Missing summary for /items/:item_id/pickup_locations</li>
1603
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28842">[28842]</a> Missing summary for /items/:item_id/pickup_locations</li>
1604
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28848">[28848]</a> OpenAPI version should be a string</li>
1604
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28848">[28848]</a> OpenAPI version should be a string</li>
1605
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29072">[29072]</a> Move reference route /cities spec to YAML</li>
1605
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29072">[29072]</a> Move reference route /cities spec to YAML</li>
1606
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29157">[29157]</a> Cannot set date/date-time attributes to NULL</li>
1606
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29157">[29157]</a> Cannot set date/date-time attributes to NULL</li>
1607
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29405">[29405]</a> The patron spec for date_renewed is missing it's format definition</p>
1607
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29405">[29405]</a> The patron spec for date_renewed is missing it's format definition</p>
1608
1608
1609
<blockquote>
1609
<blockquote>
1610
  <p>This fix adds the date format string to the date_renewed field. This is to ensure that the date_renewed field can be correctly validated.</p>
1610
  <p>This fix adds the date format string to the date_renewed field. This is to ensure that the date_renewed field can be correctly validated.</p>
Lines 1614-1690 have already been fixed in maintainance releases)</p> Link Here
1614
<h3 id="reports">Reports</h3>
1614
<h3 id="reports">Reports</h3>
1615
1615
1616
<ul>
1616
<ul>
1617
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27884">[27884]</a> Add HTML mail support for patron emailer script</li>
1617
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27884">[27884]</a> Add HTML mail support for patron emailer script</li>
1618
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28264">[28264]</a> Transaction type is empty in cash register statistics wizard report</li>
1618
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28264">[28264]</a> Transaction type is empty in cash register statistics wizard report</li>
1619
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28349">[28349]</a> Date sorting incorrect in some tables</li>
1619
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28349">[28349]</a> Date sorting incorrect in some tables</li>
1620
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28731">[28731]</a> Subroutines not explicitly imported in reports svc (opac and staff)</li>
1620
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28731">[28731]</a> Subroutines not explicitly imported in reports svc (opac and staff)</li>
1621
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29225">[29225]</a> Report subgroup does not appear consistently</li>
1621
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29225">[29225]</a> Report subgroup does not appear consistently</li>
1622
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29271">[29271]</a> Cash register report not displaying or exporting correctly</li>
1622
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29271">[29271]</a> Cash register report not displaying or exporting correctly</li>
1623
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29279">[29279]</a> Holds ratio report not sorting correctly</li>
1623
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29279">[29279]</a> Holds ratio report not sorting correctly</li>
1624
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29328">[29328]</a> Add missing list parameter to reports parameter menu</li>
1624
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29328">[29328]</a> Add missing list parameter to reports parameter menu</li>
1625
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29351">[29351]</a> Add missing cn_source parameter to reports parameter menu</p>
1625
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29351">[29351]</a> Add missing cn_source parameter to reports parameter menu</p>
1626
1626
1627
<blockquote>
1627
<blockquote>
1628
  <p>This patch adds a link for the previously-hidden option of using a runtime parameter for selecting "Source of classification or shelving scheme." Now when composing an SQL report you can click the "Insert runtime parameter" button to see a menu that includes this option.</p>
1628
  <p>This patch adds a link for the previously-hidden option of using a runtime parameter for selecting "Source of classification or shelving scheme." Now when composing an SQL report you can click the "Insert runtime parameter" button to see a menu that includes this option.</p>
1629
</blockquote></li>
1629
</blockquote></li>
1630
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29352">[29352]</a> Runtime parameter labels should not be said to be optional</li>
1630
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29352">[29352]</a> Runtime parameter labels should not be said to be optional</li>
1631
</ul>
1631
</ul>
1632
1632
1633
<h3 id="sip2">SIP2</h3>
1633
<h3 id="sip2">SIP2</h3>
1634
1634
1635
<ul>
1635
<ul>
1636
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27600">[27600]</a> SIP2: renew_all shouldn't perform a password check</li>
1636
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27600">[27600]</a> SIP2: renew_all shouldn't perform a password check</li>
1637
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27906">[27906]</a> Add support for circulation status 9 ( waiting to be re-shelved )</li>
1637
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27906">[27906]</a> Add support for circulation status 9 ( waiting to be re-shelved )</li>
1638
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27907">[27907]</a> Add support for circulation status 2 ( on order )</li>
1638
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27907">[27907]</a> Add support for circulation status 2 ( on order )</li>
1639
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27908">[27908]</a> Add support for circulation status 1 ( other ) for damaged items</li>
1639
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27908">[27908]</a> Add support for circulation status 1 ( other ) for damaged items</li>
1640
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28464">[28464]</a> Cancelling a waiting hold via SIP returns a failed response even when cancellation succeeds</li>
1640
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28464">[28464]</a> Cancelling a waiting hold via SIP returns a failed response even when cancellation succeeds</li>
1641
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29452">[29452]</a> Unnecessary warns in sip logs</li>
1641
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29452">[29452]</a> Unnecessary warns in sip logs</li>
1642
</ul>
1642
</ul>
1643
1643
1644
<h3 id="searching">Searching</h3>
1644
<h3 id="searching">Searching</h3>
1645
1645
1646
<ul>
1646
<ul>
1647
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28365">[28365]</a> (Bug 19873 follow-up) Make it possible to search on value 0</li>
1647
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28365">[28365]</a> (Bug 19873 follow-up) Make it possible to search on value 0</li>
1648
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28526">[28526]</a> Impossible to search only zero</li>
1648
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28526">[28526]</a> Impossible to search only zero</li>
1649
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28554">[28554]</a> In itemsearch sort filters by description</p>
1649
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28554">[28554]</a> In itemsearch sort filters by description</p>
1650
1650
1651
<blockquote>
1651
<blockquote>
1652
  <p>For item search in the staff interface the shelving location and item type values are now sorted by the description, rather than the authorized value code.</p>
1652
  <p>For item search in the staff interface the shelving location and item type values are now sorted by the description, rather than the authorized value code.</p>
1653
</blockquote></li>
1653
</blockquote></li>
1654
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28826">[28826]</a> Facet sort order differs between search engines</li>
1654
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28826">[28826]</a> Facet sort order differs between search engines</li>
1655
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28847">[28847]</a> Branch limits while searching should be expanded in query building and not in CGI</li>
1655
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28847">[28847]</a> Branch limits while searching should be expanded in query building and not in CGI</li>
1656
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29138">[29138]</a> LoadSearchHistoryToTheFirstLoggedUser should save 0 instead of "no"</li>
1656
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29138">[29138]</a> LoadSearchHistoryToTheFirstLoggedUser should save 0 instead of "no"</li>
1657
</ul>
1657
</ul>
1658
1658
1659
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1659
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1660
1660
1661
<ul>
1661
<ul>
1662
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690">[22690]</a> Merging records with many items too slow (Elasticsearch)</p>
1662
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690">[22690]</a> Merging records with many items too slow (Elasticsearch)</p>
1663
1663
1664
<blockquote>
1664
<blockquote>
1665
  <p>This enhancement significantly improves the performance when merging records with many items (for an installation using Elasticsearch). </p>
1665
  <p>This enhancement significantly improves the performance when merging records with many items (for an installation using Elasticsearch). </p>
1666
  
1666
  
1667
  <p>Before this enhancement the web server would time out as the search engine was reindexing the origin record and the destination record for each item moving.</p>
1667
  <p>Before this enhancement the web server would time out as the search engine was reindexing the origin record and the destination record for each item moving.</p>
1668
</blockquote></li>
1668
</blockquote></li>
1669
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22801">[22801]</a> Advance search yr uses copydate instead of date-of-publication</p>
1669
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22801">[22801]</a> Advance search yr uses copydate instead of date-of-publication</p>
1670
1670
1671
<blockquote>
1671
<blockquote>
1672
  <p>This fixes the advanced search form in the OPAC and staff interface so that the publication date (and range) uses the value(s) in 008 instead of 260$c when using Elasticsearch.</p>
1672
  <p>This fixes the advanced search form in the OPAC and staff interface so that the publication date (and range) uses the value(s) in 008 instead of 260$c when using Elasticsearch.</p>
1673
</blockquote></li>
1673
</blockquote></li>
1674
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25030">[25030]</a> IncludeSeeFromInSearches not honoured in Elasticsearch</p>
1674
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25030">[25030]</a> IncludeSeeFromInSearches not honoured in Elasticsearch</p>
1675
1675
1676
<blockquote>
1676
<blockquote>
1677
  <p>Feature enabled by system preference IncludeSeeFromInSearches was implemented in Zebra search engine but not in Elasticsearch.
1677
  <p>Feature enabled by system preference IncludeSeeFromInSearches was implemented in Zebra search engine but not in Elasticsearch.
1678
  This feature allows in bibliographic searches to match also on authorities see from (non-preferred form) headings.</p>
1678
  This feature allows in bibliographic searches to match also on authorities see from (non-preferred form) headings.</p>
1679
</blockquote></li>
1679
</blockquote></li>
1680
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28316">[28316]</a> Fix ES crashes related to various punctuation characters</li>
1680
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28316">[28316]</a> Fix ES crashes related to various punctuation characters</li>
1681
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28380">[28380]</a> Elasticsearch - Correct 024aa in mappings (MARC21)</p>
1681
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28380">[28380]</a> Elasticsearch - Correct 024aa in mappings (MARC21)</p>
1682
1682
1683
<blockquote>
1683
<blockquote>
1684
  <p>This corrects the MARC21 mapping for 024$a when using Elasticsearch: identifier-other now maps to 024a rather than 024aa (which is a typo).</p>
1684
  <p>This corrects the MARC21 mapping for 024$a when using Elasticsearch: identifier-other now maps to 024a rather than 024aa (which is a typo).</p>
1685
</blockquote></li>
1685
</blockquote></li>
1686
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28484">[28484]</a> Elasticsearch fails to parse query if exclamation point is in 245$a</li>
1686
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28484">[28484]</a> Elasticsearch fails to parse query if exclamation point is in 245$a</li>
1687
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29010">[29010]</a> Weight input pattern wrong</p>
1687
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29010">[29010]</a> Weight input pattern wrong</p>
1688
1688
1689
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
1689
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
1690
</ul>
1690
</ul>
Lines 1692-1877 have already been fixed in maintainance releases)</p> Link Here
1692
<h3 id="searching-zebra">Searching - Zebra</h3>
1692
<h3 id="searching-zebra">Searching - Zebra</h3>
1693
1693
1694
<ul>
1694
<ul>
1695
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21286">[21286]</a> Advanced search for Corporate-name creates Zebra errors</p>
1695
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21286">[21286]</a> Advanced search for Corporate-name creates Zebra errors</p>
1696
1696
1697
<blockquote>
1697
<blockquote>
1698
  <p>This fixes the advanced search in the staff interface so that searching using the 'Corporate name' index now works correctly when the QueryAutoTruncate system preference is not enabled. Before this a search (using Zebra) for a name such as 'House plants' would not return any results and generate error messages in the log files.</p>
1698
  <p>This fixes the advanced search in the staff interface so that searching using the 'Corporate name' index now works correctly when the QueryAutoTruncate system preference is not enabled. Before this a search (using Zebra) for a name such as 'House plants' would not return any results and generate error messages in the log files.</p>
1699
</blockquote></li>
1699
</blockquote></li>
1700
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27348">[27348]</a> Error defining INDEXER_PARAMS in /etc/default/koha-common</li>
1700
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27348">[27348]</a> Error defining INDEXER_PARAMS in /etc/default/koha-common</li>
1701
</ul>
1701
</ul>
1702
1702
1703
<h3 id="selfcheckout">Self checkout</h3>
1703
<h3 id="selfcheckout">Self checkout</h3>
1704
1704
1705
<ul>
1705
<ul>
1706
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28488">[28488]</a> Javascript error in self-checkout (__ is not defined)</li>
1706
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28488">[28488]</a> Javascript error in self-checkout (__ is not defined)</li>
1707
</ul>
1707
</ul>
1708
1708
1709
<h3 id="serials">Serials</h3>
1709
<h3 id="serials">Serials</h3>
1710
1710
1711
<ul>
1711
<ul>
1712
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28719">[28719]</a> Cannot edit serials when deleted the selected issues</li>
1712
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28719">[28719]</a> Cannot edit serials when deleted the selected issues</li>
1713
</ul>
1713
</ul>
1714
1714
1715
<h3 id="staffclient">Staff Client</h3>
1715
<h3 id="staffclient">Staff Client</h3>
1716
1716
1717
<ul>
1717
<ul>
1718
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20529">[20529]</a> Return to results link is truncated when the search contains a double quote</li>
1718
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20529">[20529]</a> Return to results link is truncated when the search contains a double quote</li>
1719
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28467">[28467]</a> Add wording to TrackLastPatronActivity description to tell users that it records SIP authentication</p>
1719
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28467">[28467]</a> Add wording to TrackLastPatronActivity description to tell users that it records SIP authentication</p>
1720
1720
1721
<blockquote>
1721
<blockquote>
1722
  <p>This improves the wording for the TrackLastPatronActivity system preference to reflect that the 'last seen' date updates when a patron logs into the OPAC or connects using SIP.</p>
1722
  <p>This improves the wording for the TrackLastPatronActivity system preference to reflect that the 'last seen' date updates when a patron logs into the OPAC or connects using SIP.</p>
1723
</blockquote></li>
1723
</blockquote></li>
1724
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28472">[28472]</a> UpdateItemLocationOnCheckin not updating items where location is null</li>
1724
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28472">[28472]</a> UpdateItemLocationOnCheckin not updating items where location is null</li>
1725
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28598">[28598]</a> Changing date or time format on a production server will NOT create duplicate fines and we should remove the syspref warnings</li>
1725
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28598">[28598]</a> Changing date or time format on a production server will NOT create duplicate fines and we should remove the syspref warnings</li>
1726
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28601">[28601]</a> Wrong breadcrumb for 'Home' on circulation-home</p>
1726
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28601">[28601]</a> Wrong breadcrumb for 'Home' on circulation-home</p>
1727
1727
1728
<blockquote>
1728
<blockquote>
1729
  <p>This fixes the breadcrumb link to the the staff interface home page from the circulation area - it now links correctly to the staff interface home page, rather than the circulation page.</p>
1729
  <p>This fixes the breadcrumb link to the the staff interface home page from the circulation area - it now links correctly to the staff interface home page, rather than the circulation page.</p>
1730
</blockquote></li>
1730
</blockquote></li>
1731
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28722">[28722]</a> tools/batchMod.pl needs to import C4::Auth::haspermission</li>
1731
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28722">[28722]</a> tools/batchMod.pl needs to import C4::Auth::haspermission</li>
1732
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28728">[28728]</a> Holds ratio page links to itself pointlessly</li>
1732
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28728">[28728]</a> Holds ratio page links to itself pointlessly</li>
1733
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28747">[28747]</a> Clarify wording on RestrictionBlockRenewing syspref</p>
1733
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28747">[28747]</a> Clarify wording on RestrictionBlockRenewing syspref</p>
1734
1734
1735
<blockquote>
1735
<blockquote>
1736
  <p>This clarifies the wording for the RestrictionBlockRenewing system preference to make it clear that when set to Allow, it only allows renewal using the staff interface.</p>
1736
  <p>This clarifies the wording for the RestrictionBlockRenewing system preference to make it clear that when set to Allow, it only allows renewal using the staff interface.</p>
1737
</blockquote></li>
1737
</blockquote></li>
1738
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28802">[28802]</a> Untranslatable strings in browser.js</li>
1738
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28802">[28802]</a> Untranslatable strings in browser.js</li>
1739
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28834">[28834]</a> Improve wording biblios/authorities on tools home page</li>
1739
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28834">[28834]</a> Improve wording biblios/authorities on tools home page</li>
1740
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28912">[28912]</a> Pseudonymization should display a nice error message when brcypt_settings are not defined</li>
1740
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28912">[28912]</a> Pseudonymization should display a nice error message when brcypt_settings are not defined</li>
1741
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28913">[28913]</a> Automatic checkin setting in item type setup should note required cronjob</li>
1741
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28913">[28913]</a> Automatic checkin setting in item type setup should note required cronjob</li>
1742
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29062">[29062]</a> Patron check-in slip repeats data</li>
1742
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29062">[29062]</a> Patron check-in slip repeats data</li>
1743
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29131">[29131]</a> Row striping breaks color coding on item circulation alerts</li>
1743
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29131">[29131]</a> Row striping breaks color coding on item circulation alerts</li>
1744
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29195">[29195]</a> Highlighting broken on odd rows in circ-patron-search-results</li>
1744
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29195">[29195]</a> Highlighting broken on odd rows in circ-patron-search-results</li>
1745
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29242">[29242]</a> Flatpickr - Turn autocomplete off</li>
1745
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29242">[29242]</a> Flatpickr - Turn autocomplete off</li>
1746
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29244">[29244]</a> alert/error and message dialogues should have the same width</li>
1746
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29244">[29244]</a> alert/error and message dialogues should have the same width</li>
1747
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29459">[29459]</a> Replace some missed datetimepickers in circulation templates with Flatpickr</li>
1747
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29459">[29459]</a> Replace some missed datetimepickers in circulation templates with Flatpickr</li>
1748
</ul>
1748
</ul>
1749
1749
1750
<h3 id="systemadministration">System Administration</h3>
1750
<h3 id="systemadministration">System Administration</h3>
1751
1751
1752
<ul>
1752
<ul>
1753
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28567">[28567]</a> Pick-up location is not saved correctly when creating a new library</p>
1753
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28567">[28567]</a> Pick-up location is not saved correctly when creating a new library</p>
1754
1754
1755
<blockquote>
1755
<blockquote>
1756
  <p>This fixes an issue when adding a new library - the pick-up location was always saving as "Yes", even when no was selected.</p>
1756
  <p>This fixes an issue when adding a new library - the pick-up location was always saving as "Yes", even when no was selected.</p>
1757
</blockquote></li>
1757
</blockquote></li>
1758
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28704">[28704]</a> Library MARCOrgCode field needs maxlength attribute</p>
1758
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28704">[28704]</a> Library MARCOrgCode field needs maxlength attribute</p>
1759
1759
1760
<blockquote>
1760
<blockquote>
1761
  <p>This fixes an error that occurs when you enter a "MARC organization code" in the form for adding and editing libraries. With this change the input field is limited to 16 characters.</p>
1761
  <p>This fixes an error that occurs when you enter a "MARC organization code" in the form for adding and editing libraries. With this change the input field is limited to 16 characters.</p>
1762
</blockquote></li>
1762
</blockquote></li>
1763
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28859">[28859]</a> Table Settings should control Checked out by field in Checkout history</li>
1763
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28859">[28859]</a> Table Settings should control Checked out by field in Checkout history</li>
1764
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28936">[28936]</a> Sort1 and Sort2 should be included in BorrowerUnwantedField and related sysprefs</li>
1764
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28936">[28936]</a> Sort1 and Sort2 should be included in BorrowerUnwantedField and related sysprefs</li>
1765
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29004">[29004]</a> Update GoogleOpenIDConnect preference to make it clear that it is OPAC-only</p>
1765
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29004">[29004]</a> Update GoogleOpenIDConnect preference to make it clear that it is OPAC-only</p>
1766
1766
1767
<blockquote>
1767
<blockquote>
1768
  <p>This improves the description of the GoogleOpenIDConnect and related preferences to make it clear that GoogleOpenIDConnect affects OPAC logins and that the preferences are related.</p>
1768
  <p>This improves the description of the GoogleOpenIDConnect and related preferences to make it clear that GoogleOpenIDConnect affects OPAC logins and that the preferences are related.</p>
1769
</blockquote></li>
1769
</blockquote></li>
1770
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29020">[29020]</a> Missing Background jobs link in admin-home</li>
1770
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29020">[29020]</a> Missing Background jobs link in admin-home</li>
1771
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29056">[29056]</a> Remove demo functionality remnants</li>
1771
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29056">[29056]</a> Remove demo functionality remnants</li>
1772
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29075">[29075]</a> OPAC info should not be displayed in libraries table</li>
1772
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29075">[29075]</a> OPAC info should not be displayed in libraries table</li>
1773
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29180">[29180]</a> System preference RequestOnOpac should be renamed</p>
1773
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29180">[29180]</a> System preference RequestOnOpac should be renamed</p>
1774
1774
1775
<blockquote>
1775
<blockquote>
1776
  <p>System preference RequestOnOpac renamed to OPACHoldRequests. It could be confused with the 'Article Request' feature and does not follow Koha terminology - OPAC related system preferences normally start with OPAC.</p>
1776
  <p>System preference RequestOnOpac renamed to OPACHoldRequests. It could be confused with the 'Article Request' feature and does not follow Koha terminology - OPAC related system preferences normally start with OPAC.</p>
1777
</blockquote></li>
1777
</blockquote></li>
1778
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29200">[29200]</a> Remove Adlibris cover service</li>
1778
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29200">[29200]</a> Remove Adlibris cover service</li>
1779
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29298">[29298]</a> "Managing library" missing from histsearch table settings</li>
1779
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29298">[29298]</a> "Managing library" missing from histsearch table settings</li>
1780
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29456">[29456]</a> "Auto renewal" and "Hold reminder" notice shown as "unknown" on the patron category list view</li>
1780
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29456">[29456]</a> "Auto renewal" and "Hold reminder" notice shown as "unknown" on the patron category list view</li>
1781
</ul>
1781
</ul>
1782
1782
1783
<h3 id="templates">Templates</h3>
1783
<h3 id="templates">Templates</h3>
1784
1784
1785
<ul>
1785
<ul>
1786
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27498">[27498]</a> Add a link for the hold ratios to acquisitions home page</p>
1786
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27498">[27498]</a> Add a link for the hold ratios to acquisitions home page</p>
1787
1787
1788
<blockquote>
1788
<blockquote>
1789
  <p>This enhancement adds a link to the hold ratios report in the Acquisitions sidebar menu under the reports heading.</p>
1789
  <p>This enhancement adds a link to the hold ratios report in the Acquisitions sidebar menu under the reports heading.</p>
1790
</blockquote></li>
1790
</blockquote></li>
1791
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28149">[28149]</a> Improve internationalization and formatting on background jobs page</li>
1791
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28149">[28149]</a> Improve internationalization and formatting on background jobs page</li>
1792
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28280">[28280]</a> Item types configuration page doesn't use Price filter for default replacement cost and processing fee</p>
1792
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28280">[28280]</a> Item types configuration page doesn't use Price filter for default replacement cost and processing fee</p>
1793
1793
1794
<blockquote>
1794
<blockquote>
1795
  <p>This fixes the display of 'Default replacement cost' and a
1795
  <p>This fixes the display of 'Default replacement cost' and a
1796
  'Processing fee (when lost)' when adding item types so that amounts use two decimals instead of six.</p>
1796
  'Processing fee (when lost)' when adding item types so that amounts use two decimals instead of six.</p>
1797
</blockquote></li>
1797
</blockquote></li>
1798
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28423">[28423]</a> JavaScript error on MARC modifications page</p>
1798
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28423">[28423]</a> JavaScript error on MARC modifications page</p>
1799
1799
1800
<blockquote>
1800
<blockquote>
1801
  <p>This patch makes a minor change to the MARC modifications template (Staff interface > Administration > MARC modification templates) so that the "mmtas" variable isn't defined if there is no JSON to be assigned as its value.</p>
1801
  <p>This patch makes a minor change to the MARC modifications template (Staff interface > Administration > MARC modification templates) so that the "mmtas" variable isn't defined if there is no JSON to be assigned as its value.</p>
1802
</blockquote></li>
1802
</blockquote></li>
1803
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28427">[28427]</a> Terminology: Shelf should be list</li>
1803
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28427">[28427]</a> Terminology: Shelf should be list</li>
1804
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28428">[28428]</a> Capitalization: Password Updated</li>
1804
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28428">[28428]</a> Capitalization: Password Updated</li>
1805
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28438">[28438]</a> Capitalization: Various corrections</li>
1805
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28438">[28438]</a> Capitalization: Various corrections</li>
1806
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28441">[28441]</a> Terminology: Reserve notes should be Hold notes</li>
1806
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28441">[28441]</a> Terminology: Reserve notes should be Hold notes</li>
1807
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28443">[28443]</a> Terminology: Issuing should be Checking out</li>
1807
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28443">[28443]</a> Terminology: Issuing should be Checking out</li>
1808
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28470">[28470]</a> Typo: Are you sure you with to chart this report?</li>
1808
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28470">[28470]</a> Typo: Are you sure you with to chart this report?</li>
1809
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28522">[28522]</a> Correct eslint errors in staff-global.js</li>
1809
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28522">[28522]</a> Correct eslint errors in staff-global.js</li>
1810
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28579">[28579]</a> Typo: No record have been imported because they all match an existing record in your catalog.</li>
1810
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28579">[28579]</a> Typo: No record have been imported because they all match an existing record in your catalog.</li>
1811
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28689">[28689]</a> Extra %s in alert message when saving an item</p>
1811
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28689">[28689]</a> Extra %s in alert message when saving an item</p>
1812
1812
1813
<blockquote>
1813
<blockquote>
1814
  <p>This removes an unnecessary %s in the alert message when there are errors in the cataloging add item form (for example when mandatory fields are not entered).</p>
1814
  <p>This removes an unnecessary %s in the alert message when there are errors in the cataloging add item form (for example when mandatory fields are not entered).</p>
1815
</blockquote></li>
1815
</blockquote></li>
1816
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28733">[28733]</a> Desks link is in "Patrons and circ" section on admin homepage but in "Basic parameters" on the sidebar</li>
1816
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28733">[28733]</a> Desks link is in "Patrons and circ" section on admin homepage but in "Basic parameters" on the sidebar</li>
1817
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28825">[28825]</a> Can't edit local cover image for item from details page</li>
1817
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28825">[28825]</a> Can't edit local cover image for item from details page</li>
1818
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28902">[28902]</a> Grey color should be on label for record metadata</p>
1818
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28902">[28902]</a> Grey color should be on label for record metadata</p>
1819
1819
1820
<blockquote>
1820
<blockquote>
1821
  <p>In record search or details, label is now with grey color (for example "Author:") and metadata with black color (for example "J.R.R Tolkien").
1821
  <p>In record search or details, label is now with grey color (for example "Author:") and metadata with black color (for example "J.R.R Tolkien").
1822
  For both OPAC and staff interface.</p>
1822
  For both OPAC and staff interface.</p>
1823
</blockquote></li>
1823
</blockquote></li>
1824
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28927">[28927]</a> Id opacmainuserblock used twice in OPAC</p>
1824
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28927">[28927]</a> Id opacmainuserblock used twice in OPAC</p>
1825
1825
1826
<blockquote>
1826
<blockquote>
1827
  <p>This patch removes redundant div with id 'opacmainuserblock' and 'opacheader' since there is already this id generated by HTML customization.</p>
1827
  <p>This patch removes redundant div with id 'opacmainuserblock' and 'opacheader' since there is already this id generated by HTML customization.</p>
1828
</blockquote></li>
1828
</blockquote></li>
1829
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28928">[28928]</a> Minor follow-ups to Bug 28376 - Flatpickr introduction</li>
1829
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28928">[28928]</a> Minor follow-ups to Bug 28376 - Flatpickr introduction</li>
1830
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28938">[28938]</a> Correct Flatpickr's default 12hr time formatting</li>
1830
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28938">[28938]</a> Correct Flatpickr's default 12hr time formatting</li>
1831
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29112">[29112]</a> Module navigation sidebars in staff now show bullet points</li>
1831
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29112">[29112]</a> Module navigation sidebars in staff now show bullet points</li>
1832
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29133">[29133]</a> Wrong string format in select2.inc</li>
1832
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29133">[29133]</a> Wrong string format in select2.inc</li>
1833
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29232">[29232]</a> Clean up obsolete jQueryUI datepicker code from cash register stats template</li>
1833
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29232">[29232]</a> Clean up obsolete jQueryUI datepicker code from cash register stats template</li>
1834
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29233">[29233]</a> Correct missed jQueryUI datepicker in serials search sidebar</li>
1834
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29233">[29233]</a> Correct missed jQueryUI datepicker in serials search sidebar</li>
1835
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29278">[29278]</a> write_age function broken by Flatpickr conversion</p>
1835
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29278">[29278]</a> write_age function broken by Flatpickr conversion</p>
1836
1836
1837
<blockquote>
1837
<blockquote>
1838
  <p>This fixes the display of a patron's age in the staff interface after the date of birth field (for example: Age: 63 years 4 months). This was not displaying after the switch to Flatpickr for date entry on this page in the 21.11 release development cycle.</p>
1838
  <p>This fixes the display of a patron's age in the staff interface after the date of birth field (for example: Age: 63 years 4 months). This was not displaying after the switch to Flatpickr for date entry on this page in the 21.11 release development cycle.</p>
1839
</blockquote></li>
1839
</blockquote></li>
1840
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29286">[29286]</a> Typo: Librarien will need the manage_auth_values subpermission.</li>
1840
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29286">[29286]</a> Typo: Librarien will need the manage_auth_values subpermission.</li>
1841
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29301">[29301]</a> Display error with serials search flatpickr when searching Mana</li>
1841
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29301">[29301]</a> Display error with serials search flatpickr when searching Mana</li>
1842
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29394">[29394]</a> Remove flatpickr instantiations from .tt files</li>
1842
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29394">[29394]</a> Remove flatpickr instantiations from .tt files</li>
1843
</ul>
1843
</ul>
1844
1844
1845
<h3 id="testsuite">Test Suite</h3>
1845
<h3 id="testsuite">Test Suite</h3>
1846
1846
1847
<ul>
1847
<ul>
1848
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27155">[27155]</a> Include identifier test in Biblio_and_Items_plugin_hooks.t</li>
1848
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27155">[27155]</a> Include identifier test in Biblio_and_Items_plugin_hooks.t</li>
1849
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28479">[28479]</a> TestBuilder.pm uses incorrect method for checking if objects to be created exists</li>
1849
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28479">[28479]</a> TestBuilder.pm uses incorrect method for checking if objects to be created exists</li>
1850
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28483">[28483]</a> Warnings from Search.t must be removed</li>
1850
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28483">[28483]</a> Warnings from Search.t must be removed</li>
1851
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28509">[28509]</a> Koha/Acquisition/Orders.t is failing randomly</li>
1851
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28509">[28509]</a> Koha/Acquisition/Orders.t is failing randomly</li>
1852
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28516">[28516]</a> Koha/Patrons/Import.t is failing randomly</li>
1852
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28516">[28516]</a> Koha/Patrons/Import.t is failing randomly</li>
1853
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28873">[28873]</a> Incorrect age displayed in db_dependent/Koha/Patrons.t</p>
1853
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28873">[28873]</a> Incorrect age displayed in db_dependent/Koha/Patrons.t</p>
1854
1854
1855
<blockquote>
1855
<blockquote>
1856
  <p>This fixes age tests in t/db_dependent/Koha/Patrons.t so that  the correct ages are calculated and displayed. It also adds the category code 'AGE_5_10' in messages to display age limits.</p>
1856
  <p>This fixes age tests in t/db_dependent/Koha/Patrons.t so that  the correct ages are calculated and displayed. It also adds the category code 'AGE_5_10' in messages to display age limits.</p>
1857
</blockquote></li>
1857
</blockquote></li>
1858
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29273">[29273]</a> Warning not caught in tests for plugins</li>
1858
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29273">[29273]</a> Warning not caught in tests for plugins</li>
1859
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29306">[29306]</a> Holds.t: Fix Use of uninitialized value $_ in concatenation (.) or string</li>
1859
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29306">[29306]</a> Holds.t: Fix Use of uninitialized value $_ in concatenation (.) or string</li>
1860
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29315">[29315]</a> Remove warnings from Search.t</li>
1860
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29315">[29315]</a> Remove warnings from Search.t</li>
1861
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29363">[29363]</a> TestBuilder.t failing if biblionumber=123 does not exist</li>
1861
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29363">[29363]</a> TestBuilder.t failing if biblionumber=123 does not exist</li>
1862
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29364">[29364]</a> Search.t not reverting changes made to the framework</li>
1862
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29364">[29364]</a> Search.t not reverting changes made to the framework</li>
1863
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29485">[29485]</a> selenium/administration_tasks.t is failing randomly</li>
1863
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29485">[29485]</a> selenium/administration_tasks.t is failing randomly</li>
1864
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29565">[29565]</a> selenium/regressions.t can fail on slow boxes</li>
1864
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29565">[29565]</a> selenium/regressions.t can fail on slow boxes</li>
1865
</ul>
1865
</ul>
1866
1866
1867
<h3 id="tools">Tools</h3>
1867
<h3 id="tools">Tools</h3>
1868
1868
1869
<ul>
1869
<ul>
1870
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26205">[26205]</a> News changes aren't logged</li>
1870
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26205">[26205]</a> News changes aren't logged</li>
1871
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27929">[27929]</a> Regex option in item batch modification is hidden for itemcallnumber if 952$o linked to cn_browser plugin</li>
1871
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27929">[27929]</a> Regex option in item batch modification is hidden for itemcallnumber if 952$o linked to cn_browser plugin</li>
1872
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28191">[28191]</a> Update wording on batch patron deletion to reflect changes from bug 26517</li>
1872
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28191">[28191]</a> Update wording on batch patron deletion to reflect changes from bug 26517</li>
1873
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28336">[28336]</a> Cannot change matching rules for authorities</li>
1873
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28336">[28336]</a> Cannot change matching rules for authorities</li>
1874
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28353">[28353]</a> Regression: Batch item deletion no longer shows which items were not removed</p>
1874
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28353">[28353]</a> Regression: Batch item deletion no longer shows which items were not removed</p>
1875
1875
1876
<blockquote>
1876
<blockquote>
1877
  <p>This restores and improves the messages displayed when batch deleting items (Tools > Catalog > Batch item deletion).</p>
1877
  <p>This restores and improves the messages displayed when batch deleting items (Tools > Catalog > Batch item deletion).</p>
Lines 1883-1901 have already been fixed in maintainance releases)</p> Link Here
1883
  <li>"Warning, the following items cannot be deleted:", followed by a list of barcodes</li>
1883
  <li>"Warning, the following items cannot be deleted:", followed by a list of barcodes</li>
1884
  </ul>
1884
  </ul>
1885
</blockquote></li>
1885
</blockquote></li>
1886
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28418">[28418]</a> Show template_id of MARC modification templates</li>
1886
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28418">[28418]</a> Show template_id of MARC modification templates</li>
1887
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28525">[28525]</a> TinyMCE for system prefs does some automatic code clean up</li>
1887
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28525">[28525]</a> TinyMCE for system prefs does some automatic code clean up</li>
1888
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28718">[28718]</a> Can't delete multiple news items at once</li>
1888
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28718">[28718]</a> Can't delete multiple news items at once</li>
1889
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28835">[28835]</a> Ability to pass list contents to batch record modification broken</li>
1889
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28835">[28835]</a> Ability to pass list contents to batch record modification broken</li>
1890
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29153">[29153]</a> CodeMirror broken for news and HTML customizations</li>
1890
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29153">[29153]</a> CodeMirror broken for news and HTML customizations</li>
1891
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29254">[29254]</a> Setting wrong dates on additional-contents.pl</li>
1891
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29254">[29254]</a> Setting wrong dates on additional-contents.pl</li>
1892
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29263">[29263]</a> Return to Additional Contents listview after editing such an item</li>
1892
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29263">[29263]</a> Return to Additional Contents listview after editing such an item</li>
1893
</ul>
1893
</ul>
1894
1894
1895
<h3 id="webservices">Web services</h3>
1895
<h3 id="webservices">Web services</h3>
1896
1896
1897
<ul>
1897
<ul>
1898
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21105">[21105]</a> oai.pl returns invalid earliestDatestamp</p>
1898
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21105">[21105]</a> oai.pl returns invalid earliestDatestamp</p>
1899
1899
1900
<p><strong>Sponsored by</strong> <em>Reformational Study Centre</em></p>
1900
<p><strong>Sponsored by</strong> <em>Reformational Study Centre</em></p>
1901
1901
Lines 2088-2094 C4::Circulation::AddIssue(@params); Link Here
2088
documentation is</p>
2088
documentation is</p>
2089
2089
2090
<ul>
2090
<ul>
2091
<li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
2091
<li><a href="https://koha-community.org/documentation/">Koha Documentation</a></li>
2092
</ul>
2092
</ul>
2093
2093
2094
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
2094
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
Lines 2154-2173 interface are available in this release for the following languages:</p> Link Here
2154
<p>The Koha team welcomes additional translations; please see</p>
2154
<p>The Koha team welcomes additional translations; please see</p>
2155
2155
2156
<ul>
2156
<ul>
2157
<li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2157
<li><a href="https://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2158
</ul>
2158
</ul>
2159
2159
2160
<p>For information about translating Koha, and join the koha-translate 
2160
<p>For information about translating Koha, and join the koha-translate 
2161
list to volunteer:</p>
2161
list to volunteer:</p>
2162
2162
2163
<ul>
2163
<ul>
2164
<li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2164
<li><a href="https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2165
</ul>
2165
</ul>
2166
2166
2167
<p>The most up-to-date translations can be found at:</p>
2167
<p>The most up-to-date translations can be found at:</p>
2168
2168
2169
<ul>
2169
<ul>
2170
<li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
2170
<li><a href="https://translate.koha-community.org/">Koha Translation</a></li>
2171
</ul>
2171
</ul>
2172
2172
2173
<h2 id="releaseteam">Release Team</h2>
2173
<h2 id="releaseteam">Release Team</h2>
Lines 2259-2265 new features in Koha 21.11.00</p> Link Here
2259
<ul>
2259
<ul>
2260
<li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</li>
2260
<li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</li>
2261
<li><a href="https://www.catalyst.net.nz/products/library-management-koha">Catalyst</a></li>
2261
<li><a href="https://www.catalyst.net.nz/products/library-management-koha">Catalyst</a></li>
2262
<li><a href="http://www.ccsr.qc.ca">Centre collégial des services regroupés</a></li>
2262
<li><a href="https://www.ccsr.qc.ca">Centre collégial des services regroupés</a></li>
2263
<li>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</li>
2263
<li>Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)</li>
2264
<li>Gothenburg University Library</li>
2264
<li>Gothenburg University Library</li>
2265
<li>Halland County Library</li>
2265
<li>Halland County Library</li>
Lines 2480-2486 line is 21.11.x.</p> Link Here
2480
tracker at:</p>
2480
tracker at:</p>
2481
2481
2482
<ul>
2482
<ul>
2483
<li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
2483
<li><a href="https://bugs.koha-community.org">Koha Bugzilla</a></li>
2484
</ul>
2484
</ul>
2485
2485
2486
<p>He rau ringa e oti ai.
2486
<p>He rau ringa e oti ai.
(-)a/misc/release_notes/release_notes_21_11_00.md (-597 / +597 lines)
Lines 6-20 package (ILS). Development is sponsored by libraries of varying types Link Here
6
and sizes, volunteers, and support companies from around the world. The
6
and sizes, volunteers, and support companies from around the world. The
7
website for the Koha project is:
7
website for the Koha project is:
8
8
9
- [Koha Community](http://koha-community.org)
9
- [Koha Community](https://koha-community.org)
10
10
11
Koha 21.11.00 can be downloaded from:
11
Koha 21.11.00 can be downloaded from:
12
12
13
- [Download](http://download.koha-community.org/koha-21.11-latest.tar.gz)
13
- [Download](https://download.koha-community.org/koha-21.11-latest.tar.gz)
14
14
15
Installation instructions can be found at:
15
Installation instructions can be found at:
16
16
17
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
17
- [Koha Wiki](https://wiki.koha-community.org/wiki/Installation_Documentation)
18
- OR in the INSTALL files that come in the tarball
18
- OR in the INSTALL files that come in the tarball
19
19
20
Koha 21.11.00 is a major release, that comes with many new features.
20
Koha 21.11.00 is a major release, that comes with many new features.
Lines 31-44 You can learn about the system components (like OS and database) needed for runn Link Here
31
31
32
### Cataloging
32
### Cataloging
33
33
34
- [[11175]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175) Show the parent record's component parts in the detailed views
34
- [[11175]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175) Show the parent record's component parts in the detailed views
35
35
36
  >This enhancement adds the 'ShowComponentParts' system preference.
36
  >This enhancement adds the 'ShowComponentParts' system preference.
37
  >
37
  >
38
  >When enabled, a record with analytical records has a new tab below the record detail containing links to the component parts records.
38
  >When enabled, a record with analytical records has a new tab below the record detail containing links to the component parts records.
39
  >
39
  >
40
  >The feature requires `MaxComponentRecords` is set to limit the maximum number of attached records to display; if more records are found then a link to the 'Show analytics' search will appear at the bottom of the listed analytics.
40
  >The feature requires `MaxComponentRecords` is set to limit the maximum number of attached records to display; if more records are found then a link to the 'Show analytics' search will appear at the bottom of the listed analytics.
41
- [[14957]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14957) Write protecting MARC fields based on source of import
41
- [[14957]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14957) Write protecting MARC fields based on source of import
42
42
43
  **Sponsored by** *Catalyst*, *Gothenburg University Library* and *Halland County Library*
43
  **Sponsored by** *Catalyst*, *Gothenburg University Library* and *Halland County Library*
44
44
Lines 50-56 You can learn about the system components (like OS and database) needed for runn Link Here
50
50
51
### Course reserves
51
### Course reserves
52
52
53
- [[14237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14237) Allow bibs to be added to course without items
53
- [[14237]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14237) Allow bibs to be added to course without items
54
54
55
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
55
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
56
56
Lines 58-64 You can learn about the system components (like OS and database) needed for runn Link Here
58
58
59
### OPAC
59
### OPAC
60
60
61
- [[28180]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28180) Use a lightbox gallery to display the images on the detail pages in OPAC
61
- [[28180]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28180) Use a lightbox gallery to display the images on the detail pages in OPAC
62
62
63
  **Sponsored by** *Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)*
63
  **Sponsored by** *Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)*
64
64
Lines 68-78 You can learn about the system components (like OS and database) needed for runn Link Here
68
68
69
### About
69
### About
70
70
71
- [[29209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29209) Credits for Saxion in Dutch (NL) translation
71
- [[29209]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29209) Credits for Saxion in Dutch (NL) translation
72
72
73
### Acquisitions
73
### Acquisitions
74
74
75
- [[24190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24190) Add additional Acquisition logging
75
- [[24190]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24190) Add additional Acquisition logging
76
76
77
  >This enhancement adds additional logging of acquisition-related changes including:
77
  >This enhancement adds additional logging of acquisition-related changes including:
78
  >- Order line creation and cancellation
78
  >- Order line creation and cancellation
Lines 85-185 You can learn about the system components (like OS and database) needed for runn Link Here
85
  >The name of the system preference that enables logging of acquisition-related changes was changed from AcqLog to AcquisitionLog.
85
  >The name of the system preference that enables logging of acquisition-related changes was changed from AcqLog to AcquisitionLog.
86
  >
86
  >
87
  >Note: Acquisition logging was added in Koha 21.05.
87
  >Note: Acquisition logging was added in Koha 21.05.
88
- [[27287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27287) Make note fields from orders searchable
88
- [[27287]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27287) Make note fields from orders searchable
89
89
90
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
90
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
91
91
92
  >Adds search options for the internal and vendor note fields from the basket to the advanced search form in acquisitions.
92
  >Adds search options for the internal and vendor note fields from the basket to the advanced search form in acquisitions.
93
- [[28508]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28508) Use "Invoice number" instead of "Invoice no" on the invoice search filter
93
- [[28508]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28508) Use "Invoice number" instead of "Invoice no" on the invoice search filter
94
- [[28640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640) Add EDI order status to basket details display
94
- [[28640]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640) Add EDI order status to basket details display
95
95
96
  >Clarify the exact status of EDI orders on the basket details display, highlighting that a basket can be closed but pending or closed and sent for example.
96
  >Clarify the exact status of EDI orders on the basket details display, highlighting that a basket can be closed but pending or closed and sent for example.
97
97
98
### Architecture, internals, and plumbing
98
### Architecture, internals, and plumbing
99
99
100
- [[17600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600) Standardize the EXPORT
100
- [[17600]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600) Standardize the EXPORT
101
101
102
  >We favored the use of EXPORT_OK over EXPORT, to prevent name clashes and make the import explicit.
102
  >We favored the use of EXPORT_OK over EXPORT, to prevent name clashes and make the import explicit.
103
- [[26326]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26326) Add Koha Objects for Import Records and Import Record Matches
103
- [[26326]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26326) Add Koha Objects for Import Records and Import Record Matches
104
- [[27032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27032) CanBookBeRenewed is not understandable and needs refactoring
104
- [[27032]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27032) CanBookBeRenewed is not understandable and needs refactoring
105
105
106
  >Improvements to readability of CanBookBeRenewed function
106
  >Improvements to readability of CanBookBeRenewed function
107
- [[27526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526) Remove Mod/AddItemFromMarc from additem.pl
107
- [[27526]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526) Remove Mod/AddItemFromMarc from additem.pl
108
- [[28306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28306) Allow to query database with minimal memory footprint
108
- [[28306]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28306) Allow to query database with minimal memory footprint
109
109
110
  >This provides a new method Koha::Database::dbh which returns a database handler without loading unnecessary stuff.
110
  >This provides a new method Koha::Database::dbh which returns a database handler without loading unnecessary stuff.
111
  >This will be useful to reduce memory usage of daemons that need to check the database periodically.
111
  >This will be useful to reduce memory usage of daemons that need to check the database periodically.
112
- [[28374]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28374) Convert pos/printreceipt.pl to use GetPreparedLetter
112
- [[28374]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28374) Convert pos/printreceipt.pl to use GetPreparedLetter
113
113
114
  >This patch converts the point of sale receipt printer controller to using GetPreparedLetter instead of calling getletter directly.
114
  >This patch converts the point of sale receipt printer controller to using GetPreparedLetter instead of calling getletter directly.
115
- [[28413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413) background job worker is running with all the modules in RAM
115
- [[28413]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413) background job worker is running with all the modules in RAM
116
- [[28417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28417) Authen::CAS::Client always loaded even if CAS is not used
116
- [[28417]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28417) Authen::CAS::Client always loaded even if CAS is not used
117
- [[28445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28445) Use the task queue for the batch delete and update items tool
117
- [[28445]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28445) Use the task queue for the batch delete and update items tool
118
118
119
  >This enhancement changes the batch item modification and deletion tools so that they now use the task queue feature (added in Koha 21.05) instead of using background jobs. For the library staff member this provides more information on the progress of the task.
119
  >This enhancement changes the batch item modification and deletion tools so that they now use the task queue feature (added in Koha 21.05) instead of using background jobs. For the library staff member this provides more information on the progress of the task.
120
- [[28514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28514) Replace C4::Letters::getletter with Koha::Notice::Templates->find_effective_template
120
- [[28514]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28514) Replace C4::Letters::getletter with Koha::Notice::Templates->find_effective_template
121
121
122
  >This patch simplifies and clarifies the process of getting a notice template for a notice.
122
  >This patch simplifies and clarifies the process of getting a notice template for a notice.
123
- [[28519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28519) Add a 2nd directory for Perl modules
123
- [[28519]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28519) Add a 2nd directory for Perl modules
124
- [[28565]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28565) Adding a new syspref for sharing through HEA should be simpler
124
- [[28565]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28565) Adding a new syspref for sharing through HEA should be simpler
125
125
126
  >This enhancement simplifies the way new system preferences are added to Hea for statistical reporting. Before this enhancement the tests (t/db_dependent/UsageStats.t) required adjusting every time a new system preference was added. Now when a new system preference is added to Hea they are automatically picked up for the tests.
126
  >This enhancement simplifies the way new system preferences are added to Hea for statistical reporting. Before this enhancement the tests (t/db_dependent/UsageStats.t) required adjusting every time a new system preference was added. Now when a new system preference is added to Hea they are automatically picked up for the tests.
127
- [[28572]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28572) Replace C4::Debug with Koha::Logger->debug
127
- [[28572]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28572) Replace C4::Debug with Koha::Logger->debug
128
128
129
  >This patch simplifies and clarifies how developers should add debug statements to the Koha codebase.
129
  >This patch simplifies and clarifies how developers should add debug statements to the Koha codebase.
130
- [[28588]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28588) Add Koha::Checkouts::ReturnClaim->resolve
130
- [[28588]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28588) Add Koha::Checkouts::ReturnClaim->resolve
131
- [[28590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28590) get_shelves_userenv and set_shelves_userenv not used
131
- [[28590]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28590) get_shelves_userenv and set_shelves_userenv not used
132
- [[28591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28591) debug passed to get_template_and_user but not used
132
- [[28591]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28591) debug passed to get_template_and_user but not used
133
- [[28606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28606) Replace $ENV{DEBUG} and $DEBUG with Koha::Logger->debug
133
- [[28606]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28606) Replace $ENV{DEBUG} and $DEBUG with Koha::Logger->debug
134
- [[28624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28624) Smart::Comments not used and not installed
134
- [[28624]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28624) Smart::Comments not used and not installed
135
- [[28765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28765) sub find_value not used in tools/batchMod.pl
135
- [[28765]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28765) sub find_value not used in tools/batchMod.pl
136
- [[28769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28769) tabloop not used in cataloguing plugins
136
- [[28769]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28769) tabloop not used in cataloguing plugins
137
137
138
  >This technical change removes the "tabloop" variable that is passed from the add item form logic to the cataloguing plugins, as it is never used.
138
  >This technical change removes the "tabloop" variable that is passed from the add item form logic to the cataloguing plugins, as it is never used.
139
- [[28785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28785) Code in C4::Auth::checkauth is copy pasted
139
- [[28785]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28785) Code in C4::Auth::checkauth is copy pasted
140
140
141
  **Sponsored by** Orex Digital
141
  **Sponsored by** Orex Digital
142
- [[28893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28893) Unused opac/rss directory can be removed
142
- [[28893]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28893) Unused opac/rss directory can be removed
143
- [[28959]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28959) virtualshelves.category is really a boolean
143
- [[28959]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28959) virtualshelves.category is really a boolean
144
- [[29082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29082) Add filtering methods to Koha::ArticleRequests
144
- [[29082]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29082) Add filtering methods to Koha::ArticleRequests
145
145
146
  >Add re-usable pre-filtered searches to the Article Requests system.
146
  >Add re-usable pre-filtered searches to the Article Requests system.
147
- [[29083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29083) Update article requests-related Koha::Patron methods to use relationships
147
- [[29083]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29083) Update article requests-related Koha::Patron methods to use relationships
148
148
149
  >Provides a small performance enhancement and allows prefetching and embedding to work in the API
149
  >Provides a small performance enhancement and allows prefetching and embedding to work in the API
150
- [[29084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29084) Update article requests-related Koha::Biblio methods to use relationships
150
- [[29084]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29084) Update article requests-related Koha::Biblio methods to use relationships
151
151
152
  >Provides a small performance enhancement and allows prefetching and embedding to work in the API
152
  >Provides a small performance enhancement and allows prefetching and embedding to work in the API
153
- [[29086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29086) Reuse article request filtering methods in Biblio template plugin
153
- [[29086]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29086) Reuse article request filtering methods in Biblio template plugin
154
- [[29288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29288) Add current_checkouts and old_checkouts methods to Koha::Biblio
154
- [[29288]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29288) Add current_checkouts and old_checkouts methods to Koha::Biblio
155
155
156
### Cataloging
156
### Cataloging
157
157
158
- [[24674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24674) Uncertain years for publicationyear/copyrightdate -- corrected
158
- [[24674]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24674) Uncertain years for publicationyear/copyrightdate -- corrected
159
- [[27520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27520) Adding new itemtype images boardgame, zoom-in, and zoom-out to carredart
159
- [[27520]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27520) Adding new itemtype images boardgame, zoom-in, and zoom-out to carredart
160
160
161
  >This enhancement adds boardgame, zoom-in and zoom-out images to the carredart icon set for item types.
161
  >This enhancement adds boardgame, zoom-in and zoom-out images to the carredart icon set for item types.
162
- [[27522]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27522) Add a new itemtype info image to carredart
162
- [[27522]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27522) Add a new itemtype info image to carredart
163
163
164
  >This enhancement adds a info image to the carredart icon set for item types.
164
  >This enhancement adds a info image to the carredart icon set for item types.
165
- [[27523]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27523) Adding new itemtype lock image to carredart
165
- [[27523]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27523) Adding new itemtype lock image to carredart
166
166
167
  >This enhancement adds a lock image to the carredart icon set for item types.
167
  >This enhancement adds a lock image to the carredart icon set for item types.
168
- [[27985]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27985) Add option for using a MARC modification template on a single record from the details page
168
- [[27985]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27985) Add option for using a MARC modification template on a single record from the details page
169
169
170
  >This development allows for sending a single record to 'batch' modification in order to process a MARC modification template against the record.
170
  >This development allows for sending a single record to 'batch' modification in order to process a MARC modification template against the record.
171
- [[28543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28543) Clicking on 'New record' will use default framework
171
- [[28543]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28543) Clicking on 'New record' will use default framework
172
172
173
  >This enhancement changes the 'New record' button when cataloguing. Before this change you needed to choose the framework - now it will use the default framework unless you select a different framework from the drop-down list. This makes it consistent with creating a new record using the 'New from Z39.50/SRU' button.
173
  >This enhancement changes the 'New record' button when cataloguing. Before this change you needed to choose the framework - now it will use the default framework unless you select a different framework from the drop-down list. This makes it consistent with creating a new record using the 'New from Z39.50/SRU' button.
174
  >
174
  >
175
  >NOTE: This is a change in default behavour that cataloguers may be used to.
175
  >NOTE: This is a change in default behavour that cataloguers may be used to.
176
- [[28694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28694) Check alert in cataloguing should be a static message
176
- [[28694]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28694) Check alert in cataloguing should be a static message
177
177
178
  >This patch changes the way error form validation error messages are displayed when using the basic MARC editor in cataloging. Instead of a JavaScript alert, errors are now shown on the page itself, with links in the message to take you to the corresponding field. A new "Errors" button in the toolbar allows the user to jump back to the list of errors for easy reference.
178
  >This patch changes the way error form validation error messages are displayed when using the basic MARC editor in cataloging. Instead of a JavaScript alert, errors are now shown on the page itself, with links in the message to take you to the corresponding field. A new "Errors" button in the toolbar allows the user to jump back to the list of errors for easy reference.
179
179
180
### Circulation
180
### Circulation
181
181
182
- [[10902]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10902) Highlight patrons from logged-in library in patron searches
182
- [[10902]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10902) Highlight patrons from logged-in library in patron searches
183
183
184
  >This enhancement highlights the branch when searching for patrons from the currently-logged-in library. 
184
  >This enhancement highlights the branch when searching for patrons from the currently-logged-in library. 
185
  >
185
  >
Lines 188-392 You can learn about the system components (like OS and database) needed for runn Link Here
188
  >  . autocomplete results now show the library name. It's highlighted in green for patrons from the currently logged-in library
188
  >  . autocomplete results now show the library name. It's highlighted in green for patrons from the currently logged-in library
189
  >  . after submitting a partial name, the library name for patrons from the currently logged-in library is also highlighted in green
189
  >  . after submitting a partial name, the library name for patrons from the currently logged-in library is also highlighted in green
190
  >- Browsing for patrons: the library name for patrons from the currently logged-in library is highlighted in green.
190
  >- Browsing for patrons: the library name for patrons from the currently logged-in library is highlighted in green.
191
- [[20472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20472) Add digital scan as optional format to Article Requests
191
- [[20472]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20472) Add digital scan as optional format to Article Requests
192
192
193
  >This patch set adds an additional (optional) format to Article Requests. Allowing a user to request a digital copy.
193
  >This patch set adds an additional (optional) format to Article Requests. Allowing a user to request a digital copy.
194
  >In staff the request can be processed by entering a download URL. This serves as a base for further automation.
194
  >In staff the request can be processed by entering a download URL. This serves as a base for further automation.
195
- [[20688]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20688) Add accesskeys for hold confirmation boxes
195
- [[20688]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20688) Add accesskeys for hold confirmation boxes
196
- [[25883]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25883) Highlight transfers on checkin screen table
196
- [[25883]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25883) Highlight transfers on checkin screen table
197
197
198
  >This patch replaces the `Holding library` field in the check-in table with a new `Transfer to` field.
198
  >This patch replaces the `Holding library` field in the check-in table with a new `Transfer to` field.
199
  >
199
  >
200
  >The `Holding library` would always match the current branch, as holding branch is updated by the check-in process.  We now highlight transfers by populating the new `Transfer to` field with the destination library.
200
  >The `Holding library` would always match the current branch, as holding branch is updated by the check-in process.  We now highlight transfers by populating the new `Transfer to` field with the destination library.
201
- [[27296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27296) Return claims should be filtered by default to show unresolved claims
201
- [[27296]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27296) Return claims should be filtered by default to show unresolved claims
202
- [[27944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944) Add new stages to the article request process
202
- [[27944]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944) Add new stages to the article request process
203
203
204
  **Sponsored by** Rijksmuseum
204
  **Sponsored by** Rijksmuseum
205
205
206
  >When article requests come in they may require additional processing, for example: determining the type of request or other workflows.
206
  >When article requests come in they may require additional processing, for example: determining the type of request or other workflows.
207
  >
207
  >
208
  >This enhancement adds a requested stage before the pending and processing stages for the article request process.
208
  >This enhancement adds a requested stage before the pending and processing stages for the article request process.
209
- [[27945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27945) Limit the number of active article requests per patron category
209
- [[27945]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27945) Limit the number of active article requests per patron category
210
210
211
  **Sponsored by** Rijksmuseum
211
  **Sponsored by** Rijksmuseum
212
212
213
  >This enhancement lets you limit the number of active article requests a patron can make each day. Edit the patron category and enter the 'Maximum active article requests'.
213
  >This enhancement lets you limit the number of active article requests a patron can make each day. Edit the patron category and enter the 'Maximum active article requests'.
214
- [[27947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27947) Add default cancellation reasons to article requests
214
- [[27947]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27947) Add default cancellation reasons to article requests
215
215
216
  **Sponsored by** Rijksmuseum
216
  **Sponsored by** Rijksmuseum
217
217
218
  >This feature adds a way to define a list of possible cancellation reasons for article requests. That way, they can be chosen upon cancellation.
218
  >This feature adds a way to define a list of possible cancellation reasons for article requests. That way, they can be chosen upon cancellation.
219
- [[27948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948) Add disclaimer text to article requests feature
219
- [[27948]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948) Add disclaimer text to article requests feature
220
220
221
  **Sponsored by** Rijksmuseum
221
  **Sponsored by** Rijksmuseum
222
222
223
  >This enhancement lets you include text that patrons need to accept before they can place an article request (similar to the ILLModuleCopyrightClearance system preference). 
223
  >This enhancement lets you include text that patrons need to accept before they can place an article request (similar to the ILLModuleCopyrightClearance system preference). 
224
  >
224
  >
225
  >Add the text required to the new ArticleRequestsDisclaimerText entry in the additional contents tool.
225
  >Add the text required to the new ArticleRequestsDisclaimerText entry in the additional contents tool.
226
- [[27949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27949) Batch printing of article request slips
226
- [[27949]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27949) Batch printing of article request slips
227
227
228
  **Sponsored by** Rijksmuseum
228
  **Sponsored by** Rijksmuseum
229
229
230
  >This developments adds a way to select several article requests and print slips for them in batch.
230
  >This developments adds a way to select several article requests and print slips for them in batch.
231
- [[28695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28695) Add shelving location column to overdue report (overdue.tt)
231
- [[28695]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28695) Add shelving location column to overdue report (overdue.tt)
232
- [[28810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28810) Housebound details should be textarea not text inputs
232
- [[28810]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28810) Housebound details should be textarea not text inputs
233
233
234
  >This patch changes the housebound detail form inputs from text inputs to textarea's in order to accommodate more information in each field.
234
  >This patch changes the housebound detail form inputs from text inputs to textarea's in order to accommodate more information in each field.
235
- [[29093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29093) Article requests: Checkbox for table of contents
235
- [[29093]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29093) Article requests: Checkbox for table of contents
236
236
237
  >This patch set adds a new article request column for a request to copy or scan table of contents.
237
  >This patch set adds a new article request column for a request to copy or scan table of contents.
238
238
239
### Command-line Utilities
239
### Command-line Utilities
240
240
241
- [[18631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18631) `cleanup_database.pl` should take an option for modules in action_logs
241
- [[18631]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18631) `cleanup_database.pl` should take an option for modules in action_logs
242
242
243
  >This patch adds two new optional parameters to the `cleanup_database.pl` script.
243
  >This patch adds two new optional parameters to the `cleanup_database.pl` script.
244
  >
244
  >
245
  >`--log-modules` - A repeatable option to specify which action log module lines to truncate.
245
  >`--log-modules` - A repeatable option to specify which action log module lines to truncate.
246
  >
246
  >
247
  >`--preserve-log` - A repeatable option to specify which action log module lines to keep.
247
  >`--preserve-log` - A repeatable option to specify which action log module lines to keep.
248
- [[25429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429) `cleanup_database.pl` should remove resolved claims returned after X days
248
- [[25429]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429) `cleanup_database.pl` should remove resolved claims returned after X days
249
249
250
  >This enhancement adds the new `CleanUpDatabaseReturnClaims` system preference allowing administrators to specify how many days after resolution a claimed return record should be deleted from the database.
250
  >This enhancement adds the new `CleanUpDatabaseReturnClaims` system preference allowing administrators to specify how many days after resolution a claimed return record should be deleted from the database.
251
  >
251
  >
252
  >For this functionality to be enabled, the `cleanup_database.pl` must be scheduled to run regularly with the new `--return-claims` parameter passed.
252
  >For this functionality to be enabled, the `cleanup_database.pl` must be scheduled to run regularly with the new `--return-claims` parameter passed.
253
- [[28456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28456) Add option to use a WHERE statement in membership_expiry.pl cronjob
253
- [[28456]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28456) Add option to use a WHERE statement in membership_expiry.pl cronjob
254
254
255
  >Add an optional `--where` parameter to the `membership_expiry.pl` task. This allows for arbitrarily complex SQL where statements to be passed to the script to filter affected patrons.
255
  >Add an optional `--where` parameter to the `membership_expiry.pl` task. This allows for arbitrarily complex SQL where statements to be passed to the script to filter affected patrons.
256
256
257
### Developer documentation
257
### Developer documentation
258
258
259
- [[27375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27375) Set YAML file settings in .editorconfig
259
- [[27375]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27375) Set YAML file settings in .editorconfig
260
260
261
  **Sponsored by** *Koha-Suomi Oy*
261
  **Sponsored by** *Koha-Suomi Oy*
262
262
263
### Fines and fees
263
### Fines and fees
264
264
265
- [[22435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435) Clarify account_offset types by converting them to clear codes
265
- [[22435]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435) Clarify account_offset types by converting them to clear codes
266
266
267
  >This enhancement serves to clarify how the account offsets table functions.  We record all account actions in this table, including accountline creations, modifications and offsets.
267
  >This enhancement serves to clarify how the account offsets table functions.  We record all account actions in this table, including accountline creations, modifications and offsets.
268
  >
268
  >
269
  >Prior to this patch we had a large number of different offset types, one for each accountline type. But we didn't clearly define what the offset was actually "doing".  This patch replaces the existing offset types with a refined list; `CREATE`, `APPLY`, `OVERDUE_INCREASE`, `OVERDUE_DECREASE` and `VOID`.
269
  >Prior to this patch we had a large number of different offset types, one for each accountline type. But we didn't clearly define what the offset was actually "doing".  This patch replaces the existing offset types with a refined list; `CREATE`, `APPLY`, `OVERDUE_INCREASE`, `OVERDUE_DECREASE` and `VOID`.
270
  >
270
  >
271
  >The accountline details page, accessible from the borrower account transactions table is updated to display the whole history of the selected accountline, including creation (CREATE), increments (OVERDUE_INCREASE/DECREASE) and offsets (Application of payments, cancellations, voids, writeoffs and refunds).
271
  >The accountline details page, accessible from the borrower account transactions table is updated to display the whole history of the selected accountline, including creation (CREATE), increments (OVERDUE_INCREASE/DECREASE) and offsets (Application of payments, cancellations, voids, writeoffs and refunds).
272
- [[27583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27583) Clarify how cash management fits together
272
- [[27583]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27583) Clarify how cash management fits together
273
273
274
  >This enhancement serves to clarify the parts of the cash management module by updating the names or pages and embellishing the breadcrumb navigation for these pages.
274
  >This enhancement serves to clarify the parts of the cash management module by updating the names or pages and embellishing the breadcrumb navigation for these pages.
275
- [[28346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28346) Action buttons should have a class per action type
275
- [[28346]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28346) Action buttons should have a class per action type
276
- [[28389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28389) One should be able to see details for refunds on the register summary page
276
- [[28389]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28389) One should be able to see details for refunds on the register summary page
277
- [[28421]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28421) Add tests for Voided Payment and Voided Writeoff.
277
- [[28421]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28421) Add tests for Voided Payment and Voided Writeoff.
278
278
279
### Hold requests
279
### Hold requests
280
280
281
- [[23678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23678) Cancel holds in bulk
281
- [[23678]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23678) Cancel holds in bulk
282
282
283
  >This developments adds a way to choose multiple holds using checkboxes, to cancel them in bulk.
283
  >This developments adds a way to choose multiple holds using checkboxes, to cancel them in bulk.
284
  >
284
  >
285
  >It uses the new background jobs infrastructure recently introduced.
285
  >It uses the new background jobs infrastructure recently introduced.
286
- [[28261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28261) Add visual feedback on overridden pickup locations on patron's page
286
- [[28261]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28261) Add visual feedback on overridden pickup locations on patron's page
287
- [[28816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28816) Improve the display of multiple holds during hold process
287
- [[28816]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28816) Improve the display of multiple holds during hold process
288
- [[29015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29015) Add option to limit Holds Queue report by shelving location / collection
288
- [[29015]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29015) Add option to limit Holds Queue report by shelving location / collection
289
- [[29116]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29116) request.pl re-invents Koha::Patron::is_expired accessor
289
- [[29116]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29116) request.pl re-invents Koha::Patron::is_expired accessor
290
- [[29404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29404) Add infinite scrolling to pickup location dropdowns
290
- [[29404]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29404) Add infinite scrolling to pickup location dropdowns
291
- [[29407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29407) Make the pickup locations dropdown JS reusable
291
- [[29407]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29407) Make the pickup locations dropdown JS reusable
292
292
293
### ILL
293
### ILL
294
294
295
- [[27170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27170) ILL availability should be able to display arbitrary links to related resources
295
- [[27170]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27170) ILL availability should be able to display arbitrary links to related resources
296
- [[28340]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28340) Provide improved display of ILL request metadata in notices
296
- [[28340]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28340) Provide improved display of ILL request metadata in notices
297
- [[28879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28879) Display of metadata with long label names looks terrible
297
- [[28879]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28879) Display of metadata with long label names looks terrible
298
298
299
### Installation and upgrade (web-based installer)
299
### Installation and upgrade (web-based installer)
300
300
301
- [[25078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078) Update DB process - wrap each DBRev inside a transaction and better error handling
301
- [[25078]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078) Update DB process - wrap each DBRev inside a transaction and better error handling
302
302
303
  >This enhancement improves the reliability and error reporting of our database update procedures.
303
  >This enhancement improves the reliability and error reporting of our database update procedures.
304
  >
304
  >
305
  >We now stop the upgrade if we come across an error and roll back anything inside that upgrade step.  We also now report the errors to the end-user, both on the command line or in the browser.
305
  >We now stop the upgrade if we come across an error and roll back anything inside that upgrade step.  We also now report the errors to the end-user, both on the command line or in the browser.
306
  >
306
  >
307
  >Finally, our monolithic updatedateabase script had been growing unmanageably large for some time. This patchset allows us to split each upgrade step into a single atomic file and thus simplifies writing updates and applying retrospective fixes.
307
  >Finally, our monolithic updatedateabase script had been growing unmanageably large for some time. This patchset allows us to split each upgrade step into a single atomic file and thus simplifies writing updates and applying retrospective fixes.
308
- [[27101]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27101) Remove fr-CA installer data
308
- [[27101]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27101) Remove fr-CA installer data
309
309
310
  >This enhancement removes fr-CA installer data. Installer data is now in YAML format and there is no need for localized installer files (these are now translated using Koha's translation system using .po files maintained on https://translate.koha-community.org).
310
  >This enhancement removes fr-CA installer data. Installer data is now in YAML format and there is no need for localized installer files (these are now translated using Koha's translation system using .po files maintained on https://translate.koha-community.org).
311
- [[27622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27622) Remove nb-NO installer data
311
- [[27622]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27622) Remove nb-NO installer data
312
312
313
  >This enhancement removes Norwegian installer data. Installer data is now in YAML format and there is no need for localized installer files (these are now translated using Koha's translation system using .po files maintained on https://translate.koha-community.org).
313
  >This enhancement removes Norwegian installer data. Installer data is now in YAML format and there is no need for localized installer files (these are now translated using Koha's translation system using .po files maintained on https://translate.koha-community.org).
314
- [[27823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27823) List upcoming steps during installation process
314
- [[27823]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27823) List upcoming steps during installation process
315
- [[28978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28978) Convert installer CSS to SCSS
315
- [[28978]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28978) Convert installer CSS to SCSS
316
316
317
### Label/patron card printing
317
### Label/patron card printing
318
318
319
- [[26340]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340) When printing labels from a barcode range, keep zero padding
319
- [[26340]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340) When printing labels from a barcode range, keep zero padding
320
320
321
### MARC Bibliographic data support
321
### MARC Bibliographic data support
322
322
323
- [[18984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18984) Remove support for NORMARC
323
- [[18984]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18984) Remove support for NORMARC
324
324
325
  >The National library of Norway has replaced NORMARC with MARC21. Koha instances that use NORMARC have either been converted to MARC21, or will need to convert as part of any upgrade (from Koha 21.11 onwards).
325
  >The National library of Norway has replaced NORMARC with MARC21. Koha instances that use NORMARC have either been converted to MARC21, or will need to convert as part of any upgrade (from Koha 21.11 onwards).
326
- [[27850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27850) Search link for 260 a and c in MARC21 XSLT display
326
- [[27850]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27850) Search link for 260 a and c in MARC21 XSLT display
327
327
328
  >This enhancement adds search links to the MARC21 XSLT display for 260$a and $c fields for the OPAC and staff interface.
328
  >This enhancement adds search links to the MARC21 XSLT display for 260$a and $c fields for the OPAC and staff interface.
329
329
330
### MARC Bibliographic record staging/import
330
### MARC Bibliographic record staging/import
331
331
332
- [[26402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26402) Add --framework parameter to commit_file.pl
332
- [[26402]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26402) Add --framework parameter to commit_file.pl
333
333
334
### Notices
334
### Notices
335
335
336
- [[28153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28153) Add 'Hold reminder' messaging preference
336
- [[28153]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28153) Add 'Hold reminder' messaging preference
337
337
338
  >This enhancement allows staff/patrons to control individual preferences for holds reminder noticess in the patron's messaging preferences area.
338
  >This enhancement allows staff/patrons to control individual preferences for holds reminder noticess in the patron's messaging preferences area.
339
339
340
### OPAC
340
### OPAC
341
341
342
- [[15067]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067) Add additional languages to advanced search language search
342
- [[15067]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067) Add additional languages to advanced search language search
343
343
344
  >This enhancement adds Estonian, Inuktitut, Inupiaq, Latvian, and Lithuanian (along with their translations) to the list of languages in the advanced search for the OPAC and staff interface (Advanced search > More options > Language drop down list).
344
  >This enhancement adds Estonian, Inuktitut, Inupiaq, Latvian, and Lithuanian (along with their translations) to the list of languages in the advanced search for the OPAC and staff interface (Advanced search > More options > Language drop down list).
345
  >
345
  >
346
  >The list of languages is also now sorted in alphabetical order.
346
  >The list of languages is also now sorted in alphabetical order.
347
- [[20310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310) Article requests: Use details from the host record when submitting an article request on an analytic record without attached items
347
- [[20310]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310) Article requests: Use details from the host record when submitting an article request on an analytic record without attached items
348
348
349
  >This new feature add the `ArticleRequestsHostRedirection` system preference.
349
  >This new feature add the `ArticleRequestsHostRedirection` system preference.
350
  >
350
  >
351
  >When enabled, if a user attempts to place an article request from an analytic record the system will automatically populate some details in the request from using data from the host record.
351
  >When enabled, if a user attempts to place an article request from an analytic record the system will automatically populate some details in the request from using data from the host record.
352
- [[24223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24223) Convert OpacNav system preference to news block
352
- [[24223]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24223) Convert OpacNav system preference to news block
353
- [[24224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24224) Convert OpacNavBottom system preference to news block
353
- [[24224]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24224) Convert OpacNavBottom system preference to news block
354
- [[26302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26302) OPAC XSLT Results: List variable number of itemcallnumbers
354
- [[26302]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26302) OPAC XSLT Results: List variable number of itemcallnumbers
355
355
356
  >This enhancement allows customizing the number of call numbers displayed for OPAC search results for items available and not available by changing two new system preferences:
356
  >This enhancement allows customizing the number of call numbers displayed for OPAC search results for items available and not available by changing two new system preferences:
357
  >- OPACResultsMaxItems: maximum number of available items displayed in search results (default = 1)
357
  >- OPACResultsMaxItems: maximum number of available items displayed in search results (default = 1)
358
  >- OPACResultsMaxItemsUnavailable - maximum number of unavailable items displayed in search results (such as when checked out and damaged) (default = 0)
358
  >- OPACResultsMaxItemsUnavailable - maximum number of unavailable items displayed in search results (such as when checked out and damaged) (default = 0)
359
  >
359
  >
360
  >This is useful when records have a large number of items, for example larger libraries with many branches, union catalogues, and university libraries with course text books.
360
  >This is useful when records have a large number of items, for example larger libraries with many branches, union catalogues, and university libraries with course text books.
361
- [[26761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26761) Use aria-disabled attribute in OPAC cart for disabled links
361
- [[26761]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26761) Use aria-disabled attribute in OPAC cart for disabled links
362
- [[27360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27360) Libraries should be able to pick which branches display on the public 'Libraries' page
362
- [[27360]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27360) Libraries should be able to pick which branches display on the public 'Libraries' page
363
363
364
  >This patch adds a new field, `Public` to the definable library information. When enabled, the library details will be displayed in the libraries page on the OPAC.
364
  >This patch adds a new field, `Public` to the definable library information. When enabled, the library details will be displayed in the libraries page on the OPAC.
365
- [[27445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27445) OPAC header tweaks for non-JavaScript users
365
- [[27445]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27445) OPAC header tweaks for non-JavaScript users
366
- [[27882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27882) Move external search results links out of page heading
366
- [[27882]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27882) Move external search results links out of page heading
367
- [[28101]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28101) Accessibility: OPAC - Breadcrumbs should be more accessible
367
- [[28101]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28101) Accessibility: OPAC - Breadcrumbs should be more accessible
368
368
369
  **Sponsored by** *Catalyst*
369
  **Sponsored by** *Catalyst*
370
- [[28142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28142) Accessibility: OPAC Cart/basket checkboxes are not labelled
370
- [[28142]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28142) Accessibility: OPAC Cart/basket checkboxes are not labelled
371
- [[28536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28536) Move translatable strings into overdrive.js
371
- [[28536]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28536) Move translatable strings into overdrive.js
372
- [[28537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28537) Improve HTML generated by OverDrive integration
372
- [[28537]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28537) Improve HTML generated by OverDrive integration
373
- [[28720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28720) Update the process of adding a checkout note in the OPAC
373
- [[28720]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28720) Update the process of adding a checkout note in the OPAC
374
374
375
  >This enhancement moves the entry of checkout notes for the OPAC into a modal window, with the goal of making note entry easier.
375
  >This enhancement moves the entry of checkout notes for the OPAC into a modal window, with the goal of making note entry easier.
376
  >
376
  >
377
  >The "add note" button in the report a problem on the OPAC summary page will trigger a modal where a patron can submit or edit their message:
377
  >The "add note" button in the report a problem on the OPAC summary page will trigger a modal where a patron can submit or edit their message:
378
  >- The modal window contains text explaining that the note will be shown to staff when the item is checked in.
378
  >- The modal window contains text explaining that the note will be shown to staff when the item is checked in.
379
  >- The message about a successfully submitted message has text formatting added to improve clarity, and includes an edit link for changing a message.
379
  >- The message about a successfully submitted message has text formatting added to improve clarity, and includes an edit link for changing a message.
380
- [[28821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28821) OPAC Advanced search: Improve operation of button plus/less
380
- [[28821]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28821) OPAC Advanced search: Improve operation of button plus/less
381
- [[28831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831) OPAC XSLT Results: Allow unavailable item grouping on status only for large consortia
381
- [[28831]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831) OPAC XSLT Results: Allow unavailable item grouping on status only for large consortia
382
- [[28838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28838) SCO impossible errors are hard to target with CSS/JS
382
- [[28838]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28838) SCO impossible errors are hard to target with CSS/JS
383
383
384
  >This patch adds unique IDs to the SCO main page so the impossible errors can easily be targeted via JS and CSS.
384
  >This patch adds unique IDs to the SCO main page so the impossible errors can easily be targeted via JS and CSS.
385
- [[28933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28933) Hard to parse OPAC-detail subscription information
385
- [[28933]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28933) Hard to parse OPAC-detail subscription information
386
- [[29006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29006) Make GoogleOpenIDConnect options consistent in the OPAC
386
- [[29006]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29006) Make GoogleOpenIDConnect options consistent in the OPAC
387
387
388
  >This enhancement improves the consistency of the OPAC login forms when using Google OpenID Connect. A "Log in with Google" button now appears above the Koha login form when logging in from the home page, "Log in to your account" in the navigation menu, and when accessed directly (/cgi-bin/koha/opac-user.pl).
388
  >This enhancement improves the consistency of the OPAC login forms when using Google OpenID Connect. A "Log in with Google" button now appears above the Koha login form when logging in from the home page, "Log in to your account" in the navigation menu, and when accessed directly (/cgi-bin/koha/opac-user.pl).
389
- [[29162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29162) Change template structure on OPAC library page so that a single library can easily be hidden
389
- [[29162]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29162) Change template structure on OPAC library page so that a single library can easily be hidden
390
390
391
  >This patch adds markup to the OPAC library page so that CSS or JS can more easily target elements of the page: 
391
  >This patch adds markup to the OPAC library page so that CSS or JS can more easily target elements of the page: 
392
  >- Each library section is wrapped in a div with a unique id
392
  >- Each library section is wrapped in a div with a unique id
Lines 395-627 You can learn about the system components (like OS and database) needed for runn Link Here
395
395
396
### Patrons
396
### Patrons
397
397
398
- [[11879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879) Add a new field to patron record: main contact method
398
- [[11879]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879) Add a new field to patron record: main contact method
399
399
400
  **Sponsored by** *Centre collégial des services regroupés*
400
  **Sponsored by** *Centre collégial des services regroupés*
401
401
402
  >This enhancement adds a "Main contact method" dropdown list field to the patron modification form in the staff interface and OPAC.
402
  >This enhancement adds a "Main contact method" dropdown list field to the patron modification form in the staff interface and OPAC.
403
  >
403
  >
404
  >This field is useful for reporting purposes, or to know which contact method to use first when trying to contact a patron.
404
  >This field is useful for reporting purposes, or to know which contact method to use first when trying to contact a patron.
405
- [[15788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15788) Split borrowers permission into create/edit and delete
405
- [[15788]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15788) Split borrowers permission into create/edit and delete
406
406
407
  >This enhancement allows administrators to control, at a more fine-grained level, which users may delete patron records.
407
  >This enhancement allows administrators to control, at a more fine-grained level, which users may delete patron records.
408
  >
408
  >
409
  >This patch introduces a new `delete_borrowers` user permission.
409
  >This patch introduces a new `delete_borrowers` user permission.
410
- [[24406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24406) Add a span to patron category category type codes in patron search result lists
410
- [[24406]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24406) Add a span to patron category category type codes in patron search result lists
411
411
412
  >The patron category type code (A, C, O, ...) is currently displayed in the patron module search, patron card creator, and acquisition patron searches.
412
  >The patron category type code (A, C, O, ...) is currently displayed in the patron module search, patron card creator, and acquisition patron searches.
413
  >
413
  >
414
  >This information is not useful for most users, as these are internal codes that cannot be easily "decoded". And while you might be able to guess A as Adult in English, it doesn't translate to other languages.
414
  >This information is not useful for most users, as these are internal codes that cannot be easily "decoded". And while you might be able to guess A as Adult in English, it doesn't translate to other languages.
415
  >
415
  >
416
  >This patch wraps a span around the patron category type code shown in () after the patron category.
416
  >This patch wraps a span around the patron category type code shown in () after the patron category.
417
- [[26544]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26544) Make housebound module show delivery preferences when scheduling
417
- [[26544]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26544) Make housebound module show delivery preferences when scheduling
418
- [[27725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27725) Use JavaScript to set history state during patron search
418
- [[27725]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27725) Use JavaScript to set history state during patron search
419
419
420
  >This patch modifies the process of searching patrons by the first letter of their surname so that the search is added to the browser's history. This allows the user to use the back button to return to the search after clicking one of the results.
420
  >This patch modifies the process of searching patrons by the first letter of their surname so that the search is added to the browser's history. This allows the user to use the back button to return to the search after clicking one of the results.
421
- [[27873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27873) Make display of patron restrictions, charges, notes, etc. consistent for check out and patron details screens
421
- [[27873]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27873) Make display of patron restrictions, charges, notes, etc. consistent for check out and patron details screens
422
422
423
  >This enhancement updates the checkout and patron detail pages in the staff interface - circulation and patron-related messages are now displayed in the same way. Before this, messages on the two pages displayed in a different order and were inconsistent with each other.
423
  >This enhancement updates the checkout and patron detail pages in the staff interface - circulation and patron-related messages are now displayed in the same way. Before this, messages on the two pages displayed in a different order and were inconsistent with each other.
424
- [[28073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28073) Make patron modifications auto-open panel for referring patron record
424
- [[28073]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28073) Make patron modifications auto-open panel for referring patron record
425
- [[28450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28450) Make Account summary print tables configurable
425
- [[28450]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28450) Make Account summary print tables configurable
426
426
427
  >This patch adds table settings for the three tables (checkouts, fines and holds) which appear on the
427
  >This patch adds table settings for the three tables (checkouts, fines and holds) which appear on the
428
  >patron's "Print summary" view. This will allow the administrator to
428
  >patron's "Print summary" view. This will allow the administrator to
429
  >set a default configuration for columns on the print summary page.
429
  >set a default configuration for columns on the print summary page.
430
- [[28867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28867) Use Bootstrap button menu and modal for adding patrons to lists
430
- [[28867]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28867) Use Bootstrap button menu and modal for adding patrons to lists
431
431
432
### Plugin architecture
432
### Plugin architecture
433
433
434
- [[26351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26351) Add plugin hooks to transform item barcodes
434
- [[26351]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26351) Add plugin hooks to transform item barcodes
435
435
436
  >This enhancement adds a plugin hook to transform item barcodes scanned in to Koha. For example, if you need to alter your scanned item barcodes, but your scanners cannot be programmed to do so, a plugin could be written to handle that change in Koha instead. One example would be to drop the first and last characters of the scanned barcode, which may be check digits rather than part of the barcode itself.
436
  >This enhancement adds a plugin hook to transform item barcodes scanned in to Koha. For example, if you need to alter your scanned item barcodes, but your scanners cannot be programmed to do so, a plugin could be written to handle that change in Koha instead. One example would be to drop the first and last characters of the scanned barcode, which may be check digits rather than part of the barcode itself.
437
- [[26352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26352) Add plugin hooks to transform patron barcodes
437
- [[26352]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26352) Add plugin hooks to transform patron barcodes
438
438
439
  >This enhancement adds a plugin hook to transform patron cardnumbers scanned in to Koha. For example, if you need to alter your scanned cardnumbers, but your scanners cannot be programmed to do so, a plugin could be written to handle that change in Koha instead. One example would be to drop the first and last characters of the scanned barcode, which may be check digits rather than part of the barcode itself.
439
  >This enhancement adds a plugin hook to transform patron cardnumbers scanned in to Koha. For example, if you need to alter your scanned cardnumbers, but your scanners cannot be programmed to do so, a plugin could be written to handle that change in Koha instead. One example would be to drop the first and last characters of the scanned barcode, which may be check digits rather than part of the barcode itself.
440
- [[27173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27173) Add plugin hooks for authority record changes
440
- [[27173]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27173) Add plugin hooks for authority record changes
441
441
442
  >This enhancement allows plugin authors to implement an `after_authority_action` method in order to act upon authority create, modify and delete.
442
  >This enhancement allows plugin authors to implement an `after_authority_action` method in order to act upon authority create, modify and delete.
443
- [[28026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026) Add a 'call_recursive' method to Koha::Plugins
443
- [[28026]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026) Add a 'call_recursive' method to Koha::Plugins
444
- [[28211]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28211) Replace use of call_recursive() with call()
444
- [[28211]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28211) Replace use of call_recursive() with call()
445
445
446
  >This enhancement changes the way plugin hooks are called to transform data. We now pass object to be modified as a reference, thus allowing several plugins to operate cumulatively on the same object.
446
  >This enhancement changes the way plugin hooks are called to transform data. We now pass object to be modified as a reference, thus allowing several plugins to operate cumulatively on the same object.
447
- [[28474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28474) Pass process_message_queue.pl params to before_send_messages plugin hooks
447
- [[28474]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28474) Pass process_message_queue.pl params to before_send_messages plugin hooks
448
448
449
  >This enhancement passes the parameters received by process_message_queue.pl through to the before_send_messages plugin calls. This allows plugins to respect calls that should only affect certain letter codes etc.
449
  >This enhancement passes the parameters received by process_message_queue.pl through to the before_send_messages plugin calls. This allows plugins to respect calls that should only affect certain letter codes etc.
450
450
451
### REST API
451
### REST API
452
452
453
- [[17314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314) Routes to create, list and delete a purchase suggestion
453
- [[17314]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314) Routes to create, list and delete a purchase suggestion
454
- [[27358]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27358) Add GET /public/biblios/:biblio_id/items
454
- [[27358]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27358) Add GET /public/biblios/:biblio_id/items
455
- [[27931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27931) Add GET /items/:item_id/pickup_locations
455
- [[27931]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27931) Add GET /items/:item_id/pickup_locations
456
456
457
  >This development adds routes for fetching an item's valid pickup location list.
457
  >This development adds routes for fetching an item's valid pickup location list.
458
- [[28412]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28412) Add supported authentication methods documentation
458
- [[28412]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28412) Add supported authentication methods documentation
459
- [[28948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28948) Add a /public counterpart for the libraries REST endpoints
459
- [[28948]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28948) Add a /public counterpart for the libraries REST endpoints
460
- [[29107]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29107) item_type should be item_type_id on item response object
460
- [[29107]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29107) item_type should be item_type_id on item response object
461
- [[29108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29108) Add q parameters to items routes
461
- [[29108]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29108) Add q parameters to items routes
462
- [[29183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29183) Add query options documentation
462
- [[29183]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29183) Add query options documentation
463
463
464
  >This patch adds documentation of the different filtering methods the REST API provides.
464
  >This patch adds documentation of the different filtering methods the REST API provides.
465
- [[29290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29290) Add routes to fetch checkouts for a given biblio
465
- [[29290]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29290) Add routes to fetch checkouts for a given biblio
466
466
467
### Reports
467
### Reports
468
468
469
- [[27747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27747) Add CodeMirror custom syntax highlighting for column placeholders
469
- [[27747]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27747) Add CodeMirror custom syntax highlighting for column placeholders
470
470
471
  >This patch modifies the configuration of the reports module's SQL editor so that column placeholders have their own syntax highlighting, setting them apart by color from other parts of the SQL code.
471
  >This patch modifies the configuration of the reports module's SQL editor so that column placeholders have their own syntax highlighting, setting them apart by color from other parts of the SQL code.
472
- [[28454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28454) Add Koha version number to database schema link in reports
472
- [[28454]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28454) Add Koha version number to database schema link in reports
473
- [[29186]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29186) Move reports result limit menu into toolbar
473
- [[29186]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29186) Move reports result limit menu into toolbar
474
- [[29201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29201) biblio_framework missing form list of runtime parameters when editing SQL reports
474
- [[29201]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29201) biblio_framework missing form list of runtime parameters when editing SQL reports
475
475
476
### SIP2
476
### SIP2
477
477
478
- [[12169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12169) Improve reliability of sip_shutdown script
478
- [[12169]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12169) Improve reliability of sip_shutdown script
479
- [[25464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25464) Add ability to specify client IP and SIP account used in SIP2 logging
479
- [[25464]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25464) Add ability to specify client IP and SIP account used in SIP2 logging
480
480
481
  >This enhancement adds the ability to specify the incoming IP address used for a given log statement via SIP, as well as the SIP2 account that was in use at the time. This data is very helpful for debugging purposes.
481
  >This enhancement adds the ability to specify the incoming IP address used for a given log statement via SIP, as well as the SIP2 account that was in use at the time. This data is very helpful for debugging purposes.
482
- [[28730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28730) Add option to format AH field (due date)  in SIP checkout response
482
- [[28730]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28730) Add option to format AH field (due date)  in SIP checkout response
483
483
484
### Searching
484
### Searching
485
485
486
- [[27848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27848) Elasticsearch - include 245b subtitle and 245p part subfields in the default title index mappings
486
- [[27848]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27848) Elasticsearch - include 245b subtitle and 245p part subfields in the default title index mappings
487
487
488
  >This enhancement adds the 245$b (subtitle) and 245$p (part name) subfields to the default title index mappings for Elasticsearch.
488
  >This enhancement adds the 245$b (subtitle) and 245$p (part name) subfields to the default title index mappings for Elasticsearch.
489
- [[28384]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28384) Add 'no_items' option to TransformMarcToKoha
489
- [[28384]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28384) Add 'no_items' option to TransformMarcToKoha
490
- [[28830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28830) Add CNI (Control Number Identifier) search index (MARC21)
490
- [[28830]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28830) Add CNI (Control Number Identifier) search index (MARC21)
491
491
492
### Searching - Elasticsearch
492
### Searching - Elasticsearch
493
493
494
- [[28339]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28339) Elasticsearch - Add 8XX to default title-series index mappings (MARC21)
494
- [[28339]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28339) Elasticsearch - Add 8XX to default title-series index mappings (MARC21)
495
495
496
  >This enhancement adds the 8XX (800$t, 810$t, 811$t, and 830$a) subfields to the default title-series index mappings for Elasticsearch. Currently for MARC21 only 440$a and 490$a are included.
496
  >This enhancement adds the 8XX (800$t, 810$t, 811$t, and 830$a) subfields to the default title-series index mappings for Elasticsearch. Currently for MARC21 only 440$a and 490$a are included.
497
- [[28378]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28378) Elasticsearch - Add 264c to default copydate mappings (MARC21)
497
- [[28378]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28378) Elasticsearch - Add 264c to default copydate mappings (MARC21)
498
498
499
  >This enhancement adds 264$c to the default mapping for the copydate index when using Elasticsearch.
499
  >This enhancement adds 264$c to the default mapping for the copydate index when using Elasticsearch.
500
- [[28379]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28379) Elasticsearch - Add 710 to author-name-corporate index (MARC21)
500
- [[28379]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28379) Elasticsearch - Add 710 to author-name-corporate index (MARC21)
501
501
502
  >This enhancement adds the 710 to the author-name-corporate index mappings for MARC21 in Elasticsearch.
502
  >This enhancement adds the 710 to the author-name-corporate index mappings for MARC21 in Elasticsearch.
503
- [[28381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28381) Elasticsearch - Add 710 and 711 to default mappings for author index (MARC21)
503
- [[28381]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28381) Elasticsearch - Add 710 and 711 to default mappings for author index (MARC21)
504
504
505
  >This enhancement adds fields 710$a and 711$a to the default author index mapping when using Elasticsearch.
505
  >This enhancement adds fields 710$a and 711$a to the default author index mapping when using Elasticsearch.
506
- [[28391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28391) Elasticsearch - Add 264b to publisher index mapping (MARC21)
506
- [[28391]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28391) Elasticsearch - Add 264b to publisher index mapping (MARC21)
507
- [[28393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28393) Elasticsearch - Add 050a to lc-call-number index mapping (MARC21)
507
- [[28393]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28393) Elasticsearch - Add 050a to lc-call-number index mapping (MARC21)
508
508
509
  >This enhancement adds 050$a (Library of Congress classification number) to the lc-call-number index mapping when using Elasticsearch.
509
  >This enhancement adds 050$a (Library of Congress classification number) to the lc-call-number index mapping when using Elasticsearch.
510
  >
510
  >
511
  >These means that when searching using lc-call-number both 050$a and 050$b (Library of Congress item number) are now searchable.
511
  >These means that when searching using lc-call-number both 050$a and 050$b (Library of Congress item number) are now searchable.
512
- [[28736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28736) Better error message when ES fails to understand the syntax of the search query
512
- [[28736]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28736) Better error message when ES fails to understand the syntax of the search query
513
513
514
### Searching - Zebra
514
### Searching - Zebra
515
515
516
- [[20463]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20463) Create an index for LDR, pos 19 - Multipart resource record level
516
- [[20463]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20463) Create an index for LDR, pos 19 - Multipart resource record level
517
517
518
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
518
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
519
519
520
  >This adds a new Zebra index Multipart-resource-level or mrl for LDR, pos. 19 - multipart resource record level. It allows to search for sets and parts with independent and dependent title.
520
  >This adds a new Zebra index Multipart-resource-level or mrl for LDR, pos. 19 - multipart resource record level. It allows to search for sets and parts with independent and dependent title.
521
- [[28337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28337) Add System-control-number index for authorities to MARC21 indexes
521
- [[28337]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28337) Add System-control-number index for authorities to MARC21 indexes
522
522
523
### Staff Client
523
### Staff Client
524
524
525
- [[28356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28356) Consolidate header catalogue search box code
525
- [[28356]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28356) Consolidate header catalogue search box code
526
- [[28390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28390) Transaction timestamps should be part of the transaction grouping row instead of repeated for each breakdown row
526
- [[28390]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28390) Transaction timestamps should be part of the transaction grouping row instead of repeated for each breakdown row
527
- [[28677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28677) Add the word "calendar" to the description for ExpireReservesOnHolidays
527
- [[28677]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28677) Add the word "calendar" to the description for ExpireReservesOnHolidays
528
- [[28819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28819) Add link to item search from mainpage.pl
528
- [[28819]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28819) Add link to item search from mainpage.pl
529
- [[29369]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29369) Use Flatpickr in dateaccessioned cataloging plugin
529
- [[29369]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29369) Use Flatpickr in dateaccessioned cataloging plugin
530
530
531
### System Administration
531
### System Administration
532
532
533
- [[27505]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27505) Add new itemtype controller image for carredart
533
- [[27505]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27505) Add new itemtype controller image for carredart
534
534
535
  >This enhancement adds a video game controller image to the carredart icon set for item types.
535
  >This enhancement adds a video game controller image to the carredart icon set for item types.
536
- [[27521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27521) Adding new itemtype headset image for carredart
536
- [[27521]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27521) Adding new itemtype headset image for carredart
537
537
538
  >This enhancement adds a headset image to the carredart icon set for item types.
538
  >This enhancement adds a headset image to the carredart icon set for item types.
539
- [[28347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28347) Add DataTables, additional information to patron attribute types management
539
- [[28347]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28347) Add DataTables, additional information to patron attribute types management
540
- [[28563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28563) Add AllowHoldItemTypeSelection to Hea
540
- [[28563]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28563) Add AllowHoldItemTypeSelection to Hea
541
541
542
  >This enhancement adds the AllowHoldItemTypeSelection system preference to the list of system preferences usage data that will be shared with Hea.
542
  >This enhancement adds the AllowHoldItemTypeSelection system preference to the list of system preferences usage data that will be shared with Hea.
543
- [[29149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29149) Background job detail view needs more flexibility
543
- [[29149]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29149) Background job detail view needs more flexibility
544
544
545
### Templates
545
### Templates
546
546
547
- [[12561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561) Remove non-XSLT views
547
- [[12561]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561) Remove non-XSLT views
548
548
549
  >This removes the non-XSLT views feature that was deprecated from July 2014.
549
  >This removes the non-XSLT views feature that was deprecated from July 2014.
550
  >
550
  >
551
  >As part of this change:
551
  >As part of this change:
552
  >- system preferences HighlightOwnItemsOnOPAC and HighlightOwnItemsOnOPACWhich are removed
552
  >- system preferences HighlightOwnItemsOnOPAC and HighlightOwnItemsOnOPACWhich are removed
553
  >- a warning is added to the about page if a default XSLT file was removed, or if a file referenced in one of the system preferences does not exist.
553
  >- a warning is added to the about page if a default XSLT file was removed, or if a file referenced in one of the system preferences does not exist.
554
- [[26838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26838) Improve styling of checkin message
554
- [[26838]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26838) Improve styling of checkin message
555
- [[26949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26949) Upgrade TinyMCE in the staff interface from 5.0.16 to 5.9.2
555
- [[26949]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26949) Upgrade TinyMCE in the staff interface from 5.0.16 to 5.9.2
556
- [[28084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28084) Standardize: Cardnumber, Card number, Card
556
- [[28084]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28084) Standardize: Cardnumber, Card number, Card
557
- [[28321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28321) Use template block for display of items in search results
557
- [[28321]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28321) Use template block for display of items in search results
558
- [[28376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28376) Flatpickr introduction for datetime picker
558
- [[28376]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28376) Flatpickr introduction for datetime picker
559
559
560
  >This patch begins the process of replacing an obsolete jQuery plugin with a new library for selecting dates and times. Koha uses the jQueryUI "datepicker" widget for selecting dates, and uses an additional plugin, "jQuery Timepicker Addon," when adding time selection to the widget. This additional plugin has not been updated for many years. The new library, Flatpickr, will eventually replace both the jQuery Timepicker Addon and the jQueryUI datepicker widget. This replacement process begins here with the new Flatpickr calendar widget being added to Circulation -> Renew, Reports -> Patron statistics wizard, and Administration -> Patron categories.
560
  >This patch begins the process of replacing an obsolete jQuery plugin with a new library for selecting dates and times. Koha uses the jQueryUI "datepicker" widget for selecting dates, and uses an additional plugin, "jQuery Timepicker Addon," when adding time selection to the widget. This additional plugin has not been updated for many years. The new library, Flatpickr, will eventually replace both the jQuery Timepicker Addon and the jQueryUI datepicker widget. This replacement process begins here with the new Flatpickr calendar widget being added to Circulation -> Renew, Reports -> Patron statistics wizard, and Administration -> Patron categories.
561
- [[28394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28394) Improve style of patron category entry form
561
- [[28394]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28394) Improve style of patron category entry form
562
- [[28843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28843) Add view and edit buttons to result of MARC record import
562
- [[28843]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28843) Add view and edit buttons to result of MARC record import
563
- [[28937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28937) Use Flatpickr on circulation and patron pages
563
- [[28937]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28937) Use Flatpickr on circulation and patron pages
564
- [[28942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28942) Use Flatpickr on acquisitions pages
564
- [[28942]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28942) Use Flatpickr on acquisitions pages
565
- [[28945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28945) Use Flatpickr on administration pages
565
- [[28945]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28945) Use Flatpickr on administration pages
566
- [[28949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28949) Use Flatpickr on reports pages
566
- [[28949]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28949) Use Flatpickr on reports pages
567
- [[28958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28958) Use Flatpickr on serials pages
567
- [[28958]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28958) Use Flatpickr on serials pages
568
- [[28961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28961) Use Flatpickr on tools pages
568
- [[28961]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28961) Use Flatpickr on tools pages
569
- [[28963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28963) Use Flatpickr on calendar page
569
- [[28963]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28963) Use Flatpickr on calendar page
570
- [[28982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28982) Use Flatpickr on onboarding pages
570
- [[28982]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28982) Use Flatpickr on onboarding pages
571
- [[28983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28983) Use Flatpickr on various pages
571
- [[28983]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28983) Use Flatpickr on various pages
572
- [[28988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28988) Reindent calendar template
572
- [[28988]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28988) Reindent calendar template
573
- [[29041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29041) Improve specificity of breadcrumbs in Additional Contents
573
- [[29041]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29041) Improve specificity of breadcrumbs in Additional Contents
574
- [[29042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29042) Improve formatting of entry form in Additional Contents
574
- [[29042]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29042) Improve formatting of entry form in Additional Contents
575
- [[29052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29052) Make consistent use of spans and div with hint class
575
- [[29052]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29052) Make consistent use of spans and div with hint class
576
- [[29229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29229) Use Flatpickr in suggestion search sidebar filter
576
- [[29229]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29229) Use Flatpickr in suggestion search sidebar filter
577
- [[29231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29231) Add missing Flatpickr to inventory page
577
- [[29231]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29231) Add missing Flatpickr to inventory page
578
- [[29270]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29270) Use flatpickr and futuredate on reserve/request.tt
578
- [[29270]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29270) Use flatpickr and futuredate on reserve/request.tt
579
- [[29299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29299) Reindent serials search template
579
- [[29299]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29299) Reindent serials search template
580
580
581
### Test Suite
581
### Test Suite
582
582
583
- [[19185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185) Web installer and onboarding tool selenium test
583
- [[19185]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185) Web installer and onboarding tool selenium test
584
- [[19821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821) Run tests on a separate database
584
- [[19821]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821) Run tests on a separate database
585
- [[28615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28615) Add a simple way to mock Koha::Logger
585
- [[28615]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28615) Add a simple way to mock Koha::Logger
586
586
587
### Tools
587
### Tools
588
588
589
- [[16446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16446) Allow librarians to add borrowers to patron lists by borrowernumber
589
- [[16446]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16446) Allow librarians to add borrowers to patron lists by borrowernumber
590
- [[22544]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544) Move C4:NewsChannels to Koha namespace
590
- [[22544]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544) Move C4:NewsChannels to Koha namespace
591
- [[24019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24019) Patron batch modification based on borrowernumber
591
- [[24019]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24019) Patron batch modification based on borrowernumber
592
592
593
  >With this change the batch patron modification tool can now accept a file or list of borrowernumbers in addition to accepting cardnumbers or a patron list.
593
  >With this change the batch patron modification tool can now accept a file or list of borrowernumbers in addition to accepting cardnumbers or a patron list.
594
- [[24387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24387) Rename News tool
594
- [[24387]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24387) Rename News tool
595
595
596
  >This enhancement is renaming the "News" tool to the more generic
596
  >This enhancement is renaming the "News" tool to the more generic
597
  >"Additional contents".
597
  >"Additional contents".
598
  >It creates two different "categories" of content:
598
  >It creates two different "categories" of content:
599
  >"news" and "HTML customizations".
599
  >"news" and "HTML customizations".
600
- [[26080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26080) Use the task queue for the batch delete records tool
600
- [[26080]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26080) Use the task queue for the batch delete records tool
601
- [[27883]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27883) Add ability to preserve patron field from being overwritten by import
601
- [[27883]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27883) Add ability to preserve patron field from being overwritten by import
602
602
603
  >This enhancement to the patron import tool lets you keep current values for selected fields for existing patrons - when the data is imported the selected fields are not overwritten.
603
  >This enhancement to the patron import tool lets you keep current values for selected fields for existing patrons - when the data is imported the selected fields are not overwritten.
604
  >
604
  >
605
  >When importing:
605
  >When importing:
606
  >- match to existing patrons using either their card number or user name
606
  >- match to existing patrons using either their card number or user name
607
  >- select the fields that will not be overwritten under 'Preserve existing values'.
607
  >- select the fields that will not be overwritten under 'Preserve existing values'.
608
- [[28175]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28175) Usability improvements to uploads page
608
- [[28175]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28175) Usability improvements to uploads page
609
609
610
  >Some general improvements have been made to the "Upload" page in the Tools section: An "Upload" toolbar button is now present on upload results and search results pages; Search forms now appear in the sidebar if you're not on the main page; Upload categories are shown in search results as full descriptions linked to a search for that category.
610
  >Some general improvements have been made to the "Upload" page in the Tools section: An "Upload" toolbar button is now present on upload results and search results pages; Search forms now appear in the sidebar if you're not on the main page; Upload categories are shown in search results as full descriptions linked to a search for that category.
611
- [[28177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28177) Add date column and column configuration to uploads
611
- [[28177]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28177) Add date column and column configuration to uploads
612
- [[28839]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28839) Better texts in stage MARC for import
612
- [[28839]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28839) Better texts in stage MARC for import
613
- [[29265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29265) Can't pick editor to use when adding new news or HTML customization entries
613
- [[29265]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29265) Can't pick editor to use when adding new news or HTML customization entries
614
614
615
### Web services
615
### Web services
616
616
617
- [[26195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26195) Add a way to specify authorised values should be expanded [OAI]
617
- [[26195]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26195) Add a way to specify authorised values should be expanded [OAI]
618
618
619
  >This enhancement adds a new option to the OAI configuration file, to tell it to expand authorised values.
619
  >This enhancement adds a new option to the OAI configuration file, to tell it to expand authorised values.
620
- [[28630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28630) ILSDI::AuthenticatePatron should set borrowers.lastseen
620
- [[28630]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28630) ILSDI::AuthenticatePatron should set borrowers.lastseen
621
621
622
### Z39.50 / SRU / OpenSearch Servers
622
### Z39.50 / SRU / OpenSearch Servers
623
623
624
- [[8280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8280) SRU should be filterable by Koha Item Type
624
- [[8280]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8280) SRU should be filterable by Koha Item Type
625
625
626
626
627
## Critical bugs fixed
627
## Critical bugs fixed
Lines 631-732 have already been fixed in maintainance releases) Link Here
631
631
632
### Acquisitions
632
### Acquisitions
633
633
634
- [[14999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14999) Adding to basket orders from staged files mixes up the prices between different orders
634
- [[14999]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14999) Adding to basket orders from staged files mixes up the prices between different orders
635
- [[24370]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24370) Editing purchase suggestion changes the acquisition library to logged-in user's
635
- [[24370]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24370) Editing purchase suggestion changes the acquisition library to logged-in user's
636
- [[28773]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28773) Aquisitions from external source not working for non english language
636
- [[28773]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28773) Aquisitions from external source not working for non english language
637
- [[28946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28946) 500 error when choosing patron for purchase suggestion
637
- [[28946]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28946) 500 error when choosing patron for purchase suggestion
638
- [[28960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28960) EDI transfer_items uses a relationship where it's looking for a field
638
- [[28960]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28960) EDI transfer_items uses a relationship where it's looking for a field
639
- [[29283]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29283) Cannot delete basket with cancelled order for deleted biblio
639
- [[29283]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29283) Cannot delete basket with cancelled order for deleted biblio
640
- [[29496]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29496) Can't save an order with mandatory items subfields
640
- [[29496]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29496) Can't save an order with mandatory items subfields
641
641
642
### Architecture, internals, and plumbing
642
### Architecture, internals, and plumbing
643
643
644
- [[24434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24434) C4::Circulation::updateWrongTransfer is never called but should be
644
- [[24434]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24434) C4::Circulation::updateWrongTransfer is never called but should be
645
- [[24850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24850) Koha::DateUtils ignores offsets in RFC3339 datetimes
645
- [[24850]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24850) Koha::DateUtils ignores offsets in RFC3339 datetimes
646
646
647
  >Prior to this patch our date handling library ignored offset data passed with rfc3339 dates. This could lead to problems if an API client converted to UTC or was in a different timezone to the Koha instance time setting.
647
  >Prior to this patch our date handling library ignored offset data passed with rfc3339 dates. This could lead to problems if an API client converted to UTC or was in a different timezone to the Koha instance time setting.
648
  >
648
  >
649
  >This patch adds proper handling to dt_from_string such that if an REF3339 date is input, we parse out the offset and then adjust the time to match the instance timezone for storage.
649
  >This patch adds proper handling to dt_from_string such that if an REF3339 date is input, we parse out the offset and then adjust the time to match the instance timezone for storage.
650
- [[26374]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26374) Update for 19974 is not idempotent
650
- [[26374]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26374) Update for 19974 is not idempotent
651
- [[28759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28759) Users with pretty basic staff interface permissions can see/add/remove API keys of any other user
651
- [[28759]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28759) Users with pretty basic staff interface permissions can see/add/remove API keys of any other user
652
- [[28772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28772) Any user that can work with reports can see API keys of any other user
652
- [[28772]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28772) Any user that can work with reports can see API keys of any other user
653
- [[28881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28881) Suggestion not displayed on the order receive page
653
- [[28881]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28881) Suggestion not displayed on the order receive page
654
- [[28929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28929) No filtering on borrowers.flags on member entry pages (OPAC, self registration, staff interface)
654
- [[28929]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28929) No filtering on borrowers.flags on member entry pages (OPAC, self registration, staff interface)
655
- [[28935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28935) No filtering on patron's data on member entry pages (OPAC, self registration, staff interface)
655
- [[28935]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28935) No filtering on patron's data on member entry pages (OPAC, self registration, staff interface)
656
- [[28941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28941) No filtering on suggestion at the OPAC
656
- [[28941]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28941) No filtering on suggestion at the OPAC
657
- [[28947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28947) OPAC user can create new users
657
- [[28947]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28947) OPAC user can create new users
658
- [[29134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29134) Patron search has poor performance when ExtendedAttributes enabled and many attributes match
658
- [[29134]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29134) Patron search has poor performance when ExtendedAttributes enabled and many attributes match
659
- [[29135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29135) OAI should not include biblionumbers from deleteditems when determining deletedbiblios
659
- [[29135]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29135) OAI should not include biblionumbers from deleteditems when determining deletedbiblios
660
660
661
  **Sponsored by** *National Library of Finland*
661
  **Sponsored by** *National Library of Finland*
662
- [[29139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29139) Paying gives ISE if UseEmailReceipts is enabled
662
- [[29139]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29139) Paying gives ISE if UseEmailReceipts is enabled
663
- [[29197]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29197) commit_file.pl missing import
663
- [[29197]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29197) commit_file.pl missing import
664
- [[29243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29243) PrepareItemrecordDisplay should not be called with empty string in defaultvalues
664
- [[29243]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29243) PrepareItemrecordDisplay should not be called with empty string in defaultvalues
665
- [[29330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29330) Koha cannot send emails with attachments using Koha::Email and message_queue table
665
- [[29330]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29330) Koha cannot send emails with attachments using Koha::Email and message_queue table
666
- [[29386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29386) background jobs table data field is a TEXT which is too small
666
- [[29386]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29386) background jobs table data field is a TEXT which is too small
667
667
668
### Authentication
668
### Authentication
669
669
670
- [[28489]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28489) CGI::Session is incorrectly serialized to DB in production env / when strict_sql_modes = 0
670
- [[28489]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28489) CGI::Session is incorrectly serialized to DB in production env / when strict_sql_modes = 0
671
671
672
### Cataloging
672
### Cataloging
673
673
674
- [[28676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28676) AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached
674
- [[28676]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28676) AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached
675
- [[28750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28750) Undefined subroutines in svc/cataloguing/framework (caused by bug 17600)
675
- [[28750]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28750) Undefined subroutines in svc/cataloguing/framework (caused by bug 17600)
676
676
677
  >This fixes an issue in master caused by bug 17600. This resulted in the advanced cataloguing editor failing to load.
677
  >This fixes an issue in master caused by bug 17600. This resulted in the advanced cataloguing editor failing to load.
678
- [[28812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28812) Authority tag editor only copies $a from record to search form
678
- [[28812]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28812) Authority tag editor only copies $a from record to search form
679
- [[29137]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29137) Unwanted authorised values are too easily created via the cataloging module
679
- [[29137]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29137) Unwanted authorised values are too easily created via the cataloging module
680
680
681
### Circulation
681
### Circulation
682
682
683
- [[28538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28538) Regression - Date of birth entered without correct format causes internal server error
683
- [[28538]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28538) Regression - Date of birth entered without correct format causes internal server error
684
- [[29221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29221) On returns.tt modal displays wrong message when lost items are returned
684
- [[29221]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29221) On returns.tt modal displays wrong message when lost items are returned
685
- [[29255]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29255) Built-in offline circulation broken with SQL error
685
- [[29255]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29255) Built-in offline circulation broken with SQL error
686
- [[29380]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29380) Auto renewing, batch due date extension tool and checkout note previews are broken
686
- [[29380]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29380) Auto renewing, batch due date extension tool and checkout note previews are broken
687
- [[29463]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29463) Umlauts in search field get changed into replacement character
687
- [[29463]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29463) Umlauts in search field get changed into replacement character
688
688
689
### Command-line Utilities
689
### Command-line Utilities
690
690
691
- [[28994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28994) Make writeoff_debts.pl use amountoutstanding, not amount
691
- [[28994]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28994) Make writeoff_debts.pl use amountoutstanding, not amount
692
- [[29076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29076) cleanup_database.pl dies of passed zebraqueue and not confirm
692
- [[29076]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29076) cleanup_database.pl dies of passed zebraqueue and not confirm
693
693
694
### Database
694
### Database
695
695
696
- [[28534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28534) pending_offline_circulations table uses MyISAM engine
696
- [[28534]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28534) pending_offline_circulations table uses MyISAM engine
697
697
698
  >This updates the database structure for the pending_offline_operations table so that it uses the InnoDB engine instead of the MyISAM engine.
698
  >This updates the database structure for the pending_offline_operations table so that it uses the InnoDB engine instead of the MyISAM engine.
699
- [[28692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28692) Reduce DB action_log table size
699
- [[28692]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28692) Reduce DB action_log table size
700
700
701
### Fines and fees
701
### Fines and fees
702
702
703
- [[28482]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482) Floating point math prevents items from being returned
703
- [[28482]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482) Floating point math prevents items from being returned
704
704
705
### Hold requests
705
### Hold requests
706
706
707
- [[28057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28057) Confusion of biblionumber and biblioitemnumber in request.pl
707
- [[28057]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28057) Confusion of biblionumber and biblioitemnumber in request.pl
708
- [[28338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28338) Validate item holdability and pickup location separately
708
- [[28338]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28338) Validate item holdability and pickup location separately
709
- [[28496]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28496) Club holds form broken
709
- [[28496]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28496) Club holds form broken
710
710
711
  >This fixes the libraries shown in the 'Pickup at' dropdown list when placing a club hold so that it shows all libraries, instead of just the currently logged in library.
711
  >This fixes the libraries shown in the 'Pickup at' dropdown list when placing a club hold so that it shows all libraries, instead of just the currently logged in library.
712
- [[28503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28503) When ReservesControlBranch = "patron's home library" and Hold policy = "From home library" all holds are allowed
712
- [[28503]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28503) When ReservesControlBranch = "patron's home library" and Hold policy = "From home library" all holds are allowed
713
- [[28520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28520) Cancelling a hold that is in transit hides item's transit status
713
- [[28520]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28520) Cancelling a hold that is in transit hides item's transit status
714
- [[28748]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28748) When hold is overridden cannot select a pickup location
714
- [[28748]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28748) When hold is overridden cannot select a pickup location
715
- [[29073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29073) Hold expiration added to new holds when DefaultHoldExpirationdate turned off
715
- [[29073]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29073) Hold expiration added to new holds when DefaultHoldExpirationdate turned off
716
- [[29148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29148) Holds to Pull doesn't reflect item-level holds
716
- [[29148]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29148) Holds to Pull doesn't reflect item-level holds
717
717
718
### Notices
718
### Notices
719
719
720
- [[28487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28487) Overdue_notices does not fall back to default language
720
- [[28487]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28487) Overdue_notices does not fall back to default language
721
721
722
  >Previously overdue notices exclusively used the default language, but bug 26420 changed this to the opposite - to exclusively use the language chosen by the patron.
722
  >Previously overdue notices exclusively used the default language, but bug 26420 changed this to the opposite - to exclusively use the language chosen by the patron.
723
  >
723
  >
724
  >However, if there is no translation for the overdue notice for the language chosen by the patron then no message is sent.
724
  >However, if there is no translation for the overdue notice for the language chosen by the patron then no message is sent.
725
  >
725
  >
726
  >This fixes this so that if there is no translation of the overdue notice for the language chosen by the patron, then the default language notice is used.
726
  >This fixes this so that if there is no translation of the overdue notice for the language chosen by the patron, then the default language notice is used.
727
- [[28803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28803) process_message_queue.pl dies if any messsages in the message queue contain an invalid to_address
727
- [[28803]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28803) process_message_queue.pl dies if any messsages in the message queue contain an invalid to_address
728
- [[29223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29223) Auto-renewals can fail when not digested per branch and patron requests digest
728
- [[29223]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29223) Auto-renewals can fail when not digested per branch and patron requests digest
729
- [[29381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29381) Auto-renewal digest messages are sent on every cron run
729
- [[29381]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29381) Auto-renewal digest messages are sent on every cron run
730
730
731
  >This fixes an issue with automatic renewal digest messages - these were being sent on every cron run, even if there was nothing to renew or no renewal errors.
731
  >This fixes an issue with automatic renewal digest messages - these were being sent on every cron run, even if there was nothing to renew or no renewal errors.
732
  >
732
  >
Lines 734-867 have already been fixed in maintainance releases) Link Here
734
734
735
### OPAC
735
### OPAC
736
736
737
- [[28299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299) OpacHiddenItems not working in OPAC lists
737
- [[28299]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299) OpacHiddenItems not working in OPAC lists
738
738
739
  >This fixes an issue where items that should be hidden from display in the OPAC (using the rules in OpacHiddenItems, for example: damaged) were displayed under availability in OPAC lists.
739
  >This fixes an issue where items that should be hidden from display in the OPAC (using the rules in OpacHiddenItems, for example: damaged) were displayed under availability in OPAC lists.
740
- [[28462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462) TT tag on several lines break the translator tool
740
- [[28462]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462) TT tag on several lines break the translator tool
741
- [[28600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28600) Variable "$patron" is not available
741
- [[28600]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28600) Variable "$patron" is not available
742
- [[28631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631) Holds History title link returns "not found" error
742
- [[28631]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631) Holds History title link returns "not found" error
743
- [[28660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660) Self checkout is not automatically logging in
743
- [[28660]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660) Self checkout is not automatically logging in
744
- [[28679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28679) Unable to click "Log in to your account" when  GoogleOpenIDConnect  is enabled
744
- [[28679]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28679) Unable to click "Log in to your account" when  GoogleOpenIDConnect  is enabled
745
745
746
  >This fixes the login link in the OPAC when GoogleOpenIDConnect is enabled. It removes modal-related markup which was causing the link to fail.
746
  >This fixes the login link in the OPAC when GoogleOpenIDConnect is enabled. It removes modal-related markup which was causing the link to fail.
747
- [[28845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28845) OpacAddMastheadLibraryPulldown does not respect multibranchlimit in OPAC_SEARCH_LIMIT
747
- [[28845]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28845) OpacAddMastheadLibraryPulldown does not respect multibranchlimit in OPAC_SEARCH_LIMIT
748
- [[28870]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28870) Cart shipping fails because of Non-ASCII characters in display-name of reply-to address
748
- [[28870]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28870) Cart shipping fails because of Non-ASCII characters in display-name of reply-to address
749
- [[28885]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28885) OpacBrowseResults can cause errors with bad search indexes
749
- [[28885]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28885) OpacBrowseResults can cause errors with bad search indexes
750
- [[29318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29318) OverDrive search page should not require edit_borrowers permission
750
- [[29318]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29318) OverDrive search page should not require edit_borrowers permission
751
- [[29332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29332) AdditionalContents displays blocks for every library prior to login
751
- [[29332]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29332) AdditionalContents displays blocks for every library prior to login
752
- [[29416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29416) Regression: information from existing bib no longer populating on suggest for purchase
752
- [[29416]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29416) Regression: information from existing bib no longer populating on suggest for purchase
753
753
754
  >This restores the behaviour for purchase suggestions for an existing title, so that the suggestion form is pre-filled with the details from the existing record.
754
  >This restores the behaviour for purchase suggestions for an existing title, so that the suggestion form is pre-filled with the details from the existing record.
755
755
756
### Packaging
756
### Packaging
757
757
758
- [[28616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28616) Remove Data::Printer dependency
758
- [[28616]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28616) Remove Data::Printer dependency
759
759
760
### Patrons
760
### Patrons
761
761
762
- [[28490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490) Cannot modify patrons in some categories (e.g. Child category)
762
- [[28490]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490) Cannot modify patrons in some categories (e.g. Child category)
763
- [[29341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29341) If OpacRenewalBranch = opacrenew, pseudonymization process leads to "internal server error" when patrons renew the loans at OPAC
763
- [[29341]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29341) If OpacRenewalBranch = opacrenew, pseudonymization process leads to "internal server error" when patrons renew the loans at OPAC
764
- [[29524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29524) Cannot set a new value for privacy_guarantor_checkouts in memberentry.pl
764
- [[29524]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29524) Cannot set a new value for privacy_guarantor_checkouts in memberentry.pl
765
765
766
### Plugin architecture
766
### Plugin architecture
767
767
768
- [[29121]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29121) Plugins with broken ->install prevent access to the plugins list
768
- [[29121]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29121) Plugins with broken ->install prevent access to the plugins list
769
769
770
### REST API
770
### REST API
771
771
772
- [[28585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585) Cannot search on date fields
772
- [[28585]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585) Cannot search on date fields
773
773
774
  >This patch fixes the date handling for query parsing from the API.  We use dt_from_string to convert out RFC3339 formatted date strings to DateTime objects with an associated timezone and then user the native datetime formatted provided by the SQL connection library to convert to an appropriately formated date time string.
774
  >This patch fixes the date handling for query parsing from the API.  We use dt_from_string to convert out RFC3339 formatted date strings to DateTime objects with an associated timezone and then user the native datetime formatted provided by the SQL connection library to convert to an appropriately formated date time string.
775
- [[28586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28586) Cannot resolve a claim
775
- [[28586]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28586) Cannot resolve a claim
776
776
777
  >This fixes an issue with the 'Returned claims' feature (enabled by setting a value for ClaimReturnedLostValue)- resolving returned claims now works as expected.
777
  >This fixes an issue with the 'Returned claims' feature (enabled by setting a value for ClaimReturnedLostValue)- resolving returned claims now works as expected.
778
  >
778
  >
779
  >Before this fix, an attempt to resolve a claim resulted in the page hanging and the claim not being able to be resolved.
779
  >Before this fix, an attempt to resolve a claim resulted in the page hanging and the claim not being able to be resolved.
780
- [[29032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29032) ILL route unusable (slow)
780
- [[29032]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29032) ILL route unusable (slow)
781
- [[29272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29272) API not respecting $category->effective_change_password
781
- [[29272]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29272) API not respecting $category->effective_change_password
782
782
783
### Reports
783
### Reports
784
784
785
- [[28523]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28523) Patrons with the most checkouts (bor_issues_top.pl) is failing with MySQL 8
785
- [[28523]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28523) Patrons with the most checkouts (bor_issues_top.pl) is failing with MySQL 8
786
- [[28524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28524) Most-circulated items (cat_issues_top.pl) is failing with MySQL 8
786
- [[28524]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28524) Most-circulated items (cat_issues_top.pl) is failing with MySQL 8
787
- [[28804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28804) 500 Error when running report with bad syntax
787
- [[28804]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28804) 500 Error when running report with bad syntax
788
- [[29204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29204) Error 500 when execute Circulation report with date period
788
- [[29204]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29204) Error 500 when execute Circulation report with date period
789
789
790
### SIP2
790
### SIP2
791
791
792
- [[26871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26871) L1 cache still too long in SIP Server
792
- [[26871]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26871) L1 cache still too long in SIP Server
793
793
794
  >This fixes SIP connections so that when system preference and configuration changes are made (for example: enabling or disabling logging of issues and returns) they are picked up automatically with the next message, rather than requiring the SIP connection to be closed and reopened.
794
  >This fixes SIP connections so that when system preference and configuration changes are made (for example: enabling or disabling logging of issues and returns) they are picked up automatically with the next message, rather than requiring the SIP connection to be closed and reopened.
795
  >
795
  >
796
  >SIP connections typically tend to be long lived - weeks if not months. Basically the connection per SIP machine is initiated once when the SIP machine boots and then never closed until maintenance is required. Therefore we need to reset Koha's caches on every SIP request to get the latest system preference and configuration changes from the memcached cache that is shared between all the Koha programs (staff interface, OPAC, SIP, cronjobs, etc).
796
  >SIP connections typically tend to be long lived - weeks if not months. Basically the connection per SIP machine is initiated once when the SIP machine boots and then never closed until maintenance is required. Therefore we need to reset Koha's caches on every SIP request to get the latest system preference and configuration changes from the memcached cache that is shared between all the Koha programs (staff interface, OPAC, SIP, cronjobs, etc).
797
- [[29264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29264) SIP config allows use of non-branchcode institution ids causes workers to die without responding
797
- [[29264]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29264) SIP config allows use of non-branchcode institution ids causes workers to die without responding
798
798
799
  >This adds a warning to the logs where a SIP login uses an institution id that is *not* a valid library code.
799
  >This adds a warning to the logs where a SIP login uses an institution id that is *not* a valid library code.
800
  >
800
  >
801
  >If a SIP login uses an institution with an id that doesn't match a valid branchcode, everything will appear to work, but the SIP worker will die anywhere that Koha gets the branch from the userenv and assumes it is valid.
801
  >If a SIP login uses an institution with an id that doesn't match a valid branchcode, everything will appear to work, but the SIP worker will die anywhere that Koha gets the branch from the userenv and assumes it is valid.
802
  >
802
  >
803
  >The repercussions of this are that actions such as the checkout message simply die and do not return a response message to the requestor.
803
  >The repercussions of this are that actions such as the checkout message simply die and do not return a response message to the requestor.
804
- [[29564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29564) Use List::MoreUtils so SIP U16/Xenial does not break
804
- [[29564]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29564) Use List::MoreUtils so SIP U16/Xenial does not break
805
805
806
### Searching
806
### Searching
807
807
808
- [[29152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29152) Change to default search behavior when limiting by branch
808
- [[29152]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29152) Change to default search behavior when limiting by branch
809
- [[29374]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29374) searchResults explodes if biblio record has been deleted
809
- [[29374]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29374) searchResults explodes if biblio record has been deleted
810
810
811
### Searching - Elasticsearch
811
### Searching - Elasticsearch
812
812
813
- [[29284]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29284) Koha dies when an analytics search fails in Elasticsearch
813
- [[29284]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29284) Koha dies when an analytics search fails in Elasticsearch
814
814
815
### Staff Client
815
### Staff Client
816
816
817
- [[28236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28236) Selecting database columns for system preferences in standard and dev installs is broken
817
- [[28236]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28236) Selecting database columns for system preferences in standard and dev installs is broken
818
818
819
  **Sponsored by** *Koha-Suomi Oy*
819
  **Sponsored by** *Koha-Suomi Oy*
820
820
821
  >This fixes Apache access to json files in koha-tmpl for non-package installs. This causes issues for system preferences where there is a pick list for database columns.
821
  >This fixes Apache access to json files in koha-tmpl for non-package installs. This causes issues for system preferences where there is a pick list for database columns.
822
  >
822
  >
823
  >Bug 22844 introduced a pick list of database columns for system preferences where such a list was required. This list is in a plain json file under the templates directory. This works fine for packages, but because of bug 9812 (which limited browser access to selected files) those directories are not accessible to the outside world for both standard and dev type installs using the make process.
823
  >Bug 22844 introduced a pick list of database columns for system preferences where such a list was required. This list is in a plain json file under the templates directory. This works fine for packages, but because of bug 9812 (which limited browser access to selected files) those directories are not accessible to the outside world for both standard and dev type installs using the make process.
824
- [[28573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28573) Replace authority record with Z39.50/SRU creates new authority record
824
- [[28573]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28573) Replace authority record with Z39.50/SRU creates new authority record
825
- [[28872]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28872) AcquisitionLog, NewsLog, NoticesLog should use 1/0 for their values
825
- [[28872]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28872) AcquisitionLog, NewsLog, NoticesLog should use 1/0 for their values
826
- [[28986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28986) Parent itemtype not selected when editing circ rules
826
- [[28986]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28986) Parent itemtype not selected when editing circ rules
827
- [[29193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29193) DataTables only showing 20 results on checkout search and patrons search on request.pl
827
- [[29193]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29193) DataTables only showing 20 results on checkout search and patrons search on request.pl
828
- [[29240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240) Flatpickr - error in the console when a date is selected
828
- [[29240]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240) Flatpickr - error in the console when a date is selected
829
- [[29241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29241) Flatpickr not displaying date in the past for futuredate
829
- [[29241]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29241) Flatpickr not displaying date in the past for futuredate
830
- [[29500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29500) Flatpickr accepting original date in the past for futuredate but also other dates in the past
830
- [[29500]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29500) Flatpickr accepting original date in the past for futuredate but also other dates in the past
831
831
832
### System Administration
832
### System Administration
833
833
834
- [[28729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28729) Return-path header not set in emails
834
- [[28729]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28729) Return-path header not set in emails
835
835
836
### Templates
836
### Templates
837
837
838
- [[29477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29477) flatpickr default time should be 23:59 (11:59 pm as well, probably), not 12:00
838
- [[29477]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29477) flatpickr default time should be 23:59 (11:59 pm as well, probably), not 12:00
839
839
840
  >This fixes the flatpickr default time defaulting to 12:00 instead of 23:59, which was an unexpected change in behaviour caused by the flatpickr switch.
840
  >This fixes the flatpickr default time defaulting to 12:00 instead of 23:59, which was an unexpected change in behaviour caused by the flatpickr switch.
841
- [[29478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29478) flatpickr misses quick shortcut to "Today" date
841
- [[29478]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29478) flatpickr misses quick shortcut to "Today" date
842
842
843
  >This adds shortcuts to yesterday, today and tomorrow for the flatpickr date selector.
843
  >This adds shortcuts to yesterday, today and tomorrow for the flatpickr date selector.
844
844
845
### Test Suite
845
### Test Suite
846
846
847
- [[29368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29368) Zebra index not correctly mocked from tests
847
- [[29368]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29368) Zebra index not correctly mocked from tests
848
848
849
### Tools
849
### Tools
850
850
851
- [[28717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28717) NewsLog doesn't work
851
- [[28717]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28717) NewsLog doesn't work
852
852
853
  >This patch fixes a regression in the NewsLog caused by Bug 28718.
853
  >This patch fixes a regression in the NewsLog caused by Bug 28718.
854
- [[28745]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28745) Batch item modifications no longer displayed modified items
854
- [[28745]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28745) Batch item modifications no longer displayed modified items
855
- [[28758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28758) Undefined subroutines in C4/ImportBatch.pm (bug 17600)
855
- [[28758]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28758) Undefined subroutines in C4/ImportBatch.pm (bug 17600)
856
- [[29019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29019) Unable to delete HTML customization
856
- [[29019]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29019) Unable to delete HTML customization
857
- [[29113]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29113) New "code" field for additional contents is not useful for the end users
857
- [[29113]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29113) New "code" field for additional contents is not useful for the end users
858
- [[29387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29387) BatchUpdateBiblio does not handle exception correctly
858
- [[29387]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29387) BatchUpdateBiblio does not handle exception correctly
859
- [[29469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29469) Error when approving and rejecting tags
859
- [[29469]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29469) Error when approving and rejecting tags
860
- [[29567]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29567) Cataloguing plugins are broken on the batch item mod tool
860
- [[29567]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29567) Cataloguing plugins are broken on the batch item mod tool
861
861
862
### translate.koha-community.org
862
### translate.koha-community.org
863
863
864
- [[29261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29261) Translation script breaks members/tables/members_results.tt
864
- [[29261]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29261) Translation script breaks members/tables/members_results.tt
865
865
866
866
867
## Other bugs fixed
867
## Other bugs fixed
Lines 871-926 have already been fixed in maintainance releases) Link Here
871
871
872
### About
872
### About
873
873
874
- [[28476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28476) Update info in docs/teams.yaml file
874
- [[28476]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28476) Update info in docs/teams.yaml file
875
- [[28904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28904) Update information on Newsletter editor on about page
875
- [[28904]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28904) Update information on Newsletter editor on about page
876
- [[29123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29123) Add Dataly Tech to About page
876
- [[29123]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29123) Add Dataly Tech to About page
877
- [[29300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29300) Release team 22.05
877
- [[29300]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29300) Release team 22.05
878
878
879
### Acquisitions
879
### Acquisitions
880
880
881
- [[27708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27708) Cannot create EDI order if AcqCreateItem value is not "placing an order"
881
- [[27708]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27708) Cannot create EDI order if AcqCreateItem value is not "placing an order"
882
- [[28079]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28079) Set focus to search box field when adding an order to basket
882
- [[28079]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28079) Set focus to search box field when adding an order to basket
883
- [[28408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28408) Last modification date for suggestions is wrong
883
- [[28408]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28408) Last modification date for suggestions is wrong
884
- [[28627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28627) Revert the order receive page to display 'Actual cost' as ecost_tax_included/ecost_tax_excluded if unitprice not set
884
- [[28627]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28627) Revert the order receive page to display 'Actual cost' as ecost_tax_included/ecost_tax_excluded if unitprice not set
885
- [[28956]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28956) Acquisitions: select correct default tax rate when receiving orders
885
- [[28956]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28956) Acquisitions: select correct default tax rate when receiving orders
886
886
887
  **Sponsored by** *Catalyst*
887
  **Sponsored by** *Catalyst*
888
- [[29429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29429) Cannot close budgets
888
- [[29429]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29429) Cannot close budgets
889
889
890
### Architecture, internals, and plumbing
890
### Architecture, internals, and plumbing
891
891
892
- [[28373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373) Items fields not used in default XSLT
892
- [[28373]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373) Items fields not used in default XSLT
893
893
894
  >When processing records for display we loop through each field in the record and translate authorized values into descriptions. Item fields in the record contain many authorised values, and the lookups can cause a delay in displaying the record. If using the default XSLT these fields are not displayed as they exist in the record, so parsing them is not necessary and can save time. This bug adds a system preference that disables sending these fields for processing and thus saving time. Enabling the system preference will allow users to pass the items to custom style sheets if needed.
894
  >When processing records for display we loop through each field in the record and translate authorized values into descriptions. Item fields in the record contain many authorised values, and the lookups can cause a delay in displaying the record. If using the default XSLT these fields are not displayed as they exist in the record, so parsing them is not necessary and can save time. This bug adds a system preference that disables sending these fields for processing and thus saving time. Enabling the system preference will allow users to pass the items to custom style sheets if needed.
895
- [[28409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28409) Category should be validated in opac-shelves.pl
895
- [[28409]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28409) Category should be validated in opac-shelves.pl
896
- [[28561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28561) Order_by triggers a DBIx warning Unable to properly collapse has_many results
896
- [[28561]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28561) Order_by triggers a DBIx warning Unable to properly collapse has_many results
897
- [[28570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28570) bor_issues_top.pl using a /tmp file to log debug
897
- [[28570]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28570) bor_issues_top.pl using a /tmp file to log debug
898
- [[28571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28571) C4::Auth::_session_log is not used and must be removed
898
- [[28571]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28571) C4::Auth::_session_log is not used and must be removed
899
- [[28620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28620) Remove trailing space when logging with log4perl
899
- [[28620]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28620) Remove trailing space when logging with log4perl
900
- [[28622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622) Selected branchcode incorrectly passed to adv search
900
- [[28622]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622) Selected branchcode incorrectly passed to adv search
901
- [[28734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28734) Koha::Biblio->get_marc_notes should parse authorised values
901
- [[28734]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28734) Koha::Biblio->get_marc_notes should parse authorised values
902
902
903
  **Sponsored by** *Catalyst*
903
  **Sponsored by** *Catalyst*
904
- [[28744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28744) Class with empty/no to_api_mapping should generate an empty from_api_mapping
904
- [[28744]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28744) Class with empty/no to_api_mapping should generate an empty from_api_mapping
905
- [[28763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28763) Undefined subroutine XSLTParse4Display (bug 17600)
905
- [[28763]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28763) Undefined subroutine XSLTParse4Display (bug 17600)
906
- [[28776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28776) Warns from GetItemsInfo when biblio marked as serial
906
- [[28776]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28776) Warns from GetItemsInfo when biblio marked as serial
907
- [[28931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28931) use EXPORT_OK in Koha::DateUtils
907
- [[28931]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28931) use EXPORT_OK in Koha::DateUtils
908
- [[28992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28992) Resolve warning from undefined BIG_LOOP
908
- [[28992]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28992) Resolve warning from undefined BIG_LOOP
909
- [[29111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29111) Remove dead code from intranet
909
- [[29111]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29111) Remove dead code from intranet
910
- [[29175]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29175) finishreceive: Replace , by ;
910
- [[29175]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29175) finishreceive: Replace , by ;
911
- [[29177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29177) Remove TODO in acqui/finishreceive.pl
911
- [[29177]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29177) Remove TODO in acqui/finishreceive.pl
912
- [[29179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29179) Useless include in moveitem.pl
912
- [[29179]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29179) Useless include in moveitem.pl
913
- [[29182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29182) ArticleRequest status changing methods calling SUPER::store
913
- [[29182]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29182) ArticleRequest status changing methods calling SUPER::store
914
- [[29207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29207) Restore Getopt::Long config to not ignore cases
914
- [[29207]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29207) Restore Getopt::Long config to not ignore cases
915
- [[29218]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29218) "hidden" class is not working for DT if column visibility button is used
915
- [[29218]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29218) "hidden" class is not working for DT if column visibility button is used
916
- [[29321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29321) Remove a last without loop context
916
- [[29321]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29321) Remove a last without loop context
917
- [[29350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29350) TT method 'delete' don't need to be escaped
917
- [[29350]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29350) TT method 'delete' don't need to be escaped
918
- [[29395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29395) Use EXPORT_OK in Koha::Patron::Debarments
918
- [[29395]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29395) Use EXPORT_OK in Koha::Patron::Debarments
919
- [[29408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29408) The datatables api wrapper is ambiguously named
919
- [[29408]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29408) The datatables api wrapper is ambiguously named
920
920
921
  >This patch 1) renames the Koha REST JS dataTables wrapper from the
921
  >This patch 1) renames the Koha REST JS dataTables wrapper from the
922
  >ambiguous 'api' to the clearer 'kohaTable' 2) goes through the codebase and updates existing relevant calls to .api referencing the Koha REST dataTables wrapper to use the name 'kohaTable', and 3) adds JSDoc formatted parameter documentation for the kohaTable function.
922
  >ambiguous 'api' to the clearer 'kohaTable' 2) goes through the codebase and updates existing relevant calls to .api referencing the Koha REST dataTables wrapper to use the name 'kohaTable', and 3) adds JSDoc formatted parameter documentation for the kohaTable function.
923
- [[29427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29427) Debug mode not honoured in SMTP transport
923
- [[29427]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29427) Debug mode not honoured in SMTP transport
924
924
925
  >The debug flag on the SMTP servers configuration was not being used correctly. This patch implements the expected behavior.
925
  >The debug flag on the SMTP servers configuration was not being used correctly. This patch implements the expected behavior.
926
  >
926
  >
Lines 928-1386 have already been fixed in maintainance releases) Link Here
928
928
929
### Authentication
929
### Authentication
930
930
931
- [[28914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28914) Wrong wording in authentication forms
931
- [[28914]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28914) Wrong wording in authentication forms
932
932
933
### Cataloging
933
### Cataloging
934
934
935
- [[27461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27461) Fix field 008 length below 40 positions in cataloguing plugin
935
- [[27461]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27461) Fix field 008 length below 40 positions in cataloguing plugin
936
- [[28022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28022) MARC subfield 9 not honoring visibility
936
- [[28022]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28022) MARC subfield 9 not honoring visibility
937
- [[28171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28171) Serial enumeration / chronology sorting is broken in biblio page
937
- [[28171]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28171) Serial enumeration / chronology sorting is broken in biblio page
938
- [[28204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28204) Table highlighting is broken at the cataloguing/additem.pl
938
- [[28204]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28204) Table highlighting is broken at the cataloguing/additem.pl
939
- [[28383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28383) Log in via the itemsearch URL leads to Internal Server Error
939
- [[28383]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28383) Log in via the itemsearch URL leads to Internal Server Error
940
940
941
  >When trying to access the item search form in the staff interface (/cgi-bin/koha/catalogue/itemsearch.pl) when not logged in, an internal server error (error code 500) is received after entering your login details. This fixes the problem so that the item search form is displayed as expected.
941
  >When trying to access the item search form in the staff interface (/cgi-bin/koha/catalogue/itemsearch.pl) when not logged in, an internal server error (error code 500) is received after entering your login details. This fixes the problem so that the item search form is displayed as expected.
942
- [[28513]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28513) Analytic search links formed incorrectly
942
- [[28513]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28513) Analytic search links formed incorrectly
943
- [[28533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28533) Requesting whole field in 'itemcallnumber' system preference causes internal server error
943
- [[28533]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28533) Requesting whole field in 'itemcallnumber' system preference causes internal server error
944
- [[28542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28542) Move new authority from Z39.50/SRU to a button
944
- [[28542]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28542) Move new authority from Z39.50/SRU to a button
945
945
946
  >This makes the layout for creating new authorities consistent with creating new records - there is now a separate button 'New from Z39.50/SRU' (rather than being part of the drop-down list).
946
  >This makes the layout for creating new authorities consistent with creating new records - there is now a separate button 'New from Z39.50/SRU' (rather than being part of the drop-down list).
947
- [[28611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28611) Incorrect Select2 width
947
- [[28611]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28611) Incorrect Select2 width
948
- [[28727]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28727) "Edit item" button on moredetail should be enabled with edit_items permission
948
- [[28727]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28727) "Edit item" button on moredetail should be enabled with edit_items permission
949
- [[28828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28828) Bug 22399 breaks unimarc_field_4XX.tt and marc21_linking_section.tt value builders
949
- [[28828]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28828) Bug 22399 breaks unimarc_field_4XX.tt and marc21_linking_section.tt value builders
950
- [[28829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28829) Useless single quote escaping in value_builder/unimarc_field_4XX.pl
950
- [[28829]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28829) Useless single quote escaping in value_builder/unimarc_field_4XX.pl
951
- [[29030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29030) Problems introduced by bug 25728
951
- [[29030]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29030) Problems introduced by bug 25728
952
- [[29146]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29146) Default values from the framework should only be applied at biblio/item creation
952
- [[29146]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29146) Default values from the framework should only be applied at biblio/item creation
953
953
954
  >This patch makes Koha no longer apply default values to empty fields in an existing biblio record in the regular cataloguing editor. Same for item editor.
954
  >This patch makes Koha no longer apply default values to empty fields in an existing biblio record in the regular cataloguing editor. Same for item editor.
955
- [[29319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29319) Errors when doing a cataloging search which starts with a number + letter
955
- [[29319]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29319) Errors when doing a cataloging search which starts with a number + letter
956
956
957
  >This fixes an error that occurs in cataloging search when entering a search term with ten characters (like "7th Heaven" or "2nd editio") - Koha thinks you are entering an ISBN10 number, gets confused and delivers an error page. Searching now works as expected for ISBN13/ISBN10 (without the '-'s), title and author searches.
957
  >This fixes an error that occurs in cataloging search when entering a search term with ten characters (like "7th Heaven" or "2nd editio") - Koha thinks you are entering an ISBN10 number, gets confused and delivers an error page. Searching now works as expected for ISBN13/ISBN10 (without the '-'s), title and author searches.
958
- [[29437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29437) 500 error when performing a catalog search for an ISBN13 with no valid ISBN10
958
- [[29437]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29437) 500 error when performing a catalog search for an ISBN13 with no valid ISBN10
959
959
960
### Circulation
960
### Circulation
961
961
962
- [[15812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15812) Checkout search with too many results (single character search)  causes poor performance or timeout
962
- [[15812]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15812) Checkout search with too many results (single character search)  causes poor performance or timeout
963
963
964
  >This patch replaces the special case patron results page from circulation searches and instead redirects to the standard patron search results page.
964
  >This patch replaces the special case patron results page from circulation searches and instead redirects to the standard patron search results page.
965
  >
965
  >
966
  >To enable quick onward navigation to checkout, we add a link to the cardnumber field and a button to the actions column.
966
  >To enable quick onward navigation to checkout, we add a link to the cardnumber field and a button to the actions column.
967
- [[21093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21093) Specified due date incorrectly retained when using fast add
967
- [[21093]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21093) Specified due date incorrectly retained when using fast add
968
- [[25619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25619) Updating an expiration date for a waiting hold won't save
968
- [[25619]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25619) Updating an expiration date for a waiting hold won't save
969
- [[27064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27064) Transferring an item with a hold allows the user to set a hold waiting without transferring to the correct branch
969
- [[27064]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27064) Transferring an item with a hold allows the user to set a hold waiting without transferring to the correct branch
970
- [[27279]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27279) "Checked out by" not populated on issuehistory.pl
970
- [[27279]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27279) "Checked out by" not populated on issuehistory.pl
971
- [[27847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27847) Don't obscure page when checkin modal is non-blocking
971
- [[27847]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27847) Don't obscure page when checkin modal is non-blocking
972
- [[28271]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28271) Add the ability to set a new lost status when a claim is resolved
972
- [[28271]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28271) Add the ability to set a new lost status when a claim is resolved
973
- [[28382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28382) 'Reserve' should be passed through as transfer reason appropriately in branchtransfers
973
- [[28382]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28382) 'Reserve' should be passed through as transfer reason appropriately in branchtransfers
974
- [[28455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28455) If TrackLastPatronActivity is enabled we should update 'lastseen' field on checkouts
974
- [[28455]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28455) If TrackLastPatronActivity is enabled we should update 'lastseen' field on checkouts
975
975
976
  >This updates the 'lastseen' date for a patron when items are checked out (when TrackLastPatronActivity is enabled). (The last seen date is displayed on the patron details page.)
976
  >This updates the 'lastseen' date for a patron when items are checked out (when TrackLastPatronActivity is enabled). (The last seen date is displayed on the patron details page.)
977
- [[28653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28653) Sorting loans by due date doesn't work after renewing
977
- [[28653]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28653) Sorting loans by due date doesn't work after renewing
978
978
979
  **Sponsored by** *Koha-Suomi Oy*
979
  **Sponsored by** *Koha-Suomi Oy*
980
- [[28774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28774) Warnings from GetIssuingCharge when rental discount is not set
980
- [[28774]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28774) Warnings from GetIssuingCharge when rental discount is not set
981
981
982
  >This fixes the cause of warning messages in the log files when the rental discount in the circulation rules has a blank value. 
982
  >This fixes the cause of warning messages in the log files when the rental discount in the circulation rules has a blank value. 
983
  >
983
  >
984
  >Before this fix, multiple warning messages "[2021/07/28 12:11:25] [WARN] Argument "" isn't numeric in subtraction (-) at /kohadevbox/koha/C4/Circulation.pm line 3385." appeared in the log files. These warnings occurred for items checked out where they had rental charges and the rental discount value in the circulation rules was blank.
984
  >Before this fix, multiple warning messages "[2021/07/28 12:11:25] [WARN] Argument "" isn't numeric in subtraction (-) at /kohadevbox/koha/C4/Circulation.pm line 3385." appeared in the log files. These warnings occurred for items checked out where they had rental charges and the rental discount value in the circulation rules was blank.
985
- [[28850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28850) Clarify wording on AllFinesNeedOverride system preference
985
- [[28850]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28850) Clarify wording on AllFinesNeedOverride system preference
986
986
987
  >This clarifies the wording for the AllFinesNeedOverride system preference. If set to 'require', checkouts are blocked when using the web-based selfcheck and SIP.
987
  >This clarifies the wording for the AllFinesNeedOverride system preference. If set to 'require', checkouts are blocked when using the web-based selfcheck and SIP.
988
- [[28891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28891) RecordStaffUserOnCheckout display a new column but default sort column isn't changed
988
- [[28891]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28891) RecordStaffUserOnCheckout display a new column but default sort column isn't changed
989
- [[28985]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28985) Negative rental amounts can be saved but not enforced
989
- [[28985]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28985) Negative rental amounts can be saved but not enforced
990
- [[29026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29026) Behavior change when an empty barcode field is submitted in circulation
990
- [[29026]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29026) Behavior change when an empty barcode field is submitted in circulation
991
- [[29411]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29411) Single result for checkout search by name should redirect to check out tab
991
- [[29411]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29411) Single result for checkout search by name should redirect to check out tab
992
992
993
### Command-line Utilities
993
### Command-line Utilities
994
994
995
- [[28352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28352) Errors in search_for_data_inconsistencies.pl relating to authorised values and frameworks
995
- [[28352]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28352) Errors in search_for_data_inconsistencies.pl relating to authorised values and frameworks
996
- [[28399]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399) batchRebuildItemsTables.pl error 'Already in a transaction'
996
- [[28399]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399) batchRebuildItemsTables.pl error 'Already in a transaction'
997
- [[28749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28749) All backups behave as if --without-db-name is passed
997
- [[28749]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28749) All backups behave as if --without-db-name is passed
998
- [[29078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29078) Division by zero in touch_all scripts
998
- [[29078]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29078) Division by zero in touch_all scripts
999
- [[29216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29216) Correct --where documentation in update_patrons_category.pl
999
- [[29216]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29216) Correct --where documentation in update_patrons_category.pl
1000
1000
1001
### Documentation
1001
### Documentation
1002
1002
1003
- [[28636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28636) t:lib::Mocks is missing POD
1003
- [[28636]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28636) t:lib::Mocks is missing POD
1004
1004
1005
### Fines and fees
1005
### Fines and fees
1006
1006
1007
- [[26760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26760) Redirect to paycollect.pl when clicking on "Save and pay"
1007
- [[26760]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26760) Redirect to paycollect.pl when clicking on "Save and pay"
1008
- [[28344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28344) One should be able to issue refunds against payments that have already been cashed up.
1008
- [[28344]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28344) One should be able to issue refunds against payments that have already been cashed up.
1009
- [[29309]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29309) 'Pay all fines' should be 'Pay all charges'
1009
- [[29309]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29309) 'Pay all fines' should be 'Pay all charges'
1010
1010
1011
### Hold requests
1011
### Hold requests
1012
1012
1013
- [[3142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3142) Standardize how OPAC and staff determine requestability
1013
- [[3142]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3142) Standardize how OPAC and staff determine requestability
1014
- [[7703]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703) Don't block bulk hold action on search results if some items can't be placed on hold
1014
- [[7703]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703) Don't block bulk hold action on search results if some items can't be placed on hold
1015
- [[27885]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27885) Populate biblionumbers parameter when placing hold on single title
1015
- [[27885]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27885) Populate biblionumbers parameter when placing hold on single title
1016
- [[28510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28510) Skip processing holds queue items from closed libraries when HoldsQueueSkipClosed is enabled
1016
- [[28510]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28510) Skip processing holds queue items from closed libraries when HoldsQueueSkipClosed is enabled
1017
- [[28644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28644) Can't call method "borrowernumber" on an undefined value at C4/Reserves.pm line 607
1017
- [[28644]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28644) Can't call method "borrowernumber" on an undefined value at C4/Reserves.pm line 607
1018
- [[28754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28754) C4::Reserves::FixPriority creates many warns when holds have lowestPriority set
1018
- [[28754]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28754) C4::Reserves::FixPriority creates many warns when holds have lowestPriority set
1019
- [[28779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28779) Calling request.pl with non-existent biblionumber gives internal server error
1019
- [[28779]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28779) Calling request.pl with non-existent biblionumber gives internal server error
1020
- [[28972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28972) Add missing foreign key constraints to holds queue table
1020
- [[28972]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28972) Add missing foreign key constraints to holds queue table
1021
- [[29049]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29049) Holds page shows too many priority options in pulldown
1021
- [[29049]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29049) Holds page shows too many priority options in pulldown
1022
- [[29355]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29355) Pickup location list limited by RESTdefaultPageSize syspref
1022
- [[29355]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29355) Pickup location list limited by RESTdefaultPageSize syspref
1023
- [[29356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29356) Search for pickup library when placing a hold should be truncated in both directions
1023
- [[29356]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29356) Search for pickup library when placing a hold should be truncated in both directions
1024
1024
1025
### I18N/L10N
1025
### I18N/L10N
1026
1026
1027
- [[28898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28898) Context for translation: term (word) vs. term (semester)
1027
- [[28898]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28898) Context for translation: term (word) vs. term (semester)
1028
1028
1029
  >This disambiguates and provides a hint for translating the term "term" used in course reserves, where the meaning is "semester" rather than something like search term. This allows it to be translated, rather than having to use JQuery to change the text displayed for languages other then English.
1029
  >This disambiguates and provides a hint for translating the term "term" used in course reserves, where the meaning is "semester" rather than something like search term. This allows it to be translated, rather than having to use JQuery to change the text displayed for languages other then English.
1030
1030
1031
### ILL
1031
### ILL
1032
1032
1033
- [[22614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22614) Request migration from one backend to another should not create new request
1033
- [[22614]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22614) Request migration from one backend to another should not create new request
1034
1034
1035
### Installation and upgrade (web-based installer)
1035
### Installation and upgrade (web-based installer)
1036
1036
1037
- [[29158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29158) Web installer fails to load account_offset_types.sql
1037
- [[29158]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29158) Web installer fails to load account_offset_types.sql
1038
1038
1039
### Label/patron card printing
1039
### Label/patron card printing
1040
1040
1041
- [[25459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25459) In patron cards layout, barcode position doesn't respect units
1041
- [[25459]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25459) In patron cards layout, barcode position doesn't respect units
1042
- [[28940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28940) IntranetUserJS is called twice on spinelable-print.tt
1042
- [[28940]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28940) IntranetUserJS is called twice on spinelable-print.tt
1043
1043
1044
### Lists
1044
### Lists
1045
1045
1046
- [[28673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28673) An encoded ampersand missing the ampersand
1046
- [[28673]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28673) An encoded ampersand missing the ampersand
1047
1047
1048
### MARC Authority data support
1048
### MARC Authority data support
1049
1049
1050
- [[24698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24698) UNIMARC authorities leader plugin
1050
- [[24698]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24698) UNIMARC authorities leader plugin
1051
- [[29334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29334) Do not apply framework defaultvalue to existing authority records
1051
- [[29334]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29334) Do not apply framework defaultvalue to existing authority records
1052
1052
1053
  >This fixes an issue where the default value for a field in a framework was being applied when records were edited, rather than only when first created.
1053
  >This fixes an issue where the default value for a field in a framework was being applied when records were edited, rather than only when first created.
1054
- [[29435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29435) OPAC authority details page broken when AuthDisplayHierarchy is enabled
1054
- [[29435]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29435) OPAC authority details page broken when AuthDisplayHierarchy is enabled
1055
1055
1056
### MARC Bibliographic data support
1056
### MARC Bibliographic data support
1057
1057
1058
- [[10265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10265) 8xx serial added entries need spaces and punctuation in XSLT display
1058
- [[10265]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10265) 8xx serial added entries need spaces and punctuation in XSLT display
1059
- [[26852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26852) Add missing X11$e and remove relator term subfields from MARC21 headings
1059
- [[26852]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26852) Add missing X11$e and remove relator term subfields from MARC21 headings
1060
1060
1061
  >This patch adds $e to 111 and 611, but removes it from 100 and 110 as it's used for the relator term there and should not be copied. Same for 111$j.
1061
  >This patch adds $e to 111 and 611, but removes it from 100 and 110 as it's used for the relator term there and should not be copied. Same for 111$j.
1062
1062
1063
### Notices
1063
### Notices
1064
1064
1065
- [[28263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28263) AUTO_RENEWALS message for 'too_many' is wrong
1065
- [[28263]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28263) AUTO_RENEWALS message for 'too_many' is wrong
1066
1066
1067
  >This corrects the text in the AUTO_RENEWALS and AUTO_RENEWALS_DGST notices. These are sent when an item is setup for automatic renewal and can no longer be automatically renewed as the maximum number of renewals reached:
1067
  >This corrects the text in the AUTO_RENEWALS and AUTO_RENEWALS_DGST notices. These are sent when an item is setup for automatic renewal and can no longer be automatically renewed as the maximum number of renewals reached:
1068
  >- Current wording: "You have reached the maximum number of checkouts possible."
1068
  >- Current wording: "You have reached the maximum number of checkouts possible."
1069
  >- Updated wording: "You have reached the maximum number of renewals possible."
1069
  >- Updated wording: "You have reached the maximum number of renewals possible."
1070
  >
1070
  >
1071
  >For new installations the sample notices are updated. For existing installations the notices will be updated if they exist and haven't been changed.
1071
  >For new installations the sample notices are updated. For existing installations the notices will be updated if they exist and haven't been changed.
1072
- [[28581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28581) Patron's queue_notice uses inbound_email_address incorrectly
1072
- [[28581]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28581) Patron's queue_notice uses inbound_email_address incorrectly
1073
- [[28582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28582) Can't enqueue letter HASH(0x55edf1806850) at /usr/share/koha/Koha/ArticleRequest.pm line 123.
1073
- [[28582]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28582) Can't enqueue letter HASH(0x55edf1806850) at /usr/share/koha/Koha/ArticleRequest.pm line 123.
1074
- [[28813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28813) Fix recording and display of delivery errors for patron notices
1074
- [[28813]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28813) Fix recording and display of delivery errors for patron notices
1075
- [[29460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29460) Typo 'pendin    g approval'
1075
- [[29460]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29460) Typo 'pendin    g approval'
1076
1076
1077
### OPAC
1077
### OPAC
1078
1078
1079
- [[5229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5229) OPACItemsResultsDisplay preference must be removed
1079
- [[5229]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5229) OPACItemsResultsDisplay preference must be removed
1080
- [[20277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20277) Link to host item doesn't work in analytical records if 773$a is present
1080
- [[20277]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20277) Link to host item doesn't work in analytical records if 773$a is present
1081
- [[26223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26223) The OPAC ISBD view does not display item information
1081
- [[26223]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26223) The OPAC ISBD view does not display item information
1082
- [[28242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28242) Accessibility: OPAC - add captions and legends to tables and forms
1082
- [[28242]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28242) Accessibility: OPAC - add captions and legends to tables and forms
1083
1083
1084
  **Sponsored by** *Catalyst*
1084
  **Sponsored by** *Catalyst*
1085
1085
1086
  >As part of improving OPAC accessibility this change ensures that all tables have relevant captions and all forms have relevant legends - this makes navigation easier for people using a screen reader.
1086
  >As part of improving OPAC accessibility this change ensures that all tables have relevant captions and all forms have relevant legends - this makes navigation easier for people using a screen reader.
1087
  >
1087
  >
1088
  >Note: Many of the captions and legends have class="sr-only" so they are not visible, but are available for people who use a screen reader.
1088
  >Note: Many of the captions and legends have class="sr-only" so they are not visible, but are available for people who use a screen reader.
1089
- [[28313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28313) Add street type to alternate address in OPAC
1089
- [[28313]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28313) Add street type to alternate address in OPAC
1090
- [[28388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28388) Search result set is lost when viewing the MARC plain view (opac-showmarc.pl)
1090
- [[28388]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28388) Search result set is lost when viewing the MARC plain view (opac-showmarc.pl)
1091
- [[28422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28422) OPAC MARC detail view doesn't correctly evaluate holdability
1091
- [[28422]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28422) OPAC MARC detail view doesn't correctly evaluate holdability
1092
1092
1093
  >In the normal and ISBD detail views for a record in the OPAC the 'Place hold' link only appears if a hold can actually be placed. This change fixes the MARC detail view so that it is consistent with the normal and ISBD detail views. (Before this, a 'Place hold' link would appear for the MARC detail, even if a hold couldn't be placed, for example if an item was recorded as not for loan.)
1093
  >In the normal and ISBD detail views for a record in the OPAC the 'Place hold' link only appears if a hold can actually be placed. This change fixes the MARC detail view so that it is consistent with the normal and ISBD detail views. (Before this, a 'Place hold' link would appear for the MARC detail, even if a hold couldn't be placed, for example if an item was recorded as not for loan.)
1094
- [[28469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28469) Move "Skip to main content" link to top of page
1094
- [[28469]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28469) Move "Skip to main content" link to top of page
1095
- [[28511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28511) Road types in OPAC should prefer OPAC description if one exists
1095
- [[28511]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28511) Road types in OPAC should prefer OPAC description if one exists
1096
- [[28518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28518) "Return to the last advanced search" exclude keywords if more than 3
1096
- [[28518]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28518) "Return to the last advanced search" exclude keywords if more than 3
1097
- [[28545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28545) Noisy uninitialized warn at opac-MARCdetail.pl line 313
1097
- [[28545]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28545) Noisy uninitialized warn at opac-MARCdetail.pl line 313
1098
1098
1099
  >This removes "..Use of uninitialized value in concatenation (.) or string at.." warning messages from the plack-opac-error.log when accessing the MARC view page for a record in the OPAC.
1099
  >This removes "..Use of uninitialized value in concatenation (.) or string at.." warning messages from the plack-opac-error.log when accessing the MARC view page for a record in the OPAC.
1100
- [[28569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28569) In opac-suggestions.pl user library is not preselected
1100
- [[28569]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28569) In opac-suggestions.pl user library is not preselected
1101
- [[28597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597) OPAC suggestions do not display news for logged in branch
1101
- [[28597]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597) OPAC suggestions do not display news for logged in branch
1102
- [[28662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28662) Not possible to log out of patron account in OPAC with JavaScript disabled
1102
- [[28662]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28662) Not possible to log out of patron account in OPAC with JavaScript disabled
1103
- [[28741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28741) OAI ListSets does not correctly build resumption token
1103
- [[28741]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28741) OAI ListSets does not correctly build resumption token
1104
- [[28764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28764) Sorting not correct in pagination on OPAC lists
1104
- [[28764]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28764) Sorting not correct in pagination on OPAC lists
1105
- [[28768]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28768) OPAC reading history page (opac-readingrecord.pl) wont display news items
1105
- [[28768]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28768) OPAC reading history page (opac-readingrecord.pl) wont display news items
1106
- [[28784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28784) DoS in opac-search.pl causes OOM situation and 100% CPU (doesn't require login!)
1106
- [[28784]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28784) DoS in opac-search.pl causes OOM situation and 100% CPU (doesn't require login!)
1107
- [[28861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28861) Item type column always hidden in holds history
1107
- [[28861]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28861) Item type column always hidden in holds history
1108
- [[28868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28868) Masthead.inc is missing class name
1108
- [[28868]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28868) Masthead.inc is missing class name
1109
1109
1110
  >This patch adds back the class 'mastheadsearch' which was lost during the upgrade to Bootstrap 4 in Bug 20168.
1110
  >This patch adds back the class 'mastheadsearch' which was lost during the upgrade to Bootstrap 4 in Bug 20168.
1111
- [[28901]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28901) showCart incorrectly calculates position if content above navbar
1111
- [[28901]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28901) showCart incorrectly calculates position if content above navbar
1112
- [[28910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28910) Correct eslint errors in OPAC basket.js
1112
- [[28910]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28910) Correct eslint errors in OPAC basket.js
1113
- [[28921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28921) Many [WARN] Argument "" isn't numeric in numeric gt (>) at /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc line 23.
1113
- [[28921]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28921) Many [WARN] Argument "" isn't numeric in numeric gt (>) at /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc line 23.
1114
- [[28930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28930) Cardnumber is lost if an invalid self registration form is submitted to the server, and the server side form validation fails
1114
- [[28930]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28930) Cardnumber is lost if an invalid self registration form is submitted to the server, and the server side form validation fails
1115
- [[28934]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28934) OPAC registration form design is not consistent
1115
- [[28934]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28934) OPAC registration form design is not consistent
1116
- [[29034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29034) Accessibility: OPAC nav-links don't have sufficient contrast ratio
1116
- [[29034]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29034) Accessibility: OPAC nav-links don't have sufficient contrast ratio
1117
- [[29035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29035) Accessibility: OPAC masthead_search label doesn't have sufficient contrast ratio
1117
- [[29035]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29035) Accessibility: OPAC masthead_search label doesn't have sufficient contrast ratio
1118
- [[29037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29037) Accessibility: OPAC links don't have sufficient contrast
1118
- [[29037]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29037) Accessibility: OPAC links don't have sufficient contrast
1119
- [[29038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29038) Accessibility: OPACUserSummary heading doesn't have sufficient contrast
1119
- [[29038]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29038) Accessibility: OPACUserSummary heading doesn't have sufficient contrast
1120
- [[29064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29064) OPAC duplicate "Most popular titles" in 'title' tag
1120
- [[29064]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29064) OPAC duplicate "Most popular titles" in 'title' tag
1121
- [[29065]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29065) Accessibility: OPAC clear search history link has insufficient contrast
1121
- [[29065]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29065) Accessibility: OPAC clear search history link has insufficient contrast
1122
- [[29067]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29067) Remove duplicate conditional statement from OPAC messaging settings title
1122
- [[29067]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29067) Remove duplicate conditional statement from OPAC messaging settings title
1123
- [[29068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29068) Accessibility: OPAC search results summary text has insufficient contrast
1123
- [[29068]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29068) Accessibility: OPAC search results summary text has insufficient contrast
1124
- [[29070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29070) Accessibility: OPAC Purchase Suggestions on search results page has insufficient contrast
1124
- [[29070]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29070) Accessibility: OPAC Purchase Suggestions on search results page has insufficient contrast
1125
- [[29091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29091) Correct display of lists and tags on search results
1125
- [[29091]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29091) Correct display of lists and tags on search results
1126
- [[29126]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29126) Accessibility: More corrections to contrast in the OPAC
1126
- [[29126]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29126) Accessibility: More corrections to contrast in the OPAC
1127
- [[29128]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29128) Trailing whitespace in Browse shelf link on opac-detail.tt
1127
- [[29128]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29128) Trailing whitespace in Browse shelf link on opac-detail.tt
1128
- [[29169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29169) Wrong "daily limit" warning when article request is not available
1128
- [[29169]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29169) Wrong "daily limit" warning when article request is not available
1129
- [[29172]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29172) Can't use controlfields with CustomCoverImagesURL
1129
- [[29172]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29172) Can't use controlfields with CustomCoverImagesURL
1130
- [[29199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29199) Classes in item availability on OPAC results no longer set correctly
1130
- [[29199]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29199) Classes in item availability on OPAC results no longer set correctly
1131
- [[29329]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29329) stray "s" in opac-detail
1131
- [[29329]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29329) stray "s" in opac-detail
1132
1132
1133
### Packaging
1133
### Packaging
1134
1134
1135
- [[28926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28926) Update cpanfile for Mojolicious::Plugin::OpenAPI v2.16
1135
- [[28926]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28926) Update cpanfile for Mojolicious::Plugin::OpenAPI v2.16
1136
1136
1137
### Patrons
1137
### Patrons
1138
1138
1139
- [[18747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18747) Select All in Add Patron Option in Patron Lists only selects the first 20 entries
1139
- [[18747]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18747) Select All in Add Patron Option in Patron Lists only selects the first 20 entries
1140
- [[21794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21794) Incomplete address displayed on patron details page when City field is empty
1140
- [[21794]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21794) Incomplete address displayed on patron details page when City field is empty
1141
- [[27145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27145) Patron deletion via intranet doesn't handle exceptions well
1141
- [[27145]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27145) Patron deletion via intranet doesn't handle exceptions well
1142
- [[28350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28350) Sort by "circ note" is broken on the patron search result view
1142
- [[28350]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28350) Sort by "circ note" is broken on the patron search result view
1143
1143
1144
  >This fixes the patron search result page so that the results can be sorted using the 'Circ note' column. Before this fix you could not sort the results by this column.
1144
  >This fixes the patron search result page so that the results can be sorted using the 'Circ note' column. Before this fix you could not sort the results by this column.
1145
- [[28392]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28392) streettype and B_streettype cannot be hidden via BorrowerUnwantedField
1145
- [[28392]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28392) streettype and B_streettype cannot be hidden via BorrowerUnwantedField
1146
- [[28882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28882) Incorrect permissions check client-side
1146
- [[28882]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28882) Incorrect permissions check client-side
1147
- [[28973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28973) Improve Koha::Patron::can_see_patron_infos efficiency
1147
- [[28973]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28973) Improve Koha::Patron::can_see_patron_infos efficiency
1148
- [[29025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29025) Saved auth login and password are pre-filled in patron creation form
1148
- [[29025]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29025) Saved auth login and password are pre-filled in patron creation form
1149
- [[29213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29213) Typo ol in member-alt-contact-style.inc
1149
- [[29213]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29213) Typo ol in member-alt-contact-style.inc
1150
- [[29215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29215) In patron form collapsing "Patron guarantor" display errors
1150
- [[29215]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29215) In patron form collapsing "Patron guarantor" display errors
1151
- [[29227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29227) Patron messaging preferences digest show as editable but are not
1151
- [[29227]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29227) Patron messaging preferences digest show as editable but are not
1152
- [[29430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29430) Table cell click doesn't activate buttons in patron search
1152
- [[29430]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29430) Table cell click doesn't activate buttons in patron search
1153
1153
1154
### Plugin architecture
1154
### Plugin architecture
1155
1155
1156
- [[28228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28228) Warns from plugins when metadata value not defined for key
1156
- [[28228]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28228) Warns from plugins when metadata value not defined for key
1157
- [[28303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28303) Having multiple pluginsdir causes plugin_upload to try to write to the opac-tmpl folder
1157
- [[28303]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28303) Having multiple pluginsdir causes plugin_upload to try to write to the opac-tmpl folder
1158
1158
1159
### REST API
1159
### REST API
1160
1160
1161
- [[28480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28480) GET /patrons missing q parameters on the spec
1161
- [[28480]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28480) GET /patrons missing q parameters on the spec
1162
- [[28604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28604) Bad encoding when using marc-in-json
1162
- [[28604]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28604) Bad encoding when using marc-in-json
1163
- [[28613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28613) Several objects.search-based routes missing parameters
1163
- [[28613]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28613) Several objects.search-based routes missing parameters
1164
- [[28632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28632) patrons.t fragile on slow boxes
1164
- [[28632]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28632) patrons.t fragile on slow boxes
1165
- [[28842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28842) Missing summary for /items/:item_id/pickup_locations
1165
- [[28842]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28842) Missing summary for /items/:item_id/pickup_locations
1166
- [[28848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28848) OpenAPI version should be a string
1166
- [[28848]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28848) OpenAPI version should be a string
1167
- [[29072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29072) Move reference route /cities spec to YAML
1167
- [[29072]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29072) Move reference route /cities spec to YAML
1168
- [[29157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29157) Cannot set date/date-time attributes to NULL
1168
- [[29157]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29157) Cannot set date/date-time attributes to NULL
1169
- [[29405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29405) The patron spec for date_renewed is missing it's format definition
1169
- [[29405]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29405) The patron spec for date_renewed is missing it's format definition
1170
1170
1171
  >This fix adds the date format string to the date_renewed field. This is to ensure that the date_renewed field can be correctly validated.
1171
  >This fix adds the date format string to the date_renewed field. This is to ensure that the date_renewed field can be correctly validated.
1172
1172
1173
### Reports
1173
### Reports
1174
1174
1175
- [[27884]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27884) Add HTML mail support for patron emailer script
1175
- [[27884]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27884) Add HTML mail support for patron emailer script
1176
- [[28264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28264) Transaction type is empty in cash register statistics wizard report
1176
- [[28264]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28264) Transaction type is empty in cash register statistics wizard report
1177
- [[28349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28349) Date sorting incorrect in some tables
1177
- [[28349]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28349) Date sorting incorrect in some tables
1178
- [[28731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28731) Subroutines not explicitly imported in reports svc (opac and staff)
1178
- [[28731]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28731) Subroutines not explicitly imported in reports svc (opac and staff)
1179
- [[29225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29225) Report subgroup does not appear consistently
1179
- [[29225]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29225) Report subgroup does not appear consistently
1180
- [[29271]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29271) Cash register report not displaying or exporting correctly
1180
- [[29271]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29271) Cash register report not displaying or exporting correctly
1181
- [[29279]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29279) Holds ratio report not sorting correctly
1181
- [[29279]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29279) Holds ratio report not sorting correctly
1182
- [[29328]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29328) Add missing list parameter to reports parameter menu
1182
- [[29328]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29328) Add missing list parameter to reports parameter menu
1183
- [[29351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29351) Add missing cn_source parameter to reports parameter menu
1183
- [[29351]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29351) Add missing cn_source parameter to reports parameter menu
1184
1184
1185
  >This patch adds a link for the previously-hidden option of using a runtime parameter for selecting "Source of classification or shelving scheme." Now when composing an SQL report you can click the "Insert runtime parameter" button to see a menu that includes this option.
1185
  >This patch adds a link for the previously-hidden option of using a runtime parameter for selecting "Source of classification or shelving scheme." Now when composing an SQL report you can click the "Insert runtime parameter" button to see a menu that includes this option.
1186
- [[29352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29352) Runtime parameter labels should not be said to be optional
1186
- [[29352]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29352) Runtime parameter labels should not be said to be optional
1187
1187
1188
### SIP2
1188
### SIP2
1189
1189
1190
- [[27600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27600) SIP2: renew_all shouldn't perform a password check
1190
- [[27600]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27600) SIP2: renew_all shouldn't perform a password check
1191
- [[27906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27906) Add support for circulation status 9 ( waiting to be re-shelved )
1191
- [[27906]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27906) Add support for circulation status 9 ( waiting to be re-shelved )
1192
- [[27907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27907) Add support for circulation status 2 ( on order )
1192
- [[27907]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27907) Add support for circulation status 2 ( on order )
1193
- [[27908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27908) Add support for circulation status 1 ( other ) for damaged items
1193
- [[27908]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27908) Add support for circulation status 1 ( other ) for damaged items
1194
- [[28464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28464) Cancelling a waiting hold via SIP returns a failed response even when cancellation succeeds
1194
- [[28464]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28464) Cancelling a waiting hold via SIP returns a failed response even when cancellation succeeds
1195
- [[29452]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29452) Unnecessary warns in sip logs
1195
- [[29452]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29452) Unnecessary warns in sip logs
1196
1196
1197
### Searching
1197
### Searching
1198
1198
1199
- [[28365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28365) (Bug 19873 follow-up) Make it possible to search on value 0
1199
- [[28365]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28365) (Bug 19873 follow-up) Make it possible to search on value 0
1200
- [[28526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28526) Impossible to search only zero
1200
- [[28526]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28526) Impossible to search only zero
1201
- [[28554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28554) In itemsearch sort filters by description
1201
- [[28554]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28554) In itemsearch sort filters by description
1202
1202
1203
  >For item search in the staff interface the shelving location and item type values are now sorted by the description, rather than the authorized value code.
1203
  >For item search in the staff interface the shelving location and item type values are now sorted by the description, rather than the authorized value code.
1204
- [[28826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28826) Facet sort order differs between search engines
1204
- [[28826]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28826) Facet sort order differs between search engines
1205
- [[28847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28847) Branch limits while searching should be expanded in query building and not in CGI
1205
- [[28847]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28847) Branch limits while searching should be expanded in query building and not in CGI
1206
- [[29138]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29138) LoadSearchHistoryToTheFirstLoggedUser should save 0 instead of "no"
1206
- [[29138]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29138) LoadSearchHistoryToTheFirstLoggedUser should save 0 instead of "no"
1207
1207
1208
### Searching - Elasticsearch
1208
### Searching - Elasticsearch
1209
1209
1210
- [[22690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690) Merging records with many items too slow (Elasticsearch)
1210
- [[22690]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690) Merging records with many items too slow (Elasticsearch)
1211
1211
1212
  >This enhancement significantly improves the performance when merging records with many items (for an installation using Elasticsearch). 
1212
  >This enhancement significantly improves the performance when merging records with many items (for an installation using Elasticsearch). 
1213
  >
1213
  >
1214
  >Before this enhancement the web server would time out as the search engine was reindexing the origin record and the destination record for each item moving.
1214
  >Before this enhancement the web server would time out as the search engine was reindexing the origin record and the destination record for each item moving.
1215
- [[22801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22801) Advance search yr uses copydate instead of date-of-publication
1215
- [[22801]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22801) Advance search yr uses copydate instead of date-of-publication
1216
1216
1217
  >This fixes the advanced search form in the OPAC and staff interface so that the publication date (and range) uses the value(s) in 008 instead of 260$c when using Elasticsearch.
1217
  >This fixes the advanced search form in the OPAC and staff interface so that the publication date (and range) uses the value(s) in 008 instead of 260$c when using Elasticsearch.
1218
- [[25030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25030) IncludeSeeFromInSearches not honoured in Elasticsearch
1218
- [[25030]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25030) IncludeSeeFromInSearches not honoured in Elasticsearch
1219
1219
1220
  >Feature enabled by system preference IncludeSeeFromInSearches was implemented in Zebra search engine but not in Elasticsearch.
1220
  >Feature enabled by system preference IncludeSeeFromInSearches was implemented in Zebra search engine but not in Elasticsearch.
1221
  >This feature allows in bibliographic searches to match also on authorities see from (non-preferred form) headings.
1221
  >This feature allows in bibliographic searches to match also on authorities see from (non-preferred form) headings.
1222
- [[28316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28316) Fix ES crashes related to various punctuation characters
1222
- [[28316]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28316) Fix ES crashes related to various punctuation characters
1223
- [[28380]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28380) Elasticsearch - Correct 024aa in mappings (MARC21)
1223
- [[28380]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28380) Elasticsearch - Correct 024aa in mappings (MARC21)
1224
1224
1225
  >This corrects the MARC21 mapping for 024$a when using Elasticsearch: identifier-other now maps to 024a rather than 024aa (which is a typo).
1225
  >This corrects the MARC21 mapping for 024$a when using Elasticsearch: identifier-other now maps to 024a rather than 024aa (which is a typo).
1226
- [[28484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28484) Elasticsearch fails to parse query if exclamation point is in 245$a
1226
- [[28484]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28484) Elasticsearch fails to parse query if exclamation point is in 245$a
1227
- [[29010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29010) Weight input pattern wrong
1227
- [[29010]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29010) Weight input pattern wrong
1228
1228
1229
  **Sponsored by** *Steiermärkische Landesbibliothek*
1229
  **Sponsored by** *Steiermärkische Landesbibliothek*
1230
1230
1231
### Searching - Zebra
1231
### Searching - Zebra
1232
1232
1233
- [[21286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21286) Advanced search for Corporate-name creates Zebra errors
1233
- [[21286]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21286) Advanced search for Corporate-name creates Zebra errors
1234
1234
1235
  >This fixes the advanced search in the staff interface so that searching using the 'Corporate name' index now works correctly when the QueryAutoTruncate system preference is not enabled. Before this a search (using Zebra) for a name such as 'House plants' would not return any results and generate error messages in the log files.
1235
  >This fixes the advanced search in the staff interface so that searching using the 'Corporate name' index now works correctly when the QueryAutoTruncate system preference is not enabled. Before this a search (using Zebra) for a name such as 'House plants' would not return any results and generate error messages in the log files.
1236
- [[27348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27348) Error defining INDEXER_PARAMS in /etc/default/koha-common
1236
- [[27348]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27348) Error defining INDEXER_PARAMS in /etc/default/koha-common
1237
1237
1238
### Self checkout
1238
### Self checkout
1239
1239
1240
- [[28488]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28488) Javascript error in self-checkout (__ is not defined)
1240
- [[28488]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28488) Javascript error in self-checkout (__ is not defined)
1241
1241
1242
### Serials
1242
### Serials
1243
1243
1244
- [[28719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28719) Cannot edit serials when deleted the selected issues
1244
- [[28719]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28719) Cannot edit serials when deleted the selected issues
1245
1245
1246
### Staff Client
1246
### Staff Client
1247
1247
1248
- [[20529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20529) Return to results link is truncated when the search contains a double quote
1248
- [[20529]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20529) Return to results link is truncated when the search contains a double quote
1249
- [[28467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28467) Add wording to TrackLastPatronActivity description to tell users that it records SIP authentication
1249
- [[28467]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28467) Add wording to TrackLastPatronActivity description to tell users that it records SIP authentication
1250
1250
1251
  >This improves the wording for the TrackLastPatronActivity system preference to reflect that the 'last seen' date updates when a patron logs into the OPAC or connects using SIP.
1251
  >This improves the wording for the TrackLastPatronActivity system preference to reflect that the 'last seen' date updates when a patron logs into the OPAC or connects using SIP.
1252
- [[28472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28472) UpdateItemLocationOnCheckin not updating items where location is null
1252
- [[28472]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28472) UpdateItemLocationOnCheckin not updating items where location is null
1253
- [[28598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28598) Changing date or time format on a production server will NOT create duplicate fines and we should remove the syspref warnings
1253
- [[28598]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28598) Changing date or time format on a production server will NOT create duplicate fines and we should remove the syspref warnings
1254
- [[28601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28601) Wrong breadcrumb for 'Home' on circulation-home
1254
- [[28601]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28601) Wrong breadcrumb for 'Home' on circulation-home
1255
1255
1256
  >This fixes the breadcrumb link to the the staff interface home page from the circulation area - it now links correctly to the staff interface home page, rather than the circulation page.
1256
  >This fixes the breadcrumb link to the the staff interface home page from the circulation area - it now links correctly to the staff interface home page, rather than the circulation page.
1257
- [[28722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28722) tools/batchMod.pl needs to import C4::Auth::haspermission
1257
- [[28722]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28722) tools/batchMod.pl needs to import C4::Auth::haspermission
1258
- [[28728]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28728) Holds ratio page links to itself pointlessly
1258
- [[28728]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28728) Holds ratio page links to itself pointlessly
1259
- [[28747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28747) Clarify wording on RestrictionBlockRenewing syspref
1259
- [[28747]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28747) Clarify wording on RestrictionBlockRenewing syspref
1260
1260
1261
  >This clarifies the wording for the RestrictionBlockRenewing system preference to make it clear that when set to Allow, it only allows renewal using the staff interface.
1261
  >This clarifies the wording for the RestrictionBlockRenewing system preference to make it clear that when set to Allow, it only allows renewal using the staff interface.
1262
- [[28802]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28802) Untranslatable strings in browser.js
1262
- [[28802]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28802) Untranslatable strings in browser.js
1263
- [[28834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28834) Improve wording biblios/authorities on tools home page
1263
- [[28834]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28834) Improve wording biblios/authorities on tools home page
1264
- [[28912]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28912) Pseudonymization should display a nice error message when brcypt_settings are not defined
1264
- [[28912]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28912) Pseudonymization should display a nice error message when brcypt_settings are not defined
1265
- [[28913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28913) Automatic checkin setting in item type setup should note required cronjob
1265
- [[28913]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28913) Automatic checkin setting in item type setup should note required cronjob
1266
- [[29062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29062) Patron check-in slip repeats data
1266
- [[29062]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29062) Patron check-in slip repeats data
1267
- [[29131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29131) Row striping breaks color coding on item circulation alerts
1267
- [[29131]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29131) Row striping breaks color coding on item circulation alerts
1268
- [[29195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29195) Highlighting broken on odd rows in circ-patron-search-results
1268
- [[29195]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29195) Highlighting broken on odd rows in circ-patron-search-results
1269
- [[29242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29242) Flatpickr - Turn autocomplete off
1269
- [[29242]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29242) Flatpickr - Turn autocomplete off
1270
- [[29244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29244) alert/error and message dialogues should have the same width
1270
- [[29244]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29244) alert/error and message dialogues should have the same width
1271
- [[29459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29459) Replace some missed datetimepickers in circulation templates with Flatpickr
1271
- [[29459]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29459) Replace some missed datetimepickers in circulation templates with Flatpickr
1272
1272
1273
### System Administration
1273
### System Administration
1274
1274
1275
- [[28567]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28567) Pick-up location is not saved correctly when creating a new library
1275
- [[28567]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28567) Pick-up location is not saved correctly when creating a new library
1276
1276
1277
  >This fixes an issue when adding a new library - the pick-up location was always saving as "Yes", even when no was selected.
1277
  >This fixes an issue when adding a new library - the pick-up location was always saving as "Yes", even when no was selected.
1278
- [[28704]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28704) Library MARCOrgCode field needs maxlength attribute
1278
- [[28704]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28704) Library MARCOrgCode field needs maxlength attribute
1279
1279
1280
  >This fixes an error that occurs when you enter a "MARC organization code" in the form for adding and editing libraries. With this change the input field is limited to 16 characters.
1280
  >This fixes an error that occurs when you enter a "MARC organization code" in the form for adding and editing libraries. With this change the input field is limited to 16 characters.
1281
- [[28859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28859) Table Settings should control Checked out by field in Checkout history
1281
- [[28859]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28859) Table Settings should control Checked out by field in Checkout history
1282
- [[28936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28936) Sort1 and Sort2 should be included in BorrowerUnwantedField and related sysprefs
1282
- [[28936]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28936) Sort1 and Sort2 should be included in BorrowerUnwantedField and related sysprefs
1283
- [[29004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29004) Update GoogleOpenIDConnect preference to make it clear that it is OPAC-only
1283
- [[29004]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29004) Update GoogleOpenIDConnect preference to make it clear that it is OPAC-only
1284
1284
1285
  >This improves the description of the GoogleOpenIDConnect and related preferences to make it clear that GoogleOpenIDConnect affects OPAC logins and that the preferences are related.
1285
  >This improves the description of the GoogleOpenIDConnect and related preferences to make it clear that GoogleOpenIDConnect affects OPAC logins and that the preferences are related.
1286
- [[29020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29020) Missing Background jobs link in admin-home
1286
- [[29020]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29020) Missing Background jobs link in admin-home
1287
- [[29056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29056) Remove demo functionality remnants
1287
- [[29056]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29056) Remove demo functionality remnants
1288
- [[29075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29075) OPAC info should not be displayed in libraries table
1288
- [[29075]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29075) OPAC info should not be displayed in libraries table
1289
- [[29180]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29180) System preference RequestOnOpac should be renamed
1289
- [[29180]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29180) System preference RequestOnOpac should be renamed
1290
1290
1291
  >System preference RequestOnOpac renamed to OPACHoldRequests. It could be confused with the 'Article Request' feature and does not follow Koha terminology - OPAC related system preferences normally start with OPAC.
1291
  >System preference RequestOnOpac renamed to OPACHoldRequests. It could be confused with the 'Article Request' feature and does not follow Koha terminology - OPAC related system preferences normally start with OPAC.
1292
- [[29200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29200) Remove Adlibris cover service
1292
- [[29200]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29200) Remove Adlibris cover service
1293
- [[29298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29298) "Managing library" missing from histsearch table settings
1293
- [[29298]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29298) "Managing library" missing from histsearch table settings
1294
- [[29456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29456) "Auto renewal" and "Hold reminder" notice shown as "unknown" on the patron category list view
1294
- [[29456]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29456) "Auto renewal" and "Hold reminder" notice shown as "unknown" on the patron category list view
1295
1295
1296
### Templates
1296
### Templates
1297
1297
1298
- [[27498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27498) Add a link for the hold ratios to acquisitions home page
1298
- [[27498]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27498) Add a link for the hold ratios to acquisitions home page
1299
1299
1300
  >This enhancement adds a link to the hold ratios report in the Acquisitions sidebar menu under the reports heading.
1300
  >This enhancement adds a link to the hold ratios report in the Acquisitions sidebar menu under the reports heading.
1301
- [[28149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28149) Improve internationalization and formatting on background jobs page
1301
- [[28149]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28149) Improve internationalization and formatting on background jobs page
1302
- [[28280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28280) Item types configuration page doesn't use Price filter for default replacement cost and processing fee
1302
- [[28280]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28280) Item types configuration page doesn't use Price filter for default replacement cost and processing fee
1303
1303
1304
  >This fixes the display of 'Default replacement cost' and a
1304
  >This fixes the display of 'Default replacement cost' and a
1305
  >'Processing fee (when lost)' when adding item types so that amounts use two decimals instead of six.
1305
  >'Processing fee (when lost)' when adding item types so that amounts use two decimals instead of six.
1306
- [[28423]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28423) JavaScript error on MARC modifications page
1306
- [[28423]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28423) JavaScript error on MARC modifications page
1307
1307
1308
  >This patch makes a minor change to the MARC modifications template (Staff interface > Administration > MARC modification templates) so that the "mmtas" variable isn't defined if there is no JSON to be assigned as its value.
1308
  >This patch makes a minor change to the MARC modifications template (Staff interface > Administration > MARC modification templates) so that the "mmtas" variable isn't defined if there is no JSON to be assigned as its value.
1309
- [[28427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28427) Terminology: Shelf should be list
1309
- [[28427]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28427) Terminology: Shelf should be list
1310
- [[28428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28428) Capitalization: Password Updated
1310
- [[28428]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28428) Capitalization: Password Updated
1311
- [[28438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28438) Capitalization: Various corrections
1311
- [[28438]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28438) Capitalization: Various corrections
1312
- [[28441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28441) Terminology: Reserve notes should be Hold notes
1312
- [[28441]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28441) Terminology: Reserve notes should be Hold notes
1313
- [[28443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28443) Terminology: Issuing should be Checking out
1313
- [[28443]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28443) Terminology: Issuing should be Checking out
1314
- [[28470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28470) Typo: Are you sure you with to chart this report?
1314
- [[28470]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28470) Typo: Are you sure you with to chart this report?
1315
- [[28522]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28522) Correct eslint errors in staff-global.js
1315
- [[28522]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28522) Correct eslint errors in staff-global.js
1316
- [[28579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28579) Typo: No record have been imported because they all match an existing record in your catalog.
1316
- [[28579]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28579) Typo: No record have been imported because they all match an existing record in your catalog.
1317
- [[28689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28689) Extra %s in alert message when saving an item
1317
- [[28689]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28689) Extra %s in alert message when saving an item
1318
1318
1319
  >This removes an unnecessary %s in the alert message when there are errors in the cataloging add item form (for example when mandatory fields are not entered).
1319
  >This removes an unnecessary %s in the alert message when there are errors in the cataloging add item form (for example when mandatory fields are not entered).
1320
- [[28733]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28733) Desks link is in "Patrons and circ" section on admin homepage but in "Basic parameters" on the sidebar
1320
- [[28733]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28733) Desks link is in "Patrons and circ" section on admin homepage but in "Basic parameters" on the sidebar
1321
- [[28825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28825) Can't edit local cover image for item from details page
1321
- [[28825]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28825) Can't edit local cover image for item from details page
1322
- [[28902]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28902) Grey color should be on label for record metadata
1322
- [[28902]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28902) Grey color should be on label for record metadata
1323
1323
1324
  >In record search or details, label is now with grey color (for example "Author:") and metadata with black color (for example "J.R.R Tolkien").
1324
  >In record search or details, label is now with grey color (for example "Author:") and metadata with black color (for example "J.R.R Tolkien").
1325
  >For both OPAC and staff interface.
1325
  >For both OPAC and staff interface.
1326
- [[28927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28927) Id opacmainuserblock used twice in OPAC
1326
- [[28927]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28927) Id opacmainuserblock used twice in OPAC
1327
1327
1328
  >This patch removes redundant div with id 'opacmainuserblock' and 'opacheader' since there is already this id generated by HTML customization.
1328
  >This patch removes redundant div with id 'opacmainuserblock' and 'opacheader' since there is already this id generated by HTML customization.
1329
- [[28928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28928) Minor follow-ups to Bug 28376 - Flatpickr introduction
1329
- [[28928]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28928) Minor follow-ups to Bug 28376 - Flatpickr introduction
1330
- [[28938]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28938) Correct Flatpickr's default 12hr time formatting
1330
- [[28938]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28938) Correct Flatpickr's default 12hr time formatting
1331
- [[29112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29112) Module navigation sidebars in staff now show bullet points
1331
- [[29112]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29112) Module navigation sidebars in staff now show bullet points
1332
- [[29133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29133) Wrong string format in select2.inc
1332
- [[29133]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29133) Wrong string format in select2.inc
1333
- [[29232]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29232) Clean up obsolete jQueryUI datepicker code from cash register stats template
1333
- [[29232]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29232) Clean up obsolete jQueryUI datepicker code from cash register stats template
1334
- [[29233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29233) Correct missed jQueryUI datepicker in serials search sidebar
1334
- [[29233]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29233) Correct missed jQueryUI datepicker in serials search sidebar
1335
- [[29278]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29278) write_age function broken by Flatpickr conversion
1335
- [[29278]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29278) write_age function broken by Flatpickr conversion
1336
1336
1337
  >This fixes the display of a patron's age in the staff interface after the date of birth field (for example: Age: 63 years 4 months). This was not displaying after the switch to Flatpickr for date entry on this page in the 21.11 release development cycle.
1337
  >This fixes the display of a patron's age in the staff interface after the date of birth field (for example: Age: 63 years 4 months). This was not displaying after the switch to Flatpickr for date entry on this page in the 21.11 release development cycle.
1338
- [[29286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29286) Typo: Librarien will need the manage_auth_values subpermission.
1338
- [[29286]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29286) Typo: Librarien will need the manage_auth_values subpermission.
1339
- [[29301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29301) Display error with serials search flatpickr when searching Mana
1339
- [[29301]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29301) Display error with serials search flatpickr when searching Mana
1340
- [[29394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29394) Remove flatpickr instantiations from .tt files
1340
- [[29394]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29394) Remove flatpickr instantiations from .tt files
1341
1341
1342
### Test Suite
1342
### Test Suite
1343
1343
1344
- [[27155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27155) Include identifier test in Biblio_and_Items_plugin_hooks.t
1344
- [[27155]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27155) Include identifier test in Biblio_and_Items_plugin_hooks.t
1345
- [[28479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28479) TestBuilder.pm uses incorrect method for checking if objects to be created exists
1345
- [[28479]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28479) TestBuilder.pm uses incorrect method for checking if objects to be created exists
1346
- [[28483]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28483) Warnings from Search.t must be removed
1346
- [[28483]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28483) Warnings from Search.t must be removed
1347
- [[28509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28509) Koha/Acquisition/Orders.t is failing randomly
1347
- [[28509]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28509) Koha/Acquisition/Orders.t is failing randomly
1348
- [[28516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28516) Koha/Patrons/Import.t is failing randomly
1348
- [[28516]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28516) Koha/Patrons/Import.t is failing randomly
1349
- [[28873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28873) Incorrect age displayed in db_dependent/Koha/Patrons.t
1349
- [[28873]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28873) Incorrect age displayed in db_dependent/Koha/Patrons.t
1350
1350
1351
  >This fixes age tests in t/db_dependent/Koha/Patrons.t so that  the correct ages are calculated and displayed. It also adds the category code 'AGE_5_10' in messages to display age limits.
1351
  >This fixes age tests in t/db_dependent/Koha/Patrons.t so that  the correct ages are calculated and displayed. It also adds the category code 'AGE_5_10' in messages to display age limits.
1352
- [[29273]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29273) Warning not caught in tests for plugins
1352
- [[29273]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29273) Warning not caught in tests for plugins
1353
- [[29306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29306) Holds.t: Fix Use of uninitialized value $_ in concatenation (.) or string
1353
- [[29306]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29306) Holds.t: Fix Use of uninitialized value $_ in concatenation (.) or string
1354
- [[29315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29315) Remove warnings from Search.t
1354
- [[29315]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29315) Remove warnings from Search.t
1355
- [[29363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29363) TestBuilder.t failing if biblionumber=123 does not exist
1355
- [[29363]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29363) TestBuilder.t failing if biblionumber=123 does not exist
1356
- [[29364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29364) Search.t not reverting changes made to the framework
1356
- [[29364]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29364) Search.t not reverting changes made to the framework
1357
- [[29485]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29485) selenium/administration_tasks.t is failing randomly
1357
- [[29485]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29485) selenium/administration_tasks.t is failing randomly
1358
- [[29565]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29565) selenium/regressions.t can fail on slow boxes
1358
- [[29565]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29565) selenium/regressions.t can fail on slow boxes
1359
1359
1360
### Tools
1360
### Tools
1361
1361
1362
- [[26205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26205) News changes aren't logged
1362
- [[26205]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26205) News changes aren't logged
1363
- [[27929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27929) Regex option in item batch modification is hidden for itemcallnumber if 952$o linked to cn_browser plugin
1363
- [[27929]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27929) Regex option in item batch modification is hidden for itemcallnumber if 952$o linked to cn_browser plugin
1364
- [[28191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28191) Update wording on batch patron deletion to reflect changes from bug 26517
1364
- [[28191]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28191) Update wording on batch patron deletion to reflect changes from bug 26517
1365
- [[28336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28336) Cannot change matching rules for authorities
1365
- [[28336]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28336) Cannot change matching rules for authorities
1366
- [[28353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28353) Regression: Batch item deletion no longer shows which items were not removed
1366
- [[28353]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28353) Regression: Batch item deletion no longer shows which items were not removed
1367
1367
1368
  >This restores and improves the messages displayed when batch deleting items (Tools > Catalog > Batch item deletion).
1368
  >This restores and improves the messages displayed when batch deleting items (Tools > Catalog > Batch item deletion).
1369
  >
1369
  >
1370
  >The messages displayed are:
1370
  >The messages displayed are:
1371
  >- "Warning, the following barcodes were not found:", followed by a list of barcodes
1371
  >- "Warning, the following barcodes were not found:", followed by a list of barcodes
1372
  >- "Warning, the following items cannot be deleted:", followed by a list of barcodes
1372
  >- "Warning, the following items cannot be deleted:", followed by a list of barcodes
1373
- [[28418]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28418) Show template_id of MARC modification templates
1373
- [[28418]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28418) Show template_id of MARC modification templates
1374
- [[28525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28525) TinyMCE for system prefs does some automatic code clean up
1374
- [[28525]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28525) TinyMCE for system prefs does some automatic code clean up
1375
- [[28718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28718) Can't delete multiple news items at once
1375
- [[28718]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28718) Can't delete multiple news items at once
1376
- [[28835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28835) Ability to pass list contents to batch record modification broken
1376
- [[28835]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28835) Ability to pass list contents to batch record modification broken
1377
- [[29153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29153) CodeMirror broken for news and HTML customizations
1377
- [[29153]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29153) CodeMirror broken for news and HTML customizations
1378
- [[29254]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29254) Setting wrong dates on additional-contents.pl
1378
- [[29254]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29254) Setting wrong dates on additional-contents.pl
1379
- [[29263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29263) Return to Additional Contents listview after editing such an item
1379
- [[29263]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29263) Return to Additional Contents listview after editing such an item
1380
1380
1381
### Web services
1381
### Web services
1382
1382
1383
- [[21105]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21105) oai.pl returns invalid earliestDatestamp
1383
- [[21105]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21105) oai.pl returns invalid earliestDatestamp
1384
1384
1385
  **Sponsored by** *Reformational Study Centre*
1385
  **Sponsored by** *Reformational Study Centre*
1386
1386
Lines 1549-1555 C4::Circulation::AddIssue(@params); Link Here
1549
The Koha manual is maintained in Sphinx. The home page for Koha
1549
The Koha manual is maintained in Sphinx. The home page for Koha
1550
documentation is
1550
documentation is
1551
1551
1552
- [Koha Documentation](http://koha-community.org/documentation/)
1552
- [Koha Documentation](https://koha-community.org/documentation/)
1553
1553
1554
As of the date of these release notes, the Koha manual is available in the following languages:
1554
As of the date of these release notes, the Koha manual is available in the following languages:
1555
1555
Lines 1609-1624 Partial translations are available for various other languages. Link Here
1609
1609
1610
The Koha team welcomes additional translations; please see
1610
The Koha team welcomes additional translations; please see
1611
1611
1612
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1612
- [Koha Translation Info](https://wiki.koha-community.org/wiki/Translating_Koha)
1613
1613
1614
For information about translating Koha, and join the koha-translate 
1614
For information about translating Koha, and join the koha-translate 
1615
list to volunteer:
1615
list to volunteer:
1616
1616
1617
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1617
- [Koha Translate List](https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1618
1618
1619
The most up-to-date translations can be found at:
1619
The most up-to-date translations can be found at:
1620
1620
1621
- [Koha Translation](http://translate.koha-community.org/)
1621
- [Koha Translation](https://translate.koha-community.org/)
1622
1622
1623
## Release Team
1623
## Release Team
1624
1624
Lines 1691-1697 new features in Koha 21.11.00 Link Here
1691
1691
1692
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
1692
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
1693
- [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
1693
- [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
1694
- [Centre collégial des services regroupés](http://www.ccsr.qc.ca)
1694
- [Centre collégial des services regroupés](https://www.ccsr.qc.ca)
1695
- Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)
1695
- Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)
1696
- Gothenburg University Library
1696
- Gothenburg University Library
1697
- Halland County Library
1697
- Halland County Library
Lines 1899-1905 line is 21.11.x. Link Here
1899
Bug reports and feature requests can be filed at the Koha bug
1899
Bug reports and feature requests can be filed at the Koha bug
1900
tracker at:
1900
tracker at:
1901
1901
1902
- [Koha Bugzilla](http://bugs.koha-community.org)
1902
- [Koha Bugzilla](https://bugs.koha-community.org)
1903
1903
1904
He rau ringa e oti ai.
1904
He rau ringa e oti ai.
1905
(Many hands finish the work)
1905
(Many hands finish the work)
(-)a/misc/release_notes/release_notes_22_05_00.html (-614 / +614 lines)
Lines 8-26 and sizes, volunteers, and support companies from around the world. The Link Here
8
website for the Koha project is:</p>
8
website for the Koha project is:</p>
9
9
10
<ul>
10
<ul>
11
<li><a href="http://koha-community.org">Koha Community</a></li>
11
<li><a href="https://koha-community.org">Koha Community</a></li>
12
</ul>
12
</ul>
13
13
14
<p>Koha 22.05.00 can be downloaded from:</p>
14
<p>Koha 22.05.00 can be downloaded from:</p>
15
15
16
<ul>
16
<ul>
17
<li><a href="http://download.koha-community.org/koha-22.05-latest.tar.gz">Download</a></li>
17
<li><a href="https://download.koha-community.org/koha-22.05-latest.tar.gz">Download</a></li>
18
</ul>
18
</ul>
19
19
20
<p>Installation instructions can be found at:</p>
20
<p>Installation instructions can be found at:</p>
21
21
22
<ul>
22
<ul>
23
<li><a href="http://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
23
<li><a href="https://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
24
<li>OR in the INSTALL files that come in the tarball</li>
24
<li>OR in the INSTALL files that come in the tarball</li>
25
</ul>
25
</ul>
26
26
Lines 37-43 website for the Koha project is:</p> Link Here
37
<h3 id="authentication">Authentication</h3>
37
<h3 id="authentication">Authentication</h3>
38
38
39
<ul>
39
<ul>
40
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786">[28786]</a> Two-factor authentication for staff client - TOTP</p>
40
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786">[28786]</a> Two-factor authentication for staff client - TOTP</p>
41
41
42
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
42
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
43
43
Lines 52-64 website for the Koha project is:</p> Link Here
52
  
52
  
53
  <p>Any authenticator app, such as Google Authenticator, andOTP, and many others can be used. Applications that enable backup of their 2FA accounts (either cloud-based or automatic) are recommended.</p>
53
  <p>Any authenticator app, such as Google Authenticator, andOTP, and many others can be used. Applications that enable backup of their 2FA accounts (either cloud-based or automatic) are recommended.</p>
54
</blockquote></li>
54
</blockquote></li>
55
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29924">[29924]</a> Introduce password expiration to patron categories</li>
55
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29924">[29924]</a> Introduce password expiration to patron categories</li>
56
</ul>
56
</ul>
57
57
58
<h3 id="circulation">Circulation</h3>
58
<h3 id="circulation">Circulation</h3>
59
59
60
<ul>
60
<ul>
61
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532">[19532]</a> Recalls for Koha</p>
61
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532">[19532]</a> Recalls for Koha</p>
62
62
63
<blockquote>
63
<blockquote>
64
  <p>This new feature introduces the ability for patrons to place a recall on an item from the OPAC detail. Patrons can see details of their requested recalls in the OPAC and can cancel the recall before it is returned. </p>
64
  <p>This new feature introduces the ability for patrons to place a recall on an item from the OPAC detail. Patrons can see details of their requested recalls in the OPAC and can cancel the recall before it is returned. </p>
Lines 77-83 website for the Koha project is:</p> Link Here
77
<h3 id="patrons">Patrons</h3>
77
<h3 id="patrons">Patrons</h3>
78
78
79
<ul>
79
<ul>
80
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6815">[6815]</a> Capture member photo via webcam</p>
80
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6815">[6815]</a> Capture member photo via webcam</p>
81
81
82
<blockquote>
82
<blockquote>
83
  <p>Adds the option to take a photo of the patron via a webcam for patron photos.</p>
83
  <p>Adds the option to take a photo of the patron via a webcam for patron photos.</p>
Lines 87-93 website for the Koha project is:</p> Link Here
87
<h3 id="systemadministration">System Administration</h3>
87
<h3 id="systemadministration">System Administration</h3>
88
88
89
<ul>
89
<ul>
90
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13952">[13952]</a> Import and export of authority types</p>
90
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13952">[13952]</a> Import and export of authority types</p>
91
91
92
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
92
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
93
93
Lines 99-105 website for the Koha project is:</p> Link Here
99
<h3 id="templates">Templates</h3>
99
<h3 id="templates">Templates</h3>
100
100
101
<ul>
101
<ul>
102
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30136">[30136]</a> Add back to top button when scrolling</li>
102
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30136">[30136]</a> Add back to top button when scrolling</li>
103
</ul>
103
</ul>
104
104
105
<h2 id="enhancements">Enhancements</h2>
105
<h2 id="enhancements">Enhancements</h2>
Lines 107-126 website for the Koha project is:</p> Link Here
107
<h3 id="about">About</h3>
107
<h3 id="about">About</h3>
108
108
109
<ul>
109
<ul>
110
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30544">[30544]</a> Add font awesome version to licenses page</li>
110
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30544">[30544]</a> Add font awesome version to licenses page</li>
111
</ul>
111
</ul>
112
112
113
<h3 id="acquisitions">Acquisitions</h3>
113
<h3 id="acquisitions">Acquisitions</h3>
114
114
115
<ul>
115
<ul>
116
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16258">[16258]</a> Add a preference to turn EDIFACT off</li>
116
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16258">[16258]</a> Add a preference to turn EDIFACT off</li>
117
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26296">[26296]</a> Use new table column selection modal for OPAC suggestion fields</p>
117
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26296">[26296]</a> Use new table column selection modal for OPAC suggestion fields</p>
118
118
119
<blockquote>
119
<blockquote>
120
  <p>This changes the selection of values for OPACSuggestionUnwantedFields and OPACSuggestionMandatoryFields from drop down lists to a modal.</p>
120
  <p>This changes the selection of values for OPACSuggestionUnwantedFields and OPACSuggestionMandatoryFields from drop down lists to a modal.</p>
121
</blockquote></li>
121
</blockquote></li>
122
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27212">[27212]</a> Add column configuration to the acquisitions home page</li>
122
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27212">[27212]</a> Add column configuration to the acquisitions home page</li>
123
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28082">[28082]</a> Add acquisitions toolbar to vendors on vendor search page</p>
123
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28082">[28082]</a> Add acquisitions toolbar to vendors on vendor search page</p>
124
124
125
<blockquote>
125
<blockquote>
126
  <p>This patch updates the vendor search results page in acquisitions so that a button toolbar is shown for each vendor in search results. This gives quick access to operations for each vendor, like editing the vendor, adding a basket, or receiving a shipment.</p>
126
  <p>This patch updates the vendor search results page in acquisitions so that a button toolbar is shown for each vendor in search results. This gives quick access to operations for each vendor, like editing the vendor, adding a basket, or receiving a shipment.</p>
Lines 129-150 website for the Koha project is:</p> Link Here
129
  
129
  
130
  <p>Inactive vendors are now styled differently than active vendors in order to improve clarity.</p>
130
  <p>Inactive vendors are now styled differently than active vendors in order to improve clarity.</p>
131
</blockquote></li>
131
</blockquote></li>
132
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30130">[30130]</a> Allow setting EDI type at the vendor level</p>
132
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30130">[30130]</a> Allow setting EDI type at the vendor level</p>
133
133
134
<blockquote>
134
<blockquote>
135
  <p>There are two predominant competing EDI standards, EDItEUR and BiC, with subtle differences in how they interpret some EDI message fields.</p>
135
  <p>There are two predominant competing EDI standards, EDItEUR and BiC, with subtle differences in how they interpret some EDI message fields.</p>
136
  
136
  
137
  <p>This patch allows administrators to pick which standard the Vendor is conforming to rather than using a hardcoded and un-maintained SAN mapping in the module.</p>
137
  <p>This patch allows administrators to pick which standard the Vendor is conforming to rather than using a hardcoded and un-maintained SAN mapping in the module.</p>
138
</blockquote></li>
138
</blockquote></li>
139
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30135">[30135]</a> We should allow configuration of whether EDI LSQ segments map to 'location' or 'collection'</p>
139
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30135">[30135]</a> We should allow configuration of whether EDI LSQ segments map to 'location' or 'collection'</p>
140
140
141
<blockquote>
141
<blockquote>
142
  <p>EDItEUR describes the LSQ segment as "A code or other designation which identifies stock which is to be shelved in a specified sequence or collection."</p>
142
  <p>EDItEUR describes the LSQ segment as "A code or other designation which identifies stock which is to be shelved in a specified sequence or collection."</p>
143
  
143
  
144
  <p>In Koha, this could be interpreted as either 'location' or 'ccode'; This bug makes that configurable for each EDI vendor, defaulting to location as that was the previously hard coded configuration.</p>
144
  <p>In Koha, this could be interpreted as either 'location' or 'ccode'; This bug makes that configurable for each EDI vendor, defaulting to location as that was the previously hard coded configuration.</p>
145
</blockquote></li>
145
</blockquote></li>
146
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30438">[30438]</a> Add select all/clear buttons to invoices.tt open and closed tables</li>
146
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30438">[30438]</a> Add select all/clear buttons to invoices.tt open and closed tables</li>
147
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30510">[30510]</a> Add a Patron reason column to the suggestion table in the staff interface</p>
147
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30510">[30510]</a> Add a Patron reason column to the suggestion table in the staff interface</p>
148
148
149
<blockquote>
149
<blockquote>
150
  <p>This adds the patron reason for a suggestion to the suggestions summary table in the staff interface.</p>
150
  <p>This adds the patron reason for a suggestion to the suggestions summary table in the staff interface.</p>
Lines 154-172 website for the Koha project is:</p> Link Here
154
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
154
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
155
155
156
<ul>
156
<ul>
157
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26019">[26019]</a> Koha should set SameSite attribute on cookies</li>
157
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26019">[26019]</a> Koha should set SameSite attribute on cookies</li>
158
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26704">[26704]</a> Koha::Item store triggers should utilise Koha::Object::Messages for message passing</li>
158
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26704">[26704]</a> Koha::Item store triggers should utilise Koha::Object::Messages for message passing</li>
159
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27266">[27266]</a> Move C4::Biblio::GetMarcAuthors to Koha namespace</p>
159
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27266">[27266]</a> Move C4::Biblio::GetMarcAuthors to Koha namespace</p>
160
160
161
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
161
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
162
162
163
<blockquote>
163
<blockquote>
164
  <p>This enhancment moves C4::Biblio::GetMarcAuthors to Koha::Biblio->get_marc_authors. This is so the method can be used in templates and notices.</p>
164
  <p>This enhancment moves C4::Biblio::GetMarcAuthors to Koha::Biblio->get_marc_authors. This is so the method can be used in templates and notices.</p>
165
</blockquote></li>
165
</blockquote></li>
166
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27344">[27344]</a> Implement Elastic's update_index_background using Koha::BackgroundJob</li>
166
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27344">[27344]</a> Implement Elastic's update_index_background using Koha::BackgroundJob</li>
167
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783">[27783]</a> Introduce background job queues</li>
167
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783">[27783]</a> Introduce background job queues</li>
168
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28416">[28416]</a> Email::Sender::Transport::SMTP is using 10Mo of RAM</li>
168
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28416">[28416]</a> Email::Sender::Transport::SMTP is using 10Mo of RAM</li>
169
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28617">[28617]</a> misc/kohalib.pl no longer useful</p>
169
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28617">[28617]</a> misc/kohalib.pl no longer useful</p>
170
170
171
<blockquote>
171
<blockquote>
172
  <p>This enhancement removes the script misc/kohalib.pl.</p>
172
  <p>This enhancement removes the script misc/kohalib.pl.</p>
Lines 175-199 website for the Koha project is:</p> Link Here
175
  
175
  
176
  <p>If upgrading ancient Koha systems from tarballs double-check that PERL5LIB is set in crontab.</p>
176
  <p>If upgrading ancient Koha systems from tarballs double-check that PERL5LIB is set in crontab.</p>
177
</blockquote></li>
177
</blockquote></li>
178
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28998">[28998]</a> Encrypt borrowers.secret</p>
178
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28998">[28998]</a> Encrypt borrowers.secret</p>
179
179
180
<blockquote>
180
<blockquote>
181
  <p>Sponsored-by: Orex Digital</p>
181
  <p>Sponsored-by: Orex Digital</p>
182
</blockquote></li>
182
</blockquote></li>
183
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29155">[29155]</a> Upgrade jquery version to 3.6.0</li>
183
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29155">[29155]</a> Upgrade jquery version to 3.6.0</li>
184
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29397">[29397]</a> Add a select2 wrapper for the API</li>
184
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29397">[29397]</a> Add a select2 wrapper for the API</li>
185
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29403">[29403]</a> dt_from_string should fail if passed more data than expected for the format</li>
185
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29403">[29403]</a> dt_from_string should fail if passed more data than expected for the format</li>
186
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29420">[29420]</a> HTTP status code incorrect when calling error pages directly under Plack/PSGI</li>
186
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29420">[29420]</a> HTTP status code incorrect when calling error pages directly under Plack/PSGI</li>
187
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486">[29486]</a> <em>koha</em>marc_update_bib_ids no longer needed for GetMarcBiblio</li>
187
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486">[29486]</a> <em>koha</em>marc_update_bib_ids no longer needed for GetMarcBiblio</li>
188
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29516">[29516]</a> Remove dependency on IO::Scalar</li>
188
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29516">[29516]</a> Remove dependency on IO::Scalar</li>
189
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29562">[29562]</a> Pass objects to CanItemBeReserved and checkHighHolds</li>
189
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29562">[29562]</a> Pass objects to CanItemBeReserved and checkHighHolds</li>
190
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29609">[29609]</a> Links to guess the biblio default view need to be centralized</li>
190
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29609">[29609]</a> Links to guess the biblio default view need to be centralized</li>
191
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29629">[29629]</a> Remove two unused intranet MODS XSLT sheets</li>
191
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29629">[29629]</a> Remove two unused intranet MODS XSLT sheets</li>
192
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29660">[29660]</a> reserve/request.pl should not deal with biblioitem</li>
192
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29660">[29660]</a> reserve/request.pl should not deal with biblioitem</li>
193
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29695">[29695]</a> Centralize columns' descriptions</li>
193
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29695">[29695]</a> Centralize columns' descriptions</li>
194
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29703">[29703]</a> Simplify GetBranchItemRule using get_effective_rules</li>
194
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29703">[29703]</a> Simplify GetBranchItemRule using get_effective_rules</li>
195
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29718">[29718]</a> DateTime - our 'iso' is not ISO 8601</li>
195
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29718">[29718]</a> DateTime - our 'iso' is not ISO 8601</li>
196
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29741">[29741]</a> Add Koha::Patron->safe_to_delete</p>
196
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29741">[29741]</a> Add Koha::Patron->safe_to_delete</p>
197
197
198
<blockquote>
198
<blockquote>
199
  <p>This enhancement adds a handy method for checking if a patron meets the conditions to be deleted. These conditions are:</p>
199
  <p>This enhancement adds a handy method for checking if a patron meets the conditions to be deleted. These conditions are:</p>
Lines 207-284 website for the Koha project is:</p> Link Here
207
  
207
  
208
  <p>It also adapts the DELETE /patrons route to use the newly introduced Koha::Patron->safe_to_delete method.</p>
208
  <p>It also adapts the DELETE /patrons route to use the newly introduced Koha::Patron->safe_to_delete method.</p>
209
</blockquote></li>
209
</blockquote></li>
210
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29746">[29746]</a> Add a handy Koha::Result::Boolean class</p>
210
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29746">[29746]</a> Add a handy Koha::Result::Boolean class</p>
211
211
212
<blockquote>
212
<blockquote>
213
  <p>This development introduces a new library, Koha::Result::Boolean, that will be used in method that need to return a boolean, but could also want to carry some more information such as the reason for a 'false' return value.</p>
213
  <p>This development introduces a new library, Koha::Result::Boolean, that will be used in method that need to return a boolean, but could also want to carry some more information such as the reason for a 'false' return value.</p>
214
  
214
  
215
  <p>A Koha::Result::Boolean object will be evaluated as a boolean in bool context, while retaining its object nature and methods.</p>
215
  <p>A Koha::Result::Boolean object will be evaluated as a boolean in bool context, while retaining its object nature and methods.</p>
216
</blockquote></li>
216
</blockquote></li>
217
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29757">[29757]</a> Add filter_by_non_reversible/reversible methods for offsets</li>
217
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29757">[29757]</a> Add filter_by_non_reversible/reversible methods for offsets</li>
218
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29765">[29765]</a> Make Koha::Patron->safe_to_delete return a Koha::Result::Boolean object</li>
218
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29765">[29765]</a> Make Koha::Patron->safe_to_delete return a Koha::Result::Boolean object</li>
219
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29780">[29780]</a> Add Koha::Old::Holds->anonymize</li>
219
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29780">[29780]</a> Add Koha::Old::Holds->anonymize</li>
220
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29788">[29788]</a> Make Koha::Item->safe_to_delete return a Koha::Result::Boolean object</li>
220
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29788">[29788]</a> Make Koha::Item->safe_to_delete return a Koha::Result::Boolean object</li>
221
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29791">[29791]</a> KohaOpacLanguage cookie should set the secure flag if using HTTPS</li>
221
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29791">[29791]</a> KohaOpacLanguage cookie should set the secure flag if using HTTPS</li>
222
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29843">[29843]</a> Add ->anonymize and ->filter_by_anonymizable to Koha::Old::Checkouts</li>
222
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29843">[29843]</a> Add ->anonymize and ->filter_by_anonymizable to Koha::Old::Checkouts</li>
223
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29844">[29844]</a> Remove uses of wantarray in Koha::Objects</li>
223
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29844">[29844]</a> Remove uses of wantarray in Koha::Objects</li>
224
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29847">[29847]</a> Koha::Patron::HouseboundProfile->housebound_visits should return a resultset</li>
224
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29847">[29847]</a> Koha::Patron::HouseboundProfile->housebound_visits should return a resultset</li>
225
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29859">[29859]</a> Favor iterators over as_list</li>
225
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29859">[29859]</a> Favor iterators over as_list</li>
226
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29868">[29868]</a> Add Koha::Old::Hold->anonymize</li>
226
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29868">[29868]</a> Add Koha::Old::Hold->anonymize</li>
227
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29869">[29869]</a> Add Koha::Hold->fill</li>
227
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29869">[29869]</a> Add Koha::Hold->fill</li>
228
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29886">[29886]</a> Add Koha::Suggestions->search_limited</li>
228
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29886">[29886]</a> Add Koha::Suggestions->search_limited</li>
229
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29894">[29894]</a> 2FA: Add few validations, clear secret, send register notice</li>
229
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29894">[29894]</a> 2FA: Add few validations, clear secret, send register notice</li>
230
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30007">[30007]</a> Make ->anonymize methods throw an exception if AnonymousPatron is not set</li>
230
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30007">[30007]</a> Make ->anonymize methods throw an exception if AnonymousPatron is not set</li>
231
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30023">[30023]</a> Add Koha::Old::Checkout->anonymize</li>
231
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30023">[30023]</a> Add Koha::Old::Checkout->anonymize</li>
232
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30058">[30058]</a> Add a Koha::Patrons method to filter by permissions</li>
232
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30058">[30058]</a> Add a Koha::Patrons method to filter by permissions</li>
233
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30059">[30059]</a> Add a JS equivalent to Koha::Patron->get_age</li>
233
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30059">[30059]</a> Add a JS equivalent to Koha::Patron->get_age</li>
234
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30060">[30060]</a> Missing primary key on user_permissions</li>
234
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30060">[30060]</a> Missing primary key on user_permissions</li>
235
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30061">[30061]</a> Simplify Koha::Patron->get_age</li>
235
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30061">[30061]</a> Simplify Koha::Patron->get_age</li>
236
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30076">[30076]</a> Add ability to check patron messaging preferences from a notice</p>
236
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30076">[30076]</a> Add ability to check patron messaging preferences from a notice</p>
237
237
238
<blockquote>
238
<blockquote>
239
  <p>This enhancement gives notices access to a patron's messaging preferences. For example, a hold slip could contain a line if the patron has requested SMS notifications for waiting holds, or perhaps phone notifications. The format for this new method is as follows: [% patron.has_messaging_preference({ message_name => 'Item_Checkout', message_transport_type => 'email' }) %]</p>
239
  <p>This enhancement gives notices access to a patron's messaging preferences. For example, a hold slip could contain a line if the patron has requested SMS notifications for waiting holds, or perhaps phone notifications. The format for this new method is as follows: [% patron.has_messaging_preference({ message_name => 'Item_Checkout', message_transport_type => 'email' }) %]</p>
240
</blockquote></li>
240
</blockquote></li>
241
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30181">[30181]</a> Koha::BackgroundJob-><em>derived</em>class returns an empty object</li>
241
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30181">[30181]</a> Koha::BackgroundJob-><em>derived</em>class returns an empty object</li>
242
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30360">[30360]</a> Add helper methods to Koha::BackgroundJobs</li>
242
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30360">[30360]</a> Add helper methods to Koha::BackgroundJobs</li>
243
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30394">[30394]</a> Add 'draw' handling to the datatables wrapper and REST API</li>
243
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30394">[30394]</a> Add 'draw' handling to the datatables wrapper and REST API</li>
244
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30459">[30459]</a> BatchDeleteAuthority task does not deal with indexation correctly</li>
244
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30459">[30459]</a> BatchDeleteAuthority task does not deal with indexation correctly</li>
245
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30460">[30460]</a> BatchDeleteBiblio task does not deal with indexation correctly</li>
245
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30460">[30460]</a> BatchDeleteBiblio task does not deal with indexation correctly</li>
246
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30464">[30464]</a> BatchUpdateAuthority task does not deal with indexation correctly</li>
246
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30464">[30464]</a> BatchUpdateAuthority task does not deal with indexation correctly</li>
247
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30465">[30465]</a> BatchUpdateBiblio task does not deal with indexation correctly</li>
247
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30465">[30465]</a> BatchUpdateBiblio task does not deal with indexation correctly</li>
248
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30728">[30728]</a> Allow real-time holds queue opt-out</li>
248
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30728">[30728]</a> Allow real-time holds queue opt-out</li>
249
</ul>
249
</ul>
250
250
251
<h3 id="authentication">Authentication</h3>
251
<h3 id="authentication">Authentication</h3>
252
252
253
<ul>
253
<ul>
254
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29873">[29873]</a> 2FA: Generate QR code without exposing secret via HTTP GET</p>
254
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29873">[29873]</a> 2FA: Generate QR code without exposing secret via HTTP GET</p>
255
255
256
<blockquote>
256
<blockquote>
257
  <p>Instead of calling the (deprecated) Google Charts API and exposing our secret, we create the image ourself and push it as a data uri in the src attribute of the image (inline image).</p>
257
  <p>Instead of calling the (deprecated) Google Charts API and exposing our secret, we create the image ourself and push it as a data uri in the src attribute of the image (inline image).</p>
258
</blockquote></li>
258
</blockquote></li>
259
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29925">[29925]</a> Add a 'set new password' page for patron's with expired passwords</li>
259
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29925">[29925]</a> Add a 'set new password' page for patron's with expired passwords</li>
260
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29926">[29926]</a> Add ability for superlibrarians to edit password expiration dates</li>
260
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29926">[29926]</a> Add ability for superlibrarians to edit password expiration dates</li>
261
</ul>
261
</ul>
262
262
263
<h3 id="cataloging">Cataloging</h3>
263
<h3 id="cataloging">Cataloging</h3>
264
264
265
<ul>
265
<ul>
266
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26587">[26587]</a> Cache libraries in Branches TT plugin to improve performance</p>
266
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26587">[26587]</a> Cache libraries in Branches TT plugin to improve performance</p>
267
267
268
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p></li>
268
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p></li>
269
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29391">[29391]</a> Improve output of reservoir search</p>
269
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29391">[29391]</a> Improve output of reservoir search</p>
270
270
271
<blockquote>
271
<blockquote>
272
  <p>This patch makes the cataloging reservoir search results a configurable DataTable. This adds column configuration, export, and sorting. The empty edition and date columns are removed, and an import data column is added.</p>
272
  <p>This patch makes the cataloging reservoir search results a configurable DataTable. This adds column configuration, export, and sorting. The empty edition and date columns are removed, and an import data column is added.</p>
273
</blockquote></li>
273
</blockquote></li>
274
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29781">[29781]</a> Allow item batch modification to use capturing groups in regex option</p>
274
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29781">[29781]</a> Allow item batch modification to use capturing groups in regex option</p>
275
275
276
<blockquote>
276
<blockquote>
277
  <p>This enhancement adds support for capture groups in the regular expression option of batch item modification.</p>
277
  <p>This enhancement adds support for capture groups in the regular expression option of batch item modification.</p>
278
  
278
  
279
  <p>One may now use <code>(\d+)</code> for example to capture digits in the match and then the <code>$1</code> placeholder in the replace.</p>
279
  <p>One may now use <code>(\d+)</code> for example to capture digits in the match and then the <code>$1</code> placeholder in the replace.</p>
280
</blockquote></li>
280
</blockquote></li>
281
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30604">[30604]</a> Add value builders for UNIMARC 146 ($a, $h and $i)</p>
281
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30604">[30604]</a> Add value builders for UNIMARC 146 ($a, $h and $i)</p>
282
282
283
<blockquote>
283
<blockquote>
284
  <p>This enhancement for UNIMARC field 146 adds value builders for subfields $a, $h, and $i. These are based on the official UNIMARC codes.</p>
284
  <p>This enhancement for UNIMARC field 146 adds value builders for subfields $a, $h, and $i. These are based on the official UNIMARC codes.</p>
Lines 288-314 website for the Koha project is:</p> Link Here
288
<h3 id="circulation">Circulation</h3>
288
<h3 id="circulation">Circulation</h3>
289
289
290
<ul>
290
<ul>
291
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18392">[18392]</a> Allow exporting circulation conditions as CSV or spreadsheet</li>
291
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18392">[18392]</a> Allow exporting circulation conditions as CSV or spreadsheet</li>
292
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946">[27946]</a> Add a charge per article request to patron categories</li>
292
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946">[27946]</a> Add a charge per article request to patron categories</li>
293
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29519">[29519]</a> Add option to resolve a return claim at checkin</p>
293
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29519">[29519]</a> Add option to resolve a return claim at checkin</p>
294
294
295
<blockquote>
295
<blockquote>
296
  <p>This enhancement adds the option to resolve a return claim upon the next check-in of the item.</p>
296
  <p>This enhancement adds the option to resolve a return claim upon the next check-in of the item.</p>
297
</blockquote></li>
297
</blockquote></li>
298
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30226">[30226]</a> Add system preference to disable auto-renew checkbox at checkout</li>
298
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30226">[30226]</a> Add system preference to disable auto-renew checkbox at checkout</li>
299
</ul>
299
</ul>
300
300
301
<h3 id="command-lineutilities">Command-line Utilities</h3>
301
<h3 id="command-lineutilities">Command-line Utilities</h3>
302
302
303
<ul>
303
<ul>
304
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28962">[28962]</a> Unverified self registrations should be removed shortly</p>
304
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28962">[28962]</a> Unverified self registrations should be removed shortly</p>
305
305
306
<blockquote>
306
<blockquote>
307
  <p>This fixes the cleanup_database script so that the option to delete unverified self registrations (del-unv-selfreg) works. It also adds this option to the standard crontab, defaulting to 14 days (the default notice says unverified registrations will expire "shortly").</p>
307
  <p>This fixes the cleanup_database script so that the option to delete unverified self registrations (del-unv-selfreg) works. It also adds this option to the standard crontab, defaulting to 14 days (the default notice says unverified registrations will expire "shortly").</p>
308
  
308
  
309
  <p>Note: If you don't use self registration with a verification email, this does not affect you. If you do use self registration, check the system preferences and settings - particularly PatronSelfRegistrationDefaultCategory.</p>
309
  <p>Note: If you don't use self registration with a verification email, this does not affect you. If you do use self registration, check the system preferences and settings - particularly PatronSelfRegistrationDefaultCategory.</p>
310
</blockquote></li>
310
</blockquote></li>
311
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30511">[30511]</a> Don't lock entire database when dumping Koha instance</p>
311
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30511">[30511]</a> Don't lock entire database when dumping Koha instance</p>
312
312
313
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
313
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
314
</ul>
314
</ul>
Lines 316-384 website for the Koha project is:</p> Link Here
316
<h3 id="finesandfees">Fines and fees</h3>
316
<h3 id="finesandfees">Fines and fees</h3>
317
317
318
<ul>
318
<ul>
319
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28138">[28138]</a> Add system preference to make the payment type required</li>
319
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28138">[28138]</a> Add system preference to make the payment type required</li>
320
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29759">[29759]</a> Refund credit when cancelling an article request</li>
320
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29759">[29759]</a> Refund credit when cancelling an article request</li>
321
</ul>
321
</ul>
322
322
323
<h3 id="holdrequests">Hold requests</h3>
323
<h3 id="holdrequests">Hold requests</h3>
324
324
325
<ul>
325
<ul>
326
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27868">[27868]</a> Adding the Expiration Date to the Holds Awaiting Pickup report</p>
326
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27868">[27868]</a> Adding the Expiration Date to the Holds Awaiting Pickup report</p>
327
327
328
<blockquote>
328
<blockquote>
329
  <p>This enhancement makes each hold's expiration date visible on the Holds Awaiting Pickup page. Since this is the date Koha uses to decide when a waiting hold should expire and be cancelled, making it visible decreases confusion.</p>
329
  <p>This enhancement makes each hold's expiration date visible on the Holds Awaiting Pickup page. Since this is the date Koha uses to decide when a waiting hold should expire and be cancelled, making it visible decreases confusion.</p>
330
</blockquote></li>
330
</blockquote></li>
331
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28377">[28377]</a> Use the API to suspend/resume holds</p>
331
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28377">[28377]</a> Use the API to suspend/resume holds</p>
332
332
333
<blockquote>
333
<blockquote>
334
  <p>This enhancement changes the patron page (detail and circulation) so that is uses the API to suspend and resume holds on the holds tab.</p>
334
  <p>This enhancement changes the patron page (detail and circulation) so that is uses the API to suspend and resume holds on the holds tab.</p>
335
  
335
  
336
  <p>It also removes the svc/hold/{resume|suspend} files as they are no longer used.</p>
336
  <p>It also removes the svc/hold/{resume|suspend} files as they are no longer used.</p>
337
</blockquote></li>
337
</blockquote></li>
338
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782">[28782]</a> Get rid of custom query param list creation for request.pl</li>
338
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782">[28782]</a> Get rid of custom query param list creation for request.pl</li>
339
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29058">[29058]</a> Add option to not load existing holds table automatically</li>
339
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29058">[29058]</a> Add option to not load existing holds table automatically</li>
340
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29346">[29346]</a> Real-time holds queue update</p>
340
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29346">[29346]</a> Real-time holds queue update</p>
341
341
342
<p><strong>Sponsored by</strong> <em>Montgomery County Public Libraries</em></p>
342
<p><strong>Sponsored by</strong> <em>Montgomery County Public Libraries</em></p>
343
343
344
<blockquote>
344
<blockquote>
345
  <p>Enabled by default, this feature can be opted out using the <em>RealTimeHoldsQueue</em> system preference.</p>
345
  <p>Enabled by default, this feature can be opted out using the <em>RealTimeHoldsQueue</em> system preference.</p>
346
</blockquote></li>
346
</blockquote></li>
347
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29517">[29517]</a> CanItemBeReserved fetches biblio for agerestriction check if feature not enabled</li>
347
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29517">[29517]</a> CanItemBeReserved fetches biblio for agerestriction check if feature not enabled</li>
348
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29760">[29760]</a> Show patron category in Holds queue</p>
348
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29760">[29760]</a> Show patron category in Holds queue</p>
349
349
350
<blockquote>
350
<blockquote>
351
  <p>Adds the patron category as a new column to Circulation > Holds queue.</p>
351
  <p>Adds the patron category as a new column to Circulation > Holds queue.</p>
352
</blockquote></li>
352
</blockquote></li>
353
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30108">[30108]</a> Allow making hold dates required</li>
353
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30108">[30108]</a> Allow making hold dates required</li>
354
</ul>
354
</ul>
355
355
356
<h3 id="i18nl10n">I18N/L10N</h3>
356
<h3 id="i18nl10n">I18N/L10N</h3>
357
357
358
<ul>
358
<ul>
359
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22038">[22038]</a> When exporting account table to excel, decimal is lost</li>
359
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22038">[22038]</a> When exporting account table to excel, decimal is lost</li>
360
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26244">[26244]</a> Move translatable strings out of memberentrygen.tt and into JavaScript</li>
360
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26244">[26244]</a> Move translatable strings out of memberentrygen.tt and into JavaScript</li>
361
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26257">[26257]</a> Move translatable strings out of subscription-add.tt and into subscription-add.js</p>
361
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26257">[26257]</a> Move translatable strings out of subscription-add.tt and into subscription-add.js</p>
362
362
363
<blockquote>
363
<blockquote>
364
  <p>This enhancement moves the definition of translatable strings for serial subscriptions (subscription-add.tt) out of templates and into the corresponding JavaScript file, using the new JS i81n function.</p>
364
  <p>This enhancement moves the definition of translatable strings for serial subscriptions (subscription-add.tt) out of templates and into the corresponding JavaScript file, using the new JS i81n function.</p>
365
</blockquote></li>
365
</blockquote></li>
366
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29596">[29596]</a> Add Yiddish language</p>
366
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29596">[29596]</a> Add Yiddish language</p>
367
367
368
<p><strong>Sponsored by</strong> <em>Universidad Nacional de San Martín</em></p>
368
<p><strong>Sponsored by</strong> <em>Universidad Nacional de San Martín</em></p>
369
369
370
<blockquote>
370
<blockquote>
371
  <p>This enhancement adds the Yiddish (יידיש) language to Koha. Yiddish now appears as an option for refining search results in the staff interface advanced search (Search > Advanced search > More options > Language and Language of original) and the OPAC (Advanced search > More options > Language).</p>
371
  <p>This enhancement adds the Yiddish (יידיש) language to Koha. Yiddish now appears as an option for refining search results in the staff interface advanced search (Search > Advanced search > More options > Language and Language of original) and the OPAC (Advanced search > More options > Language).</p>
372
</blockquote></li>
372
</blockquote></li>
373
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30373">[30373]</a> Rewrite UNIMARC installer data to YAML</li>
373
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30373">[30373]</a> Rewrite UNIMARC installer data to YAML</li>
374
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30476">[30476]</a> Remove NORMARC translation files</li>
374
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30476">[30476]</a> Remove NORMARC translation files</li>
375
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30477">[30477]</a> Add new UNIMARC installer translation files</li>
375
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30477">[30477]</a> Add new UNIMARC installer translation files</li>
376
</ul>
376
</ul>
377
377
378
<h3 id="lists">Lists</h3>
378
<h3 id="lists">Lists</h3>
379
379
380
<ul>
380
<ul>
381
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346">[26346]</a> Add option to make a public list editable by library staff only</p>
381
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346">[26346]</a> Add option to make a public list editable by library staff only</p>
382
382
383
<p><strong>Sponsored by</strong> <em>Catalyst</em> and <em>Horowhenua District Council, New Zealand</em></p>
383
<p><strong>Sponsored by</strong> <em>Catalyst</em> and <em>Horowhenua District Council, New Zealand</em></p>
384
384
Lines 387-393 website for the Koha project is:</p> Link Here
387
  
387
  
388
  <p>This patchset also allows superlibrarian users, or those with the 'edit_public_lists' sub-permission, to edit the configuration of existing public lists.</p>
388
  <p>This patchset also allows superlibrarian users, or those with the 'edit_public_lists' sub-permission, to edit the configuration of existing public lists.</p>
389
</blockquote></li>
389
</blockquote></li>
390
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28716">[28716]</a> Hide toolbar and opaccredits when printing lists</p>
390
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28716">[28716]</a> Hide toolbar and opaccredits when printing lists</p>
391
391
392
<blockquote>
392
<blockquote>
393
  <p>This removes the toolbar (Advanced Search | Authority Search | etc) and opaccredits (where set) from printed lists. The printed lists are cleaner without these.</p>
393
  <p>This removes the toolbar (Advanced Search | Authority Search | etc) and opaccredits (where set) from printed lists. The printed lists are cleaner without these.</p>
Lines 397-403 website for the Koha project is:</p> Link Here
397
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
397
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
398
398
399
<ul>
399
<ul>
400
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11083">[11083]</a> Authority search result display in staff interface should be XSLT driven</p>
400
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11083">[11083]</a> Authority search result display in staff interface should be XSLT driven</p>
401
401
402
<blockquote>
402
<blockquote>
403
  <p>This enhancement enables customising the authority search results summary in the staff interface using XSLT (for MARC21 and UNIMARC). </p>
403
  <p>This enhancement enables customising the authority search results summary in the staff interface using XSLT (for MARC21 and UNIMARC). </p>
Lines 410-425 website for the Koha project is:</p> Link Here
410
  <li>If errors occur, the custom XSLT file is ignored and the default summary is displayed.</li>
410
  <li>If errors occur, the custom XSLT file is ignored and the default summary is displayed.</li>
411
  </ul>
411
  </ul>
412
</blockquote></li>
412
</blockquote></li>
413
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13412">[13412]</a> Allow configuration of auto-created authorities</li>
413
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13412">[13412]</a> Allow configuration of auto-created authorities</li>
414
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20615">[20615]</a> Add the link of number of times the authority are used in edit mode</li>
414
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20615">[20615]</a> Add the link of number of times the authority are used in edit mode</li>
415
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29965">[29965]</a> MARC preview for authority search results</p>
415
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29965">[29965]</a> MARC preview for authority search results</p>
416
416
417
<p><strong>Sponsored by</strong> <em>Education Services Australia SCIS</em></p>
417
<p><strong>Sponsored by</strong> <em>Education Services Australia SCIS</em></p>
418
418
419
<blockquote>
419
<blockquote>
420
  <p>This enhancement makes the authority MARC preview modal available for the general authority search results.</p>
420
  <p>This enhancement makes the authority MARC preview modal available for the general authority search results.</p>
421
</blockquote></li>
421
</blockquote></li>
422
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29990">[29990]</a> Show authority heading use in search results</p>
422
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29990">[29990]</a> Show authority heading use in search results</p>
423
423
424
<p><strong>Sponsored by</strong> <em>Education Services Australia SCIS</em></p>
424
<p><strong>Sponsored by</strong> <em>Education Services Australia SCIS</em></p>
425
425
Lines 431-487 website for the Koha project is:</p> Link Here
431
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
431
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
432
432
433
<ul>
433
<ul>
434
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20362">[20362]</a> Direct link to authority records missing in staff detail view (1xx, 7xx)</li>
434
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20362">[20362]</a> Direct link to authority records missing in staff detail view (1xx, 7xx)</li>
435
</ul>
435
</ul>
436
436
437
<h3 id="notices">Notices</h3>
437
<h3 id="notices">Notices</h3>
438
438
439
<ul>
439
<ul>
440
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29491">[29491]</a> Improve display of notices in patron details</p>
440
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29491">[29491]</a> Improve display of notices in patron details</p>
441
441
442
<blockquote>
442
<blockquote>
443
  <p>In patron notices table, notices are now shown in a modal dialog instead of inline in the table.
443
  <p>In patron notices table, notices are now shown in a modal dialog instead of inline in the table.
444
  The "Resend" button is shown in the modal window controls.</p>
444
  The "Resend" button is shown in the modal window controls.</p>
445
</blockquote></li>
445
</blockquote></li>
446
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30290">[30290]</a> Article requests: Add TOC information to AR notices</li>
446
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30290">[30290]</a> Article requests: Add TOC information to AR notices</li>
447
</ul>
447
</ul>
448
448
449
<h3 id="opac">OPAC</h3>
449
<h3 id="opac">OPAC</h3>
450
450
451
<ul>
451
<ul>
452
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13188">[13188]</a> Make it possible to configure mandatory patron data differently between OPAC registration and modification</p>
452
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13188">[13188]</a> Make it possible to configure mandatory patron data differently between OPAC registration and modification</p>
453
453
454
<blockquote>
454
<blockquote>
455
  <p>Adds the system preference PatronSelfModificationMandatoryField in order to separate borrower registration from borrower modification.
455
  <p>Adds the system preference PatronSelfModificationMandatoryField in order to separate borrower registration from borrower modification.
456
  Initial value is a copy of system preference PatronSelfRegistrationBorrowerMandatoryField.</p>
456
  Initial value is a copy of system preference PatronSelfRegistrationBorrowerMandatoryField.</p>
457
</blockquote></li>
457
</blockquote></li>
458
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242">[14242]</a> Use ISBN-field to fill out purchase suggestions using Google Books API</p>
458
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242">[14242]</a> Use ISBN-field to fill out purchase suggestions using Google Books API</p>
459
459
460
<blockquote>
460
<blockquote>
461
  <p>This patch adds a system preference, OPACSuggestionAutoFill, which enables a feature within the OPAC Purchase Suggestions where a user can enter an ISBN and use a Google API to pull the relevant data and input it into the form.</p>
461
  <p>This patch adds a system preference, OPACSuggestionAutoFill, which enables a feature within the OPAC Purchase Suggestions where a user can enter an ISBN and use a Google API to pull the relevant data and input it into the form.</p>
462
</blockquote></li>
462
</blockquote></li>
463
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15594">[15594]</a> Sequence of  MARC 260 subfields different on XSLT result list and detail page</p>
463
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15594">[15594]</a> Sequence of  MARC 260 subfields different on XSLT result list and detail page</p>
464
464
465
<blockquote>
465
<blockquote>
466
  <p>This enhancement improves the display of MARC field 260 in the detail page for the OPAC and staff interface by using the order of subfields in the record.  Previously, $a$b$a$b would display as aabb.</p>
466
  <p>This enhancement improves the display of MARC field 260 in the detail page for the OPAC and staff interface by using the order of subfields in the record.  Previously, $a$b$a$b would display as aabb.</p>
467
</blockquote></li>
467
</blockquote></li>
468
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17018">[17018]</a> Split AdvancedSearchTypes for staff and OPAC</p>
468
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17018">[17018]</a> Split AdvancedSearchTypes for staff and OPAC</p>
469
469
470
<blockquote>
470
<blockquote>
471
  <p>Add a new system preference, OpacAdvancedSearchTypes, as an OPAC-specific version of the AdvancedSearchTypes preference.
471
  <p>Add a new system preference, OpacAdvancedSearchTypes, as an OPAC-specific version of the AdvancedSearchTypes preference.
472
  Values from AdvancedSearchTypes are copied to OpacAdvancedSearchTypes so that behavior is consistent.</p>
472
  Values from AdvancedSearchTypes are copied to OpacAdvancedSearchTypes so that behavior is consistent.</p>
473
</blockquote></li>
473
</blockquote></li>
474
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24220">[24220]</a> Convert OpacMoreSearches system preference to news block</li>
474
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24220">[24220]</a> Convert OpacMoreSearches system preference to news block</li>
475
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24221">[24221]</a> Convert OPACMySummaryNote system preference to news block</p>
475
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24221">[24221]</a> Convert OPACMySummaryNote system preference to news block</p>
476
476
477
<blockquote>
477
<blockquote>
478
  <p>OPACMySummaryNote system preference is converted to a news block.</p>
478
  <p>OPACMySummaryNote system preference is converted to a news block.</p>
479
  
479
  
480
  <p>Note that its HTML id is now 'OpacMySummaryNote' instead of 'opac-my-summary-note'.</p>
480
  <p>Note that its HTML id is now 'OpacMySummaryNote' instead of 'opac-my-summary-note'.</p>
481
</blockquote></li>
481
</blockquote></li>
482
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24630">[24630]</a> UNIMARC XSLT Update for bug 7611</li>
482
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24630">[24630]</a> UNIMARC XSLT Update for bug 7611</li>
483
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27613">[27613]</a> Pipe separated contents are hard to customize (OPAC)</li>
483
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27613">[27613]</a> Pipe separated contents are hard to customize (OPAC)</li>
484
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28876">[28876]</a> No renewal before advisory text not wrapped in selector</p>
484
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28876">[28876]</a> No renewal before advisory text not wrapped in selector</p>
485
485
486
<blockquote>
486
<blockquote>
487
  <p>This enhancement adds more <code>&lt;span&gt;</code>s to the user summary page in the OPAC so that information about the renewal status can be targeted with CSS or JS. It adds each <code>&lt;span&gt;</code> with a "usr-msg" class for general styling and a specific class for each renewal message, for example:</p>
487
  <p>This enhancement adds more <code>&lt;span&gt;</code>s to the user summary page in the OPAC so that information about the renewal status can be targeted with CSS or JS. It adds each <code>&lt;span&gt;</code> with a "usr-msg" class for general styling and a specific class for each renewal message, for example:</p>
Lines 502-538 website for the Koha project is:</p> Link Here
502
  <li>automatic-renewal: Automatic renewal</li>
502
  <li>automatic-renewal: Automatic renewal</li>
503
  </ul>
503
  </ul>
504
</blockquote></li>
504
</blockquote></li>
505
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29066">[29066]</a> Remove text in OPAC search form and use Font Awesome icons</li>
505
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29066">[29066]</a> Remove text in OPAC search form and use Font Awesome icons</li>
506
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29212">[29212]</a> Use Flatpickr on OPAC pages</p>
506
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29212">[29212]</a> Use Flatpickr on OPAC pages</p>
507
507
508
<blockquote>
508
<blockquote>
509
  <p>This enhancement replaces the jQueryUI date picker used on OPAC pages with Flatpickr. The jQueryUI date picker is no longer supported.</p>
509
  <p>This enhancement replaces the jQueryUI date picker used on OPAC pages with Flatpickr. The jQueryUI date picker is no longer supported.</p>
510
</blockquote></li>
510
</blockquote></li>
511
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29515">[29515]</a> Don't require title for HTML customizations</li>
511
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29515">[29515]</a> Don't require title for HTML customizations</li>
512
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29526">[29526]</a> Add 'Immediately delete holds history' button to patron privacy tab in opac</li>
512
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29526">[29526]</a> Add 'Immediately delete holds history' button to patron privacy tab in opac</li>
513
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29616">[29616]</a> Replace library information popup in the OPAC with a modal</li>
513
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29616">[29616]</a> Replace library information popup in the OPAC with a modal</li>
514
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29713">[29713]</a> Make item table when placing an item level hold sortable</li>
514
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29713">[29713]</a> Make item table when placing an item level hold sortable</li>
515
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29845">[29845]</a> Styling OverDrive buttons is difficult</p>
515
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29845">[29845]</a> Styling OverDrive buttons is difficult</p>
516
516
517
<blockquote>
517
<blockquote>
518
  <p>Adds ID's to the action buttons on the OverDrive results page in order to make them easier to individually style.</p>
518
  <p>Adds ID's to the action buttons on the OverDrive results page in order to make them easier to individually style.</p>
519
</blockquote></li>
519
</blockquote></li>
520
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29899">[29899]</a> Show public note to patrons when placing a hold</li>
520
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29899">[29899]</a> Show public note to patrons when placing a hold</li>
521
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29949">[29949]</a> Remove use of title-numeric sorting routine from OPAC datatables JS</li>
521
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29949">[29949]</a> Remove use of title-numeric sorting routine from OPAC datatables JS</li>
522
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29960">[29960]</a> Remove Modernizr dependency in the OPAC</p>
522
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29960">[29960]</a> Remove Modernizr dependency in the OPAC</p>
523
523
524
<blockquote>
524
<blockquote>
525
  <p>This patch refactors the code around JavaScript-driven responsive behavior in the OPAC. The use of Modernizr removed as it is no longer needed.</p>
525
  <p>This patch refactors the code around JavaScript-driven responsive behavior in the OPAC. The use of Modernizr removed as it is no longer needed.</p>
526
  
526
  
527
  <p>It also adds a missing entry for Enquire.js licensing on the About page.</p>
527
  <p>It also adds a missing entry for Enquire.js licensing on the About page.</p>
528
</blockquote></li>
528
</blockquote></li>
529
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30190">[30190]</a> Green buttons turn blue for a second when clicking them</li>
529
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30190">[30190]</a> Green buttons turn blue for a second when clicking them</li>
530
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30243">[30243]</a> When OPACSuggestionMandatoryFields includes branchcode the dropdown should default to an empty value</p>
530
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30243">[30243]</a> When OPACSuggestionMandatoryFields includes branchcode the dropdown should default to an empty value</p>
531
531
532
<blockquote>
532
<blockquote>
533
  <p>Creates an empty value and defaults to it when OPACSuggestionMandatoryFields includes branchcode. This forces users to make a choice regarding branch.</p>
533
  <p>Creates an empty value and defaults to it when OPACSuggestionMandatoryFields includes branchcode. This forces users to make a choice regarding branch.</p>
534
</blockquote></li>
534
</blockquote></li>
535
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30288">[30288]</a> Provide links to OPACUserJS and OPACUserCSS from News/HTML customizations</p>
535
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30288">[30288]</a> Provide links to OPACUserJS and OPACUserCSS from News/HTML customizations</p>
536
536
537
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
537
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
538
</ul>
538
</ul>
Lines 540-569 website for the Koha project is:</p> Link Here
540
<h3 id="patrons">Patrons</h3>
540
<h3 id="patrons">Patrons</h3>
541
541
542
<ul>
542
<ul>
543
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9097">[9097]</a> Add option to trigger 'Welcome mail' manually</p>
543
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9097">[9097]</a> Add option to trigger 'Welcome mail' manually</p>
544
544
545
<blockquote>
545
<blockquote>
546
  <p>This enhancement adds a button to the more menu of the patron details page allowing staff to manually trigger sending the WELCOME notice to the user.</p>
546
  <p>This enhancement adds a button to the more menu of the patron details page allowing staff to manually trigger sending the WELCOME notice to the user.</p>
547
</blockquote></li>
547
</blockquote></li>
548
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156">[15156]</a> Get all Borrowers with pending/unpaid fines/accountlines</p>
548
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156">[15156]</a> Get all Borrowers with pending/unpaid fines/accountlines</p>
549
549
550
<blockquote>
550
<blockquote>
551
  <p>This enhancement adds an API call that returns patrons filtered by how much money they owe, between passed limits (for example less than $2.50 or more than $0.50). Optionally, can limit to debts of a particular debit_type and owed to a particular library.</p>
551
  <p>This enhancement adds an API call that returns patrons filtered by how much money they owe, between passed limits (for example less than $2.50 or more than $0.50). Optionally, can limit to debts of a particular debit_type and owed to a particular library.</p>
552
</blockquote></li>
552
</blockquote></li>
553
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29005">[29005]</a> Add option to send WELCOME notice for new patrons added via patron imports</p>
553
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29005">[29005]</a> Add option to send WELCOME notice for new patrons added via patron imports</p>
554
554
555
<blockquote>
555
<blockquote>
556
  <p>This enhancement adds a new option to patron imports allowing imports to trigger sending the 'WELCOME' notice for new user accounts created via this mechanism.</p>
556
  <p>This enhancement adds a new option to patron imports allowing imports to trigger sending the 'WELCOME' notice for new user accounts created via this mechanism.</p>
557
</blockquote></li>
557
</blockquote></li>
558
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29059">[29059]</a> Keep non-repeatable attribute from patron to preserve</li>
558
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29059">[29059]</a> Keep non-repeatable attribute from patron to preserve</li>
559
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29525">[29525]</a> Privacy settings for patrons should also affect holds history</li>
559
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29525">[29525]</a> Privacy settings for patrons should also affect holds history</li>
560
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29617">[29617]</a> BorrowerUnwantedField should exclude the ability to hide categorycode</li>
560
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29617">[29617]</a> BorrowerUnwantedField should exclude the ability to hide categorycode</li>
561
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30055">[30055]</a> Rewrite some of the patron searches to make them use the REST API routes</li>
561
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30055">[30055]</a> Rewrite some of the patron searches to make them use the REST API routes</li>
562
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30063">[30063]</a> Make the main patron search use the /patrons REST API route</li>
562
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30063">[30063]</a> Make the main patron search use the /patrons REST API route</li>
563
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30093">[30093]</a> Rewrite the patron search when placing a hold with the REST API route</li>
563
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30093">[30093]</a> Rewrite the patron search when placing a hold with the REST API route</li>
564
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30094">[30094]</a> Rewrite the patron search when requesting an article with the REST API route</li>
564
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30094">[30094]</a> Rewrite the patron search when requesting an article with the REST API route</li>
565
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120">[30120]</a> Allow extended attributes during self registration when using PatronSelfRegistrationVerifyByEmail</li>
565
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120">[30120]</a> Allow extended attributes during self registration when using PatronSelfRegistrationVerifyByEmail</li>
566
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30237">[30237]</a> Rename/rephrase AutoEmailOpacUser/ACCTDETAILS feature to clarify intended use</p>
566
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30237">[30237]</a> Rename/rephrase AutoEmailOpacUser/ACCTDETAILS feature to clarify intended use</p>
567
567
568
<blockquote>
568
<blockquote>
569
  <p>With the removal of patron plaintext passwords from the ACCTDETAILS notice in bug 27812 the feature effectively got repurposed to become a 'Welcome email'.</p>
569
  <p>With the removal of patron plaintext passwords from the ACCTDETAILS notice in bug 27812 the feature effectively got repurposed to become a 'Welcome email'.</p>
Lines 572-579 website for the Koha project is:</p> Link Here
572
  
572
  
573
  <p>We keep the ACCTDETAILS notice for reference at upgrades, but it will not appear for new installations and it is not longer sent in any circumstances.</p>
573
  <p>We keep the ACCTDETAILS notice for reference at upgrades, but it will not appear for new installations and it is not longer sent in any circumstances.</p>
574
</blockquote></li>
574
</blockquote></li>
575
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30563">[30563]</a> Add system preference to make the cash register field required when collecting a payment</li>
575
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30563">[30563]</a> Add system preference to make the cash register field required when collecting a payment</li>
576
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30611">[30611]</a> Add ability to trigger a patron password reset from the staff client</p>
576
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30611">[30611]</a> Add ability to trigger a patron password reset from the staff client</p>
577
577
578
<blockquote>
578
<blockquote>
579
  <p>This enhancement adds a button to the patron details page in the client to allow librarians, with appropriate permissions, to trigger a password reset for patrons.</p>
579
  <p>This enhancement adds a button to the patron details page in the client to allow librarians, with appropriate permissions, to trigger a password reset for patrons.</p>
Lines 585-592 website for the Koha project is:</p> Link Here
585
<h3 id="pluginarchitecture">Plugin architecture</h3>
585
<h3 id="pluginarchitecture">Plugin architecture</h3>
586
586
587
<ul>
587
<ul>
588
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29787">[29787]</a> Add plugin version to plugin search results</li>
588
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29787">[29787]</a> Add plugin version to plugin search results</li>
589
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30072">[30072]</a> Add more holds hooks</p>
589
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30072">[30072]</a> Add more holds hooks</p>
590
590
591
<blockquote>
591
<blockquote>
592
  <p>This development adds plugin hooks for several holds actions. The hook is called <em>after_hold_action</em> and has two parameters</p>
592
  <p>This development adds plugin hooks for several holds actions. The hook is called <em>after_hold_action</em> and has two parameters</p>
Lines 596-632 website for the Koha project is:</p> Link Here
596
  <li><strong>payload</strong>: A hashref containing a <em>hold</em> key, which points to the Koha::Hold object.</li>
596
  <li><strong>payload</strong>: A hashref containing a <em>hold</em> key, which points to the Koha::Hold object.</li>
597
  </ul>
597
  </ul>
598
</blockquote></li>
598
</blockquote></li>
599
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30180">[30180]</a> Deprecate after_hold_create hook</p>
599
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30180">[30180]</a> Deprecate after_hold_create hook</p>
600
600
601
<blockquote>
601
<blockquote>
602
  <p>The 'after_hold_create' hook is deprecated and scheduled for removal in the next major release.</p>
602
  <p>The 'after_hold_create' hook is deprecated and scheduled for removal in the next major release.</p>
603
  
603
  
604
  <p>If you find deprecation warnings for some plugin in your logs, please ask the plugin authors to update it to use the new 'after_hold_action' hook instead.</p>
604
  <p>If you find deprecation warnings for some plugin in your logs, please ask the plugin authors to update it to use the new 'after_hold_action' hook instead.</p>
605
</blockquote></li>
605
</blockquote></li>
606
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30410">[30410]</a> Add a way for plugins to register background tasks</li>
606
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30410">[30410]</a> Add a way for plugins to register background tasks</li>
607
</ul>
607
</ul>
608
608
609
<h3 id="restapi">REST API</h3>
609
<h3 id="restapi">REST API</h3>
610
610
611
<ul>
611
<ul>
612
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28020">[28020]</a> Error responses should return a code</p>
612
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28020">[28020]</a> Error responses should return a code</p>
613
613
614
<blockquote>
614
<blockquote>
615
  <p>This development makes our error responses include an <code>error_code</code> that will be documented on each route, allowing better API usage on error conditions.</p>
615
  <p>This development makes our error responses include an <code>error_code</code> that will be documented on each route, allowing better API usage on error conditions.</p>
616
</blockquote></li>
616
</blockquote></li>
617
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29620">[29620]</a> Move the OpenAPI spec to YAML format</p>
617
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29620">[29620]</a> Move the OpenAPI spec to YAML format</p>
618
618
619
<blockquote>
619
<blockquote>
620
  <p>This enhancement moves all the Koha REST API specification from json to YAML format. It also corrects two named parameters incorrectly in camelCase to sanake_case (fundidPathParam => fund_id_pp, vendoridPathParam => vendor_id_pp).</p>
620
  <p>This enhancement moves all the Koha REST API specification from json to YAML format. It also corrects two named parameters incorrectly in camelCase to sanake_case (fundidPathParam => fund_id_pp, vendoridPathParam => vendor_id_pp).</p>
621
</blockquote></li>
621
</blockquote></li>
622
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29772">[29772]</a> Make DELETE /patrons/:patron_id return error codes in error conditions</li>
622
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29772">[29772]</a> Make DELETE /patrons/:patron_id return error codes in error conditions</li>
623
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29810">[29810]</a> Add embed options documentation</p>
623
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29810">[29810]</a> Add embed options documentation</p>
624
624
625
<blockquote>
625
<blockquote>
626
  <p>This patch adds documentation of the different embed options the REST API provides.</p>
626
  <p>This patch adds documentation of the different embed options the REST API provides.</p>
627
</blockquote></li>
627
</blockquote></li>
628
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30074">[30074]</a> Missing extended_attributes relationship in DBIC schema</li>
628
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30074">[30074]</a> Missing extended_attributes relationship in DBIC schema</li>
629
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30194">[30194]</a> Update required JSON::Validator version</p>
629
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30194">[30194]</a> Update required JSON::Validator version</p>
630
630
631
<blockquote>
631
<blockquote>
632
  <p>This development adapts Koha so it works with the latest versions of:</p>
632
  <p>This development adapts Koha so it works with the latest versions of:</p>
Lines 637-649 website for the Koha project is:</p> Link Here
637
  <li>Mojolicious::Plugin::OpenAPI</li>
637
  <li>Mojolicious::Plugin::OpenAPI</li>
638
  </ul>
638
  </ul>
639
</blockquote></li>
639
</blockquote></li>
640
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30674">[30674]</a> x-koha-override should use collectionFormat: csv</li>
640
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30674">[30674]</a> x-koha-override should use collectionFormat: csv</li>
641
</ul>
641
</ul>
642
642
643
<h3 id="reports">Reports</h3>
643
<h3 id="reports">Reports</h3>
644
644
645
<ul>
645
<ul>
646
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5697">[5697]</a> Automatic linking in guided reports</p>
646
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5697">[5697]</a> Automatic linking in guided reports</p>
647
647
648
<blockquote>
648
<blockquote>
649
  <p>This patch adds a feature to automatically link certain database columns in report results. If your report returns itemnumber, biblionumber, cardnumber, or borrowernumber, that cell in the report will contain a menu:</p>
649
  <p>This patch adds a feature to automatically link certain database columns in report results. If your report returns itemnumber, biblionumber, cardnumber, or borrowernumber, that cell in the report will contain a menu:</p>
Lines 659-679 website for the Koha project is:</p> Link Here
659
  
659
  
660
  <p>The feature works with column name placeholders, so if you want the table column to be a human readable label you can still get automatic linking, for example: [[items.itemnumber|Item number]]</p>
660
  <p>The feature works with column name placeholders, so if you want the table column to be a human readable label you can still get automatic linking, for example: [[items.itemnumber|Item number]]</p>
661
</blockquote></li>
661
</blockquote></li>
662
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29767">[29767]</a> Add cash registers, debit and credit types to report runtime parameters</li>
662
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29767">[29767]</a> Add cash registers, debit and credit types to report runtime parameters</li>
663
</ul>
663
</ul>
664
664
665
<h3 id="sip2">SIP2</h3>
665
<h3 id="sip2">SIP2</h3>
666
666
667
<ul>
667
<ul>
668
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20517">[20517]</a> Use the "sort bin" field in SIP2 Checkin Response</li>
668
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20517">[20517]</a> Use the "sort bin" field in SIP2 Checkin Response</li>
669
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25815">[25815]</a> SIP Checkout: add more information on why the patron is blocked</li>
669
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25815">[25815]</a> SIP Checkout: add more information on why the patron is blocked</li>
670
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26370">[26370]</a> Add ability to disable demagnetizing items via SIP2 based on patron categories</p>
670
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26370">[26370]</a> Add ability to disable demagnetizing items via SIP2 based on patron categories</p>
671
671
672
<blockquote>
672
<blockquote>
673
  <p>This patch adds a new option to the SIP config, <code>inhouse_patron_categories</code>. Adding a comma-separated list of patron category codes to this option will cause the SIP checkout to never send the 'demagnetize' command to the checkout preventing said users from removing the items from the library.</p>
673
  <p>This patch adds a new option to the SIP config, <code>inhouse_patron_categories</code>. Adding a comma-separated list of patron category codes to this option will cause the SIP checkout to never send the 'demagnetize' command to the checkout preventing said users from removing the items from the library.</p>
674
</blockquote></li>
674
</blockquote></li>
675
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29874">[29874]</a> Remove unused method C4::SIP::ILS::Item::fill_reserve</li>
675
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29874">[29874]</a> Remove unused method C4::SIP::ILS::Item::fill_reserve</li>
676
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29936">[29936]</a> Add ability to disable hold capture via SIP checkin</p>
676
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29936">[29936]</a> Add ability to disable hold capture via SIP checkin</p>
677
677
678
<p><strong>Sponsored by</strong> <em>Cheshire Libraries Shared Services</em></p>
678
<p><strong>Sponsored by</strong> <em>Cheshire Libraries Shared Services</em></p>
679
679
Lines 687-848 website for the Koha project is:</p> Link Here
687
<h3 id="searching">Searching</h3>
687
<h3 id="searching">Searching</h3>
688
688
689
<ul>
689
<ul>
690
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689">[20689]</a> Improve usability of Item search fields administration page</li>
690
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689">[20689]</a> Improve usability of Item search fields administration page</li>
691
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22605">[22605]</a> Adding the option to modify/edit searches on the staff interface</li>
691
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22605">[22605]</a> Adding the option to modify/edit searches on the staff interface</li>
692
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27035">[27035]</a> Shows the number of results in a facets after facet selection</li>
692
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27035">[27035]</a> Shows the number of results in a facets after facet selection</li>
693
</ul>
693
</ul>
694
694
695
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
695
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
696
696
697
<ul>
697
<ul>
698
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29856">[29856]</a> Make the ES config more flexible</li>
698
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29856">[29856]</a> Make the ES config more flexible</li>
699
</ul>
699
</ul>
700
700
701
<h3 id="serials">Serials</h3>
701
<h3 id="serials">Serials</h3>
702
702
703
<ul>
703
<ul>
704
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6734">[6734]</a> Show location in full and brief subscription history in OPAC</li>
704
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6734">[6734]</a> Show location in full and brief subscription history in OPAC</li>
705
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23352">[23352]</a> Define serial's collection in the subscription</p>
705
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23352">[23352]</a> Define serial's collection in the subscription</p>
706
706
707
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
707
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
708
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29815">[29815]</a> Pre-populate 'Date acquired' field when adding/editing items</li>
708
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29815">[29815]</a> Pre-populate 'Date acquired' field when adding/editing items</li>
709
</ul>
709
</ul>
710
710
711
<h3 id="staffclient">Staff Client</h3>
711
<h3 id="staffclient">Staff Client</h3>
712
712
713
<ul>
713
<ul>
714
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17748">[17748]</a> Show due date in item search results</p>
714
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17748">[17748]</a> Show due date in item search results</p>
715
715
716
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
716
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
717
717
718
<blockquote>
718
<blockquote>
719
  <p>This enhancement adds the due date of an item to the item search results. The due date column will also show when exporting results to a CSV file.</p>
719
  <p>This enhancement adds the due date of an item to the item search results. The due date column will also show when exporting results to a CSV file.</p>
720
</blockquote></li>
720
</blockquote></li>
721
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20398">[20398]</a> Add a system preference to disable search result highlighting in the staff interface</p>
721
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20398">[20398]</a> Add a system preference to disable search result highlighting in the staff interface</p>
722
722
723
<blockquote>
723
<blockquote>
724
  <p>This enhancement adds a new system preference StaffHighlightWords. This enables highlighting of words in search results for the staff interface to be turned on or off.</p>
724
  <p>This enhancement adds a new system preference StaffHighlightWords. This enables highlighting of words in search results for the staff interface to be turned on or off.</p>
725
</blockquote></li>
725
</blockquote></li>
726
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21225">[21225]</a> Add Syndetics cover images to staff client</li>
726
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21225">[21225]</a> Add Syndetics cover images to staff client</li>
727
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27631">[27631]</a> Accessibility: Staff interface - <code>h1</code> on each page is Logo but should be page description/title</p>
727
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27631">[27631]</a> Accessibility: Staff interface - <code>h1</code> on each page is Logo but should be page description/title</p>
728
728
729
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
729
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
730
730
731
<blockquote>
731
<blockquote>
732
  <p>This enhancement, as part of improving the accessibility of the staff interface, makes the main topic/title of the page the <code>h1</code> rather than the logo.</p>
732
  <p>This enhancement, as part of improving the accessibility of the staff interface, makes the main topic/title of the page the <code>h1</code> rather than the logo.</p>
733
</blockquote></li>
733
</blockquote></li>
734
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29575">[29575]</a> Add a JS render function equivalent of the patron-title.inc TT include</p>
734
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29575">[29575]</a> Add a JS render function equivalent of the patron-title.inc TT include</p>
735
735
736
<blockquote>
736
<blockquote>
737
  <p>This enhancement adds a re-usable javascript render function that accepts a Koha REST APIi Patron object and outputs the HTML representation.</p>
737
  <p>This enhancement adds a re-usable javascript render function that accepts a Koha REST APIi Patron object and outputs the HTML representation.</p>
738
</blockquote></li>
738
</blockquote></li>
739
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30081">[30081]</a> Display item type in patron's holds table</li>
739
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30081">[30081]</a> Display item type in patron's holds table</li>
740
</ul>
740
</ul>
741
741
742
<h3 id="systemadministration">System Administration</h3>
742
<h3 id="systemadministration">System Administration</h3>
743
743
744
<ul>
744
<ul>
745
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7374">[7374]</a> Add remote image option for authorized values</p>
745
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7374">[7374]</a> Add remote image option for authorized values</p>
746
746
747
<blockquote>
747
<blockquote>
748
  <p>This patch updates authorized values management to add the option of specifying a remote image to be associated with an authorized value. This functionality matches what was already available for item types: The ability to specify a full URL to an image file. Modifying a collection code with a remote image will make the image visible on catalog advanced search pages in the OPAC and staff interface when the option to select a collection is enabled.</p>
748
  <p>This patch updates authorized values management to add the option of specifying a remote image to be associated with an authorized value. This functionality matches what was already available for item types: The ability to specify a full URL to an image file. Modifying a collection code with a remote image will make the image visible on catalog advanced search pages in the OPAC and staff interface when the option to select a collection is enabled.</p>
749
</blockquote></li>
749
</blockquote></li>
750
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29626">[29626]</a> Map biblioitems.place to 264$a by default (MARC21)</p>
750
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29626">[29626]</a> Map biblioitems.place to 264$a by default (MARC21)</p>
751
751
752
<blockquote>
752
<blockquote>
753
  <p>This updates the default Koha to MARC mappings so that biblioitems.place maps to 264$a. Currently it only maps to 260$a, and RDA uses 264$a.</p>
753
  <p>This updates the default Koha to MARC mappings so that biblioitems.place maps to 264$a. Currently it only maps to 260$a, and RDA uses 264$a.</p>
754
</blockquote></li>
754
</blockquote></li>
755
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29627">[29627]</a> Map biblioitems.publishercode to 264$b by default (MARC21)</p>
755
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29627">[29627]</a> Map biblioitems.publishercode to 264$b by default (MARC21)</p>
756
756
757
<blockquote>
757
<blockquote>
758
  <p>This updates the default Koha to MARC mappings so that biblioitems.publishercode maps to 264$b. Currently it only maps to 260$b,and RDA uses 264$b.</p>
758
  <p>This updates the default Koha to MARC mappings so that biblioitems.publishercode maps to 264$b. Currently it only maps to 260$b,and RDA uses 264$b.</p>
759
</blockquote></li>
759
</blockquote></li>
760
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29634">[29634]</a> Map biblio.medium to 245$h by default (MARC21)</p>
760
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29634">[29634]</a> Map biblio.medium to 245$h by default (MARC21)</p>
761
761
762
<blockquote>
762
<blockquote>
763
  <p>This updates the default Koha to MARC mappings so that biblio.medium maps to 245$h. The medium field was added in 19.11 but it was not linked to 245$h.</p>
763
  <p>This updates the default Koha to MARC mappings so that biblio.medium maps to 245$h. The medium field was added in 19.11 but it was not linked to 245$h.</p>
764
</blockquote></li>
764
</blockquote></li>
765
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29832">[29832]</a> Make library column in desk list sortable</li>
765
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29832">[29832]</a> Make library column in desk list sortable</li>
766
</ul>
766
</ul>
767
767
768
<h3 id="templates">Templates</h3>
768
<h3 id="templates">Templates</h3>
769
769
770
<ul>
770
<ul>
771
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24415">[24415]</a> Authority enhancement - Improve access to tabs</li>
771
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24415">[24415]</a> Authority enhancement - Improve access to tabs</li>
772
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25025">[25025]</a> Drag-and-drop cover image upload</li>
772
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25025">[25025]</a> Drag-and-drop cover image upload</li>
773
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26975">[26975]</a> Reindent authorities editor template</li>
773
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26975">[26975]</a> Reindent authorities editor template</li>
774
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470">[27470]</a> Improve link text for logging in</p>
774
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470">[27470]</a> Improve link text for logging in</p>
775
775
776
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
776
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
777
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27750">[27750]</a> Remove jquery.cookie.js plugin</li>
777
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27750">[27750]</a> Remove jquery.cookie.js plugin</li>
778
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28405">[28405]</a> Add author info to the holds page in the staff interface</p>
778
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28405">[28405]</a> Add author info to the holds page in the staff interface</p>
779
779
780
<blockquote>
780
<blockquote>
781
  <p>This patch adds the author name to place a hold page (request.tt)</p>
781
  <p>This patch adds the author name to place a hold page (request.tt)</p>
782
</blockquote></li>
782
</blockquote></li>
783
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28993">[28993]</a> Switch magnifying glass in staff detail pages to FA icon</li>
783
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28993">[28993]</a> Switch magnifying glass in staff detail pages to FA icon</li>
784
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29228">[29228]</a> Use Flatpickr on offline circulation page</li>
784
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29228">[29228]</a> Use Flatpickr on offline circulation page</li>
785
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29277">[29277]</a> Replace the use of jQueryUI tabs on item circulation alerts page</li>
785
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29277">[29277]</a> Replace the use of jQueryUI tabs on item circulation alerts page</li>
786
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29289">[29289]</a> 'Show fines to guarantor' should have its own id on patron detail page</li>
786
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29289">[29289]</a> 'Show fines to guarantor' should have its own id on patron detail page</li>
787
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406">[29406]</a> Improve display of OPAC suppression message</p>
787
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406">[29406]</a> Improve display of OPAC suppression message</p>
788
788
789
<blockquote>
789
<blockquote>
790
  <p>This enhancement changes the way the "Suppressed in OPAC" message is shown on the staff interface search results and the bibliographic detail page. Now the information is displayed like other bibliographic details.</p>
790
  <p>This enhancement changes the way the "Suppressed in OPAC" message is shown on the staff interface search results and the bibliographic detail page. Now the information is displayed like other bibliographic details.</p>
791
</blockquote></li>
791
</blockquote></li>
792
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29458">[29458]</a> Show login button consistently in relation to login instructions, reset and register links</li>
792
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29458">[29458]</a> Show login button consistently in relation to login instructions, reset and register links</li>
793
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29602">[29602]</a> We must be nicer with translators</li>
793
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29602">[29602]</a> We must be nicer with translators</li>
794
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29648">[29648]</a> Make KohaTable tables 'default length' and 'default sort' configurable</li>
794
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29648">[29648]</a> Make KohaTable tables 'default length' and 'default sort' configurable</li>
795
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29867">[29867]</a> Reindent authorized values administration template</li>
795
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29867">[29867]</a> Reindent authorized values administration template</li>
796
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29876">[29876]</a> Style report id in report results heading</li>
796
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29876">[29876]</a> Style report id in report results heading</li>
797
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29998">[29998]</a> Replace the use of jQueryUI tabs on item types administration page</li>
797
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29998">[29998]</a> Replace the use of jQueryUI tabs on item types administration page</li>
798
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29999">[29999]</a> Replace the use of jQueryUI tabs on authorized values administration page</li>
798
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29999">[29999]</a> Replace the use of jQueryUI tabs on authorized values administration page</li>
799
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30000">[30000]</a> Replace the use of jQueryUI tabs on the search engine configuration page</li>
799
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30000">[30000]</a> Replace the use of jQueryUI tabs on the search engine configuration page</li>
800
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30011">[30011]</a> Upgrade jQueryUI to 1.13.1 in the OPAC and staff interface</li>
800
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30011">[30011]</a> Upgrade jQueryUI to 1.13.1 in the OPAC and staff interface</li>
801
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30212">[30212]</a> Make Select2 available for ILL backend developers</li>
801
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30212">[30212]</a> Make Select2 available for ILL backend developers</li>
802
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30223">[30223]</a> Move book cover image upload JS to a separate file</li>
802
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30223">[30223]</a> Move book cover image upload JS to a separate file</li>
803
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30227">[30227]</a> Replace the use of jQueryUI tabs on bibliographic detail page</li>
803
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30227">[30227]</a> Replace the use of jQueryUI tabs on bibliographic detail page</li>
804
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30316">[30316]</a> Replace the use of jQueryUI tabs on MARC detail page</li>
804
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30316">[30316]</a> Replace the use of jQueryUI tabs on MARC detail page</li>
805
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30317">[30317]</a> Replace the use of jQueryUI tabs on search history page</li>
805
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30317">[30317]</a> Replace the use of jQueryUI tabs on search history page</li>
806
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30378">[30378]</a> Convert about page tabs to Bootstrap</li>
806
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30378">[30378]</a> Convert about page tabs to Bootstrap</li>
807
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30396">[30396]</a> Convert basket groups page tabs to Bootstrap</li>
807
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30396">[30396]</a> Convert basket groups page tabs to Bootstrap</li>
808
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30398">[30398]</a> Reindent invoices template</li>
808
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30398">[30398]</a> Reindent invoices template</li>
809
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30400">[30400]</a> Convert invoices page tabs to Bootstrap</li>
809
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30400">[30400]</a> Convert invoices page tabs to Bootstrap</li>
810
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30401">[30401]</a> Convert budgets administration page tabs to Bootstrap</li>
810
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30401">[30401]</a> Convert budgets administration page tabs to Bootstrap</li>
811
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30417">[30417]</a> Switch to Bootstrap tabs on the basic library transfer limit page</li>
811
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30417">[30417]</a> Switch to Bootstrap tabs on the basic library transfer limit page</li>
812
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30419">[30419]</a> Convert authority detail page tabs to Bootstrap</li>
812
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30419">[30419]</a> Convert authority detail page tabs to Bootstrap</li>
813
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30423">[30423]</a> Convert authority merge page tabs to Bootstrap</li>
813
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30423">[30423]</a> Convert authority merge page tabs to Bootstrap</li>
814
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30424">[30424]</a> Reindent advanced search template in the staff interface</li>
814
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30424">[30424]</a> Reindent advanced search template in the staff interface</li>
815
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30433">[30433]</a> Convert advanced search tabs to Bootstrap</li>
815
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30433">[30433]</a> Convert advanced search tabs to Bootstrap</li>
816
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30434">[30434]</a> Convert catalog merge page tabs to Bootstrap</li>
816
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30434">[30434]</a> Convert catalog merge page tabs to Bootstrap</li>
817
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30436">[30436]</a> Convert article requests tabs to Bootstrap</li>
817
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30436">[30436]</a> Convert article requests tabs to Bootstrap</li>
818
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30453">[30453]</a> Convert offline circulation tabs to Bootstrap</li>
818
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30453">[30453]</a> Convert offline circulation tabs to Bootstrap</li>
819
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30454">[30454]</a> Convert holds awaiting pickup tabs to Bootstrap</li>
819
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30454">[30454]</a> Convert holds awaiting pickup tabs to Bootstrap</li>
820
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30456">[30456]</a> Convert checkout history tabs to Bootstrap</li>
820
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30456">[30456]</a> Convert checkout history tabs to Bootstrap</li>
821
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30457">[30457]</a> Convert holds page tabs to Bootstrap</li>
821
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30457">[30457]</a> Convert holds page tabs to Bootstrap</li>
822
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30466">[30466]</a> Convert serials pages tabs to Bootstrap</li>
822
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30466">[30466]</a> Convert serials pages tabs to Bootstrap</li>
823
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30473">[30473]</a> Convert suggestions page tabs to Bootstrap</li>
823
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30473">[30473]</a> Convert suggestions page tabs to Bootstrap</li>
824
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30474">[30474]</a> Convert tools pages tabs to Bootstrap (part 1)</li>
824
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30474">[30474]</a> Convert tools pages tabs to Bootstrap (part 1)</li>
825
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30475">[30475]</a> Convert tools pages tabs to Bootstrap (part 2)</li>
825
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30475">[30475]</a> Convert tools pages tabs to Bootstrap (part 2)</li>
826
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30489">[30489]</a> Convert MARC and authority subfield edit tabs to Bootstrap</li>
826
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30489">[30489]</a> Convert MARC and authority subfield edit tabs to Bootstrap</li>
827
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30491">[30491]</a> Convert saved reports tabs to Bootstrap</li>
827
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30491">[30491]</a> Convert saved reports tabs to Bootstrap</li>
828
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30494">[30494]</a> Replace the use of jQueryUI Accordion on the table settings page</li>
828
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30494">[30494]</a> Replace the use of jQueryUI Accordion on the table settings page</li>
829
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30545">[30545]</a> Replace the use of jQueryUI Accordion on the notices page</li>
829
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30545">[30545]</a> Replace the use of jQueryUI Accordion on the notices page</li>
830
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30549">[30549]</a> Replace the use of jQueryUI Accordion on pending patron updates page</li>
830
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30549">[30549]</a> Replace the use of jQueryUI Accordion on pending patron updates page</li>
831
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30695">[30695]</a> Checkouts and holds count display in tab could be better in patron details</li>
831
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30695">[30695]</a> Checkouts and holds count display in tab could be better in patron details</li>
832
</ul>
832
</ul>
833
833
834
<h3 id="testsuite">Test Suite</h3>
834
<h3 id="testsuite">Test Suite</h3>
835
835
836
<ul>
836
<ul>
837
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30125">[30125]</a> Add full-stack tests for API pagination</li>
837
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30125">[30125]</a> Add full-stack tests for API pagination</li>
838
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30446">[30446]</a> Add a test for GetTagsLabels</li>
838
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30446">[30446]</a> Add a test for GetTagsLabels</li>
839
</ul>
839
</ul>
840
840
841
<h3 id="tools">Tools</h3>
841
<h3 id="tools">Tools</h3>
842
842
843
<ul>
843
<ul>
844
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14393">[14393]</a> Add collection code filter to inventory</li>
844
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14393">[14393]</a> Add collection code filter to inventory</li>
845
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20076">[20076]</a> Overdues email to library for patrons without email should be optional</p>
845
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20076">[20076]</a> Overdues email to library for patrons without email should be optional</p>
846
846
847
<blockquote>
847
<blockquote>
848
  <p>Currently, two print notices are generated when running overdue_notices.pl if a patron does not have an email address:</p>
848
  <p>Currently, two print notices are generated when running overdue_notices.pl if a patron does not have an email address:</p>
Lines 856-863 website for the Koha project is:</p> Link Here
856
  
856
  
857
  <p>This enhancement adds a new system preference, EmailOverduesNoEmail, that allows libraries to choose whether to send or not send overdue notices for patrons without an email address to library staff. The default is set to send, as this preserves the current behaviour.</p>
857
  <p>This enhancement adds a new system preference, EmailOverduesNoEmail, that allows libraries to choose whether to send or not send overdue notices for patrons without an email address to library staff. The default is set to send, as this preserves the current behaviour.</p>
858
</blockquote></li>
858
</blockquote></li>
859
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22785">[22785]</a> Manage matches when importing through stage MARC record import</li>
859
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22785">[22785]</a> Manage matches when importing through stage MARC record import</li>
860
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827">[22827]</a> Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned</p>
860
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827">[22827]</a> Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned</p>
861
861
862
<blockquote>
862
<blockquote>
863
  <p>This enhancement enables librarians to automatically modify items based on date fields other than items.dateaccessioned. </p>
863
  <p>This enhancement enables librarians to automatically modify items based on date fields other than items.dateaccessioned. </p>
Lines 866-892 website for the Koha project is:</p> Link Here
866
  
866
  
867
  <p>Existing rules will continue to key off the items.dateaccessioned field.</p>
867
  <p>Existing rules will continue to key off the items.dateaccessioned field.</p>
868
</blockquote></li>
868
</blockquote></li>
869
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23873">[23873]</a> Allow marc modification templates to use capturing groups in substitutions</li>
869
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23873">[23873]</a> Allow marc modification templates to use capturing groups in substitutions</li>
870
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27904">[27904]</a> Improve display in creating profile for staging MARC records for import</li>
870
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27904">[27904]</a> Improve display in creating profile for staging MARC records for import</li>
871
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28840">[28840]</a> Better texts in batch record modification/deletion</li>
871
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28840">[28840]</a> Better texts in batch record modification/deletion</li>
872
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29698">[29698]</a> items are not available for TT syntax for PREDUEDGST</li>
872
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29698">[29698]</a> items are not available for TT syntax for PREDUEDGST</li>
873
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29821">[29821]</a> Add interface for generating barcodes using svc/barcode</li>
873
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29821">[29821]</a> Add interface for generating barcodes using svc/barcode</li>
874
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29824">[29824]</a> Allow for quick spine labels to be editable for printing</p>
874
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29824">[29824]</a> Allow for quick spine labels to be editable for printing</p>
875
875
876
<blockquote>
876
<blockquote>
877
  <p>Adds the ability to edit quick spine labels after they have been generated.</p>
877
  <p>Adds the ability to edit quick spine labels after they have been generated.</p>
878
</blockquote></li>
878
</blockquote></li>
879
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29946">[29946]</a> Sort profiles alphabetically when  staging MARC records for import</li>
879
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29946">[29946]</a> Sort profiles alphabetically when  staging MARC records for import</li>
880
</ul>
880
</ul>
881
881
882
<h3 id="webservices">Web services</h3>
882
<h3 id="webservices">Web services</h3>
883
883
884
<ul>
884
<ul>
885
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20894">[20894]</a> Add barcode size parameters to /svc/barcode</li>
885
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20894">[20894]</a> Add barcode size parameters to /svc/barcode</li>
886
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22347">[22347]</a> Translatability of ILSDI results for getavaibility</p>
886
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22347">[22347]</a> Translatability of ILSDI results for getavaibility</p>
887
887
888
<p><strong>Sponsored by</strong> <em>University Lyon 3</em></p></li>
888
<p><strong>Sponsored by</strong> <em>University Lyon 3</em></p></li>
889
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28238">[28238]</a> Add itemcallnumber to ILS-DI GetAvailability output</p>
889
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28238">[28238]</a> Add itemcallnumber to ILS-DI GetAvailability output</p>
890
890
891
<p><strong>Sponsored by</strong> <em>University Lyon 3</em></p>
891
<p><strong>Sponsored by</strong> <em>University Lyon 3</em></p>
892
892
Lines 903-913 have already been fixed in maintainance releases)</p> Link Here
903
<h3 id="acquisitions">Acquisitions</h3>
903
<h3 id="acquisitions">Acquisitions</h3>
904
904
905
<ul>
905
<ul>
906
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29464">[29464]</a> GET /acquisitions/orders doesn't honour sorting</p>
906
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29464">[29464]</a> GET /acquisitions/orders doesn't honour sorting</p>
907
907
908
<p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
908
<p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
909
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29570">[29570]</a> Unable to sort summary column of pending_orders table on parcel.pl by summary column</li>
909
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29570">[29570]</a> Unable to sort summary column of pending_orders table on parcel.pl by summary column</li>
910
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29670">[29670]</a> Restore functionality broken by bug 27708 for AcqCreateItem set to "placing an order"</p>
910
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29670">[29670]</a> Restore functionality broken by bug 27708 for AcqCreateItem set to "placing an order"</p>
911
911
912
<blockquote>
912
<blockquote>
913
  <p>This patch restores the lost GIR segments in EDI messages generated by orders with items attached.</p>
913
  <p>This patch restores the lost GIR segments in EDI messages generated by orders with items attached.</p>
Lines 917-1023 have already been fixed in maintainance releases)</p> Link Here
917
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
917
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
918
918
919
<ul>
919
<ul>
920
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29631">[29631]</a> 21.06.000.12 may fail</p>
920
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29631">[29631]</a> 21.06.000.12 may fail</p>
921
921
922
<blockquote>
922
<blockquote>
923
  <p>This fixes an issue when upgrading from 21.05.x to 21.11 - the uniq_lang unique key is failing to be created because several rows with the same subtag and type exist in database table language_subtag_registry.</p>
923
  <p>This fixes an issue when upgrading from 21.05.x to 21.11 - the uniq_lang unique key is failing to be created because several rows with the same subtag and type exist in database table language_subtag_registry.</p>
924
</blockquote></li>
924
</blockquote></li>
925
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29684">[29684]</a> Warning File not found: js/locale_data.js</li>
925
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29684">[29684]</a> Warning File not found: js/locale_data.js</li>
926
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29804">[29804]</a> Koha::Hold->is_pickup_location_valid explodes if empty list of pickup locations</li>
926
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29804">[29804]</a> Koha::Hold->is_pickup_location_valid explodes if empty list of pickup locations</li>
927
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29857">[29857]</a> We must stringify our exceptions correctly</li>
927
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29857">[29857]</a> We must stringify our exceptions correctly</li>
928
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29914">[29914]</a> check_cookie_auth not strict enough</li>
928
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29914">[29914]</a> check_cookie_auth not strict enough</li>
929
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29956">[29956]</a> Cookie can contain plain text password</li>
929
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29956">[29956]</a> Cookie can contain plain text password</li>
930
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30004">[30004]</a> Prevent TooMany from executing too many SQL queries</li>
930
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30004">[30004]</a> Prevent TooMany from executing too many SQL queries</li>
931
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30167">[30167]</a> Return soonest renewal date when CanBookBeRenewed returns %too_soon</li>
931
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30167">[30167]</a> Return soonest renewal date when CanBookBeRenewed returns %too_soon</li>
932
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30172">[30172]</a> Background jobs failing due to race condition</li>
932
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30172">[30172]</a> Background jobs failing due to race condition</li>
933
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30291">[30291]</a> Rename recalls.* column names</li>
933
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30291">[30291]</a> Rename recalls.* column names</li>
934
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30501">[30501]</a> sysprefs.sql has an error</li>
934
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30501">[30501]</a> sysprefs.sql has an error</li>
935
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30540">[30540]</a> Double processing invalid dates can lead to ISE</li>
935
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30540">[30540]</a> Double processing invalid dates can lead to ISE</li>
936
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30626">[30626]</a> DT REST API wrapper not building the filter query correctly</li>
936
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30626">[30626]</a> DT REST API wrapper not building the filter query correctly</li>
937
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30639">[30639]</a> Patron search does not split search terms</li>
937
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30639">[30639]</a> Patron search does not split search terms</li>
938
</ul>
938
</ul>
939
939
940
<h3 id="authentication">Authentication</h3>
940
<h3 id="authentication">Authentication</h3>
941
941
942
<ul>
942
<ul>
943
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29915">[29915]</a> Anonymous session generates 1 new session ID per hit</li>
943
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29915">[29915]</a> Anonymous session generates 1 new session ID per hit</li>
944
</ul>
944
</ul>
945
945
946
<h3 id="cataloging">Cataloging</h3>
946
<h3 id="cataloging">Cataloging</h3>
947
947
948
<ul>
948
<ul>
949
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29689">[29689]</a> Update to 21.11 broken auto-generated barcode in <code>&lt;branchcode&gt;0001</code> option</li>
949
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29689">[29689]</a> Update to 21.11 broken auto-generated barcode in <code>&lt;branchcode&gt;0001</code> option</li>
950
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29690">[29690]</a> Software error in details.pl when invalid MARCXML</li>
950
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29690">[29690]</a> Software error in details.pl when invalid MARCXML</li>
951
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30178">[30178]</a> Every librarian can edit every item with IndependentBranches on</li>
951
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30178">[30178]</a> Every librarian can edit every item with IndependentBranches on</li>
952
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30644">[30644]</a> Cannot delete items</li>
952
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30644">[30644]</a> Cannot delete items</li>
953
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30717">[30717]</a> Dates displayed in ISO format when editing items</li>
953
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30717">[30717]</a> Dates displayed in ISO format when editing items</li>
954
</ul>
954
</ul>
955
955
956
<h3 id="circulation">Circulation</h3>
956
<h3 id="circulation">Circulation</h3>
957
957
958
<ul>
958
<ul>
959
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29495">[29495]</a> Issue link is lost in return claims when using 'MarkLostItemsAsReturned'</li>
959
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29495">[29495]</a> Issue link is lost in return claims when using 'MarkLostItemsAsReturned'</li>
960
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29637">[29637]</a> AutoSwitchPatron is broken since Bug 26352</p>
960
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29637">[29637]</a> AutoSwitchPatron is broken since Bug 26352</p>
961
961
962
<blockquote>
962
<blockquote>
963
  <p>This fixes an issue introduced by bug 26352 in 21.11 that caused the AutoSwitchPatron system preference to no longer work. (When AutoSwitchPatron is enabled and a patron barcode is scanned instead of a book, it automatically redirects to the patron.)</p>
963
  <p>This fixes an issue introduced by bug 26352 in 21.11 that caused the AutoSwitchPatron system preference to no longer work. (When AutoSwitchPatron is enabled and a patron barcode is scanned instead of a book, it automatically redirects to the patron.)</p>
964
</blockquote></li>
964
</blockquote></li>
965
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30099">[30099]</a> Error when accessing circulation.pl without patron parameter</li>
965
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30099">[30099]</a> Error when accessing circulation.pl without patron parameter</li>
966
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30104">[30104]</a> Holds to pull is broken</li>
966
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30104">[30104]</a> Holds to pull is broken</li>
967
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30114">[30114]</a> Koha offline circulation will always cancel the next hold when issuing item to a patron</li>
967
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30114">[30114]</a> Koha offline circulation will always cancel the next hold when issuing item to a patron</li>
968
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30222">[30222]</a> Auto_renew_digest still sends every day when renewals are not allowed</li>
968
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30222">[30222]</a> Auto_renew_digest still sends every day when renewals are not allowed</li>
969
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30251">[30251]</a> With IndependentBranches non-superlibrarians do not get autocomplete list in circulation module</li>
969
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30251">[30251]</a> With IndependentBranches non-superlibrarians do not get autocomplete list in circulation module</li>
970
</ul>
970
</ul>
971
971
972
<h3 id="command-lineutilities">Command-line Utilities</h3>
972
<h3 id="command-lineutilities">Command-line Utilities</h3>
973
973
974
<ul>
974
<ul>
975
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29794">[29794]</a> delete_items.pl missing include</li>
975
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29794">[29794]</a> delete_items.pl missing include</li>
976
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30520">[30520]</a> Command line stage and import broken</li>
976
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30520">[30520]</a> Command line stage and import broken</li>
977
</ul>
977
</ul>
978
978
979
<h3 id="database">Database</h3>
979
<h3 id="database">Database</h3>
980
980
981
<ul>
981
<ul>
982
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29605">[29605]</a> DB structure may not be synced with kohastructure.sql</li>
982
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29605">[29605]</a> DB structure may not be synced with kohastructure.sql</li>
983
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30600">[30600]</a> Recalls sync problem between DBIx and kohastructure.sql</p>
983
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30600">[30600]</a> Recalls sync problem between DBIx and kohastructure.sql</p>
984
984
985
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
985
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
986
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30852">[30852]</a> article_requests missing index on debit_id</li>
986
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30852">[30852]</a> article_requests missing index on debit_id</li>
987
</ul>
987
</ul>
988
988
989
<h3 id="finesandfees">Fines and fees</h3>
989
<h3 id="finesandfees">Fines and fees</h3>
990
990
991
<ul>
991
<ul>
992
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27801">[27801]</a> Entering multiple lines of an item in Point of Sale can make the Collect Payment field off</p>
992
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27801">[27801]</a> Entering multiple lines of an item in Point of Sale can make the Collect Payment field off</p>
993
993
994
<blockquote>
994
<blockquote>
995
  <p>This fixes the POS transactions page so that the total for the sale and the amount to collect are the same.</p>
995
  <p>This fixes the POS transactions page so that the total for the sale and the amount to collect are the same.</p>
996
  
996
  
997
  <p>Before this a POS transaction with multiple items in the Sale box, say for example 9 x .10 items, the total in the Sale box appears correct, but the amount to Collect from Patron is off by a cent.</p>
997
  <p>Before this a POS transaction with multiple items in the Sale box, say for example 9 x .10 items, the total in the Sale box appears correct, but the amount to Collect from Patron is off by a cent.</p>
998
</blockquote></li>
998
</blockquote></li>
999
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29385">[29385]</a> Add missing cash register support to SIP2</li>
999
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29385">[29385]</a> Add missing cash register support to SIP2</li>
1000
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29457">[29457]</a> Fee Cancellation records the wrong manager_id</p>
1000
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29457">[29457]</a> Fee Cancellation records the wrong manager_id</p>
1001
1001
1002
<blockquote>
1002
<blockquote>
1003
  <p>Prior to this patch inadvertently the field borrowers.userid was used to fill accountslines.manager_id. This should have been borrowernumber.</p>
1003
  <p>Prior to this patch inadvertently the field borrowers.userid was used to fill accountslines.manager_id. This should have been borrowernumber.</p>
1004
  
1004
  
1005
  <p>This report fixes that and prints a generic warning.</p>
1005
  <p>This report fixes that and prints a generic warning.</p>
1006
</blockquote></li>
1006
</blockquote></li>
1007
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30003">[30003]</a> Register entries doubled up if form fails validation on first submission</li>
1007
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30003">[30003]</a> Register entries doubled up if form fails validation on first submission</li>
1008
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30139">[30139]</a> Point of sale sets wrong 'Amount being paid' with CurrencyFormat = FR</li>
1008
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30139">[30139]</a> Point of sale sets wrong 'Amount being paid' with CurrencyFormat = FR</li>
1009
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30346">[30346]</a> Editing circ rule with Overdue fines cap (amount) results in data loss and extra fines</li>
1009
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30346">[30346]</a> Editing circ rule with Overdue fines cap (amount) results in data loss and extra fines</li>
1010
</ul>
1010
</ul>
1011
1011
1012
<h3 id="holdrequests">Hold requests</h3>
1012
<h3 id="holdrequests">Hold requests</h3>
1013
1013
1014
<ul>
1014
<ul>
1015
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29136">[29136]</a> Patron search on request.pl has performance and display issues</p>
1015
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29136">[29136]</a> Patron search on request.pl has performance and display issues</p>
1016
1016
1017
<blockquote>
1017
<blockquote>
1018
  <p>This fixes the performance and display of patron search results when placing a hold from a record details page using the staff interface. Patron results are now paginated and all the results are now available - previously all results were listed on one page, which could cause performance issues.</p>
1018
  <p>This fixes the performance and display of patron search results when placing a hold from a record details page using the staff interface. Patron results are now paginated and all the results are now available - previously all results were listed on one page, which could cause performance issues.</p>
1019
</blockquote></li>
1019
</blockquote></li>
1020
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29349">[29349]</a> Item-level holds should assume the same pickup location as bib-level holds</p>
1020
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29349">[29349]</a> Item-level holds should assume the same pickup location as bib-level holds</p>
1021
1021
1022
<blockquote>
1022
<blockquote>
1023
  <p>Up until Koha 20.11 the pickup location when placing item-level holds was the currently logged-in library.</p>
1023
  <p>Up until Koha 20.11 the pickup location when placing item-level holds was the currently logged-in library.</p>
Lines 1026-1034 have already been fixed in maintainance releases)</p> Link Here
1026
  
1026
  
1027
  <p>This restores the previous behaviour so that the logged-in library (if a valid pickup location) is selected as the default pickup location for item-level holds. When it is not, an empty dropdown is used as a fallback.</p>
1027
  <p>This restores the previous behaviour so that the logged-in library (if a valid pickup location) is selected as the default pickup location for item-level holds. When it is not, an empty dropdown is used as a fallback.</p>
1028
</blockquote></li>
1028
</blockquote></li>
1029
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29736">[29736]</a> Error when placing a hold for a club without members</li>
1029
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29736">[29736]</a> Error when placing a hold for a club without members</li>
1030
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29737">[29737]</a> Cannot suspend holds</li>
1030
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29737">[29737]</a> Cannot suspend holds</li>
1031
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29906">[29906]</a> When changing hold parameters over API (PUT) it forcibly gets to "suspended" state</p>
1031
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29906">[29906]</a> When changing hold parameters over API (PUT) it forcibly gets to "suspended" state</p>
1032
1032
1033
<blockquote>
1033
<blockquote>
1034
  <p>The PATCH/PUT /api/v1/holds/{hold_id} API endpoint allows for partial updates of Holds.  Priority and Pickup Location are both available to change (though it is preferred to use the routes specifically added for manipulating them).</p>
1034
  <p>The PATCH/PUT /api/v1/holds/{hold_id} API endpoint allows for partial updates of Holds.  Priority and Pickup Location are both available to change (though it is preferred to use the routes specifically added for manipulating them).</p>
Lines 1037-1069 have already been fixed in maintainance releases)</p> Link Here
1037
  
1037
  
1038
  <p>This patch restores the suspen_until function to ensure suspensions are not triggered by unrelated pickup location or priority changes.</p>
1038
  <p>This patch restores the suspen_until function to ensure suspensions are not triggered by unrelated pickup location or priority changes.</p>
1039
</blockquote></li>
1039
</blockquote></li>
1040
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29969">[29969]</a> Cannot update hold list after holds cancelled in bulk</li>
1040
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29969">[29969]</a> Cannot update hold list after holds cancelled in bulk</li>
1041
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30266">[30266]</a> Holds marked waiting with a holdingbranch that does not match can cause loss of pickup locations</li>
1041
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30266">[30266]</a> Holds marked waiting with a holdingbranch that does not match can cause loss of pickup locations</li>
1042
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30395">[30395]</a> Internal server error at reserve/request.pl on a biblio with non-ISO formatted date in publicationyear</li>
1042
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30395">[30395]</a> Internal server error at reserve/request.pl on a biblio with non-ISO formatted date in publicationyear</li>
1043
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30432">[30432]</a> get_items_that_can_fill needs to specify table for biblionumbers</li>
1043
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30432">[30432]</a> get_items_that_can_fill needs to specify table for biblionumbers</li>
1044
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30583">[30583]</a> Hold system broken for translated template</li>
1044
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30583">[30583]</a> Hold system broken for translated template</li>
1045
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30630">[30630]</a> Checking in a waiting hold at another branch when HoldsAutoFill is enabled causes errors</li>
1045
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30630">[30630]</a> Checking in a waiting hold at another branch when HoldsAutoFill is enabled causes errors</li>
1046
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30730">[30730]</a> Holds to Pull should not list items with a notforloan status</li>
1046
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30730">[30730]</a> Holds to Pull should not list items with a notforloan status</li>
1047
</ul>
1047
</ul>
1048
1048
1049
<h3 id="ill">ILL</h3>
1049
<h3 id="ill">ILL</h3>
1050
1050
1051
<ul>
1051
<ul>
1052
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28932">[28932]</a> Backend overriding status_graph element causes duplicate actions</li>
1052
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28932">[28932]</a> Backend overriding status_graph element causes duplicate actions</li>
1053
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30183">[30183]</a> ILL table search filtering broken</li>
1053
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30183">[30183]</a> ILL table search filtering broken</li>
1054
</ul>
1054
</ul>
1055
1055
1056
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1056
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1057
1057
1058
<ul>
1058
<ul>
1059
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27619">[27619]</a> Remove fr-FR installer data</li>
1059
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27619">[27619]</a> Remove fr-FR installer data</li>
1060
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30276">[30276]</a> Web-based installer failing on db upgrade for 30060</li>
1060
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30276">[30276]</a> Web-based installer failing on db upgrade for 30060</li>
1061
</ul>
1061
</ul>
1062
1062
1063
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1063
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1064
1064
1065
<ul>
1065
<ul>
1066
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24001">[24001]</a> Cannot edit card template</p>
1066
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24001">[24001]</a> Cannot edit card template</p>
1067
1067
1068
<blockquote>
1068
<blockquote>
1069
  <p>This fixes errors that caused creating and editing patron card templates and printer profiles to fail.</p>
1069
  <p>This fixes errors that caused creating and editing patron card templates and printer profiles to fail.</p>
Lines 1073-1090 have already been fixed in maintainance releases)</p> Link Here
1073
<h3 id="lists">Lists</h3>
1073
<h3 id="lists">Lists</h3>
1074
1074
1075
<ul>
1075
<ul>
1076
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29669">[29669]</a> Uninitialized value warnings when XSLTParse4Display is called</li>
1076
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29669">[29669]</a> Uninitialized value warnings when XSLTParse4Display is called</li>
1077
</ul>
1077
</ul>
1078
1078
1079
<h3 id="notices">Notices</h3>
1079
<h3 id="notices">Notices</h3>
1080
1080
1081
<ul>
1081
<ul>
1082
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29586">[29586]</a> "Hold reminder" notice doesn't show in messaging preferences in new installation</p>
1082
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29586">[29586]</a> "Hold reminder" notice doesn't show in messaging preferences in new installation</p>
1083
1083
1084
<blockquote>
1084
<blockquote>
1085
  <p>This fixes an issue with the installer files that meant "Hold reminder" notices were not shown in messaging preferences for new installations.</p>
1085
  <p>This fixes an issue with the installer files that meant "Hold reminder" notices were not shown in messaging preferences for new installations.</p>
1086
</blockquote></li>
1086
</blockquote></li>
1087
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30354">[30354]</a> AUTO_RENEWALS_DGST notices are not generated if patron set to receive notice via SMS and no SMS notice defined</p>
1087
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30354">[30354]</a> AUTO_RENEWALS_DGST notices are not generated if patron set to receive notice via SMS and no SMS notice defined</p>
1088
1088
1089
<blockquote>
1089
<blockquote>
1090
  <p>If an SMS notice is not defined for AUTO_RENEWALS_DGST and a patron has selected to receive a digest notification by SMS when items are automatically renewed, it doesn't generate a notice (even though the item(s) is renewed). This fixes the issue so that an email message is generated.</p>
1090
  <p>If an SMS notice is not defined for AUTO_RENEWALS_DGST and a patron has selected to receive a digest notification by SMS when items are automatically renewed, it doesn't generate a notice (even though the item(s) is renewed). This fixes the issue so that an email message is generated.</p>
Lines 1094-1114 have already been fixed in maintainance releases)</p> Link Here
1094
<h3 id="opac">OPAC</h3>
1094
<h3 id="opac">OPAC</h3>
1095
1095
1096
<ul>
1096
<ul>
1097
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28955">[28955]</a> Add option to set default branch from Apache</p>
1097
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28955">[28955]</a> Add option to set default branch from Apache</p>
1098
1098
1099
<blockquote>
1099
<blockquote>
1100
  <p>Add support for OPAC_BRANCH_DEFAULT as an environment option.
1100
  <p>Add support for OPAC_BRANCH_DEFAULT as an environment option.
1101
  It allows setting a default branch for the anonymous OPAC session such that you can display the right OPAC content blocks prior to login if you have set up per branch website.</p>
1101
  It allows setting a default branch for the anonymous OPAC session such that you can display the right OPAC content blocks prior to login if you have set up per branch website.</p>
1102
</blockquote></li>
1102
</blockquote></li>
1103
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29544">[29544]</a> A patron can set everybody's checkout notes</li>
1103
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29544">[29544]</a> A patron can set everybody's checkout notes</li>
1104
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29696">[29696]</a> "Suggest for purchase" missing biblio link</li>
1104
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29696">[29696]</a> "Suggest for purchase" missing biblio link</li>
1105
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29778">[29778]</a> Deleting additional_contents leaves entries for additional languages</li>
1105
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29778">[29778]</a> Deleting additional_contents leaves entries for additional languages</li>
1106
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29803">[29803]</a> Local cover images don't show in detail page, but only in results</li>
1106
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29803">[29803]</a> Local cover images don't show in detail page, but only in results</li>
1107
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30045">[30045]</a> SCO print slip is broken</li>
1107
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30045">[30045]</a> SCO print slip is broken</li>
1108
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30089">[30089]</a> Placing holds on OPAC broken</li>
1108
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30089">[30089]</a> Placing holds on OPAC broken</li>
1109
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30101">[30101]</a> OPAC advanced search page broken by Bug 29844</li>
1109
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30101">[30101]</a> OPAC advanced search page broken by Bug 29844</li>
1110
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30147">[30147]</a> OpacBrowseResults causing error on detail page</li>
1110
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30147">[30147]</a> OpacBrowseResults causing error on detail page</li>
1111
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30488">[30488]</a> Error when placing a recall in the OPAC</p>
1111
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30488">[30488]</a> Error when placing a recall in the OPAC</p>
1112
1112
1113
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1113
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1114
</ul>
1114
</ul>
Lines 1116-1180 have already been fixed in maintainance releases)</p> Link Here
1116
<h3 id="packaging">Packaging</h3>
1116
<h3 id="packaging">Packaging</h3>
1117
1117
1118
<ul>
1118
<ul>
1119
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29881">[29881]</a> Remove SQLite2 dependency</li>
1119
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29881">[29881]</a> Remove SQLite2 dependency</li>
1120
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30084">[30084]</a> Remove dependency of liblocale-codes-perl</li>
1120
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30084">[30084]</a> Remove dependency of liblocale-codes-perl</li>
1121
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30209">[30209]</a> Upgrade 'libdbd-sqlite2-perl' package to 'libdbd-sqlite3-perl'</li>
1121
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30209">[30209]</a> Upgrade 'libdbd-sqlite2-perl' package to 'libdbd-sqlite3-perl'</li>
1122
</ul>
1122
</ul>
1123
1123
1124
<h3 id="patrons">Patrons</h3>
1124
<h3 id="patrons">Patrons</h3>
1125
1125
1126
<ul>
1126
<ul>
1127
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28943">[28943]</a> Lower the risk of accidental patron deletion by cleanup_database.pl</p>
1127
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28943">[28943]</a> Lower the risk of accidental patron deletion by cleanup_database.pl</p>
1128
1128
1129
<blockquote>
1129
<blockquote>
1130
  <p>If you use self registration but you do not use a temporary self registration patron category,
1130
  <p>If you use self registration but you do not use a temporary self registration patron category,
1131
  you should actually clear the preference
1131
  you should actually clear the preference
1132
  PatronSelfRegistrationExpireTemporaryAccountsDelay.</p>
1132
  PatronSelfRegistrationExpireTemporaryAccountsDelay.</p>
1133
</blockquote></li>
1133
</blockquote></li>
1134
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30325">[30325]</a> (Bug 30098 follow-up) Broken patron search redirect when one result</li>
1134
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30325">[30325]</a> (Bug 30098 follow-up) Broken patron search redirect when one result</li>
1135
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30576">[30576]</a> DefaultPatronSearchFields no longer takes effect</li>
1135
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30576">[30576]</a> DefaultPatronSearchFields no longer takes effect</li>
1136
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30603">[30603]</a> Sort 1 and Sort 2 on patron form are on longer free text when AV categories are empty</li>
1136
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30603">[30603]</a> Sort 1 and Sort 2 on patron form are on longer free text when AV categories are empty</li>
1137
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30622">[30622]</a> Search for cardnumber needs to go directly to patron record when placing a hold</li>
1137
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30622">[30622]</a> Search for cardnumber needs to go directly to patron record when placing a hold</li>
1138
</ul>
1138
</ul>
1139
1139
1140
<h3 id="pluginarchitecture">Plugin architecture</h3>
1140
<h3 id="pluginarchitecture">Plugin architecture</h3>
1141
1141
1142
<ul>
1142
<ul>
1143
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29931">[29931]</a> Script plugins-enable.pl should check the cookie status before running plugins</li>
1143
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29931">[29931]</a> Script plugins-enable.pl should check the cookie status before running plugins</li>
1144
</ul>
1144
</ul>
1145
1145
1146
<h3 id="restapi">REST API</h3>
1146
<h3 id="restapi">REST API</h3>
1147
1147
1148
<ul>
1148
<ul>
1149
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29018">[29018]</a> Deleting patrons from REST API doesn't do any checks or move to deletedborrowers</p>
1149
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29018">[29018]</a> Deleting patrons from REST API doesn't do any checks or move to deletedborrowers</p>
1150
1150
1151
<blockquote>
1151
<blockquote>
1152
  <p>This fixes the REST API route for deleting patrons so that it now checks for guarantees, debts, and current checkouts. If any of these checks fail, the patron is not deleted.</p>
1152
  <p>This fixes the REST API route for deleting patrons so that it now checks for guarantees, debts, and current checkouts. If any of these checks fail, the patron is not deleted.</p>
1153
</blockquote></li>
1153
</blockquote></li>
1154
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29877">[29877]</a> MaxReserves should be enforced consistently between staff interface and API</li>
1154
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29877">[29877]</a> MaxReserves should be enforced consistently between staff interface and API</li>
1155
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30133">[30133]</a> Pagination broken on pickup_locations routes when AllowHoldPolicyOverride=1</li>
1155
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30133">[30133]</a> Pagination broken on pickup_locations routes when AllowHoldPolicyOverride=1</li>
1156
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30165">[30165]</a> Several q parameters break the filters</li>
1156
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30165">[30165]</a> Several q parameters break the filters</li>
1157
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30408">[30408]</a> API and OpenAPI versions should be string in spec</li>
1157
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30408">[30408]</a> API and OpenAPI versions should be string in spec</li>
1158
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30663">[30663]</a> POST /api/v1/suggestions won't honor suggestions limits</li>
1158
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30663">[30663]</a> POST /api/v1/suggestions won't honor suggestions limits</li>
1159
</ul>
1159
</ul>
1160
1160
1161
<h3 id="reports">Reports</h3>
1161
<h3 id="reports">Reports</h3>
1162
1162
1163
<ul>
1163
<ul>
1164
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29786">[29786]</a> Holds to pull report shows incorrect item for item level holds</p>
1164
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29786">[29786]</a> Holds to pull report shows incorrect item for item level holds</p>
1165
1165
1166
<blockquote>
1166
<blockquote>
1167
  <p>This patch corrects an issue with the Holds to Pull report in which an incorrect barcode number could be shown for an item-level hold. The correct barcode will now be shown.</p>
1167
  <p>This patch corrects an issue with the Holds to Pull report in which an incorrect barcode number could be shown for an item-level hold. The correct barcode will now be shown.</p>
1168
</blockquote></li>
1168
</blockquote></li>
1169
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30532">[30532]</a> guided_reports.pl has a problem</li>
1169
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30532">[30532]</a> guided_reports.pl has a problem</li>
1170
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30551">[30551]</a> Cash register report shows wrong library when paying fees in two different libraries</li>
1170
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30551">[30551]</a> Cash register report shows wrong library when paying fees in two different libraries</li>
1171
</ul>
1171
</ul>
1172
1172
1173
<h3 id="sip2">SIP2</h3>
1173
<h3 id="sip2">SIP2</h3>
1174
1174
1175
<ul>
1175
<ul>
1176
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29754">[29754]</a> Patron fines counted twice for SIP when NoIssuesChargeGuarantorsWithGuarantees is enabled</li>
1176
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29754">[29754]</a> Patron fines counted twice for SIP when NoIssuesChargeGuarantorsWithGuarantees is enabled</li>
1177
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29755">[29755]</a> SIP2 code does not correctly handle NoIssuesChargeGuarantees  or  NoIssuesChargeGuarantorsWithGuarantees</p>
1177
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29755">[29755]</a> SIP2 code does not correctly handle NoIssuesChargeGuarantees  or  NoIssuesChargeGuarantorsWithGuarantees</p>
1178
1178
1179
<blockquote>
1179
<blockquote>
1180
  <p>This fixes SIP2 so that it correctly determines if issues should be blocked for patrons when the NoIssuesChargeGuarantees and NoIssuesChargeGuarantorsWithGuarantees system preferences are set. Currently, it only checks the noissuescharge system preference as the limit for charges, and not the other 'No Issues charge' system preferences.</p>
1180
  <p>This fixes SIP2 so that it correctly determines if issues should be blocked for patrons when the NoIssuesChargeGuarantees and NoIssuesChargeGuarantorsWithGuarantees system preferences are set. Currently, it only checks the noissuescharge system preference as the limit for charges, and not the other 'No Issues charge' system preferences.</p>
Lines 1184-1244 have already been fixed in maintainance releases)</p> Link Here
1184
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1184
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1185
1185
1186
<ul>
1186
<ul>
1187
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27770">[27770]</a> ES: Deprecated aggregation order key [<em>term] used, replaced by [</em>key]</p>
1187
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27770">[27770]</a> ES: Deprecated aggregation order key [<em>term] used, replaced by [</em>key]</p>
1188
1188
1189
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p></li>
1189
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p></li>
1190
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28610">[28610]</a> Elasticsearch 7 - hits.total is now an object</p>
1190
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28610">[28610]</a> Elasticsearch 7 - hits.total is now an object</p>
1191
1191
1192
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p>
1192
<p><strong>Sponsored by</strong> <em>Lund University Library</em></p>
1193
1193
1194
<blockquote>
1194
<blockquote>
1195
  <p>This is one of the changes to have Koha compatible with ElasticSearch 7. This one also causes the full end of compatibility with ElasticSearch 5. Users are advised to upgrade as soon as possible to ElasticSearch 7 since version 5 and 6 are not supported anymore by their developers.</p>
1195
  <p>This is one of the changes to have Koha compatible with ElasticSearch 7. This one also causes the full end of compatibility with ElasticSearch 5. Users are advised to upgrade as soon as possible to ElasticSearch 7 since version 5 and 6 are not supported anymore by their developers.</p>
1196
</blockquote></li>
1196
</blockquote></li>
1197
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29893">[29893]</a> ElasticSearch Config UI deletes mappings</li>
1197
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29893">[29893]</a> ElasticSearch Config UI deletes mappings</li>
1198
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30584">[30584]</a> Cannot add field mappings to Elasticsearch configuration</li>
1198
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30584">[30584]</a> Cannot add field mappings to Elasticsearch configuration</li>
1199
</ul>
1199
</ul>
1200
1200
1201
<h3 id="selfcheckout">Self checkout</h3>
1201
<h3 id="selfcheckout">Self checkout</h3>
1202
1202
1203
<ul>
1203
<ul>
1204
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28735">[28735]</a> Self-checkout users can access opac-user.pl for sco user when not using AutoSelfCheckID</li>
1204
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28735">[28735]</a> Self-checkout users can access opac-user.pl for sco user when not using AutoSelfCheckID</li>
1205
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29543">[29543]</a> Self-checkout allows returning everybody's loans</li>
1205
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29543">[29543]</a> Self-checkout allows returning everybody's loans</li>
1206
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30199">[30199]</a> self checkout login by cardnumber is broken if you input a non-existent cardnumber</li>
1206
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30199">[30199]</a> self checkout login by cardnumber is broken if you input a non-existent cardnumber</li>
1207
</ul>
1207
</ul>
1208
1208
1209
<h3 id="staffclient">Staff Client</h3>
1209
<h3 id="staffclient">Staff Client</h3>
1210
1210
1211
<ul>
1211
<ul>
1212
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29540">[29540]</a> Accounts with just 'catalogue' permission can modify/delete holds</li>
1212
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29540">[29540]</a> Accounts with just 'catalogue' permission can modify/delete holds</li>
1213
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29541">[29541]</a> Patron images can be accessed with just 'catalogue' permission</li>
1213
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29541">[29541]</a> Patron images can be accessed with just 'catalogue' permission</li>
1214
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30610">[30610]</a> The 'Print receipt' button on cash management registers page fails on second datatables page</li>
1214
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30610">[30610]</a> The 'Print receipt' button on cash management registers page fails on second datatables page</li>
1215
</ul>
1215
</ul>
1216
1216
1217
<h3 id="templates">Templates</h3>
1217
<h3 id="templates">Templates</h3>
1218
1218
1219
<ul>
1219
<ul>
1220
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30525">[30525]</a> Items batch modification broken</li>
1220
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30525">[30525]</a> Items batch modification broken</li>
1221
</ul>
1221
</ul>
1222
1222
1223
<h3 id="testsuite">Test Suite</h3>
1223
<h3 id="testsuite">Test Suite</h3>
1224
1224
1225
<ul>
1225
<ul>
1226
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19169">[19169]</a> Add a test to detect unneeded 'atomicupdate' files</li>
1226
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19169">[19169]</a> Add a test to detect unneeded 'atomicupdate' files</li>
1227
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29779">[29779]</a> selenium/regressions.t fails if Selenium lib is not installed</li>
1227
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29779">[29779]</a> selenium/regressions.t fails if Selenium lib is not installed</li>
1228
</ul>
1228
</ul>
1229
1229
1230
<h3 id="tools">Tools</h3>
1230
<h3 id="tools">Tools</h3>
1231
1231
1232
<ul>
1232
<ul>
1233
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29719">[29719]</a> onloan dates are cleared from items when importing and overlaying</li>
1233
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29719">[29719]</a> onloan dates are cleared from items when importing and overlaying</li>
1234
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29747">[29747]</a> Cataloguing upload plugin broken</li>
1234
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29747">[29747]</a> Cataloguing upload plugin broken</li>
1235
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29808">[29808]</a> Stock rotation fails to advance when an item is checked out from the branch that is the next stage</li>
1235
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29808">[29808]</a> Stock rotation fails to advance when an item is checked out from the branch that is the next stage</li>
1236
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30402">[30402]</a> Authority import hanging when replacing matched record</p>
1236
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30402">[30402]</a> Authority import hanging when replacing matched record</p>
1237
1237
1238
<p><strong>Sponsored by</strong> <em>Educational Services Australia SCIS</em></p></li>
1238
<p><strong>Sponsored by</strong> <em>Educational Services Australia SCIS</em></p></li>
1239
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30461">[30461]</a> Batch authority tool is broken</li>
1239
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30461">[30461]</a> Batch authority tool is broken</li>
1240
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30518">[30518]</a> StockRotationItems crossing DST boundary throw invalid local time exception</li>
1240
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30518">[30518]</a> StockRotationItems crossing DST boundary throw invalid local time exception</li>
1241
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30628">[30628]</a> Batch borrower modifications only affect the current page</p>
1241
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30628">[30628]</a> Batch borrower modifications only affect the current page</p>
1242
1242
1243
<blockquote>
1243
<blockquote>
1244
  <p>This fixes the batch patron modification tool (Tools > Patrons and circulation > Batch patron modification) so that the changes for all selected patrons are modified. Before this, only the patrons listed on the current page were modified.</p>
1244
  <p>This fixes the batch patron modification tool (Tools > Patrons and circulation > Batch patron modification) so that the changes for all selected patrons are modified. Before this, only the patrons listed on the current page were modified.</p>
Lines 1253-1265 have already been fixed in maintainance releases)</p> Link Here
1253
<h3 id="about">About</h3>
1253
<h3 id="about">About</h3>
1254
1254
1255
<ul>
1255
<ul>
1256
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30808">[30808]</a> Release team 22.11</li>
1256
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30808">[30808]</a> Release team 22.11</li>
1257
</ul>
1257
</ul>
1258
1258
1259
<h3 id="acquisitions">Acquisitions</h3>
1259
<h3 id="acquisitions">Acquisitions</h3>
1260
1260
1261
<ul>
1261
<ul>
1262
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24866">[24866]</a> Display budget hierarchy in the budget dropdown menu used when placing a new order</p>
1262
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24866">[24866]</a> Display budget hierarchy in the budget dropdown menu used when placing a new order</p>
1263
1263
1264
<blockquote>
1264
<blockquote>
1265
  <p>This improves the display for selecting a fund when placing a new order in acquisitions. It now displays as a hierarchy instead of a list without any indentation, for example:</p>
1265
  <p>This improves the display for selecting a fund when placing a new order in acquisitions. It now displays as a hierarchy instead of a list without any indentation, for example:</p>
Lines 1268-1358 have already been fixed in maintainance releases)</p> Link Here
1268
   -- Book
1268
   -- Book
1269
   -- -- Adult fiction</p>
1269
   -- -- Adult fiction</p>
1270
</blockquote></li>
1270
</blockquote></li>
1271
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28855">[28855]</a> Purging suggestions test should not be on timestamp</p>
1271
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28855">[28855]</a> Purging suggestions test should not be on timestamp</p>
1272
1272
1273
<blockquote>
1273
<blockquote>
1274
  <p>This changes the date field that cronjob misc/cronjobs/purge_suggestions.pl uses to calculate the number of days for deleting accepted or rejected suggestions. It now uses the managed on date, as the last updated date that was used can be changed by other database updates.</p>
1274
  <p>This changes the date field that cronjob misc/cronjobs/purge_suggestions.pl uses to calculate the number of days for deleting accepted or rejected suggestions. It now uses the managed on date, as the last updated date that was used can be changed by other database updates.</p>
1275
</blockquote></li>
1275
</blockquote></li>
1276
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29287">[29287]</a> Display of funds on acquisitions home is not consistent with display on funds page</li>
1276
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29287">[29287]</a> Display of funds on acquisitions home is not consistent with display on funds page</li>
1277
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29419">[29419]</a> Suggest for purchase clears item type, quantity, library and reason if bib exists</li>
1277
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29419">[29419]</a> Suggest for purchase clears item type, quantity, library and reason if bib exists</li>
1278
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29895">[29895]</a> Button [Add multiple items] stops responding when it's pressed and some multiple items added to basket</li>
1278
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29895">[29895]</a> Button [Add multiple items] stops responding when it's pressed and some multiple items added to basket</li>
1279
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30127">[30127]</a> By default show pending suggestions tab</li>
1279
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30127">[30127]</a> By default show pending suggestions tab</li>
1280
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30599">[30599]</a> Allow archiving multiple suggestions</li>
1280
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30599">[30599]</a> Allow archiving multiple suggestions</li>
1281
</ul>
1281
</ul>
1282
1282
1283
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1283
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1284
1284
1285
<ul>
1285
<ul>
1286
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18320">[18320]</a> patroncards/edit-layout.pl raises warnings</li>
1286
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18320">[18320]</a> patroncards/edit-layout.pl raises warnings</li>
1287
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18540">[18540]</a> koha-indexdefs-to-zebra.xsl introduces MARC21 stuff into UNIMARC xslts</li>
1287
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18540">[18540]</a> koha-indexdefs-to-zebra.xsl introduces MARC21 stuff into UNIMARC xslts</li>
1288
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27253">[27253]</a> borrowers.updated_on cannot be null on fresh install, but can be null with upgrade</li>
1288
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27253">[27253]</a> borrowers.updated_on cannot be null on fresh install, but can be null with upgrade</li>
1289
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29336">[29336]</a> Some authorised_value FKs are too short</p>
1289
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29336">[29336]</a> Some authorised_value FKs are too short</p>
1290
1290
1291
<blockquote>
1291
<blockquote>
1292
  <p>This fixes the length of the field definitions in the database for several authorised_value and authorised_value_category columns as they are too short. It changes the value to varchar(32).</p>
1292
  <p>This fixes the length of the field definitions in the database for several authorised_value and authorised_value_category columns as they are too short. It changes the value to varchar(32).</p>
1293
</blockquote></li>
1293
</blockquote></li>
1294
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29483">[29483]</a> AllowRenewalIfOtherItemsAvailable has poor performance for records with many items</li>
1294
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29483">[29483]</a> AllowRenewalIfOtherItemsAvailable has poor performance for records with many items</li>
1295
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29494">[29494]</a> html-template-to-template-toolkit.pl no longer required</li>
1295
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29494">[29494]</a> html-template-to-template-toolkit.pl no longer required</li>
1296
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29498">[29498]</a> Remove usage of deprecated Mojolicious::Routes::Route::detour</li>
1296
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29498">[29498]</a> Remove usage of deprecated Mojolicious::Routes::Route::detour</li>
1297
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29625">[29625]</a> Wrong var name in Koha::BiblioUtils get_all_biblios_iterator</li>
1297
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29625">[29625]</a> Wrong var name in Koha::BiblioUtils get_all_biblios_iterator</li>
1298
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29646">[29646]</a> Bad or repeated opac-password-recovery attempt crashes on wrong borrowernumber</li>
1298
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29646">[29646]</a> Bad or repeated opac-password-recovery attempt crashes on wrong borrowernumber</li>
1299
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29687">[29687]</a> Get rid of an uninitialized warning in XSLT.pm</li>
1299
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29687">[29687]</a> Get rid of an uninitialized warning in XSLT.pm</li>
1300
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29702">[29702]</a> all_libraries routine in library groups make a DB call per member of group</li>
1300
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29702">[29702]</a> all_libraries routine in library groups make a DB call per member of group</li>
1301
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29717">[29717]</a> Too many DateTime manipulation in tools/additional-contents.pl</li>
1301
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29717">[29717]</a> Too many DateTime manipulation in tools/additional-contents.pl</li>
1302
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29758">[29758]</a> CGI::param in list context in boraccount.pl warning</p>
1302
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29758">[29758]</a> CGI::param in list context in boraccount.pl warning</p>
1303
1303
1304
<blockquote>
1304
<blockquote>
1305
  <p>This removes the cause of warning messages ([WARN] CGI::param called in list context from...) in the plack-intranet-error.log when accessing the accounting transactions tab for a patron.</p>
1305
  <p>This removes the cause of warning messages ([WARN] CGI::param called in list context from...) in the plack-intranet-error.log when accessing the accounting transactions tab for a patron.</p>
1306
</blockquote></li>
1306
</blockquote></li>
1307
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29764">[29764]</a> EmbedItems RecordProcessor filter POD incorrect</li>
1307
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29764">[29764]</a> EmbedItems RecordProcessor filter POD incorrect</li>
1308
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29771">[29771]</a> Get rid of CGI::param in list context warnings</li>
1308
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29771">[29771]</a> Get rid of CGI::param in list context warnings</li>
1309
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29785">[29785]</a> Koha::Object->messages must be renamed</li>
1309
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29785">[29785]</a> Koha::Object->messages must be renamed</li>
1310
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29789">[29789]</a> Unused $error in cataloguing/additem.pl</li>
1310
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29789">[29789]</a> Unused $error in cataloguing/additem.pl</li>
1311
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29806">[29806]</a> ->pickup_locations should always be called in scalar context</p>
1311
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29806">[29806]</a> ->pickup_locations should always be called in scalar context</p>
1312
1312
1313
<blockquote>
1313
<blockquote>
1314
  <p>The Koha::Biblio->pickup_locations and Koha::Item->pickup_location methods don't always honour list context. Because of this, when used, they should assume scalar context. If list context was required, the developer needs to explicitly chain a ->as_list call.</p>
1314
  <p>The Koha::Biblio->pickup_locations and Koha::Item->pickup_location methods don't always honour list context. Because of this, when used, they should assume scalar context. If list context was required, the developer needs to explicitly chain a ->as_list call.</p>
1315
  
1315
  
1316
  <p>This patch tracks the uses of this methods and adjusts accordingly.</p>
1316
  <p>This patch tracks the uses of this methods and adjusts accordingly.</p>
1317
</blockquote></li>
1317
</blockquote></li>
1318
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29809">[29809]</a> StockRotationItems->itemnumber is poorly named</li>
1318
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29809">[29809]</a> StockRotationItems->itemnumber is poorly named</li>
1319
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29812">[29812]</a> C4::Context not included, but used in Koha::Token</li>
1319
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29812">[29812]</a> C4::Context not included, but used in Koha::Token</li>
1320
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29865">[29865]</a> Wrong includes in circ/returns.pl</li>
1320
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29865">[29865]</a> Wrong includes in circ/returns.pl</li>
1321
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29957">[29957]</a> Cookies not removed after logout</p>
1321
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29957">[29957]</a> Cookies not removed after logout</p>
1322
1322
1323
<blockquote>
1323
<blockquote>
1324
  <p>This patch adds a new config variable to koha-conf.xml called do_not_remove_cookie.
1324
  <p>This patch adds a new config variable to koha-conf.xml called do_not_remove_cookie.
1325
  By default, all cookies are cleared now. But you could uncomment the KohaOpacLanguage entry to preserve it.</p>
1325
  By default, all cookies are cleared now. But you could uncomment the KohaOpacLanguage entry to preserve it.</p>
1326
</blockquote></li>
1326
</blockquote></li>
1327
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29966">[29966]</a> SCO Help page passes flags while not needing authentication</li>
1327
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29966">[29966]</a> SCO Help page passes flags while not needing authentication</li>
1328
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29984">[29984]</a> Remove unused method Koha::Patrons->anonymise_issue_history</li>
1328
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29984">[29984]</a> Remove unused method Koha::Patrons->anonymise_issue_history</li>
1329
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008">[30008]</a> Software error in details.pl when invalid MARCXML and showing component records</li>
1329
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008">[30008]</a> Software error in details.pl when invalid MARCXML and showing component records</li>
1330
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30009">[30009]</a> Records with invalid MarcXML show notes tab 'Descriptions(1)' but tab is empty</li>
1330
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30009">[30009]</a> Records with invalid MarcXML show notes tab 'Descriptions(1)' but tab is empty</li>
1331
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30110">[30110]</a> Potential bug source: plenty of "my" declarations with conditional assignments</li>
1331
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30110">[30110]</a> Potential bug source: plenty of "my" declarations with conditional assignments</li>
1332
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30115">[30115]</a> Uninitialized value warning in C4/Output.pm</li>
1332
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30115">[30115]</a> Uninitialized value warning in C4/Output.pm</li>
1333
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30143">[30143]</a> OAI-PMH provider may end up in an eternal loop due to missing sort</li>
1333
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30143">[30143]</a> OAI-PMH provider may end up in an eternal loop due to missing sort</li>
1334
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30161">[30161]</a> Remove duplicate z3950_search include lines</li>
1334
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30161">[30161]</a> Remove duplicate z3950_search include lines</li>
1335
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30185">[30185]</a> Missing return in db rev 210600003.pl</li>
1335
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30185">[30185]</a> Missing return in db rev 210600003.pl</li>
1336
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30253">[30253]</a> Double mana_success line is no success</li>
1336
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30253">[30253]</a> Double mana_success line is no success</li>
1337
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30294">[30294]</a> Rename Koha::Recall->* used relationship names</li>
1337
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30294">[30294]</a> Rename Koha::Recall->* used relationship names</li>
1338
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30345">[30345]</a> Koha::BackgroundJob->enqueue should set borrowernumber=undef if no userenv</li>
1338
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30345">[30345]</a> Koha::BackgroundJob->enqueue should set borrowernumber=undef if no userenv</li>
1339
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30377">[30377]</a> Fix two CGI::param called in list context-warnings</li>
1339
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30377">[30377]</a> Fix two CGI::param called in list context-warnings</li>
1340
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30393">[30393]</a> datatables wrapper should handle searching for %, _ and \</li>
1340
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30393">[30393]</a> datatables wrapper should handle searching for %, _ and \</li>
1341
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30406">[30406]</a> Our DT tables not filtering on the correct column if hidden by default</li>
1341
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30406">[30406]</a> Our DT tables not filtering on the correct column if hidden by default</li>
1342
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30467">[30467]</a> BatchDeleteItem task does not deal with indexation correctly</li>
1342
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30467">[30467]</a> BatchDeleteItem task does not deal with indexation correctly</li>
1343
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30638">[30638]</a> Odd number of elements in anonymous hash at C4/Letters.pm line 827</li>
1343
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30638">[30638]</a> Odd number of elements in anonymous hash at C4/Letters.pm line 827</li>
1344
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30668">[30668]</a> UpdateItemLocationOnCheckin spams the cataloguing log</li>
1344
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30668">[30668]</a> UpdateItemLocationOnCheckin spams the cataloguing log</li>
1345
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30692">[30692]</a> Wrong progress displayed for ES indexing tasks</li>
1345
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30692">[30692]</a> Wrong progress displayed for ES indexing tasks</li>
1346
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30702">[30702]</a> Remove Context L785 warning</li>
1346
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30702">[30702]</a> Remove Context L785 warning</li>
1347
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30703">[30703]</a> Remove a few CookieManager warnings</li>
1347
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30703">[30703]</a> Remove a few CookieManager warnings</li>
1348
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30714">[30714]</a> Checkins from other branches spam the cataloguing log</li>
1348
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30714">[30714]</a> Checkins from other branches spam the cataloguing log</li>
1349
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30727">[30727]</a> Holds queue updates can be called multiple times on batch record deletion</li>
1349
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30727">[30727]</a> Holds queue updates can be called multiple times on batch record deletion</li>
1350
</ul>
1350
</ul>
1351
1351
1352
<h3 id="authentication">Authentication</h3>
1352
<h3 id="authentication">Authentication</h3>
1353
1353
1354
<ul>
1354
<ul>
1355
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29487">[29487]</a> Set autocomplete off for userid/password fields at login</p>
1355
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29487">[29487]</a> Set autocomplete off for userid/password fields at login</p>
1356
1356
1357
<blockquote>
1357
<blockquote>
1358
  <p>This turns autocompletion off for userid and password fields on the login forms for the OPAC and staff interface.</p>
1358
  <p>This turns autocompletion off for userid and password fields on the login forms for the OPAC and staff interface.</p>
Lines 1362-1374 have already been fixed in maintainance releases)</p> Link Here
1362
<h3 id="browsercompatibility">Browser compatibility</h3>
1362
<h3 id="browsercompatibility">Browser compatibility</h3>
1363
1363
1364
<ul>
1364
<ul>
1365
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22671">[22671]</a> Warn the user in offline circulation if applicationCache isn't supported</li>
1365
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22671">[22671]</a> Warn the user in offline circulation if applicationCache isn't supported</li>
1366
</ul>
1366
</ul>
1367
1367
1368
<h3 id="cataloging">Cataloging</h3>
1368
<h3 id="cataloging">Cataloging</h3>
1369
1369
1370
<ul>
1370
<ul>
1371
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9565">[9565]</a> Deleting a record should alert or fail if there are current subscriptions</p>
1371
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9565">[9565]</a> Deleting a record should alert or fail if there are current subscriptions</p>
1372
1372
1373
<blockquote>
1373
<blockquote>
1374
  <p>This change prevents the deletion of records with current serial subscriptions. </p>
1374
  <p>This change prevents the deletion of records with current serial subscriptions. </p>
Lines 1382-1414 have already been fixed in maintainance releases)</p> Link Here
1382
  <li>adds a button in the toolbar to enable selecting only records without subscriptions.</li>
1382
  <li>adds a button in the toolbar to enable selecting only records without subscriptions.</li>
1383
  </ul>
1383
  </ul>
1384
</blockquote></li>
1384
</blockquote></li>
1385
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25251">[25251]</a> When a record has no items click delete all does not need an alert</li>
1385
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25251">[25251]</a> When a record has no items click delete all does not need an alert</li>
1386
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26328">[26328]</a> incremental barcode generation fails when incorrectly converting strings to numbers</li>
1386
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26328">[26328]</a> incremental barcode generation fails when incorrectly converting strings to numbers</li>
1387
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28853">[28853]</a> Textarea in biblio record editor breaks authority plugin</p>
1387
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28853">[28853]</a> Textarea in biblio record editor breaks authority plugin</p>
1388
1388
1389
<blockquote>
1389
<blockquote>
1390
  <p>This fixes an issue when adding or editing record subfields using the authority plugin and it has a value with more than 100 characters. (When a subfield has more than 100 characters it changes to a text area rather than a standard input field, this caused JavaScript issues when using authority terms over 100 characters.)</p>
1390
  <p>This fixes an issue when adding or editing record subfields using the authority plugin and it has a value with more than 100 characters. (When a subfield has more than 100 characters it changes to a text area rather than a standard input field, this caused JavaScript issues when using authority terms over 100 characters.)</p>
1391
</blockquote></li>
1391
</blockquote></li>
1392
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29511">[29511]</a> While editing MARC records, blank subfields appear in varying order</li>
1392
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29511">[29511]</a> While editing MARC records, blank subfields appear in varying order</li>
1393
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29962">[29962]</a> Table of items on item edit page missing columns button</li>
1393
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29962">[29962]</a> Table of items on item edit page missing columns button</li>
1394
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30159">[30159]</a> Fix display of validation of important fields when biblio cataloguing</p>
1394
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30159">[30159]</a> Fix display of validation of important fields when biblio cataloguing</p>
1395
1395
1396
<p><strong>Sponsored by</strong> <em>Education Services Australia SCIS</em></p>
1396
<p><strong>Sponsored by</strong> <em>Education Services Australia SCIS</em></p>
1397
1397
1398
<blockquote>
1398
<blockquote>
1399
  <p>This patch adds a check for both mandatory and important fields when validating bibliographic records during cataloguing.</p>
1399
  <p>This patch adds a check for both mandatory and important fields when validating bibliographic records during cataloguing.</p>
1400
</blockquote></li>
1400
</blockquote></li>
1401
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30224">[30224]</a> Wrong important field shown in cataloguing validation</p>
1401
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30224">[30224]</a> Wrong important field shown in cataloguing validation</p>
1402
1402
1403
<p><strong>Sponsored by</strong> <em>Education Services Australia SCIS</em></p>
1403
<p><strong>Sponsored by</strong> <em>Education Services Australia SCIS</em></p>
1404
1404
1405
<blockquote>
1405
<blockquote>
1406
  <p>This patch fxes the cataloguing validation messages to show the correct tag, when the whole field is important (not just a subfield).</p>
1406
  <p>This patch fxes the cataloguing validation messages to show the correct tag, when the whole field is important (not just a subfield).</p>
1407
</blockquote></li>
1407
</blockquote></li>
1408
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30376">[30376]</a> Unable to save item if field date acquired is set mandatory</li>
1408
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30376">[30376]</a> Unable to save item if field date acquired is set mandatory</li>
1409
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30435">[30435]</a> Remove unused MACLES cataloging plugin</li>
1409
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30435">[30435]</a> Remove unused MACLES cataloging plugin</li>
1410
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30482">[30482]</a> Potential for bad string concatenation in cataloging validation error message</li>
1410
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30482">[30482]</a> Potential for bad string concatenation in cataloging validation error message</li>
1411
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30797">[30797]</a> Subfields linked to the dateaccessioned.pl value builder on addbiblio.pl throw a JS error</p>
1411
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30797">[30797]</a> Subfields linked to the dateaccessioned.pl value builder on addbiblio.pl throw a JS error</p>
1412
1412
1413
<p><strong>Sponsored by</strong> <em>Chartered Accountants Australia and New Zealand</em></p></li>
1413
<p><strong>Sponsored by</strong> <em>Chartered Accountants Australia and New Zealand</em></p></li>
1414
</ul>
1414
</ul>
Lines 1416-1699 have already been fixed in maintainance releases)</p> Link Here
1416
<h3 id="circulation">Circulation</h3>
1416
<h3 id="circulation">Circulation</h3>
1417
1417
1418
<ul>
1418
<ul>
1419
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11750">[11750]</a> Overdue report does not limit patron attributes</li>
1419
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11750">[11750]</a> Overdue report does not limit patron attributes</li>
1420
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29220">[29220]</a> Minor fixes and improved code readability in circulation.pl</p>
1420
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29220">[29220]</a> Minor fixes and improved code readability in circulation.pl</p>
1421
1421
1422
<p><strong>Sponsored by</strong> <em>Gothenburg University Library</em></p></li>
1422
<p><strong>Sponsored by</strong> <em>Gothenburg University Library</em></p></li>
1423
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29476">[29476]</a> Earliest renewal date is displayed wrong in circ/renew.pl for issues with auto renewing</li>
1423
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29476">[29476]</a> Earliest renewal date is displayed wrong in circ/renew.pl for issues with auto renewing</li>
1424
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29537">[29537]</a> Simplify auto-renewal code in CanBookBeRenewed</li>
1424
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29537">[29537]</a> Simplify auto-renewal code in CanBookBeRenewed</li>
1425
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29820">[29820]</a> Print summary just show 20 items</li>
1425
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29820">[29820]</a> Print summary just show 20 items</li>
1426
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29889">[29889]</a> Incorrect library check in patron message deletion logic</p>
1426
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29889">[29889]</a> Incorrect library check in patron message deletion logic</p>
1427
1427
1428
<blockquote>
1428
<blockquote>
1429
  <p>This fixes the logic controlling whether a patron message on the circulation or patron details page has a "Delete" link. An error in the logic prevented messages from being removed by staff who should have been authorized to do so.</p>
1429
  <p>This fixes the logic controlling whether a patron message on the circulation or patron details page has a "Delete" link. An error in the logic prevented messages from being removed by staff who should have been authorized to do so.</p>
1430
</blockquote></li>
1430
</blockquote></li>
1431
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30155">[30155]</a> We shouldn't calculate get_items_that_can_fill when we don't have any holds</li>
1431
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30155">[30155]</a> We shouldn't calculate get_items_that_can_fill when we don't have any holds</li>
1432
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30735">[30735]</a> Filtering by patron attribute with AV does not work in overdues report</li>
1432
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30735">[30735]</a> Filtering by patron attribute with AV does not work in overdues report</li>
1433
</ul>
1433
</ul>
1434
1434
1435
<h3 id="command-lineutilities">Command-line Utilities</h3>
1435
<h3 id="command-lineutilities">Command-line Utilities</h3>
1436
1436
1437
<ul>
1437
<ul>
1438
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10517">[10517]</a> koha-restore fails to create mysqluser@mysql_hostname so zebra update fails</p>
1438
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10517">[10517]</a> koha-restore fails to create mysqluser@mysql_hostname so zebra update fails</p>
1439
1439
1440
<p><strong>Sponsored by</strong> <em>Reformational Study Centre</em></p></li>
1440
<p><strong>Sponsored by</strong> <em>Reformational Study Centre</em></p></li>
1441
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29054">[29054]</a> Stop warns from advance_notices.pl if not running in verbose mode</p>
1441
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29054">[29054]</a> Stop warns from advance_notices.pl if not running in verbose mode</p>
1442
1442
1443
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1443
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1444
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29501">[29501]</a> gather_print_notices.pl does not use SMTP servers</li>
1444
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29501">[29501]</a> gather_print_notices.pl does not use SMTP servers</li>
1445
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30666">[30666]</a> Holds reminder cronjob (holds_reminder.pl) uses DateTime::subtract wrong</li>
1445
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30666">[30666]</a> Holds reminder cronjob (holds_reminder.pl) uses DateTime::subtract wrong</li>
1446
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30667">[30667]</a> Holds reminder cronjob (holds_reminder.pl) never uses default letter template</li>
1446
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30667">[30667]</a> Holds reminder cronjob (holds_reminder.pl) never uses default letter template</li>
1447
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30776">[30776]</a> import_webservice_batch.pl cronjob completely broken</li>
1447
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30776">[30776]</a> import_webservice_batch.pl cronjob completely broken</li>
1448
</ul>
1448
</ul>
1449
1449
1450
<h3 id="database">Database</h3>
1450
<h3 id="database">Database</h3>
1451
1451
1452
<ul>
1452
<ul>
1453
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30128">[30128]</a> language_subtag_registry.description is too short</li>
1453
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30128">[30128]</a> language_subtag_registry.description is too short</li>
1454
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30449">[30449]</a> Missing FK constraint on borrower_attribute_types</li>
1454
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30449">[30449]</a> Missing FK constraint on borrower_attribute_types</li>
1455
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30481">[30481]</a> Drop unique constraint deleteditemsstocknumberidx for deleteditems</li>
1455
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30481">[30481]</a> Drop unique constraint deleteditemsstocknumberidx for deleteditems</li>
1456
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30498">[30498]</a> Enum search_field.type should contain year in kohastructure</li>
1456
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30498">[30498]</a> Enum search_field.type should contain year in kohastructure</li>
1457
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30565">[30565]</a> Field stockrotationrotas.description should be NOT NULL, title UNIQUE</li>
1457
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30565">[30565]</a> Field stockrotationrotas.description should be NOT NULL, title UNIQUE</li>
1458
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30572">[30572]</a> Field search_marc_to_field.sort needs syncing too</li>
1458
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30572">[30572]</a> Field search_marc_to_field.sort needs syncing too</li>
1459
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30620">[30620]</a> Add a warning close to /*!VERSION lines in kohastructure.sql</li>
1459
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30620">[30620]</a> Add a warning close to /*!VERSION lines in kohastructure.sql</li>
1460
</ul>
1460
</ul>
1461
1461
1462
<h3 id="finesandfees">Fines and fees</h3>
1462
<h3 id="finesandfees">Fines and fees</h3>
1463
1463
1464
<ul>
1464
<ul>
1465
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28481">[28481]</a> Register details "Older transactions" search does not include the selected day in the "To" field in date range</p>
1465
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28481">[28481]</a> Register details "Older transactions" search does not include the selected day in the "To" field in date range</p>
1466
1466
1467
<blockquote>
1467
<blockquote>
1468
  <p>This fixes the search and display of older transactions in the cash register so that items from today are included in the results. Previously, transactions for the current day were incorrectly not included.</p>
1468
  <p>This fixes the search and display of older transactions in the cash register so that items from today are included in the results. Previously, transactions for the current day were incorrectly not included.</p>
1469
</blockquote></li>
1469
</blockquote></li>
1470
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663">[28663]</a> One should not be able to apply a discount to a VOID accountline</p>
1470
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663">[28663]</a> One should not be able to apply a discount to a VOID accountline</p>
1471
1471
1472
<blockquote>
1472
<blockquote>
1473
  <p>This removes the display of the 'Apply discount' button for VOID transactions.</p>
1473
  <p>This removes the display of the 'Apply discount' button for VOID transactions.</p>
1474
</blockquote></li>
1474
</blockquote></li>
1475
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29952">[29952]</a> Filter Paid Transactions Broken on Transactions tab in Staff</p>
1475
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29952">[29952]</a> Filter Paid Transactions Broken on Transactions tab in Staff</p>
1476
1476
1477
<blockquote>
1477
<blockquote>
1478
  <p>This fixes the "Filter paid transactions" link in the staff interface on the Patron account > Accounting > Transactions tab. It now correctly filters the list of transactions - only transactions with an outstanding amount greater than zero are shown ("Show all transactions" clears the filter). Before this fix, clicking on the link didn't do anything and didn't filter any of the transactions as expected.</p>
1478
  <p>This fixes the "Filter paid transactions" link in the staff interface on the Patron account > Accounting > Transactions tab. It now correctly filters the list of transactions - only transactions with an outstanding amount greater than zero are shown ("Show all transactions" clears the filter). Before this fix, clicking on the link didn't do anything and didn't filter any of the transactions as expected.</p>
1479
</blockquote></li>
1479
</blockquote></li>
1480
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30132">[30132]</a> overdue_notices.pl POD is incorrect regarding passing options</li>
1480
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30132">[30132]</a> overdue_notices.pl POD is incorrect regarding passing options</li>
1481
</ul>
1481
</ul>
1482
1482
1483
<h3 id="holdrequests">Hold requests</h3>
1483
<h3 id="holdrequests">Hold requests</h3>
1484
1484
1485
<ul>
1485
<ul>
1486
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21652">[21652]</a> reserves.waitingdate is set to current date by printing new hold slip</li>
1486
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21652">[21652]</a> reserves.waitingdate is set to current date by printing new hold slip</li>
1487
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21729">[21729]</a> When reverting a hold the expirationdate should be reset</li>
1487
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21729">[21729]</a> When reverting a hold the expirationdate should be reset</li>
1488
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29043">[29043]</a> Items are processed but not displayed on request.pl before a patron is selected</li>
1488
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29043">[29043]</a> Items are processed but not displayed on request.pl before a patron is selected</li>
1489
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29103">[29103]</a> reserves.desk_id for desk of waiting hold only updates when printing new hold slip</li>
1489
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29103">[29103]</a> reserves.desk_id for desk of waiting hold only updates when printing new hold slip</li>
1490
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29115">[29115]</a> Placing a club hold is not showing warnings when unable to place a hold</p>
1490
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29115">[29115]</a> Placing a club hold is not showing warnings when unable to place a hold</p>
1491
1491
1492
<blockquote>
1492
<blockquote>
1493
  <p>This fixes placing club holds so that checks are correctly made and warning messages displayed when patrons are debarred or have outstanding fees and charges.</p>
1493
  <p>This fixes placing club holds so that checks are correctly made and warning messages displayed when patrons are debarred or have outstanding fees and charges.</p>
1494
</blockquote></li>
1494
</blockquote></li>
1495
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29338">[29338]</a> Reprinting holds slip with updated expiration date</p>
1495
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29338">[29338]</a> Reprinting holds slip with updated expiration date</p>
1496
1496
1497
<blockquote>
1497
<blockquote>
1498
  <p>This patch adds a "Print hold/transfer" button to request.tt so staff can reprint hold/transfer slips without re-checking an item.</p>
1498
  <p>This patch adds a "Print hold/transfer" button to request.tt so staff can reprint hold/transfer slips without re-checking an item.</p>
1499
</blockquote></li>
1499
</blockquote></li>
1500
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29474">[29474]</a> Automatic renewals cronjob is slow on systems with large numbers of reserves</li>
1500
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29474">[29474]</a> Automatic renewals cronjob is slow on systems with large numbers of reserves</li>
1501
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29553">[29553]</a> Holds: Can't call method "notforloan" on an undefined value when placing a hold</li>
1501
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29553">[29553]</a> Holds: Can't call method "notforloan" on an undefined value when placing a hold</li>
1502
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29704">[29704]</a> Holds reminder emails should allow configuration for a specific number of days</li>
1502
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29704">[29704]</a> Holds reminder emails should allow configuration for a specific number of days</li>
1503
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29976">[29976]</a> (Bug 21729 followup) fix holds unit tests</li>
1503
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29976">[29976]</a> (Bug 21729 followup) fix holds unit tests</li>
1504
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30085">[30085]</a> Improve performance of CanItemBeReserved</li>
1504
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30085">[30085]</a> Improve performance of CanItemBeReserved</li>
1505
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30207">[30207]</a> Librarians with only "place_holds" permission can no longer update hold pickup locations</li>
1505
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30207">[30207]</a> Librarians with only "place_holds" permission can no longer update hold pickup locations</li>
1506
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30577">[30577]</a> Item specific holds location can be missed when placing title level holds</li>
1506
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30577">[30577]</a> Item specific holds location can be missed when placing title level holds</li>
1507
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30693">[30693]</a> Javascript broken on request.pl</li>
1507
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30693">[30693]</a> Javascript broken on request.pl</li>
1508
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30710">[30710]</a> Background tasks can be called multiple times on batch item deletion</li>
1508
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30710">[30710]</a> Background tasks can be called multiple times on batch item deletion</li>
1509
</ul>
1509
</ul>
1510
1510
1511
<h3 id="i18nl10n">I18N/L10N</h3>
1511
<h3 id="i18nl10n">I18N/L10N</h3>
1512
1512
1513
<ul>
1513
<ul>
1514
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29040">[29040]</a> Uninitialized value warning in Languages.pm</p>
1514
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29040">[29040]</a> Uninitialized value warning in Languages.pm</p>
1515
1515
1516
<blockquote>
1516
<blockquote>
1517
  <p>This removes the cause of the warning message "Use of uninitialized value $interface in concatenation (.) or string at /kohadevbox/koha/C4/Languages.pm line 121." when editing item types.</p>
1517
  <p>This removes the cause of the warning message "Use of uninitialized value $interface in concatenation (.) or string at /kohadevbox/koha/C4/Languages.pm line 121." when editing item types.</p>
1518
</blockquote></li>
1518
</blockquote></li>
1519
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29585">[29585]</a> "Go to field" in cataloguing alerts is not translatable</p>
1519
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29585">[29585]</a> "Go to field" in cataloguing alerts is not translatable</p>
1520
1520
1521
<blockquote>
1521
<blockquote>
1522
  <p>This fixes the 'Go to field' and 'Errors' strings in the basic MARC editor to make them translatable. (This is a follow-up to bug 28694 that changed the way validation error messages are displayed when using the basic MARC editor in cataloging.)</p>
1522
  <p>This fixes the 'Go to field' and 'Errors' strings in the basic MARC editor to make them translatable. (This is a follow-up to bug 28694 that changed the way validation error messages are displayed when using the basic MARC editor in cataloging.)</p>
1523
</blockquote></li>
1523
</blockquote></li>
1524
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29588">[29588]</a> Yesterday and tomorrow in datepicker don't translate</p>
1524
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29588">[29588]</a> Yesterday and tomorrow in datepicker don't translate</p>
1525
1525
1526
<blockquote>
1526
<blockquote>
1527
  <p>This fixes "or", "Yesterday", "Today" and "Tomorrow" in the flatpickr date selector so they can be translated. (This was because <em>_ was used when _ should have been used (</em>_ is for .js files only)).</p>
1527
  <p>This fixes "or", "Yesterday", "Today" and "Tomorrow" in the flatpickr date selector so they can be translated. (This was because <em>_ was used when _ should have been used (</em>_ is for .js files only)).</p>
1528
</blockquote></li>
1528
</blockquote></li>
1529
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29589">[29589]</a> Translation issue with formatting in MARC overlay rules page</li>
1529
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29589">[29589]</a> Translation issue with formatting in MARC overlay rules page</li>
1530
</ul>
1530
</ul>
1531
1531
1532
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1532
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1533
1533
1534
<ul>
1534
<ul>
1535
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29813">[29813]</a> skeleton.pl missing semicolon</li>
1535
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29813">[29813]</a> skeleton.pl missing semicolon</li>
1536
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30366">[30366]</a> Warn when running automatic_item_modification_by_age.pl</li>
1536
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30366">[30366]</a> Warn when running automatic_item_modification_by_age.pl</li>
1537
</ul>
1537
</ul>
1538
1538
1539
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1539
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1540
1540
1541
<ul>
1541
<ul>
1542
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29837">[29837]</a> JS error during installer</li>
1542
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29837">[29837]</a> JS error during installer</li>
1543
</ul>
1543
</ul>
1544
1544
1545
<h3 id="lists">Lists</h3>
1545
<h3 id="lists">Lists</h3>
1546
1546
1547
<ul>
1547
<ul>
1548
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29601">[29601]</a> The list download option ISBD is useless when you cleared OPACISBD</li>
1548
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29601">[29601]</a> The list download option ISBD is useless when you cleared OPACISBD</li>
1549
</ul>
1549
</ul>
1550
1550
1551
<h3 id="notices">Notices</h3>
1551
<h3 id="notices">Notices</h3>
1552
1552
1553
<ul>
1553
<ul>
1554
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17648">[17648]</a> ACCTDETAILS notice doesn't show in the notices tab in staff</li>
1554
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17648">[17648]</a> ACCTDETAILS notice doesn't show in the notices tab in staff</li>
1555
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29230">[29230]</a> Patron's messages not accessible from template notices</li>
1555
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29230">[29230]</a> Patron's messages not accessible from template notices</li>
1556
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29557">[29557]</a> Auto renew notices should handle failed renewal due to patron expiration</p>
1556
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29557">[29557]</a> Auto renew notices should handle failed renewal due to patron expiration</p>
1557
1557
1558
<blockquote>
1558
<blockquote>
1559
  <p>This enhancement updates the default auto-renewal notices to tell patrons that their renewals have failed because their account has expired.</p>
1559
  <p>This enhancement updates the default auto-renewal notices to tell patrons that their renewals have failed because their account has expired.</p>
1560
</blockquote></li>
1560
</blockquote></li>
1561
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29943">[29943]</a> Fix typo in notices yaml file</li>
1561
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29943">[29943]</a> Fix typo in notices yaml file</li>
1562
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30509">[30509]</a> Accordion on letter.tt is broken</li>
1562
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30509">[30509]</a> Accordion on letter.tt is broken</li>
1563
</ul>
1563
</ul>
1564
1564
1565
<h3 id="opac">OPAC</h3>
1565
<h3 id="opac">OPAC</h3>
1566
1566
1567
<ul>
1567
<ul>
1568
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17127">[17127]</a> Can't hide MARC21 500 and others with NotesToHide</p>
1568
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17127">[17127]</a> Can't hide MARC21 500 and others with NotesToHide</p>
1569
1569
1570
<blockquote>
1570
<blockquote>
1571
  <p>This fixes hiding notes fields (5XX in MARC21 and 3XX in UNIMARC) using NotesToHide. Before this you could hide one field and it worked. However, when hiding multiple fields one field would still always be visible. Now hiding notes fields works as expected.</p>
1571
  <p>This fixes hiding notes fields (5XX in MARC21 and 3XX in UNIMARC) using NotesToHide. Before this you could hide one field and it worked. However, when hiding multiple fields one field would still always be visible. Now hiding notes fields works as expected.</p>
1572
</blockquote></li>
1572
</blockquote></li>
1573
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27627">[27627]</a> Fix invalid HTML in OPAC results XSLT: change spans to divs</li>
1573
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27627">[27627]</a> Fix invalid HTML in OPAC results XSLT: change spans to divs</li>
1574
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29036">[29036]</a> Accessibility: OPAC buttons don't have sufficient contrast</p>
1574
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29036">[29036]</a> Accessibility: OPAC buttons don't have sufficient contrast</p>
1575
1575
1576
<blockquote>
1576
<blockquote>
1577
  <p>This improves the accessibility of the OPAC by increasing the contrast ratio for buttons, making the button text easier to read. </p>
1577
  <p>This improves the accessibility of the OPAC by increasing the contrast ratio for buttons, making the button text easier to read. </p>
1578
  
1578
  
1579
  <p>As part of this change the OPAC SCSS was modified so that a "base theme color" variable is defined which can be used to color button backgrounds and similar elements. It also moves some other colors into variables and removes some unused CSS.</p>
1579
  <p>As part of this change the OPAC SCSS was modified so that a "base theme color" variable is defined which can be used to color button backgrounds and similar elements. It also moves some other colors into variables and removes some unused CSS.</p>
1580
</blockquote></li>
1580
</blockquote></li>
1581
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29320">[29320]</a> Use OverDrive availability API V2</li>
1581
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29320">[29320]</a> Use OverDrive availability API V2</li>
1582
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481">[29481]</a> Terminology: Collection code</li>
1582
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481">[29481]</a> Terminology: Collection code</li>
1583
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29482">[29482]</a> Terminology: This item belongs to another branch.</p>
1583
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29482">[29482]</a> Terminology: This item belongs to another branch.</p>
1584
1584
1585
<blockquote>
1585
<blockquote>
1586
  <p>This replaces the word "branch" with the word "library" for a self-checkout message, as per the terminology guidelines.  ("This item belongs to another branch." changed to "This item belongs to another library".)</p>
1586
  <p>This replaces the word "branch" with the word "library" for a self-checkout message, as per the terminology guidelines.  ("This item belongs to another branch." changed to "This item belongs to another library".)</p>
1587
</blockquote></li>
1587
</blockquote></li>
1588
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29556">[29556]</a> MARC21slim2MODS.xsl broken by duplicate template name "part"</p>
1588
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29556">[29556]</a> MARC21slim2MODS.xsl broken by duplicate template name "part"</p>
1589
1589
1590
<blockquote>
1590
<blockquote>
1591
  <p>This fixes an error when making an unAPI request in the OPAC using the MODS format. A 500 page error was displayed instead of an XML file. Example URL: http://your-library-opac-domain/cgi-bin/koha/unapi?id=koha:biblionumber:1&amp;format=MODS</p>
1591
  <p>This fixes an error when making an unAPI request in the OPAC using the MODS format. A 500 page error was displayed instead of an XML file. Example URL: https://your-library-opac-domain/cgi-bin/koha/unapi?id=koha:biblionumber:1&amp;format=MODS</p>
1592
</blockquote></li>
1592
</blockquote></li>
1593
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29603">[29603]</a> Fix responsive behavior of facets menu in OPAC search results</li>
1593
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29603">[29603]</a> Fix responsive behavior of facets menu in OPAC search results</li>
1594
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29604">[29604]</a> Term highlighting adds unwanted pseudo element in the contentblock of OPAC details page</li>
1594
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29604">[29604]</a> Term highlighting adds unwanted pseudo element in the contentblock of OPAC details page</li>
1595
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29611">[29611]</a> Clubs enrollment layout problem in the OPAC</p>
1595
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29611">[29611]</a> Clubs enrollment layout problem in the OPAC</p>
1596
1596
1597
<blockquote>
1597
<blockquote>
1598
  <p>This fixes a minor HTML issue with the clubs enrollment form in the OPAC. The "Finish enrollment" button is now positioned correctly inside the bordered area and uses standard colors.</p>
1598
  <p>This fixes a minor HTML issue with the clubs enrollment form in the OPAC. The "Finish enrollment" button is now positioned correctly inside the bordered area and uses standard colors.</p>
1599
</blockquote></li>
1599
</blockquote></li>
1600
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29685">[29685]</a> 'If all unavailable' state for 'on shelf holds' makes holds page very slow if there's a lot of items on opac</li>
1600
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29685">[29685]</a> 'If all unavailable' state for 'on shelf holds' makes holds page very slow if there's a lot of items on opac</li>
1601
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29686">[29686]</a> Adapt OverDrive for new fulfillment API</li>
1601
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29686">[29686]</a> Adapt OverDrive for new fulfillment API</li>
1602
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29706">[29706]</a> When placing a request on the opac, the user is shown titles they cannot place a hold on</li>
1602
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29706">[29706]</a> When placing a request on the opac, the user is shown titles they cannot place a hold on</li>
1603
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29795">[29795]</a> If branch is mandatory on patron self registration form, the pull down should default to empty</p>
1603
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29795">[29795]</a> If branch is mandatory on patron self registration form, the pull down should default to empty</p>
1604
1604
1605
<blockquote>
1605
<blockquote>
1606
  <p>Creates an empty value and defaults to it when PatronSelfRegistrationBorrowerMandatoryField includes branchcode. This forces self registering users to make a choice for the library.</p>
1606
  <p>Creates an empty value and defaults to it when PatronSelfRegistrationBorrowerMandatoryField includes branchcode. This forces self registering users to make a choice for the library.</p>
1607
</blockquote></li>
1607
</blockquote></li>
1608
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29802">[29802]</a> biblionumber in OPACHiddenItems breaks opac lists</li>
1608
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29802">[29802]</a> biblionumber in OPACHiddenItems breaks opac lists</li>
1609
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29840">[29840]</a> opac-reserve explodes if invalid biblionumber is passed</li>
1609
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29840">[29840]</a> opac-reserve explodes if invalid biblionumber is passed</li>
1610
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30191">[30191]</a> Authority search result list in the OPAC should use 'record' instead of 'biblios'</li>
1610
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30191">[30191]</a> Authority search result list in the OPAC should use 'record' instead of 'biblios'</li>
1611
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30220">[30220]</a> Purchase suggestion defaults to first library</li>
1611
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30220">[30220]</a> Purchase suggestion defaults to first library</li>
1612
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30244">[30244]</a> Hide lost items not respected in OPAC results XSLT</li>
1612
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30244">[30244]</a> Hide lost items not respected in OPAC results XSLT</li>
1613
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30426">[30426]</a> suggestion service missing Auth and Output imports</li>
1613
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30426">[30426]</a> suggestion service missing Auth and Output imports</li>
1614
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30550">[30550]</a> OPAC recalls page tries to use jQueryUI datepicker</li>
1614
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30550">[30550]</a> OPAC recalls page tries to use jQueryUI datepicker</li>
1615
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30613">[30613]</a> Hide RSS feed link when viewing private list in the OPAC</li>
1615
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30613">[30613]</a> Hide RSS feed link when viewing private list in the OPAC</li>
1616
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30688">[30688]</a> Error in path to CSS background image</li>
1616
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30688">[30688]</a> Error in path to CSS background image</li>
1617
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30689">[30689]</a> Incorrect Babeltheque setting can cause console warning</li>
1617
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30689">[30689]</a> Incorrect Babeltheque setting can cause console warning</li>
1618
</ul>
1618
</ul>
1619
1619
1620
<h3 id="packaging">Packaging</h3>
1620
<h3 id="packaging">Packaging</h3>
1621
1621
1622
<ul>
1622
<ul>
1623
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26685">[26685]</a> Move Starman out of debian/control.in and into cpanfile</li>
1623
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26685">[26685]</a> Move Starman out of debian/control.in and into cpanfile</li>
1624
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30252">[30252]</a> lower version of 'Locale::XGettext::TT2' to 0.6</li>
1624
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30252">[30252]</a> lower version of 'Locale::XGettext::TT2' to 0.6</li>
1625
</ul>
1625
</ul>
1626
1626
1627
<h3 id="patrons">Patrons</h3>
1627
<h3 id="patrons">Patrons</h3>
1628
1628
1629
<ul>
1629
<ul>
1630
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22993">[22993]</a> Messaging preferences not set for patrons imported through API</li>
1630
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22993">[22993]</a> Messaging preferences not set for patrons imported through API</li>
1631
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27812">[27812]</a> Remove the ability to transmit a patron's plain text password over email</p>
1631
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27812">[27812]</a> Remove the ability to transmit a patron's plain text password over email</p>
1632
1632
1633
<blockquote>
1633
<blockquote>
1634
  <p>This bugfix/enhancement improves the default security of Koha by removing the pass of the plain text password to the ACCTDETAILS notice on patron creation.</p>
1634
  <p>This bugfix/enhancement improves the default security of Koha by removing the pass of the plain text password to the ACCTDETAILS notice on patron creation.</p>
1635
  
1635
  
1636
  <p>WARNING: You will need to update your notice template if you were relying on <code>&lt;&lt;borrowers.password&gt;&gt;</code> in this notice.</p>
1636
  <p>WARNING: You will need to update your notice template if you were relying on <code>&lt;&lt;borrowers.password&gt;&gt;</code> in this notice.</p>
1637
</blockquote></li>
1637
</blockquote></li>
1638
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28576">[28576]</a> Add patron image in patron detail section does not specify image size limit</p>
1638
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28576">[28576]</a> Add patron image in patron detail section does not specify image size limit</p>
1639
1639
1640
<blockquote>
1640
<blockquote>
1641
  <p>This updates the add patron image screen to specify that the maximum image size is 2 MB. If it is larger, the patron image is not added.</p>
1641
  <p>This updates the add patron image screen to specify that the maximum image size is 2 MB. If it is larger, the patron image is not added.</p>
1642
</blockquote></li>
1642
</blockquote></li>
1643
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29576">[29576]</a> Add street type to fields which can be copied from guarantor to guarantee</li>
1643
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29576">[29576]</a> Add street type to fields which can be copied from guarantor to guarantee</li>
1644
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30090">[30090]</a> Don't export action buttons from patron results</li>
1644
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30090">[30090]</a> Don't export action buttons from patron results</li>
1645
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30098">[30098]</a> Patron search redirects when one result on any page of results</li>
1645
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30098">[30098]</a> Patron search redirects when one result on any page of results</li>
1646
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30175">[30175]</a> Digest options not enabled when populating messaging preferences for a selected category during patron entry</li>
1646
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30175">[30175]</a> Digest options not enabled when populating messaging preferences for a selected category during patron entry</li>
1647
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30177">[30177]</a> When changing patron categories of existing accounts it should not reset message prefs without warning</li>
1647
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30177">[30177]</a> When changing patron categories of existing accounts it should not reset message prefs without warning</li>
1648
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30214">[30214]</a> Send WELCOME notice for new patrons added via self registration</p>
1648
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30214">[30214]</a> Send WELCOME notice for new patrons added via self registration</p>
1649
1649
1650
<blockquote>
1650
<blockquote>
1651
  <p>This enhancement extends the 'AutoEmailOpacUser' feature to also send WELCOME notices to users who register via the opac self registration system.</p>
1651
  <p>This enhancement extends the 'AutoEmailOpacUser' feature to also send WELCOME notices to users who register via the opac self registration system.</p>
1652
</blockquote></li>
1652
</blockquote></li>
1653
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30404">[30404]</a> Enlarge all patron searches pop-up</li>
1653
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30404">[30404]</a> Enlarge all patron searches pop-up</li>
1654
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30405">[30405]</a> Style of address in patron search result are 110%</li>
1654
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30405">[30405]</a> Style of address in patron search result are 110%</li>
1655
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30485">[30485]</a> Searching all patrons from the header does not display the patron search view</li>
1655
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30485">[30485]</a> Searching all patrons from the header does not display the patron search view</li>
1656
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30607">[30607]</a> Enable 'Clear filter' option on DataTables Search for patron searches</li>
1656
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30607">[30607]</a> Enable 'Clear filter' option on DataTables Search for patron searches</li>
1657
</ul>
1657
</ul>
1658
1658
1659
<h3 id="pluginarchitecture">Plugin architecture</h3>
1659
<h3 id="pluginarchitecture">Plugin architecture</h3>
1660
1660
1661
<ul>
1661
<ul>
1662
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25285">[25285]</a> Wrong message when plugin required Koha version isn't met</li>
1662
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25285">[25285]</a> Wrong message when plugin required Koha version isn't met</li>
1663
</ul>
1663
</ul>
1664
1664
1665
<h3 id="restapi">REST API</h3>
1665
<h3 id="restapi">REST API</h3>
1666
1666
1667
<ul>
1667
<ul>
1668
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29503">[29503]</a> GET /patrons should use Koha::Patrons->search_limited</li>
1668
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29503">[29503]</a> GET /patrons should use Koha::Patrons->search_limited</li>
1669
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29506">[29506]</a> objects.search should call search_limited if present</li>
1669
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29506">[29506]</a> objects.search should call search_limited if present</li>
1670
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29508">[29508]</a> GET /patrons/:patron_id should use Koha::Patrons->search_limited</li>
1670
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29508">[29508]</a> GET /patrons/:patron_id should use Koha::Patrons->search_limited</li>
1671
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29593">[29593]</a> Wrong tag in GET /public/libraries spec</p>
1671
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29593">[29593]</a> Wrong tag in GET /public/libraries spec</p>
1672
1672
1673
<blockquote>
1673
<blockquote>
1674
  <p>This updates the tag in GET /public/libraries (api/v1/swagger/paths/libraries.json file) from library to libraries.</p>
1674
  <p>This updates the tag in GET /public/libraries (api/v1/swagger/paths/libraries.json file) from library to libraries.</p>
1675
</blockquote></li>
1675
</blockquote></li>
1676
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29975">[29975]</a> (Bug 21729 followup) patron_expiration_date missing in API</li>
1676
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29975">[29975]</a> (Bug 21729 followup) patron_expiration_date missing in API</li>
1677
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30534">[30534]</a> borrowers.guarantorid not present on database</li>
1677
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30534">[30534]</a> borrowers.guarantorid not present on database</li>
1678
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30536">[30536]</a> Embeds should be defined in a single place</li>
1678
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30536">[30536]</a> Embeds should be defined in a single place</li>
1679
</ul>
1679
</ul>
1680
1680
1681
<h3 id="reports">Reports</h3>
1681
<h3 id="reports">Reports</h3>
1682
1682
1683
<ul>
1683
<ul>
1684
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26269">[26269]</a> Overdues: Download file doesn't match result in staff interface when due date filters or 'show any available items currently checked out' are used</li>
1684
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26269">[26269]</a> Overdues: Download file doesn't match result in staff interface when due date filters or 'show any available items currently checked out' are used</li>
1685
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26669">[26669]</a> Last Run column not updated when report is run publicly (via CoverFlow or elsewhere)</li>
1685
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26669">[26669]</a> Last Run column not updated when report is run publicly (via CoverFlow or elsewhere)</li>
1686
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28977">[28977]</a> Most-circulated items (cat_issues_top.pl) is failing with SQL Mode ONLY_FULL_GROUP_BY</p>
1686
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28977">[28977]</a> Most-circulated items (cat_issues_top.pl) is failing with SQL Mode ONLY_FULL_GROUP_BY</p>
1687
1687
1688
<blockquote>
1688
<blockquote>
1689
  <p>This fixes an error that causes the most circulated items report to fail when run on a database with SQL mode ONLY_FULL_GROUP_BY and in strict SQL mode.</p>
1689
  <p>This fixes an error that causes the most circulated items report to fail when run on a database with SQL mode ONLY_FULL_GROUP_BY and in strict SQL mode.</p>
1690
</blockquote></li>
1690
</blockquote></li>
1691
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29488">[29488]</a> NumSavedReports system preference doesn't work</p>
1691
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29488">[29488]</a> NumSavedReports system preference doesn't work</p>
1692
1692
1693
<blockquote>
1693
<blockquote>
1694
  <p>This fixes the saved reports page so that the NumSavedReports system preference works as intended - the number of reports listed should default to the value in the system preference (the initial default is 20).</p>
1694
  <p>This fixes the saved reports page so that the NumSavedReports system preference works as intended - the number of reports listed should default to the value in the system preference (the initial default is 20).</p>
1695
</blockquote></li>
1695
</blockquote></li>
1696
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29530">[29530]</a> When NumSavedReports is set, show value in pull down of entries</p>
1696
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29530">[29530]</a> When NumSavedReports is set, show value in pull down of entries</p>
1697
1697
1698
<blockquote>
1698
<blockquote>
1699
  <p>This updates the way the NumSavedReports preference value is used on the saved reports page. For the "Show" dropwdown list:</p>
1699
  <p>This updates the way the NumSavedReports preference value is used on the saved reports page. For the "Show" dropwdown list:</p>
Lines 1706-1744 have already been fixed in maintainance releases)</p> Link Here
1706
  
1706
  
1707
  <p>It also updates the description for the NumSavedReports preference to clarify that all reports are shown when no value is entered.</p>
1707
  <p>It also updates the description for the NumSavedReports preference to clarify that all reports are shown when no value is entered.</p>
1708
</blockquote></li>
1708
</blockquote></li>
1709
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29679">[29679]</a> Reports result menu shows too many dividers</p>
1709
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29679">[29679]</a> Reports result menu shows too many dividers</p>
1710
1710
1711
<blockquote>
1711
<blockquote>
1712
  <p>This removes borders between sections that are not required. The SQL report batch operations dropdown menu has divider list items which add a border between sections (bibliographic records, item records, etc.). This element is redundant because the sections have "headers" which also add a border.</p>
1712
  <p>This removes borders between sections that are not required. The SQL report batch operations dropdown menu has divider list items which add a border between sections (bibliographic records, item records, etc.). This element is redundant because the sections have "headers" which also add a border.</p>
1713
</blockquote></li>
1713
</blockquote></li>
1714
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29680">[29680]</a> Reports menu 'Show SQL code' wrong border radius</li>
1714
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29680">[29680]</a> Reports menu 'Show SQL code' wrong border radius</li>
1715
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29729">[29729]</a> If serials_stats.pl returns no results dataTables get angry</li>
1715
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29729">[29729]</a> If serials_stats.pl returns no results dataTables get angry</li>
1716
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30129">[30129]</a> 500 error when search reports by date</li>
1716
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30129">[30129]</a> 500 error when search reports by date</li>
1717
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30282">[30282]</a> Overdues report does not display subtitle and other information</li>
1717
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30282">[30282]</a> Overdues report does not display subtitle and other information</li>
1718
</ul>
1718
</ul>
1719
1719
1720
<h3 id="sip2">SIP2</h3>
1720
<h3 id="sip2">SIP2</h3>
1721
1721
1722
<ul>
1722
<ul>
1723
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30118">[30118]</a> holds_block_checkin behavior is different in Koha and in SIP</li>
1723
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30118">[30118]</a> holds_block_checkin behavior is different in Koha and in SIP</li>
1724
</ul>
1724
</ul>
1725
1725
1726
<h3 id="searching">Searching</h3>
1726
<h3 id="searching">Searching</h3>
1727
1727
1728
<ul>
1728
<ul>
1729
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30740">[30740]</a> Link to authorities 'used in' should not use equal</li>
1729
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30740">[30740]</a> Link to authorities 'used in' should not use equal</li>
1730
</ul>
1730
</ul>
1731
1731
1732
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1732
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1733
1733
1734
<ul>
1734
<ul>
1735
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25616">[25616]</a> Uppercase hard coded lower case boolean operators for Elasticsearch</li>
1735
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25616">[25616]</a> Uppercase hard coded lower case boolean operators for Elasticsearch</li>
1736
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29077">[29077]</a> Warns when searching blank index</li>
1736
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29077">[29077]</a> Warns when searching blank index</li>
1737
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29436">[29436]</a> Cannot reorder facets in staff interface elasticsearch configuration</li>
1737
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29436">[29436]</a> Cannot reorder facets in staff interface elasticsearch configuration</li>
1738
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30142">[30142]</a> ElasticSearch MARC mappings should not accept whitespaces</p>
1738
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30142">[30142]</a> ElasticSearch MARC mappings should not accept whitespaces</p>
1739
1739
1740
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
1740
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
1741
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30153">[30153]</a> FindDuplicate ElasticSearch should not use lowercase 'and'</p>
1741
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30153">[30153]</a> FindDuplicate ElasticSearch should not use lowercase 'and'</p>
1742
1742
1743
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
1743
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
1744
</ul>
1744
</ul>
Lines 1746-1770 have already been fixed in maintainance releases)</p> Link Here
1746
<h3 id="serials">Serials</h3>
1746
<h3 id="serials">Serials</h3>
1747
1747
1748
<ul>
1748
<ul>
1749
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28216">[28216]</a> Fix vendor list group by in serials statistics wizard</p>
1749
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28216">[28216]</a> Fix vendor list group by in serials statistics wizard</p>
1750
1750
1751
<blockquote>
1751
<blockquote>
1752
  <p>This fixes an issue where vendors are repeated in the serials report.</p>
1752
  <p>This fixes an issue where vendors are repeated in the serials report.</p>
1753
</blockquote></li>
1753
</blockquote></li>
1754
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29790">[29790]</a> Deleting serial items fail without warning</li>
1754
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29790">[29790]</a> Deleting serial items fail without warning</li>
1755
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30035">[30035]</a> Wrong month name in numbering pattern</p>
1755
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30035">[30035]</a> Wrong month name in numbering pattern</p>
1756
1756
1757
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
1757
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
1758
1758
1759
<blockquote>
1759
<blockquote>
1760
  <p>Sponsored-by: Orex Digital</p>
1760
  <p>Sponsored-by: Orex Digital</p>
1761
</blockquote></li>
1761
</blockquote></li>
1762
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30204">[30204]</a> Add subtitle to serial subscription search</p>
1762
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30204">[30204]</a> Add subtitle to serial subscription search</p>
1763
1763
1764
<blockquote>
1764
<blockquote>
1765
  <p>Adds the biblio.subtitle to the 'Title' column on serial-search.pl.</p>
1765
  <p>Adds the biblio.subtitle to the 'Title' column on serial-search.pl.</p>
1766
</blockquote></li>
1766
</blockquote></li>
1767
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30205">[30205]</a> Add biblio.subtitle to the subscription-detail.pl page</p>
1767
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30205">[30205]</a> Add biblio.subtitle to the subscription-detail.pl page</p>
1768
1768
1769
<blockquote>
1769
<blockquote>
1770
  <p>Add the biblio.subtitle to the serial subscription details page.</p>
1770
  <p>Add the biblio.subtitle to the serial subscription details page.</p>
Lines 1774-1808 have already been fixed in maintainance releases)</p> Link Here
1774
<h3 id="staffclient">Staff Client</h3>
1774
<h3 id="staffclient">Staff Client</h3>
1775
1775
1776
<ul>
1776
<ul>
1777
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29092">[29092]</a> Table settings for account_fines table is missing Updated on column and hides the wrong things</p>
1777
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29092">[29092]</a> Table settings for account_fines table is missing Updated on column and hides the wrong things</p>
1778
1778
1779
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1779
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1780
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29542">[29542]</a> User with 'catalogue' permission can view everybody's (private) virtualshelves</li>
1780
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29542">[29542]</a> User with 'catalogue' permission can view everybody's (private) virtualshelves</li>
1781
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29903">[29903]</a> Message deletion possible from different branch</li>
1781
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29903">[29903]</a> Message deletion possible from different branch</li>
1782
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30164">[30164]</a> Header filter not taken into account on the cities view</li>
1782
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30164">[30164]</a> Header filter not taken into account on the cities view</li>
1783
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30747">[30747]</a> Column settings on otherholdings table in detail.tt doesnt work</li>
1783
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30747">[30747]</a> Column settings on otherholdings table in detail.tt doesnt work</li>
1784
</ul>
1784
</ul>
1785
1785
1786
<h3 id="systemadministration">System Administration</h3>
1786
<h3 id="systemadministration">System Administration</h3>
1787
1787
1788
<ul>
1788
<ul>
1789
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29591">[29591]</a> Add autorenew_checkouts to BorrowerMandatory/Unwanted fields system preferences</li>
1789
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29591">[29591]</a> Add autorenew_checkouts to BorrowerMandatory/Unwanted fields system preferences</li>
1790
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29875">[29875]</a> Update text on MaxReserves system preference to describe functionality.</li>
1790
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29875">[29875]</a> Update text on MaxReserves system preference to describe functionality.</li>
1791
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30107">[30107]</a> When editing a desk, the currently logged in library is selected</p>
1791
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30107">[30107]</a> When editing a desk, the currently logged in library is selected</p>
1792
1792
1793
<blockquote>
1793
<blockquote>
1794
  <p>Corrects a problem on the administration page for circulation desks where the default library was always being set to the logged in library instead of the library of the desk.</p>
1794
  <p>Corrects a problem on the administration page for circulation desks where the default library was always being set to the logged in library instead of the library of the desk.</p>
1795
</blockquote></li>
1795
</blockquote></li>
1796
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30597">[30597]</a> Update wording of RestrictionBlockRenewing to include auto-renew</li>
1796
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30597">[30597]</a> Update wording of RestrictionBlockRenewing to include auto-renew</li>
1797
</ul>
1797
</ul>
1798
1798
1799
<h3 id="templates">Templates</h3>
1799
<h3 id="templates">Templates</h3>
1800
1800
1801
<ul>
1801
<ul>
1802
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11873">[11873]</a> Upgrade jstree jQuery plugin to the latest version</li>
1802
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11873">[11873]</a> Upgrade jstree jQuery plugin to the latest version</li>
1803
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13142">[13142]</a> Change "mobile phone" label back to "other phone"</li>
1803
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13142">[13142]</a> Change "mobile phone" label back to "other phone"</li>
1804
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26102">[26102]</a> Javascript injection in intranet search</li>
1804
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26102">[26102]</a> Javascript injection in intranet search</li>
1805
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29513">[29513]</a> Accessibility: Staff Client - Convert remaining breadcrumbs sections from div to nav blocks</p>
1805
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29513">[29513]</a> Accessibility: Staff Client - Convert remaining breadcrumbs sections from div to nav blocks</p>
1806
1806
1807
<blockquote>
1807
<blockquote>
1808
  <p>This improves the accessibility of breadcrumbs so that they adhere to the WAI-ARIA Authoring Practices. It covers additional breadcrumbs that weren't fixed in bug 27486 in these areas: </p>
1808
  <p>This improves the accessibility of breadcrumbs so that they adhere to the WAI-ARIA Authoring Practices. It covers additional breadcrumbs that weren't fixed in bug 27486 in these areas: </p>
Lines 1813-1829 have already been fixed in maintainance releases)</p> Link Here
1813
  <li>Home > Patrons > Merge patron records</li>
1813
  <li>Home > Patrons > Merge patron records</li>
1814
  </ul>
1814
  </ul>
1815
</blockquote></li>
1815
</blockquote></li>
1816
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29514">[29514]</a> ILL requests: Remove extraneous &rsaquo; HTML entity from breadcrumbs</p>
1816
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29514">[29514]</a> ILL requests: Remove extraneous &rsaquo; HTML entity from breadcrumbs</p>
1817
1817
1818
<blockquote>
1818
<blockquote>
1819
  <p>This fixes a small typo in the breadcrumbs section for ILL requests - it had an extra &rsaquo; HTML entity after "Home".</p>
1819
  <p>This fixes a small typo in the breadcrumbs section for ILL requests - it had an extra &rsaquo; HTML entity after "Home".</p>
1820
</blockquote></li>
1820
</blockquote></li>
1821
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29528">[29528]</a> Breadcrumbs on HTML customizations take you to news</p>
1821
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29528">[29528]</a> Breadcrumbs on HTML customizations take you to news</p>
1822
1822
1823
<blockquote>
1823
<blockquote>
1824
  <p>This change removes the "Additional contents" breadcrumb when working with news items or HTML customizations. Since news and HTML customizations are separate links on the tools home page there's no reason to have the breadcrumbs imply the two sections are connected in any way. We already have the "See News" link, for example, for switching quickly between the two areas.</p>
1824
  <p>This change removes the "Additional contents" breadcrumb when working with news items or HTML customizations. Since news and HTML customizations are separate links on the tools home page there's no reason to have the breadcrumbs imply the two sections are connected in any way. We already have the "See News" link, for example, for switching quickly between the two areas.</p>
1825
</blockquote></li>
1825
</blockquote></li>
1826
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29529">[29529]</a> Fix \n in hint on Koha to MARC mappings</p>
1826
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29529">[29529]</a> Fix \n in hint on Koha to MARC mappings</p>
1827
1827
1828
<blockquote>
1828
<blockquote>
1829
  <p>This fixes:</p>
1829
  <p>This fixes:</p>
Lines 1833-1928 have already been fixed in maintainance releases)</p> Link Here
1833
  <li>capitalization for the breadcrumb link: Administration > Koha to MARC mappings.</li>
1833
  <li>capitalization for the breadcrumb link: Administration > Koha to MARC mappings.</li>
1834
  </ul>
1834
  </ul>
1835
</blockquote></li>
1835
</blockquote></li>
1836
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29552">[29552]</a> flatpickr quick shortcuts should be 'Disabled' for invalid dates</li>
1836
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29552">[29552]</a> flatpickr quick shortcuts should be 'Disabled' for invalid dates</li>
1837
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29571">[29571]</a> Mainpage : "All libraries" pending suggestions are visible only if the current library has suggestions</p>
1837
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29571">[29571]</a> Mainpage : "All libraries" pending suggestions are visible only if the current library has suggestions</p>
1838
1838
1839
<blockquote>
1839
<blockquote>
1840
  <p>This fixes the display of pending suggestions in the staff interface so that it now shows pending suggestions for all libraries, for example: "Suggestions pending approval: Centerville: 0 / All libraries: 1.". Previously suggestions pending approval was only shown if there were suggestions for the user's current library.</p>
1840
  <p>This fixes the display of pending suggestions in the staff interface so that it now shows pending suggestions for all libraries, for example: "Suggestions pending approval: Centerville: 0 / All libraries: 1.". Previously suggestions pending approval was only shown if there were suggestions for the user's current library.</p>
1841
</blockquote></li>
1841
</blockquote></li>
1842
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29580">[29580]</a> Misplaced closing 'td' tag in overdue.tt</li>
1842
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29580">[29580]</a> Misplaced closing 'td' tag in overdue.tt</li>
1843
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29688">[29688]</a> Incorrect use of _() in holds.js</li>
1843
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29688">[29688]</a> Incorrect use of _() in holds.js</li>
1844
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29735">[29735]</a> Remove flatpickr instantiations from .js files</li>
1844
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29735">[29735]</a> Remove flatpickr instantiations from .js files</li>
1845
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29807">[29807]</a> Branches template plugin doesn't handle empty lists correctly</p>
1845
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29807">[29807]</a> Branches template plugin doesn't handle empty lists correctly</p>
1846
1846
1847
<blockquote>
1847
<blockquote>
1848
  <p>The Branches TT plugin had wrong logic in it, that made it crash, or display wrong pickup locations when the item/biblio didn't have any valid pickup location.</p>
1848
  <p>The Branches TT plugin had wrong logic in it, that made it crash, or display wrong pickup locations when the item/biblio didn't have any valid pickup location.</p>
1849
</blockquote></li>
1849
</blockquote></li>
1850
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29853">[29853]</a> Text needs HTML filter before KohaSpan filter</li>
1850
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29853">[29853]</a> Text needs HTML filter before KohaSpan filter</li>
1851
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29932">[29932]</a> Phase out jquery.cookie.js: bibs_selected (Browse selected records)</li>
1851
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29932">[29932]</a> Phase out jquery.cookie.js: bibs_selected (Browse selected records)</li>
1852
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29933">[29933]</a> Fix stray usage of jquery.cookie.js plugin</li>
1852
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29933">[29933]</a> Fix stray usage of jquery.cookie.js plugin</li>
1853
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29940">[29940]</a> Phase out jquery.cookie.js in the OPAC</li>
1853
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29940">[29940]</a> Phase out jquery.cookie.js in the OPAC</li>
1854
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29967">[29967]</a> Increase size of description fields for authorized values in templates</p>
1854
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29967">[29967]</a> Increase size of description fields for authorized values in templates</p>
1855
1855
1856
<blockquote>
1856
<blockquote>
1857
  <p>Extends the length of the description and OPAC description fields on authorised_values.tt making it easier to see and edit text that has longer descriptions.</p>
1857
  <p>Extends the length of the description and OPAC description fields on authorised_values.tt making it easier to see and edit text that has longer descriptions.</p>
1858
</blockquote></li>
1858
</blockquote></li>
1859
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29989">[29989]</a> Improve headings in MARC staging template</li>
1859
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29989">[29989]</a> Improve headings in MARC staging template</li>
1860
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30082">[30082]</a> Bibliographic details tab missing when user can't add local cover image</li>
1860
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30082">[30082]</a> Bibliographic details tab missing when user can't add local cover image</li>
1861
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30422">[30422]</a> Authorities editor update broke the feature added by Bug 20154</li>
1861
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30422">[30422]</a> Authorities editor update broke the feature added by Bug 20154</li>
1862
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30512">[30512]</a> Staff interface search results template error</li>
1862
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30512">[30512]</a> Staff interface search results template error</li>
1863
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30514">[30514]</a> Error in date format check following datepicker removal</li>
1863
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30514">[30514]</a> Error in date format check following datepicker removal</li>
1864
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30587">[30587]</a> Incorrect translations in some templates</li>
1864
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30587">[30587]</a> Incorrect translations in some templates</li>
1865
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30632">[30632]</a> Fix report author display in list of saved reports</p>
1865
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30632">[30632]</a> Fix report author display in list of saved reports</p>
1866
1866
1867
<blockquote>
1867
<blockquote>
1868
  <p>This fixes the display of report authors in the list of saved reports to remove the extra space before the comma (Lastname, Firstname was displaying as Lastname , Firstname).</p>
1868
  <p>This fixes the display of report authors in the list of saved reports to remove the extra space before the comma (Lastname, Firstname was displaying as Lastname , Firstname).</p>
1869
</blockquote></li>
1869
</blockquote></li>
1870
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30640">[30640]</a> Focus does not always move to correct search header form field</li>
1870
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30640">[30640]</a> Focus does not always move to correct search header form field</li>
1871
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30706">[30706]</a> DateFormat change only takes effect after a restart of services</li>
1871
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30706">[30706]</a> DateFormat change only takes effect after a restart of services</li>
1872
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30720">[30720]</a> Batch delete links from result list missing permission checks</li>
1872
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30720">[30720]</a> Batch delete links from result list missing permission checks</li>
1873
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30721">[30721]</a> Markup error in detail page's component parts tab</li>
1873
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30721">[30721]</a> Markup error in detail page's component parts tab</li>
1874
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30722">[30722]</a> Typo in overdue recalls template</li>
1874
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30722">[30722]</a> Typo in overdue recalls template</li>
1875
</ul>
1875
</ul>
1876
1876
1877
<h3 id="testsuite">Test Suite</h3>
1877
<h3 id="testsuite">Test Suite</h3>
1878
1878
1879
<ul>
1879
<ul>
1880
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29705">[29705]</a> Test suite has some IssuingRules left-overs</li>
1880
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29705">[29705]</a> Test suite has some IssuingRules left-overs</li>
1881
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29826">[29826]</a> Manage call of Template Plugin Branches GetName() with null or empty branchcode</li>
1881
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29826">[29826]</a> Manage call of Template Plugin Branches GetName() with null or empty branchcode</li>
1882
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29838">[29838]</a> No string interpolation when expected in t/db_dependent/ImportBatch.t</li>
1882
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29838">[29838]</a> No string interpolation when expected in t/db_dependent/ImportBatch.t</li>
1883
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29862">[29862]</a> TestBuilder.t fails with ES enabled</li>
1883
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29862">[29862]</a> TestBuilder.t fails with ES enabled</li>
1884
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29884">[29884]</a> Missing test in api/v1/patrons.t</li>
1884
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29884">[29884]</a> Missing test in api/v1/patrons.t</li>
1885
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30203">[30203]</a> Prevent data loss when running Circulation.t without prove</li>
1885
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30203">[30203]</a> Prevent data loss when running Circulation.t without prove</li>
1886
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30531">[30531]</a> Search.t needs update for Recalls</li>
1886
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30531">[30531]</a> Search.t needs update for Recalls</li>
1887
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30595">[30595]</a> update_child_to_adult.t is failing randomly</li>
1887
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30595">[30595]</a> update_child_to_adult.t is failing randomly</li>
1888
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30596">[30596]</a> api/v1/acquisitions_baskets.t is failing randomly</li>
1888
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30596">[30596]</a> api/v1/acquisitions_baskets.t is failing randomly</li>
1889
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30734">[30734]</a> t/db_dependent/Koha/BackgroundJob.t fails on D9 and D10</li>
1889
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30734">[30734]</a> t/db_dependent/Koha/BackgroundJob.t fails on D9 and D10</li>
1890
</ul>
1890
</ul>
1891
1891
1892
<h3 id="tools">Tools</h3>
1892
<h3 id="tools">Tools</h3>
1893
1893
1894
<ul>
1894
<ul>
1895
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29156">[29156]</a> File missing warning in Koha::UploadedFile should be for permanent files only</p>
1895
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29156">[29156]</a> File missing warning in Koha::UploadedFile should be for permanent files only</p>
1896
1896
1897
<blockquote>
1897
<blockquote>
1898
  <p>This removes the warning from the log files when temporarily uploaded files are deleted and the file no longer exists (for example, when the temporary files are in /tmp directory and the system is rebooted they are deleted).</p>
1898
  <p>This removes the warning from the log files when temporarily uploaded files are deleted and the file no longer exists (for example, when the temporary files are in /tmp directory and the system is rebooted they are deleted).</p>
1899
</blockquote></li>
1899
</blockquote></li>
1900
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29521">[29521]</a> Patron Club name hyperlinks not operational + weird CSS behavior</p>
1900
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29521">[29521]</a> Patron Club name hyperlinks not operational + weird CSS behavior</p>
1901
1901
1902
<blockquote>
1902
<blockquote>
1903
  <p>This removes the link from thea patron club name on the patrons club listing page as it didn't work. It also improves the consistency of the table of patron clubs so that the interface is consistent whether you're looking at clubs during the holds process or during the clubs management view.</p>
1903
  <p>This removes the link from thea patron club name on the patrons club listing page as it didn't work. It also improves the consistency of the table of patron clubs so that the interface is consistent whether you're looking at clubs during the holds process or during the clubs management view.</p>
1904
</blockquote></li>
1904
</blockquote></li>
1905
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29693">[29693]</a> CodeMirror broken on additional_contents.tt</li>
1905
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29693">[29693]</a> CodeMirror broken on additional_contents.tt</li>
1906
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29722">[29722]</a> Add some diversity to sample quotes</p>
1906
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29722">[29722]</a> Add some diversity to sample quotes</p>
1907
1907
1908
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1908
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1909
1909
1910
<blockquote>
1910
<blockquote>
1911
  <p>This patch adds sample quotes from women, women of colour, trans women, Black and Indigenous women, and people who weren't US Presidents!</p>
1911
  <p>This patch adds sample quotes from women, women of colour, trans women, Black and Indigenous women, and people who weren't US Presidents!</p>
1912
</blockquote></li>
1912
</blockquote></li>
1913
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29761">[29761]</a> Patron batch modification tool - duplicated information on the listing page</li>
1913
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29761">[29761]</a> Patron batch modification tool - duplicated information on the listing page</li>
1914
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29797">[29797]</a> Background job detail for batch delete items not listing the itemnumbers</li>
1914
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29797">[29797]</a> Background job detail for batch delete items not listing the itemnumbers</li>
1915
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30701">[30701]</a> On small screens, upload tool buttons cannot be clicked</p>
1915
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30701">[30701]</a> On small screens, upload tool buttons cannot be clicked</p>
1916
1916
1917
<p><strong>Sponsored by</strong> <em>Chartered Accountants Australia and New Zealand</em></p></li>
1917
<p><strong>Sponsored by</strong> <em>Chartered Accountants Australia and New Zealand</em></p></li>
1918
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30709">[30709]</a> 'Insert' button in notices editor not adding selected placeholders to notice</li>
1918
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30709">[30709]</a> 'Insert' button in notices editor not adding selected placeholders to notice</li>
1919
</ul>
1919
</ul>
1920
1920
1921
<h3 id="webservices">Web services</h3>
1921
<h3 id="webservices">Web services</h3>
1922
1922
1923
<ul>
1923
<ul>
1924
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22379">[22379]</a> ILS-DI Method "CancelHold" don't check CanReserveBeCanceledFromOpac</li>
1924
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22379">[22379]</a> ILS-DI Method "CancelHold" don't check CanReserveBeCanceledFromOpac</li>
1925
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29484">[29484]</a> ListSets doesn't return noSetHierarchy when appropriate</p>
1925
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29484">[29484]</a> ListSets doesn't return noSetHierarchy when appropriate</p>
1926
1926
1927
<blockquote>
1927
<blockquote>
1928
  <p>This fixes Koha's OAI-PMH server so that it returns the appropriate error code when no sets are defined.</p>
1928
  <p>This fixes Koha's OAI-PMH server so that it returns the appropriate error code when no sets are defined.</p>
Lines 1932-1938 have already been fixed in maintainance releases)</p> Link Here
1932
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
1932
<h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
1933
1933
1934
<ul>
1934
<ul>
1935
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19865">[19865]</a> Side scroll bar in z39.50 MARC view</p>
1935
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19865">[19865]</a> Side scroll bar in z39.50 MARC view</p>
1936
1936
1937
<blockquote>
1937
<blockquote>
1938
  <p>Makes the horizontal scroll bar of the MARC preview modal on  cataloguing/z3950_search.tt always visible for an easier user experience.</p>
1938
  <p>Makes the horizontal scroll bar of the MARC preview modal on  cataloguing/z3950_search.tt always visible for an easier user experience.</p>
Lines 2007-2013 have already been fixed in maintainance releases)</p> Link Here
2007
documentation is</p>
2007
documentation is</p>
2008
2008
2009
<ul>
2009
<ul>
2010
<li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
2010
<li><a href="https://koha-community.org/documentation/">Koha Documentation</a></li>
2011
</ul>
2011
</ul>
2012
2012
2013
<p>The Git repository for the Koha manual can be found at</p>
2013
<p>The Git repository for the Koha manual can be found at</p>
Lines 2057-2076 interface are available in this release for the following languages:</p> Link Here
2057
<p>The Koha team welcomes additional translations; please see</p>
2057
<p>The Koha team welcomes additional translations; please see</p>
2058
2058
2059
<ul>
2059
<ul>
2060
<li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2060
<li><a href="https://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2061
</ul>
2061
</ul>
2062
2062
2063
<p>For information about translating Koha, and join the koha-translate 
2063
<p>For information about translating Koha, and join the koha-translate 
2064
list to volunteer:</p>
2064
list to volunteer:</p>
2065
2065
2066
<ul>
2066
<ul>
2067
<li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2067
<li><a href="https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2068
</ul>
2068
</ul>
2069
2069
2070
<p>The most up-to-date translations can be found at:</p>
2070
<p>The most up-to-date translations can be found at:</p>
2071
2071
2072
<ul>
2072
<ul>
2073
<li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
2073
<li><a href="https://translate.koha-community.org/">Koha Translation</a></li>
2074
</ul>
2074
</ul>
2075
2075
2076
<h2 id="releaseteam">Release Team</h2>
2076
<h2 id="releaseteam">Release Team</h2>
Lines 2384-2390 line is master.</p> Link Here
2384
tracker at:</p>
2384
tracker at:</p>
2385
2385
2386
<ul>
2386
<ul>
2387
<li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
2387
<li><a href="https://bugs.koha-community.org">Koha Bugzilla</a></li>
2388
</ul>
2388
</ul>
2389
2389
2390
<p>He rau ringa e oti ai.
2390
<p>He rau ringa e oti ai.
(-)a/misc/release_notes/release_notes_22_05_00.md (-614 / +614 lines)
Lines 6-20 package (ILS). Development is sponsored by libraries of varying types Link Here
6
and sizes, volunteers, and support companies from around the world. The
6
and sizes, volunteers, and support companies from around the world. The
7
website for the Koha project is:
7
website for the Koha project is:
8
8
9
- [Koha Community](http://koha-community.org)
9
- [Koha Community](https://koha-community.org)
10
10
11
Koha 22.05.00 can be downloaded from:
11
Koha 22.05.00 can be downloaded from:
12
12
13
- [Download](http://download.koha-community.org/koha-22.05-latest.tar.gz)
13
- [Download](https://download.koha-community.org/koha-22.05-latest.tar.gz)
14
14
15
Installation instructions can be found at:
15
Installation instructions can be found at:
16
16
17
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
17
- [Koha Wiki](https://wiki.koha-community.org/wiki/Installation_Documentation)
18
- OR in the INSTALL files that come in the tarball
18
- OR in the INSTALL files that come in the tarball
19
19
20
Koha 22.05.00 is a major release, that comes with many new features.
20
Koha 22.05.00 is a major release, that comes with many new features.
Lines 31-37 You can learn about the system components (like OS and database) needed for runn Link Here
31
31
32
### Authentication
32
### Authentication
33
33
34
- [[28786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786) Two-factor authentication for staff client - TOTP
34
- [[28786]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786) Two-factor authentication for staff client - TOTP
35
35
36
  **Sponsored by** *Orex Digital*
36
  **Sponsored by** *Orex Digital*
37
37
Lines 44-54 You can learn about the system components (like OS and database) needed for runn Link Here
44
  >Librarians can then enable 2FA for their account from More > Manage Two-Factor authentication. To setup: 1) Scan the QR code with an authenticator app. 2) Enter the one time code generated. For future logins, librarians are prompted to enter the authenticator code after entering their normal login credentials.
44
  >Librarians can then enable 2FA for their account from More > Manage Two-Factor authentication. To setup: 1) Scan the QR code with an authenticator app. 2) Enter the one time code generated. For future logins, librarians are prompted to enter the authenticator code after entering their normal login credentials.
45
  >
45
  >
46
  >Any authenticator app, such as Google Authenticator, andOTP, and many others can be used. Applications that enable backup of their 2FA accounts (either cloud-based or automatic) are recommended.
46
  >Any authenticator app, such as Google Authenticator, andOTP, and many others can be used. Applications that enable backup of their 2FA accounts (either cloud-based or automatic) are recommended.
47
- [[29924]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29924) Introduce password expiration to patron categories
47
- [[29924]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29924) Introduce password expiration to patron categories
48
48
49
### Circulation
49
### Circulation
50
50
51
- [[19532]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532) Recalls for Koha
51
- [[19532]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532) Recalls for Koha
52
52
53
  >This new feature introduces the ability for patrons to place a recall on an item from the OPAC detail. Patrons can see details of their requested recalls in the OPAC and can cancel the recall before it is returned. 
53
  >This new feature introduces the ability for patrons to place a recall on an item from the OPAC detail. Patrons can see details of their requested recalls in the OPAC and can cancel the recall before it is returned. 
54
  >
54
  >
Lines 63-75 You can learn about the system components (like OS and database) needed for runn Link Here
63
63
64
### Patrons
64
### Patrons
65
65
66
- [[6815]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6815) Capture member photo via webcam
66
- [[6815]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6815) Capture member photo via webcam
67
67
68
  >Adds the option to take a photo of the patron via a webcam for patron photos.
68
  >Adds the option to take a photo of the patron via a webcam for patron photos.
69
69
70
### System Administration
70
### System Administration
71
71
72
- [[13952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13952) Import and export of authority types
72
- [[13952]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13952) Import and export of authority types
73
73
74
  **Sponsored by** *Catalyst*
74
  **Sponsored by** *Catalyst*
75
75
Lines 77-155 You can learn about the system components (like OS and database) needed for runn Link Here
77
77
78
### Templates
78
### Templates
79
79
80
- [[30136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30136) Add back to top button when scrolling
80
- [[30136]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30136) Add back to top button when scrolling
81
81
82
## Enhancements
82
## Enhancements
83
83
84
### About
84
### About
85
85
86
- [[30544]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30544) Add font awesome version to licenses page
86
- [[30544]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30544) Add font awesome version to licenses page
87
87
88
### Acquisitions
88
### Acquisitions
89
89
90
- [[16258]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16258) Add a preference to turn EDIFACT off
90
- [[16258]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16258) Add a preference to turn EDIFACT off
91
- [[26296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26296) Use new table column selection modal for OPAC suggestion fields
91
- [[26296]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26296) Use new table column selection modal for OPAC suggestion fields
92
92
93
  >This changes the selection of values for OPACSuggestionUnwantedFields and OPACSuggestionMandatoryFields from drop down lists to a modal.
93
  >This changes the selection of values for OPACSuggestionUnwantedFields and OPACSuggestionMandatoryFields from drop down lists to a modal.
94
- [[27212]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27212) Add column configuration to the acquisitions home page
94
- [[27212]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27212) Add column configuration to the acquisitions home page
95
- [[28082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28082) Add acquisitions toolbar to vendors on vendor search page
95
- [[28082]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28082) Add acquisitions toolbar to vendors on vendor search page
96
96
97
  >This patch updates the vendor search results page in acquisitions so that a button toolbar is shown for each vendor in search results. This gives quick access to operations for each vendor, like editing the vendor, adding a basket, or receiving a shipment.
97
  >This patch updates the vendor search results page in acquisitions so that a button toolbar is shown for each vendor in search results. This gives quick access to operations for each vendor, like editing the vendor, adding a basket, or receiving a shipment.
98
  >
98
  >
99
  >Now the number of open baskets and subscriptions is shown for each vendor in the search result, linking to the details of those entries.
99
  >Now the number of open baskets and subscriptions is shown for each vendor in the search result, linking to the details of those entries.
100
  >
100
  >
101
  >Inactive vendors are now styled differently than active vendors in order to improve clarity.
101
  >Inactive vendors are now styled differently than active vendors in order to improve clarity.
102
- [[30130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30130) Allow setting EDI type at the vendor level
102
- [[30130]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30130) Allow setting EDI type at the vendor level
103
103
104
  >There are two predominant competing EDI standards, EDItEUR and BiC, with subtle differences in how they interpret some EDI message fields.
104
  >There are two predominant competing EDI standards, EDItEUR and BiC, with subtle differences in how they interpret some EDI message fields.
105
  >
105
  >
106
  >This patch allows administrators to pick which standard the Vendor is conforming to rather than using a hardcoded and un-maintained SAN mapping in the module.
106
  >This patch allows administrators to pick which standard the Vendor is conforming to rather than using a hardcoded and un-maintained SAN mapping in the module.
107
- [[30135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30135) We should allow configuration of whether EDI LSQ segments map to 'location' or 'collection'
107
- [[30135]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30135) We should allow configuration of whether EDI LSQ segments map to 'location' or 'collection'
108
108
109
  >EDItEUR describes the LSQ segment as "A code or other designation which identifies stock which is to be shelved in a specified sequence or collection."
109
  >EDItEUR describes the LSQ segment as "A code or other designation which identifies stock which is to be shelved in a specified sequence or collection."
110
  >
110
  >
111
  >In Koha, this could be interpreted as either 'location' or 'ccode'; This bug makes that configurable for each EDI vendor, defaulting to location as that was the previously hard coded configuration.
111
  >In Koha, this could be interpreted as either 'location' or 'ccode'; This bug makes that configurable for each EDI vendor, defaulting to location as that was the previously hard coded configuration.
112
- [[30438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30438) Add select all/clear buttons to invoices.tt open and closed tables
112
- [[30438]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30438) Add select all/clear buttons to invoices.tt open and closed tables
113
- [[30510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30510) Add a Patron reason column to the suggestion table in the staff interface
113
- [[30510]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30510) Add a Patron reason column to the suggestion table in the staff interface
114
114
115
  >This adds the patron reason for a suggestion to the suggestions summary table in the staff interface.
115
  >This adds the patron reason for a suggestion to the suggestions summary table in the staff interface.
116
116
117
### Architecture, internals, and plumbing
117
### Architecture, internals, and plumbing
118
118
119
- [[26019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26019) Koha should set SameSite attribute on cookies
119
- [[26019]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26019) Koha should set SameSite attribute on cookies
120
- [[26704]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26704) Koha::Item store triggers should utilise Koha::Object::Messages for message passing
120
- [[26704]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26704) Koha::Item store triggers should utilise Koha::Object::Messages for message passing
121
- [[27266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27266) Move C4::Biblio::GetMarcAuthors to Koha namespace
121
- [[27266]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27266) Move C4::Biblio::GetMarcAuthors to Koha namespace
122
122
123
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
123
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
124
124
125
  >This enhancment moves C4::Biblio::GetMarcAuthors to Koha::Biblio->get_marc_authors. This is so the method can be used in templates and notices.
125
  >This enhancment moves C4::Biblio::GetMarcAuthors to Koha::Biblio->get_marc_authors. This is so the method can be used in templates and notices.
126
- [[27344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27344) Implement Elastic's update_index_background using Koha::BackgroundJob
126
- [[27344]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27344) Implement Elastic's update_index_background using Koha::BackgroundJob
127
- [[27783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783) Introduce background job queues
127
- [[27783]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783) Introduce background job queues
128
- [[28416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28416) Email::Sender::Transport::SMTP is using 10Mo of RAM
128
- [[28416]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28416) Email::Sender::Transport::SMTP is using 10Mo of RAM
129
- [[28617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28617) misc/kohalib.pl no longer useful
129
- [[28617]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28617) misc/kohalib.pl no longer useful
130
130
131
  >This enhancement removes the script misc/kohalib.pl.
131
  >This enhancement removes the script misc/kohalib.pl.
132
  >
132
  >
133
  >The purpose of this script was to load the relevant Koha lib for the different scripts (installation, cronjob, CLI, etc.). However, it is not used consistently and we prefer to rely on PERL5LIB.
133
  >The purpose of this script was to load the relevant Koha lib for the different scripts (installation, cronjob, CLI, etc.). However, it is not used consistently and we prefer to rely on PERL5LIB.
134
  >
134
  >
135
  >If upgrading ancient Koha systems from tarballs double-check that PERL5LIB is set in crontab.
135
  >If upgrading ancient Koha systems from tarballs double-check that PERL5LIB is set in crontab.
136
- [[28998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28998) Encrypt borrowers.secret
136
- [[28998]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28998) Encrypt borrowers.secret
137
137
138
  >Sponsored-by: Orex Digital
138
  >Sponsored-by: Orex Digital
139
- [[29155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29155) Upgrade jquery version to 3.6.0
139
- [[29155]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29155) Upgrade jquery version to 3.6.0
140
- [[29397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29397) Add a select2 wrapper for the API
140
- [[29397]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29397) Add a select2 wrapper for the API
141
- [[29403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29403) dt_from_string should fail if passed more data than expected for the format
141
- [[29403]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29403) dt_from_string should fail if passed more data than expected for the format
142
- [[29420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29420) HTTP status code incorrect when calling error pages directly under Plack/PSGI
142
- [[29420]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29420) HTTP status code incorrect when calling error pages directly under Plack/PSGI
143
- [[29486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486) _koha_marc_update_bib_ids no longer needed for GetMarcBiblio
143
- [[29486]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486) _koha_marc_update_bib_ids no longer needed for GetMarcBiblio
144
- [[29516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29516) Remove dependency on IO::Scalar
144
- [[29516]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29516) Remove dependency on IO::Scalar
145
- [[29562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29562) Pass objects to CanItemBeReserved and checkHighHolds
145
- [[29562]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29562) Pass objects to CanItemBeReserved and checkHighHolds
146
- [[29609]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29609) Links to guess the biblio default view need to be centralized
146
- [[29609]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29609) Links to guess the biblio default view need to be centralized
147
- [[29629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29629) Remove two unused intranet MODS XSLT sheets
147
- [[29629]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29629) Remove two unused intranet MODS XSLT sheets
148
- [[29660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29660) reserve/request.pl should not deal with biblioitem
148
- [[29660]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29660) reserve/request.pl should not deal with biblioitem
149
- [[29695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29695) Centralize columns' descriptions
149
- [[29695]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29695) Centralize columns' descriptions
150
- [[29703]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29703) Simplify GetBranchItemRule using get_effective_rules
150
- [[29703]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29703) Simplify GetBranchItemRule using get_effective_rules
151
- [[29718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29718) DateTime - our 'iso' is not ISO 8601
151
- [[29718]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29718) DateTime - our 'iso' is not ISO 8601
152
- [[29741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29741) Add Koha::Patron->safe_to_delete
152
- [[29741]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29741) Add Koha::Patron->safe_to_delete
153
153
154
  >This enhancement adds a handy method for checking if a patron meets the conditions to be deleted. These conditions are:
154
  >This enhancement adds a handy method for checking if a patron meets the conditions to be deleted. These conditions are:
155
  >
155
  >
Lines 159-305 You can learn about the system components (like OS and database) needed for runn Link Here
159
  >- Is not the system-configured anonymous user
159
  >- Is not the system-configured anonymous user
160
  >
160
  >
161
  >It also adapts the DELETE /patrons route to use the newly introduced Koha::Patron->safe_to_delete method.
161
  >It also adapts the DELETE /patrons route to use the newly introduced Koha::Patron->safe_to_delete method.
162
- [[29746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29746) Add a handy Koha::Result::Boolean class
162
- [[29746]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29746) Add a handy Koha::Result::Boolean class
163
163
164
  >This development introduces a new library, Koha::Result::Boolean, that will be used in method that need to return a boolean, but could also want to carry some more information such as the reason for a 'false' return value.
164
  >This development introduces a new library, Koha::Result::Boolean, that will be used in method that need to return a boolean, but could also want to carry some more information such as the reason for a 'false' return value.
165
  >
165
  >
166
  >A Koha::Result::Boolean object will be evaluated as a boolean in bool context, while retaining its object nature and methods.
166
  >A Koha::Result::Boolean object will be evaluated as a boolean in bool context, while retaining its object nature and methods.
167
- [[29757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29757) Add filter_by_non_reversible/reversible methods for offsets
167
- [[29757]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29757) Add filter_by_non_reversible/reversible methods for offsets
168
- [[29765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29765) Make Koha::Patron->safe_to_delete return a Koha::Result::Boolean object
168
- [[29765]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29765) Make Koha::Patron->safe_to_delete return a Koha::Result::Boolean object
169
- [[29780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29780) Add Koha::Old::Holds->anonymize
169
- [[29780]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29780) Add Koha::Old::Holds->anonymize
170
- [[29788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29788) Make Koha::Item->safe_to_delete return a Koha::Result::Boolean object
170
- [[29788]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29788) Make Koha::Item->safe_to_delete return a Koha::Result::Boolean object
171
- [[29791]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29791) KohaOpacLanguage cookie should set the secure flag if using HTTPS
171
- [[29791]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29791) KohaOpacLanguage cookie should set the secure flag if using HTTPS
172
- [[29843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29843) Add ->anonymize and ->filter_by_anonymizable to Koha::Old::Checkouts
172
- [[29843]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29843) Add ->anonymize and ->filter_by_anonymizable to Koha::Old::Checkouts
173
- [[29844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29844) Remove uses of wantarray in Koha::Objects
173
- [[29844]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29844) Remove uses of wantarray in Koha::Objects
174
- [[29847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29847) Koha::Patron::HouseboundProfile->housebound_visits should return a resultset
174
- [[29847]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29847) Koha::Patron::HouseboundProfile->housebound_visits should return a resultset
175
- [[29859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29859) Favor iterators over as_list
175
- [[29859]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29859) Favor iterators over as_list
176
- [[29868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29868) Add Koha::Old::Hold->anonymize
176
- [[29868]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29868) Add Koha::Old::Hold->anonymize
177
- [[29869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29869) Add Koha::Hold->fill
177
- [[29869]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29869) Add Koha::Hold->fill
178
- [[29886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29886) Add Koha::Suggestions->search_limited
178
- [[29886]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29886) Add Koha::Suggestions->search_limited
179
- [[29894]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29894) 2FA: Add few validations, clear secret, send register notice
179
- [[29894]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29894) 2FA: Add few validations, clear secret, send register notice
180
- [[30007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30007) Make ->anonymize methods throw an exception if AnonymousPatron is not set
180
- [[30007]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30007) Make ->anonymize methods throw an exception if AnonymousPatron is not set
181
- [[30023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30023) Add Koha::Old::Checkout->anonymize
181
- [[30023]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30023) Add Koha::Old::Checkout->anonymize
182
- [[30058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30058) Add a Koha::Patrons method to filter by permissions
182
- [[30058]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30058) Add a Koha::Patrons method to filter by permissions
183
- [[30059]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30059) Add a JS equivalent to Koha::Patron->get_age
183
- [[30059]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30059) Add a JS equivalent to Koha::Patron->get_age
184
- [[30060]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30060) Missing primary key on user_permissions
184
- [[30060]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30060) Missing primary key on user_permissions
185
- [[30061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30061) Simplify Koha::Patron->get_age
185
- [[30061]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30061) Simplify Koha::Patron->get_age
186
- [[30076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30076) Add ability to check patron messaging preferences from a notice
186
- [[30076]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30076) Add ability to check patron messaging preferences from a notice
187
187
188
  >This enhancement gives notices access to a patron's messaging preferences. For example, a hold slip could contain a line if the patron has requested SMS notifications for waiting holds, or perhaps phone notifications. The format for this new method is as follows: [% patron.has_messaging_preference({ message_name => 'Item_Checkout', message_transport_type => 'email' }) %]
188
  >This enhancement gives notices access to a patron's messaging preferences. For example, a hold slip could contain a line if the patron has requested SMS notifications for waiting holds, or perhaps phone notifications. The format for this new method is as follows: [% patron.has_messaging_preference({ message_name => 'Item_Checkout', message_transport_type => 'email' }) %]
189
- [[30181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30181) Koha::BackgroundJob->_derived_class returns an empty object
189
- [[30181]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30181) Koha::BackgroundJob->_derived_class returns an empty object
190
- [[30360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30360) Add helper methods to Koha::BackgroundJobs
190
- [[30360]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30360) Add helper methods to Koha::BackgroundJobs
191
- [[30394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30394) Add 'draw' handling to the datatables wrapper and REST API
191
- [[30394]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30394) Add 'draw' handling to the datatables wrapper and REST API
192
- [[30459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30459) BatchDeleteAuthority task does not deal with indexation correctly
192
- [[30459]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30459) BatchDeleteAuthority task does not deal with indexation correctly
193
- [[30460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30460) BatchDeleteBiblio task does not deal with indexation correctly
193
- [[30460]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30460) BatchDeleteBiblio task does not deal with indexation correctly
194
- [[30464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30464) BatchUpdateAuthority task does not deal with indexation correctly
194
- [[30464]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30464) BatchUpdateAuthority task does not deal with indexation correctly
195
- [[30465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30465) BatchUpdateBiblio task does not deal with indexation correctly
195
- [[30465]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30465) BatchUpdateBiblio task does not deal with indexation correctly
196
- [[30728]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30728) Allow real-time holds queue opt-out
196
- [[30728]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30728) Allow real-time holds queue opt-out
197
197
198
### Authentication
198
### Authentication
199
199
200
- [[29873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29873) 2FA: Generate QR code without exposing secret via HTTP GET
200
- [[29873]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29873) 2FA: Generate QR code without exposing secret via HTTP GET
201
201
202
  >Instead of calling the (deprecated) Google Charts API and exposing our secret, we create the image ourself and push it as a data uri in the src attribute of the image (inline image).
202
  >Instead of calling the (deprecated) Google Charts API and exposing our secret, we create the image ourself and push it as a data uri in the src attribute of the image (inline image).
203
- [[29925]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29925) Add a 'set new password' page for patron's with expired passwords
203
- [[29925]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29925) Add a 'set new password' page for patron's with expired passwords
204
- [[29926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29926) Add ability for superlibrarians to edit password expiration dates
204
- [[29926]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29926) Add ability for superlibrarians to edit password expiration dates
205
205
206
### Cataloging
206
### Cataloging
207
207
208
- [[26587]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26587) Cache libraries in Branches TT plugin to improve performance
208
- [[26587]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26587) Cache libraries in Branches TT plugin to improve performance
209
209
210
  **Sponsored by** *Lund University Library*
210
  **Sponsored by** *Lund University Library*
211
- [[29391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29391) Improve output of reservoir search
211
- [[29391]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29391) Improve output of reservoir search
212
212
213
  >This patch makes the cataloging reservoir search results a configurable DataTable. This adds column configuration, export, and sorting. The empty edition and date columns are removed, and an import data column is added.
213
  >This patch makes the cataloging reservoir search results a configurable DataTable. This adds column configuration, export, and sorting. The empty edition and date columns are removed, and an import data column is added.
214
- [[29781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29781) Allow item batch modification to use capturing groups in regex option
214
- [[29781]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29781) Allow item batch modification to use capturing groups in regex option
215
215
216
  >This enhancement adds support for capture groups in the regular expression option of batch item modification.
216
  >This enhancement adds support for capture groups in the regular expression option of batch item modification.
217
  >
217
  >
218
  >One may now use `(\d+)` for example to capture digits in the match and then the `$1` placeholder in the replace.
218
  >One may now use `(\d+)` for example to capture digits in the match and then the `$1` placeholder in the replace.
219
- [[30604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30604) Add value builders for UNIMARC 146 ($a, $h and $i)
219
- [[30604]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30604) Add value builders for UNIMARC 146 ($a, $h and $i)
220
220
221
  >This enhancement for UNIMARC field 146 adds value builders for subfields $a, $h, and $i. These are based on the official UNIMARC codes.
221
  >This enhancement for UNIMARC field 146 adds value builders for subfields $a, $h, and $i. These are based on the official UNIMARC codes.
222
222
223
### Circulation
223
### Circulation
224
224
225
- [[18392]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18392) Allow exporting circulation conditions as CSV or spreadsheet
225
- [[18392]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18392) Allow exporting circulation conditions as CSV or spreadsheet
226
- [[27946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946) Add a charge per article request to patron categories
226
- [[27946]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946) Add a charge per article request to patron categories
227
- [[29519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29519) Add option to resolve a return claim at checkin
227
- [[29519]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29519) Add option to resolve a return claim at checkin
228
228
229
  >This enhancement adds the option to resolve a return claim upon the next check-in of the item.
229
  >This enhancement adds the option to resolve a return claim upon the next check-in of the item.
230
- [[30226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30226) Add system preference to disable auto-renew checkbox at checkout
230
- [[30226]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30226) Add system preference to disable auto-renew checkbox at checkout
231
231
232
### Command-line Utilities
232
### Command-line Utilities
233
233
234
- [[28962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28962) Unverified self registrations should be removed shortly
234
- [[28962]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28962) Unverified self registrations should be removed shortly
235
235
236
  >This fixes the cleanup_database script so that the option to delete unverified self registrations (del-unv-selfreg) works. It also adds this option to the standard crontab, defaulting to 14 days (the default notice says unverified registrations will expire "shortly").
236
  >This fixes the cleanup_database script so that the option to delete unverified self registrations (del-unv-selfreg) works. It also adds this option to the standard crontab, defaulting to 14 days (the default notice says unverified registrations will expire "shortly").
237
  >
237
  >
238
  >Note: If you don't use self registration with a verification email, this does not affect you. If you do use self registration, check the system preferences and settings - particularly PatronSelfRegistrationDefaultCategory.
238
  >Note: If you don't use self registration with a verification email, this does not affect you. If you do use self registration, check the system preferences and settings - particularly PatronSelfRegistrationDefaultCategory.
239
- [[30511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30511) Don't lock entire database when dumping Koha instance
239
- [[30511]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30511) Don't lock entire database when dumping Koha instance
240
240
241
  **Sponsored by** *Catalyst*
241
  **Sponsored by** *Catalyst*
242
242
243
### Fines and fees
243
### Fines and fees
244
244
245
- [[28138]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28138) Add system preference to make the payment type required
245
- [[28138]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28138) Add system preference to make the payment type required
246
- [[29759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29759) Refund credit when cancelling an article request
246
- [[29759]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29759) Refund credit when cancelling an article request
247
247
248
### Hold requests
248
### Hold requests
249
249
250
- [[27868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27868) Adding the Expiration Date to the Holds Awaiting Pickup report
250
- [[27868]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27868) Adding the Expiration Date to the Holds Awaiting Pickup report
251
251
252
  >This enhancement makes each hold's expiration date visible on the Holds Awaiting Pickup page. Since this is the date Koha uses to decide when a waiting hold should expire and be cancelled, making it visible decreases confusion.
252
  >This enhancement makes each hold's expiration date visible on the Holds Awaiting Pickup page. Since this is the date Koha uses to decide when a waiting hold should expire and be cancelled, making it visible decreases confusion.
253
- [[28377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28377) Use the API to suspend/resume holds
253
- [[28377]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28377) Use the API to suspend/resume holds
254
254
255
  >This enhancement changes the patron page (detail and circulation) so that is uses the API to suspend and resume holds on the holds tab.
255
  >This enhancement changes the patron page (detail and circulation) so that is uses the API to suspend and resume holds on the holds tab.
256
  >
256
  >
257
  >It also removes the svc/hold/{resume|suspend} files as they are no longer used.
257
  >It also removes the svc/hold/{resume|suspend} files as they are no longer used.
258
- [[28782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782) Get rid of custom query param list creation for request.pl
258
- [[28782]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782) Get rid of custom query param list creation for request.pl
259
- [[29058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29058) Add option to not load existing holds table automatically
259
- [[29058]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29058) Add option to not load existing holds table automatically
260
- [[29346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29346) Real-time holds queue update
260
- [[29346]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29346) Real-time holds queue update
261
261
262
  **Sponsored by** *Montgomery County Public Libraries*
262
  **Sponsored by** *Montgomery County Public Libraries*
263
263
264
  >Enabled by default, this feature can be opted out using the *RealTimeHoldsQueue* system preference.
264
  >Enabled by default, this feature can be opted out using the *RealTimeHoldsQueue* system preference.
265
- [[29517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29517) CanItemBeReserved fetches biblio for agerestriction check if feature not enabled
265
- [[29517]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29517) CanItemBeReserved fetches biblio for agerestriction check if feature not enabled
266
- [[29760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29760) Show patron category in Holds queue
266
- [[29760]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29760) Show patron category in Holds queue
267
267
268
  >Adds the patron category as a new column to Circulation > Holds queue.
268
  >Adds the patron category as a new column to Circulation > Holds queue.
269
- [[30108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30108) Allow making hold dates required
269
- [[30108]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30108) Allow making hold dates required
270
270
271
### I18N/L10N
271
### I18N/L10N
272
272
273
- [[22038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22038) When exporting account table to excel, decimal is lost
273
- [[22038]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22038) When exporting account table to excel, decimal is lost
274
- [[26244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26244) Move translatable strings out of memberentrygen.tt and into JavaScript
274
- [[26244]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26244) Move translatable strings out of memberentrygen.tt and into JavaScript
275
- [[26257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26257) Move translatable strings out of subscription-add.tt and into subscription-add.js
275
- [[26257]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26257) Move translatable strings out of subscription-add.tt and into subscription-add.js
276
276
277
  >This enhancement moves the definition of translatable strings for serial subscriptions (subscription-add.tt) out of templates and into the corresponding JavaScript file, using the new JS i81n function.
277
  >This enhancement moves the definition of translatable strings for serial subscriptions (subscription-add.tt) out of templates and into the corresponding JavaScript file, using the new JS i81n function.
278
- [[29596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29596) Add Yiddish language
278
- [[29596]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29596) Add Yiddish language
279
279
280
  **Sponsored by** *Universidad Nacional de San Martín*
280
  **Sponsored by** *Universidad Nacional de San Martín*
281
281
282
  >This enhancement adds the Yiddish (יידיש) language to Koha. Yiddish now appears as an option for refining search results in the staff interface advanced search (Search > Advanced search > More options > Language and Language of original) and the OPAC (Advanced search > More options > Language).
282
  >This enhancement adds the Yiddish (יידיש) language to Koha. Yiddish now appears as an option for refining search results in the staff interface advanced search (Search > Advanced search > More options > Language and Language of original) and the OPAC (Advanced search > More options > Language).
283
- [[30373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30373) Rewrite UNIMARC installer data to YAML
283
- [[30373]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30373) Rewrite UNIMARC installer data to YAML
284
- [[30476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30476) Remove NORMARC translation files
284
- [[30476]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30476) Remove NORMARC translation files
285
- [[30477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30477) Add new UNIMARC installer translation files
285
- [[30477]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30477) Add new UNIMARC installer translation files
286
286
287
### Lists
287
### Lists
288
288
289
- [[26346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346) Add option to make a public list editable by library staff only
289
- [[26346]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346) Add option to make a public list editable by library staff only
290
290
291
  **Sponsored by** *Catalyst* and *Horowhenua District Council, New Zealand*
291
  **Sponsored by** *Catalyst* and *Horowhenua District Council, New Zealand*
292
292
293
  >Add a new option for staff users to manage the contents of public lists from the staff client and OPAC. 
293
  >Add a new option for staff users to manage the contents of public lists from the staff client and OPAC. 
294
  >
294
  >
295
  >This patchset also allows superlibrarian users, or those with the 'edit_public_lists' sub-permission, to edit the configuration of existing public lists.
295
  >This patchset also allows superlibrarian users, or those with the 'edit_public_lists' sub-permission, to edit the configuration of existing public lists.
296
- [[28716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28716) Hide toolbar and opaccredits when printing lists
296
- [[28716]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28716) Hide toolbar and opaccredits when printing lists
297
297
298
  >This removes the toolbar (Advanced Search | Authority Search | etc) and opaccredits (where set) from printed lists. The printed lists are cleaner without these.
298
  >This removes the toolbar (Advanced Search | Authority Search | etc) and opaccredits (where set) from printed lists. The printed lists are cleaner without these.
299
299
300
### MARC Authority data support
300
### MARC Authority data support
301
301
302
- [[11083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11083) Authority search result display in staff interface should be XSLT driven
302
- [[11083]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11083) Authority search result display in staff interface should be XSLT driven
303
303
304
  >This enhancement enables customising the authority search results summary in the staff interface using XSLT (for MARC21 and UNIMARC). 
304
  >This enhancement enables customising the authority search results summary in the staff interface using XSLT (for MARC21 and UNIMARC). 
305
  >
305
  >
Lines 307-320 You can learn about the system components (like OS and database) needed for runn Link Here
307
  >- Use the new system preference AuthorityXSLTResultsDisplay to set the location of the XSLT file, either the full path to a file on the Koha server or a URL. 
307
  >- Use the new system preference AuthorityXSLTResultsDisplay to set the location of the XSLT file, either the full path to a file on the Koha server or a URL. 
308
  >- The system preference value can contain {langcode} and {authtypecode} which will be replaced by the appropriate value.
308
  >- The system preference value can contain {langcode} and {authtypecode} which will be replaced by the appropriate value.
309
  >- If errors occur, the custom XSLT file is ignored and the default summary is displayed.
309
  >- If errors occur, the custom XSLT file is ignored and the default summary is displayed.
310
- [[13412]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13412) Allow configuration of auto-created authorities
310
- [[13412]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13412) Allow configuration of auto-created authorities
311
- [[20615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20615) Add the link of number of times the authority are used in edit mode
311
- [[20615]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20615) Add the link of number of times the authority are used in edit mode
312
- [[29965]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29965) MARC preview for authority search results
312
- [[29965]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29965) MARC preview for authority search results
313
313
314
  **Sponsored by** *Education Services Australia SCIS*
314
  **Sponsored by** *Education Services Australia SCIS*
315
315
316
  >This enhancement makes the authority MARC preview modal available for the general authority search results.
316
  >This enhancement makes the authority MARC preview modal available for the general authority search results.
317
- [[29990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29990) Show authority heading use in search results
317
- [[29990]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29990) Show authority heading use in search results
318
318
319
  **Sponsored by** *Education Services Australia SCIS*
319
  **Sponsored by** *Education Services Australia SCIS*
320
320
Lines 322-362 You can learn about the system components (like OS and database) needed for runn Link Here
322
322
323
### MARC Bibliographic data support
323
### MARC Bibliographic data support
324
324
325
- [[20362]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20362) Direct link to authority records missing in staff detail view (1xx, 7xx)
325
- [[20362]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20362) Direct link to authority records missing in staff detail view (1xx, 7xx)
326
326
327
### Notices
327
### Notices
328
328
329
- [[29491]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29491) Improve display of notices in patron details
329
- [[29491]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29491) Improve display of notices in patron details
330
330
331
  >In patron notices table, notices are now shown in a modal dialog instead of inline in the table.
331
  >In patron notices table, notices are now shown in a modal dialog instead of inline in the table.
332
  >The "Resend" button is shown in the modal window controls.
332
  >The "Resend" button is shown in the modal window controls.
333
- [[30290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30290) Article requests: Add TOC information to AR notices
333
- [[30290]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30290) Article requests: Add TOC information to AR notices
334
334
335
### OPAC
335
### OPAC
336
336
337
- [[13188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13188) Make it possible to configure mandatory patron data differently between OPAC registration and modification
337
- [[13188]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13188) Make it possible to configure mandatory patron data differently between OPAC registration and modification
338
338
339
  >Adds the system preference PatronSelfModificationMandatoryField in order to separate borrower registration from borrower modification.
339
  >Adds the system preference PatronSelfModificationMandatoryField in order to separate borrower registration from borrower modification.
340
  >Initial value is a copy of system preference PatronSelfRegistrationBorrowerMandatoryField.
340
  >Initial value is a copy of system preference PatronSelfRegistrationBorrowerMandatoryField.
341
- [[14242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242) Use ISBN-field to fill out purchase suggestions using Google Books API
341
- [[14242]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14242) Use ISBN-field to fill out purchase suggestions using Google Books API
342
342
343
  >This patch adds a system preference, OPACSuggestionAutoFill, which enables a feature within the OPAC Purchase Suggestions where a user can enter an ISBN and use a Google API to pull the relevant data and input it into the form.
343
  >This patch adds a system preference, OPACSuggestionAutoFill, which enables a feature within the OPAC Purchase Suggestions where a user can enter an ISBN and use a Google API to pull the relevant data and input it into the form.
344
- [[15594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15594) Sequence of  MARC 260 subfields different on XSLT result list and detail page
344
- [[15594]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15594) Sequence of  MARC 260 subfields different on XSLT result list and detail page
345
345
346
  >This enhancement improves the display of MARC field 260 in the detail page for the OPAC and staff interface by using the order of subfields in the record.  Previously, $a$b$a$b would display as aabb.
346
  >This enhancement improves the display of MARC field 260 in the detail page for the OPAC and staff interface by using the order of subfields in the record.  Previously, $a$b$a$b would display as aabb.
347
- [[17018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17018) Split AdvancedSearchTypes for staff and OPAC
347
- [[17018]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17018) Split AdvancedSearchTypes for staff and OPAC
348
348
349
  >Add a new system preference, OpacAdvancedSearchTypes, as an OPAC-specific version of the AdvancedSearchTypes preference.
349
  >Add a new system preference, OpacAdvancedSearchTypes, as an OPAC-specific version of the AdvancedSearchTypes preference.
350
  >Values from AdvancedSearchTypes are copied to OpacAdvancedSearchTypes so that behavior is consistent.
350
  >Values from AdvancedSearchTypes are copied to OpacAdvancedSearchTypes so that behavior is consistent.
351
- [[24220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24220) Convert OpacMoreSearches system preference to news block
351
- [[24220]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24220) Convert OpacMoreSearches system preference to news block
352
- [[24221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24221) Convert OPACMySummaryNote system preference to news block
352
- [[24221]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24221) Convert OPACMySummaryNote system preference to news block
353
353
354
  >OPACMySummaryNote system preference is converted to a news block.
354
  >OPACMySummaryNote system preference is converted to a news block.
355
  >
355
  >
356
  >Note that its HTML id is now 'OpacMySummaryNote' instead of 'opac-my-summary-note'.
356
  >Note that its HTML id is now 'OpacMySummaryNote' instead of 'opac-my-summary-note'.
357
- [[24630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24630) UNIMARC XSLT Update for bug 7611
357
- [[24630]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24630) UNIMARC XSLT Update for bug 7611
358
- [[27613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27613) Pipe separated contents are hard to customize (OPAC)
358
- [[27613]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27613) Pipe separated contents are hard to customize (OPAC)
359
- [[28876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28876) No renewal before advisory text not wrapped in selector
359
- [[28876]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28876) No renewal before advisory text not wrapped in selector
360
360
361
  >This enhancement adds more `<span>`s to the user summary page in the OPAC so that information about the renewal status can be targeted with CSS or JS. It adds each `<span>` with a "usr-msg" class for general styling and a specific class for each renewal message, for example:
361
  >This enhancement adds more `<span>`s to the user summary page in the OPAC so that information about the renewal status can be targeted with CSS or JS. It adds each `<span>` with a "usr-msg" class for general styling and a specific class for each renewal message, for example:
362
  >
362
  >
Lines 373-432 You can learn about the system components (like OS and database) needed for runn Link Here
373
  >- auto-renew-expired: Automatic renewal failed, your account is expired
373
  >- auto-renew-expired: Automatic renewal failed, your account is expired
374
  >- no-renewal-before: No renewal before [date]
374
  >- no-renewal-before: No renewal before [date]
375
  >- automatic-renewal: Automatic renewal
375
  >- automatic-renewal: Automatic renewal
376
- [[29066]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29066) Remove text in OPAC search form and use Font Awesome icons
376
- [[29066]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29066) Remove text in OPAC search form and use Font Awesome icons
377
- [[29212]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29212) Use Flatpickr on OPAC pages
377
- [[29212]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29212) Use Flatpickr on OPAC pages
378
378
379
  >This enhancement replaces the jQueryUI date picker used on OPAC pages with Flatpickr. The jQueryUI date picker is no longer supported.
379
  >This enhancement replaces the jQueryUI date picker used on OPAC pages with Flatpickr. The jQueryUI date picker is no longer supported.
380
- [[29515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29515) Don't require title for HTML customizations
380
- [[29515]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29515) Don't require title for HTML customizations
381
- [[29526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29526) Add 'Immediately delete holds history' button to patron privacy tab in opac
381
- [[29526]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29526) Add 'Immediately delete holds history' button to patron privacy tab in opac
382
- [[29616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29616) Replace library information popup in the OPAC with a modal
382
- [[29616]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29616) Replace library information popup in the OPAC with a modal
383
- [[29713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29713) Make item table when placing an item level hold sortable
383
- [[29713]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29713) Make item table when placing an item level hold sortable
384
- [[29845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29845) Styling OverDrive buttons is difficult
384
- [[29845]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29845) Styling OverDrive buttons is difficult
385
385
386
  >Adds ID's to the action buttons on the OverDrive results page in order to make them easier to individually style.
386
  >Adds ID's to the action buttons on the OverDrive results page in order to make them easier to individually style.
387
- [[29899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29899) Show public note to patrons when placing a hold
387
- [[29899]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29899) Show public note to patrons when placing a hold
388
- [[29949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29949) Remove use of title-numeric sorting routine from OPAC datatables JS
388
- [[29949]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29949) Remove use of title-numeric sorting routine from OPAC datatables JS
389
- [[29960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29960) Remove Modernizr dependency in the OPAC
389
- [[29960]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29960) Remove Modernizr dependency in the OPAC
390
390
391
  >This patch refactors the code around JavaScript-driven responsive behavior in the OPAC. The use of Modernizr removed as it is no longer needed.
391
  >This patch refactors the code around JavaScript-driven responsive behavior in the OPAC. The use of Modernizr removed as it is no longer needed.
392
  >
392
  >
393
  >It also adds a missing entry for Enquire.js licensing on the About page.
393
  >It also adds a missing entry for Enquire.js licensing on the About page.
394
- [[30190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30190) Green buttons turn blue for a second when clicking them
394
- [[30190]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30190) Green buttons turn blue for a second when clicking them
395
- [[30243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30243) When OPACSuggestionMandatoryFields includes branchcode the dropdown should default to an empty value
395
- [[30243]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30243) When OPACSuggestionMandatoryFields includes branchcode the dropdown should default to an empty value
396
396
397
  >Creates an empty value and defaults to it when OPACSuggestionMandatoryFields includes branchcode. This forces users to make a choice regarding branch.
397
  >Creates an empty value and defaults to it when OPACSuggestionMandatoryFields includes branchcode. This forces users to make a choice regarding branch.
398
- [[30288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30288) Provide links to OPACUserJS and OPACUserCSS from News/HTML customizations
398
- [[30288]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30288) Provide links to OPACUserJS and OPACUserCSS from News/HTML customizations
399
399
400
  **Sponsored by** *Catalyst*
400
  **Sponsored by** *Catalyst*
401
401
402
### Patrons
402
### Patrons
403
403
404
- [[9097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9097) Add option to trigger 'Welcome mail' manually
404
- [[9097]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9097) Add option to trigger 'Welcome mail' manually
405
405
406
  >This enhancement adds a button to the more menu of the patron details page allowing staff to manually trigger sending the WELCOME notice to the user.
406
  >This enhancement adds a button to the more menu of the patron details page allowing staff to manually trigger sending the WELCOME notice to the user.
407
- [[15156]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156) Get all Borrowers with pending/unpaid fines/accountlines
407
- [[15156]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156) Get all Borrowers with pending/unpaid fines/accountlines
408
408
409
  >This enhancement adds an API call that returns patrons filtered by how much money they owe, between passed limits (for example less than $2.50 or more than $0.50). Optionally, can limit to debts of a particular debit_type and owed to a particular library.
409
  >This enhancement adds an API call that returns patrons filtered by how much money they owe, between passed limits (for example less than $2.50 or more than $0.50). Optionally, can limit to debts of a particular debit_type and owed to a particular library.
410
- [[29005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29005) Add option to send WELCOME notice for new patrons added via patron imports
410
- [[29005]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29005) Add option to send WELCOME notice for new patrons added via patron imports
411
411
412
  >This enhancement adds a new option to patron imports allowing imports to trigger sending the 'WELCOME' notice for new user accounts created via this mechanism.
412
  >This enhancement adds a new option to patron imports allowing imports to trigger sending the 'WELCOME' notice for new user accounts created via this mechanism.
413
- [[29059]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29059) Keep non-repeatable attribute from patron to preserve
413
- [[29059]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29059) Keep non-repeatable attribute from patron to preserve
414
- [[29525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29525) Privacy settings for patrons should also affect holds history
414
- [[29525]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29525) Privacy settings for patrons should also affect holds history
415
- [[29617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29617) BorrowerUnwantedField should exclude the ability to hide categorycode
415
- [[29617]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29617) BorrowerUnwantedField should exclude the ability to hide categorycode
416
- [[30055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30055) Rewrite some of the patron searches to make them use the REST API routes
416
- [[30055]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30055) Rewrite some of the patron searches to make them use the REST API routes
417
- [[30063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30063) Make the main patron search use the /patrons REST API route
417
- [[30063]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30063) Make the main patron search use the /patrons REST API route
418
- [[30093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30093) Rewrite the patron search when placing a hold with the REST API route
418
- [[30093]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30093) Rewrite the patron search when placing a hold with the REST API route
419
- [[30094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30094) Rewrite the patron search when requesting an article with the REST API route
419
- [[30094]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30094) Rewrite the patron search when requesting an article with the REST API route
420
- [[30120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120) Allow extended attributes during self registration when using PatronSelfRegistrationVerifyByEmail
420
- [[30120]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120) Allow extended attributes during self registration when using PatronSelfRegistrationVerifyByEmail
421
- [[30237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30237) Rename/rephrase AutoEmailOpacUser/ACCTDETAILS feature to clarify intended use
421
- [[30237]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30237) Rename/rephrase AutoEmailOpacUser/ACCTDETAILS feature to clarify intended use
422
422
423
  >With the removal of patron plaintext passwords from the ACCTDETAILS notice in bug 27812 the feature effectively got repurposed to become a 'Welcome email'.
423
  >With the removal of patron plaintext passwords from the ACCTDETAILS notice in bug 27812 the feature effectively got repurposed to become a 'Welcome email'.
424
  >
424
  >
425
  >This enhancement rephrases the system preference description and replaces the ACCTDETAILS notice with a new WELCOME notice.
425
  >This enhancement rephrases the system preference description and replaces the ACCTDETAILS notice with a new WELCOME notice.
426
  >
426
  >
427
  >We keep the ACCTDETAILS notice for reference at upgrades, but it will not appear for new installations and it is not longer sent in any circumstances.
427
  >We keep the ACCTDETAILS notice for reference at upgrades, but it will not appear for new installations and it is not longer sent in any circumstances.
428
- [[30563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30563) Add system preference to make the cash register field required when collecting a payment
428
- [[30563]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30563) Add system preference to make the cash register field required when collecting a payment
429
- [[30611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30611) Add ability to trigger a patron password reset from the staff client
429
- [[30611]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30611) Add ability to trigger a patron password reset from the staff client
430
430
431
  >This enhancement adds a button to the patron details page in the client to allow librarians, with appropriate permissions, to trigger a password reset for patrons.
431
  >This enhancement adds a button to the patron details page in the client to allow librarians, with appropriate permissions, to trigger a password reset for patrons.
432
  >
432
  >
Lines 434-478 You can learn about the system components (like OS and database) needed for runn Link Here
434
434
435
### Plugin architecture
435
### Plugin architecture
436
436
437
- [[29787]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29787) Add plugin version to plugin search results
437
- [[29787]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29787) Add plugin version to plugin search results
438
- [[30072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30072) Add more holds hooks
438
- [[30072]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30072) Add more holds hooks
439
439
440
  >This development adds plugin hooks for several holds actions. The hook is called *after_hold_action* and has two parameters
440
  >This development adds plugin hooks for several holds actions. The hook is called *after_hold_action* and has two parameters
441
  >
441
  >
442
  >* **action**: containing a string that represents the _action_, possible values: _fill_, _cancel_, _suspend_ and _resume_.
442
  >* **action**: containing a string that represents the _action_, possible values: _fill_, _cancel_, _suspend_ and _resume_.
443
  >* **payload**: A hashref containing a _hold_ key, which points to the Koha::Hold object.
443
  >* **payload**: A hashref containing a _hold_ key, which points to the Koha::Hold object.
444
- [[30180]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30180) Deprecate after_hold_create hook
444
- [[30180]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30180) Deprecate after_hold_create hook
445
445
446
  >The 'after_hold_create' hook is deprecated and scheduled for removal in the next major release.
446
  >The 'after_hold_create' hook is deprecated and scheduled for removal in the next major release.
447
  >
447
  >
448
  >If you find deprecation warnings for some plugin in your logs, please ask the plugin authors to update it to use the new 'after_hold_action' hook instead.
448
  >If you find deprecation warnings for some plugin in your logs, please ask the plugin authors to update it to use the new 'after_hold_action' hook instead.
449
- [[30410]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30410) Add a way for plugins to register background tasks
449
- [[30410]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30410) Add a way for plugins to register background tasks
450
450
451
### REST API
451
### REST API
452
452
453
- [[28020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28020) Error responses should return a code
453
- [[28020]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28020) Error responses should return a code
454
454
455
  >This development makes our error responses include an `error_code` that will be documented on each route, allowing better API usage on error conditions.
455
  >This development makes our error responses include an `error_code` that will be documented on each route, allowing better API usage on error conditions.
456
- [[29620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29620) Move the OpenAPI spec to YAML format
456
- [[29620]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29620) Move the OpenAPI spec to YAML format
457
457
458
  >This enhancement moves all the Koha REST API specification from json to YAML format. It also corrects two named parameters incorrectly in camelCase to sanake_case (fundidPathParam => fund_id_pp, vendoridPathParam => vendor_id_pp).
458
  >This enhancement moves all the Koha REST API specification from json to YAML format. It also corrects two named parameters incorrectly in camelCase to sanake_case (fundidPathParam => fund_id_pp, vendoridPathParam => vendor_id_pp).
459
- [[29772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29772) Make DELETE /patrons/:patron_id return error codes in error conditions
459
- [[29772]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29772) Make DELETE /patrons/:patron_id return error codes in error conditions
460
- [[29810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29810) Add embed options documentation
460
- [[29810]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29810) Add embed options documentation
461
461
462
  >This patch adds documentation of the different embed options the REST API provides.
462
  >This patch adds documentation of the different embed options the REST API provides.
463
- [[30074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30074) Missing extended_attributes relationship in DBIC schema
463
- [[30074]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30074) Missing extended_attributes relationship in DBIC schema
464
- [[30194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30194) Update required JSON::Validator version
464
- [[30194]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30194) Update required JSON::Validator version
465
465
466
  >This development adapts Koha so it works with the latest versions of:
466
  >This development adapts Koha so it works with the latest versions of:
467
  >
467
  >
468
  >- Mojolicious
468
  >- Mojolicious
469
  >- JSON::Validator
469
  >- JSON::Validator
470
  >- Mojolicious::Plugin::OpenAPI
470
  >- Mojolicious::Plugin::OpenAPI
471
- [[30674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30674) x-koha-override should use collectionFormat: csv
471
- [[30674]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30674) x-koha-override should use collectionFormat: csv
472
472
473
### Reports
473
### Reports
474
474
475
- [[5697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5697) Automatic linking in guided reports
475
- [[5697]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5697) Automatic linking in guided reports
476
476
477
  >This patch adds a feature to automatically link certain database columns in report results. If your report returns itemnumber, biblionumber, cardnumber, or borrowernumber, that cell in the report will contain a menu:
477
  >This patch adds a feature to automatically link certain database columns in report results. If your report returns itemnumber, biblionumber, cardnumber, or borrowernumber, that cell in the report will contain a menu:
478
  >
478
  >
Lines 484-500 You can learn about the system components (like OS and database) needed for runn Link Here
484
  >A link at the top of the report results will toggle the new menus on and off in case you don't want to see the menus. Your choice will persist until you log out.
484
  >A link at the top of the report results will toggle the new menus on and off in case you don't want to see the menus. Your choice will persist until you log out.
485
  >
485
  >
486
  >The feature works with column name placeholders, so if you want the table column to be a human readable label you can still get automatic linking, for example: [[items.itemnumber|Item number]]
486
  >The feature works with column name placeholders, so if you want the table column to be a human readable label you can still get automatic linking, for example: [[items.itemnumber|Item number]]
487
- [[29767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29767) Add cash registers, debit and credit types to report runtime parameters
487
- [[29767]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29767) Add cash registers, debit and credit types to report runtime parameters
488
488
489
### SIP2
489
### SIP2
490
490
491
- [[20517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20517) Use the "sort bin" field in SIP2 Checkin Response
491
- [[20517]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20517) Use the "sort bin" field in SIP2 Checkin Response
492
- [[25815]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25815) SIP Checkout: add more information on why the patron is blocked
492
- [[25815]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25815) SIP Checkout: add more information on why the patron is blocked
493
- [[26370]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26370) Add ability to disable demagnetizing items via SIP2 based on patron categories
493
- [[26370]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26370) Add ability to disable demagnetizing items via SIP2 based on patron categories
494
494
495
  >This patch adds a new option to the SIP config, `inhouse_patron_categories`. Adding a comma-separated list of patron category codes to this option will cause the SIP checkout to never send the 'demagnetize' command to the checkout preventing said users from removing the items from the library.
495
  >This patch adds a new option to the SIP config, `inhouse_patron_categories`. Adding a comma-separated list of patron category codes to this option will cause the SIP checkout to never send the 'demagnetize' command to the checkout preventing said users from removing the items from the library.
496
- [[29874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29874) Remove unused method C4::SIP::ILS::Item::fill_reserve
496
- [[29874]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29874) Remove unused method C4::SIP::ILS::Item::fill_reserve
497
- [[29936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29936) Add ability to disable hold capture via SIP checkin
497
- [[29936]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29936) Add ability to disable hold capture via SIP checkin
498
498
499
  **Sponsored by** *Cheshire Libraries Shared Services*
499
  **Sponsored by** *Cheshire Libraries Shared Services*
500
500
Lines 504-631 You can learn about the system components (like OS and database) needed for runn Link Here
504
504
505
### Searching
505
### Searching
506
506
507
- [[20689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689) Improve usability of Item search fields administration page
507
- [[20689]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689) Improve usability of Item search fields administration page
508
- [[22605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22605) Adding the option to modify/edit searches on the staff interface
508
- [[22605]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22605) Adding the option to modify/edit searches on the staff interface
509
- [[27035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27035) Shows the number of results in a facets after facet selection
509
- [[27035]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27035) Shows the number of results in a facets after facet selection
510
510
511
### Searching - Elasticsearch
511
### Searching - Elasticsearch
512
512
513
- [[29856]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29856) Make the ES config more flexible
513
- [[29856]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29856) Make the ES config more flexible
514
514
515
### Serials
515
### Serials
516
516
517
- [[6734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6734) Show location in full and brief subscription history in OPAC
517
- [[6734]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6734) Show location in full and brief subscription history in OPAC
518
- [[23352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23352) Define serial's collection in the subscription
518
- [[23352]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23352) Define serial's collection in the subscription
519
519
520
  **Sponsored by** *Catalyst*
520
  **Sponsored by** *Catalyst*
521
- [[29815]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29815) Pre-populate 'Date acquired' field when adding/editing items
521
- [[29815]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29815) Pre-populate 'Date acquired' field when adding/editing items
522
522
523
### Staff Client
523
### Staff Client
524
524
525
- [[17748]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17748) Show due date in item search results
525
- [[17748]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17748) Show due date in item search results
526
526
527
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
527
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
528
528
529
  >This enhancement adds the due date of an item to the item search results. The due date column will also show when exporting results to a CSV file.
529
  >This enhancement adds the due date of an item to the item search results. The due date column will also show when exporting results to a CSV file.
530
- [[20398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20398) Add a system preference to disable search result highlighting in the staff interface
530
- [[20398]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20398) Add a system preference to disable search result highlighting in the staff interface
531
531
532
  >This enhancement adds a new system preference StaffHighlightWords. This enables highlighting of words in search results for the staff interface to be turned on or off.
532
  >This enhancement adds a new system preference StaffHighlightWords. This enables highlighting of words in search results for the staff interface to be turned on or off.
533
- [[21225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21225) Add Syndetics cover images to staff client
533
- [[21225]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21225) Add Syndetics cover images to staff client
534
- [[27631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27631) Accessibility: Staff interface - `h1` on each page is Logo but should be page description/title
534
- [[27631]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27631) Accessibility: Staff interface - `h1` on each page is Logo but should be page description/title
535
535
536
  **Sponsored by** *Catalyst*
536
  **Sponsored by** *Catalyst*
537
537
538
  >This enhancement, as part of improving the accessibility of the staff interface, makes the main topic/title of the page the `h1` rather than the logo.
538
  >This enhancement, as part of improving the accessibility of the staff interface, makes the main topic/title of the page the `h1` rather than the logo.
539
- [[29575]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29575) Add a JS render function equivalent of the patron-title.inc TT include
539
- [[29575]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29575) Add a JS render function equivalent of the patron-title.inc TT include
540
540
541
  >This enhancement adds a re-usable javascript render function that accepts a Koha REST APIi Patron object and outputs the HTML representation.
541
  >This enhancement adds a re-usable javascript render function that accepts a Koha REST APIi Patron object and outputs the HTML representation.
542
- [[30081]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30081) Display item type in patron's holds table
542
- [[30081]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30081) Display item type in patron's holds table
543
543
544
### System Administration
544
### System Administration
545
545
546
- [[7374]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7374) Add remote image option for authorized values
546
- [[7374]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7374) Add remote image option for authorized values
547
547
548
  >This patch updates authorized values management to add the option of specifying a remote image to be associated with an authorized value. This functionality matches what was already available for item types: The ability to specify a full URL to an image file. Modifying a collection code with a remote image will make the image visible on catalog advanced search pages in the OPAC and staff interface when the option to select a collection is enabled.
548
  >This patch updates authorized values management to add the option of specifying a remote image to be associated with an authorized value. This functionality matches what was already available for item types: The ability to specify a full URL to an image file. Modifying a collection code with a remote image will make the image visible on catalog advanced search pages in the OPAC and staff interface when the option to select a collection is enabled.
549
- [[29626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29626) Map biblioitems.place to 264$a by default (MARC21)
549
- [[29626]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29626) Map biblioitems.place to 264$a by default (MARC21)
550
550
551
  >This updates the default Koha to MARC mappings so that biblioitems.place maps to 264$a. Currently it only maps to 260$a, and RDA uses 264$a.
551
  >This updates the default Koha to MARC mappings so that biblioitems.place maps to 264$a. Currently it only maps to 260$a, and RDA uses 264$a.
552
- [[29627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29627) Map biblioitems.publishercode to 264$b by default (MARC21)
552
- [[29627]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29627) Map biblioitems.publishercode to 264$b by default (MARC21)
553
553
554
  >This updates the default Koha to MARC mappings so that biblioitems.publishercode maps to 264$b. Currently it only maps to 260$b,and RDA uses 264$b.
554
  >This updates the default Koha to MARC mappings so that biblioitems.publishercode maps to 264$b. Currently it only maps to 260$b,and RDA uses 264$b.
555
- [[29634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29634) Map biblio.medium to 245$h by default (MARC21)
555
- [[29634]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29634) Map biblio.medium to 245$h by default (MARC21)
556
556
557
  >This updates the default Koha to MARC mappings so that biblio.medium maps to 245$h. The medium field was added in 19.11 but it was not linked to 245$h.
557
  >This updates the default Koha to MARC mappings so that biblio.medium maps to 245$h. The medium field was added in 19.11 but it was not linked to 245$h.
558
- [[29832]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29832) Make library column in desk list sortable
558
- [[29832]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29832) Make library column in desk list sortable
559
559
560
### Templates
560
### Templates
561
561
562
- [[24415]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24415) Authority enhancement - Improve access to tabs
562
- [[24415]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24415) Authority enhancement - Improve access to tabs
563
- [[25025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25025) Drag-and-drop cover image upload
563
- [[25025]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25025) Drag-and-drop cover image upload
564
- [[26975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26975) Reindent authorities editor template
564
- [[26975]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26975) Reindent authorities editor template
565
- [[27470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470) Improve link text for logging in
565
- [[27470]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470) Improve link text for logging in
566
566
567
  **Sponsored by** *Catalyst*
567
  **Sponsored by** *Catalyst*
568
- [[27750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27750) Remove jquery.cookie.js plugin
568
- [[27750]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27750) Remove jquery.cookie.js plugin
569
- [[28405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28405) Add author info to the holds page in the staff interface
569
- [[28405]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28405) Add author info to the holds page in the staff interface
570
570
571
  >This patch adds the author name to place a hold page (request.tt)
571
  >This patch adds the author name to place a hold page (request.tt)
572
- [[28993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28993) Switch magnifying glass in staff detail pages to FA icon
572
- [[28993]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28993) Switch magnifying glass in staff detail pages to FA icon
573
- [[29228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29228) Use Flatpickr on offline circulation page
573
- [[29228]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29228) Use Flatpickr on offline circulation page
574
- [[29277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29277) Replace the use of jQueryUI tabs on item circulation alerts page
574
- [[29277]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29277) Replace the use of jQueryUI tabs on item circulation alerts page
575
- [[29289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29289) 'Show fines to guarantor' should have its own id on patron detail page
575
- [[29289]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29289) 'Show fines to guarantor' should have its own id on patron detail page
576
- [[29406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406) Improve display of OPAC suppression message
576
- [[29406]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406) Improve display of OPAC suppression message
577
577
578
  >This enhancement changes the way the "Suppressed in OPAC" message is shown on the staff interface search results and the bibliographic detail page. Now the information is displayed like other bibliographic details.
578
  >This enhancement changes the way the "Suppressed in OPAC" message is shown on the staff interface search results and the bibliographic detail page. Now the information is displayed like other bibliographic details.
579
- [[29458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29458) Show login button consistently in relation to login instructions, reset and register links
579
- [[29458]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29458) Show login button consistently in relation to login instructions, reset and register links
580
- [[29602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29602) We must be nicer with translators
580
- [[29602]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29602) We must be nicer with translators
581
- [[29648]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29648) Make KohaTable tables 'default length' and 'default sort' configurable
581
- [[29648]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29648) Make KohaTable tables 'default length' and 'default sort' configurable
582
- [[29867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29867) Reindent authorized values administration template
582
- [[29867]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29867) Reindent authorized values administration template
583
- [[29876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29876) Style report id in report results heading
583
- [[29876]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29876) Style report id in report results heading
584
- [[29998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29998) Replace the use of jQueryUI tabs on item types administration page
584
- [[29998]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29998) Replace the use of jQueryUI tabs on item types administration page
585
- [[29999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29999) Replace the use of jQueryUI tabs on authorized values administration page
585
- [[29999]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29999) Replace the use of jQueryUI tabs on authorized values administration page
586
- [[30000]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30000) Replace the use of jQueryUI tabs on the search engine configuration page
586
- [[30000]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30000) Replace the use of jQueryUI tabs on the search engine configuration page
587
- [[30011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30011) Upgrade jQueryUI to 1.13.1 in the OPAC and staff interface
587
- [[30011]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30011) Upgrade jQueryUI to 1.13.1 in the OPAC and staff interface
588
- [[30212]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30212) Make Select2 available for ILL backend developers
588
- [[30212]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30212) Make Select2 available for ILL backend developers
589
- [[30223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30223) Move book cover image upload JS to a separate file
589
- [[30223]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30223) Move book cover image upload JS to a separate file
590
- [[30227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30227) Replace the use of jQueryUI tabs on bibliographic detail page
590
- [[30227]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30227) Replace the use of jQueryUI tabs on bibliographic detail page
591
- [[30316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30316) Replace the use of jQueryUI tabs on MARC detail page
591
- [[30316]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30316) Replace the use of jQueryUI tabs on MARC detail page
592
- [[30317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30317) Replace the use of jQueryUI tabs on search history page
592
- [[30317]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30317) Replace the use of jQueryUI tabs on search history page
593
- [[30378]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30378) Convert about page tabs to Bootstrap
593
- [[30378]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30378) Convert about page tabs to Bootstrap
594
- [[30396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30396) Convert basket groups page tabs to Bootstrap
594
- [[30396]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30396) Convert basket groups page tabs to Bootstrap
595
- [[30398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30398) Reindent invoices template
595
- [[30398]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30398) Reindent invoices template
596
- [[30400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30400) Convert invoices page tabs to Bootstrap
596
- [[30400]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30400) Convert invoices page tabs to Bootstrap
597
- [[30401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30401) Convert budgets administration page tabs to Bootstrap
597
- [[30401]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30401) Convert budgets administration page tabs to Bootstrap
598
- [[30417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30417) Switch to Bootstrap tabs on the basic library transfer limit page
598
- [[30417]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30417) Switch to Bootstrap tabs on the basic library transfer limit page
599
- [[30419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30419) Convert authority detail page tabs to Bootstrap
599
- [[30419]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30419) Convert authority detail page tabs to Bootstrap
600
- [[30423]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30423) Convert authority merge page tabs to Bootstrap
600
- [[30423]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30423) Convert authority merge page tabs to Bootstrap
601
- [[30424]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30424) Reindent advanced search template in the staff interface
601
- [[30424]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30424) Reindent advanced search template in the staff interface
602
- [[30433]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30433) Convert advanced search tabs to Bootstrap
602
- [[30433]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30433) Convert advanced search tabs to Bootstrap
603
- [[30434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30434) Convert catalog merge page tabs to Bootstrap
603
- [[30434]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30434) Convert catalog merge page tabs to Bootstrap
604
- [[30436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30436) Convert article requests tabs to Bootstrap
604
- [[30436]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30436) Convert article requests tabs to Bootstrap
605
- [[30453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30453) Convert offline circulation tabs to Bootstrap
605
- [[30453]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30453) Convert offline circulation tabs to Bootstrap
606
- [[30454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30454) Convert holds awaiting pickup tabs to Bootstrap
606
- [[30454]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30454) Convert holds awaiting pickup tabs to Bootstrap
607
- [[30456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30456) Convert checkout history tabs to Bootstrap
607
- [[30456]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30456) Convert checkout history tabs to Bootstrap
608
- [[30457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30457) Convert holds page tabs to Bootstrap
608
- [[30457]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30457) Convert holds page tabs to Bootstrap
609
- [[30466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30466) Convert serials pages tabs to Bootstrap
609
- [[30466]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30466) Convert serials pages tabs to Bootstrap
610
- [[30473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30473) Convert suggestions page tabs to Bootstrap
610
- [[30473]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30473) Convert suggestions page tabs to Bootstrap
611
- [[30474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30474) Convert tools pages tabs to Bootstrap (part 1)
611
- [[30474]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30474) Convert tools pages tabs to Bootstrap (part 1)
612
- [[30475]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30475) Convert tools pages tabs to Bootstrap (part 2)
612
- [[30475]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30475) Convert tools pages tabs to Bootstrap (part 2)
613
- [[30489]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30489) Convert MARC and authority subfield edit tabs to Bootstrap
613
- [[30489]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30489) Convert MARC and authority subfield edit tabs to Bootstrap
614
- [[30491]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30491) Convert saved reports tabs to Bootstrap
614
- [[30491]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30491) Convert saved reports tabs to Bootstrap
615
- [[30494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30494) Replace the use of jQueryUI Accordion on the table settings page
615
- [[30494]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30494) Replace the use of jQueryUI Accordion on the table settings page
616
- [[30545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30545) Replace the use of jQueryUI Accordion on the notices page
616
- [[30545]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30545) Replace the use of jQueryUI Accordion on the notices page
617
- [[30549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30549) Replace the use of jQueryUI Accordion on pending patron updates page
617
- [[30549]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30549) Replace the use of jQueryUI Accordion on pending patron updates page
618
- [[30695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30695) Checkouts and holds count display in tab could be better in patron details
618
- [[30695]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30695) Checkouts and holds count display in tab could be better in patron details
619
619
620
### Test Suite
620
### Test Suite
621
621
622
- [[30125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30125) Add full-stack tests for API pagination
622
- [[30125]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30125) Add full-stack tests for API pagination
623
- [[30446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30446) Add a test for GetTagsLabels
623
- [[30446]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30446) Add a test for GetTagsLabels
624
624
625
### Tools
625
### Tools
626
626
627
- [[14393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14393) Add collection code filter to inventory
627
- [[14393]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14393) Add collection code filter to inventory
628
- [[20076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20076) Overdues email to library for patrons without email should be optional
628
- [[20076]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20076) Overdues email to library for patrons without email should be optional
629
629
630
  >Currently, two print notices are generated when running overdue_notices.pl if a patron does not have an email address:
630
  >Currently, two print notices are generated when running overdue_notices.pl if a patron does not have an email address:
631
  >- a print overdue notice for the patron, and 
631
  >- a print overdue notice for the patron, and 
Lines 634-664 You can learn about the system components (like OS and database) needed for runn Link Here
634
  >Depending on a library's work processes, they may want both or only the patron print overdue notice generated.
634
  >Depending on a library's work processes, they may want both or only the patron print overdue notice generated.
635
  >
635
  >
636
  >This enhancement adds a new system preference, EmailOverduesNoEmail, that allows libraries to choose whether to send or not send overdue notices for patrons without an email address to library staff. The default is set to send, as this preserves the current behaviour.
636
  >This enhancement adds a new system preference, EmailOverduesNoEmail, that allows libraries to choose whether to send or not send overdue notices for patrons without an email address to library staff. The default is set to send, as this preserves the current behaviour.
637
- [[22785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22785) Manage matches when importing through stage MARC record import
637
- [[22785]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22785) Manage matches when importing through stage MARC record import
638
- [[22827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827) Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned
638
- [[22827]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22827) Automatic item modifications by age: add age depencency on other field(s) than dateaccessioned
639
639
640
  >This enhancement enables librarians to automatically modify items based on date fields other than items.dateaccessioned. 
640
  >This enhancement enables librarians to automatically modify items based on date fields other than items.dateaccessioned. 
641
  >
641
  >
642
  >The 'Automatic item modifications by age' tool can now key rules off any one the following: items.dateaccessioned, items.replacementpricedate, items.datelastborrowed, items.datelastseen, items.damaged_on, items.itemlost_on, items.withdrawn_on.
642
  >The 'Automatic item modifications by age' tool can now key rules off any one the following: items.dateaccessioned, items.replacementpricedate, items.datelastborrowed, items.datelastseen, items.damaged_on, items.itemlost_on, items.withdrawn_on.
643
  >
643
  >
644
  >Existing rules will continue to key off the items.dateaccessioned field.
644
  >Existing rules will continue to key off the items.dateaccessioned field.
645
- [[23873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23873) Allow marc modification templates to use capturing groups in substitutions
645
- [[23873]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23873) Allow marc modification templates to use capturing groups in substitutions
646
- [[27904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27904) Improve display in creating profile for staging MARC records for import
646
- [[27904]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27904) Improve display in creating profile for staging MARC records for import
647
- [[28840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28840) Better texts in batch record modification/deletion
647
- [[28840]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28840) Better texts in batch record modification/deletion
648
- [[29698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29698) items are not available for TT syntax for PREDUEDGST
648
- [[29698]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29698) items are not available for TT syntax for PREDUEDGST
649
- [[29821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29821) Add interface for generating barcodes using svc/barcode
649
- [[29821]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29821) Add interface for generating barcodes using svc/barcode
650
- [[29824]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29824) Allow for quick spine labels to be editable for printing
650
- [[29824]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29824) Allow for quick spine labels to be editable for printing
651
651
652
  >Adds the ability to edit quick spine labels after they have been generated.
652
  >Adds the ability to edit quick spine labels after they have been generated.
653
- [[29946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29946) Sort profiles alphabetically when  staging MARC records for import
653
- [[29946]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29946) Sort profiles alphabetically when  staging MARC records for import
654
654
655
### Web services
655
### Web services
656
656
657
- [[20894]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20894) Add barcode size parameters to /svc/barcode
657
- [[20894]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20894) Add barcode size parameters to /svc/barcode
658
- [[22347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22347) Translatability of ILSDI results for getavaibility
658
- [[22347]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22347) Translatability of ILSDI results for getavaibility
659
659
660
  **Sponsored by** *University Lyon 3*
660
  **Sponsored by** *University Lyon 3*
661
- [[28238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28238) Add itemcallnumber to ILS-DI GetAvailability output
661
- [[28238]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28238) Add itemcallnumber to ILS-DI GetAvailability output
662
662
663
  **Sponsored by** *University Lyon 3*
663
  **Sponsored by** *University Lyon 3*
664
664
Lines 672-927 have already been fixed in maintainance releases) Link Here
672
672
673
### Acquisitions
673
### Acquisitions
674
674
675
- [[29464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29464) GET /acquisitions/orders doesn't honour sorting
675
- [[29464]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29464) GET /acquisitions/orders doesn't honour sorting
676
676
677
  **Sponsored by** *ByWater Solutions*
677
  **Sponsored by** *ByWater Solutions*
678
- [[29570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29570) Unable to sort summary column of pending_orders table on parcel.pl by summary column
678
- [[29570]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29570) Unable to sort summary column of pending_orders table on parcel.pl by summary column
679
- [[29670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29670) Restore functionality broken by bug 27708 for AcqCreateItem set to "placing an order"
679
- [[29670]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29670) Restore functionality broken by bug 27708 for AcqCreateItem set to "placing an order"
680
680
681
  >This patch restores the lost GIR segments in EDI messages generated by orders with items attached.
681
  >This patch restores the lost GIR segments in EDI messages generated by orders with items attached.
682
682
683
### Architecture, internals, and plumbing
683
### Architecture, internals, and plumbing
684
684
685
- [[29631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29631) 21.06.000.12 may fail
685
- [[29631]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29631) 21.06.000.12 may fail
686
686
687
  >This fixes an issue when upgrading from 21.05.x to 21.11 - the uniq_lang unique key is failing to be created because several rows with the same subtag and type exist in database table language_subtag_registry.
687
  >This fixes an issue when upgrading from 21.05.x to 21.11 - the uniq_lang unique key is failing to be created because several rows with the same subtag and type exist in database table language_subtag_registry.
688
- [[29684]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29684) Warning File not found: js/locale_data.js
688
- [[29684]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29684) Warning File not found: js/locale_data.js
689
- [[29804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29804) Koha::Hold->is_pickup_location_valid explodes if empty list of pickup locations
689
- [[29804]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29804) Koha::Hold->is_pickup_location_valid explodes if empty list of pickup locations
690
- [[29857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29857) We must stringify our exceptions correctly
690
- [[29857]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29857) We must stringify our exceptions correctly
691
- [[29914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29914) check_cookie_auth not strict enough
691
- [[29914]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29914) check_cookie_auth not strict enough
692
- [[29956]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29956) Cookie can contain plain text password
692
- [[29956]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29956) Cookie can contain plain text password
693
- [[30004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30004) Prevent TooMany from executing too many SQL queries
693
- [[30004]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30004) Prevent TooMany from executing too many SQL queries
694
- [[30167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30167) Return soonest renewal date when CanBookBeRenewed returns %too_soon
694
- [[30167]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30167) Return soonest renewal date when CanBookBeRenewed returns %too_soon
695
- [[30172]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30172) Background jobs failing due to race condition
695
- [[30172]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30172) Background jobs failing due to race condition
696
- [[30291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30291) Rename recalls.* column names
696
- [[30291]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30291) Rename recalls.* column names
697
- [[30501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30501) sysprefs.sql has an error
697
- [[30501]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30501) sysprefs.sql has an error
698
- [[30540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30540) Double processing invalid dates can lead to ISE
698
- [[30540]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30540) Double processing invalid dates can lead to ISE
699
- [[30626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30626) DT REST API wrapper not building the filter query correctly
699
- [[30626]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30626) DT REST API wrapper not building the filter query correctly
700
- [[30639]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30639) Patron search does not split search terms
700
- [[30639]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30639) Patron search does not split search terms
701
701
702
### Authentication
702
### Authentication
703
703
704
- [[29915]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29915) Anonymous session generates 1 new session ID per hit
704
- [[29915]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29915) Anonymous session generates 1 new session ID per hit
705
705
706
### Cataloging
706
### Cataloging
707
707
708
- [[29689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29689) Update to 21.11 broken auto-generated barcode in `<branchcode>0001` option
708
- [[29689]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29689) Update to 21.11 broken auto-generated barcode in `<branchcode>0001` option
709
- [[29690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29690) Software error in details.pl when invalid MARCXML
709
- [[29690]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29690) Software error in details.pl when invalid MARCXML
710
- [[30178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30178) Every librarian can edit every item with IndependentBranches on
710
- [[30178]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30178) Every librarian can edit every item with IndependentBranches on
711
- [[30644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30644) Cannot delete items
711
- [[30644]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30644) Cannot delete items
712
- [[30717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30717) Dates displayed in ISO format when editing items
712
- [[30717]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30717) Dates displayed in ISO format when editing items
713
713
714
### Circulation
714
### Circulation
715
715
716
- [[29495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29495) Issue link is lost in return claims when using 'MarkLostItemsAsReturned'
716
- [[29495]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29495) Issue link is lost in return claims when using 'MarkLostItemsAsReturned'
717
- [[29637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29637) AutoSwitchPatron is broken since Bug 26352
717
- [[29637]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29637) AutoSwitchPatron is broken since Bug 26352
718
718
719
  >This fixes an issue introduced by bug 26352 in 21.11 that caused the AutoSwitchPatron system preference to no longer work. (When AutoSwitchPatron is enabled and a patron barcode is scanned instead of a book, it automatically redirects to the patron.)
719
  >This fixes an issue introduced by bug 26352 in 21.11 that caused the AutoSwitchPatron system preference to no longer work. (When AutoSwitchPatron is enabled and a patron barcode is scanned instead of a book, it automatically redirects to the patron.)
720
- [[30099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30099) Error when accessing circulation.pl without patron parameter
720
- [[30099]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30099) Error when accessing circulation.pl without patron parameter
721
- [[30104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30104) Holds to pull is broken
721
- [[30104]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30104) Holds to pull is broken
722
- [[30114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30114) Koha offline circulation will always cancel the next hold when issuing item to a patron
722
- [[30114]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30114) Koha offline circulation will always cancel the next hold when issuing item to a patron
723
- [[30222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30222) Auto_renew_digest still sends every day when renewals are not allowed
723
- [[30222]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30222) Auto_renew_digest still sends every day when renewals are not allowed
724
- [[30251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30251) With IndependentBranches non-superlibrarians do not get autocomplete list in circulation module
724
- [[30251]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30251) With IndependentBranches non-superlibrarians do not get autocomplete list in circulation module
725
725
726
### Command-line Utilities
726
### Command-line Utilities
727
727
728
- [[29794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29794) delete_items.pl missing include
728
- [[29794]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29794) delete_items.pl missing include
729
- [[30520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30520) Command line stage and import broken
729
- [[30520]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30520) Command line stage and import broken
730
730
731
### Database
731
### Database
732
732
733
- [[29605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29605) DB structure may not be synced with kohastructure.sql
733
- [[29605]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29605) DB structure may not be synced with kohastructure.sql
734
- [[30600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30600) Recalls sync problem between DBIx and kohastructure.sql
734
- [[30600]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30600) Recalls sync problem between DBIx and kohastructure.sql
735
735
736
  **Sponsored by** *Catalyst*
736
  **Sponsored by** *Catalyst*
737
- [[30852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30852) article_requests missing index on debit_id
737
- [[30852]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30852) article_requests missing index on debit_id
738
738
739
### Fines and fees
739
### Fines and fees
740
740
741
- [[27801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27801) Entering multiple lines of an item in Point of Sale can make the Collect Payment field off
741
- [[27801]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27801) Entering multiple lines of an item in Point of Sale can make the Collect Payment field off
742
742
743
  >This fixes the POS transactions page so that the total for the sale and the amount to collect are the same.
743
  >This fixes the POS transactions page so that the total for the sale and the amount to collect are the same.
744
  >
744
  >
745
  >Before this a POS transaction with multiple items in the Sale box, say for example 9 x .10 items, the total in the Sale box appears correct, but the amount to Collect from Patron is off by a cent.
745
  >Before this a POS transaction with multiple items in the Sale box, say for example 9 x .10 items, the total in the Sale box appears correct, but the amount to Collect from Patron is off by a cent.
746
- [[29385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29385) Add missing cash register support to SIP2
746
- [[29385]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29385) Add missing cash register support to SIP2
747
- [[29457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29457) Fee Cancellation records the wrong manager_id
747
- [[29457]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29457) Fee Cancellation records the wrong manager_id
748
748
749
  >Prior to this patch inadvertently the field borrowers.userid was used to fill accountslines.manager_id. This should have been borrowernumber.
749
  >Prior to this patch inadvertently the field borrowers.userid was used to fill accountslines.manager_id. This should have been borrowernumber.
750
  >
750
  >
751
  >This report fixes that and prints a generic warning.
751
  >This report fixes that and prints a generic warning.
752
- [[30003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30003) Register entries doubled up if form fails validation on first submission
752
- [[30003]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30003) Register entries doubled up if form fails validation on first submission
753
- [[30139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30139) Point of sale sets wrong 'Amount being paid' with CurrencyFormat = FR
753
- [[30139]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30139) Point of sale sets wrong 'Amount being paid' with CurrencyFormat = FR
754
- [[30346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30346) Editing circ rule with Overdue fines cap (amount) results in data loss and extra fines
754
- [[30346]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30346) Editing circ rule with Overdue fines cap (amount) results in data loss and extra fines
755
755
756
### Hold requests
756
### Hold requests
757
757
758
- [[29136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29136) Patron search on request.pl has performance and display issues
758
- [[29136]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29136) Patron search on request.pl has performance and display issues
759
759
760
  >This fixes the performance and display of patron search results when placing a hold from a record details page using the staff interface. Patron results are now paginated and all the results are now available - previously all results were listed on one page, which could cause performance issues.
760
  >This fixes the performance and display of patron search results when placing a hold from a record details page using the staff interface. Patron results are now paginated and all the results are now available - previously all results were listed on one page, which could cause performance issues.
761
- [[29349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29349) Item-level holds should assume the same pickup location as bib-level holds
761
- [[29349]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29349) Item-level holds should assume the same pickup location as bib-level holds
762
762
763
  >Up until Koha 20.11 the pickup location when placing item-level holds was the currently logged-in library.
763
  >Up until Koha 20.11 the pickup location when placing item-level holds was the currently logged-in library.
764
  >
764
  >
765
  >From Koha 21.05 the holding branch was used as the default.
765
  >From Koha 21.05 the holding branch was used as the default.
766
  >
766
  >
767
  >This restores the previous behaviour so that the logged-in library (if a valid pickup location) is selected as the default pickup location for item-level holds. When it is not, an empty dropdown is used as a fallback.
767
  >This restores the previous behaviour so that the logged-in library (if a valid pickup location) is selected as the default pickup location for item-level holds. When it is not, an empty dropdown is used as a fallback.
768
- [[29736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29736) Error when placing a hold for a club without members
768
- [[29736]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29736) Error when placing a hold for a club without members
769
- [[29737]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29737) Cannot suspend holds
769
- [[29737]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29737) Cannot suspend holds
770
- [[29906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29906) When changing hold parameters over API (PUT) it forcibly gets to "suspended" state
770
- [[29906]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29906) When changing hold parameters over API (PUT) it forcibly gets to "suspended" state
771
771
772
  >The PATCH/PUT /api/v1/holds/{hold_id} API endpoint allows for partial updates of Holds.  Priority and Pickup Location are both available to change (though it is preferred to use the routes specifically added for manipulating them).
772
  >The PATCH/PUT /api/v1/holds/{hold_id} API endpoint allows for partial updates of Holds.  Priority and Pickup Location are both available to change (though it is preferred to use the routes specifically added for manipulating them).
773
  >
773
  >
774
  >Suspend_until can also be added/updated to add or lengthen an existing suspension, but the field cannot be set to null to remove the suspension at present.
774
  >Suspend_until can also be added/updated to add or lengthen an existing suspension, but the field cannot be set to null to remove the suspension at present.
775
  >
775
  >
776
  >This patch restores the suspen_until function to ensure suspensions are not triggered by unrelated pickup location or priority changes.
776
  >This patch restores the suspen_until function to ensure suspensions are not triggered by unrelated pickup location or priority changes.
777
- [[29969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29969) Cannot update hold list after holds cancelled in bulk
777
- [[29969]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29969) Cannot update hold list after holds cancelled in bulk
778
- [[30266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30266) Holds marked waiting with a holdingbranch that does not match can cause loss of pickup locations
778
- [[30266]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30266) Holds marked waiting with a holdingbranch that does not match can cause loss of pickup locations
779
- [[30395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30395) Internal server error at reserve/request.pl on a biblio with non-ISO formatted date in publicationyear
779
- [[30395]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30395) Internal server error at reserve/request.pl on a biblio with non-ISO formatted date in publicationyear
780
- [[30432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30432) get_items_that_can_fill needs to specify table for biblionumbers
780
- [[30432]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30432) get_items_that_can_fill needs to specify table for biblionumbers
781
- [[30583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30583) Hold system broken for translated template
781
- [[30583]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30583) Hold system broken for translated template
782
- [[30630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30630) Checking in a waiting hold at another branch when HoldsAutoFill is enabled causes errors
782
- [[30630]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30630) Checking in a waiting hold at another branch when HoldsAutoFill is enabled causes errors
783
- [[30730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30730) Holds to Pull should not list items with a notforloan status
783
- [[30730]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30730) Holds to Pull should not list items with a notforloan status
784
784
785
### ILL
785
### ILL
786
786
787
- [[28932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28932) Backend overriding status_graph element causes duplicate actions
787
- [[28932]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28932) Backend overriding status_graph element causes duplicate actions
788
- [[30183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30183) ILL table search filtering broken
788
- [[30183]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30183) ILL table search filtering broken
789
789
790
### Installation and upgrade (web-based installer)
790
### Installation and upgrade (web-based installer)
791
791
792
- [[27619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27619) Remove fr-FR installer data
792
- [[27619]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27619) Remove fr-FR installer data
793
- [[30276]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30276) Web-based installer failing on db upgrade for 30060
793
- [[30276]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30276) Web-based installer failing on db upgrade for 30060
794
794
795
### Label/patron card printing
795
### Label/patron card printing
796
796
797
- [[24001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24001) Cannot edit card template
797
- [[24001]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24001) Cannot edit card template
798
798
799
  >This fixes errors that caused creating and editing patron card templates and printer profiles to fail.
799
  >This fixes errors that caused creating and editing patron card templates and printer profiles to fail.
800
800
801
### Lists
801
### Lists
802
802
803
- [[29669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29669) Uninitialized value warnings when XSLTParse4Display is called
803
- [[29669]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29669) Uninitialized value warnings when XSLTParse4Display is called
804
804
805
### Notices
805
### Notices
806
806
807
- [[29586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29586) "Hold reminder" notice doesn't show in messaging preferences in new installation
807
- [[29586]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29586) "Hold reminder" notice doesn't show in messaging preferences in new installation
808
808
809
  >This fixes an issue with the installer files that meant "Hold reminder" notices were not shown in messaging preferences for new installations.
809
  >This fixes an issue with the installer files that meant "Hold reminder" notices were not shown in messaging preferences for new installations.
810
- [[30354]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30354) AUTO_RENEWALS_DGST notices are not generated if patron set to receive notice via SMS and no SMS notice defined
810
- [[30354]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30354) AUTO_RENEWALS_DGST notices are not generated if patron set to receive notice via SMS and no SMS notice defined
811
811
812
  >If an SMS notice is not defined for AUTO_RENEWALS_DGST and a patron has selected to receive a digest notification by SMS when items are automatically renewed, it doesn't generate a notice (even though the item(s) is renewed). This fixes the issue so that an email message is generated.
812
  >If an SMS notice is not defined for AUTO_RENEWALS_DGST and a patron has selected to receive a digest notification by SMS when items are automatically renewed, it doesn't generate a notice (even though the item(s) is renewed). This fixes the issue so that an email message is generated.
813
813
814
### OPAC
814
### OPAC
815
815
816
- [[28955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28955) Add option to set default branch from Apache
816
- [[28955]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28955) Add option to set default branch from Apache
817
817
818
  >Add support for OPAC_BRANCH_DEFAULT as an environment option.
818
  >Add support for OPAC_BRANCH_DEFAULT as an environment option.
819
  >It allows setting a default branch for the anonymous OPAC session such that you can display the right OPAC content blocks prior to login if you have set up per branch website.
819
  >It allows setting a default branch for the anonymous OPAC session such that you can display the right OPAC content blocks prior to login if you have set up per branch website.
820
- [[29544]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29544) A patron can set everybody's checkout notes
820
- [[29544]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29544) A patron can set everybody's checkout notes
821
- [[29696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29696) "Suggest for purchase" missing biblio link
821
- [[29696]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29696) "Suggest for purchase" missing biblio link
822
- [[29778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29778) Deleting additional_contents leaves entries for additional languages
822
- [[29778]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29778) Deleting additional_contents leaves entries for additional languages
823
- [[29803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29803) Local cover images don't show in detail page, but only in results
823
- [[29803]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29803) Local cover images don't show in detail page, but only in results
824
- [[30045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30045) SCO print slip is broken
824
- [[30045]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30045) SCO print slip is broken
825
- [[30089]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30089) Placing holds on OPAC broken
825
- [[30089]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30089) Placing holds on OPAC broken
826
- [[30101]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30101) OPAC advanced search page broken by Bug 29844
826
- [[30101]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30101) OPAC advanced search page broken by Bug 29844
827
- [[30147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30147) OpacBrowseResults causing error on detail page
827
- [[30147]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30147) OpacBrowseResults causing error on detail page
828
- [[30488]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30488) Error when placing a recall in the OPAC
828
- [[30488]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30488) Error when placing a recall in the OPAC
829
829
830
  **Sponsored by** *Catalyst*
830
  **Sponsored by** *Catalyst*
831
831
832
### Packaging
832
### Packaging
833
833
834
- [[29881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29881) Remove SQLite2 dependency
834
- [[29881]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29881) Remove SQLite2 dependency
835
- [[30084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30084) Remove dependency of liblocale-codes-perl
835
- [[30084]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30084) Remove dependency of liblocale-codes-perl
836
- [[30209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30209) Upgrade 'libdbd-sqlite2-perl' package to 'libdbd-sqlite3-perl'
836
- [[30209]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30209) Upgrade 'libdbd-sqlite2-perl' package to 'libdbd-sqlite3-perl'
837
837
838
### Patrons
838
### Patrons
839
839
840
- [[28943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28943) Lower the risk of accidental patron deletion by cleanup_database.pl
840
- [[28943]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28943) Lower the risk of accidental patron deletion by cleanup_database.pl
841
841
842
  >If you use self registration but you do not use a temporary self registration patron category,
842
  >If you use self registration but you do not use a temporary self registration patron category,
843
  >you should actually clear the preference
843
  >you should actually clear the preference
844
  >PatronSelfRegistrationExpireTemporaryAccountsDelay.
844
  >PatronSelfRegistrationExpireTemporaryAccountsDelay.
845
- [[30325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30325) (Bug 30098 follow-up) Broken patron search redirect when one result
845
- [[30325]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30325) (Bug 30098 follow-up) Broken patron search redirect when one result
846
- [[30576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30576) DefaultPatronSearchFields no longer takes effect
846
- [[30576]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30576) DefaultPatronSearchFields no longer takes effect
847
- [[30603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30603) Sort 1 and Sort 2 on patron form are on longer free text when AV categories are empty
847
- [[30603]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30603) Sort 1 and Sort 2 on patron form are on longer free text when AV categories are empty
848
- [[30622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30622) Search for cardnumber needs to go directly to patron record when placing a hold
848
- [[30622]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30622) Search for cardnumber needs to go directly to patron record when placing a hold
849
849
850
### Plugin architecture
850
### Plugin architecture
851
851
852
- [[29931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29931) Script plugins-enable.pl should check the cookie status before running plugins
852
- [[29931]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29931) Script plugins-enable.pl should check the cookie status before running plugins
853
853
854
### REST API
854
### REST API
855
855
856
- [[29018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29018) Deleting patrons from REST API doesn't do any checks or move to deletedborrowers
856
- [[29018]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29018) Deleting patrons from REST API doesn't do any checks or move to deletedborrowers
857
857
858
  >This fixes the REST API route for deleting patrons so that it now checks for guarantees, debts, and current checkouts. If any of these checks fail, the patron is not deleted.
858
  >This fixes the REST API route for deleting patrons so that it now checks for guarantees, debts, and current checkouts. If any of these checks fail, the patron is not deleted.
859
- [[29877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29877) MaxReserves should be enforced consistently between staff interface and API
859
- [[29877]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29877) MaxReserves should be enforced consistently between staff interface and API
860
- [[30133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30133) Pagination broken on pickup_locations routes when AllowHoldPolicyOverride=1
860
- [[30133]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30133) Pagination broken on pickup_locations routes when AllowHoldPolicyOverride=1
861
- [[30165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30165) Several q parameters break the filters
861
- [[30165]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30165) Several q parameters break the filters
862
- [[30408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30408) API and OpenAPI versions should be string in spec
862
- [[30408]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30408) API and OpenAPI versions should be string in spec
863
- [[30663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30663) POST /api/v1/suggestions won't honor suggestions limits
863
- [[30663]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30663) POST /api/v1/suggestions won't honor suggestions limits
864
864
865
### Reports
865
### Reports
866
866
867
- [[29786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29786) Holds to pull report shows incorrect item for item level holds
867
- [[29786]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29786) Holds to pull report shows incorrect item for item level holds
868
868
869
  >This patch corrects an issue with the Holds to Pull report in which an incorrect barcode number could be shown for an item-level hold. The correct barcode will now be shown.
869
  >This patch corrects an issue with the Holds to Pull report in which an incorrect barcode number could be shown for an item-level hold. The correct barcode will now be shown.
870
- [[30532]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30532) guided_reports.pl has a problem
870
- [[30532]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30532) guided_reports.pl has a problem
871
- [[30551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30551) Cash register report shows wrong library when paying fees in two different libraries
871
- [[30551]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30551) Cash register report shows wrong library when paying fees in two different libraries
872
872
873
### SIP2
873
### SIP2
874
874
875
- [[29754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29754) Patron fines counted twice for SIP when NoIssuesChargeGuarantorsWithGuarantees is enabled
875
- [[29754]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29754) Patron fines counted twice for SIP when NoIssuesChargeGuarantorsWithGuarantees is enabled
876
- [[29755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29755) SIP2 code does not correctly handle NoIssuesChargeGuarantees  or  NoIssuesChargeGuarantorsWithGuarantees
876
- [[29755]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29755) SIP2 code does not correctly handle NoIssuesChargeGuarantees  or  NoIssuesChargeGuarantorsWithGuarantees
877
877
878
  >This fixes SIP2 so that it correctly determines if issues should be blocked for patrons when the NoIssuesChargeGuarantees and NoIssuesChargeGuarantorsWithGuarantees system preferences are set. Currently, it only checks the noissuescharge system preference as the limit for charges, and not the other 'No Issues charge' system preferences.
878
  >This fixes SIP2 so that it correctly determines if issues should be blocked for patrons when the NoIssuesChargeGuarantees and NoIssuesChargeGuarantorsWithGuarantees system preferences are set. Currently, it only checks the noissuescharge system preference as the limit for charges, and not the other 'No Issues charge' system preferences.
879
879
880
### Searching - Elasticsearch
880
### Searching - Elasticsearch
881
881
882
- [[27770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27770) ES: Deprecated aggregation order key [_term] used, replaced by [_key]
882
- [[27770]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27770) ES: Deprecated aggregation order key [_term] used, replaced by [_key]
883
883
884
  **Sponsored by** *Lund University Library*
884
  **Sponsored by** *Lund University Library*
885
- [[28610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28610) Elasticsearch 7 - hits.total is now an object
885
- [[28610]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28610) Elasticsearch 7 - hits.total is now an object
886
886
887
  **Sponsored by** *Lund University Library*
887
  **Sponsored by** *Lund University Library*
888
888
889
  >This is one of the changes to have Koha compatible with ElasticSearch 7. This one also causes the full end of compatibility with ElasticSearch 5. Users are advised to upgrade as soon as possible to ElasticSearch 7 since version 5 and 6 are not supported anymore by their developers.
889
  >This is one of the changes to have Koha compatible with ElasticSearch 7. This one also causes the full end of compatibility with ElasticSearch 5. Users are advised to upgrade as soon as possible to ElasticSearch 7 since version 5 and 6 are not supported anymore by their developers.
890
- [[29893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29893) ElasticSearch Config UI deletes mappings
890
- [[29893]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29893) ElasticSearch Config UI deletes mappings
891
- [[30584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30584) Cannot add field mappings to Elasticsearch configuration
891
- [[30584]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30584) Cannot add field mappings to Elasticsearch configuration
892
892
893
### Self checkout
893
### Self checkout
894
894
895
- [[28735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28735) Self-checkout users can access opac-user.pl for sco user when not using AutoSelfCheckID
895
- [[28735]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28735) Self-checkout users can access opac-user.pl for sco user when not using AutoSelfCheckID
896
- [[29543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29543) Self-checkout allows returning everybody's loans
896
- [[29543]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29543) Self-checkout allows returning everybody's loans
897
- [[30199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30199) self checkout login by cardnumber is broken if you input a non-existent cardnumber
897
- [[30199]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30199) self checkout login by cardnumber is broken if you input a non-existent cardnumber
898
898
899
### Staff Client
899
### Staff Client
900
900
901
- [[29540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29540) Accounts with just 'catalogue' permission can modify/delete holds
901
- [[29540]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29540) Accounts with just 'catalogue' permission can modify/delete holds
902
- [[29541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29541) Patron images can be accessed with just 'catalogue' permission
902
- [[29541]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29541) Patron images can be accessed with just 'catalogue' permission
903
- [[30610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30610) The 'Print receipt' button on cash management registers page fails on second datatables page
903
- [[30610]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30610) The 'Print receipt' button on cash management registers page fails on second datatables page
904
904
905
### Templates
905
### Templates
906
906
907
- [[30525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30525) Items batch modification broken
907
- [[30525]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30525) Items batch modification broken
908
908
909
### Test Suite
909
### Test Suite
910
910
911
- [[19169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19169) Add a test to detect unneeded 'atomicupdate' files
911
- [[19169]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19169) Add a test to detect unneeded 'atomicupdate' files
912
- [[29779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29779) selenium/regressions.t fails if Selenium lib is not installed
912
- [[29779]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29779) selenium/regressions.t fails if Selenium lib is not installed
913
913
914
### Tools
914
### Tools
915
915
916
- [[29719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29719) onloan dates are cleared from items when importing and overlaying
916
- [[29719]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29719) onloan dates are cleared from items when importing and overlaying
917
- [[29747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29747) Cataloguing upload plugin broken
917
- [[29747]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29747) Cataloguing upload plugin broken
918
- [[29808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29808) Stock rotation fails to advance when an item is checked out from the branch that is the next stage
918
- [[29808]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29808) Stock rotation fails to advance when an item is checked out from the branch that is the next stage
919
- [[30402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30402) Authority import hanging when replacing matched record
919
- [[30402]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30402) Authority import hanging when replacing matched record
920
920
921
  **Sponsored by** *Educational Services Australia SCIS*
921
  **Sponsored by** *Educational Services Australia SCIS*
922
- [[30461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30461) Batch authority tool is broken
922
- [[30461]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30461) Batch authority tool is broken
923
- [[30518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30518) StockRotationItems crossing DST boundary throw invalid local time exception
923
- [[30518]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30518) StockRotationItems crossing DST boundary throw invalid local time exception
924
- [[30628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30628) Batch borrower modifications only affect the current page
924
- [[30628]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30628) Batch borrower modifications only affect the current page
925
925
926
  >This fixes the batch patron modification tool (Tools > Patrons and circulation > Batch patron modification) so that the changes for all selected patrons are modified. Before this, only the patrons listed on the current page were modified.
926
  >This fixes the batch patron modification tool (Tools > Patrons and circulation > Batch patron modification) so that the changes for all selected patrons are modified. Before this, only the patrons listed on the current page were modified.
927
927
Lines 933-1030 have already been fixed in maintainance releases) Link Here
933
933
934
### About
934
### About
935
935
936
- [[30808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30808) Release team 22.11
936
- [[30808]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30808) Release team 22.11
937
937
938
### Acquisitions
938
### Acquisitions
939
939
940
- [[24866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24866) Display budget hierarchy in the budget dropdown menu used when placing a new order
940
- [[24866]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24866) Display budget hierarchy in the budget dropdown menu used when placing a new order
941
941
942
  >This improves the display for selecting a fund when placing a new order in acquisitions. It now displays as a hierarchy instead of a list without any indentation, for example:
942
  >This improves the display for selecting a fund when placing a new order in acquisitions. It now displays as a hierarchy instead of a list without any indentation, for example:
943
  >
943
  >
944
  >  Budget 2021
944
  >  Budget 2021
945
  >  -- Book
945
  >  -- Book
946
  >  -- -- Adult fiction
946
  >  -- -- Adult fiction
947
- [[28855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28855) Purging suggestions test should not be on timestamp
947
- [[28855]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28855) Purging suggestions test should not be on timestamp
948
948
949
  >This changes the date field that cronjob misc/cronjobs/purge_suggestions.pl uses to calculate the number of days for deleting accepted or rejected suggestions. It now uses the managed on date, as the last updated date that was used can be changed by other database updates.
949
  >This changes the date field that cronjob misc/cronjobs/purge_suggestions.pl uses to calculate the number of days for deleting accepted or rejected suggestions. It now uses the managed on date, as the last updated date that was used can be changed by other database updates.
950
- [[29287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29287) Display of funds on acquisitions home is not consistent with display on funds page
950
- [[29287]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29287) Display of funds on acquisitions home is not consistent with display on funds page
951
- [[29419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29419) Suggest for purchase clears item type, quantity, library and reason if bib exists
951
- [[29419]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29419) Suggest for purchase clears item type, quantity, library and reason if bib exists
952
- [[29895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29895) Button [Add multiple items] stops responding when it's pressed and some multiple items added to basket
952
- [[29895]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29895) Button [Add multiple items] stops responding when it's pressed and some multiple items added to basket
953
- [[30127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30127) By default show pending suggestions tab
953
- [[30127]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30127) By default show pending suggestions tab
954
- [[30599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30599) Allow archiving multiple suggestions
954
- [[30599]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30599) Allow archiving multiple suggestions
955
955
956
### Architecture, internals, and plumbing
956
### Architecture, internals, and plumbing
957
957
958
- [[18320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18320) patroncards/edit-layout.pl raises warnings
958
- [[18320]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18320) patroncards/edit-layout.pl raises warnings
959
- [[18540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18540) koha-indexdefs-to-zebra.xsl introduces MARC21 stuff into UNIMARC xslts
959
- [[18540]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18540) koha-indexdefs-to-zebra.xsl introduces MARC21 stuff into UNIMARC xslts
960
- [[27253]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27253) borrowers.updated_on cannot be null on fresh install, but can be null with upgrade
960
- [[27253]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27253) borrowers.updated_on cannot be null on fresh install, but can be null with upgrade
961
- [[29336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29336) Some authorised_value FKs are too short
961
- [[29336]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29336) Some authorised_value FKs are too short
962
962
963
  >This fixes the length of the field definitions in the database for several authorised_value and authorised_value_category columns as they are too short. It changes the value to varchar(32).
963
  >This fixes the length of the field definitions in the database for several authorised_value and authorised_value_category columns as they are too short. It changes the value to varchar(32).
964
- [[29483]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29483) AllowRenewalIfOtherItemsAvailable has poor performance for records with many items
964
- [[29483]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29483) AllowRenewalIfOtherItemsAvailable has poor performance for records with many items
965
- [[29494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29494) html-template-to-template-toolkit.pl no longer required
965
- [[29494]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29494) html-template-to-template-toolkit.pl no longer required
966
- [[29498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29498) Remove usage of deprecated Mojolicious::Routes::Route::detour
966
- [[29498]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29498) Remove usage of deprecated Mojolicious::Routes::Route::detour
967
- [[29625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29625) Wrong var name in Koha::BiblioUtils get_all_biblios_iterator
967
- [[29625]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29625) Wrong var name in Koha::BiblioUtils get_all_biblios_iterator
968
- [[29646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29646) Bad or repeated opac-password-recovery attempt crashes on wrong borrowernumber
968
- [[29646]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29646) Bad or repeated opac-password-recovery attempt crashes on wrong borrowernumber
969
- [[29687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29687) Get rid of an uninitialized warning in XSLT.pm
969
- [[29687]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29687) Get rid of an uninitialized warning in XSLT.pm
970
- [[29702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29702) all_libraries routine in library groups make a DB call per member of group
970
- [[29702]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29702) all_libraries routine in library groups make a DB call per member of group
971
- [[29717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29717) Too many DateTime manipulation in tools/additional-contents.pl
971
- [[29717]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29717) Too many DateTime manipulation in tools/additional-contents.pl
972
- [[29758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29758) CGI::param in list context in boraccount.pl warning
972
- [[29758]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29758) CGI::param in list context in boraccount.pl warning
973
973
974
  >This removes the cause of warning messages ([WARN] CGI::param called in list context from...) in the plack-intranet-error.log when accessing the accounting transactions tab for a patron.
974
  >This removes the cause of warning messages ([WARN] CGI::param called in list context from...) in the plack-intranet-error.log when accessing the accounting transactions tab for a patron.
975
- [[29764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29764) EmbedItems RecordProcessor filter POD incorrect
975
- [[29764]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29764) EmbedItems RecordProcessor filter POD incorrect
976
- [[29771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29771) Get rid of CGI::param in list context warnings
976
- [[29771]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29771) Get rid of CGI::param in list context warnings
977
- [[29785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29785) Koha::Object->messages must be renamed
977
- [[29785]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29785) Koha::Object->messages must be renamed
978
- [[29789]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29789) Unused $error in cataloguing/additem.pl
978
- [[29789]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29789) Unused $error in cataloguing/additem.pl
979
- [[29806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29806) ->pickup_locations should always be called in scalar context
979
- [[29806]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29806) ->pickup_locations should always be called in scalar context
980
980
981
  >The Koha::Biblio->pickup_locations and Koha::Item->pickup_location methods don't always honour list context. Because of this, when used, they should assume scalar context. If list context was required, the developer needs to explicitly chain a ->as_list call.
981
  >The Koha::Biblio->pickup_locations and Koha::Item->pickup_location methods don't always honour list context. Because of this, when used, they should assume scalar context. If list context was required, the developer needs to explicitly chain a ->as_list call.
982
  >
982
  >
983
  >This patch tracks the uses of this methods and adjusts accordingly.
983
  >This patch tracks the uses of this methods and adjusts accordingly.
984
- [[29809]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29809) StockRotationItems->itemnumber is poorly named
984
- [[29809]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29809) StockRotationItems->itemnumber is poorly named
985
- [[29812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29812) C4::Context not included, but used in Koha::Token
985
- [[29812]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29812) C4::Context not included, but used in Koha::Token
986
- [[29865]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29865) Wrong includes in circ/returns.pl
986
- [[29865]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29865) Wrong includes in circ/returns.pl
987
- [[29957]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29957) Cookies not removed after logout
987
- [[29957]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29957) Cookies not removed after logout
988
988
989
  >This patch adds a new config variable to koha-conf.xml called do_not_remove_cookie.
989
  >This patch adds a new config variable to koha-conf.xml called do_not_remove_cookie.
990
  >By default, all cookies are cleared now. But you could uncomment the KohaOpacLanguage entry to preserve it.
990
  >By default, all cookies are cleared now. But you could uncomment the KohaOpacLanguage entry to preserve it.
991
- [[29966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29966) SCO Help page passes flags while not needing authentication
991
- [[29966]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29966) SCO Help page passes flags while not needing authentication
992
- [[29984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29984) Remove unused method Koha::Patrons->anonymise_issue_history
992
- [[29984]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29984) Remove unused method Koha::Patrons->anonymise_issue_history
993
- [[30008]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008) Software error in details.pl when invalid MARCXML and showing component records
993
- [[30008]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008) Software error in details.pl when invalid MARCXML and showing component records
994
- [[30009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30009) Records with invalid MarcXML show notes tab 'Descriptions(1)' but tab is empty
994
- [[30009]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30009) Records with invalid MarcXML show notes tab 'Descriptions(1)' but tab is empty
995
- [[30110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30110) Potential bug source: plenty of "my" declarations with conditional assignments
995
- [[30110]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30110) Potential bug source: plenty of "my" declarations with conditional assignments
996
- [[30115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30115) Uninitialized value warning in C4/Output.pm
996
- [[30115]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30115) Uninitialized value warning in C4/Output.pm
997
- [[30143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30143) OAI-PMH provider may end up in an eternal loop due to missing sort
997
- [[30143]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30143) OAI-PMH provider may end up in an eternal loop due to missing sort
998
- [[30161]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30161) Remove duplicate z3950_search include lines
998
- [[30161]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30161) Remove duplicate z3950_search include lines
999
- [[30185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30185) Missing return in db rev 210600003.pl
999
- [[30185]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30185) Missing return in db rev 210600003.pl
1000
- [[30253]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30253) Double mana_success line is no success
1000
- [[30253]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30253) Double mana_success line is no success
1001
- [[30294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30294) Rename Koha::Recall->* used relationship names
1001
- [[30294]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30294) Rename Koha::Recall->* used relationship names
1002
- [[30345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30345) Koha::BackgroundJob->enqueue should set borrowernumber=undef if no userenv
1002
- [[30345]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30345) Koha::BackgroundJob->enqueue should set borrowernumber=undef if no userenv
1003
- [[30377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30377) Fix two CGI::param called in list context-warnings
1003
- [[30377]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30377) Fix two CGI::param called in list context-warnings
1004
- [[30393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30393) datatables wrapper should handle searching for %, _ and \
1004
- [[30393]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30393) datatables wrapper should handle searching for %, _ and \
1005
- [[30406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30406) Our DT tables not filtering on the correct column if hidden by default
1005
- [[30406]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30406) Our DT tables not filtering on the correct column if hidden by default
1006
- [[30467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30467) BatchDeleteItem task does not deal with indexation correctly
1006
- [[30467]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30467) BatchDeleteItem task does not deal with indexation correctly
1007
- [[30638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30638) Odd number of elements in anonymous hash at C4/Letters.pm line 827
1007
- [[30638]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30638) Odd number of elements in anonymous hash at C4/Letters.pm line 827
1008
- [[30668]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30668) UpdateItemLocationOnCheckin spams the cataloguing log
1008
- [[30668]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30668) UpdateItemLocationOnCheckin spams the cataloguing log
1009
- [[30692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30692) Wrong progress displayed for ES indexing tasks
1009
- [[30692]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30692) Wrong progress displayed for ES indexing tasks
1010
- [[30702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30702) Remove Context L785 warning
1010
- [[30702]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30702) Remove Context L785 warning
1011
- [[30703]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30703) Remove a few CookieManager warnings
1011
- [[30703]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30703) Remove a few CookieManager warnings
1012
- [[30714]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30714) Checkins from other branches spam the cataloguing log
1012
- [[30714]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30714) Checkins from other branches spam the cataloguing log
1013
- [[30727]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30727) Holds queue updates can be called multiple times on batch record deletion
1013
- [[30727]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30727) Holds queue updates can be called multiple times on batch record deletion
1014
1014
1015
### Authentication
1015
### Authentication
1016
1016
1017
- [[29487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29487) Set autocomplete off for userid/password fields at login
1017
- [[29487]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29487) Set autocomplete off for userid/password fields at login
1018
1018
1019
  >This turns autocompletion off for userid and password fields on the login forms for the OPAC and staff interface.
1019
  >This turns autocompletion off for userid and password fields on the login forms for the OPAC and staff interface.
1020
1020
1021
### Browser compatibility
1021
### Browser compatibility
1022
1022
1023
- [[22671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22671) Warn the user in offline circulation if applicationCache isn't supported
1023
- [[22671]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22671) Warn the user in offline circulation if applicationCache isn't supported
1024
1024
1025
### Cataloging
1025
### Cataloging
1026
1026
1027
- [[9565]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9565) Deleting a record should alert or fail if there are current subscriptions
1027
- [[9565]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9565) Deleting a record should alert or fail if there are current subscriptions
1028
1028
1029
  >This change prevents the deletion of records with current serial subscriptions. 
1029
  >This change prevents the deletion of records with current serial subscriptions. 
1030
  >
1030
  >
Lines 1033-1268 have already been fixed in maintainance releases) Link Here
1033
  >It also:
1033
  >It also:
1034
  >- adds a "Subscriptions" column in the batch deletion records tool with the number of subscriptions and a link to the search page with all the subscriptions for the record, and
1034
  >- adds a "Subscriptions" column in the batch deletion records tool with the number of subscriptions and a link to the search page with all the subscriptions for the record, and
1035
  >- adds a button in the toolbar to enable selecting only records without subscriptions.
1035
  >- adds a button in the toolbar to enable selecting only records without subscriptions.
1036
- [[25251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25251) When a record has no items click delete all does not need an alert
1036
- [[25251]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25251) When a record has no items click delete all does not need an alert
1037
- [[26328]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26328) incremental barcode generation fails when incorrectly converting strings to numbers
1037
- [[26328]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26328) incremental barcode generation fails when incorrectly converting strings to numbers
1038
- [[28853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28853) Textarea in biblio record editor breaks authority plugin
1038
- [[28853]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28853) Textarea in biblio record editor breaks authority plugin
1039
1039
1040
  >This fixes an issue when adding or editing record subfields using the authority plugin and it has a value with more than 100 characters. (When a subfield has more than 100 characters it changes to a text area rather than a standard input field, this caused JavaScript issues when using authority terms over 100 characters.)
1040
  >This fixes an issue when adding or editing record subfields using the authority plugin and it has a value with more than 100 characters. (When a subfield has more than 100 characters it changes to a text area rather than a standard input field, this caused JavaScript issues when using authority terms over 100 characters.)
1041
- [[29511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29511) While editing MARC records, blank subfields appear in varying order
1041
- [[29511]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29511) While editing MARC records, blank subfields appear in varying order
1042
- [[29962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29962) Table of items on item edit page missing columns button
1042
- [[29962]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29962) Table of items on item edit page missing columns button
1043
- [[30159]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30159) Fix display of validation of important fields when biblio cataloguing
1043
- [[30159]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30159) Fix display of validation of important fields when biblio cataloguing
1044
1044
1045
  **Sponsored by** *Education Services Australia SCIS*
1045
  **Sponsored by** *Education Services Australia SCIS*
1046
1046
1047
  >This patch adds a check for both mandatory and important fields when validating bibliographic records during cataloguing.
1047
  >This patch adds a check for both mandatory and important fields when validating bibliographic records during cataloguing.
1048
- [[30224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30224) Wrong important field shown in cataloguing validation
1048
- [[30224]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30224) Wrong important field shown in cataloguing validation
1049
1049
1050
  **Sponsored by** *Education Services Australia SCIS*
1050
  **Sponsored by** *Education Services Australia SCIS*
1051
1051
1052
  >This patch fxes the cataloguing validation messages to show the correct tag, when the whole field is important (not just a subfield).
1052
  >This patch fxes the cataloguing validation messages to show the correct tag, when the whole field is important (not just a subfield).
1053
- [[30376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30376) Unable to save item if field date acquired is set mandatory
1053
- [[30376]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30376) Unable to save item if field date acquired is set mandatory
1054
- [[30435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30435) Remove unused MACLES cataloging plugin
1054
- [[30435]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30435) Remove unused MACLES cataloging plugin
1055
- [[30482]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30482) Potential for bad string concatenation in cataloging validation error message
1055
- [[30482]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30482) Potential for bad string concatenation in cataloging validation error message
1056
- [[30797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30797) Subfields linked to the dateaccessioned.pl value builder on addbiblio.pl throw a JS error
1056
- [[30797]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30797) Subfields linked to the dateaccessioned.pl value builder on addbiblio.pl throw a JS error
1057
1057
1058
  **Sponsored by** *Chartered Accountants Australia and New Zealand*
1058
  **Sponsored by** *Chartered Accountants Australia and New Zealand*
1059
1059
1060
### Circulation
1060
### Circulation
1061
1061
1062
- [[11750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11750) Overdue report does not limit patron attributes
1062
- [[11750]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11750) Overdue report does not limit patron attributes
1063
- [[29220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29220) Minor fixes and improved code readability in circulation.pl
1063
- [[29220]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29220) Minor fixes and improved code readability in circulation.pl
1064
1064
1065
  **Sponsored by** *Gothenburg University Library*
1065
  **Sponsored by** *Gothenburg University Library*
1066
- [[29476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29476) Earliest renewal date is displayed wrong in circ/renew.pl for issues with auto renewing
1066
- [[29476]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29476) Earliest renewal date is displayed wrong in circ/renew.pl for issues with auto renewing
1067
- [[29537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29537) Simplify auto-renewal code in CanBookBeRenewed
1067
- [[29537]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29537) Simplify auto-renewal code in CanBookBeRenewed
1068
- [[29820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29820) Print summary just show 20 items
1068
- [[29820]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29820) Print summary just show 20 items
1069
- [[29889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29889) Incorrect library check in patron message deletion logic
1069
- [[29889]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29889) Incorrect library check in patron message deletion logic
1070
1070
1071
  >This fixes the logic controlling whether a patron message on the circulation or patron details page has a "Delete" link. An error in the logic prevented messages from being removed by staff who should have been authorized to do so.
1071
  >This fixes the logic controlling whether a patron message on the circulation or patron details page has a "Delete" link. An error in the logic prevented messages from being removed by staff who should have been authorized to do so.
1072
- [[30155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30155) We shouldn't calculate get_items_that_can_fill when we don't have any holds
1072
- [[30155]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30155) We shouldn't calculate get_items_that_can_fill when we don't have any holds
1073
- [[30735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30735) Filtering by patron attribute with AV does not work in overdues report
1073
- [[30735]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30735) Filtering by patron attribute with AV does not work in overdues report
1074
1074
1075
### Command-line Utilities
1075
### Command-line Utilities
1076
1076
1077
- [[10517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10517) koha-restore fails to create mysqluser@mysql_hostname so zebra update fails
1077
- [[10517]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10517) koha-restore fails to create mysqluser@mysql_hostname so zebra update fails
1078
1078
1079
  **Sponsored by** *Reformational Study Centre*
1079
  **Sponsored by** *Reformational Study Centre*
1080
- [[29054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29054) Stop warns from advance_notices.pl if not running in verbose mode
1080
- [[29054]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29054) Stop warns from advance_notices.pl if not running in verbose mode
1081
1081
1082
  **Sponsored by** *Catalyst*
1082
  **Sponsored by** *Catalyst*
1083
- [[29501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29501) gather_print_notices.pl does not use SMTP servers
1083
- [[29501]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29501) gather_print_notices.pl does not use SMTP servers
1084
- [[30666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30666) Holds reminder cronjob (holds_reminder.pl) uses DateTime::subtract wrong
1084
- [[30666]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30666) Holds reminder cronjob (holds_reminder.pl) uses DateTime::subtract wrong
1085
- [[30667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30667) Holds reminder cronjob (holds_reminder.pl) never uses default letter template
1085
- [[30667]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30667) Holds reminder cronjob (holds_reminder.pl) never uses default letter template
1086
- [[30776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30776) import_webservice_batch.pl cronjob completely broken
1086
- [[30776]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30776) import_webservice_batch.pl cronjob completely broken
1087
1087
1088
### Database
1088
### Database
1089
1089
1090
- [[30128]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30128) language_subtag_registry.description is too short
1090
- [[30128]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30128) language_subtag_registry.description is too short
1091
- [[30449]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30449) Missing FK constraint on borrower_attribute_types
1091
- [[30449]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30449) Missing FK constraint on borrower_attribute_types
1092
- [[30481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30481) Drop unique constraint deleteditemsstocknumberidx for deleteditems
1092
- [[30481]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30481) Drop unique constraint deleteditemsstocknumberidx for deleteditems
1093
- [[30498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30498) Enum search_field.type should contain year in kohastructure
1093
- [[30498]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30498) Enum search_field.type should contain year in kohastructure
1094
- [[30565]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30565) Field stockrotationrotas.description should be NOT NULL, title UNIQUE
1094
- [[30565]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30565) Field stockrotationrotas.description should be NOT NULL, title UNIQUE
1095
- [[30572]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30572) Field search_marc_to_field.sort needs syncing too
1095
- [[30572]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30572) Field search_marc_to_field.sort needs syncing too
1096
- [[30620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30620) Add a warning close to /*!VERSION lines in kohastructure.sql
1096
- [[30620]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30620) Add a warning close to /*!VERSION lines in kohastructure.sql
1097
1097
1098
### Fines and fees
1098
### Fines and fees
1099
1099
1100
- [[28481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28481) Register details "Older transactions" search does not include the selected day in the "To" field in date range
1100
- [[28481]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28481) Register details "Older transactions" search does not include the selected day in the "To" field in date range
1101
1101
1102
  >This fixes the search and display of older transactions in the cash register so that items from today are included in the results. Previously, transactions for the current day were incorrectly not included.
1102
  >This fixes the search and display of older transactions in the cash register so that items from today are included in the results. Previously, transactions for the current day were incorrectly not included.
1103
- [[28663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663) One should not be able to apply a discount to a VOID accountline
1103
- [[28663]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663) One should not be able to apply a discount to a VOID accountline
1104
1104
1105
  >This removes the display of the 'Apply discount' button for VOID transactions.
1105
  >This removes the display of the 'Apply discount' button for VOID transactions.
1106
- [[29952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29952) Filter Paid Transactions Broken on Transactions tab in Staff
1106
- [[29952]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29952) Filter Paid Transactions Broken on Transactions tab in Staff
1107
1107
1108
  >This fixes the "Filter paid transactions" link in the staff interface on the Patron account > Accounting > Transactions tab. It now correctly filters the list of transactions - only transactions with an outstanding amount greater than zero are shown ("Show all transactions" clears the filter). Before this fix, clicking on the link didn't do anything and didn't filter any of the transactions as expected.
1108
  >This fixes the "Filter paid transactions" link in the staff interface on the Patron account > Accounting > Transactions tab. It now correctly filters the list of transactions - only transactions with an outstanding amount greater than zero are shown ("Show all transactions" clears the filter). Before this fix, clicking on the link didn't do anything and didn't filter any of the transactions as expected.
1109
- [[30132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30132) overdue_notices.pl POD is incorrect regarding passing options
1109
- [[30132]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30132) overdue_notices.pl POD is incorrect regarding passing options
1110
1110
1111
### Hold requests
1111
### Hold requests
1112
1112
1113
- [[21652]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21652) reserves.waitingdate is set to current date by printing new hold slip
1113
- [[21652]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21652) reserves.waitingdate is set to current date by printing new hold slip
1114
- [[21729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21729) When reverting a hold the expirationdate should be reset
1114
- [[21729]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21729) When reverting a hold the expirationdate should be reset
1115
- [[29043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29043) Items are processed but not displayed on request.pl before a patron is selected
1115
- [[29043]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29043) Items are processed but not displayed on request.pl before a patron is selected
1116
- [[29103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29103) reserves.desk_id for desk of waiting hold only updates when printing new hold slip
1116
- [[29103]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29103) reserves.desk_id for desk of waiting hold only updates when printing new hold slip
1117
- [[29115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29115) Placing a club hold is not showing warnings when unable to place a hold
1117
- [[29115]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29115) Placing a club hold is not showing warnings when unable to place a hold
1118
1118
1119
  >This fixes placing club holds so that checks are correctly made and warning messages displayed when patrons are debarred or have outstanding fees and charges.
1119
  >This fixes placing club holds so that checks are correctly made and warning messages displayed when patrons are debarred or have outstanding fees and charges.
1120
- [[29338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29338) Reprinting holds slip with updated expiration date
1120
- [[29338]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29338) Reprinting holds slip with updated expiration date
1121
1121
1122
  >This patch adds a "Print hold/transfer" button to request.tt so staff can reprint hold/transfer slips without re-checking an item.
1122
  >This patch adds a "Print hold/transfer" button to request.tt so staff can reprint hold/transfer slips without re-checking an item.
1123
- [[29474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29474) Automatic renewals cronjob is slow on systems with large numbers of reserves
1123
- [[29474]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29474) Automatic renewals cronjob is slow on systems with large numbers of reserves
1124
- [[29553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29553) Holds: Can't call method "notforloan" on an undefined value when placing a hold
1124
- [[29553]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29553) Holds: Can't call method "notforloan" on an undefined value when placing a hold
1125
- [[29704]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29704) Holds reminder emails should allow configuration for a specific number of days
1125
- [[29704]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29704) Holds reminder emails should allow configuration for a specific number of days
1126
- [[29976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29976) (Bug 21729 followup) fix holds unit tests
1126
- [[29976]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29976) (Bug 21729 followup) fix holds unit tests
1127
- [[30085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30085) Improve performance of CanItemBeReserved
1127
- [[30085]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30085) Improve performance of CanItemBeReserved
1128
- [[30207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30207) Librarians with only "place_holds" permission can no longer update hold pickup locations
1128
- [[30207]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30207) Librarians with only "place_holds" permission can no longer update hold pickup locations
1129
- [[30577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30577) Item specific holds location can be missed when placing title level holds
1129
- [[30577]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30577) Item specific holds location can be missed when placing title level holds
1130
- [[30693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30693) Javascript broken on request.pl
1130
- [[30693]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30693) Javascript broken on request.pl
1131
- [[30710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30710) Background tasks can be called multiple times on batch item deletion
1131
- [[30710]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30710) Background tasks can be called multiple times on batch item deletion
1132
1132
1133
### I18N/L10N
1133
### I18N/L10N
1134
1134
1135
- [[29040]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29040) Uninitialized value warning in Languages.pm
1135
- [[29040]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29040) Uninitialized value warning in Languages.pm
1136
1136
1137
  >This removes the cause of the warning message "Use of uninitialized value $interface in concatenation (.) or string at /kohadevbox/koha/C4/Languages.pm line 121." when editing item types.
1137
  >This removes the cause of the warning message "Use of uninitialized value $interface in concatenation (.) or string at /kohadevbox/koha/C4/Languages.pm line 121." when editing item types.
1138
- [[29585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29585) "Go to field" in cataloguing alerts is not translatable
1138
- [[29585]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29585) "Go to field" in cataloguing alerts is not translatable
1139
1139
1140
  >This fixes the 'Go to field' and 'Errors' strings in the basic MARC editor to make them translatable. (This is a follow-up to bug 28694 that changed the way validation error messages are displayed when using the basic MARC editor in cataloging.)
1140
  >This fixes the 'Go to field' and 'Errors' strings in the basic MARC editor to make them translatable. (This is a follow-up to bug 28694 that changed the way validation error messages are displayed when using the basic MARC editor in cataloging.)
1141
- [[29588]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29588) Yesterday and tomorrow in datepicker don't translate
1141
- [[29588]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29588) Yesterday and tomorrow in datepicker don't translate
1142
1142
1143
  >This fixes "or", "Yesterday", "Today" and "Tomorrow" in the flatpickr date selector so they can be translated. (This was because __ was used when _ should have been used (__ is for .js files only)).
1143
  >This fixes "or", "Yesterday", "Today" and "Tomorrow" in the flatpickr date selector so they can be translated. (This was because __ was used when _ should have been used (__ is for .js files only)).
1144
- [[29589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29589) Translation issue with formatting in MARC overlay rules page
1144
- [[29589]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29589) Translation issue with formatting in MARC overlay rules page
1145
1145
1146
### Installation and upgrade (command-line installer)
1146
### Installation and upgrade (command-line installer)
1147
1147
1148
- [[29813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29813) skeleton.pl missing semicolon
1148
- [[29813]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29813) skeleton.pl missing semicolon
1149
- [[30366]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30366) Warn when running automatic_item_modification_by_age.pl
1149
- [[30366]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30366) Warn when running automatic_item_modification_by_age.pl
1150
1150
1151
### Installation and upgrade (web-based installer)
1151
### Installation and upgrade (web-based installer)
1152
1152
1153
- [[29837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29837) JS error during installer
1153
- [[29837]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29837) JS error during installer
1154
1154
1155
### Lists
1155
### Lists
1156
1156
1157
- [[29601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29601) The list download option ISBD is useless when you cleared OPACISBD
1157
- [[29601]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29601) The list download option ISBD is useless when you cleared OPACISBD
1158
1158
1159
### Notices
1159
### Notices
1160
1160
1161
- [[17648]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17648) ACCTDETAILS notice doesn't show in the notices tab in staff
1161
- [[17648]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17648) ACCTDETAILS notice doesn't show in the notices tab in staff
1162
- [[29230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29230) Patron's messages not accessible from template notices
1162
- [[29230]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29230) Patron's messages not accessible from template notices
1163
- [[29557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29557) Auto renew notices should handle failed renewal due to patron expiration
1163
- [[29557]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29557) Auto renew notices should handle failed renewal due to patron expiration
1164
1164
1165
  >This enhancement updates the default auto-renewal notices to tell patrons that their renewals have failed because their account has expired.
1165
  >This enhancement updates the default auto-renewal notices to tell patrons that their renewals have failed because their account has expired.
1166
- [[29943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29943) Fix typo in notices yaml file
1166
- [[29943]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29943) Fix typo in notices yaml file
1167
- [[30509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30509) Accordion on letter.tt is broken
1167
- [[30509]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30509) Accordion on letter.tt is broken
1168
1168
1169
### OPAC
1169
### OPAC
1170
1170
1171
- [[17127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17127) Can't hide MARC21 500 and others with NotesToHide
1171
- [[17127]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17127) Can't hide MARC21 500 and others with NotesToHide
1172
1172
1173
  >This fixes hiding notes fields (5XX in MARC21 and 3XX in UNIMARC) using NotesToHide. Before this you could hide one field and it worked. However, when hiding multiple fields one field would still always be visible. Now hiding notes fields works as expected.
1173
  >This fixes hiding notes fields (5XX in MARC21 and 3XX in UNIMARC) using NotesToHide. Before this you could hide one field and it worked. However, when hiding multiple fields one field would still always be visible. Now hiding notes fields works as expected.
1174
- [[27627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27627) Fix invalid HTML in OPAC results XSLT: change spans to divs
1174
- [[27627]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27627) Fix invalid HTML in OPAC results XSLT: change spans to divs
1175
- [[29036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29036) Accessibility: OPAC buttons don't have sufficient contrast
1175
- [[29036]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29036) Accessibility: OPAC buttons don't have sufficient contrast
1176
1176
1177
  >This improves the accessibility of the OPAC by increasing the contrast ratio for buttons, making the button text easier to read. 
1177
  >This improves the accessibility of the OPAC by increasing the contrast ratio for buttons, making the button text easier to read. 
1178
  >
1178
  >
1179
  >As part of this change the OPAC SCSS was modified so that a "base theme color" variable is defined which can be used to color button backgrounds and similar elements. It also moves some other colors into variables and removes some unused CSS.
1179
  >As part of this change the OPAC SCSS was modified so that a "base theme color" variable is defined which can be used to color button backgrounds and similar elements. It also moves some other colors into variables and removes some unused CSS.
1180
- [[29320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29320) Use OverDrive availability API V2
1180
- [[29320]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29320) Use OverDrive availability API V2
1181
- [[29481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481) Terminology: Collection code
1181
- [[29481]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481) Terminology: Collection code
1182
- [[29482]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29482) Terminology: This item belongs to another branch.
1182
- [[29482]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29482) Terminology: This item belongs to another branch.
1183
1183
1184
  >This replaces the word "branch" with the word "library" for a self-checkout message, as per the terminology guidelines.  ("This item belongs to another branch." changed to "This item belongs to another library".)
1184
  >This replaces the word "branch" with the word "library" for a self-checkout message, as per the terminology guidelines.  ("This item belongs to another branch." changed to "This item belongs to another library".)
1185
- [[29556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29556) MARC21slim2MODS.xsl broken by duplicate template name "part"
1185
- [[29556]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29556) MARC21slim2MODS.xsl broken by duplicate template name "part"
1186
1186
1187
  >This fixes an error when making an unAPI request in the OPAC using the MODS format. A 500 page error was displayed instead of an XML file. Example URL: http://your-library-opac-domain/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=MODS
1187
  >This fixes an error when making an unAPI request in the OPAC using the MODS format. A 500 page error was displayed instead of an XML file. Example URL: https://your-library-opac-domain/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=MODS
1188
- [[29603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29603) Fix responsive behavior of facets menu in OPAC search results
1188
- [[29603]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29603) Fix responsive behavior of facets menu in OPAC search results
1189
- [[29604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29604) Term highlighting adds unwanted pseudo element in the contentblock of OPAC details page
1189
- [[29604]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29604) Term highlighting adds unwanted pseudo element in the contentblock of OPAC details page
1190
- [[29611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29611) Clubs enrollment layout problem in the OPAC
1190
- [[29611]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29611) Clubs enrollment layout problem in the OPAC
1191
1191
1192
  >This fixes a minor HTML issue with the clubs enrollment form in the OPAC. The "Finish enrollment" button is now positioned correctly inside the bordered area and uses standard colors.
1192
  >This fixes a minor HTML issue with the clubs enrollment form in the OPAC. The "Finish enrollment" button is now positioned correctly inside the bordered area and uses standard colors.
1193
- [[29685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29685) 'If all unavailable' state for 'on shelf holds' makes holds page very slow if there's a lot of items on opac
1193
- [[29685]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29685) 'If all unavailable' state for 'on shelf holds' makes holds page very slow if there's a lot of items on opac
1194
- [[29686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29686) Adapt OverDrive for new fulfillment API
1194
- [[29686]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29686) Adapt OverDrive for new fulfillment API
1195
- [[29706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29706) When placing a request on the opac, the user is shown titles they cannot place a hold on
1195
- [[29706]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29706) When placing a request on the opac, the user is shown titles they cannot place a hold on
1196
- [[29795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29795) If branch is mandatory on patron self registration form, the pull down should default to empty
1196
- [[29795]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29795) If branch is mandatory on patron self registration form, the pull down should default to empty
1197
1197
1198
  >Creates an empty value and defaults to it when PatronSelfRegistrationBorrowerMandatoryField includes branchcode. This forces self registering users to make a choice for the library.
1198
  >Creates an empty value and defaults to it when PatronSelfRegistrationBorrowerMandatoryField includes branchcode. This forces self registering users to make a choice for the library.
1199
- [[29802]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29802) biblionumber in OPACHiddenItems breaks opac lists
1199
- [[29802]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29802) biblionumber in OPACHiddenItems breaks opac lists
1200
- [[29840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29840) opac-reserve explodes if invalid biblionumber is passed
1200
- [[29840]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29840) opac-reserve explodes if invalid biblionumber is passed
1201
- [[30191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30191) Authority search result list in the OPAC should use 'record' instead of 'biblios'
1201
- [[30191]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30191) Authority search result list in the OPAC should use 'record' instead of 'biblios'
1202
- [[30220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30220) Purchase suggestion defaults to first library
1202
- [[30220]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30220) Purchase suggestion defaults to first library
1203
- [[30244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30244) Hide lost items not respected in OPAC results XSLT
1203
- [[30244]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30244) Hide lost items not respected in OPAC results XSLT
1204
- [[30426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30426) suggestion service missing Auth and Output imports
1204
- [[30426]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30426) suggestion service missing Auth and Output imports
1205
- [[30550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30550) OPAC recalls page tries to use jQueryUI datepicker
1205
- [[30550]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30550) OPAC recalls page tries to use jQueryUI datepicker
1206
- [[30613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30613) Hide RSS feed link when viewing private list in the OPAC
1206
- [[30613]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30613) Hide RSS feed link when viewing private list in the OPAC
1207
- [[30688]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30688) Error in path to CSS background image
1207
- [[30688]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30688) Error in path to CSS background image
1208
- [[30689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30689) Incorrect Babeltheque setting can cause console warning
1208
- [[30689]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30689) Incorrect Babeltheque setting can cause console warning
1209
1209
1210
### Packaging
1210
### Packaging
1211
1211
1212
- [[26685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26685) Move Starman out of debian/control.in and into cpanfile
1212
- [[26685]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26685) Move Starman out of debian/control.in and into cpanfile
1213
- [[30252]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30252) lower version of 'Locale::XGettext::TT2' to 0.6
1213
- [[30252]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30252) lower version of 'Locale::XGettext::TT2' to 0.6
1214
1214
1215
### Patrons
1215
### Patrons
1216
1216
1217
- [[22993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22993) Messaging preferences not set for patrons imported through API
1217
- [[22993]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22993) Messaging preferences not set for patrons imported through API
1218
- [[27812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27812) Remove the ability to transmit a patron's plain text password over email
1218
- [[27812]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27812) Remove the ability to transmit a patron's plain text password over email
1219
1219
1220
  >This bugfix/enhancement improves the default security of Koha by removing the pass of the plain text password to the ACCTDETAILS notice on patron creation.
1220
  >This bugfix/enhancement improves the default security of Koha by removing the pass of the plain text password to the ACCTDETAILS notice on patron creation.
1221
  >
1221
  >
1222
  >WARNING: You will need to update your notice template if you were relying on `<<borrowers.password>>` in this notice.
1222
  >WARNING: You will need to update your notice template if you were relying on `<<borrowers.password>>` in this notice.
1223
- [[28576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28576) Add patron image in patron detail section does not specify image size limit
1223
- [[28576]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28576) Add patron image in patron detail section does not specify image size limit
1224
1224
1225
  >This updates the add patron image screen to specify that the maximum image size is 2 MB. If it is larger, the patron image is not added.
1225
  >This updates the add patron image screen to specify that the maximum image size is 2 MB. If it is larger, the patron image is not added.
1226
- [[29576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29576) Add street type to fields which can be copied from guarantor to guarantee
1226
- [[29576]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29576) Add street type to fields which can be copied from guarantor to guarantee
1227
- [[30090]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30090) Don't export action buttons from patron results
1227
- [[30090]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30090) Don't export action buttons from patron results
1228
- [[30098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30098) Patron search redirects when one result on any page of results
1228
- [[30098]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30098) Patron search redirects when one result on any page of results
1229
- [[30175]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30175) Digest options not enabled when populating messaging preferences for a selected category during patron entry
1229
- [[30175]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30175) Digest options not enabled when populating messaging preferences for a selected category during patron entry
1230
- [[30177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30177) When changing patron categories of existing accounts it should not reset message prefs without warning
1230
- [[30177]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30177) When changing patron categories of existing accounts it should not reset message prefs without warning
1231
- [[30214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30214) Send WELCOME notice for new patrons added via self registration
1231
- [[30214]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30214) Send WELCOME notice for new patrons added via self registration
1232
1232
1233
  >This enhancement extends the 'AutoEmailOpacUser' feature to also send WELCOME notices to users who register via the opac self registration system.
1233
  >This enhancement extends the 'AutoEmailOpacUser' feature to also send WELCOME notices to users who register via the opac self registration system.
1234
- [[30404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30404) Enlarge all patron searches pop-up
1234
- [[30404]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30404) Enlarge all patron searches pop-up
1235
- [[30405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30405) Style of address in patron search result are 110%
1235
- [[30405]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30405) Style of address in patron search result are 110%
1236
- [[30485]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30485) Searching all patrons from the header does not display the patron search view
1236
- [[30485]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30485) Searching all patrons from the header does not display the patron search view
1237
- [[30607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30607) Enable 'Clear filter' option on DataTables Search for patron searches
1237
- [[30607]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30607) Enable 'Clear filter' option on DataTables Search for patron searches
1238
1238
1239
### Plugin architecture
1239
### Plugin architecture
1240
1240
1241
- [[25285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25285) Wrong message when plugin required Koha version isn't met
1241
- [[25285]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25285) Wrong message when plugin required Koha version isn't met
1242
1242
1243
### REST API
1243
### REST API
1244
1244
1245
- [[29503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29503) GET /patrons should use Koha::Patrons->search_limited
1245
- [[29503]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29503) GET /patrons should use Koha::Patrons->search_limited
1246
- [[29506]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29506) objects.search should call search_limited if present
1246
- [[29506]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29506) objects.search should call search_limited if present
1247
- [[29508]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29508) GET /patrons/:patron_id should use Koha::Patrons->search_limited
1247
- [[29508]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29508) GET /patrons/:patron_id should use Koha::Patrons->search_limited
1248
- [[29593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29593) Wrong tag in GET /public/libraries spec
1248
- [[29593]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29593) Wrong tag in GET /public/libraries spec
1249
1249
1250
  >This updates the tag in GET /public/libraries (api/v1/swagger/paths/libraries.json file) from library to libraries.
1250
  >This updates the tag in GET /public/libraries (api/v1/swagger/paths/libraries.json file) from library to libraries.
1251
- [[29975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29975) (Bug 21729 followup) patron_expiration_date missing in API
1251
- [[29975]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29975) (Bug 21729 followup) patron_expiration_date missing in API
1252
- [[30534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30534) borrowers.guarantorid not present on database
1252
- [[30534]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30534) borrowers.guarantorid not present on database
1253
- [[30536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30536) Embeds should be defined in a single place
1253
- [[30536]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30536) Embeds should be defined in a single place
1254
1254
1255
### Reports
1255
### Reports
1256
1256
1257
- [[26269]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26269) Overdues: Download file doesn't match result in staff interface when due date filters or 'show any available items currently checked out' are used
1257
- [[26269]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26269) Overdues: Download file doesn't match result in staff interface when due date filters or 'show any available items currently checked out' are used
1258
- [[26669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26669) Last Run column not updated when report is run publicly (via CoverFlow or elsewhere)
1258
- [[26669]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26669) Last Run column not updated when report is run publicly (via CoverFlow or elsewhere)
1259
- [[28977]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28977) Most-circulated items (cat_issues_top.pl) is failing with SQL Mode ONLY_FULL_GROUP_BY
1259
- [[28977]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28977) Most-circulated items (cat_issues_top.pl) is failing with SQL Mode ONLY_FULL_GROUP_BY
1260
1260
1261
  >This fixes an error that causes the most circulated items report to fail when run on a database with SQL mode ONLY_FULL_GROUP_BY and in strict SQL mode.
1261
  >This fixes an error that causes the most circulated items report to fail when run on a database with SQL mode ONLY_FULL_GROUP_BY and in strict SQL mode.
1262
- [[29488]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29488) NumSavedReports system preference doesn't work
1262
- [[29488]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29488) NumSavedReports system preference doesn't work
1263
1263
1264
  >This fixes the saved reports page so that the NumSavedReports system preference works as intended - the number of reports listed should default to the value in the system preference (the initial default is 20).
1264
  >This fixes the saved reports page so that the NumSavedReports system preference works as intended - the number of reports listed should default to the value in the system preference (the initial default is 20).
1265
- [[29530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29530) When NumSavedReports is set, show value in pull down of entries
1265
- [[29530]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29530) When NumSavedReports is set, show value in pull down of entries
1266
1266
1267
  >This updates the way the NumSavedReports preference value is used on the saved reports page. For the "Show" dropwdown list:
1267
  >This updates the way the NumSavedReports preference value is used on the saved reports page. For the "Show" dropwdown list:
1268
  >- it now displays the number set in NumSavedReports (previously it showed 20)
1268
  >- it now displays the number set in NumSavedReports (previously it showed 20)
Lines 1270-1438 have already been fixed in maintainance releases) Link Here
1270
  >- it now displays 'All' if NumSavedReports is blank.
1270
  >- it now displays 'All' if NumSavedReports is blank.
1271
  >
1271
  >
1272
  >It also updates the description for the NumSavedReports preference to clarify that all reports are shown when no value is entered.
1272
  >It also updates the description for the NumSavedReports preference to clarify that all reports are shown when no value is entered.
1273
- [[29679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29679) Reports result menu shows too many dividers
1273
- [[29679]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29679) Reports result menu shows too many dividers
1274
1274
1275
  >This removes borders between sections that are not required. The SQL report batch operations dropdown menu has divider list items which add a border between sections (bibliographic records, item records, etc.). This element is redundant because the sections have "headers" which also add a border.
1275
  >This removes borders between sections that are not required. The SQL report batch operations dropdown menu has divider list items which add a border between sections (bibliographic records, item records, etc.). This element is redundant because the sections have "headers" which also add a border.
1276
- [[29680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29680) Reports menu 'Show SQL code' wrong border radius
1276
- [[29680]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29680) Reports menu 'Show SQL code' wrong border radius
1277
- [[29729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29729) If serials_stats.pl returns no results dataTables get angry
1277
- [[29729]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29729) If serials_stats.pl returns no results dataTables get angry
1278
- [[30129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30129) 500 error when search reports by date
1278
- [[30129]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30129) 500 error when search reports by date
1279
- [[30282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30282) Overdues report does not display subtitle and other information
1279
- [[30282]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30282) Overdues report does not display subtitle and other information
1280
1280
1281
### SIP2
1281
### SIP2
1282
1282
1283
- [[30118]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30118) holds_block_checkin behavior is different in Koha and in SIP
1283
- [[30118]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30118) holds_block_checkin behavior is different in Koha and in SIP
1284
1284
1285
### Searching
1285
### Searching
1286
1286
1287
- [[30740]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30740) Link to authorities 'used in' should not use equal
1287
- [[30740]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30740) Link to authorities 'used in' should not use equal
1288
1288
1289
### Searching - Elasticsearch
1289
### Searching - Elasticsearch
1290
1290
1291
- [[25616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25616) Uppercase hard coded lower case boolean operators for Elasticsearch
1291
- [[25616]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25616) Uppercase hard coded lower case boolean operators for Elasticsearch
1292
- [[29077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29077) Warns when searching blank index
1292
- [[29077]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29077) Warns when searching blank index
1293
- [[29436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29436) Cannot reorder facets in staff interface elasticsearch configuration
1293
- [[29436]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29436) Cannot reorder facets in staff interface elasticsearch configuration
1294
- [[30142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30142) ElasticSearch MARC mappings should not accept whitespaces
1294
- [[30142]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30142) ElasticSearch MARC mappings should not accept whitespaces
1295
1295
1296
  **Sponsored by** *Steiermärkische Landesbibliothek*
1296
  **Sponsored by** *Steiermärkische Landesbibliothek*
1297
- [[30153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30153) FindDuplicate ElasticSearch should not use lowercase 'and'
1297
- [[30153]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30153) FindDuplicate ElasticSearch should not use lowercase 'and'
1298
1298
1299
  **Sponsored by** *Steiermärkische Landesbibliothek*
1299
  **Sponsored by** *Steiermärkische Landesbibliothek*
1300
1300
1301
### Serials
1301
### Serials
1302
1302
1303
- [[28216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28216) Fix vendor list group by in serials statistics wizard
1303
- [[28216]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28216) Fix vendor list group by in serials statistics wizard
1304
1304
1305
  >This fixes an issue where vendors are repeated in the serials report.
1305
  >This fixes an issue where vendors are repeated in the serials report.
1306
- [[29790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29790) Deleting serial items fail without warning
1306
- [[29790]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29790) Deleting serial items fail without warning
1307
- [[30035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30035) Wrong month name in numbering pattern
1307
- [[30035]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30035) Wrong month name in numbering pattern
1308
1308
1309
  **Sponsored by** *Orex Digital*
1309
  **Sponsored by** *Orex Digital*
1310
1310
1311
  >Sponsored-by: Orex Digital
1311
  >Sponsored-by: Orex Digital
1312
- [[30204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30204) Add subtitle to serial subscription search
1312
- [[30204]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30204) Add subtitle to serial subscription search
1313
1313
1314
  >Adds the biblio.subtitle to the 'Title' column on serial-search.pl.
1314
  >Adds the biblio.subtitle to the 'Title' column on serial-search.pl.
1315
- [[30205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30205) Add biblio.subtitle to the subscription-detail.pl page
1315
- [[30205]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30205) Add biblio.subtitle to the subscription-detail.pl page
1316
1316
1317
  >Add the biblio.subtitle to the serial subscription details page.
1317
  >Add the biblio.subtitle to the serial subscription details page.
1318
1318
1319
### Staff Client
1319
### Staff Client
1320
1320
1321
- [[29092]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29092) Table settings for account_fines table is missing Updated on column and hides the wrong things
1321
- [[29092]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29092) Table settings for account_fines table is missing Updated on column and hides the wrong things
1322
1322
1323
  **Sponsored by** *Koha-Suomi Oy*
1323
  **Sponsored by** *Koha-Suomi Oy*
1324
- [[29542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29542) User with 'catalogue' permission can view everybody's (private) virtualshelves
1324
- [[29542]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29542) User with 'catalogue' permission can view everybody's (private) virtualshelves
1325
- [[29903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29903) Message deletion possible from different branch
1325
- [[29903]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29903) Message deletion possible from different branch
1326
- [[30164]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30164) Header filter not taken into account on the cities view
1326
- [[30164]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30164) Header filter not taken into account on the cities view
1327
- [[30747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30747) Column settings on otherholdings table in detail.tt doesnt work
1327
- [[30747]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30747) Column settings on otherholdings table in detail.tt doesnt work
1328
1328
1329
### System Administration
1329
### System Administration
1330
1330
1331
- [[29591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29591) Add autorenew_checkouts to BorrowerMandatory/Unwanted fields system preferences
1331
- [[29591]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29591) Add autorenew_checkouts to BorrowerMandatory/Unwanted fields system preferences
1332
- [[29875]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29875) Update text on MaxReserves system preference to describe functionality.
1332
- [[29875]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29875) Update text on MaxReserves system preference to describe functionality.
1333
- [[30107]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30107) When editing a desk, the currently logged in library is selected
1333
- [[30107]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30107) When editing a desk, the currently logged in library is selected
1334
1334
1335
  >Corrects a problem on the administration page for circulation desks where the default library was always being set to the logged in library instead of the library of the desk.
1335
  >Corrects a problem on the administration page for circulation desks where the default library was always being set to the logged in library instead of the library of the desk.
1336
- [[30597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30597) Update wording of RestrictionBlockRenewing to include auto-renew
1336
- [[30597]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30597) Update wording of RestrictionBlockRenewing to include auto-renew
1337
1337
1338
### Templates
1338
### Templates
1339
1339
1340
- [[11873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11873) Upgrade jstree jQuery plugin to the latest version
1340
- [[11873]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11873) Upgrade jstree jQuery plugin to the latest version
1341
- [[13142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13142) Change "mobile phone" label back to "other phone"
1341
- [[13142]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13142) Change "mobile phone" label back to "other phone"
1342
- [[26102]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26102) Javascript injection in intranet search
1342
- [[26102]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26102) Javascript injection in intranet search
1343
- [[29513]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29513) Accessibility: Staff Client - Convert remaining breadcrumbs sections from div to nav blocks
1343
- [[29513]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29513) Accessibility: Staff Client - Convert remaining breadcrumbs sections from div to nav blocks
1344
1344
1345
  >This improves the accessibility of breadcrumbs so that they adhere to the WAI-ARIA Authoring Practices. It covers additional breadcrumbs that weren't fixed in bug 27486 in these areas: 
1345
  >This improves the accessibility of breadcrumbs so that they adhere to the WAI-ARIA Authoring Practices. It covers additional breadcrumbs that weren't fixed in bug 27486 in these areas: 
1346
  >* Home > Acquisitions > [Vendor name > [Basket name]
1346
  >* Home > Acquisitions > [Vendor name > [Basket name]
1347
  >* Home > Administration > Set library checkin and transfer policy
1347
  >* Home > Administration > Set library checkin and transfer policy
1348
  >* Home > Patrons > Merge patron records
1348
  >* Home > Patrons > Merge patron records
1349
- [[29514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29514) ILL requests: Remove extraneous &rsaquo; HTML entity from breadcrumbs
1349
- [[29514]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29514) ILL requests: Remove extraneous &rsaquo; HTML entity from breadcrumbs
1350
1350
1351
  >This fixes a small typo in the breadcrumbs section for ILL requests - it had an extra &rsaquo; HTML entity after "Home".
1351
  >This fixes a small typo in the breadcrumbs section for ILL requests - it had an extra &rsaquo; HTML entity after "Home".
1352
- [[29528]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29528) Breadcrumbs on HTML customizations take you to news
1352
- [[29528]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29528) Breadcrumbs on HTML customizations take you to news
1353
1353
1354
  >This change removes the "Additional contents" breadcrumb when working with news items or HTML customizations. Since news and HTML customizations are separate links on the tools home page there's no reason to have the breadcrumbs imply the two sections are connected in any way. We already have the "See News" link, for example, for switching quickly between the two areas.
1354
  >This change removes the "Additional contents" breadcrumb when working with news items or HTML customizations. Since news and HTML customizations are separate links on the tools home page there's no reason to have the breadcrumbs imply the two sections are connected in any way. We already have the "See News" link, for example, for switching quickly between the two areas.
1355
- [[29529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29529) Fix \n in hint on Koha to MARC mappings
1355
- [[29529]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29529) Fix \n in hint on Koha to MARC mappings
1356
1356
1357
  >This fixes:
1357
  >This fixes:
1358
  >- a string in Koha to MARC mappings (koha2marclinks.tt:86) so that it can be correctly translated (excludes "\n" from what is translated), and
1358
  >- a string in Koha to MARC mappings (koha2marclinks.tt:86) so that it can be correctly translated (excludes "\n" from what is translated), and
1359
  >- capitalization for the breadcrumb link: Administration > Koha to MARC mappings.
1359
  >- capitalization for the breadcrumb link: Administration > Koha to MARC mappings.
1360
- [[29552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29552) flatpickr quick shortcuts should be 'Disabled' for invalid dates
1360
- [[29552]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29552) flatpickr quick shortcuts should be 'Disabled' for invalid dates
1361
- [[29571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29571) Mainpage : "All libraries" pending suggestions are visible only if the current library has suggestions
1361
- [[29571]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29571) Mainpage : "All libraries" pending suggestions are visible only if the current library has suggestions
1362
1362
1363
  >This fixes the display of pending suggestions in the staff interface so that it now shows pending suggestions for all libraries, for example: "Suggestions pending approval: Centerville: 0 / All libraries: 1.". Previously suggestions pending approval was only shown if there were suggestions for the user's current library.
1363
  >This fixes the display of pending suggestions in the staff interface so that it now shows pending suggestions for all libraries, for example: "Suggestions pending approval: Centerville: 0 / All libraries: 1.". Previously suggestions pending approval was only shown if there were suggestions for the user's current library.
1364
- [[29580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29580) Misplaced closing 'td' tag in overdue.tt
1364
- [[29580]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29580) Misplaced closing 'td' tag in overdue.tt
1365
- [[29688]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29688) Incorrect use of _() in holds.js
1365
- [[29688]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29688) Incorrect use of _() in holds.js
1366
- [[29735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29735) Remove flatpickr instantiations from .js files
1366
- [[29735]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29735) Remove flatpickr instantiations from .js files
1367
- [[29807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29807) Branches template plugin doesn't handle empty lists correctly
1367
- [[29807]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29807) Branches template plugin doesn't handle empty lists correctly
1368
1368
1369
  >The Branches TT plugin had wrong logic in it, that made it crash, or display wrong pickup locations when the item/biblio didn't have any valid pickup location.
1369
  >The Branches TT plugin had wrong logic in it, that made it crash, or display wrong pickup locations when the item/biblio didn't have any valid pickup location.
1370
- [[29853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29853) Text needs HTML filter before KohaSpan filter
1370
- [[29853]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29853) Text needs HTML filter before KohaSpan filter
1371
- [[29932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29932) Phase out jquery.cookie.js: bibs_selected (Browse selected records)
1371
- [[29932]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29932) Phase out jquery.cookie.js: bibs_selected (Browse selected records)
1372
- [[29933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29933) Fix stray usage of jquery.cookie.js plugin
1372
- [[29933]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29933) Fix stray usage of jquery.cookie.js plugin
1373
- [[29940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29940) Phase out jquery.cookie.js in the OPAC
1373
- [[29940]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29940) Phase out jquery.cookie.js in the OPAC
1374
- [[29967]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29967) Increase size of description fields for authorized values in templates
1374
- [[29967]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29967) Increase size of description fields for authorized values in templates
1375
1375
1376
  >Extends the length of the description and OPAC description fields on authorised_values.tt making it easier to see and edit text that has longer descriptions.
1376
  >Extends the length of the description and OPAC description fields on authorised_values.tt making it easier to see and edit text that has longer descriptions.
1377
- [[29989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29989) Improve headings in MARC staging template
1377
- [[29989]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29989) Improve headings in MARC staging template
1378
- [[30082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30082) Bibliographic details tab missing when user can't add local cover image
1378
- [[30082]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30082) Bibliographic details tab missing when user can't add local cover image
1379
- [[30422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30422) Authorities editor update broke the feature added by Bug 20154
1379
- [[30422]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30422) Authorities editor update broke the feature added by Bug 20154
1380
- [[30512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30512) Staff interface search results template error
1380
- [[30512]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30512) Staff interface search results template error
1381
- [[30514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30514) Error in date format check following datepicker removal
1381
- [[30514]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30514) Error in date format check following datepicker removal
1382
- [[30587]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30587) Incorrect translations in some templates
1382
- [[30587]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30587) Incorrect translations in some templates
1383
- [[30632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30632) Fix report author display in list of saved reports
1383
- [[30632]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30632) Fix report author display in list of saved reports
1384
1384
1385
  >This fixes the display of report authors in the list of saved reports to remove the extra space before the comma (Lastname, Firstname was displaying as Lastname , Firstname).
1385
  >This fixes the display of report authors in the list of saved reports to remove the extra space before the comma (Lastname, Firstname was displaying as Lastname , Firstname).
1386
- [[30640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30640) Focus does not always move to correct search header form field
1386
- [[30640]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30640) Focus does not always move to correct search header form field
1387
- [[30706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30706) DateFormat change only takes effect after a restart of services
1387
- [[30706]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30706) DateFormat change only takes effect after a restart of services
1388
- [[30720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30720) Batch delete links from result list missing permission checks
1388
- [[30720]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30720) Batch delete links from result list missing permission checks
1389
- [[30721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30721) Markup error in detail page's component parts tab
1389
- [[30721]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30721) Markup error in detail page's component parts tab
1390
- [[30722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30722) Typo in overdue recalls template
1390
- [[30722]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30722) Typo in overdue recalls template
1391
1391
1392
### Test Suite
1392
### Test Suite
1393
1393
1394
- [[29705]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29705) Test suite has some IssuingRules left-overs
1394
- [[29705]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29705) Test suite has some IssuingRules left-overs
1395
- [[29826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29826) Manage call of Template Plugin Branches GetName() with null or empty branchcode
1395
- [[29826]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29826) Manage call of Template Plugin Branches GetName() with null or empty branchcode
1396
- [[29838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29838) No string interpolation when expected in t/db_dependent/ImportBatch.t
1396
- [[29838]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29838) No string interpolation when expected in t/db_dependent/ImportBatch.t
1397
- [[29862]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29862) TestBuilder.t fails with ES enabled
1397
- [[29862]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29862) TestBuilder.t fails with ES enabled
1398
- [[29884]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29884) Missing test in api/v1/patrons.t
1398
- [[29884]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29884) Missing test in api/v1/patrons.t
1399
- [[30203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30203) Prevent data loss when running Circulation.t without prove
1399
- [[30203]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30203) Prevent data loss when running Circulation.t without prove
1400
- [[30531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30531) Search.t needs update for Recalls
1400
- [[30531]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30531) Search.t needs update for Recalls
1401
- [[30595]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30595) update_child_to_adult.t is failing randomly
1401
- [[30595]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30595) update_child_to_adult.t is failing randomly
1402
- [[30596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30596) api/v1/acquisitions_baskets.t is failing randomly
1402
- [[30596]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30596) api/v1/acquisitions_baskets.t is failing randomly
1403
- [[30734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30734) t/db_dependent/Koha/BackgroundJob.t fails on D9 and D10
1403
- [[30734]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30734) t/db_dependent/Koha/BackgroundJob.t fails on D9 and D10
1404
1404
1405
### Tools
1405
### Tools
1406
1406
1407
- [[29156]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29156) File missing warning in Koha::UploadedFile should be for permanent files only
1407
- [[29156]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29156) File missing warning in Koha::UploadedFile should be for permanent files only
1408
1408
1409
  >This removes the warning from the log files when temporarily uploaded files are deleted and the file no longer exists (for example, when the temporary files are in /tmp directory and the system is rebooted they are deleted).
1409
  >This removes the warning from the log files when temporarily uploaded files are deleted and the file no longer exists (for example, when the temporary files are in /tmp directory and the system is rebooted they are deleted).
1410
- [[29521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29521) Patron Club name hyperlinks not operational + weird CSS behavior
1410
- [[29521]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29521) Patron Club name hyperlinks not operational + weird CSS behavior
1411
1411
1412
  >This removes the link from thea patron club name on the patrons club listing page as it didn't work. It also improves the consistency of the table of patron clubs so that the interface is consistent whether you're looking at clubs during the holds process or during the clubs management view.
1412
  >This removes the link from thea patron club name on the patrons club listing page as it didn't work. It also improves the consistency of the table of patron clubs so that the interface is consistent whether you're looking at clubs during the holds process or during the clubs management view.
1413
- [[29693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29693) CodeMirror broken on additional_contents.tt
1413
- [[29693]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29693) CodeMirror broken on additional_contents.tt
1414
- [[29722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29722) Add some diversity to sample quotes
1414
- [[29722]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29722) Add some diversity to sample quotes
1415
1415
1416
  **Sponsored by** *Catalyst*
1416
  **Sponsored by** *Catalyst*
1417
1417
1418
  >This patch adds sample quotes from women, women of colour, trans women, Black and Indigenous women, and people who weren't US Presidents!
1418
  >This patch adds sample quotes from women, women of colour, trans women, Black and Indigenous women, and people who weren't US Presidents!
1419
- [[29761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29761) Patron batch modification tool - duplicated information on the listing page
1419
- [[29761]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29761) Patron batch modification tool - duplicated information on the listing page
1420
- [[29797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29797) Background job detail for batch delete items not listing the itemnumbers
1420
- [[29797]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29797) Background job detail for batch delete items not listing the itemnumbers
1421
- [[30701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30701) On small screens, upload tool buttons cannot be clicked
1421
- [[30701]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30701) On small screens, upload tool buttons cannot be clicked
1422
1422
1423
  **Sponsored by** *Chartered Accountants Australia and New Zealand*
1423
  **Sponsored by** *Chartered Accountants Australia and New Zealand*
1424
- [[30709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30709) 'Insert' button in notices editor not adding selected placeholders to notice
1424
- [[30709]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30709) 'Insert' button in notices editor not adding selected placeholders to notice
1425
1425
1426
### Web services
1426
### Web services
1427
1427
1428
- [[22379]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22379) ILS-DI Method "CancelHold" don't check CanReserveBeCanceledFromOpac
1428
- [[22379]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22379) ILS-DI Method "CancelHold" don't check CanReserveBeCanceledFromOpac
1429
- [[29484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29484) ListSets doesn't return noSetHierarchy when appropriate
1429
- [[29484]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29484) ListSets doesn't return noSetHierarchy when appropriate
1430
1430
1431
  >This fixes Koha's OAI-PMH server so that it returns the appropriate error code when no sets are defined.
1431
  >This fixes Koha's OAI-PMH server so that it returns the appropriate error code when no sets are defined.
1432
1432
1433
### Z39.50 / SRU / OpenSearch Servers
1433
### Z39.50 / SRU / OpenSearch Servers
1434
1434
1435
- [[19865]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19865) Side scroll bar in z39.50 MARC view
1435
- [[19865]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19865) Side scroll bar in z39.50 MARC view
1436
1436
1437
  >Makes the horizontal scroll bar of the MARC preview modal on  cataloguing/z3950_search.tt always visible for an easier user experience.
1437
  >Makes the horizontal scroll bar of the MARC preview modal on  cataloguing/z3950_search.tt always visible for an easier user experience.
1438
1438
Lines 1490-1496 have already been fixed in maintainance releases) Link Here
1490
The Koha manual is maintained in Sphinx. The home page for Koha
1490
The Koha manual is maintained in Sphinx. The home page for Koha
1491
documentation is
1491
documentation is
1492
1492
1493
- [Koha Documentation](http://koha-community.org/documentation/)
1493
- [Koha Documentation](https://koha-community.org/documentation/)
1494
1494
1495
1495
1496
1496
Lines 1537-1552 Partial translations are available for various other languages. Link Here
1537
1537
1538
The Koha team welcomes additional translations; please see
1538
The Koha team welcomes additional translations; please see
1539
1539
1540
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1540
- [Koha Translation Info](https://wiki.koha-community.org/wiki/Translating_Koha)
1541
1541
1542
For information about translating Koha, and join the koha-translate 
1542
For information about translating Koha, and join the koha-translate 
1543
list to volunteer:
1543
list to volunteer:
1544
1544
1545
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1545
- [Koha Translate List](https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1546
1546
1547
The most up-to-date translations can be found at:
1547
The most up-to-date translations can be found at:
1548
1548
1549
- [Koha Translation](http://translate.koha-community.org/)
1549
- [Koha Translation](https://translate.koha-community.org/)
1550
1550
1551
## Release Team
1551
## Release Team
1552
1552
Lines 1834-1840 line is master. Link Here
1834
Bug reports and feature requests can be filed at the Koha bug
1834
Bug reports and feature requests can be filed at the Koha bug
1835
tracker at:
1835
tracker at:
1836
1836
1837
- [Koha Bugzilla](http://bugs.koha-community.org)
1837
- [Koha Bugzilla](https://bugs.koha-community.org)
1838
1838
1839
He rau ringa e oti ai.
1839
He rau ringa e oti ai.
1840
(Many hands finish the work)
1840
(Many hands finish the work)
(-)a/misc/release_notes/release_notes_22_11_00.html (-926 / +926 lines)
Lines 8-26 and sizes, volunteers, and support companies from around the world. The Link Here
8
website for the Koha project is:</p>
8
website for the Koha project is:</p>
9
9
10
<ul>
10
<ul>
11
<li><a href="http://koha-community.org">Koha Community</a></li>
11
<li><a href="https://koha-community.org">Koha Community</a></li>
12
</ul>
12
</ul>
13
13
14
<p>Koha 22.11.00 can be downloaded from:</p>
14
<p>Koha 22.11.00 can be downloaded from:</p>
15
15
16
<ul>
16
<ul>
17
<li><a href="http://download.koha-community.org/koha-22.11-latest.tar.gz">Download</a></li>
17
<li><a href="https://download.koha-community.org/koha-22.11-latest.tar.gz">Download</a></li>
18
</ul>
18
</ul>
19
19
20
<p>Installation instructions can be found at:</p>
20
<p>Installation instructions can be found at:</p>
21
21
22
<ul>
22
<ul>
23
<li><a href="http://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
23
<li><a href="https://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
24
<li>OR in the INSTALL files that come in the tarball</li>
24
<li>OR in the INSTALL files that come in the tarball</li>
25
</ul>
25
</ul>
26
26
Lines 49-62 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
49
<h3 id="authentication">Authentication</h3>
49
<h3 id="authentication">Authentication</h3>
50
50
51
<ul>
51
<ul>
52
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30588">[30588]</a> Add the option to require 2FA setup on first staff login</p>
52
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30588">[30588]</a> Add the option to require 2FA setup on first staff login</p>
53
53
54
<p><strong>Sponsored by</strong> <em>Rijksmuseum, Netherlands</em></p>
54
<p><strong>Sponsored by</strong> <em>Rijksmuseum, Netherlands</em></p>
55
55
56
<blockquote>
56
<blockquote>
57
  <p>This adds a third option 'enforce' to the  TwoFactorAuthentication system preference. If chosen, staff will no longer be able to log into the staff client without setting up and using 2-factor authentication.</p>
57
  <p>This adds a third option 'enforce' to the  TwoFactorAuthentication system preference. If chosen, staff will no longer be able to log into the staff client without setting up and using 2-factor authentication.</p>
58
</blockquote></li>
58
</blockquote></li>
59
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31378">[31378]</a> Add a generic OAuth2/OIDC client implementation</p>
59
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31378">[31378]</a> Add a generic OAuth2/OIDC client implementation</p>
60
60
61
<p><strong>Sponsored by</strong> <em>a ByWater Solutions partner</em></p>
61
<p><strong>Sponsored by</strong> <em>a ByWater Solutions partner</em></p>
62
62
Lines 70-81 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
70
<h3 id="cataloging">Cataloging</h3>
70
<h3 id="cataloging">Cataloging</h3>
71
71
72
<ul>
72
<ul>
73
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606">[24606]</a> Allow storing item values as a template for creating new items</p>
73
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606">[24606]</a> Allow storing item values as a template for creating new items</p>
74
74
75
<blockquote>
75
<blockquote>
76
  <p>This new feature allows librarians to create and share "item templates" where one or more item field values can be set for a template. Templates can be applied on a one by one basis, or set for the remainder of the logged in session. Each template may be optionally shared ( read only ) to other catalogers. Librarians with the manage_item_editor_templates permission may edit any template regardless of who created it.</p>
76
  <p>This new feature allows librarians to create and share "item templates" where one or more item field values can be set for a template. Templates can be applied on a one by one basis, or set for the remainder of the logged in session. Each template may be optionally shared ( read only ) to other catalogers. Librarians with the manage_item_editor_templates permission may edit any template regardless of who created it.</p>
77
</blockquote></li>
77
</blockquote></li>
78
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24857">[24857]</a> Add ability to group items for records</p>
78
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24857">[24857]</a> Add ability to group items for records</p>
79
79
80
<blockquote>
80
<blockquote>
81
  <p>This feature allows for libraries to group items within a record.  A new system preference has been added for this feature, EnableItemGroups. This system preference, once enabled, will allow the library to group specific items on a record to each other. A library can name the group and add items from the same record to this group. From the record, a new tab will appear and display on that item if it is part of a group.</p>
81
  <p>This feature allows for libraries to group items within a record.  A new system preference has been added for this feature, EnableItemGroups. This system preference, once enabled, will allow the library to group specific items on a record to each other. A library can name the group and add items from the same record to this group. From the record, a new tab will appear and display on that item if it is part of a group.</p>
Lines 85-97 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
85
<h3 id="circulation">Circulation</h3>
85
<h3 id="circulation">Circulation</h3>
86
86
87
<ul>
87
<ul>
88
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860">[24860]</a> Add ability to place item group level holds</p>
88
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860">[24860]</a> Add ability to place item group level holds</p>
89
89
90
<blockquote>
90
<blockquote>
91
  <p>With this feature you can now place holds on groups of items. A group consists of multiple items of the same record, representing for example, all items of a specific volume. When a hold for an item group is placed, only items of the requested group will be able to fill the hold.
91
  <p>With this feature you can now place holds on groups of items. A group consists of multiple items of the same record, representing for example, all items of a specific volume. When a hold for an item group is placed, only items of the requested group will be able to fill the hold.
92
  The feature is enabled using the new EnableItemGroupHolds system preference. It also requires EnableItemGroups for managing item groups.</p>
92
  The feature is enabled using the new EnableItemGroupHolds system preference. It also requires EnableItemGroups for managing item groups.</p>
93
</blockquote></li>
93
</blockquote></li>
94
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28854">[28854]</a> Add ability to create bundles of items for circulation</p>
94
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28854">[28854]</a> Add ability to create bundles of items for circulation</p>
95
95
96
<blockquote>
96
<blockquote>
97
  <p>This new feature adds the ability to create item bundles for loans.</p>
97
  <p>This new feature adds the ability to create item bundles for loans.</p>
Lines 102-108 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
102
  
102
  
103
  <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
103
  <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
104
</blockquote></li>
104
</blockquote></li>
105
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30650">[30650]</a> Add a curbside pickup module</p>
105
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30650">[30650]</a> Add a curbside pickup module</p>
106
106
107
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p>
107
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p>
108
108
Lines 117-123 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
117
<h3 id="erm">ERM</h3>
117
<h3 id="erm">ERM</h3>
118
118
119
<ul>
119
<ul>
120
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32030">[32030]</a> Electronic resource management (ERM)</p>
120
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32030">[32030]</a> Electronic resource management (ERM)</p>
121
121
122
<p><strong>Sponsored by</strong> <em>BibLibre</em>, <em>ByWater Solutions</em> and <em>PTFS Europe</em></p>
122
<p><strong>Sponsored by</strong> <em>BibLibre</em>, <em>ByWater Solutions</em> and <em>PTFS Europe</em></p>
123
123
Lines 129-140 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
129
<h3 id="patrons">Patrons</h3>
129
<h3 id="patrons">Patrons</h3>
130
130
131
<ul>
131
<ul>
132
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12446">[12446]</a> Enable an adult to have a guarantor</p>
132
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12446">[12446]</a> Enable an adult to have a guarantor</p>
133
133
134
<blockquote>
134
<blockquote>
135
  <p>Before only categories of a certain type can be guarantees for other patron categories of certain types (Adult to child, organisation to professional). With this new feature it's possible to define which patron categories can be guarantees independent of the category type. This enables relationships like adult to adult or organisation to adult.</p>
135
  <p>Before only categories of a certain type can be guarantees for other patron categories of certain types (Adult to child, organisation to professional). With this new feature it's possible to define which patron categories can be guarantees independent of the category type. This enables relationships like adult to adult or organisation to adult.</p>
136
</blockquote></li>
136
</blockquote></li>
137
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23681">[23681]</a> Make patron restrictions user definable</p>
137
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23681">[23681]</a> Make patron restrictions user definable</p>
138
138
139
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em> and <em>Loughborough University</em></p>
139
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em> and <em>Loughborough University</em></p>
140
140
Lines 148-154 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
148
<h3 id="searching">Searching</h3>
148
<h3 id="searching">Searching</h3>
149
149
150
<ul>
150
<ul>
151
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17170">[17170]</a> Add the ability to create 'saved searches' for use as filters when searching the catalog</p>
151
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17170">[17170]</a> Add the ability to create 'saved searches' for use as filters when searching the catalog</p>
152
152
153
<p><strong>Sponsored by</strong> <em>Round Rock Public Library</em></p>
153
<p><strong>Sponsored by</strong> <em>Round Rock Public Library</em></p>
154
154
Lines 168-181 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
168
<h3 id="staffinterface">Staff interface</h3>
168
<h3 id="staffinterface">Staff interface</h3>
169
169
170
<ul>
170
<ul>
171
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15326">[15326]</a> Add CMS feature</p>
171
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15326">[15326]</a> Add CMS feature</p>
172
172
173
<p><strong>Sponsored by</strong> <em>Chartered Accountants Australia and New Zealand</em> and <em>Horowhenua Libraries Trust</em></p>
173
<p><strong>Sponsored by</strong> <em>Chartered Accountants Australia and New Zealand</em> and <em>Horowhenua Libraries Trust</em></p>
174
174
175
<blockquote>
175
<blockquote>
176
  <p>This enhancement utilises the additional contents feature to add custom pages to the staff interface and the OPAC in the user's desired language.</p>
176
  <p>This enhancement utilises the additional contents feature to add custom pages to the staff interface and the OPAC in the user's desired language.</p>
177
</blockquote></li>
177
</blockquote></li>
178
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952">[30952]</a> New design for staff interface</p>
178
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952">[30952]</a> New design for staff interface</p>
179
179
180
<blockquote>
180
<blockquote>
181
  <p>This is the result of a wide scale review of the staff interface user experience.</p>
181
  <p>This is the result of a wide scale review of the staff interface user experience.</p>
Lines 191-197 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
191
<h3 id="acquisitions">Acquisitions</h3>
191
<h3 id="acquisitions">Acquisitions</h3>
192
192
193
<ul>
193
<ul>
194
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10086">[10086]</a> No way to go back to the basket on uncertain prices page</p>
194
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10086">[10086]</a> No way to go back to the basket on uncertain prices page</p>
195
195
196
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
196
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
197
197
Lines 203-237 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
203
  <li>The edit link is now formatted as a button and moved into a column (similar to other areas), instead of being a text link in the order column.</li>
203
  <li>The edit link is now formatted as a button and moved into a column (similar to other areas), instead of being a text link in the order column.</li>
204
  </ol>
204
  </ol>
205
</blockquote></li>
205
</blockquote></li>
206
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15348">[15348]</a> Change/Edit estimated delivery date per order line</p>
206
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15348">[15348]</a> Change/Edit estimated delivery date per order line</p>
207
207
208
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
208
<p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
209
209
210
<blockquote>
210
<blockquote>
211
  <p>This enhancement allows you to specify an estimated delivery date per order line. The specified estimated delivery date is also considered (alongside the calculated estimated delivery date, if no date has been specified) when searching for late orders and exporting late orders. You can also edit the estimated delivery date from the late orders page.</p>
211
  <p>This enhancement allows you to specify an estimated delivery date per order line. The specified estimated delivery date is also considered (alongside the calculated estimated delivery date, if no date has been specified) when searching for late orders and exporting late orders. You can also edit the estimated delivery date from the late orders page.</p>
212
</blockquote></li>
212
</blockquote></li>
213
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25763">[25763]</a> Allow update of order fund after receipt</li>
213
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25763">[25763]</a> Allow update of order fund after receipt</li>
214
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27817">[27817]</a> Enhance display of title information throughout acquisitions</p>
214
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27817">[27817]</a> Enhance display of title information throughout acquisitions</p>
215
215
216
<blockquote>
216
<blockquote>
217
  <p>This adds remainder of title/subtitle, medium, part name, and part number to several pages in the acquisitions module.</p>
217
  <p>This adds remainder of title/subtitle, medium, part name, and part number to several pages in the acquisitions module.</p>
218
</blockquote></li>
218
</blockquote></li>
219
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28269">[28269]</a> Order search should be possible with ISSN too</p>
219
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28269">[28269]</a> Order search should be possible with ISSN too</p>
220
220
221
<blockquote>
221
<blockquote>
222
  <p>This adds ISSN as a new search option to the acquisitions advanced search form. If SearchWithISSNVariations is enabled, you'll be able to search for the ISSN with and without the hyphen.</p>
222
  <p>This adds ISSN as a new search option to the acquisitions advanced search form. If SearchWithISSNVariations is enabled, you'll be able to search for the ISSN with and without the hyphen.</p>
223
</blockquote></li>
223
</blockquote></li>
224
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29983">[29983]</a> Display the return claims column in the circulation overdues page (overdue.tt)</p>
224
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29983">[29983]</a> Display the return claims column in the circulation overdues page (overdue.tt)</p>
225
225
226
<blockquote>
226
<blockquote>
227
  <p>This enhancement adds the "Return claims" column to the circulation overdues page, like it is on a patron's check out and details pages. Display or hide the column using the column settings options. It can also be configured using the table settings options in the administration area - it is hidden by default.</p>
227
  <p>This enhancement adds the "Return claims" column to the circulation overdues page, like it is on a patron's check out and details pages. Display or hide the column using the column settings options. It can also be configured using the table settings options in the administration area - it is hidden by default.</p>
228
</blockquote></li>
228
</blockquote></li>
229
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31017">[31017]</a> Add type field for vendors</p>
229
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31017">[31017]</a> Add type field for vendors</p>
230
230
231
<blockquote>
231
<blockquote>
232
  <p>This enhancement adds a new field to record the vendor type when creating or editing vendors. This field can be used as a free text field, or a drop-down menu if there are authorized values in the VENDOR_TYPE authorized value category.</p>
232
  <p>This enhancement adds a new field to record the vendor type when creating or editing vendors. This field can be used as a free text field, or a drop-down menu if there are authorized values in the VENDOR_TYPE authorized value category.</p>
233
</blockquote></li>
233
</blockquote></li>
234
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31115">[31115]</a> Additional fields for invoices</p>
234
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31115">[31115]</a> Additional fields for invoices</p>
235
235
236
<p><strong>Sponsored by</strong> <em>The Research University in the Helmholtz Association (KIT)</em></p>
236
<p><strong>Sponsored by</strong> <em>The Research University in the Helmholtz Association (KIT)</em></p>
237
237
Lines 241-368 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
241
  Users can name additional fields, tie them to authorised values, and specify whether the fields can be searched in the acquisitions module.
241
  Users can name additional fields, tie them to authorised values, and specify whether the fields can be searched in the acquisitions module.
242
  This also adds a new entry to the admin page for additional fields.</p>
242
  This also adds a new entry to the admin page for additional fields.</p>
243
</blockquote></li>
243
</blockquote></li>
244
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31257">[31257]</a> Add a new English 1 page layout to export a basket as PDF</p>
244
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31257">[31257]</a> Add a new English 1 page layout to export a basket as PDF</p>
245
245
246
<p><strong>Sponsored by</strong> <em>Pymble Ladies' College</em></p>
246
<p><strong>Sponsored by</strong> <em>Pymble Ladies' College</em></p>
247
247
248
<blockquote>
248
<blockquote>
249
  <p>This patch adds a new English 1 page layout to be used when exporting a basket group as PDF. It can be selected as a new  option from the OrderPdfFormat system preference.</p>
249
  <p>This patch adds a new English 1 page layout to be used when exporting a basket group as PDF. It can be selected as a new  option from the OrderPdfFormat system preference.</p>
250
</blockquote></li>
250
</blockquote></li>
251
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31333">[31333]</a> Add the ability to limit purchase suggestions by patron category</p>
251
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31333">[31333]</a> Add the ability to limit purchase suggestions by patron category</p>
252
252
253
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
253
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
254
254
255
<blockquote>
255
<blockquote>
256
  <p>Exclude patron categories from submitting OPAC purchase suggestions by selecting them in the new suggestionPatronCategoryExceptions system preference.</p>
256
  <p>Exclude patron categories from submitting OPAC purchase suggestions by selecting them in the new suggestionPatronCategoryExceptions system preference.</p>
257
</blockquote></li>
257
</blockquote></li>
258
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31374">[31374]</a> Add a non-public note column to the suggestions table</p>
258
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31374">[31374]</a> Add a non-public note column to the suggestions table</p>
259
259
260
<blockquote>
260
<blockquote>
261
  <p>This enhancement adds a non-public notes field to the suggestions tables in the staff interface. It is displayed by default in the suggestion management tables, and is configurable using the table settings.</p>
261
  <p>This enhancement adds a non-public notes field to the suggestions tables in the staff interface. It is displayed by default in the suggestion management tables, and is configurable using the table settings.</p>
262
</blockquote></li>
262
</blockquote></li>
263
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31377">[31377]</a> Add basket's internal note to tables on vendor search result list</li>
263
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31377">[31377]</a> Add basket's internal note to tables on vendor search result list</li>
264
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31388">[31388]</a> Add select2 to fund selection in new order form</li>
264
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31388">[31388]</a> Add select2 to fund selection in new order form</li>
265
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31459">[31459]</a> Make order receive page faster on systems with many budgets</li>
265
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31459">[31459]</a> Make order receive page faster on systems with many budgets</li>
266
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31569">[31569]</a> Remove GetImportsRecordRange from acqui/addorderiso2709</li>
266
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31569">[31569]</a> Remove GetImportsRecordRange from acqui/addorderiso2709</li>
267
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31586">[31586]</a> Log basket number as object when an email order is sent</li>
267
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31586">[31586]</a> Log basket number as object when an email order is sent</li>
268
</ul>
268
</ul>
269
269
270
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
270
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
271
271
272
<ul>
272
<ul>
273
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15545">[15545]</a> Remove remainders of unfinished reqholdnotes functionality</li>
273
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15545">[15545]</a> Remove remainders of unfinished reqholdnotes functionality</li>
274
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23991">[23991]</a> Move SearchSuggestion to Koha::Suggestions</li>
274
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23991">[23991]</a> Move SearchSuggestion to Koha::Suggestions</li>
275
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24295">[24295]</a> C4::Circulation::GetTransfers should be removed, use Koha::Item->get_transfer instead</li>
275
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24295">[24295]</a> C4::Circulation::GetTransfers should be removed, use Koha::Item->get_transfer instead</li>
276
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27272">[27272]</a> Move C4::Items::GetItemsInfo to Koha namespace</p>
276
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27272">[27272]</a> Move C4::Items::GetItemsInfo to Koha namespace</p>
277
277
278
<blockquote>
278
<blockquote>
279
  <p>Another step on the old code refactoring. At this time, related to item information display.</p>
279
  <p>Another step on the old code refactoring. At this time, related to item information display.</p>
280
  
280
  
281
  <p>There are several DB queries that get avoided with this change as well, leading to more performant processing of requests.</p>
281
  <p>There are several DB queries that get avoided with this change as well, leading to more performant processing of requests.</p>
282
</blockquote></li>
282
</blockquote></li>
283
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27342">[27342]</a> Improve readability and improvement of C4::Auth::get_template_and_user</li>
283
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27342">[27342]</a> Improve readability and improvement of C4::Auth::get_template_and_user</li>
284
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28186">[28186]</a> Use Koha::Authority in C4::AuthoritiesMarc::AddAuthority</li>
284
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28186">[28186]</a> Use Koha::Authority in C4::AuthoritiesMarc::AddAuthority</li>
285
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29454">[29454]</a> Stash itemtypes in plugin objects to reduce DB calls</li>
285
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29454">[29454]</a> Stash itemtypes in plugin objects to reduce DB calls</li>
286
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623">[29623]</a> Cache effective circulation rules</li>
286
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623">[29623]</a> Cache effective circulation rules</li>
287
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672">[29672]</a> Increase performance of Koha::Plugins->call</li>
287
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672">[29672]</a> Increase performance of Koha::Plugins->call</li>
288
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697">[29697]</a> Replace GetMarcBiblio occurrences with $biblio->metadata->record</li>
288
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697">[29697]</a> Replace GetMarcBiblio occurrences with $biblio->metadata->record</li>
289
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29744">[29744]</a> Harmonize psgi/plack detection methods</li>
289
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29744">[29744]</a> Harmonize psgi/plack detection methods</li>
290
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29883">[29883]</a> Uninitialized value warning when GetAuthorisedValues gets called with no parameters</li>
290
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29883">[29883]</a> Uninitialized value warning when GetAuthorisedValues gets called with no parameters</li>
291
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29939">[29939]</a> Replace opac-ratings-ajax.pl with a new REST API route</li>
291
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29939">[29939]</a> Replace opac-ratings-ajax.pl with a new REST API route</li>
292
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29955">[29955]</a> Move C4::Acquisition::populate_order_with_prices to Koha::Acquisition::Order</li>
292
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29955">[29955]</a> Move C4::Acquisition::populate_order_with_prices to Koha::Acquisition::Order</li>
293
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30016">[30016]</a> Remove GetOpenIssue subroutine</li>
293
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30016">[30016]</a> Remove GetOpenIssue subroutine</li>
294
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30042">[30042]</a> Remove Date::Calc use</li>
294
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30042">[30042]</a> Remove Date::Calc use</li>
295
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30057">[30057]</a> Move Virtualshelves exceptions to their own file</li>
295
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30057">[30057]</a> Move Virtualshelves exceptions to their own file</li>
296
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30168">[30168]</a> Use checkout object in GetSoonestRenewDate</li>
296
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30168">[30168]</a> Use checkout object in GetSoonestRenewDate</li>
297
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275">[30275]</a> Checkout renewals should be stored in their own table</p>
297
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275">[30275]</a> Checkout renewals should be stored in their own table</p>
298
298
299
<p><strong>Sponsored by</strong> <em>Loughborough University</em></p>
299
<p><strong>Sponsored by</strong> <em>Loughborough University</em></p>
300
300
301
<blockquote>
301
<blockquote>
302
  <p>This enhancement adds a renewals table to store details of a checkouts renewals.</p>
302
  <p>This enhancement adds a renewals table to store details of a checkouts renewals.</p>
303
</blockquote></li>
303
</blockquote></li>
304
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30420">[30420]</a> Rename Koha::Patron->get_overdues with ->overdues</p>
304
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30420">[30420]</a> Rename Koha::Patron->get_overdues with ->overdues</p>
305
305
306
<blockquote>
306
<blockquote>
307
  <p>This enhancement makes the method naming more consistent.</p>
307
  <p>This enhancement makes the method naming more consistent.</p>
308
</blockquote></li>
308
</blockquote></li>
309
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30543">[30543]</a> Decouple DumpSearchQueryTemplate from other template dump preferences</li>
309
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30543">[30543]</a> Decouple DumpSearchQueryTemplate from other template dump preferences</li>
310
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30578">[30578]</a> We should drop circ/ysearch.pl in preference to using the REST API's</li>
310
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30578">[30578]</a> We should drop circ/ysearch.pl in preference to using the REST API's</li>
311
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30612">[30612]</a> Add account_lines method to Koha::[Old::]Checkout</li>
311
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30612">[30612]</a> Add account_lines method to Koha::[Old::]Checkout</li>
312
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30830">[30830]</a> Add Koha Objects  for Koha Import Items</li>
312
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30830">[30830]</a> Add Koha Objects  for Koha Import Items</li>
313
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30848">[30848]</a> Introduce Koha::Filter::ExpandCodedFields</li>
313
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30848">[30848]</a> Introduce Koha::Filter::ExpandCodedFields</li>
314
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30874">[30874]</a> Simplify patron category handling in memberentry</li>
314
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30874">[30874]</a> Simplify patron category handling in memberentry</li>
315
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30877">[30877]</a> use List::MoreUtils::uniq from recalls_to_pull.pl</li>
315
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30877">[30877]</a> use List::MoreUtils::uniq from recalls_to_pull.pl</li>
316
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30901">[30901]</a> Add template method to be able to look up renewal data in Koha slips and notices</p>
316
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30901">[30901]</a> Add template method to be able to look up renewal data in Koha slips and notices</p>
317
317
318
<blockquote>
318
<blockquote>
319
  <p>This adds a way to print information about renewals to notices with Template Toolkit. This includes the numbers for used renewals, allowed renewals and remaining renewals and more.
319
  <p>This adds a way to print information about renewals to notices with Template Toolkit. This includes the numbers for used renewals, allowed renewals and remaining renewals and more.
320
  Documentation: https://wiki.koha-community.org/wiki/Notices_with_Template_Toolkit#Example:_CirculationRules.Renewals</p>
320
  Documentation: https://wiki.koha-community.org/wiki/Notices_with_Template_Toolkit#Example:_CirculationRules.Renewals</p>
321
</blockquote></li>
321
</blockquote></li>
322
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30921">[30921]</a> Replace use of C4::XSLT::transformMARCXML4XSLT with RecordProcessor</li>
322
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30921">[30921]</a> Replace use of C4::XSLT::transformMARCXML4XSLT with RecordProcessor</li>
323
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30950">[30950]</a> timepicker.inc is no longer used and should be removed</li>
323
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30950">[30950]</a> timepicker.inc is no longer used and should be removed</li>
324
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30982">[30982]</a> Use the REST API for background job list view</li>
324
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30982">[30982]</a> Use the REST API for background job list view</li>
325
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31001">[31001]</a> "CGI::param called in list context" warning in basket.pl flooding error log</p>
325
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31001">[31001]</a> "CGI::param called in list context" warning in basket.pl flooding error log</p>
326
326
327
<blockquote>
327
<blockquote>
328
  <p>This fixes the cause of a warning message that appears in the system logs when emailing an order to a vendor (Acquisitions > [select a vendor] > [select a basket] > E-mal order). The warning message was "[WARN] CGI::param called in list context from /kohadevbox/koha/acqui/basket.pl line 175, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 414.".</p>
328
  <p>This fixes the cause of a warning message that appears in the system logs when emailing an order to a vendor (Acquisitions > [select a vendor] > [select a basket] > E-mal order). The warning message was "[WARN] CGI::param called in list context from /kohadevbox/koha/acqui/basket.pl line 175, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 414.".</p>
329
</blockquote></li>
329
</blockquote></li>
330
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31183">[31183]</a> Add Koha::Item::Transfers->filter_by_current</li>
330
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31183">[31183]</a> Add Koha::Item::Transfers->filter_by_current</li>
331
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31306">[31306]</a> Add Koha::Items->search_ordered method</li>
331
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31306">[31306]</a> Add Koha::Items->search_ordered method</li>
332
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31308">[31308]</a> Remove GetItemsInfo from basket/basket</li>
332
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31308">[31308]</a> Remove GetItemsInfo from basket/basket</li>
333
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31309">[31309]</a> Remove GetItemsInfo from basket/sendbasket</li>
333
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31309">[31309]</a> Remove GetItemsInfo from basket/sendbasket</li>
334
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31310">[31310]</a> Remove GetItemsInfo from catalogue/imageviewer</li>
334
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31310">[31310]</a> Remove GetItemsInfo from catalogue/imageviewer</li>
335
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31311">[31311]</a> Remove GetItemsInfo from labels/label-item-search</li>
335
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31311">[31311]</a> Remove GetItemsInfo from labels/label-item-search</li>
336
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31312">[31312]</a> Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl</li>
336
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31312">[31312]</a> Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl</li>
337
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31313">[31313]</a> Remove GetItemsInfo from opac-detail</li>
337
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31313">[31313]</a> Remove GetItemsInfo from opac-detail</li>
338
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31314">[31314]</a> Remove GetItemsInfo from opac-reserve.pl</li>
338
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31314">[31314]</a> Remove GetItemsInfo from opac-reserve.pl</li>
339
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31315">[31315]</a> Remove GetItemsInfo from moredetail</li>
339
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31315">[31315]</a> Remove GetItemsInfo from moredetail</li>
340
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31316">[31316]</a> Remove GetItemsInfo from opac-sendbasket</li>
340
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31316">[31316]</a> Remove GetItemsInfo from opac-sendbasket</li>
341
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31317">[31317]</a> Remove GetItemsInfo from opac-tags</li>
341
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31317">[31317]</a> Remove GetItemsInfo from opac-tags</li>
342
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31318">[31318]</a> Remove GetItemsInfo from serials/routing-preview</li>
342
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31318">[31318]</a> Remove GetItemsInfo from serials/routing-preview</li>
343
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31319">[31319]</a> Remove GetItemsInfo from tags/list.pl</li>
343
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31319">[31319]</a> Remove GetItemsInfo from tags/list.pl</li>
344
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31320">[31320]</a> Remove GetItemsInfo from virtualshelves/sendshelf.pl</li>
344
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31320">[31320]</a> Remove GetItemsInfo from virtualshelves/sendshelf.pl</li>
345
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31321">[31321]</a> Remove GetItemsInfo from catalogue/detail.pl</li>
345
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31321">[31321]</a> Remove GetItemsInfo from catalogue/detail.pl</li>
346
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31328">[31328]</a> Make Koha::Item->get_transfer* use Koha::Item::Transfers->filter_by_current</li>
346
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31328">[31328]</a> Make Koha::Item->get_transfer* use Koha::Item::Transfers->filter_by_current</li>
347
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31389">[31389]</a> Calculate user permissions in separate function</li>
347
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31389">[31389]</a> Calculate user permissions in separate function</li>
348
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31517">[31517]</a> C4::Tags should use Koha::Tags objects instead of raw SQL</li>
348
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31517">[31517]</a> C4::Tags should use Koha::Tags objects instead of raw SQL</li>
349
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31519">[31519]</a> Unused template parameters in request.pl</li>
349
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31519">[31519]</a> Unused template parameters in request.pl</li>
350
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31590">[31590]</a> Remove Text::CSV::Unicode</li>
350
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31590">[31590]</a> Remove Text::CSV::Unicode</li>
351
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31666">[31666]</a> Add job progress bar to stage-marc-import.pl</li>
351
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31666">[31666]</a> Add job progress bar to stage-marc-import.pl</li>
352
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31776">[31776]</a> Typo in cleanup_database.pl cron's help/usage</li>
352
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31776">[31776]</a> Typo in cleanup_database.pl cron's help/usage</li>
353
</ul>
353
</ul>
354
354
355
<h3 id="authentication">Authentication</h3>
355
<h3 id="authentication">Authentication</h3>
356
356
357
<ul>
357
<ul>
358
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25936">[25936]</a> Notify users if their password has changed</p>
358
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25936">[25936]</a> Notify users if their password has changed</p>
359
359
360
<blockquote>
360
<blockquote>
361
  <p>When the system preference NotifyPasswordChange is set to 'Notify' a notification will be sent to the user when their password is changed. The new notification uses the letter code PASSCHANGE.</p>
361
  <p>When the system preference NotifyPasswordChange is set to 'Notify' a notification will be sent to the user when their password is changed. The new notification uses the letter code PASSCHANGE.</p>
362
  
362
  
363
  <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
363
  <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
364
</blockquote></li>
364
</blockquote></li>
365
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28787">[28787]</a> Send a notice with the TOTP token</p>
365
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28787">[28787]</a> Send a notice with the TOTP token</p>
366
366
367
<p><strong>Sponsored by</strong> <em>Rijksmuseum, Netherlands</em></p>
367
<p><strong>Sponsored by</strong> <em>Rijksmuseum, Netherlands</em></p>
368
368
Lines 372-390 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
372
  
372
  
373
  <p>The new notice template is '2FA_OTP_TOKEN'.</p>
373
  <p>The new notice template is '2FA_OTP_TOKEN'.</p>
374
</blockquote></li>
374
</blockquote></li>
375
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31495">[31495]</a> Allow viewing CMS pages when enforcing GDPR policy</li>
375
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31495">[31495]</a> Allow viewing CMS pages when enforcing GDPR policy</li>
376
</ul>
376
</ul>
377
377
378
<h3 id="cataloging">Cataloging</h3>
378
<h3 id="cataloging">Cataloging</h3>
379
379
380
<ul>
380
<ul>
381
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23063">[23063]</a> Item table in cataloguing doesn't respect CurrencyFormat</p>
381
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23063">[23063]</a> Item table in cataloguing doesn't respect CurrencyFormat</p>
382
382
383
<blockquote>
383
<blockquote>
384
  <p>This makes sure that the price and replacement price of an item is displayed according to the CurrencyFormat setting in the items table above the add/edit item form.</p>
384
  <p>This makes sure that the price and replacement price of an item is displayed according to the CurrencyFormat setting in the items table above the add/edit item form.</p>
385
</blockquote></li>
385
</blockquote></li>
386
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26368">[26368]</a> Add support for OCLC Encoding level values</li>
386
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26368">[26368]</a> Add support for OCLC Encoding level values</li>
387
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981">[27981]</a> Add option to automatically set the 001 control number to the biblionumber</p>
387
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981">[27981]</a> Add option to automatically set the 001 control number to the biblionumber</p>
388
388
389
<blockquote>
389
<blockquote>
390
  <p>This patch adds a new system preference:
390
  <p>This patch adds a new system preference:
Lines 397-446 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
397
  <li>not generated automatically: the 001 field will not be touched</li>
397
  <li>not generated automatically: the 001 field will not be touched</li>
398
  </ul>
398
  </ul>
399
</blockquote></li>
399
</blockquote></li>
400
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30392">[30392]</a> Add a deleted_on column to deleteditems</li>
400
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30392">[30392]</a> Add a deleted_on column to deleteditems</li>
401
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30504">[30504]</a> Value builder for UNIMARC field 181</p>
401
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30504">[30504]</a> Value builder for UNIMARC field 181</p>
402
402
403
<blockquote>
403
<blockquote>
404
  <p>This enhancement for UNIMARC field 181 adds value builders for subfields $a, $b, $c, and $2. These are based on the official UNIMARC codes.</p>
404
  <p>This enhancement for UNIMARC field 181 adds value builders for subfields $a, $b, $c, and $2. These are based on the official UNIMARC codes.</p>
405
</blockquote></li>
405
</blockquote></li>
406
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30506">[30506]</a> Value builder for UNIMARC field 182</p>
406
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30506">[30506]</a> Value builder for UNIMARC field 182</p>
407
407
408
<blockquote>
408
<blockquote>
409
  <p>This enhancement for UNIMARC field 182 adds value builders for subfields $a, $c, and $2. These are based on the official UNIMARC codes.</p>
409
  <p>This enhancement for UNIMARC field 182 adds value builders for subfields $a, $c, and $2. These are based on the official UNIMARC codes.</p>
410
</blockquote></li>
410
</blockquote></li>
411
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30507">[30507]</a> Value builder for UNIMARC field 183</p>
411
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30507">[30507]</a> Value builder for UNIMARC field 183</p>
412
412
413
<blockquote>
413
<blockquote>
414
  <p>This enhancement for UNIMARC field 183 adds value builders for subfields $a and $2. These are based on the official UNIMARC codes.</p>
414
  <p>This enhancement for UNIMARC field 183 adds value builders for subfields $a and $2. These are based on the official UNIMARC codes.</p>
415
</blockquote></li>
415
</blockquote></li>
416
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30716">[30716]</a> Add Collection column to cn_browser results table</li>
416
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30716">[30716]</a> Add Collection column to cn_browser results table</li>
417
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30775">[30775]</a> 952w should have datepicker plugin enabled for it by default</p>
417
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30775">[30775]</a> 952w should have datepicker plugin enabled for it by default</p>
418
418
419
<blockquote>
419
<blockquote>
420
  <p>This enhancement adds the date picker to 952$w (price effective from). </p>
420
  <p>This enhancement adds the date picker to 952$w (price effective from). </p>
421
  
421
  
422
  <p>This improves usability (952$d (date acquired) has the date picker enabled) and also adds date field validation (the date is added to the database as YYYY-MM-DD and when entered incorrectly it can lead to crashes in other areas).</p>
422
  <p>This improves usability (952$d (date acquired) has the date picker enabled) and also adds date field validation (the date is added to the database as YYYY-MM-DD and when entered incorrectly it can lead to crashes in other areas).</p>
423
</blockquote></li>
423
</blockquote></li>
424
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30871">[30871]</a> Make it clear that 008 Type of Material is controlled by Leader 6th position in MARC21</p>
424
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30871">[30871]</a> Make it clear that 008 Type of Material is controlled by Leader 6th position in MARC21</p>
425
425
426
<blockquote>
426
<blockquote>
427
  <p>This enhancement adds title elements or clarifies existing title elements to indicate how default values are chosen (for both the default and advanced editor).</p>
427
  <p>This enhancement adds title elements or clarifies existing title elements to indicate how default values are chosen (for both the default and advanced editor).</p>
428
</blockquote></li>
428
</blockquote></li>
429
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30941">[30941]</a> Add value builders for UNIMARC 146 ($b, $c, $d, $e and $f)</p>
429
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30941">[30941]</a> Add value builders for UNIMARC 146 ($b, $c, $d, $e and $f)</p>
430
430
431
<blockquote>
431
<blockquote>
432
  <p>This enhancement adds value builders for UNIMARC 146$b, $c, $d, $e, and $f.</p>
432
  <p>This enhancement adds value builders for UNIMARC 146$b, $c, $d, $e, and $f.</p>
433
</blockquote></li>
433
</blockquote></li>
434
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30997">[30997]</a> "CGI::param called in list context" warning in detail.pl flooding error log</p>
434
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30997">[30997]</a> "CGI::param called in list context" warning in detail.pl flooding error log</p>
435
435
436
<blockquote>
436
<blockquote>
437
  <p>This fixes the cause of "CGI::param called in list context from" warning messages that appear in the log files when viewing record detail pages in the staff interface.</p>
437
  <p>This fixes the cause of "CGI::param called in list context from" warning messages that appear in the log files when viewing record detail pages in the staff interface.</p>
438
</blockquote></li>
438
</blockquote></li>
439
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31250">[31250]</a> Don't remove advanced/basic cataloging editor cookie on logout</li>
439
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31250">[31250]</a> Don't remove advanced/basic cataloging editor cookie on logout</li>
440
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31371">[31371]</a> Value builder for UNIMARC field 283</li>
440
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31371">[31371]</a> Value builder for UNIMARC field 283</li>
441
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31372">[31372]</a> Value builder for UNIMARC field 325</li>
441
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31372">[31372]</a> Value builder for UNIMARC field 325</li>
442
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31417">[31417]</a> Re-instate the cataloguing sidebar menu</li>
442
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31417">[31417]</a> Re-instate the cataloguing sidebar menu</li>
443
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31536">[31536]</a> Add UNIMARC framework plugin to fetch PPN from sudoc.fr</p>
443
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31536">[31536]</a> Add UNIMARC framework plugin to fetch PPN from sudoc.fr</p>
444
444
445
<blockquote>
445
<blockquote>
446
  <p>This enhancement adds a UNIMARC plugin (unimarc_field_009_ppn.pl) that uses sudoc.fr web services (isbn2ppn, issn2ppn, ean2ppn) to search for the Sudoc record identifier (PPN) using the ISBN, ISSN, or EAN identifiers as the search criteria. The plugin expects the ISBN in 010$a, ISSN in 011$a, and EAN in 073$a.</p>
446
  <p>This enhancement adds a UNIMARC plugin (unimarc_field_009_ppn.pl) that uses sudoc.fr web services (isbn2ppn, issn2ppn, ean2ppn) to search for the Sudoc record identifier (PPN) using the ISBN, ISSN, or EAN identifiers as the search criteria. The plugin expects the ISBN in 010$a, ISSN in 011$a, and EAN in 073$a.</p>
Lines 450-461 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
450
<h3 id="circulation">Circulation</h3>
450
<h3 id="circulation">Circulation</h3>
451
451
452
<ul>
452
<ul>
453
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7021">[7021]</a> Add patron category to the statistics table</p>
453
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7021">[7021]</a> Add patron category to the statistics table</p>
454
454
455
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
455
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
456
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20262">[20262]</a> Add ability to refund lost item fees without creating credits</li>
456
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20262">[20262]</a> Add ability to refund lost item fees without creating credits</li>
457
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21381">[21381]</a> Add serial enumeration to circulation history</li>
457
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21381">[21381]</a> Add serial enumeration to circulation history</li>
458
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23012">[23012]</a> Possibility to mark processing fee by default refund when item is found</p>
458
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23012">[23012]</a> Possibility to mark processing fee by default refund when item is found</p>
459
459
460
<p><strong>Sponsored by</strong> <em>Auckland University of Technology</em></p>
460
<p><strong>Sponsored by</strong> <em>Auckland University of Technology</em></p>
461
461
Lines 468-504 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
468
  <li>kept</li>
468
  <li>kept</li>
469
  </ul>
469
  </ul>
470
</blockquote></li>
470
</blockquote></li>
471
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838">[23838]</a> Add ability to view item renew history</p>
471
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838">[23838]</a> Add ability to view item renew history</p>
472
472
473
<p><strong>Sponsored by</strong> <em>Loughborough University</em></p>
473
<p><strong>Sponsored by</strong> <em>Loughborough University</em></p>
474
474
475
<blockquote>
475
<blockquote>
476
  <p>This enhancement adds a modal to display checkout renewal history details where appropriate. This includes the circulation history and the items tab of the staff detail page.</p>
476
  <p>This enhancement adds a modal to display checkout renewal history details where appropriate. This includes the circulation history and the items tab of the staff detail page.</p>
477
</blockquote></li>
477
</blockquote></li>
478
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29129">[29129]</a> The clear screen and print icons in circulation should be configuarable to print either ISSUESLIP or ISSUEQSLIP</p>
478
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29129">[29129]</a> The clear screen and print icons in circulation should be configuarable to print either ISSUESLIP or ISSUEQSLIP</p>
479
479
480
<blockquote>
480
<blockquote>
481
  <p>This enhancement expands upon the 'DisplayClearScreenButton' allowing the choice of printing either the ISSUESLIP or the ISSUEQSLIP when using the printclearscreen icon.</p>
481
  <p>This enhancement expands upon the 'DisplayClearScreenButton' allowing the choice of printing either the ISSUESLIP or the ISSUEQSLIP when using the printclearscreen icon.</p>
482
</blockquote></li>
482
</blockquote></li>
483
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30407">[30407]</a> Add ability to syspref UpdateNotForLoanStatusOnCheckin to show only the notforloan values description</p>
483
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30407">[30407]</a> Add ability to syspref UpdateNotForLoanStatusOnCheckin to show only the notforloan values description</p>
484
484
485
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
485
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
486
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30802">[30802]</a> numReturnedItemsToShow doesn't show more than 20 items on the return screen</li>
486
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30802">[30802]</a> numReturnedItemsToShow doesn't show more than 20 items on the return screen</li>
487
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30905">[30905]</a> Show waiting recalls in patron account on checkouts tab</p>
487
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30905">[30905]</a> Show waiting recalls in patron account on checkouts tab</p>
488
488
489
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
489
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
490
490
491
<blockquote>
491
<blockquote>
492
  <p>This enhancement shows recalls ready for pick-up on the patron's account so they can't be missed.</p>
492
  <p>This enhancement shows recalls ready for pick-up on the patron's account so they can't be missed.</p>
493
</blockquote></li>
493
</blockquote></li>
494
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30947">[30947]</a> Simplify date handling in CanbookBeIssued</li>
494
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30947">[30947]</a> Simplify date handling in CanbookBeIssued</li>
495
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30964">[30964]</a> Add information about overdues and restrictions on the curbside pickup list</p>
495
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30964">[30964]</a> Add information about overdues and restrictions on the curbside pickup list</p>
496
496
497
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
497
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
498
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30965">[30965]</a> Add patron autocomplete search to curbside pickups</p>
498
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30965">[30965]</a> Add patron autocomplete search to curbside pickups</p>
499
499
500
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
500
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
501
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31157">[31157]</a> overdue_notices.pl --frombranch option should be available as a system preference</p>
501
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31157">[31157]</a> overdue_notices.pl --frombranch option should be available as a system preference</p>
502
502
503
<blockquote>
503
<blockquote>
504
  <p>This patch adds a new system preference "OverdueNoticeFrom" that overrides the --frombranch parameter of the overdue_notices.pl cronjob. </p>
504
  <p>This patch adds a new system preference "OverdueNoticeFrom" that overrides the --frombranch parameter of the overdue_notices.pl cronjob. </p>
Lines 509-534 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
509
  
509
  
510
  <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
510
  <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
511
</blockquote></li>
511
</blockquote></li>
512
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31261">[31261]</a> Curbside pickups - remove slots in the past</p>
512
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31261">[31261]</a> Curbside pickups - remove slots in the past</p>
513
513
514
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
514
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
515
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31262">[31262]</a> Curbside pickups - disable dates without slots</p>
515
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31262">[31262]</a> Curbside pickups - disable dates without slots</p>
516
516
517
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
517
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
518
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31265">[31265]</a> Curbside pickups - improve slots selection</li>
518
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31265">[31265]</a> Curbside pickups - improve slots selection</li>
519
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31419">[31419]</a> Add accesskeys to recall modal</li>
519
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31419">[31419]</a> Add accesskeys to recall modal</li>
520
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31485">[31485]</a> Move ItemsDeniedRenewal checks from C4::Circulation to Koha::Item</li>
520
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31485">[31485]</a> Move ItemsDeniedRenewal checks from C4::Circulation to Koha::Item</li>
521
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31753">[31753]</a> Dialog boxes inside of modals don't seem wide enough</li>
521
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31753">[31753]</a> Dialog boxes inside of modals don't seem wide enough</li>
522
</ul>
522
</ul>
523
523
524
<h3 id="command-lineutilities">Command-line Utilities</h3>
524
<h3 id="command-lineutilities">Command-line Utilities</h3>
525
525
526
<ul>
526
<ul>
527
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17379">[17379]</a> Add a man page for koha-passwd</li>
527
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17379">[17379]</a> Add a man page for koha-passwd</li>
528
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21903">[21903]</a> koha-dump be able to include koha-upload</p>
528
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21903">[21903]</a> koha-dump be able to include koha-upload</p>
529
529
530
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p></li>
530
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p></li>
531
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26311">[26311]</a> Add patron invalid age to search_for_data_inconsistencies.pl</p>
531
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26311">[26311]</a> Add patron invalid age to search_for_data_inconsistencies.pl</p>
532
532
533
<blockquote>
533
<blockquote>
534
  <p>This enhancement to the command line script used for searching for data inconsistencies (misc/maintenance/search_for_data_inconsistencies.pl) now lists patrons where their age doesn't match the criteria set for the patron category. </p>
534
  <p>This enhancement to the command line script used for searching for data inconsistencies (misc/maintenance/search_for_data_inconsistencies.pl) now lists patrons where their age doesn't match the criteria set for the patron category. </p>
Lines 553-560 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
553
  
553
  
554
  <p>Note: Where a patron's age can't be calculated (for example: a school or other organisation, or the date of birth is missing), then they are not included in the checks.</p>
554
  <p>Note: Where a patron's age can't be calculated (for example: a school or other organisation, or the date of birth is missing), then they are not included in the checks.</p>
555
</blockquote></li>
555
</blockquote></li>
556
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28555">[28555]</a> Improve output of verbose option for overdue_notices.pl</li>
556
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28555">[28555]</a> Improve output of verbose option for overdue_notices.pl</li>
557
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30684">[30684]</a> koha-* scripts --restart should start even when not running</p>
557
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30684">[30684]</a> koha-* scripts --restart should start even when not running</p>
558
558
559
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
559
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
560
560
Lines 568-629 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
568
  
568
  
569
  <p>Previously if a service was not running an error message was generated (Error: {servicename} not running for ${instancename}") and a start command for the service was required.</p>
569
  <p>Previously if a service was not running an error message was generated (Error: {servicename} not running for ${instancename}") and a start command for the service was required.</p>
570
</blockquote></li>
570
</blockquote></li>
571
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31155">[31155]</a> Document --since option in help of borrowers-force-messaging-defaults.pl</p>
571
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31155">[31155]</a> Document --since option in help of borrowers-force-messaging-defaults.pl</p>
572
572
573
<blockquote>
573
<blockquote>
574
  <p>This enhancement adds a brief explanation of the --since option for borrowers-force-messaging-defaults.pl.</p>
574
  <p>This enhancement adds a brief explanation of the --since option for borrowers-force-messaging-defaults.pl.</p>
575
</blockquote></li>
575
</blockquote></li>
576
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31203">[31203]</a> Cronjobs should log completion as well as logging begin</li>
576
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31203">[31203]</a> Cronjobs should log completion as well as logging begin</li>
577
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31342">[31342]</a> process_message_queue can run over the top of itself causing double-up emails</p>
577
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31342">[31342]</a> process_message_queue can run over the top of itself causing double-up emails</p>
578
578
579
<p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
579
<p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
580
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31854">[31854]</a> Document conflict with delete_patrons.pl --not_borrowed_since and anonymization</li>
580
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31854">[31854]</a> Document conflict with delete_patrons.pl --not_borrowed_since and anonymization</li>
581
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31969">[31969]</a> Options for cleanup_database.pl to remove finished jobs from the background job queue</li>
581
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31969">[31969]</a> Options for cleanup_database.pl to remove finished jobs from the background job queue</li>
582
</ul>
582
</ul>
583
583
584
<h3 id="database">Database</h3>
584
<h3 id="database">Database</h3>
585
585
586
<ul>
586
<ul>
587
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30571">[30571]</a> Table z3950servers: Make host, syntax and encoding NOT NULL</li>
587
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30571">[30571]</a> Table z3950servers: Make host, syntax and encoding NOT NULL</li>
588
</ul>
588
</ul>
589
589
590
<h3 id="erm">ERM</h3>
590
<h3 id="erm">ERM</h3>
591
591
592
<ul>
592
<ul>
593
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32130">[32130]</a> Vue files must be kept tidy</li>
593
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32130">[32130]</a> Vue files must be kept tidy</li>
594
</ul>
594
</ul>
595
595
596
<h3 id="finesandfees">Fines and fees</h3>
596
<h3 id="finesandfees">Fines and fees</h3>
597
597
598
<ul>
598
<ul>
599
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24865">[24865]</a> Customize the accountlines description</p>
599
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24865">[24865]</a> Customize the accountlines description</p>
600
600
601
<blockquote>
601
<blockquote>
602
  <p>This patch adds a new notice/slip: OVERDUE_FINE_DESC</p>
602
  <p>This patch adds a new notice/slip: OVERDUE_FINE_DESC</p>
603
  
603
  
604
  <p>This can be used to customize the accountlines description for overdue fines that can access objects for the checkout, the item, and the borrower</p>
604
  <p>This can be used to customize the accountlines description for overdue fines that can access objects for the checkout, the item, and the borrower</p>
605
</blockquote></li>
605
</blockquote></li>
606
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27802">[27802]</a> Set focus for cursor on first input field when adding a cash register</p>
606
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27802">[27802]</a> Set focus for cursor on first input field when adding a cash register</p>
607
607
608
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
608
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
609
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30335">[30335]</a> Add ability to hide/disable manual invoices and manual credits in patron accounts</li>
609
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30335">[30335]</a> Add ability to hide/disable manual invoices and manual credits in patron accounts</li>
610
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30619">[30619]</a> Add the option to email receipts as an alternative to printing</p>
610
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30619">[30619]</a> Add the option to email receipts as an alternative to printing</p>
611
611
612
<p><strong>Sponsored by</strong> <em>Martin Renvoize</em></p>
612
<p><strong>Sponsored by</strong> <em>Martin Renvoize</em></p>
613
613
614
<blockquote>
614
<blockquote>
615
  <p>This enhancement adds an email receipt option to the Point of Sale module, along with a sample notice (RECEIPT). When completing a transaction, there is now an 'Email receipt' button next to 'Print receipt' button - the email address is entered in a pop-up window if the email receipt option is selected.</p>
615
  <p>This enhancement adds an email receipt option to the Point of Sale module, along with a sample notice (RECEIPT). When completing a transaction, there is now an 'Email receipt' button next to 'Print receipt' button - the email address is entered in a pop-up window if the email receipt option is selected.</p>
616
</blockquote></li>
616
</blockquote></li>
617
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31121">[31121]</a> Format date range on top of cashup summary page</p>
617
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31121">[31121]</a> Format date range on top of cashup summary page</p>
618
618
619
<blockquote>
619
<blockquote>
620
  <p>This fixes the formatting of dates on the cashup summary modal (it uses the existing $datetime JS include).</p>
620
  <p>This fixes the formatting of dates on the cashup summary modal (it uses the existing $datetime JS include).</p>
621
  
621
  
622
  <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
622
  <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
623
</blockquote></li>
623
</blockquote></li>
624
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31163">[31163]</a> Sort cashup history so that newest entries are first</li>
624
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31163">[31163]</a> Sort cashup history so that newest entries are first</li>
625
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31254">[31254]</a> Add additional fields for accountlines</li>
625
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31254">[31254]</a> Add additional fields for accountlines</li>
626
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31713">[31713]</a> Allow easy printing of patron's fines</p>
626
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31713">[31713]</a> Allow easy printing of patron's fines</p>
627
627
628
<blockquote>
628
<blockquote>
629
  <p>Adds the option to print an accounts summary from the print pull down in the patron's account in the staff interface. This uses the new notice ACCOUNTS_SUMMARY.</p>
629
  <p>Adds the option to print an accounts summary from the print pull down in the patron's account in the staff interface. This uses the new notice ACCOUNTS_SUMMARY.</p>
Lines 633-640 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
633
<h3 id="holdrequests">Hold requests</h3>
633
<h3 id="holdrequests">Hold requests</h3>
634
634
635
<ul>
635
<ul>
636
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364">[14364]</a> Allow automatically canceled expired waiting holds to fill the next hold</li>
636
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364">[14364]</a> Allow automatically canceled expired waiting holds to fill the next hold</li>
637
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14783">[14783]</a> Allow patrons to change pickup location for non-waiting holds</p>
637
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14783">[14783]</a> Allow patrons to change pickup location for non-waiting holds</p>
638
638
639
<p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p>
639
<p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p>
640
640
Lines 643-661 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
643
  
643
  
644
  <p>The new system preference "OPACAllowUserToChangeBranch" controls at what stages the pickup location can be changed (Pending, In-transit, Suspended).</p>
644
  <p>The new system preference "OPACAllowUserToChangeBranch" controls at what stages the pickup location can be changed (Pending, In-transit, Suspended).</p>
645
</blockquote></li>
645
</blockquote></li>
646
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29057">[29057]</a> Use font awesome icons on request.pl</p>
646
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29057">[29057]</a> Use font awesome icons on request.pl</p>
647
647
648
<blockquote>
648
<blockquote>
649
  <p>This enhancement updates the arrows used on the holds page for a record to change the hold priority. Instead of using images for the arrows, Font Awesome icons are now used.</p>
649
  <p>This enhancement updates the arrows used on the holds page for a record to change the hold priority. Instead of using images for the arrows, Font Awesome icons are now used.</p>
650
  
650
  
651
  <p>In addition, you can now override the icons using any Font Awesome icons in the IntranetUserCSS system preference. For an example, see https://gitlab.com/-/snippets/2319364</p>
651
  <p>In addition, you can now override the icons using any Font Awesome icons in the IntranetUserCSS system preference. For an example, see https://gitlab.com/-/snippets/2319364</p>
652
</blockquote></li>
652
</blockquote></li>
653
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30500">[30500]</a> Add option to allow user to change the pickup location while a hold is in transit</p>
653
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30500">[30500]</a> Add option to allow user to change the pickup location while a hold is in transit</p>
654
654
655
<p><strong>Sponsored by</strong> <em>Montgomery County Public Libraries</em></p></li>
655
<p><strong>Sponsored by</strong> <em>Montgomery County Public Libraries</em></p></li>
656
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30878">[30878]</a> Canceling holds from 'Holds awaiting pickup' should not reset the selected tab</li>
656
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30878">[30878]</a> Canceling holds from 'Holds awaiting pickup' should not reset the selected tab</li>
657
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31105">[31105]</a> Holds to pull counts items from other branches when independentbranches is active</li>
657
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31105">[31105]</a> Holds to pull counts items from other branches when independentbranches is active</li>
658
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31948">[31948]</a> Add timestamp to tmp_holdsqueue</p>
658
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31948">[31948]</a> Add timestamp to tmp_holdsqueue</p>
659
659
660
<blockquote>
660
<blockquote>
661
  <p>This adds a timestamp column to the tmp_holdsqueue table that the holds queue in circulation is built from. With RealTimeHoldsQueue this will enable reporting on the date and time an entry was added to the holds queue.</p>
661
  <p>This adds a timestamp column to the tmp_holdsqueue table that the holds queue in circulation is built from. With RealTimeHoldsQueue this will enable reporting on the date and time an entry was added to the holds queue.</p>
Lines 665-692 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
665
<h3 id="i18nl10n">I18N/L10N</h3>
665
<h3 id="i18nl10n">I18N/L10N</h3>
666
666
667
<ul>
667
<ul>
668
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28708">[28708]</a> fr-CA localization file</li>
668
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28708">[28708]</a> fr-CA localization file</li>
669
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30028">[30028]</a> Patron message delete confirmation untranslatable</p>
669
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30028">[30028]</a> Patron message delete confirmation untranslatable</p>
670
670
671
<blockquote>
671
<blockquote>
672
  <p>This fixes the patron delete messages dialogue box to make the message shown translatable.</p>
672
  <p>This fixes the patron delete messages dialogue box to make the message shown translatable.</p>
673
</blockquote></li>
673
</blockquote></li>
674
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30733">[30733]</a> Simplify translatable strings</p>
674
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30733">[30733]</a> Simplify translatable strings</p>
675
675
676
<blockquote>
676
<blockquote>
677
  <p>Cleanup of translatable text done by guiding the string extractor to make it do simpler strings for translators instead of large concatenation of long strings in the code with a lot of unnecessary %s placeholders.</p>
677
  <p>Cleanup of translatable text done by guiding the string extractor to make it do simpler strings for translators instead of large concatenation of long strings in the code with a lot of unnecessary %s placeholders.</p>
678
</blockquote></li>
678
</blockquote></li>
679
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31068">[31068]</a> Context for translation: Print (verb) vs. Print (noun)</p>
679
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31068">[31068]</a> Context for translation: Print (verb) vs. Print (noun)</p>
680
680
681
<blockquote>
681
<blockquote>
682
  <p>This enhancement adds context for translation purposes to the term 'Print' for notices and slips message transport types (email, print, SMS). (In English, the word "print" is the same whether it is a verb (to print something) or a noun (a print of something), however, for other languages different words may be used. When the word is in a sentence, it's not too difficult to translate, but in cases where the string to translate is simply "Print", it is often used in different cases (noun or verb). For example: in French there are two different spellings, "Imprimer" or "Imprimé".)</p>
682
  <p>This enhancement adds context for translation purposes to the term 'Print' for notices and slips message transport types (email, print, SMS). (In English, the word "print" is the same whether it is a verb (to print something) or a noun (a print of something), however, for other languages different words may be used. When the word is in a sentence, it's not too difficult to translate, but in cases where the string to translate is simply "Print", it is often used in different cases (noun or verb). For example: in French there are two different spellings, "Imprimer" or "Imprimé".)</p>
683
</blockquote></li>
683
</blockquote></li>
684
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31715">[31715]</a> Add missing German translations for language descriptions</p>
684
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31715">[31715]</a> Add missing German translations for language descriptions</p>
685
685
686
<blockquote>
686
<blockquote>
687
  <p>This adds the missing German translations for languages, as seen in the language list on the advanced search in staff interface and OPAC.</p>
687
  <p>This adds the missing German translations for languages, as seen in the language list on the advanced search in staff interface and OPAC.</p>
688
</blockquote></li>
688
</blockquote></li>
689
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31807">[31807]</a> Context for translation: Filter (verb) vs. Filter (noun)</p>
689
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31807">[31807]</a> Context for translation: Filter (verb) vs. Filter (noun)</p>
690
690
691
<blockquote>
691
<blockquote>
692
  <p>This enhancement adds some context for translators for the term "Filter" when used as a noun as opposed to a verb.</p>
692
  <p>This enhancement adds some context for translators for the term "Filter" when used as a noun as opposed to a verb.</p>
Lines 696-705 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
696
<h3 id="ill">ILL</h3>
696
<h3 id="ill">ILL</h3>
697
697
698
<ul>
698
<ul>
699
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22321">[22321]</a> Make it possible to edit illrequests.borrowernumber</li>
699
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22321">[22321]</a> Make it possible to edit illrequests.borrowernumber</li>
700
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24239">[24239]</a> Let the ILL module set ad hoc hard due dates</li>
700
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24239">[24239]</a> Let the ILL module set ad hoc hard due dates</li>
701
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28909">[28909]</a> Allow Interlibrary loans illview method to use backend template</li>
701
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28909">[28909]</a> Allow Interlibrary loans illview method to use backend template</li>
702
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30484">[30484]</a> Interlibrary loans should have the ability to send notices based on request supplier updates</p>
702
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30484">[30484]</a> Interlibrary loans should have the ability to send notices based on request supplier updates</p>
703
703
704
<blockquote>
704
<blockquote>
705
  <p>This interlibrary loans module enhancement allows backend developers to trigger notices to patrons upon certain backend actions.</p>
705
  <p>This interlibrary loans module enhancement allows backend developers to trigger notices to patrons upon certain backend actions.</p>
Lines 711-738 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
711
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
711
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
712
712
713
<ul>
713
<ul>
714
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25622">[25622]</a> Change way MySQL password is generated by koha-create</li>
714
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25622">[25622]</a> Change way MySQL password is generated by koha-create</li>
715
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29673">[29673]</a> Allow an English sql localization script</li>
715
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29673">[29673]</a> Allow an English sql localization script</li>
716
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32191">[32191]</a> Consistent upgrade messages</li>
716
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32191">[32191]</a> Consistent upgrade messages</li>
717
</ul>
717
</ul>
718
718
719
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
719
<h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
720
720
721
<ul>
721
<ul>
722
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31403">[31403]</a> Activate circulation sidebar (CircSidebar system preference) on default in new installations</li>
722
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31403">[31403]</a> Activate circulation sidebar (CircSidebar system preference) on default in new installations</li>
723
</ul>
723
</ul>
724
724
725
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
725
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
726
726
727
<ul>
727
<ul>
728
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28512">[28512]</a> Quick spine label creator: Add CSS class with logged in library's branchcode</li>
728
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28512">[28512]</a> Quick spine label creator: Add CSS class with logged in library's branchcode</li>
729
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31633">[31633]</a> Add home and holding data attributes to quick spine label print to help customizing</li>
729
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31633">[31633]</a> Add home and holding data attributes to quick spine label print to help customizing</li>
730
</ul>
730
</ul>
731
731
732
<h3 id="lists">Lists</h3>
732
<h3 id="lists">Lists</h3>
733
733
734
<ul>
734
<ul>
735
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11889">[11889]</a> Option to keep public or shared lists when deleting patron</p>
735
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11889">[11889]</a> Option to keep public or shared lists when deleting patron</p>
736
736
737
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
737
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
738
738
Lines 743-761 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
743
  
743
  
744
  <p>Follow-up reports will allow for even more flexibility.</p>
744
  <p>Follow-up reports will allow for even more flexibility.</p>
745
</blockquote></li>
745
</blockquote></li>
746
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498">[25498]</a> Allow to change owner of public or shared list</p>
746
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498">[25498]</a> Allow to change owner of public or shared list</p>
747
747
748
<blockquote>
748
<blockquote>
749
  <p>This enhancement allows staff members with sufficient permissions to change the owner of a public list.</p>
749
  <p>This enhancement allows staff members with sufficient permissions to change the owner of a public list.</p>
750
  
750
  
751
  <p>It also add the possibility for the owner of a shared list to transfer ownership to one of the other users of the list via the opac shelves form. Implicitly, we hereby add the option of showing which users are currently sharing the list to the owner.</p>
751
  <p>It also add the possibility for the owner of a shared list to transfer ownership to one of the other users of the list via the opac shelves form. Implicitly, we hereby add the option of showing which users are currently sharing the list to the owner.</p>
752
</blockquote></li>
752
</blockquote></li>
753
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29114">[29114]</a> Can not add barcodes with whitespaces at the beginning to the list</p>
753
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29114">[29114]</a> Can not add barcodes with whitespaces at the beginning to the list</p>
754
754
755
<blockquote>
755
<blockquote>
756
  <p>This fixes an issue where barcodes with white spaces at the beginning could not be added to a list.</p>
756
  <p>This fixes an issue where barcodes with white spaces at the beginning could not be added to a list.</p>
757
</blockquote></li>
757
</blockquote></li>
758
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30933">[30933]</a> Add a designated owner for shared and public lists at patron deletion</p>
758
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30933">[30933]</a> Add a designated owner for shared and public lists at patron deletion</p>
759
759
760
<blockquote>
760
<blockquote>
761
  <p>This enhancement enables the transfer of public list ownership when a patron is deleted (from the staff interface, and scripts or cron jobs such as misc/cronjobs/delete_patrons.pl). A new system preference ListOwnershipUponPatronDeletion sets the action to take when a patron with public lists is deleted (options: delete the lists or change owner of these lists). If set to change the owner, the lists are transferred to the borrower number set in the new ListOwnerDesignated system preference.</p>
761
  <p>This enhancement enables the transfer of public list ownership when a patron is deleted (from the staff interface, and scripts or cron jobs such as misc/cronjobs/delete_patrons.pl). A new system preference ListOwnershipUponPatronDeletion sets the action to take when a patron with public lists is deleted (options: delete the lists or change owner of these lists). If set to change the owner, the lists are transferred to the borrower number set in the new ListOwnerDesignated system preference.</p>
Lines 765-774 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
765
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
765
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
766
766
767
<ul>
767
<ul>
768
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30218">[30218]</a> Add subfield g to 150 heading_fields</p>
768
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30218">[30218]</a> Add subfield g to 150 heading_fields</p>
769
769
770
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
770
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
771
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30280">[30280]</a> Support authority records with common subject headings from different thesaurus</p>
771
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30280">[30280]</a> Support authority records with common subject headings from different thesaurus</p>
772
772
773
<p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p>
773
<p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p>
774
774
Lines 788-814 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
788
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
788
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
789
789
790
<ul>
790
<ul>
791
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21705">[21705]</a> Map copyrightdate to both 260/264c by default for new MARC21 installations</p>
791
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21705">[21705]</a> Map copyrightdate to both 260/264c by default for new MARC21 installations</p>
792
792
793
<blockquote>
793
<blockquote>
794
  <p>This enhancement adds a default mapping from 264c to biblio.copyrightdate for MARC21. Previously, it was only mapped to 260c. Now it is mapped to both. 
794
  <p>This enhancement adds a default mapping from 264c to biblio.copyrightdate for MARC21. Previously, it was only mapped to 260c. Now it is mapped to both. 
795
  **This only affects new installations. For current installations, you need to add it manually through Administration > Koha to MARC mapping.</p>
795
  **This only affects new installations. For current installations, you need to add it manually through Administration > Koha to MARC mapping.</p>
796
</blockquote></li>
796
</blockquote></li>
797
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25449">[25449]</a> Make itemtype mandatory by default</li>
797
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25449">[25449]</a> Make itemtype mandatory by default</li>
798
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30430">[30430]</a> UNIMARC XSLT : displaying field B_214</li>
798
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30430">[30430]</a> UNIMARC XSLT : displaying field B_214</li>
799
</ul>
799
</ul>
800
800
801
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
801
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
802
802
803
<ul>
803
<ul>
804
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27421">[27421]</a> Porting tools/stage-marc-import.pl to BackgroundJob</li>
804
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27421">[27421]</a> Porting tools/stage-marc-import.pl to BackgroundJob</li>
805
</ul>
805
</ul>
806
806
807
<h3 id="notices">Notices</h3>
807
<h3 id="notices">Notices</h3>
808
808
809
<ul>
809
<ul>
810
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19966">[19966]</a> Add ability to pass objects directly to slips and notices</li>
810
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19966">[19966]</a> Add ability to pass objects directly to slips and notices</li>
811
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26689">[26689]</a> Monetary accounts notices should be definable at the credit_type/debit_type level</p>
811
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26689">[26689]</a> Monetary accounts notices should be definable at the credit_type/debit_type level</p>
812
812
813
<blockquote>
813
<blockquote>
814
  <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
814
  <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
Lines 817-829 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
817
  
817
  
818
  <p>Simply add a new notice with code 'DEBIT_your_debit_type_code' or 'CREDIT_your_credit_type_code' to the notices and we will pick that over the existing default 'ACCOUNT_DEBIT' and 'ACCOUNT_CREDIT' notices.</p>
818
  <p>Simply add a new notice with code 'DEBIT_your_debit_type_code' or 'CREDIT_your_credit_type_code' to the notices and we will pick that over the existing default 'ACCOUNT_DEBIT' and 'ACCOUNT_CREDIT' notices.</p>
819
</blockquote></li>
819
</blockquote></li>
820
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27265">[27265]</a> process_message_queue.pl cron should be able to take multiple types as a parameter</p>
820
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27265">[27265]</a> process_message_queue.pl cron should be able to take multiple types as a parameter</p>
821
821
822
<blockquote>
822
<blockquote>
823
  <p>This patch adds the ability to specify several types or letter codes when running the process_message_queue script. This allows libraries to consolidate calls when some message types or letter codes are scheduled differently than others</p>
823
  <p>This patch adds the ability to specify several types or letter codes when running the process_message_queue script. This allows libraries to consolidate calls when some message types or letter codes are scheduled differently than others</p>
824
</blockquote></li>
824
</blockquote></li>
825
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31626">[31626]</a> Add letter ID to the message queue table</li>
825
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31626">[31626]</a> Add letter ID to the message queue table</li>
826
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31714">[31714]</a> Add a more generic way to print patron slips</p>
826
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31714">[31714]</a> Add a more generic way to print patron slips</p>
827
827
828
<blockquote>
828
<blockquote>
829
  <p>This is a first step towards drying out our slip printing code.  We add a new, modern, controller script that accepts any notice template to be passed to it for printing.</p>
829
  <p>This is a first step towards drying out our slip printing code.  We add a new, modern, controller script that accepts any notice template to be passed to it for printing.</p>
Lines 835-850 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
835
<h3 id="opac">OPAC</h3>
835
<h3 id="opac">OPAC</h3>
836
836
837
<ul>
837
<ul>
838
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7960">[7960]</a> Choice to not show the text labels for item types</p>
838
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7960">[7960]</a> Choice to not show the text labels for item types</p>
839
839
840
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
840
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
841
841
842
<blockquote>
842
<blockquote>
843
  <p>This enhancement adds the class "itypetext" around item type descriptions so they can be hidden with CSS. To hide the descriptions, add .itypetext { display:none; } to the OPACUserCSS (for the OPAC) or IntranetUserCSS (for the staff interface) system preferences.</p>
843
  <p>This enhancement adds the class "itypetext" around item type descriptions so they can be hidden with CSS. To hide the descriptions, add .itypetext { display:none; } to the OPACUserCSS (for the OPAC) or IntranetUserCSS (for the staff interface) system preferences.</p>
844
</blockquote></li>
844
</blockquote></li>
845
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8305">[8305]</a> Add an icon for iOS home screens</li>
845
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8305">[8305]</a> Add an icon for iOS home screens</li>
846
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8948">[8948]</a> MARC21 field 787 doesn't display</li>
846
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8948">[8948]</a> MARC21 field 787 doesn't display</li>
847
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22456">[22456]</a> Allow patrons to cancel their waiting holds</p>
847
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22456">[22456]</a> Allow patrons to cancel their waiting holds</p>
848
848
849
<p><strong>Sponsored by</strong> <em>Montgomery County Public Libraries</em></p>
849
<p><strong>Sponsored by</strong> <em>Montgomery County Public Libraries</em></p>
850
850
Lines 855-861 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
855
  
855
  
856
  <p>Cancellation requests are listed in a new tab "Holds with cancellation requests" under Circulation > Holds > Holds awaiting pickup.</p>
856
  <p>Cancellation requests are listed in a new tab "Holds with cancellation requests" under Circulation > Holds > Holds awaiting pickup.</p>
857
</blockquote></li>
857
</blockquote></li>
858
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23538">[23538]</a> Email library when new patrons self register</p>
858
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23538">[23538]</a> Email library when new patrons self register</p>
859
859
860
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
860
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
861
861
Lines 868-880 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
868
  
868
  
869
  <p>If verification is required for self-registrations (when PatronSelfRegistrationVerifyByEmail is enabled), then notifications are only sent to the library once the registration is confirmed.</p>
869
  <p>If verification is required for self-registrations (when PatronSelfRegistrationVerifyByEmail is enabled), then notifications are only sent to the library once the registration is confirmed.</p>
870
</blockquote></li>
870
</blockquote></li>
871
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29144">[29144]</a> Move branches.opac_info to AdditionalContents allowing multi language</p>
871
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29144">[29144]</a> Move branches.opac_info to AdditionalContents allowing multi language</p>
872
872
873
<blockquote>
873
<blockquote>
874
  <p>This reports moves the contents of column branches.opac_info to a HTML block under Additional contents, identified by the new location OpacLibraryInfo.
874
  <p>This reports moves the contents of column branches.opac_info to a HTML block under Additional contents, identified by the new location OpacLibraryInfo.
875
  This allows translation of this block too.</p>
875
  This allows translation of this block too.</p>
876
</blockquote></li>
876
</blockquote></li>
877
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29897">[29897]</a> Display author identifiers for researchers</p>
877
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29897">[29897]</a> Display author identifiers for researchers</p>
878
878
879
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
879
<p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
880
880
Lines 884-890 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
884
  On the detail page of the authority record, the same identifier list will be displayed.
884
  On the detail page of the authority record, the same identifier list will be displayed.
885
  The authority must have a 024$a (identifier) and 024$2 (source).</p>
885
  The authority must have a 024$a (identifier) and 024$2 (source).</p>
886
</blockquote></li>
886
</blockquote></li>
887
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29922">[29922]</a> Group of libraries are now displayed in alphabetical order</p>
887
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29922">[29922]</a> Group of libraries are now displayed in alphabetical order</p>
888
888
889
<blockquote>
889
<blockquote>
890
  <p>This fixes the display of library groups in the advanced search (Groups of libraries) for the OPAC and staff interface so that they correctly sort in alphabetical order. Before this:</p>
890
  <p>This fixes the display of library groups in the advanced search (Groups of libraries) for the OPAC and staff interface so that they correctly sort in alphabetical order. Before this:</p>
Lines 894-966 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
894
  <li>Staff interface: were sorted correctly, but had the same issue as the OPAC for group names with diacritics and umlauts</li>
894
  <li>Staff interface: were sorted correctly, but had the same issue as the OPAC for group names with diacritics and umlauts</li>
895
  </ul>
895
  </ul>
896
</blockquote></li>
896
</blockquote></li>
897
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30036">[30036]</a> Add XSLT for authority results view in OPAC</p>
897
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30036">[30036]</a> Add XSLT for authority results view in OPAC</p>
898
898
899
<blockquote>
899
<blockquote>
900
  <p>This enhancement enables the use of custom XSLT stylesheets for displaying OPAC authority search results.</p>
900
  <p>This enhancement enables the use of custom XSLT stylesheets for displaying OPAC authority search results.</p>
901
</blockquote></li>
901
</blockquote></li>
902
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30195">[30195]</a> Suggestion form in OPAC should use ISBN to FindDuplicate</p>
902
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30195">[30195]</a> Suggestion form in OPAC should use ISBN to FindDuplicate</p>
903
903
904
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
904
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
905
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30508">[30508]</a> Do not display OPAC message about block from holds when OPACHoldRequests is disabled</li>
905
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30508">[30508]</a> Do not display OPAC message about block from holds when OPACHoldRequests is disabled</li>
906
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30566">[30566]</a> Incorporate link handling in OPAC's biblio-title include</p>
906
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30566">[30566]</a> Incorporate link handling in OPAC's biblio-title include</p>
907
907
908
<blockquote>
908
<blockquote>
909
  <p>Output of titles in the OPAC was centralized into an include file (biblio-title), but unlike the staff interface this didn't include the option of adding a link to the default bibliographic view. This enhancement provides that option. It also updates OPAC pages where the biblio-title include was previously wrapped in an anchor tag, to add a link parameter: [% INCLUDE 'biblio-title.inc' link=> 1 %]</p>
909
  <p>Output of titles in the OPAC was centralized into an include file (biblio-title), but unlike the staff interface this didn't include the option of adding a link to the default bibliographic view. This enhancement provides that option. It also updates OPAC pages where the biblio-title include was previously wrapped in an anchor tag, to add a link parameter: [% INCLUDE 'biblio-title.inc' link=> 1 %]</p>
910
</blockquote></li>
910
</blockquote></li>
911
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30678">[30678]</a> Add OCLC_NO as option to OPACSearchForTitleIn</p>
911
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30678">[30678]</a> Add OCLC_NO as option to OPACSearchForTitleIn</p>
912
912
913
<blockquote>
913
<blockquote>
914
  <p>This enhancement to the OPAC detail page allows you to search WorldCat using the OCLC number. (Example: add an entry to 035$a (such as (OCoLC)62385712) and use {OCLC_NO} in the OPACSearchForTitleIn system preference.)</p>
914
  <p>This enhancement to the OPAC detail page allows you to search WorldCat using the OCLC number. (Example: add an entry to 035$a (such as (OCoLC)62385712) and use {OCLC_NO} in the OPACSearchForTitleIn system preference.)</p>
915
</blockquote></li>
915
</blockquote></li>
916
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30880">[30880]</a> Expand OPACResultsUnavailableGroupingBy to have a 'branch only' option</p>
916
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30880">[30880]</a> Expand OPACResultsUnavailableGroupingBy to have a 'branch only' option</p>
917
917
918
<p><strong>Sponsored by</strong> <em>Chartered Accountants Australia and New Zealand</em></p></li>
918
<p><strong>Sponsored by</strong> <em>Chartered Accountants Australia and New Zealand</em></p></li>
919
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30927">[30927]</a> Improve formatting or iCal files for checkout due dates</li>
919
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30927">[30927]</a> Improve formatting or iCal files for checkout due dates</li>
920
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31064">[31064]</a> Local login is difficult to style using CSS</li>
920
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31064">[31064]</a> Local login is difficult to style using CSS</li>
921
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31217">[31217]</a> Fix Coce JavaScript to hide single-pixel cover images in the OPAC lightbox gallery</p>
921
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31217">[31217]</a> Fix Coce JavaScript to hide single-pixel cover images in the OPAC lightbox gallery</p>
922
922
923
<p><strong>Sponsored by</strong> <em>Toi Ohomai Institute of Technology, New Zealand</em></p></li>
923
<p><strong>Sponsored by</strong> <em>Toi Ohomai Institute of Technology, New Zealand</em></p></li>
924
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31294">[31294]</a> Article requests: Mandatory subfields in OPAC don't show they are required</li>
924
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31294">[31294]</a> Article requests: Mandatory subfields in OPAC don't show they are required</li>
925
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31605">[31605]</a> Improve style of OPAC suggestions search form</li>
925
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31605">[31605]</a> Improve style of OPAC suggestions search form</li>
926
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31634">[31634]</a> Add part_number and part_name in OPAC result browser</p>
926
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31634">[31634]</a> Add part_number and part_name in OPAC result browser</p>
927
927
928
<blockquote>
928
<blockquote>
929
  <p>This enhancement adds the title's part number and part name in the OPAC result browser.</p>
929
  <p>This enhancement adds the title's part number and part name in the OPAC result browser.</p>
930
</blockquote></li>
930
</blockquote></li>
931
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31635">[31635]</a> Empty title for current result in OPAC results browser's tooltip on paging</li>
931
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31635">[31635]</a> Empty title for current result in OPAC results browser's tooltip on paging</li>
932
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31672">[31672]</a> Remove 'Your' from tab descriptions in OPAC patron account</li>
932
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31672">[31672]</a> Remove 'Your' from tab descriptions in OPAC patron account</li>
933
</ul>
933
</ul>
934
934
935
<h3 id="packaging">Packaging</h3>
935
<h3 id="packaging">Packaging</h3>
936
936
937
<ul>
937
<ul>
938
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21366">[21366]</a> Add Plack reload</li>
938
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21366">[21366]</a> Add Plack reload</li>
939
</ul>
939
</ul>
940
940
941
<h3 id="patrons">Patrons</h3>
941
<h3 id="patrons">Patrons</h3>
942
942
943
<ul>
943
<ul>
944
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7660">[7660]</a> Enhanced messaging preferences are not set when creating a child patron from the adult</li>
944
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7660">[7660]</a> Enhanced messaging preferences are not set when creating a child patron from the adult</li>
945
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950">[10950]</a> Add preferred pronoun field to patron record</p>
945
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950">[10950]</a> Add preferred pronoun field to patron record</p>
946
946
947
<blockquote>
947
<blockquote>
948
  <p>This adds a new free text field 'pronouns' to the patron record. The pronouns also display prominently in the brief patron information section on the left side of the patron account pages.</p>
948
  <p>This adds a new free text field 'pronouns' to the patron record. The pronouns also display prominently in the brief patron information section on the left side of the patron account pages.</p>
949
</blockquote></li>
949
</blockquote></li>
950
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20439">[20439]</a> SMS provider sorting</li>
950
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20439">[20439]</a> SMS provider sorting</li>
951
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21978">[21978]</a> Add middle name field</p>
951
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21978">[21978]</a> Add middle name field</p>
952
952
953
<p><strong>Sponsored by</strong> <em>Cheshire Libraries</em></p>
953
<p><strong>Sponsored by</strong> <em>Cheshire Libraries</em></p>
954
954
955
<blockquote>
955
<blockquote>
956
  <p>This adds a new free text field 'Middle name' to the patron record.</p>
956
  <p>This adds a new free text field 'Middle name' to the patron record.</p>
957
</blockquote></li>
957
</blockquote></li>
958
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29971">[29971]</a> Remember selections across patron search pages</p>
958
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29971">[29971]</a> Remember selections across patron search pages</p>
959
959
960
<blockquote>
960
<blockquote>
961
  <p>This enhancement to patron search remembers selections across multiple pages of search results and multiple different searches. The selected patrons can be added to a patron list or submitted for merging. Selections can be cleared manually and are automatically removed upon logout. Previously, selections were only remembered for the current page of search results.</p>
961
  <p>This enhancement to patron search remembers selections across multiple pages of search results and multiple different searches. The selected patrons can be added to a patron list or submitted for merging. Selections can be cleared manually and are automatically removed upon logout. Previously, selections were only remembered for the current page of search results.</p>
962
</blockquote></li>
962
</blockquote></li>
963
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30646">[30646]</a> Add option to send WELCOME notice for new patrons added at first login via LDAP/SAML</p>
963
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30646">[30646]</a> Add option to send WELCOME notice for new patrons added at first login via LDAP/SAML</p>
964
964
965
<blockquote>
965
<blockquote>
966
  <p>When LDAP or Shibboleth are used to create user accounts on first login, the WELCOME notice can be send automatically to the new users. This requires adding the new configuration option <welcome>1</welcome> to the respective configuration files.</p>
966
  <p>When LDAP or Shibboleth are used to create user accounts on first login, the WELCOME notice can be send automatically to the new users. This requires adding the new configuration option <welcome>1</welcome> to the respective configuration files.</p>
Lines 970-976 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
970
<h3 id="pluginarchitecture">Plugin architecture</h3>
970
<h3 id="pluginarchitecture">Plugin architecture</h3>
971
971
972
<ul>
972
<ul>
973
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31894">[31894]</a> Extend hold hooks with more actions</p>
973
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31894">[31894]</a> Extend hold hooks with more actions</p>
974
974
975
<blockquote>
975
<blockquote>
976
  <p>This patch adds three more hooks to the existing "after_hold_action", extending it to handle the different found values.</p>
976
  <p>This patch adds three more hooks to the existing "after_hold_action", extending it to handle the different found values.</p>
Lines 981-992 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
981
  <li>"processing" when a hold calls "set_processing()" (found=P)</li>
981
  <li>"processing" when a hold calls "set_processing()" (found=P)</li>
982
  </ul>
982
  </ul>
983
</blockquote></li>
983
</blockquote></li>
984
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31895">[31895]</a> New account hook when adding credit</p>
984
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31895">[31895]</a> New account hook when adding credit</p>
985
985
986
<blockquote>
986
<blockquote>
987
  <p>This patch adds a new hook "after_account_action" with the action "add_credit". This is triggered when a credit is added via for example PAYMENT or WRITEOFF.</p>
987
  <p>This patch adds a new hook "after_account_action" with the action "add_credit". This is triggered when a credit is added via for example PAYMENT or WRITEOFF.</p>
988
</blockquote></li>
988
</blockquote></li>
989
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31896">[31896]</a> New recall hook when adding recall</p>
989
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31896">[31896]</a> New recall hook when adding recall</p>
990
990
991
<blockquote>
991
<blockquote>
992
  <p>This adds a new hook "after_recall_action" with the action "add".</p>
992
  <p>This adds a new hook "after_recall_action" with the action "add".</p>
Lines 996-1012 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
996
<h3 id="restapi">REST API</h3>
996
<h3 id="restapi">REST API</h3>
997
997
998
<ul>
998
<ul>
999
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22678">[22678]</a> Set 'Koha::Logger' as the default mojo logger for the REST API</li>
999
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22678">[22678]</a> Set 'Koha::Logger' as the default mojo logger for the REST API</li>
1000
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26635">[26635]</a> Expand coded values in REST API call</p>
1000
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26635">[26635]</a> Expand coded values in REST API call</p>
1001
1001
1002
<p><strong>Sponsored by</strong> <em>Virginia Polytechnic Institute and State University</em></p></li>
1002
<p><strong>Sponsored by</strong> <em>Virginia Polytechnic Institute and State University</em></p></li>
1003
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30923">[30923]</a> OAuth2 implementation is not experimental</p>
1003
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30923">[30923]</a> OAuth2 implementation is not experimental</p>
1004
1004
1005
<blockquote>
1005
<blockquote>
1006
  <p>This enhancement removes the [EXPERIMENTAL] text from the RESTOAuth2ClientCredentials system preference description. OAuth2 has been in use by third parties to securely interact with Koha since its introduction in 2018.</p>
1006
  <p>This enhancement removes the [EXPERIMENTAL] text from the RESTOAuth2ClientCredentials system preference description. OAuth2 has been in use by third parties to securely interact with Koha since its introduction in 2018.</p>
1007
</blockquote></li>
1007
</blockquote></li>
1008
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31128">[31128]</a> Add effective_not_for_loan_status to API item objects</li>
1008
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31128">[31128]</a> Add effective_not_for_loan_status to API item objects</li>
1009
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31555">[31555]</a> Getting holds via REST API needs edit_borrowers permission</p>
1009
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31555">[31555]</a> Getting holds via REST API needs edit_borrowers permission</p>
1010
1010
1011
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1011
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1012
</ul>
1012
</ul>
Lines 1014-1020 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
1014
<h3 id="reports">Reports</h3>
1014
<h3 id="reports">Reports</h3>
1015
1015
1016
<ul>
1016
<ul>
1017
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29579">[29579]</a> Show saved SQL report ID in database query</p>
1017
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29579">[29579]</a> Show saved SQL report ID in database query</p>
1018
1018
1019
<blockquote>
1019
<blockquote>
1020
  <p>This enhancement shows a saved SQL report's ID in the database process list (from example, "/* saved_sql.id: 123 */). This can help when troubleshooting reports that are causing issues, such as taking too long to run or taking up too many system resources.</p>
1020
  <p>This enhancement shows a saved SQL report's ID in the database process list (from example, "/* saved_sql.id: 123 */). This can help when troubleshooting reports that are causing issues, such as taking too long to run or taking up too many system resources.</p>
Lines 1024-1061 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
1024
<h3 id="sip2">SIP2</h3>
1024
<h3 id="sip2">SIP2</h3>
1025
1025
1026
<ul>
1026
<ul>
1027
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20058">[20058]</a> Option to use shelving location instead of homebranch for sorting</li>
1027
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20058">[20058]</a> Option to use shelving location instead of homebranch for sorting</li>
1028
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31236">[31236]</a> Add ability to send custom item fields via SIP using Template Toolkit</li>
1028
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31236">[31236]</a> Add ability to send custom item fields via SIP using Template Toolkit</li>
1029
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31296">[31296]</a> Add ability to disable demagnetizing items via SIP2 based on itemtypes</li>
1029
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31296">[31296]</a> Add ability to disable demagnetizing items via SIP2 based on itemtypes</li>
1030
</ul>
1030
</ul>
1031
1031
1032
<h3 id="searching">Searching</h3>
1032
<h3 id="searching">Searching</h3>
1033
1033
1034
<ul>
1034
<ul>
1035
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23919">[23919]</a> Make ISSN searchable with and without hyphen</p>
1035
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23919">[23919]</a> Make ISSN searchable with and without hyphen</p>
1036
1036
1037
<blockquote>
1037
<blockquote>
1038
  <p>This enhancement enables searching by ISSN without using hyphens and using a space instead of the hyphen. This works in the advanced search (staff interface and OPAC) and item search (staff interface).</p>
1038
  <p>This enhancement enables searching by ISSN without using hyphens and using a space instead of the hyphen. This works in the advanced search (staff interface and OPAC) and item search (staff interface).</p>
1039
  
1039
  
1040
  <p>It is enabled using a new system preference, SearchWithISSNVariations, with two options - "don't search" (the default), and "search".</p>
1040
  <p>It is enabled using a new system preference, SearchWithISSNVariations, with two options - "don't search" (the default), and "search".</p>
1041
</blockquote></li>
1041
</blockquote></li>
1042
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27136">[27136]</a> Add additional languages</p>
1042
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27136">[27136]</a> Add additional languages</p>
1043
1043
1044
<blockquote>
1044
<blockquote>
1045
  <p>Adds Cree, Afrikaans and Multiple languages, Undetermined and No linguistic content to our language definitions.</p>
1045
  <p>Adds Cree, Afrikaans and Multiple languages, Undetermined and No linguistic content to our language definitions.</p>
1046
</blockquote></li>
1046
</blockquote></li>
1047
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27546">[27546]</a> Add option to search within results on the staff interface</p>
1047
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27546">[27546]</a> Add option to search within results on the staff interface</p>
1048
1048
1049
<blockquote>
1049
<blockquote>
1050
  <p>This enhancement adds a new input above the search results allowing one to search within the results. The search
1050
  <p>This enhancement adds a new input above the search results allowing one to search within the results. The search
1051
  box will take a query and add it as a limit to the previous search.</p>
1051
  box will take a query and add it as a limit to the previous search.</p>
1052
</blockquote></li>
1052
</blockquote></li>
1053
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30858">[30858]</a> Add serial enumeration/chronology to itemsearch.pl</p>
1053
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30858">[30858]</a> Add serial enumeration/chronology to itemsearch.pl</p>
1054
1054
1055
<blockquote>
1055
<blockquote>
1056
  <p>This enhancement to the item search in the staff interface adds a serial enumeration/chronology (952$h) column to the search results and export.</p>
1056
  <p>This enhancement to the item search in the staff interface adds a serial enumeration/chronology (952$h) column to the search results and export.</p>
1057
</blockquote></li>
1057
</blockquote></li>
1058
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31213">[31213]</a> When performing a basic search with no results, repeat the search with term quoted</p>
1058
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31213">[31213]</a> When performing a basic search with no results, repeat the search with term quoted</p>
1059
1059
1060
<blockquote>
1060
<blockquote>
1061
  <p>This enhancement adds a second, automatic, search with the search terms between quotation marks when a search returns no results.</p>
1061
  <p>This enhancement adds a second, automatic, search with the search terms between quotation marks when a search returns no results.</p>
Lines 1072-1078 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
1072
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1072
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1073
1073
1074
<ul>
1074
<ul>
1075
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27667">[27667]</a> Display the number of non-indexed records</p>
1075
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27667">[27667]</a> Display the number of non-indexed records</p>
1076
1076
1077
<blockquote>
1077
<blockquote>
1078
  <p>This enhancement adds information about non-indexed records when using the Elasticsearch search engine on the About Koha > System information page.</p>
1078
  <p>This enhancement adds information about non-indexed records when using the Elasticsearch search engine on the About Koha > System information page.</p>
Lines 1086-1092 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
1086
  <li>Warning 1 record(s) missing on a total of 1705 in index koha_kohadev_authorities.</li>
1086
  <li>Warning 1 record(s) missing on a total of 1705 in index koha_kohadev_authorities.</li>
1087
  </ul>
1087
  </ul>
1088
</blockquote></li>
1088
</blockquote></li>
1089
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31687">[31687]</a> Add see from and see also from tracings in Match index (Elasticsearch, MARC21)</p>
1089
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31687">[31687]</a> Add see from and see also from tracings in Match index (Elasticsearch, MARC21)</p>
1090
1090
1091
<blockquote>
1091
<blockquote>
1092
  <p>This enhancement adds see from and see also from terms for uniform title, chronological term, topical term, geographic name, and genre/form term to the Match index in Elasticsearch for MARC21. These will now be searchable in the Authorities module, by selecting the 'Search all headings' tab.</p>
1092
  <p>This enhancement adds see from and see also from terms for uniform title, chronological term, topical term, geographic name, and genre/form term to the Match index in Elasticsearch for MARC21. These will now be searchable in the Authorities module, by selecting the 'Search all headings' tab.</p>
Lines 1094-1121 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
1094
  <p>Previously, only see from/see also from for personal names,
1094
  <p>Previously, only see from/see also from for personal names,
1095
  corporate names, and meeting names were indexed and searchable this way.</p>
1095
  corporate names, and meeting names were indexed and searchable this way.</p>
1096
</blockquote></li>
1096
</blockquote></li>
1097
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31689">[31689]</a> Add see from tracings in Match-heading-see-from index (Elasticsearch, MARC21)</p>
1097
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31689">[31689]</a> Add see from tracings in Match-heading-see-from index (Elasticsearch, MARC21)</p>
1098
1098
1099
<blockquote>
1099
<blockquote>
1100
  <p>This enhancement adds fields 430, 448, 450, 451, and 455 to the Match-heading-see-from.</p>
1100
  <p>This enhancement adds fields 430, 448, 450, 451, and 455 to the Match-heading-see-from.</p>
1101
  
1101
  
1102
  <p>Previously, only 400, 410, and 411 were indexed.</p>
1102
  <p>Previously, only 400, 410, and 411 were indexed.</p>
1103
</blockquote></li>
1103
</blockquote></li>
1104
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31690">[31690]</a> Add see from tracings in See-from index (Elasticsearch, MARC21)</p>
1104
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31690">[31690]</a> Add see from tracings in See-from index (Elasticsearch, MARC21)</p>
1105
1105
1106
<blockquote>
1106
<blockquote>
1107
  <p>This enhancement adds fields 450, 451, and 455 to the See-from index for MARC21.</p>
1107
  <p>This enhancement adds fields 450, 451, and 455 to the See-from index for MARC21.</p>
1108
  
1108
  
1109
  <p>Previously, only 400, 410, 411, 430, 447, 448, and 462 were indexed.</p>
1109
  <p>Previously, only 400, 410, 411, 430, 447, 448, and 462 were indexed.</p>
1110
</blockquote></li>
1110
</blockquote></li>
1111
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31691">[31691]</a> Remove non-existent fields from the See-from index (Elasticsearch, MARC21)</p>
1111
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31691">[31691]</a> Remove non-existent fields from the See-from index (Elasticsearch, MARC21)</p>
1112
1112
1113
<blockquote>
1113
<blockquote>
1114
  <p>This enhancement removes fields from the See-from index that don't exist in MARC21.</p>
1114
  <p>This enhancement removes fields from the See-from index that don't exist in MARC21.</p>
1115
  
1115
  
1116
  <p>The existing fields can be found here: https://www.loc.gov/marc/authority/ad4xx.html</p>
1116
  <p>The existing fields can be found here: https://www.loc.gov/marc/authority/ad4xx.html</p>
1117
</blockquote></li>
1117
</blockquote></li>
1118
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31693">[31693]</a> Remove non-existent fields from the See-also-from index (Elasticsearch, MARC21)</p>
1118
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31693">[31693]</a> Remove non-existent fields from the See-also-from index (Elasticsearch, MARC21)</p>
1119
1119
1120
<blockquote>
1120
<blockquote>
1121
  <p>This enhancement removes fields from the See-from index that don't exist in MARC21.</p>
1121
  <p>This enhancement removes fields from the See-from index that don't exist in MARC21.</p>
Lines 1127-1225 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
1127
<h3 id="searching-zebra">Searching - Zebra</h3>
1127
<h3 id="searching-zebra">Searching - Zebra</h3>
1128
1128
1129
<ul>
1129
<ul>
1130
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31614">[31614]</a> Add configurable timeout for Zebra connections</li>
1130
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31614">[31614]</a> Add configurable timeout for Zebra connections</li>
1131
</ul>
1131
</ul>
1132
1132
1133
<h3 id="serials">Serials</h3>
1133
<h3 id="serials">Serials</h3>
1134
1134
1135
<ul>
1135
<ul>
1136
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26377">[26377]</a> Clearly label parts of subscription-add.pl that relate to optional item records</li>
1136
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26377">[26377]</a> Clearly label parts of subscription-add.pl that relate to optional item records</li>
1137
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26549">[26549]</a> Show value of global system preferences on subscription form</li>
1137
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26549">[26549]</a> Show value of global system preferences on subscription form</li>
1138
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29055">[29055]</a> Focus on keyword field when subscription biblio search window opens</li>
1138
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29055">[29055]</a> Focus on keyword field when subscription biblio search window opens</li>
1139
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30039">[30039]</a> Add publication date column to serial claims table</li>
1139
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30039">[30039]</a> Add publication date column to serial claims table</li>
1140
</ul>
1140
</ul>
1141
1141
1142
<h3 id="staffinterface">Staff interface</h3>
1142
<h3 id="staffinterface">Staff interface</h3>
1143
1143
1144
<ul>
1144
<ul>
1145
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27497">[27497]</a> Display Koha version in staff interface home page</li>
1145
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27497">[27497]</a> Display Koha version in staff interface home page</li>
1146
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27779">[27779]</a> Cashup summary 'refunds' should denote what the refund was actioned against</li>
1146
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27779">[27779]</a> Cashup summary 'refunds' should denote what the refund was actioned against</li>
1147
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28864">[28864]</a> The patron search results in the patron card creator doesn't seem to use PatronsPerPage syspref</li>
1147
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28864">[28864]</a> The patron search results in the patron card creator doesn't seem to use PatronsPerPage syspref</li>
1148
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29282">[29282]</a> Show items.issue and items.renewals in the holdings table on the detail page in the staff interface</li>
1148
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29282">[29282]</a> Show items.issue and items.renewals in the holdings table on the detail page in the staff interface</li>
1149
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30077">[30077]</a> Add option for library dropdown in search function for staff interface</p>
1149
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30077">[30077]</a> Add option for library dropdown in search function for staff interface</p>
1150
1150
1151
<blockquote>
1151
<blockquote>
1152
  <p>With the new system preference IntranetCatalogSearchPulldown enabled, you will be able to limit your simple searches in the staff interface by library.</p>
1152
  <p>With the new system preference IntranetCatalogSearchPulldown enabled, you will be able to limit your simple searches in the staff interface by library.</p>
1153
</blockquote></li>
1153
</blockquote></li>
1154
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30922">[30922]</a> Make the "Relative's checkouts" table configurable by the table settings</li>
1154
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30922">[30922]</a> Make the "Relative's checkouts" table configurable by the table settings</li>
1155
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31116">[31116]</a> Article requests doesn't respect the 'CircSidebar' preference</li>
1155
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31116">[31116]</a> Article requests doesn't respect the 'CircSidebar' preference</li>
1156
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31162">[31162]</a> Add a clear cataloguing module home page</p>
1156
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31162">[31162]</a> Add a clear cataloguing module home page</p>
1157
1157
1158
<blockquote>
1158
<blockquote>
1159
  <p>This enhancement brings more order to the cataloguing features. We create a new 'Cataloguing' module home page and collect the cataloguing tools into it.</p>
1159
  <p>This enhancement brings more order to the cataloguing features. We create a new 'Cataloguing' module home page and collect the cataloguing tools into it.</p>
1160
</blockquote></li>
1160
</blockquote></li>
1161
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31750">[31750]</a> Need more padding in cataloguing</li>
1161
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31750">[31750]</a> Need more padding in cataloguing</li>
1162
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31758">[31758]</a> Add 'page-section' to system preferences page</li>
1162
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31758">[31758]</a> Add 'page-section' to system preferences page</li>
1163
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31762">[31762]</a> Flat vs 3D or mixed</li>
1163
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31762">[31762]</a> Flat vs 3D or mixed</li>
1164
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31763">[31763]</a> Add 'page-section' to patron lists page</li>
1164
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31763">[31763]</a> Add 'page-section' to patron lists page</li>
1165
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31764">[31764]</a> Add 'page-section' to patron clubs page</li>
1165
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31764">[31764]</a> Add 'page-section' to patron clubs page</li>
1166
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31765">[31765]</a> Add 'page-section' to import patrons page</li>
1166
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31765">[31765]</a> Add 'page-section' to import patrons page</li>
1167
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31766">[31766]</a> Add 'page-section' to notices and slips page</li>
1167
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31766">[31766]</a> Add 'page-section' to notices and slips page</li>
1168
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31767">[31767]</a> Add 'page-section' to tags page</li>
1168
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31767">[31767]</a> Add 'page-section' to tags page</li>
1169
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31770">[31770]</a> Add 'page-section' to rotating collections page</li>
1169
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31770">[31770]</a> Add 'page-section' to rotating collections page</li>
1170
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31771">[31771]</a> Add 'page-section' to stock rotation pages</li>
1170
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31771">[31771]</a> Add 'page-section' to stock rotation pages</li>
1171
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31773">[31773]</a> Add 'page-section' to manage MARC import page</li>
1171
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31773">[31773]</a> Add 'page-section' to manage MARC import page</li>
1172
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31780">[31780]</a> Add 'page-section' to audio alerts ( audio_alerts.tt )</li>
1172
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31780">[31780]</a> Add 'page-section' to audio alerts ( audio_alerts.tt )</li>
1173
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31781">[31781]</a> Transferred items table (branchtransfers.tt) needs page-section class</li>
1173
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31781">[31781]</a> Transferred items table (branchtransfers.tt) needs page-section class</li>
1174
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31806">[31806]</a> Add 'page-section' to holds page</li>
1174
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31806">[31806]</a> Add 'page-section' to holds page</li>
1175
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31811">[31811]</a> Add 'page-section' to MARC modification templates pages</li>
1175
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31811">[31811]</a> Add 'page-section' to MARC modification templates pages</li>
1176
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31831">[31831]</a> Make inactive search options font slightly bigger</li>
1176
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31831">[31831]</a> Make inactive search options font slightly bigger</li>
1177
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31834">[31834]</a> Inconsistent table formatting for list of MARC imports</li>
1177
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31834">[31834]</a> Inconsistent table formatting for list of MARC imports</li>
1178
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31864">[31864]</a> Fix breadcrumbs for each link coming from the new cataloging module home page</li>
1178
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31864">[31864]</a> Fix breadcrumbs for each link coming from the new cataloging module home page</li>
1179
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31879">[31879]</a> Convert mainpage.css to SCSS</li>
1179
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31879">[31879]</a> Convert mainpage.css to SCSS</li>
1180
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31882">[31882]</a> Fix page title of pages in the new cataloging module home page</li>
1180
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31882">[31882]</a> Fix page title of pages in the new cataloging module home page</li>
1181
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31906">[31906]</a> Managed by on basket summary page is misaligned</li>
1181
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31906">[31906]</a> Managed by on basket summary page is misaligned</li>
1182
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31911">[31911]</a> Headings are inconsistent in rotating collections</li>
1182
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31911">[31911]</a> Headings are inconsistent in rotating collections</li>
1183
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31917">[31917]</a> Headings don't seem quite right for system preference search</li>
1183
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31917">[31917]</a> Headings don't seem quite right for system preference search</li>
1184
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31939">[31939]</a> Add page-section to admin > libraries area</li>
1184
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31939">[31939]</a> Add page-section to admin > libraries area</li>
1185
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31940">[31940]</a> Add page-section to admin > library groups area</li>
1185
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31940">[31940]</a> Add page-section to admin > library groups area</li>
1186
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31941">[31941]</a> Add page-section to admin > item types area</li>
1186
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31941">[31941]</a> Add page-section to admin > item types area</li>
1187
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31945">[31945]</a> Add page-section to admin > patron categories area</li>
1187
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31945">[31945]</a> Add page-section to admin > patron categories area</li>
1188
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31955">[31955]</a> Add page-section to additional fields (admin)</li>
1188
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31955">[31955]</a> Add page-section to additional fields (admin)</li>
1189
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32155">[32155]</a> Course reserves - instructors display is misaligned on course information page</li>
1189
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32155">[32155]</a> Course reserves - instructors display is misaligned on course information page</li>
1190
</ul>
1190
</ul>
1191
1191
1192
<h3 id="systemadministration">System Administration</h3>
1192
<h3 id="systemadministration">System Administration</h3>
1193
1193
1194
<ul>
1194
<ul>
1195
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27519">[27519]</a> Normalize Show/Don't show vs Display/Don't display in system preferences</p>
1195
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27519">[27519]</a> Normalize Show/Don't show vs Display/Don't display in system preferences</p>
1196
1196
1197
<blockquote>
1197
<blockquote>
1198
  <p>This enhancement replaces "Display/Don't display" with "Show/Don't show" for several system preferences to improve terminology consistency and make translation easier. A few preferences were also updated where "Yes/No" and "Show/Hide" were used.</p>
1198
  <p>This enhancement replaces "Display/Don't display" with "Show/Don't show" for several system preferences to improve terminology consistency and make translation easier. A few preferences were also updated where "Yes/No" and "Show/Hide" were used.</p>
1199
</blockquote></li>
1199
</blockquote></li>
1200
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30462">[30462]</a> Improve the default display for the background jobs queue management page</li>
1200
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30462">[30462]</a> Improve the default display for the background jobs queue management page</li>
1201
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30850">[30850]</a> Add default mapping for biblio.author to 110$a (MARC21)</p>
1201
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30850">[30850]</a> Add default mapping for biblio.author to 110$a (MARC21)</p>
1202
1202
1203
<blockquote>
1203
<blockquote>
1204
  <p>This enhancement maps 110$a (corporate author in MARC21) to biblio.author in the default framework. 
1204
  <p>This enhancement maps 110$a (corporate author in MARC21) to biblio.author in the default framework. 
1205
  Having the corporate author in biblio.author ensures it will appear wherever the author usually appears in the staff interface.</p>
1205
  Having the corporate author in biblio.author ensures it will appear wherever the author usually appears in the staff interface.</p>
1206
</blockquote></li>
1206
</blockquote></li>
1207
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30937">[30937]</a> Add a detail view for libraries</li>
1207
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30937">[30937]</a> Add a detail view for libraries</li>
1208
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31191">[31191]</a> Specify FacetLabelTruncationLength is only for Zebra</p>
1208
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31191">[31191]</a> Specify FacetLabelTruncationLength is only for Zebra</p>
1209
1209
1210
<blockquote>
1210
<blockquote>
1211
  <p>This enhancement adds a note to the FacetLabelTruncationLength system preference description that it only works with Zebra. When using ElasticSearch, facets are displayed in full.</p>
1211
  <p>This enhancement adds a note to the FacetLabelTruncationLength system preference description that it only works with Zebra. When using ElasticSearch, facets are displayed in full.</p>
1212
</blockquote></li>
1212
</blockquote></li>
1213
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31264">[31264]</a> CalendarFirstDayOfWeek not taken into account when configuring curbside pickups</p>
1213
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31264">[31264]</a> CalendarFirstDayOfWeek not taken into account when configuring curbside pickups</p>
1214
1214
1215
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
1215
<p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
1216
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31289">[31289]</a> Hide article requests column in circulation rules when ArticleRequests syspref is disabled</li>
1216
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31289">[31289]</a> Hide article requests column in circulation rules when ArticleRequests syspref is disabled</li>
1217
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31475">[31475]</a> Group system preferences for suggestions on OPAC tab under new heading</li>
1217
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31475">[31475]</a> Group system preferences for suggestions on OPAC tab under new heading</li>
1218
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31545">[31545]</a> ComponentSortField description is incorrect</li>
1218
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31545">[31545]</a> ComponentSortField description is incorrect</li>
1219
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31577">[31577]</a> Use patron category multi-select for OpacHiddenItemsExceptions system preference</li>
1219
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31577">[31577]</a> Use patron category multi-select for OpacHiddenItemsExceptions system preference</li>
1220
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31603">[31603]</a> Add search option for plugin page</li>
1220
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31603">[31603]</a> Add search option for plugin page</li>
1221
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31730">[31730]</a> Link to authorized value interface when an authval is mentioned in preferences</li>
1221
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31730">[31730]</a> Link to authorized value interface when an authval is mentioned in preferences</li>
1222
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31923">[31923]</a> 'Ignore' tab description is misleading</p>
1222
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31923">[31923]</a> 'Ignore' tab description is misleading</p>
1223
1223
1224
<blockquote>
1224
<blockquote>
1225
  <p>This enhancement modifies the description of the 'Ignore' tab in MARC bibliographic and authority framework administration to add that not only does the 'ignored' subfield not appear in the editor, but the subfield will also be deleted from the record. This is the normal behavior of the 'Ignore' tab, it has not changed. Only the description was updated to reflect it's actual behavior.</p>
1225
  <p>This enhancement modifies the description of the 'Ignore' tab in MARC bibliographic and authority framework administration to add that not only does the 'ignored' subfield not appear in the editor, but the subfield will also be deleted from the record. This is the normal behavior of the 'Ignore' tab, it has not changed. Only the description was updated to reflect it's actual behavior.</p>
Lines 1229-1385 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
1229
<h3 id="templates">Templates</h3>
1229
<h3 id="templates">Templates</h3>
1230
1230
1231
<ul>
1231
<ul>
1232
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22276">[22276]</a> Add client storage of user-selected DataTables configuration</p>
1232
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22276">[22276]</a> Add client storage of user-selected DataTables configuration</p>
1233
1233
1234
<blockquote>
1234
<blockquote>
1235
  <p>This allows Koha to remember the changes a user has made to the columns settings on a page so they are kept when reloading the page.</p>
1235
  <p>This allows Koha to remember the changes a user has made to the columns settings on a page so they are kept when reloading the page.</p>
1236
</blockquote></li>
1236
</blockquote></li>
1237
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26486">[26486]</a> Group edit buttons in reports toolbar</li>
1237
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26486">[26486]</a> Group edit buttons in reports toolbar</li>
1238
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27191">[27191]</a> Set focus for cursor to category code input box when creating new patron categories</p>
1238
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27191">[27191]</a> Set focus for cursor to category code input box when creating new patron categories</p>
1239
1239
1240
<blockquote>
1240
<blockquote>
1241
  <p>This updates the new patron category input form so that the cursor focus is on the category code input field.</p>
1241
  <p>This updates the new patron category input form so that the cursor focus is on the category code input field.</p>
1242
</blockquote></li>
1242
</blockquote></li>
1243
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27193">[27193]</a> Set focus for cursor to patron attribute type code input box when creating new patron attributes</li>
1243
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27193">[27193]</a> Set focus for cursor to patron attribute type code input box when creating new patron attributes</li>
1244
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27195">[27195]</a> Set focus for cursor to city input box when creating new cities</li>
1244
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27195">[27195]</a> Set focus for cursor to city input box when creating new cities</li>
1245
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27436">[27436]</a> Set focus for cursor to report name field when creating new SQL report</li>
1245
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27436">[27436]</a> Set focus for cursor to report name field when creating new SQL report</li>
1246
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29723">[29723]</a> Add a "Configure table" button for KohaTable tables</li>
1246
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29723">[29723]</a> Add a "Configure table" button for KohaTable tables</li>
1247
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30304">[30304]</a> Reindent lists template in the staff interface</li>
1247
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30304">[30304]</a> Reindent lists template in the staff interface</li>
1248
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30309">[30309]</a> Convert lists tabs in the staff interface to Bootstrap</li>
1248
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30309">[30309]</a> Convert lists tabs in the staff interface to Bootstrap</li>
1249
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30333">[30333]</a> Move view actions on acquisitions receipt summary page into menu</li>
1249
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30333">[30333]</a> Move view actions on acquisitions receipt summary page into menu</li>
1250
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30389">[30389]</a> Switch to Bootstrap tabs on the page for adding orders from MARC file</li>
1250
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30389">[30389]</a> Switch to Bootstrap tabs on the page for adding orders from MARC file</li>
1251
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30487">[30487]</a> Convert checkout and patron details page tabs to Bootstrap</li>
1251
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30487">[30487]</a> Convert checkout and patron details page tabs to Bootstrap</li>
1252
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30523">[30523]</a> Quiet console warning about missing shortcut-buttons map file</li>
1252
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30523">[30523]</a> Quiet console warning about missing shortcut-buttons map file</li>
1253
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30570">[30570]</a> Replace the use of jQueryUI tabs in OPAC templates</li>
1253
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30570">[30570]</a> Replace the use of jQueryUI tabs in OPAC templates</li>
1254
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30609">[30609]</a> Reindent serial claims template</p>
1254
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30609">[30609]</a> Reindent serial claims template</p>
1255
1255
1256
<blockquote>
1256
<blockquote>
1257
  <p>This enhancement updates the serial claims template in the staff interface (claims.tt) so that the indentation is consistent and replaces tabs with spaces. It also adds comments to highlight the markup structure.</p>
1257
  <p>This enhancement updates the serial claims template in the staff interface (claims.tt) so that the indentation is consistent and replaces tabs with spaces. It also adds comments to highlight the markup structure.</p>
1258
</blockquote></li>
1258
</blockquote></li>
1259
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718">[30718]</a> Use flatpickr's altInput option everywhere</li>
1259
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718">[30718]</a> Use flatpickr's altInput option everywhere</li>
1260
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30786">[30786]</a> Capitalization in (Opac)AdvancedSearchTypes</p>
1260
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30786">[30786]</a> Capitalization in (Opac)AdvancedSearchTypes</p>
1261
1261
1262
<blockquote>
1262
<blockquote>
1263
  <p>This fixes the descriptions for the AdvancedSearchTypes and OpacAdvancedSearchTypes system preferences - sentence case is now used for "..Shelving location..".</p>
1263
  <p>This fixes the descriptions for the AdvancedSearchTypes and OpacAdvancedSearchTypes system preferences - sentence case is now used for "..Shelving location..".</p>
1264
</blockquote></li>
1264
</blockquote></li>
1265
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30806">[30806]</a> Use patron-title.inc in member-flags template</p>
1265
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30806">[30806]</a> Use patron-title.inc in member-flags template</p>
1266
1266
1267
<blockquote>
1267
<blockquote>
1268
  <p>This enhancement updates the template for the patron set permissions page (members/member-flags.pl) to use the patron-title.inc include wherever patron names are referenced. This is used to format patron name names consistently, rather than a custom format each time the patron name is referenced. The patron name is now displayed as "Set permissions for firstname lastname (patron card number), instead of "Set permissions for lastname, firstname".</p>
1268
  <p>This enhancement updates the template for the patron set permissions page (members/member-flags.pl) to use the patron-title.inc include wherever patron names are referenced. This is used to format patron name names consistently, rather than a custom format each time the patron name is referenced. The patron name is now displayed as "Set permissions for firstname lastname (patron card number), instead of "Set permissions for lastname, firstname".</p>
1269
</blockquote></li>
1269
</blockquote></li>
1270
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30807">[30807]</a> Use patron-title.inc in patron payments pages</p>
1270
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30807">[30807]</a> Use patron-title.inc in patron payments pages</p>
1271
1271
1272
<blockquote>
1272
<blockquote>
1273
  <p>This enhancement updates the templates for patron accounting - make a payment tab and payment pages (pay and write off options) to use the patron-title.inc include wherever patron names are referenced. This is used to format patron name names consistently, rather than a custom format each time the patron name is referenced. The patron name is now displayed as "Make a payment for firstname lastname (patron card number)" and "Pay charges for firstname lastname (patron card number)".</p>
1273
  <p>This enhancement updates the templates for patron accounting - make a payment tab and payment pages (pay and write off options) to use the patron-title.inc include wherever patron names are referenced. This is used to format patron name names consistently, rather than a custom format each time the patron name is referenced. The patron name is now displayed as "Make a payment for firstname lastname (patron card number)" and "Pay charges for firstname lastname (patron card number)".</p>
1274
</blockquote></li>
1274
</blockquote></li>
1275
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30859">[30859]</a> Upgrade jQuery Validation plugin from v1.19.1</li>
1275
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30859">[30859]</a> Upgrade jQuery Validation plugin from v1.19.1</li>
1276
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30917">[30917]</a> Improve course reserves breadcrumbs</li>
1276
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30917">[30917]</a> Improve course reserves breadcrumbs</li>
1277
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30936">[30936]</a> Reindent authority detail template in staff interface</li>
1277
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30936">[30936]</a> Reindent authority detail template in staff interface</li>
1278
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31228">[31228]</a> Fix Coce JavaScript to hide single-pixel cover images in both the staff client detail and results pages</p>
1278
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31228">[31228]</a> Fix Coce JavaScript to hide single-pixel cover images in both the staff client detail and results pages</p>
1279
1279
1280
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1280
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1281
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31397">[31397]</a> Set focus for cursor to framework code field when creating a new bibliographic framework</p>
1281
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31397">[31397]</a> Set focus for cursor to framework code field when creating a new bibliographic framework</p>
1282
1282
1283
<blockquote>
1283
<blockquote>
1284
  <p>This enhancement sets the cursor focus on the first input field (Framework code) for the new bibliographic framework form.</p>
1284
  <p>This enhancement sets the cursor focus on the first input field (Framework code) for the new bibliographic framework form.</p>
1285
</blockquote></li>
1285
</blockquote></li>
1286
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31398">[31398]</a> Set focus for cursor to framework code field when creating a new authority type</p>
1286
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31398">[31398]</a> Set focus for cursor to framework code field when creating a new authority type</p>
1287
1287
1288
<blockquote>
1288
<blockquote>
1289
  <p>This enhancement sets the focus on the first input field for the new authority type form.</p>
1289
  <p>This enhancement sets the focus on the first input field for the new authority type form.</p>
1290
</blockquote></li>
1290
</blockquote></li>
1291
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31399">[31399]</a> Set focus for cursor to first input field when adding new classification source, filing rule, or splitting rule</p>
1291
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31399">[31399]</a> Set focus for cursor to first input field when adding new classification source, filing rule, or splitting rule</p>
1292
1292
1293
<blockquote>
1293
<blockquote>
1294
  <p>This enhancement sets the cursor/focus on the first form field when adding an entry on the classification configuration page (includes input forms for new classification source, filing rule, and splitting rule).</p>
1294
  <p>This enhancement sets the cursor/focus on the first form field when adding an entry on the classification configuration page (includes input forms for new classification source, filing rule, and splitting rule).</p>
1295
</blockquote></li>
1295
</blockquote></li>
1296
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31400">[31400]</a> Set focus for cursor to matching rule code when adding a new matching rule</li>
1296
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31400">[31400]</a> Set focus for cursor to matching rule code when adding a new matching rule</li>
1297
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31404">[31404]</a> Update circulation sidebar to match circulation start page</li>
1297
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31404">[31404]</a> Update circulation sidebar to match circulation start page</li>
1298
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31414">[31414]</a> Set focus for cursor to Name when adding additional fields for baskets or subscriptions</li>
1298
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31414">[31414]</a> Set focus for cursor to Name when adding additional fields for baskets or subscriptions</li>
1299
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31425">[31425]</a> Minor correction to patron categories admin title</li>
1299
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31425">[31425]</a> Minor correction to patron categories admin title</li>
1300
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31428">[31428]</a> Shorten new button text "Configure this table"</li>
1300
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31428">[31428]</a> Shorten new button text "Configure this table"</li>
1301
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31490">[31490]</a> Terminology: change "staff client" to "staff interface" in marc-overlay-rules</li>
1301
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31490">[31490]</a> Terminology: change "staff client" to "staff interface" in marc-overlay-rules</li>
1302
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31528">[31528]</a> Replace scss-lint configuration with one for stylelint</li>
1302
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31528">[31528]</a> Replace scss-lint configuration with one for stylelint</li>
1303
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31529">[31529]</a> Fix errors in SCSS files raised by stylelint</li>
1303
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31529">[31529]</a> Fix errors in SCSS files raised by stylelint</li>
1304
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31677">[31677]</a> Convert basic MARC editor tabs to Bootstrap</li>
1304
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31677">[31677]</a> Convert basic MARC editor tabs to Bootstrap</li>
1305
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31678">[31678]</a> Convert authority editor tabs to Bootstrap</li>
1305
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31678">[31678]</a> Convert authority editor tabs to Bootstrap</li>
1306
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31718">[31718]</a> Change the IF ELSE values in MARC subfields structure breadcrumbs to facilitate translation</p>
1306
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31718">[31718]</a> Change the IF ELSE values in MARC subfields structure breadcrumbs to facilitate translation</p>
1307
1307
1308
<blockquote>
1308
<blockquote>
1309
  <p>This enhancement changes the strings in the IF ELSE for the framework name in the breadcrumbs on the marc_subfields_structure.pl page. There is no change to the page in English. However, it will facilitate the translation by having complete strings.</p>
1309
  <p>This enhancement changes the strings in the IF ELSE for the framework name in the breadcrumbs on the marc_subfields_structure.pl page. There is no change to the page in English. However, it will facilitate the translation by having complete strings.</p>
1310
</blockquote></li>
1310
</blockquote></li>
1311
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31759">[31759]</a> Improve styling of tabs</li>
1311
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31759">[31759]</a> Improve styling of tabs</li>
1312
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31993">[31993]</a> Improve specificity of authorized values breadcrumbs</li>
1312
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31993">[31993]</a> Improve specificity of authorized values breadcrumbs</li>
1313
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32014">[32014]</a> Tweak style of checkout settings panel</li>
1313
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32014">[32014]</a> Tweak style of checkout settings panel</li>
1314
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32022">[32022]</a> Style tweaks to fieldsets and page-section</li>
1314
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32022">[32022]</a> Style tweaks to fieldsets and page-section</li>
1315
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32038">[32038]</a> Sidebar and footer style improvements on suggestions page</li>
1315
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32038">[32038]</a> Sidebar and footer style improvements on suggestions page</li>
1316
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32050">[32050]</a> Add 'page-section' to calendar page</li>
1316
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32050">[32050]</a> Add 'page-section' to calendar page</li>
1317
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32068">[32068]</a> Consistent classes for primary buttons: Administration</li>
1317
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32068">[32068]</a> Consistent classes for primary buttons: Administration</li>
1318
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32070">[32070]</a> Consistent classes for primary buttons: Acquisitions</li>
1318
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32070">[32070]</a> Consistent classes for primary buttons: Acquisitions</li>
1319
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32071">[32071]</a> Consistent classes for primary buttons: Catalog</li>
1319
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32071">[32071]</a> Consistent classes for primary buttons: Catalog</li>
1320
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32072">[32072]</a> Consistent classes for primary buttons: Cataloging</li>
1320
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32072">[32072]</a> Consistent classes for primary buttons: Cataloging</li>
1321
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32073">[32073]</a> Consistent classes for primary buttons: Circulation</li>
1321
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32073">[32073]</a> Consistent classes for primary buttons: Circulation</li>
1322
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32085">[32085]</a> Consistent classes for primary buttons: Labels</li>
1322
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32085">[32085]</a> Consistent classes for primary buttons: Labels</li>
1323
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32086">[32086]</a> Consistent classes for primary buttons: Patrons</li>
1323
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32086">[32086]</a> Consistent classes for primary buttons: Patrons</li>
1324
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32087">[32087]</a> Consistent classes for primary buttons: Course reserves</li>
1324
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32087">[32087]</a> Consistent classes for primary buttons: Course reserves</li>
1325
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32088">[32088]</a> Consistent classes for primary buttons: Patron card creator</li>
1325
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32088">[32088]</a> Consistent classes for primary buttons: Patron card creator</li>
1326
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32091">[32091]</a> Consistent classes for primary buttons: Reports</li>
1326
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32091">[32091]</a> Consistent classes for primary buttons: Reports</li>
1327
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32094">[32094]</a> Consistent classes for primary buttons: Serials</li>
1327
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32094">[32094]</a> Consistent classes for primary buttons: Serials</li>
1328
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32096">[32096]</a> Consistent classes for primary buttons: Tools</li>
1328
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32096">[32096]</a> Consistent classes for primary buttons: Tools</li>
1329
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32097">[32097]</a> Consistent classes for primary buttons: Lists</li>
1329
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32097">[32097]</a> Consistent classes for primary buttons: Lists</li>
1330
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32098">[32098]</a> Consistent classes for primary buttons: Clubs and rotating collections</li>
1330
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32098">[32098]</a> Consistent classes for primary buttons: Clubs and rotating collections</li>
1331
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32099">[32099]</a> Consistent classes for primary buttons: Assorted templates</li>
1331
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32099">[32099]</a> Consistent classes for primary buttons: Assorted templates</li>
1332
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32101">[32101]</a> Add padding to floating toolbars</li>
1332
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32101">[32101]</a> Add padding to floating toolbars</li>
1333
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32102">[32102]</a> Improve specificity of batch record modification breadcrumbs</li>
1333
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32102">[32102]</a> Improve specificity of batch record modification breadcrumbs</li>
1334
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32112">[32112]</a> Move "Delete selected items" button to new line</li>
1334
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32112">[32112]</a> Move "Delete selected items" button to new line</li>
1335
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32147">[32147]</a> Capitalization: E-Resource management should be E-resource management</li>
1335
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32147">[32147]</a> Capitalization: E-Resource management should be E-resource management</li>
1336
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32165">[32165]</a> Add page-section to some catalog pages</li>
1336
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32165">[32165]</a> Add page-section to some catalog pages</li>
1337
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32179">[32179]</a> ERM is missing page-sections</li>
1337
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32179">[32179]</a> ERM is missing page-sections</li>
1338
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32182">[32182]</a> Replace static tabs markup with Bootstrap</li>
1338
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32182">[32182]</a> Replace static tabs markup with Bootstrap</li>
1339
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32193">[32193]</a> Reindent item details template</li>
1339
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32193">[32193]</a> Reindent item details template</li>
1340
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32254">[32254]</a> Add 'page-section' to various tools pages</li>
1340
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32254">[32254]</a> Add 'page-section' to various tools pages</li>
1341
</ul>
1341
</ul>
1342
1342
1343
<h3 id="testsuite">Test Suite</h3>
1343
<h3 id="testsuite">Test Suite</h3>
1344
1344
1345
<ul>
1345
<ul>
1346
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31676">[31676]</a> Make db_dependent/Circulation.t tests more robust</p>
1346
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31676">[31676]</a> Make db_dependent/Circulation.t tests more robust</p>
1347
1347
1348
<p><strong>Sponsored by</strong> <em>Gothenburg University Library</em></p></li>
1348
<p><strong>Sponsored by</strong> <em>Gothenburg University Library</em></p></li>
1349
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31870">[31870]</a> Cleaning up t/db_dependent/Context.t</li>
1349
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31870">[31870]</a> Cleaning up t/db_dependent/Context.t</li>
1350
</ul>
1350
</ul>
1351
1351
1352
<h3 id="tools">Tools</h3>
1352
<h3 id="tools">Tools</h3>
1353
1353
1354
<ul>
1354
<ul>
1355
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6936">[6936]</a> Allow to limit on multiple itemtypes when exporting bibliographic records</p>
1355
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6936">[6936]</a> Allow to limit on multiple itemtypes when exporting bibliographic records</p>
1356
1356
1357
<blockquote>
1357
<blockquote>
1358
  <p>This allows multiple item types to be chosen when exporting
1358
  <p>This allows multiple item types to be chosen when exporting
1359
  bibliographic records from the export catalog tool.</p>
1359
  bibliographic records from the export catalog tool.</p>
1360
</blockquote></li>
1360
</blockquote></li>
1361
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22659">[22659]</a> Add 'save and continue' functionality to news and HTML customizations</p>
1361
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22659">[22659]</a> Add 'save and continue' functionality to news and HTML customizations</p>
1362
1362
1363
<blockquote>
1363
<blockquote>
1364
  <p>Adds the ability to save &amp; continue when working with either News or HTML customization editors.</p>
1364
  <p>Adds the ability to save &amp; continue when working with either News or HTML customization editors.</p>
1365
</blockquote></li>
1365
</blockquote></li>
1366
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27920">[27920]</a> Add ability to update patron expiration dates when importing patrons</p>
1366
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27920">[27920]</a> Add ability to update patron expiration dates when importing patrons</p>
1367
1367
1368
<blockquote>
1368
<blockquote>
1369
  <p>This adds a new option to the patron import from that allows to use the expiration date from the import file or recalculate the patron's expiration date using today's date or the original expiration date as base.</p>
1369
  <p>This adds a new option to the patron import from that allows to use the expiration date from the import file or recalculate the patron's expiration date using today's date or the original expiration date as base.</p>
1370
</blockquote></li>
1370
</blockquote></li>
1371
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31000">[31000]</a> Use of uninitialized value $record_type in string eq</p>
1371
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31000">[31000]</a> Use of uninitialized value $record_type in string eq</p>
1372
1372
1373
<blockquote>
1373
<blockquote>
1374
  <p>This fixes the cause of an error message that appears in the system logs every time that Tools > Catalog > Export data (/cgi-bin/koha/tools/export.pl) is accessed. The error message was "AH01215: Use of uninitialized value $record_type in string eq at /kohadevbox/koha/tools/export.pl line 43.: /kohadevbox/koha/tools/export.pl,...".</p>
1374
  <p>This fixes the cause of an error message that appears in the system logs every time that Tools > Catalog > Export data (/cgi-bin/koha/tools/export.pl) is accessed. The error message was "AH01215: Use of uninitialized value $record_type in string eq at /kohadevbox/koha/tools/export.pl line 43.: /kohadevbox/koha/tools/export.pl,...".</p>
1375
</blockquote></li>
1375
</blockquote></li>
1376
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31062">[31062]</a> Change description of QOTD tool in tools-home</p>
1376
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31062">[31062]</a> Change description of QOTD tool in tools-home</p>
1377
1377
1378
<blockquote>
1378
<blockquote>
1379
  <p>This enhancement changes the name and description of the QOTD tool in order to make them more consistent with the other tool names and descriptions.</p>
1379
  <p>This enhancement changes the name and description of the QOTD tool in order to make them more consistent with the other tool names and descriptions.</p>
1380
</blockquote></li>
1380
</blockquote></li>
1381
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31385">[31385]</a> Additional contents: Allow searching a CMS page by code in multilanguage env</li>
1381
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31385">[31385]</a> Additional contents: Allow searching a CMS page by code in multilanguage env</li>
1382
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553">[31553]</a> News item contents field does not always expand when you click on a non-default language</p>
1382
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553">[31553]</a> News item contents field does not always expand when you click on a non-default language</p>
1383
1383
1384
<p><strong>Sponsored by</strong> <em>Toi Ohomai Institute of Technology, New Zealand</em></p></li>
1384
<p><strong>Sponsored by</strong> <em>Toi Ohomai Institute of Technology, New Zealand</em></p></li>
1385
</ul>
1385
</ul>
Lines 1392-1603 have already been fixed in maintainance releases)</p> Link Here
1392
<h3 id="acquisitions">Acquisitions</h3>
1392
<h3 id="acquisitions">Acquisitions</h3>
1393
1393
1394
<ul>
1394
<ul>
1395
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14680">[14680]</a> When creating orders from a staged file discounts supplied in the form are added</li>
1395
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14680">[14680]</a> When creating orders from a staged file discounts supplied in the form are added</li>
1396
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31134">[31134]</a> t/Ediorder.t tests failing on 22.05.02</li>
1396
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31134">[31134]</a> t/Ediorder.t tests failing on 22.05.02</li>
1397
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31158">[31158]</a> Can't filter suggestions by date ranges</li>
1397
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31158">[31158]</a> Can't filter suggestions by date ranges</li>
1398
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32045">[32045]</a> Cannot order multiple from staged file</li>
1398
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32045">[32045]</a> Cannot order multiple from staged file</li>
1399
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32166">[32166]</a> When adding to a basket from a staged file we may use the wrong inputs</li>
1399
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32166">[32166]</a> When adding to a basket from a staged file we may use the wrong inputs</li>
1400
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32167">[32167]</a> When adding an order from a a staged file without item fields we only add price if there is a vendor discount</li>
1400
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32167">[32167]</a> When adding an order from a a staged file without item fields we only add price if there is a vendor discount</li>
1401
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32171">[32171]</a> Order prices not populated when adding to a basket from a staged file</li>
1401
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32171">[32171]</a> Order prices not populated when adding to a basket from a staged file</li>
1402
</ul>
1402
</ul>
1403
1403
1404
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1404
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1405
1405
1406
<ul>
1406
<ul>
1407
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30876">[30876]</a> recalls/recalls_to_pull.pl introduces an incorrect use of ->search in list context</li>
1407
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30876">[30876]</a> recalls/recalls_to_pull.pl introduces an incorrect use of ->search in list context</li>
1408
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30939">[30939]</a> remove_unused_authorities.pl is broken</p>
1408
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30939">[30939]</a> remove_unused_authorities.pl is broken</p>
1409
1409
1410
<blockquote>
1410
<blockquote>
1411
  <p>This fixes the ./misc/migration_tools/remove_unused_authorities.pl script so that it now works and deletes unused authority records. Before this, it generated an error message at the first unused authority record and stopped (without deleting any unused authority records).</p>
1411
  <p>This fixes the ./misc/migration_tools/remove_unused_authorities.pl script so that it now works and deletes unused authority records. Before this, it generated an error message at the first unused authority record and stopped (without deleting any unused authority records).</p>
1412
</blockquote></li>
1412
</blockquote></li>
1413
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31133">[31133]</a> TestBuilder fragile on virtual fks</li>
1413
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31133">[31133]</a> TestBuilder fragile on virtual fks</li>
1414
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31140">[31140]</a> TestBuilder.t is failing on item groups modules</li>
1414
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31140">[31140]</a> TestBuilder.t is failing on item groups modules</li>
1415
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31245">[31245]</a> Job detail view for batch mod explode if job not started</li>
1415
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31245">[31245]</a> Job detail view for batch mod explode if job not started</li>
1416
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31274">[31274]</a> OPACSuggestionAutoFill must be 1 or 0</li>
1416
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31274">[31274]</a> OPACSuggestionAutoFill must be 1 or 0</li>
1417
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31351">[31351]</a> Worker dies on reindex job when operator last name/first name/branch name contains non-ASCII chars</li>
1417
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31351">[31351]</a> Worker dies on reindex job when operator last name/first name/branch name contains non-ASCII chars</li>
1418
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31396">[31396]</a> OPAC shelf browser broken after removal GetItemsInfo from opac-detail</li>
1418
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31396">[31396]</a> OPAC shelf browser broken after removal GetItemsInfo from opac-detail</li>
1419
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31437">[31437]</a> ModItemTransfer triggers indexing twice</li>
1419
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31437">[31437]</a> ModItemTransfer triggers indexing twice</li>
1420
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31785">[31785]</a> Adding or editing library does not respect public flag</li>
1420
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31785">[31785]</a> Adding or editing library does not respect public flag</li>
1421
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32011">[32011]</a> 2FA - Problem with qr_code generation</li>
1421
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32011">[32011]</a> 2FA - Problem with qr_code generation</li>
1422
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32119">[32119]</a> Cannot add new guarantee</li>
1422
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32119">[32119]</a> Cannot add new guarantee</li>
1423
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32242">[32242]</a> The job has not been sent to the message broker: (Wide character in syswrite ... )</li>
1423
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32242">[32242]</a> The job has not been sent to the message broker: (Wide character in syswrite ... )</li>
1424
</ul>
1424
</ul>
1425
1425
1426
<h3 id="authentication">Authentication</h3>
1426
<h3 id="authentication">Authentication</h3>
1427
1427
1428
<ul>
1428
<ul>
1429
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31247">[31247]</a> Staff interface 2FA blocks logging into the OPAC</li>
1429
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31247">[31247]</a> Staff interface 2FA blocks logging into the OPAC</li>
1430
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31382">[31382]</a> Cannot reach password reset page when password expired</li>
1430
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31382">[31382]</a> Cannot reach password reset page when password expired</li>
1431
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32178">[32178]</a> query parameters in check_api_auth lets anyone assume a user id</li>
1431
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32178">[32178]</a> query parameters in check_api_auth lets anyone assume a user id</li>
1432
</ul>
1432
</ul>
1433
1433
1434
<h3 id="cataloging">Cataloging</h3>
1434
<h3 id="cataloging">Cataloging</h3>
1435
1435
1436
<ul>
1436
<ul>
1437
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29958">[29958]</a> Missing dateaccessioned is set to today when storing an item</p>
1437
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29958">[29958]</a> Missing dateaccessioned is set to today when storing an item</p>
1438
1438
1439
<blockquote>
1439
<blockquote>
1440
  <p>This fixes editing items without an accession date - the accessioned date will remain empty, instead of being updated to today's date.</p>
1440
  <p>This fixes editing items without an accession date - the accessioned date will remain empty, instead of being updated to today's date.</p>
1441
</blockquote></li>
1441
</blockquote></li>
1442
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29963">[29963]</a> Date accessioned plugin should not automatically fill today's date on cataloguing screens</li>
1442
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29963">[29963]</a> Date accessioned plugin should not automatically fill today's date on cataloguing screens</li>
1443
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30234">[30234]</a> Serial local covers don't appear in the staff interface for other libraries with SeparateHoldings</p>
1443
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30234">[30234]</a> Serial local covers don't appear in the staff interface for other libraries with SeparateHoldings</p>
1444
1444
1445
<blockquote>
1445
<blockquote>
1446
  <p>This fixes the display of item-specific local cover images in the staff interface. Before this, item images were not shown for holdings on the record's details view page.</p>
1446
  <p>This fixes the display of item-specific local cover images in the staff interface. Before this, item images were not shown for holdings on the record's details view page.</p>
1447
</blockquote></li>
1447
</blockquote></li>
1448
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30909">[30909]</a> Regression, Permanent shelving location is always updated when editing location VIA ADDITEM.PL if both are mapped to MARC fields</li>
1448
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30909">[30909]</a> Regression, Permanent shelving location is always updated when editing location VIA ADDITEM.PL if both are mapped to MARC fields</li>
1449
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31179">[31179]</a> Duplicate item is duplicating internal item fields</li>
1449
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31179">[31179]</a> Duplicate item is duplicating internal item fields</li>
1450
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31223">[31223]</a> Batch edit items explodes if plugins disabled</li>
1450
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31223">[31223]</a> Batch edit items explodes if plugins disabled</li>
1451
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31234">[31234]</a> SubfieldsToAllowForRestrictedEditing : data from drop-down menu not stored</li>
1451
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31234">[31234]</a> SubfieldsToAllowForRestrictedEditing : data from drop-down menu not stored</li>
1452
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31818">[31818]</a> Advanced editor doesn't show keyboard shortcuts</li>
1452
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31818">[31818]</a> Advanced editor doesn't show keyboard shortcuts</li>
1453
</ul>
1453
</ul>
1454
1454
1455
<h3 id="circulation">Circulation</h3>
1455
<h3 id="circulation">Circulation</h3>
1456
1456
1457
<ul>
1457
<ul>
1458
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28553">[28553]</a> Patrons can be set to receive auto_renew notices as SMS, but Koha does not generate them</li>
1458
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28553">[28553]</a> Patrons can be set to receive auto_renew notices as SMS, but Koha does not generate them</li>
1459
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29012">[29012]</a> Some rules are not saved when left blank while editing a 'rule' line in smart-rules.pl</li>
1459
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29012">[29012]</a> Some rules are not saved when left blank while editing a 'rule' line in smart-rules.pl</li>
1460
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29051">[29051]</a> Seen renewal methods incorrectly blocked</li>
1460
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29051">[29051]</a> Seen renewal methods incorrectly blocked</li>
1461
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29504">[29504]</a> Confirm item parts requires force_checkout permission (checkouts tab)</li>
1461
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29504">[29504]</a> Confirm item parts requires force_checkout permission (checkouts tab)</li>
1462
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30885">[30885]</a> Recall - detail page explosion</p>
1462
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30885">[30885]</a> Recall - detail page explosion</p>
1463
1463
1464
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1464
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1465
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30886">[30886]</a> Recall status cannot be correct on OPAC detail page</p>
1465
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30886">[30886]</a> Recall status cannot be correct on OPAC detail page</p>
1466
1466
1467
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1467
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1468
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30907">[30907]</a> Remaining incorrect uses of Koha::Recall->item_level_recall</li>
1468
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30907">[30907]</a> Remaining incorrect uses of Koha::Recall->item_level_recall</li>
1469
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30924">[30924]</a> Fix recalls-related errors in transfers and cancelling actions</li>
1469
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30924">[30924]</a> Fix recalls-related errors in transfers and cancelling actions</li>
1470
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30944">[30944]</a> Fix single cancel recall button in recalls tab in staff interface and correctly handle cancellations with branch transfers</p>
1470
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30944">[30944]</a> Fix single cancel recall button in recalls tab in staff interface and correctly handle cancellations with branch transfers</p>
1471
1471
1472
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1472
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1473
1473
1474
<blockquote>
1474
<blockquote>
1475
  <p>This fixes the 'cancel' recall button in several places so that it now works as expected (including the recalls tab in a patron's details section, the recalls section for a record, and the circulation recalls queue and recalls to pull pages). It also ensures a correct cancellation reason is logged when cancelling a recall in transit.</p>
1475
  <p>This fixes the 'cancel' recall button in several places so that it now works as expected (including the recalls tab in a patron's details section, the recalls section for a record, and the circulation recalls queue and recalls to pull pages). It also ensures a correct cancellation reason is logged when cancelling a recall in transit.</p>
1476
</blockquote></li>
1476
</blockquote></li>
1477
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30971">[30971]</a> Recalls - log viewer error</p>
1477
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30971">[30971]</a> Recalls - log viewer error</p>
1478
1478
1479
<blockquote>
1479
<blockquote>
1480
  <p>This fixes an error that occurred when viewing recalls log entries. The error was caused by the renaming of itemnumber, biblionumber, and branchcode attributes.</p>
1480
  <p>This fixes an error that occurred when viewing recalls log entries. The error was caused by the renaming of itemnumber, biblionumber, and branchcode attributes.</p>
1481
</blockquote></li>
1481
</blockquote></li>
1482
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31395">[31395]</a> Checking in non-existent barcodes makes Koha explode</li>
1482
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31395">[31395]</a> Checking in non-existent barcodes makes Koha explode</li>
1483
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32111">[32111]</a> Cannot schedule a pickup at the OPAC</li>
1483
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32111">[32111]</a> Cannot schedule a pickup at the OPAC</li>
1484
</ul>
1484
</ul>
1485
1485
1486
<h3 id="command-lineutilities">Command-line Utilities</h3>
1486
<h3 id="command-lineutilities">Command-line Utilities</h3>
1487
1487
1488
<ul>
1488
<ul>
1489
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29325">[29325]</a> commit_file.pl error 'Already in a transaction'</p>
1489
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29325">[29325]</a> commit_file.pl error 'Already in a transaction'</p>
1490
1490
1491
<blockquote>
1491
<blockquote>
1492
  <p>This fixes the command line script misc/commit_file.pl and manage staged MARC records tool in the staff interface so that imported records are processed.</p>
1492
  <p>This fixes the command line script misc/commit_file.pl and manage staged MARC records tool in the staff interface so that imported records are processed.</p>
1493
  
1493
  
1494
  <p>The error message from The command line script was failing with this error message "DBIx::Class::Storage::DBI::<em>exec</em>txn_begin(): DBI Exception: DBD::mysql::db begin_work failed: Already in a transaction at /kohadevbox/koha/C4/Biblio.pm line 303". In the staff interface, the processing of staged records would fail without any error messages.</p>
1494
  <p>The error message from The command line script was failing with this error message "DBIx::Class::Storage::DBI::<em>exec</em>txn_begin(): DBI Exception: DBD::mysql::db begin_work failed: Already in a transaction at /kohadevbox/koha/C4/Biblio.pm line 303". In the staff interface, the processing of staged records would fail without any error messages.</p>
1495
</blockquote></li>
1495
</blockquote></li>
1496
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30308">[30308]</a> bulkmarcimport.pl broken by OAI-PMH:AutoUpdateSets(EmbedItemData)</li>
1496
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30308">[30308]</a> bulkmarcimport.pl broken by OAI-PMH:AutoUpdateSets(EmbedItemData)</li>
1497
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30914">[30914]</a> cleanup_database.pl --transfers --old-reserves --confirm does not work</li>
1497
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30914">[30914]</a> cleanup_database.pl --transfers --old-reserves --confirm does not work</li>
1498
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32012">[32012]</a> runreport.pl should use binmode UTF-8</li>
1498
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32012">[32012]</a> runreport.pl should use binmode UTF-8</li>
1499
</ul>
1499
</ul>
1500
1500
1501
<h3 id="database">Database</h3>
1501
<h3 id="database">Database</h3>
1502
1502
1503
<ul>
1503
<ul>
1504
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30899">[30899]</a> Upgrade sometimes fails at "Upgrade to 21.11.05.004"</p>
1504
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30899">[30899]</a> Upgrade sometimes fails at "Upgrade to 21.11.05.004"</p>
1505
1505
1506
<blockquote>
1506
<blockquote>
1507
  <p>This database revision fixes the one from bug 30449 for table borrower_attribute_types.</p>
1507
  <p>This database revision fixes the one from bug 30449 for table borrower_attribute_types.</p>
1508
</blockquote></li>
1508
</blockquote></li>
1509
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30912">[30912]</a> Database update fails for 21.12.00.016 Bug 30060</li>
1509
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30912">[30912]</a> Database update fails for 21.12.00.016 Bug 30060</li>
1510
</ul>
1510
</ul>
1511
1511
1512
<h3 id="finesandfees">Fines and fees</h3>
1512
<h3 id="finesandfees">Fines and fees</h3>
1513
1513
1514
<ul>
1514
<ul>
1515
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24381">[24381]</a> ACCOUNT_CREDIT and ACCOUNT_DEBIT slip not printing information about paid fines/fees</li>
1515
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24381">[24381]</a> ACCOUNT_CREDIT and ACCOUNT_DEBIT slip not printing information about paid fines/fees</li>
1516
</ul>
1516
</ul>
1517
1517
1518
<h3 id="holdrequests">Hold requests</h3>
1518
<h3 id="holdrequests">Hold requests</h3>
1519
1519
1520
<ul>
1520
<ul>
1521
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29196">[29196]</a> Follow-up to Bug 27068 - Remove unnecessary check</li>
1521
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29196">[29196]</a> Follow-up to Bug 27068 - Remove unnecessary check</li>
1522
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30742">[30742]</a> Confusion when placing hold on record with no items available because of not for loan</li>
1522
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30742">[30742]</a> Confusion when placing hold on record with no items available because of not for loan</li>
1523
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30794">[30794]</a> 'Default checkout, hold and return policy' overrides Unlimited holds in 'Default checkout, hold policy by patron category'</li>
1523
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30794">[30794]</a> 'Default checkout, hold and return policy' overrides Unlimited holds in 'Default checkout, hold policy by patron category'</li>
1524
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30892">[30892]</a> Holds not getting placed</li>
1524
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30892">[30892]</a> Holds not getting placed</li>
1525
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30960">[30960]</a> Koha lets you place item-level holds without a pick-up place</li>
1525
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30960">[30960]</a> Koha lets you place item-level holds without a pick-up place</li>
1526
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31355">[31355]</a> Specific item holds table on OPAC only showing 10 items</li>
1526
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31355">[31355]</a> Specific item holds table on OPAC only showing 10 items</li>
1527
</ul>
1527
</ul>
1528
1528
1529
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1529
<h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1530
1530
1531
<ul>
1531
<ul>
1532
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30539">[30539]</a> Koha upgrade error "Column 'claimed_on' cannot be null"</p>
1532
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30539">[30539]</a> Koha upgrade error "Column 'claimed_on' cannot be null"</p>
1533
1533
1534
<blockquote>
1534
<blockquote>
1535
  <p>This fixes an upgrade error that could result in data loss when upgrading from earlier releases to 20.05 (and later releases). It results in the claim_dates for orders being replaced with the date the upgrade was run. (This was caused by an error in the database update for bug 24161 - Add ability to track the claim dates of later orders.)</p>
1535
  <p>This fixes an upgrade error that could result in data loss when upgrading from earlier releases to 20.05 (and later releases). It results in the claim_dates for orders being replaced with the date the upgrade was run. (This was caused by an error in the database update for bug 24161 - Add ability to track the claim dates of later orders.)</p>
1536
</blockquote></li>
1536
</blockquote></li>
1537
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31673">[31673]</a> DB update of bug 31086 fails: Cannot change column 'branchcode': used in a foreign key constraint</li>
1537
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31673">[31673]</a> DB update of bug 31086 fails: Cannot change column 'branchcode': used in a foreign key constraint</li>
1538
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32110">[32110]</a> Duplicated additional content entries on DBRev 210600016</li>
1538
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32110">[32110]</a> Duplicated additional content entries on DBRev 210600016</li>
1539
</ul>
1539
</ul>
1540
1540
1541
<h3 id="lists">Lists</h3>
1541
<h3 id="lists">Lists</h3>
1542
1542
1543
<ul>
1543
<ul>
1544
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30925">[30925]</a> Creating public list by adding items to new list creates a private list</li>
1544
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30925">[30925]</a> Creating public list by adding items to new list creates a private list</li>
1545
</ul>
1545
</ul>
1546
1546
1547
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1547
<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1548
1548
1549
<ul>
1549
<ul>
1550
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29001">[29001]</a> Subfields attributes are not preserved when order is changed in framework</li>
1550
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29001">[29001]</a> Subfields attributes are not preserved when order is changed in framework</li>
1551
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31238">[31238]</a> Unable to save authorised value to frameworks subfields</p>
1551
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31238">[31238]</a> Unable to save authorised value to frameworks subfields</p>
1552
1552
1553
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1553
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1554
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31526">[31526]</a> Diff view on manage staged imports page is broken</li>
1554
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31526">[31526]</a> Diff view on manage staged imports page is broken</li>
1555
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31869">[31869]</a> Unable to save thesaurus value to frameworks subfields</li>
1555
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31869">[31869]</a> Unable to save thesaurus value to frameworks subfields</li>
1556
</ul>
1556
</ul>
1557
1557
1558
<h3 id="opac">OPAC</h3>
1558
<h3 id="opac">OPAC</h3>
1559
1559
1560
<ul>
1560
<ul>
1561
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29782">[29782]</a> Additional contents: Fix handling records without title or content</li>
1561
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29782">[29782]</a> Additional contents: Fix handling records without title or content</li>
1562
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31303">[31303]</a> Fatal error when viewing OPAC user account with waiting holds</li>
1562
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31303">[31303]</a> Fatal error when viewing OPAC user account with waiting holds</li>
1563
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32114">[32114]</a> Template error in OPAC search results RSS</li>
1563
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32114">[32114]</a> Template error in OPAC search results RSS</li>
1564
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32185">[32185]</a> Template error in opac-reserve.pl</li>
1564
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32185">[32185]</a> Template error in opac-reserve.pl</li>
1565
</ul>
1565
</ul>
1566
1566
1567
<h3 id="packaging">Packaging</h3>
1567
<h3 id="packaging">Packaging</h3>
1568
1568
1569
<ul>
1569
<ul>
1570
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31499">[31499]</a> Add libhttp-tiny-perl 0.076 dependency for ES7</li>
1570
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31499">[31499]</a> Add libhttp-tiny-perl 0.076 dependency for ES7</li>
1571
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31588">[31588]</a> Update cpanfile for new OpenAPI versions</li>
1571
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31588">[31588]</a> Update cpanfile for new OpenAPI versions</li>
1572
</ul>
1572
</ul>
1573
1573
1574
<h3 id="patrons">Patrons</h3>
1574
<h3 id="patrons">Patrons</h3>
1575
1575
1576
<ul>
1576
<ul>
1577
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30868">[30868]</a> Modifying a patron - page not found error after fixing validation errors where the message is displayed at the top of the page</p>
1577
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30868">[30868]</a> Modifying a patron - page not found error after fixing validation errors where the message is displayed at the top of the page</p>
1578
1578
1579
<blockquote>
1579
<blockquote>
1580
  <p>This fixes a page not found error message generated after fixing validation errors when editing a patron (where the validation/error message is shown at the top of the page - below the patron name, but before the Save and Cancel buttons). (This was introduced by bug 29684: Fix warn about js/locale_data.js in 22.05.)</p>
1580
  <p>This fixes a page not found error message generated after fixing validation errors when editing a patron (where the validation/error message is shown at the top of the page - below the patron name, but before the Save and Cancel buttons). (This was introduced by bug 29684: Fix warn about js/locale_data.js in 22.05.)</p>
1581
</blockquote></li>
1581
</blockquote></li>
1582
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31005">[31005]</a> Cannot edit patrons in other categories if an extended attribute is mandatory and limited to a category</p>
1582
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31005">[31005]</a> Cannot edit patrons in other categories if an extended attribute is mandatory and limited to a category</p>
1583
1583
1584
<blockquote>
1584
<blockquote>
1585
  <p>This fixes an error when a mandatory patron attribute limited to a specific patron category was causing a '500 error' when editing a patron not in that category.</p>
1585
  <p>This fixes an error when a mandatory patron attribute limited to a specific patron category was causing a '500 error' when editing a patron not in that category.</p>
1586
</blockquote></li>
1586
</blockquote></li>
1587
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31421">[31421]</a> Library limitation on patron category breaks patron search</li>
1587
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31421">[31421]</a> Library limitation on patron category breaks patron search</li>
1588
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31497">[31497]</a> Quick add: mandatory fields save as empty when not filled in before first save attempt</li>
1588
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31497">[31497]</a> Quick add: mandatory fields save as empty when not filled in before first save attempt</li>
1589
</ul>
1589
</ul>
1590
1590
1591
<h3 id="restapi">REST API</h3>
1591
<h3 id="restapi">REST API</h3>
1592
1592
1593
<ul>
1593
<ul>
1594
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30677">[30677]</a> Unknown column 'biblioitem.title' in 'where clause' 500 error in API /api/v1/acquisitions/orders</li>
1594
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30677">[30677]</a> Unknown column 'biblioitem.title' in 'where clause' 500 error in API /api/v1/acquisitions/orders</li>
1595
</ul>
1595
</ul>
1596
1596
1597
<h3 id="searching">Searching</h3>
1597
<h3 id="searching">Searching</h3>
1598
1598
1599
<ul>
1599
<ul>
1600
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26247">[26247]</a> Search terms retained in header search creates UX inconsistency</p>
1600
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26247">[26247]</a> Search terms retained in header search creates UX inconsistency</p>
1601
1601
1602
<blockquote>
1602
<blockquote>
1603
  <p>This fixes usability and consistency issues with the staff interface search header. Retaining or clearing search terms between searches is now configurable using two new system preferences - RetainCatalogSearchTerms (for searching the catalog) and RetainPatronsSearchTerms (for check out and searching patrons). Previously, search terms were retained when 1) searching the catalog and then switching to check out, check in, or renew 2) searching  from the check out or search patrons and then switching to check in, renew and search catalog. This then required manually clearing the input field.</p>
1603
  <p>This fixes usability and consistency issues with the staff interface search header. Retaining or clearing search terms between searches is now configurable using two new system preferences - RetainCatalogSearchTerms (for searching the catalog) and RetainPatronsSearchTerms (for check out and searching patrons). Previously, search terms were retained when 1) searching the catalog and then switching to check out, check in, or renew 2) searching  from the check out or search patrons and then switching to check in, renew and search catalog. This then required manually clearing the input field.</p>
Lines 1607-1618 have already been fixed in maintainance releases)</p> Link Here
1607
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1607
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1608
1608
1609
<ul>
1609
<ul>
1610
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30883">[30883]</a> Authorities merge is limited to 100 biblio with Elasticsearch</p>
1610
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30883">[30883]</a> Authorities merge is limited to 100 biblio with Elasticsearch</p>
1611
1611
1612
<blockquote>
1612
<blockquote>
1613
  <p>This fixes the hard-coded limit of 100 when merging authorities (when Elasticsearch is the search engine). When merging authorities where the term is used over 100 times, only the first 100 authorities would be merged and the old term deleted, irrespective of the value set in the AuthorityMergeLimit system preference.</p>
1613
  <p>This fixes the hard-coded limit of 100 when merging authorities (when Elasticsearch is the search engine). When merging authorities where the term is used over 100 times, only the first 100 authorities would be merged and the old term deleted, irrespective of the value set in the AuthorityMergeLimit system preference.</p>
1614
</blockquote></li>
1614
</blockquote></li>
1615
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31076">[31076]</a> Bug 22605 breaks date of publication range search</p>
1615
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31076">[31076]</a> Bug 22605 breaks date of publication range search</p>
1616
1616
1617
<blockquote>
1617
<blockquote>
1618
  <p>This fixes the date of publication range searching in the staff interface when using Elasticsearch. It was working in the OPAC, but not the staff interface - caused by a regression from Bug 22605 introduced in Koha 22.05. For example: a search for 2005-2010 in the staff interface advanced search will now display the same results as the OPAC.</p>
1618
  <p>This fixes the date of publication range searching in the staff interface when using Elasticsearch. It was working in the OPAC, but not the staff interface - caused by a regression from Bug 22605 introduced in Koha 22.05. For example: a search for 2005-2010 in the staff interface advanced search will now display the same results as the OPAC.</p>
Lines 1622-1628 have already been fixed in maintainance releases)</p> Link Here
1622
<h3 id="searching-zebra">Searching - Zebra</h3>
1622
<h3 id="searching-zebra">Searching - Zebra</h3>
1623
1623
1624
<ul>
1624
<ul>
1625
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31106">[31106]</a> Error searching for analytics in detail view</p>
1625
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31106">[31106]</a> Error searching for analytics in detail view</p>
1626
1626
1627
<p><strong>Sponsored by</strong> <em>Theke Solutions</em></p>
1627
<p><strong>Sponsored by</strong> <em>Theke Solutions</em></p>
1628
1628
Lines 1646-1668 have already been fixed in maintainance releases)</p> Link Here
1646
<h3 id="staffinterface">Staff interface</h3>
1646
<h3 id="staffinterface">Staff interface</h3>
1647
1647
1648
<ul>
1648
<ul>
1649
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31138">[31138]</a> DataTables is not raising error to the end user</li>
1649
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31138">[31138]</a> DataTables is not raising error to the end user</li>
1650
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31749">[31749]</a> Detail view broken</li>
1650
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31749">[31749]</a> Detail view broken</li>
1651
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31819">[31819]</a> Formatting of item form in acq when ordering is broken</li>
1651
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31819">[31819]</a> Formatting of item form in acq when ordering is broken</li>
1652
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31936">[31936]</a> Link to advanced search form in acquisitions is missing</li>
1652
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31936">[31936]</a> Link to advanced search form in acquisitions is missing</li>
1653
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32035">[32035]</a> "Koha" less prominent in new staff interface</p>
1653
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32035">[32035]</a> "Koha" less prominent in new staff interface</p>
1654
1654
1655
<blockquote>
1655
<blockquote>
1656
  <p>This adds "Koha" in front of the version number on the staff interface home page and links it to Koha Community website.</p>
1656
  <p>This adds "Koha" in front of the version number on the staff interface home page and links it to Koha Community website.</p>
1657
</blockquote></li>
1657
</blockquote></li>
1658
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32046">[32046]</a> When adding a new records from a staged files, there are style issues</li>
1658
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32046">[32046]</a> When adding a new records from a staged files, there are style issues</li>
1659
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32172">[32172]</a> Random biblionumber passed when clicking 'Z3950  SRU/Search' from the search results in staff client</li>
1659
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32172">[32172]</a> Random biblionumber passed when clicking 'Z3950  SRU/Search' from the search results in staff client</li>
1660
</ul>
1660
</ul>
1661
1661
1662
<h3 id="systemadministration">System Administration</h3>
1662
<h3 id="systemadministration">System Administration</h3>
1663
1663
1664
<ul>
1664
<ul>
1665
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29951">[29951]</a> Cannot add splitting rule to classification sources</p>
1665
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29951">[29951]</a> Cannot add splitting rule to classification sources</p>
1666
1666
1667
<blockquote>
1667
<blockquote>
1668
  <p>This fixes an error* that was displayed when adding a splitting rule to classifications sources (Administration > Catalog > Classification configuration). </p>
1668
  <p>This fixes an error* that was displayed when adding a splitting rule to classifications sources (Administration > Catalog > Classification configuration). </p>
Lines 1671-1707 have already been fixed in maintainance releases)</p> Link Here
1671
  <li>Clicking 'Add a splitting rule' generates an error page starting "Can't locate object method "subclasses" via package "C4::ClassSplitRoutine" at /kohadevbox/koha/C4/ClassSplitRoutine.pm line 53".</li>
1671
  <li>Clicking 'Add a splitting rule' generates an error page starting "Can't locate object method "subclasses" via package "C4::ClassSplitRoutine" at /kohadevbox/koha/C4/ClassSplitRoutine.pm line 53".</li>
1672
  </ul>
1672
  </ul>
1673
</blockquote></li>
1673
</blockquote></li>
1674
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31364">[31364]</a> Saving multi-select system preference don't save when all checks are removed</li>
1674
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31364">[31364]</a> Saving multi-select system preference don't save when all checks are removed</li>
1675
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31422">[31422]</a> Library limitations might cause data loss when editing patrons</li>
1675
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31422">[31422]</a> Library limitations might cause data loss when editing patrons</li>
1676
</ul>
1676
</ul>
1677
1677
1678
<h3 id="templates">Templates</h3>
1678
<h3 id="templates">Templates</h3>
1679
1679
1680
<ul>
1680
<ul>
1681
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31558">[31558]</a> Upgrade of TinyMCE broke image drag and drop</li>
1681
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31558">[31558]</a> Upgrade of TinyMCE broke image drag and drop</li>
1682
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32212">[32212]</a> Add separate Bootstrap 4 node module for the OPAC</li>
1682
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32212">[32212]</a> Add separate Bootstrap 4 node module for the OPAC</li>
1683
</ul>
1683
</ul>
1684
1684
1685
<h3 id="testsuite">Test Suite</h3>
1685
<h3 id="testsuite">Test Suite</h3>
1686
1686
1687
<ul>
1687
<ul>
1688
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31108">[31108]</a> rename ./t/00-check-atomic-updates.pl extension to *.t</li>
1688
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31108">[31108]</a> rename ./t/00-check-atomic-updates.pl extension to *.t</li>
1689
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31992">[31992]</a> t::lib::Mocks::Zebra still using old stage for import page</li>
1689
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31992">[31992]</a> t::lib::Mocks::Zebra still using old stage for import page</li>
1690
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32010">[32010]</a> selenium/authentication_2fa.t is failing randomly</li>
1690
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32010">[32010]</a> selenium/authentication_2fa.t is failing randomly</li>
1691
</ul>
1691
</ul>
1692
1692
1693
<h3 id="tools">Tools</h3>
1693
<h3 id="tools">Tools</h3>
1694
1694
1695
<ul>
1695
<ul>
1696
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29828">[29828]</a> If no content is added to default, but a translation, news/additional content entries don't show in list</li>
1696
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29828">[29828]</a> If no content is added to default, but a translation, news/additional content entries don't show in list</li>
1697
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30831">[30831]</a> Add unit test for BatchCommitItems</li>
1697
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30831">[30831]</a> Add unit test for BatchCommitItems</li>
1698
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30884">[30884]</a> Incomplete replace of jQuery UI tabs in batch patron modification breaks the form sending</li>
1698
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30884">[30884]</a> Incomplete replace of jQuery UI tabs in batch patron modification breaks the form sending</li>
1699
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30889">[30889]</a> Background jobs lead to wrong/missing info in logs</li>
1699
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30889">[30889]</a> Background jobs lead to wrong/missing info in logs</li>
1700
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30972">[30972]</a> "Replace existing covers" checkbox replaces ALL local covers for a biblio, not only the specific item's covers</li>
1700
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30972">[30972]</a> "Replace existing covers" checkbox replaces ALL local covers for a biblio, not only the specific item's covers</li>
1701
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31154">[31154]</a> Batch item modification fails when "Use default values" is checked</p>
1701
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31154">[31154]</a> Batch item modification fails when "Use default values" is checked</p>
1702
1702
1703
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1703
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1704
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31782">[31782]</a> Patron autocomplete broken when using js/autocomplete/patrons.js</li>
1704
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31782">[31782]</a> Patron autocomplete broken when using js/autocomplete/patrons.js</li>
1705
</ul>
1705
</ul>
1706
1706
1707
<h2 id="securitybugs">Security bugs</h2>
1707
<h2 id="securitybugs">Security bugs</h2>
Lines 1709-1717 have already been fixed in maintainance releases)</p> Link Here
1709
<h3 id="koha">Koha</h3>
1709
<h3 id="koha">Koha</h3>
1710
1710
1711
<ul>
1711
<ul>
1712
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28739">[28739]</a> Objects in notices should restrict  the methods that can be called</li>
1712
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28739">[28739]</a> Objects in notices should restrict  the methods that can be called</li>
1713
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30969">[30969]</a> Cross site scripting (XSS) attack in OPAC authority search ( opac-authorities-home.pl )</li>
1713
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30969">[30969]</a> Cross site scripting (XSS) attack in OPAC authority search ( opac-authorities-home.pl )</li>
1714
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31219">[31219]</a> Patron attribute types not cleaned/checked</li>
1714
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31219">[31219]</a> Patron attribute types not cleaned/checked</li>
1715
</ul>
1715
</ul>
1716
1716
1717
<h2 id="otherbugsfixed">Other bugs fixed</h2>
1717
<h2 id="otherbugsfixed">Other bugs fixed</h2>
Lines 1722-1728 have already been fixed in maintainance releases)</p> Link Here
1722
<h3 id="acquisitions">Acquisitions</h3>
1722
<h3 id="acquisitions">Acquisitions</h3>
1723
1723
1724
<ul>
1724
<ul>
1725
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13614">[13614]</a> Replace usage of YUI on basket groups page</p>
1725
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13614">[13614]</a> Replace usage of YUI on basket groups page</p>
1726
1726
1727
<blockquote>
1727
<blockquote>
1728
  <p>This enhancement:</p>
1728
  <p>This enhancement:</p>
Lines 1736-1912 have already been fixed in maintainance releases)</p> Link Here
1736
  
1736
  
1737
  <p>The basket group form is now in one column and ungrouped baskets in another. Baskets are listed in sortable tables, and using 'Add to group' and 'Remove' buttons lets you add and remove baskets from the group.</p>
1737
  <p>The basket group form is now in one column and ungrouped baskets in another. Baskets are listed in sortable tables, and using 'Add to group' and 'Remove' buttons lets you add and remove baskets from the group.</p>
1738
</blockquote></li>
1738
</blockquote></li>
1739
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23202">[23202]</a> Problems when adding multiple items to an order in acquisitions</li>
1739
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23202">[23202]</a> Problems when adding multiple items to an order in acquisitions</li>
1740
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27017">[27017]</a> Add further defensive coding to EDI Invoice handling</li>
1740
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27017">[27017]</a> Add further defensive coding to EDI Invoice handling</li>
1741
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27550">[27550]</a> "Duplicate budget" does not keep users associated with the funds</p>
1741
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27550">[27550]</a> "Duplicate budget" does not keep users associated with the funds</p>
1742
1742
1743
<blockquote>
1743
<blockquote>
1744
  <p>Users linked to funds in acquisitions will now be kept when a budget and fund structure is duplicated.</p>
1744
  <p>Users linked to funds in acquisitions will now be kept when a budget and fund structure is duplicated.</p>
1745
</blockquote></li>
1745
</blockquote></li>
1746
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29554">[29554]</a> neworderempty.pl may create records with biblioitems.itemtype NULL</li>
1746
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29554">[29554]</a> neworderempty.pl may create records with biblioitems.itemtype NULL</li>
1747
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29607">[29607]</a> addorderiso2709: The stored discount when importing an order from a file is invalid</p>
1747
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29607">[29607]</a> addorderiso2709: The stored discount when importing an order from a file is invalid</p>
1748
1748
1749
<blockquote>
1749
<blockquote>
1750
  <p>This fixes how the discount amount for an order is stored and shown when an order is added to a basket using "From staged MARC records". The discount amount was incorrectly stored in the database and shown incorrectly when modifying the order (for example, a 25% discount shown as 0.2500 in the database and .25% on the form). This would result in the order amount changing when modifying an order.</p>
1750
  <p>This fixes how the discount amount for an order is stored and shown when an order is added to a basket using "From staged MARC records". The discount amount was incorrectly stored in the database and shown incorrectly when modifying the order (for example, a 25% discount shown as 0.2500 in the database and .25% on the form). This would result in the order amount changing when modifying an order.</p>
1751
</blockquote></li>
1751
</blockquote></li>
1752
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29658">[29658]</a> Crash on cancelling cancelled order</li>
1752
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29658">[29658]</a> Crash on cancelling cancelled order</li>
1753
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29961">[29961]</a> Horizontal scroll bar in acquisition z39.50 search should always show</li>
1753
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29961">[29961]</a> Horizontal scroll bar in acquisition z39.50 search should always show</li>
1754
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30268">[30268]</a> When creating an order from a staged file, mandatory item subfields that are empty do not block form submission</li>
1754
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30268">[30268]</a> When creating an order from a staged file, mandatory item subfields that are empty do not block form submission</li>
1755
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30359">[30359]</a> GetBudgetHierarchy is slow on order receive page</p>
1755
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30359">[30359]</a> GetBudgetHierarchy is slow on order receive page</p>
1756
1756
1757
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1757
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1758
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30658">[30658]</a> (Bug 29496 follow-up) CheckMandatorySubfields don't  work properly with select field in serials-edit.tt for Supplemental issue</li>
1758
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30658">[30658]</a> (Bug 29496 follow-up) CheckMandatorySubfields don't  work properly with select field in serials-edit.tt for Supplemental issue</li>
1759
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30938">[30938]</a> Fix column configuration to the acquisitions home page</p>
1759
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30938">[30938]</a> Fix column configuration to the acquisitions home page</p>
1760
1760
1761
<blockquote>
1761
<blockquote>
1762
  <p>This fixes the acquisitions home page to show the column configuration button.</p>
1762
  <p>This fixes the acquisitions home page to show the column configuration button.</p>
1763
</blockquote></li>
1763
</blockquote></li>
1764
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31054">[31054]</a> Manual importing for EDIFACT invoices fails with a 500 error page</li>
1764
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31054">[31054]</a> Manual importing for EDIFACT invoices fails with a 500 error page</li>
1765
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31144">[31144]</a> When modifying an order we should not load the vendor default discount</li>
1765
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31144">[31144]</a> When modifying an order we should not load the vendor default discount</li>
1766
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31367">[31367]</a> Display of sub-funds does not include totals of sub-sub-funds on acquisitions home page</li>
1766
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31367">[31367]</a> Display of sub-funds does not include totals of sub-sub-funds on acquisitions home page</li>
1767
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31587">[31587]</a> Basket not accessible from ACQORDER notice</p>
1767
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31587">[31587]</a> Basket not accessible from ACQORDER notice</p>
1768
1768
1769
<blockquote>
1769
<blockquote>
1770
  <p>This makes sure that the basket object is passed to the ACQORDER notice in order to allow adding information about the basket and the order lines within it.</p>
1770
  <p>This makes sure that the basket object is passed to the ACQORDER notice in order to allow adding information about the basket and the order lines within it.</p>
1771
</blockquote></li>
1771
</blockquote></li>
1772
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31649">[31649]</a> Acquisition basket CSV export fails if biblio does not exist</li>
1772
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31649">[31649]</a> Acquisition basket CSV export fails if biblio does not exist</li>
1773
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31711">[31711]</a> When creating order lines "From a new file" you are no longer redirected to acq after import</li>
1773
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31711">[31711]</a> When creating order lines "From a new file" you are no longer redirected to acq after import</li>
1774
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31840">[31840]</a> Incorrect warning that order total amount exceeds allowed budget when editing existing order</p>
1774
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31840">[31840]</a> Incorrect warning that order total amount exceeds allowed budget when editing existing order</p>
1775
1775
1776
<p><strong>Sponsored by</strong> <em>Waikato Institute of Technology</em></p>
1776
<p><strong>Sponsored by</strong> <em>Waikato Institute of Technology</em></p>
1777
1777
1778
<blockquote>
1778
<blockquote>
1779
  <p>This patch deducts the current cost of an order if modifying it, so that the current cost isn't counted when checking whether the updated cost will take the order total amount above the allowed budget.</p>
1779
  <p>This patch deducts the current cost of an order if modifying it, so that the current cost isn't counted when checking whether the updated cost will take the order total amount above the allowed budget.</p>
1780
</blockquote></li>
1780
</blockquote></li>
1781
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32016">[32016]</a> Fix 'clear filter' button behavior on datatable saving their state</li>
1781
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32016">[32016]</a> Fix 'clear filter' button behavior on datatable saving their state</li>
1782
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32076">[32076]</a> Form for editing a basket group is misaligned</li>
1782
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32076">[32076]</a> Form for editing a basket group is misaligned</li>
1783
</ul>
1783
</ul>
1784
1784
1785
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1785
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1786
1786
1787
<ul>
1787
<ul>
1788
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12758">[12758]</a> Failure when loading or parsing XSLT stylesheets over HTTPS</li>
1788
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12758">[12758]</a> Failure when loading or parsing XSLT stylesheets over HTTPS</li>
1789
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20457">[20457]</a> Overdue and pre-overdue cronjobs not skipping phone notices</li>
1789
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20457">[20457]</a> Overdue and pre-overdue cronjobs not skipping phone notices</li>
1790
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25716">[25716]</a> Add ability to specify additional options in koha-conf.xml for z3950_responder.pl when using koha-z3950-responder</li>
1790
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25716">[25716]</a> Add ability to specify additional options in koha-conf.xml for z3950_responder.pl when using koha-z3950-responder</li>
1791
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26648">[26648]</a> Prevent internal server error if item attached to old checkout has been removed</li>
1791
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26648">[26648]</a> Prevent internal server error if item attached to old checkout has been removed</li>
1792
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27259">[27259]</a> HomeOrHoldingBranch is not used in all places</li>
1792
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27259">[27259]</a> HomeOrHoldingBranch is not used in all places</li>
1793
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27849">[27849]</a> Koha::Token may access undefined C4::Context->userenv</li>
1793
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27849">[27849]</a> Koha::Token may access undefined C4::Context->userenv</li>
1794
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28167">[28167]</a> A warning when setting which library to use in intranet and UseCashRegisters is disabled</li>
1794
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28167">[28167]</a> A warning when setting which library to use in intranet and UseCashRegisters is disabled</li>
1795
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28375">[28375]</a> Inefficiencies in fetching COinS</li>
1795
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28375">[28375]</a> Inefficiencies in fetching COinS</li>
1796
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29184">[29184]</a> Warn from chargelostitem when no replacement cost set for item</li>
1796
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29184">[29184]</a> Warn from chargelostitem when no replacement cost set for item</li>
1797
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29871">[29871]</a> Remove marcflavour param in Koha::Biblio->get_marc_notes</li>
1797
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29871">[29871]</a> Remove marcflavour param in Koha::Biblio->get_marc_notes</li>
1798
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30262">[30262]</a> opac/tracklinks.pl inconsistent with GetMarcUrls for whitespace</li>
1798
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30262">[30262]</a> opac/tracklinks.pl inconsistent with GetMarcUrls for whitespace</li>
1799
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30399">[30399]</a> Patron.t fails when there is a patron attribute that is mandatory</li>
1799
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30399">[30399]</a> Patron.t fails when there is a patron attribute that is mandatory</li>
1800
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30409">[30409]</a> barcodedecode() should always trim barcode</li>
1800
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30409">[30409]</a> barcodedecode() should always trim barcode</li>
1801
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30468">[30468]</a> koha-mysql does not honor Koha's timezone setting</li>
1801
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30468">[30468]</a> koha-mysql does not honor Koha's timezone setting</li>
1802
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30731">[30731]</a> Noise from about script coming from Test::MockTime (or other CPAN modules)</li>
1802
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30731">[30731]</a> Noise from about script coming from Test::MockTime (or other CPAN modules)</li>
1803
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30744">[30744]</a> Use RecordProcessor in get_marc_notes to ensure non-public notes do not leak</li>
1803
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30744">[30744]</a> Use RecordProcessor in get_marc_notes to ensure non-public notes do not leak</li>
1804
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30813">[30813]</a> Refactor TransformMarcToKoha to remove TransformMarcToKohaOneField</li>
1804
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30813">[30813]</a> Refactor TransformMarcToKoha to remove TransformMarcToKohaOneField</li>
1805
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30822">[30822]</a> BatchCommit does not deal with indexation correctly</li>
1805
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30822">[30822]</a> BatchCommit does not deal with indexation correctly</li>
1806
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30823">[30823]</a> Recalls should use 'FILL' in action logs</p>
1806
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30823">[30823]</a> Recalls should use 'FILL' in action logs</p>
1807
1807
1808
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1808
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1809
1809
1810
<blockquote>
1810
<blockquote>
1811
  <p>This enhancement changes recall fulfillment actions to log with the FILL action, same as holds. It will also update existing recalls FULFILL actions in the database to use the FILL action.</p>
1811
  <p>This enhancement changes recall fulfillment actions to log with the FILL action, same as holds. It will also update existing recalls FULFILL actions in the database to use the FILL action.</p>
1812
</blockquote></li>
1812
</blockquote></li>
1813
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30824">[30824]</a> Improve performance of BatchCommitItems</li>
1813
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30824">[30824]</a> Improve performance of BatchCommitItems</li>
1814
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30954">[30954]</a> includes/background_jobs_update_elastic_index.inc  must be removed</li>
1814
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30954">[30954]</a> includes/background_jobs_update_elastic_index.inc  must be removed</li>
1815
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30974">[30974]</a> Job size not correct for indexing jobs</li>
1815
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30974">[30974]</a> Job size not correct for indexing jobs</li>
1816
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30984">[30984]</a> Action logs should log the cronjob script name that generated the given log</li>
1816
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30984">[30984]</a> Action logs should log the cronjob script name that generated the given log</li>
1817
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31053">[31053]</a> Add Context module to Koha/Encryption</li>
1817
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31053">[31053]</a> Add Context module to Koha/Encryption</li>
1818
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31058">[31058]</a> Bad import in auto_unsuspend_holds</li>
1818
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31058">[31058]</a> Bad import in auto_unsuspend_holds</li>
1819
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31145">[31145]</a> Add some defaults for acquisitions in TestBuilder</li>
1819
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31145">[31145]</a> Add some defaults for acquisitions in TestBuilder</li>
1820
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31177">[31177]</a> Misplaced import in C4::ILSDI::Services</li>
1820
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31177">[31177]</a> Misplaced import in C4::ILSDI::Services</li>
1821
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31196">[31196]</a> Key "default_value_for_mod_marc-" cleared from cache but not set anymore</li>
1821
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31196">[31196]</a> Key "default_value_for_mod_marc-" cleared from cache but not set anymore</li>
1822
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31222">[31222]</a> DBIC queries for batch mod can be very large</li>
1822
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31222">[31222]</a> DBIC queries for batch mod can be very large</li>
1823
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31288">[31288]</a> Check userenv in ->disown_or_delete</li>
1823
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31288">[31288]</a> Check userenv in ->disown_or_delete</li>
1824
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31305">[31305]</a> Useless "type" parameter passed in detail.tt</li>
1824
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31305">[31305]</a> Useless "type" parameter passed in detail.tt</li>
1825
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31307">[31307]</a> already_reserved never used in opac/opac-reserve.pl</li>
1825
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31307">[31307]</a> already_reserved never used in opac/opac-reserve.pl</li>
1826
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31390">[31390]</a> Remove noisy warns in C4::Templates</li>
1826
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31390">[31390]</a> Remove noisy warns in C4::Templates</li>
1827
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31441">[31441]</a> Koha::Item::as_marc_field ignores subfields where kohafield is an empty string</li>
1827
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31441">[31441]</a> Koha::Item::as_marc_field ignores subfields where kohafield is an empty string</li>
1828
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31468">[31468]</a> Koha::Logger should prefix interface with 'plack'</li>
1828
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31468">[31468]</a> Koha::Logger should prefix interface with 'plack'</li>
1829
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31469">[31469]</a> log4perl.conf: Plack logfiles need %n in conversionpattern</li>
1829
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31469">[31469]</a> log4perl.conf: Plack logfiles need %n in conversionpattern</li>
1830
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31473">[31473]</a> Test about bad OpacHiddenItems conf fragile</li>
1830
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31473">[31473]</a> Test about bad OpacHiddenItems conf fragile</li>
1831
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31535">[31535]</a> Fix a staff warn or two</li>
1831
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31535">[31535]</a> Fix a staff warn or two</li>
1832
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31842">[31842]</a> admin/branches: DT search generates js error on col.data.split</li>
1832
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31842">[31842]</a> admin/branches: DT search generates js error on col.data.split</li>
1833
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31871">[31871]</a> Due date not shown on items tab</li>
1833
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31871">[31871]</a> Due date not shown on items tab</li>
1834
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31873">[31873]</a> Can't call method "safe_delete" on an undefined value at cataloguing/additem.pl</li>
1834
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31873">[31873]</a> Can't call method "safe_delete" on an undefined value at cataloguing/additem.pl</li>
1835
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31889">[31889]</a> Insert 952 tags in correct order when embedding items</li>
1835
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31889">[31889]</a> Insert 952 tags in correct order when embedding items</li>
1836
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31920">[31920]</a> Unit test t/db_dependent/Holds.t leaves behind database cruft</li>
1836
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31920">[31920]</a> Unit test t/db_dependent/Holds.t leaves behind database cruft</li>
1837
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32151">[32151]</a> [WARN] Use of uninitialized value in numeric ne (!=) at C4/Ris.pm line 834.</li>
1837
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32151">[32151]</a> [WARN] Use of uninitialized value in numeric ne (!=) at C4/Ris.pm line 834.</li>
1838
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32154">[32154]</a> Missing primary key on erm_user_roles table</li>
1838
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32154">[32154]</a> Missing primary key on erm_user_roles table</li>
1839
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32161">[32161]</a> ErmEholdingsPackagesAgreement has wrong koha_object_class</li>
1839
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32161">[32161]</a> ErmEholdingsPackagesAgreement has wrong koha_object_class</li>
1840
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32162">[32162]</a> erm_eholdings_packages_agreements does not have a primary key</li>
1840
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32162">[32162]</a> erm_eholdings_packages_agreements does not have a primary key</li>
1841
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32163">[32163]</a> ErmUserRole has wrong koha_object[s]_class</li>
1841
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32163">[32163]</a> ErmUserRole has wrong koha_object[s]_class</li>
1842
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32223">[32223]</a> package.json script paths too specific</li>
1842
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32223">[32223]</a> package.json script paths too specific</li>
1843
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32224">[32224]</a> Add cypress and prettier to the yarn commands</li>
1843
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32224">[32224]</a> Add cypress and prettier to the yarn commands</li>
1844
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32248">[32248]</a> t/00-checkdatabase-version.t should be removed</li>
1844
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32248">[32248]</a> t/00-checkdatabase-version.t should be removed</li>
1845
</ul>
1845
</ul>
1846
1846
1847
<h3 id="authentication">Authentication</h3>
1847
<h3 id="authentication">Authentication</h3>
1848
1848
1849
<ul>
1849
<ul>
1850
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30842">[30842]</a> Two-factor  authentication code should be valid longer</p>
1850
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30842">[30842]</a> Two-factor  authentication code should be valid longer</p>
1851
1851
1852
<blockquote>
1852
<blockquote>
1853
  <p>This extends the time a two-factor authentication code is valid for, in case it is not entered quickly enough. (Example: wait for the code to change, then enter the previous code - this should still work, but will not work when the code changes again.)</p>
1853
  <p>This extends the time a two-factor authentication code is valid for, in case it is not entered quickly enough. (Example: wait for the code to change, then enter the previous code - this should still work, but will not work when the code changes again.)</p>
1854
</blockquote></li>
1854
</blockquote></li>
1855
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32066">[32066]</a> 2FA: User could get stuck temporarily on login screen when disabling pref</li>
1855
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32066">[32066]</a> 2FA: User could get stuck temporarily on login screen when disabling pref</li>
1856
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32138">[32138]</a> OIDC client uses backwards default mapping</li>
1856
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32138">[32138]</a> OIDC client uses backwards default mapping</li>
1857
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32139">[32139]</a> "Update on login" setting not set when creating domain from new IdP page</li>
1857
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32139">[32139]</a> "Update on login" setting not set when creating domain from new IdP page</li>
1858
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32141">[32141]</a> New and edit identity provider UIs inconsistent</li>
1858
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32141">[32141]</a> New and edit identity provider UIs inconsistent</li>
1859
</ul>
1859
</ul>
1860
1860
1861
<h3 id="cataloging">Cataloging</h3>
1861
<h3 id="cataloging">Cataloging</h3>
1862
1862
1863
<ul>
1863
<ul>
1864
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25387">[25387]</a> Avoid merge different type of authorities</li>
1864
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25387">[25387]</a> Avoid merge different type of authorities</li>
1865
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27683">[27683]</a> Bind results of GetAnalyticsCount to the EasyAnalyticalRecords pref</li>
1865
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27683">[27683]</a> Bind results of GetAnalyticsCount to the EasyAnalyticalRecords pref</li>
1866
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29662">[29662]</a> PrefillItem should apply to all subfields when SubfieldsToUseWhenPrefill is null</li>
1866
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29662">[29662]</a> PrefillItem should apply to all subfields when SubfieldsToUseWhenPrefill is null</li>
1867
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30250">[30250]</a> Configure when to apply framework defaults when cataloguing</p>
1867
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30250">[30250]</a> Configure when to apply framework defaults when cataloguing</p>
1868
1868
1869
<p><strong>Sponsored by</strong> <em>Catalyst</em> and <em>Education Services Australia SCIS</em></p>
1869
<p><strong>Sponsored by</strong> <em>Catalyst</em> and <em>Education Services Australia SCIS</em></p>
1870
1870
1871
<blockquote>
1871
<blockquote>
1872
  <p>This patch adds a system preference ApplyFrameworkDefaults to configure when to apply framework defaults - when cataloguing a new record, when editing a record as new (duplicating), or when changing the framework while editing an existing record, or when importing a record. This applies to both bibliographic records and authority records.</p>
1872
  <p>This patch adds a system preference ApplyFrameworkDefaults to configure when to apply framework defaults - when cataloguing a new record, when editing a record as new (duplicating), or when changing the framework while editing an existing record, or when importing a record. This applies to both bibliographic records and authority records.</p>
1873
</blockquote></li>
1873
</blockquote></li>
1874
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30976">[30976]</a> Cover images for biblio should be displayed first</li>
1874
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30976">[30976]</a> Cover images for biblio should be displayed first</li>
1875
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31643">[31643]</a> Link authorities automatically requires ALL cataloging and authorities permissions</li>
1875
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31643">[31643]</a> Link authorities automatically requires ALL cataloging and authorities permissions</li>
1876
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31646">[31646]</a> Focus input by default when clicking on a dropdown field in the cataloguing editor</li>
1876
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31646">[31646]</a> Focus input by default when clicking on a dropdown field in the cataloguing editor</li>
1877
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31682">[31682]</a> Silence warn when using automatic linker in biblio editor</p>
1877
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31682">[31682]</a> Silence warn when using automatic linker in biblio editor</p>
1878
1878
1879
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1879
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1880
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31724">[31724]</a> MARC framework subfield deletion - 'i' added to end of the breadcrumb on confirm deletion page</p>
1880
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31724">[31724]</a> MARC framework subfield deletion - 'i' added to end of the breadcrumb on confirm deletion page</p>
1881
1881
1882
<blockquote>
1882
<blockquote>
1883
  <p>This fixes the breadcrumb when deleting a subfield for a framework. An 'i' was incorrectly added to the end of the breadcrumb on the deletion confirmation page, for example: ... > Confirm deletion of subfield bi</p>
1883
  <p>This fixes the breadcrumb when deleting a subfield for a framework. An 'i' was incorrectly added to the end of the breadcrumb on the deletion confirmation page, for example: ... > Confirm deletion of subfield bi</p>
1884
</blockquote></li>
1884
</blockquote></li>
1885
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31863">[31863]</a> Advanced cataloging editor no longer auto-resizes</li>
1885
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31863">[31863]</a> Advanced cataloging editor no longer auto-resizes</li>
1886
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31876">[31876]</a> Capitalization: Click to Expand this Tag</li>
1886
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31876">[31876]</a> Capitalization: Click to Expand this Tag</li>
1887
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31877">[31877]</a> Capitalization: Delete this Tag and Repeat this Tag</li>
1887
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31877">[31877]</a> Capitalization: Delete this Tag and Repeat this Tag</li>
1888
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31881">[31881]</a> Link in MARC view does not work</li>
1888
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31881">[31881]</a> Link in MARC view does not work</li>
1889
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31987">[31987]</a> Update plugin unimarc_field_110.pl fields</li>
1889
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31987">[31987]</a> Update plugin unimarc_field_110.pl fields</li>
1890
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32188">[32188]</a> Only show template controls above item form if templates have been defined</li>
1890
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32188">[32188]</a> Only show template controls above item form if templates have been defined</li>
1891
</ul>
1891
</ul>
1892
1892
1893
<h3 id="circulation">Circulation</h3>
1893
<h3 id="circulation">Circulation</h3>
1894
1894
1895
<ul>
1895
<ul>
1896
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22115">[22115]</a> Table of checkouts doesn't respect CurrencyFormat setting</li>
1896
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22115">[22115]</a> Table of checkouts doesn't respect CurrencyFormat setting</li>
1897
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25426">[25426]</a> Allow return policy to be selected via syspref and not just home library</p>
1897
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25426">[25426]</a> Allow return policy to be selected via syspref and not just home library</p>
1898
1898
1899
<blockquote>
1899
<blockquote>
1900
  <p>This enhancement adds a new system preference, CircControlReturnsBranch. Previously circulation rules for return policies always used the item's home library. This new preference allows choosing between the item's home library, the item's holding library, and the logged in library when selecting the return policy from the circulation rules.</p>
1900
  <p>This enhancement adds a new system preference, CircControlReturnsBranch. Previously circulation rules for return policies always used the item's home library. This new preference allows choosing between the item's home library, the item's holding library, and the logged in library when selecting the return policy from the circulation rules.</p>
1901
</blockquote></li>
1901
</blockquote></li>
1902
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26626">[26626]</a> When checking in a hold that is not found the X option is 'ignore' and when hold is found it is 'cancel'</li>
1902
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26626">[26626]</a> When checking in a hold that is not found the X option is 'ignore' and when hold is found it is 'cancel'</li>
1903
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29050">[29050]</a> Add punctuation in Unseen Renewals message</p>
1903
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29050">[29050]</a> Add punctuation in Unseen Renewals message</p>
1904
1904
1905
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1905
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1906
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29792">[29792]</a> Transfers created from 'wrong transfer' checkin are not sent if modal is dismissed</li>
1906
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29792">[29792]</a> Transfers created from 'wrong transfer' checkin are not sent if modal is dismissed</li>
1907
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30337">[30337]</a> Holds to pull ( pendingreserves.pl ) ignores holds if priority 1 hold is suspended</li>
1907
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30337">[30337]</a> Holds to pull ( pendingreserves.pl ) ignores holds if priority 1 hold is suspended</li>
1908
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30447">[30447]</a> pendingreserves.pl is checking too many transfers</li>
1908
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30447">[30447]</a> pendingreserves.pl is checking too many transfers</li>
1909
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30755">[30755]</a> auto_too_soon should not be counted as an error in autorenewals</p>
1909
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30755">[30755]</a> auto_too_soon should not be counted as an error in autorenewals</p>
1910
1910
1911
<blockquote>
1911
<blockquote>
1912
  <p>This patch alters the way errors/successes are counted in auto renewals. Prior to this patch, using [% error %] in a template would provide a count of all items not renewed, even if 'too_soon'</p>
1912
  <p>This patch alters the way errors/successes are counted in auto renewals. Prior to this patch, using [% error %] in a template would provide a count of all items not renewed, even if 'too_soon'</p>
Lines 1919-2004 have already been fixed in maintainance releases)</p> Link Here
1919
     [% results.$key %] item(s) were not renewed for reason [% key %]
1919
     [% results.$key %] item(s) were not renewed for reason [% key %]
1920
  [% END %]</p>
1920
  [% END %]</p>
1921
</blockquote></li>
1921
</blockquote></li>
1922
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31080">[31080]</a> Block adding the bundle item to its own bundle</li>
1922
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31080">[31080]</a> Block adding the bundle item to its own bundle</li>
1923
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31083">[31083]</a> Part name (245$p) breaks item bundle detail view</li>
1923
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31083">[31083]</a> Part name (245$p) breaks item bundle detail view</li>
1924
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31085">[31085]</a> The return claims table no longer reloads on resolution</li>
1924
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31085">[31085]</a> The return claims table no longer reloads on resolution</li>
1925
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31087">[31087]</a> Undefined notes in returns claims get stringified to 'null'</li>
1925
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31087">[31087]</a> Undefined notes in returns claims get stringified to 'null'</li>
1926
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31120">[31120]</a> Items will renew for zero ( 0 ) days if renewalperiod is blank/empty value</li>
1926
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31120">[31120]</a> Items will renew for zero ( 0 ) days if renewalperiod is blank/empty value</li>
1927
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31129">[31129]</a> Number of restrictions is always "0" on the "Check out" tab</li>
1927
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31129">[31129]</a> Number of restrictions is always "0" on the "Check out" tab</li>
1928
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31192">[31192]</a> Checking in an unkown barcode causes error</li>
1928
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31192">[31192]</a> Checking in an unkown barcode causes error</li>
1929
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31343">[31343]</a> DataTables error on waitingreserves.tt</li>
1929
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31343">[31343]</a> DataTables error on waitingreserves.tt</li>
1930
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31447">[31447]</a> "Please confirm checkout" message uses patron's home library not holds pick up library</p>
1930
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31447">[31447]</a> "Please confirm checkout" message uses patron's home library not holds pick up library</p>
1931
1931
1932
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1932
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1933
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31728">[31728]</a> Duplicate claims modal template markup</li>
1933
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31728">[31728]</a> Duplicate claims modal template markup</li>
1934
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31903">[31903]</a> Article requests: Edit URLs link missing in the New tab</li>
1934
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31903">[31903]</a> Article requests: Edit URLs link missing in the New tab</li>
1935
</ul>
1935
</ul>
1936
1936
1937
<h3 id="command-lineutilities">Command-line Utilities</h3>
1937
<h3 id="command-lineutilities">Command-line Utilities</h3>
1938
1938
1939
<ul>
1939
<ul>
1940
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30781">[30781]</a> Use of uninitialized value $val in substitution iterator at /usr/share/koha/lib/C4/Letters.pm line 665.</li>
1940
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30781">[30781]</a> Use of uninitialized value $val in substitution iterator at /usr/share/koha/lib/C4/Letters.pm line 665.</li>
1941
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30788">[30788]</a> Argument "" isn't numeric in multiplication (*) at /usr/share/koha/lib/C4/Overdues.pm</li>
1941
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30788">[30788]</a> Argument "" isn't numeric in multiplication (*) at /usr/share/koha/lib/C4/Overdues.pm</li>
1942
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30893">[30893]</a> Typo: update_patrons_category.pl fine(s)</p>
1942
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30893">[30893]</a> Typo: update_patrons_category.pl fine(s)</p>
1943
1943
1944
<blockquote>
1944
<blockquote>
1945
  <p>This updates the help text for the update patrons category cronjob script (misc/cronjobs/update_patrons_category.pl). It changes the full option names and associated information for -fo (--fineover to --finesover) and -fu (--fineunder to --finesunder), as well as some minor formatting and text tidy ups.</p>
1945
  <p>This updates the help text for the update patrons category cronjob script (misc/cronjobs/update_patrons_category.pl). It changes the full option names and associated information for -fo (--fineover to --finesover) and -fu (--fineunder to --finesunder), as well as some minor formatting and text tidy ups.</p>
1946
</blockquote></li>
1946
</blockquote></li>
1947
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31239">[31239]</a> search_for_data_inconsistencies.pl fails for Koha to MARC mapping using biblio table</li>
1947
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31239">[31239]</a> search_for_data_inconsistencies.pl fails for Koha to MARC mapping using biblio table</li>
1948
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31282">[31282]</a> Broken characters in patron_emailer.pl verbose mode</p>
1948
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31282">[31282]</a> Broken characters in patron_emailer.pl verbose mode</p>
1949
1949
1950
<blockquote>
1950
<blockquote>
1951
  <p>This fixes the patron_emailer.pl script (misc/cronjobs/patron_emailer.pl) so that non-ASCII characters in notices display correctly.</p>
1951
  <p>This fixes the patron_emailer.pl script (misc/cronjobs/patron_emailer.pl) so that non-ASCII characters in notices display correctly.</p>
1952
</blockquote></li>
1952
</blockquote></li>
1953
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31299">[31299]</a> Duplicate output in search_for_data_inconsistencies.pl</li>
1953
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31299">[31299]</a> Duplicate output in search_for_data_inconsistencies.pl</li>
1954
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31325">[31325]</a> Fix koha-preferences get</li>
1954
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31325">[31325]</a> Fix koha-preferences get</li>
1955
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31356">[31356]</a> Itiva outbound script doesn't respect calendar when calculating expiration date for holds</li>
1955
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31356">[31356]</a> Itiva outbound script doesn't respect calendar when calculating expiration date for holds</li>
1956
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32093">[32093]</a> cleanup_database.pl bg-jobs parameter should be bg-days</li>
1956
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32093">[32093]</a> cleanup_database.pl bg-jobs parameter should be bg-days</li>
1957
</ul>
1957
</ul>
1958
1958
1959
<h3 id="coursereserves">Course reserves</h3>
1959
<h3 id="coursereserves">Course reserves</h3>
1960
1960
1961
<ul>
1961
<ul>
1962
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30840">[30840]</a> Add support for barcode filters to course reserves</li>
1962
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30840">[30840]</a> Add support for barcode filters to course reserves</li>
1963
</ul>
1963
</ul>
1964
1964
1965
<h3 id="database">Database</h3>
1965
<h3 id="database">Database</h3>
1966
1966
1967
<ul>
1967
<ul>
1968
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30472">[30472]</a> Field borrower_relationships.guarantor_id should be marked as NOT NULL</li>
1968
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30472">[30472]</a> Field borrower_relationships.guarantor_id should be marked as NOT NULL</li>
1969
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30483">[30483]</a> Do not allow NULL in issues.borrowernumber and issues.itemnumber</li>
1969
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30483">[30483]</a> Do not allow NULL in issues.borrowernumber and issues.itemnumber</li>
1970
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30490">[30490]</a> Adjust foreign key for parent item type</li>
1970
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30490">[30490]</a> Adjust foreign key for parent item type</li>
1971
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30497">[30497]</a> Constraint old_reserves_ibfk_4 should be SET NULL instead of CASCADE</li>
1971
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30497">[30497]</a> Constraint old_reserves_ibfk_4 should be SET NULL instead of CASCADE</li>
1972
</ul>
1972
</ul>
1973
1973
1974
<h3 id="documentation">Documentation</h3>
1974
<h3 id="documentation">Documentation</h3>
1975
1975
1976
<ul>
1976
<ul>
1977
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27315">[27315]</a> The man pages for the command line utilities do not display properly</li>
1977
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27315">[27315]</a> The man pages for the command line utilities do not display properly</li>
1978
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31465">[31465]</a> Link system preference tabs to correct manual pages</li>
1978
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31465">[31465]</a> Link system preference tabs to correct manual pages</li>
1979
</ul>
1979
</ul>
1980
1980
1981
<h3 id="erm">ERM</h3>
1981
<h3 id="erm">ERM</h3>
1982
1982
1983
<ul>
1983
<ul>
1984
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32181">[32181]</a> ERM - Cannot filter by expired when adding an agreement to EBSCO's package</li>
1984
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32181">[32181]</a> ERM - Cannot filter by expired when adding an agreement to EBSCO's package</li>
1985
</ul>
1985
</ul>
1986
1986
1987
<h3 id="finesandfees">Fines and fees</h3>
1987
<h3 id="finesandfees">Fines and fees</h3>
1988
1988
1989
<ul>
1989
<ul>
1990
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29987">[29987]</a> Manual credits are not recorded for a register</p>
1990
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29987">[29987]</a> Manual credits are not recorded for a register</p>
1991
1991
1992
<blockquote>
1992
<blockquote>
1993
  <p>This fixes the recording of manual credits for patrons so that these transactions are now included in the cash summary report for a library. When adding a manual credit, there are now fields for choosing the transaction type and cash register.</p>
1993
  <p>This fixes the recording of manual credits for patrons so that these transactions are now included in the cash summary report for a library. When adding a manual credit, there are now fields for choosing the transaction type and cash register.</p>
1994
</blockquote></li>
1994
</blockquote></li>
1995
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30458">[30458]</a> Librarian ( manager_id ) not included in accountline when using "Payout amount" button</li>
1995
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30458">[30458]</a> Librarian ( manager_id ) not included in accountline when using "Payout amount" button</li>
1996
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30567">[30567]</a> Create manual invoice with FR currency format show the incorrect format</p>
1996
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30567">[30567]</a> Create manual invoice with FR currency format show the incorrect format</p>
1997
1997
1998
<blockquote>
1998
<blockquote>
1999
  <p>This fixes the price formatting when CurrencyFormat = FR. When adding a manual invoice, the amount input field was shown with a comma for debit types with default amounts, but it should be a decimal point. (For input fields we always use the decimal point and the display format uses the decimal separator defined by CurrencyFormat.)</p>
1999
  <p>This fixes the price formatting when CurrencyFormat = FR. When adding a manual invoice, the amount input field was shown with a comma for debit types with default amounts, but it should be a decimal point. (For input fields we always use the decimal point and the display format uses the decimal separator defined by CurrencyFormat.)</p>
2000
</blockquote></li>
2000
</blockquote></li>
2001
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31036">[31036]</a> Cash management doesn't take SIP00 (Cash via SIP2) transactions into account</p>
2001
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31036">[31036]</a> Cash management doesn't take SIP00 (Cash via SIP2) transactions into account</p>
2002
2002
2003
<blockquote>
2003
<blockquote>
2004
  <p>This fix adds the last missing piece for cash management when involving transactions via a SIP client.</p>
2004
  <p>This fix adds the last missing piece for cash management when involving transactions via a SIP client.</p>
Lines 2007-2021 have already been fixed in maintainance releases)</p> Link Here
2007
  
2007
  
2008
  <p>WARNING: This makes register a required configuration field for SIP devices when cash registers are enabled on the system.</p>
2008
  <p>WARNING: This makes register a required configuration field for SIP devices when cash registers are enabled on the system.</p>
2009
</blockquote></li>
2009
</blockquote></li>
2010
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31513">[31513]</a> NaN errors when using refund and payout with CurrencyFormat = FR</li>
2010
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31513">[31513]</a> NaN errors when using refund and payout with CurrencyFormat = FR</li>
2011
</ul>
2011
</ul>
2012
2012
2013
<h3 id="holdrequests">Hold requests</h3>
2013
<h3 id="holdrequests">Hold requests</h3>
2014
2014
2015
<ul>
2015
<ul>
2016
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12630">[12630]</a> Prioritizing "Hold starts on date" -holds causes all other holds to be prioritized as well!</li>
2016
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12630">[12630]</a> Prioritizing "Hold starts on date" -holds causes all other holds to be prioritized as well!</li>
2017
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19540">[19540]</a> opac-reserve does not correctly warn of too_much reserves</li>
2017
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19540">[19540]</a> opac-reserve does not correctly warn of too_much reserves</li>
2018
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23659">[23659]</a> Allow hold pickup location to default to item home branch for item-level holds</p>
2018
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23659">[23659]</a> Allow hold pickup location to default to item home branch for item-level holds</p>
2019
2019
2020
<blockquote>
2020
<blockquote>
2021
  <p>This patch adds a new system preference 'DefaultHoldPickupLocation'</p>
2021
  <p>This patch adds a new system preference 'DefaultHoldPickupLocation'</p>
Lines 2024-2047 have already been fixed in maintainance releases)</p> Link Here
2024
  
2024
  
2025
  <p>Previously the behavior was inconsistent, and varied between versions. Libraries may need to adjust this preference after upgrade to mirror their expected workflow</p>
2025
  <p>Previously the behavior was inconsistent, and varied between versions. Libraries may need to adjust this preference after upgrade to mirror their expected workflow</p>
2026
</blockquote></li>
2026
</blockquote></li>
2027
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28529">[28529]</a> Item type-constrained biblio-level holds should honour max_holds as item-level do</li>
2027
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28529">[28529]</a> Item type-constrained biblio-level holds should honour max_holds as item-level do</li>
2028
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29071">[29071]</a> HoldsSplitQueueNumbering not set for new installs</li>
2028
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29071">[29071]</a> HoldsSplitQueueNumbering not set for new installs</li>
2029
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29102">[29102]</a> DecreaseLoanHighHolds will decrease loan period if patron has an 'unfound' hold</li>
2029
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29102">[29102]</a> DecreaseLoanHighHolds will decrease loan period if patron has an 'unfound' hold</li>
2030
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29389">[29389]</a> Add holding branch to holds queue report</li>
2030
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29389">[29389]</a> Add holding branch to holds queue report</li>
2031
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30213">[30213]</a> Hide Delete (aka Priority) column when user only has place_hold permission</li>
2031
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30213">[30213]</a> Hide Delete (aka Priority) column when user only has place_hold permission</li>
2032
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30828">[30828]</a> Remove unused variable in placerequest.pl</li>
2032
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30828">[30828]</a> Remove unused variable in placerequest.pl</li>
2033
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30935">[30935]</a> Holds to pull shows wrong first patron</li>
2033
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30935">[30935]</a> Holds to pull shows wrong first patron</li>
2034
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31086">[31086]</a> Do not allow hold requests with no branchcode</li>
2034
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31086">[31086]</a> Do not allow hold requests with no branchcode</li>
2035
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31112">[31112]</a> Able to renew checkout when the number of holds exceeds available number of items</p>
2035
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31112">[31112]</a> Able to renew checkout when the number of holds exceeds available number of items</p>
2036
2036
2037
<blockquote>
2037
<blockquote>
2038
  <p>When AllowRenewalIfOtherItemsAvailable is set to Allow it now correctly takes into account all the holds instead of just one per patron.</p>
2038
  <p>When AllowRenewalIfOtherItemsAvailable is set to Allow it now correctly takes into account all the holds instead of just one per patron.</p>
2039
</blockquote></li>
2039
</blockquote></li>
2040
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31518">[31518]</a> Hidden items count not displayed on hold request page</li>
2040
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31518">[31518]</a> Hidden items count not displayed on hold request page</li>
2041
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31540">[31540]</a> Holds reminder cronjob should consider expiration date of holds, and not send notices if hold expired</li>
2041
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31540">[31540]</a> Holds reminder cronjob should consider expiration date of holds, and not send notices if hold expired</li>
2042
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31575">[31575]</a> Missing warning for holds where AllowHoldPolicyOverride can be used to force a hold to be placed</li>
2042
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31575">[31575]</a> Missing warning for holds where AllowHoldPolicyOverride can be used to force a hold to be placed</li>
2043
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31808">[31808]</a> When placing a hold patron name is not displaying correctly</li>
2043
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31808">[31808]</a> When placing a hold patron name is not displaying correctly</li>
2044
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31963">[31963]</a> Only show hold fee message on OPAC and charge hold fee if HoldFeeMode conditions are true as described in the system preference</p>
2044
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31963">[31963]</a> Only show hold fee message on OPAC and charge hold fee if HoldFeeMode conditions are true as described in the system preference</p>
2045
2045
2046
<p><strong>Sponsored by</strong> <em>Horowhenua Libraries Trust</em></p>
2046
<p><strong>Sponsored by</strong> <em>Horowhenua Libraries Trust</em></p>
2047
2047
Lines 2055-2090 have already been fixed in maintainance releases)</p> Link Here
2055
<h3 id="i18nl10n">I18N/L10N</h3>
2055
<h3 id="i18nl10n">I18N/L10N</h3>
2056
2056
2057
<ul>
2057
<ul>
2058
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28707">[28707]</a> Missing strings in translation of sample data</li>
2058
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28707">[28707]</a> Missing strings in translation of sample data</li>
2059
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30517">[30517]</a> Translation breaks editing parent type circulation rule</li>
2059
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30517">[30517]</a> Translation breaks editing parent type circulation rule</li>
2060
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30958">[30958]</a> OPAC Overdrive search result page broken for translations</p>
2060
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30958">[30958]</a> OPAC Overdrive search result page broken for translations</p>
2061
2061
2062
<p><strong>Sponsored by</strong> <em>Melbourne Athenaeum Library, Australia</em></p></li>
2062
<p><strong>Sponsored by</strong> <em>Melbourne Athenaeum Library, Australia</em></p></li>
2063
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30991">[30991]</a> [% ELSE %]0[% END %] will break translations if used for assigning variables</p>
2063
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30991">[30991]</a> [% ELSE %]0[% END %] will break translations if used for assigning variables</p>
2064
2064
2065
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2065
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2066
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30992">[30992]</a> Hard to translate single word strings</li>
2066
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30992">[30992]</a> Hard to translate single word strings</li>
2067
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31292">[31292]</a> Untranslatable string in sample_notices.yaml</li>
2067
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31292">[31292]</a> Untranslatable string in sample_notices.yaml</li>
2068
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31738">[31738]</a> Unstranslatable string in checkouts.js for recalls</li>
2068
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31738">[31738]</a> Unstranslatable string in checkouts.js for recalls</li>
2069
</ul>
2069
</ul>
2070
2070
2071
<h3 id="ill">ILL</h3>
2071
<h3 id="ill">ILL</h3>
2072
2072
2073
<ul>
2073
<ul>
2074
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28634">[28634]</a> ILL partner request notices are attached to the request creator rather than the partner recipient</li>
2074
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28634">[28634]</a> ILL partner request notices are attached to the request creator rather than the partner recipient</li>
2075
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30890">[30890]</a> ILL breadcrumbs are wrong</li>
2075
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30890">[30890]</a> ILL breadcrumbs are wrong</li>
2076
</ul>
2076
</ul>
2077
2077
2078
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
2078
<h3 id="labelpatroncardprinting">Label/patron card printing</h3>
2079
2079
2080
<ul>
2080
<ul>
2081
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30837">[30837]</a> Fix table width on 'Print summary'</p>
2081
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30837">[30837]</a> Fix table width on 'Print summary'</p>
2082
2082
2083
<blockquote>
2083
<blockquote>
2084
  <p>This fixes the width of the table for the print summary so that it fits the width of the page.</p>
2084
  <p>This fixes the width of the table for the print summary so that it fits the width of the page.</p>
2085
</blockquote></li>
2085
</blockquote></li>
2086
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31137">[31137]</a> Error editing label template</li>
2086
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31137">[31137]</a> Error editing label template</li>
2087
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31352">[31352]</a> Terminology: Borrower name</p>
2087
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31352">[31352]</a> Terminology: Borrower name</p>
2088
2088
2089
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
2089
<p><strong>Sponsored by</strong> <em>Catalyst</em></p>
2090
2090
Lines 2096-2304 have already been fixed in maintainance releases)</p> Link Here
2096
<h3 id="lists">Lists</h3>
2096
<h3 id="lists">Lists</h3>
2097
2097
2098
<ul>
2098
<ul>
2099
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237">[32237]</a> Batch delete records "no record IDs defined"</li>
2099
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237">[32237]</a> Batch delete records "no record IDs defined"</li>
2100
</ul>
2100
</ul>
2101
2101
2102
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
2102
<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
2103
2103
2104
<ul>
2104
<ul>
2105
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19693">[19693]</a> Update of an authority record creates inconsistency when the heading tag is changed</li>
2105
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19693">[19693]</a> Update of an authority record creates inconsistency when the heading tag is changed</li>
2106
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29260">[29260]</a> UNIMARC 210a is reported to Author (meeting/conference) when upgrading an authority through Z3950</p>
2106
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29260">[29260]</a> UNIMARC 210a is reported to Author (meeting/conference) when upgrading an authority through Z3950</p>
2107
2107
2108
<blockquote>
2108
<blockquote>
2109
  <p>This fixes UNIMARC authority editing when using 'Replace record via Z3950/SRU search'. When pre-populating the search form the value of 210$a (Authorized Access Point - Corporate Body Name) now goes into the Author (corporate) search form field instead of Author (meeting / conference).</p>
2109
  <p>This fixes UNIMARC authority editing when using 'Replace record via Z3950/SRU search'. When pre-populating the search form the value of 210$a (Authorized Access Point - Corporate Body Name) now goes into the Author (corporate) search form field instead of Author (meeting / conference).</p>
2110
</blockquote></li>
2110
</blockquote></li>
2111
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29333">[29333]</a> Importing UNIMARC authorities in MARCXML UTF-8 breaks the encoding</li>
2111
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29333">[29333]</a> Importing UNIMARC authorities in MARCXML UTF-8 breaks the encoding</li>
2112
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29434">[29434]</a> In UNIMARC instances, the authority finder uses MARC21 relationship codes</p>
2112
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29434">[29434]</a> In UNIMARC instances, the authority finder uses MARC21 relationship codes</p>
2113
2113
2114
<blockquote>
2114
<blockquote>
2115
  <p>This fixes the values displayed for the relationship codes in the authority finder 'Special relationships' drop down list in UNIMARC catalogs - UNIMARC values are now displayed, instead of MARC21 values.</p>
2115
  <p>This fixes the values displayed for the relationship codes in the authority finder 'Special relationships' drop down list in UNIMARC catalogs - UNIMARC values are now displayed, instead of MARC21 values.</p>
2116
</blockquote></li>
2116
</blockquote></li>
2117
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30025">[30025]</a> Split BiblioAddsAuthorities into 2 preferences</p>
2117
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30025">[30025]</a> Split BiblioAddsAuthorities into 2 preferences</p>
2118
2118
2119
<blockquote>
2119
<blockquote>
2120
  <p>This patch splits the system preference BiblioAddsAuthorities into two new system preferences that more clearly define what the settings do:
2120
  <p>This patch splits the system preference BiblioAddsAuthorities into two new system preferences that more clearly define what the settings do:
2121
  1- RequireChoosingExistingAuthority: this preference indicates whether a cataloger must choose from existing authorities, or if they can enter free text into controlled fields
2121
  1- RequireChoosingExistingAuthority: this preference indicates whether a cataloger must choose from existing authorities, or if they can enter free text into controlled fields
2122
  2- AutoLinkBiblios: this preference determines whether Koha will attempt to link a new record to existing authorities upon saving. In conjunction with the existing preference, AutoCreateAuthorities, unmatched headings will either be linked to a new authority, or remain uncontrolled</p>
2122
  2- AutoLinkBiblios: this preference determines whether Koha will attempt to link a new record to existing authorities upon saving. In conjunction with the existing preference, AutoCreateAuthorities, unmatched headings will either be linked to a new authority, or remain uncontrolled</p>
2123
</blockquote></li>
2123
</blockquote></li>
2124
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31660">[31660]</a> MARC preview for authority search results comes up empty</li>
2124
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31660">[31660]</a> MARC preview for authority search results comes up empty</li>
2125
</ul>
2125
</ul>
2126
2126
2127
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
2127
<h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
2128
2128
2129
<ul>
2129
<ul>
2130
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26632">[26632]</a> BatchStageMarcRecords passes a random number to AddBiblioToBatch / AddAuthToBatch</li>
2130
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26632">[26632]</a> BatchStageMarcRecords passes a random number to AddBiblioToBatch / AddAuthToBatch</li>
2131
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30738">[30738]</a> Forked CGI MARC import warnings are not logged</li>
2131
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30738">[30738]</a> Forked CGI MARC import warnings are not logged</li>
2132
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30789">[30789]</a> Improve performance of AddBiblio when importing records with many items</li>
2132
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30789">[30789]</a> Improve performance of AddBiblio when importing records with many items</li>
2133
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31269">[31269]</a> DataTables error when managing staged MARC records</li>
2133
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31269">[31269]</a> DataTables error when managing staged MARC records</li>
2134
</ul>
2134
</ul>
2135
2135
2136
<h3 id="notices">Notices</h3>
2136
<h3 id="notices">Notices</h3>
2137
2137
2138
<ul>
2138
<ul>
2139
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28355">[28355]</a> Add warning note about Email SMS driver option for SMSSendDriver</p>
2139
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28355">[28355]</a> Add warning note about Email SMS driver option for SMSSendDriver</p>
2140
2140
2141
<blockquote>
2141
<blockquote>
2142
  <p>This updates the text for the SMSSendDriver system preference. The Email SMS driver option is no longer recommended unless you use a dedicated SMS to Email gateway. Many mobile providers offer inconsistent support for the email to SMS gateway (sometimes it works, and sometimes it doesn't), which can cause frustration for patrons.</p>
2142
  <p>This updates the text for the SMSSendDriver system preference. The Email SMS driver option is no longer recommended unless you use a dedicated SMS to Email gateway. Many mobile providers offer inconsistent support for the email to SMS gateway (sometimes it works, and sometimes it doesn't), which can cause frustration for patrons.</p>
2143
</blockquote></li>
2143
</blockquote></li>
2144
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29409">[29409]</a> Update for bug 25333 can fail due to bad data or constraints</li>
2144
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29409">[29409]</a> Update for bug 25333 can fail due to bad data or constraints</li>
2145
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30838">[30838]</a> to_address is misleading for SMS transports</li>
2145
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30838">[30838]</a> to_address is misleading for SMS transports</li>
2146
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31122">[31122]</a> Terminology: Replace &amp; with and for Notices &amp; slips</p>
2146
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31122">[31122]</a> Terminology: Replace &amp; with and for Notices &amp; slips</p>
2147
2147
2148
<blockquote>
2148
<blockquote>
2149
  <p>This updates occurrences of 'Notices &amp; slips' with 'Notices and slips', as per the terminology guidelines.</p>
2149
  <p>This updates occurrences of 'Notices &amp; slips' with 'Notices and slips', as per the terminology guidelines.</p>
2150
</blockquote></li>
2150
</blockquote></li>
2151
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31170">[31170]</a> Capitalization: Overdue Item Fine Description</li>
2151
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31170">[31170]</a> Capitalization: Overdue Item Fine Description</li>
2152
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31281">[31281]</a> Overdue notices reply-to email address of a branch not respected</li>
2152
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31281">[31281]</a> Overdue notices reply-to email address of a branch not respected</li>
2153
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31743">[31743]</a> Cannot change my notice language when EnhancedMessagingPreferencesOPAC is off</li>
2153
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31743">[31743]</a> Cannot change my notice language when EnhancedMessagingPreferencesOPAC is off</li>
2154
</ul>
2154
</ul>
2155
2155
2156
<h3 id="opac">OPAC</h3>
2156
<h3 id="opac">OPAC</h3>
2157
2157
2158
<ul>
2158
<ul>
2159
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20207">[20207]</a> Anonymous suggestions show in OPAC even when OPACViewOthersSuggestions is set to 'Don't show'</p>
2159
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20207">[20207]</a> Anonymous suggestions show in OPAC even when OPACViewOthersSuggestions is set to 'Don't show'</p>
2160
2160
2161
<p><strong>Sponsored by</strong> <em>Library of the Natural History Museum Vienna</em></p></li>
2161
<p><strong>Sponsored by</strong> <em>Library of the Natural History Museum Vienna</em></p></li>
2162
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30231">[30231]</a> Don't display (rejected) forms of series entry in search results</li>
2162
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30231">[30231]</a> Don't display (rejected) forms of series entry in search results</li>
2163
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30746">[30746]</a> JS error on 'your personal details' in OPAC</li>
2163
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30746">[30746]</a> JS error on 'your personal details' in OPAC</li>
2164
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30844">[30844]</a> The OPAC detail page's browser is limited to the current page of results when using Elasticsearch</p>
2164
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30844">[30844]</a> The OPAC detail page's browser is limited to the current page of results when using Elasticsearch</p>
2165
2165
2166
<p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p></li>
2166
<p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p></li>
2167
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30847">[30847]</a> Cleanup opac-reserve.pl</li>
2167
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30847">[30847]</a> Cleanup opac-reserve.pl</li>
2168
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30918">[30918]</a> Non-public note is visible in OPAC in Title Notes tab</p>
2168
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30918">[30918]</a> Non-public note is visible in OPAC in Title Notes tab</p>
2169
2169
2170
<blockquote>
2170
<blockquote>
2171
  <p>This fixes the display of nonpublic notes (583$x) in the OPAC. Before this, if the OPAC visibility setting in the framework for 583$x was set not to show, it was still showing.</p>
2171
  <p>This fixes the display of nonpublic notes (583$x) in the OPAC. Before this, if the OPAC visibility setting in the framework for 583$x was set not to show, it was still showing.</p>
2172
</blockquote></li>
2172
</blockquote></li>
2173
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30989">[30989]</a> Tags with some special characters are not encoded right</p>
2173
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30989">[30989]</a> Tags with some special characters are not encoded right</p>
2174
2174
2175
<blockquote>
2175
<blockquote>
2176
  <p>This fixes tags with special characters (such as +) so that the searching returns results when the tag is selected (from the record detail view in the OPAC and staff interface, and from the search results, tag cloud, and list pages in the OPAC).</p>
2176
  <p>This fixes tags with special characters (such as +) so that the searching returns results when the tag is selected (from the record detail view in the OPAC and staff interface, and from the search results, tag cloud, and list pages in the OPAC).</p>
2177
</blockquote></li>
2177
</blockquote></li>
2178
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31069">[31069]</a> Did you mean? in the OPAC - links have <span> tags</p>
2178
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31069">[31069]</a> Did you mean? in the OPAC - links have <span> tags</p>
2179
2179
2180
<blockquote>
2180
<blockquote>
2181
  <p>This removes <span> tags incorrectly displayed around the links for options available when 'Did you mean?' is enabled (for example, 'Search also for related subjects').</p>
2181
  <p>This removes <span> tags incorrectly displayed around the links for options available when 'Did you mean?' is enabled (for example, 'Search also for related subjects').</p>
2182
</blockquote></li>
2182
</blockquote></li>
2183
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31146">[31146]</a> Minor UI problem in recalls history in OPAC</li>
2183
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31146">[31146]</a> Minor UI problem in recalls history in OPAC</li>
2184
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31186">[31186]</a> Search result numbering in OPAC got suppressed</li>
2184
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31186">[31186]</a> Search result numbering in OPAC got suppressed</li>
2185
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31272">[31272]</a> Show library name not code when placing item level holds in OPAC</li>
2185
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31272">[31272]</a> Show library name not code when placing item level holds in OPAC</li>
2186
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31331">[31331]</a> OPAC suggestions table doesn't sort correctly by suggestiondate in some dateformats</li>
2186
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31331">[31331]</a> OPAC suggestions table doesn't sort correctly by suggestiondate in some dateformats</li>
2187
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31346">[31346]</a> On the OPAC detail page some Syndetics links are wrong</li>
2187
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31346">[31346]</a> On the OPAC detail page some Syndetics links are wrong</li>
2188
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31387">[31387]</a> Marking othernames as required via PatronSelfRegistrationBorrowerMandatoryField does not display required label</p>
2188
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31387">[31387]</a> Marking othernames as required via PatronSelfRegistrationBorrowerMandatoryField does not display required label</p>
2189
2189
2190
<blockquote>
2190
<blockquote>
2191
  <p>This fixes the patron self-registration form so that the 'Other names' (othernames) field correctly displays the text 'Required' when this is set as required (using the PatronSelfRegistrationBorrowerMandatoryField system preference). Currently, this text is not displayed (however, an error message is displayed when submitting the form).</p>
2191
  <p>This fixes the patron self-registration form so that the 'Other names' (othernames) field correctly displays the text 'Required' when this is set as required (using the PatronSelfRegistrationBorrowerMandatoryField system preference). Currently, this text is not displayed (however, an error message is displayed when submitting the form).</p>
2192
</blockquote></li>
2192
</blockquote></li>
2193
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31463">[31463]</a> (Bug 31313 follow-up) Show item order status on opac-detail</li>
2193
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31463">[31463]</a> (Bug 31313 follow-up) Show item order status on opac-detail</li>
2194
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31483">[31483]</a> Minor UI problem in opac-reset-password.pl</li>
2194
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31483">[31483]</a> Minor UI problem in opac-reset-password.pl</li>
2195
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31527">[31527]</a> Breadcrumbs for anonymous suggestions are not correct</li>
2195
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31527">[31527]</a> Breadcrumbs for anonymous suggestions are not correct</li>
2196
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31531">[31531]</a> Some modules loaded twice in opac-memberentry.pl</li>
2196
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31531">[31531]</a> Some modules loaded twice in opac-memberentry.pl</li>
2197
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31654">[31654]</a> Hide non-public libraries from MastheadLibraryPulldown</p>
2197
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31654">[31654]</a> Hide non-public libraries from MastheadLibraryPulldown</p>
2198
2198
2199
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
2199
<p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
2200
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31685">[31685]</a> Article request count in table caption of opac-user missing</li>
2200
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31685">[31685]</a> Article request count in table caption of opac-user missing</li>
2201
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31775">[31775]</a> Show opac_info of single library</li>
2201
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31775">[31775]</a> Show opac_info of single library</li>
2202
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31907">[31907]</a> Show items as On hold when in processing</li>
2202
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31907">[31907]</a> Show items as On hold when in processing</li>
2203
</ul>
2203
</ul>
2204
2204
2205
<h3 id="packaging">Packaging</h3>
2205
<h3 id="packaging">Packaging</h3>
2206
2206
2207
<ul>
2207
<ul>
2208
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29882">[29882]</a> Remove unrequired package definitions in list-deps script</li>
2208
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29882">[29882]</a> Remove unrequired package definitions in list-deps script</li>
2209
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31348">[31348]</a> Plack stop should be graceful</li>
2209
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31348">[31348]</a> Plack stop should be graceful</li>
2210
</ul>
2210
</ul>
2211
2211
2212
<h3 id="patrons">Patrons</h3>
2212
<h3 id="patrons">Patrons</h3>
2213
2213
2214
<ul>
2214
<ul>
2215
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30026">[30026]</a> International phone number not supported for sending SMS</li>
2215
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30026">[30026]</a> International phone number not supported for sending SMS</li>
2216
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30713">[30713]</a> Patron entry should limit date of birth selection to dates in the past</p>
2216
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30713">[30713]</a> Patron entry should limit date of birth selection to dates in the past</p>
2217
2217
2218
<blockquote>
2218
<blockquote>
2219
  <p>This fixes the date of birth field for the patron entry form so that the calendar widget does not let you select a date in the future.</p>
2219
  <p>This fixes the date of birth field for the patron entry form so that the calendar widget does not let you select a date in the future.</p>
2220
</blockquote></li>
2220
</blockquote></li>
2221
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30891">[30891]</a> SMS provider shows on staff side even if SMS::Send driver is not set to "Email"</li>
2221
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30891">[30891]</a> SMS provider shows on staff side even if SMS::Send driver is not set to "Email"</li>
2222
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31153">[31153]</a> Search bar not visible on recalls history page</li>
2222
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31153">[31153]</a> Search bar not visible on recalls history page</li>
2223
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31486">[31486]</a> Deleting a message from checkouts tab redirects to detail tab in patron account</p>
2223
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31486">[31486]</a> Deleting a message from checkouts tab redirects to detail tab in patron account</p>
2224
2224
2225
<blockquote>
2225
<blockquote>
2226
  <p>This patch corrects a problem where message deletion was improperly redirecting to the patron delete page when a message is deleted on the circulation page.</p>
2226
  <p>This patch corrects a problem where message deletion was improperly redirecting to the patron delete page when a message is deleted on the circulation page.</p>
2227
</blockquote></li>
2227
</blockquote></li>
2228
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31516">[31516]</a> Missing error handling for accessing deleted/non-existent club enrollment</p>
2228
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31516">[31516]</a> Missing error handling for accessing deleted/non-existent club enrollment</p>
2229
2229
2230
<blockquote>
2230
<blockquote>
2231
  <p>This adds an error message when viewing enrollments for a non-existent club. Previously, a page with an empty title and table were displayed.</p>
2231
  <p>This adds an error message when viewing enrollments for a non-existent club. Previously, a page with an empty title and table were displayed.</p>
2232
</blockquote></li>
2232
</blockquote></li>
2233
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31525">[31525]</a> Street number not being accessed correctly on patron search results page</p>
2233
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31525">[31525]</a> Street number not being accessed correctly on patron search results page</p>
2234
2234
2235
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2235
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2236
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31562">[31562]</a> Patron 'flags' don't respect unwanted fields</li>
2236
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31562">[31562]</a> Patron 'flags' don't respect unwanted fields</li>
2237
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31597">[31597]</a> Missing semicolon after try-catch in restrictions.pl</p>
2237
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31597">[31597]</a> Missing semicolon after try-catch in restrictions.pl</p>
2238
2238
2239
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
2239
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
2240
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31739">[31739]</a> Password reset from staff fails if previous expired reset-entry exists</p>
2240
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31739">[31739]</a> Password reset from staff fails if previous expired reset-entry exists</p>
2241
2241
2242
<p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p></li>
2242
<p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p></li>
2243
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937">[31937]</a> Prevent cleanup_database.pl from locking too many accounts</li>
2243
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937">[31937]</a> Prevent cleanup_database.pl from locking too many accounts</li>
2244
</ul>
2244
</ul>
2245
2245
2246
<h3 id="pluginarchitecture">Plugin architecture</h3>
2246
<h3 id="pluginarchitecture">Plugin architecture</h3>
2247
2247
2248
<ul>
2248
<ul>
2249
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31684">[31684]</a> Plugin versions starting with a "v" cause unnecessary warnings</li>
2249
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31684">[31684]</a> Plugin versions starting with a "v" cause unnecessary warnings</li>
2250
</ul>
2250
</ul>
2251
2251
2252
<h3 id="restapi">REST API</h3>
2252
<h3 id="restapi">REST API</h3>
2253
2253
2254
<ul>
2254
<ul>
2255
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29105">[29105]</a> Add effective_item_type_id to the API items responses</li>
2255
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29105">[29105]</a> Add effective_item_type_id to the API items responses</li>
2256
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30780">[30780]</a> Librarians with only "place_holds" permissions can not update holds data via REST API</p>
2256
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30780">[30780]</a> Librarians with only "place_holds" permissions can not update holds data via REST API</p>
2257
2257
2258
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p>
2258
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p>
2259
2259
2260
<blockquote>
2260
<blockquote>
2261
  <p>This enhancement enables librarians with only "place_holds" permissions to cancel, suspend and resume holds using the REST API.</p>
2261
  <p>This enhancement enables librarians with only "place_holds" permissions to cancel, suspend and resume holds using the REST API.</p>
2262
</blockquote></li>
2262
</blockquote></li>
2263
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30853">[30853]</a> Missing description for 'baskets' in swagger.yaml</li>
2263
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30853">[30853]</a> Missing description for 'baskets' in swagger.yaml</li>
2264
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30854">[30854]</a> Missing description for 'import_record_matches' in swagger.yaml</li>
2264
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30854">[30854]</a> Missing description for 'import_record_matches' in swagger.yaml</li>
2265
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30855">[30855]</a> Rename /import => /import_batches</li>
2265
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30855">[30855]</a> Rename /import => /import_batches</li>
2266
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31104">[31104]</a> Pagination generates HTTP "Link:" header which is over 8192 bytes apache's limit</li>
2266
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31104">[31104]</a> Pagination generates HTTP "Link:" header which is over 8192 bytes apache's limit</li>
2267
</ul>
2267
</ul>
2268
2268
2269
<h3 id="reports">Reports</h3>
2269
<h3 id="reports">Reports</h3>
2270
2270
2271
<ul>
2271
<ul>
2272
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21982">[21982]</a> Circulation statistics wizard does not count deleted items</p>
2272
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21982">[21982]</a> Circulation statistics wizard does not count deleted items</p>
2273
2273
2274
<blockquote>
2274
<blockquote>
2275
  <p>This patch corrects a bug in the Circulation statistics wizard. Previously, the wizard only looked at existing items to calculate statistics. It now includes transactions made on items that are now deleted.</p>
2275
  <p>This patch corrects a bug in the Circulation statistics wizard. Previously, the wizard only looked at existing items to calculate statistics. It now includes transactions made on items that are now deleted.</p>
2276
</blockquote></li>
2276
</blockquote></li>
2277
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27045">[27045]</a> Exports using CSV profiles with tab as separator don't work correctly</li>
2277
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27045">[27045]</a> Exports using CSV profiles with tab as separator don't work correctly</li>
2278
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28967">[28967]</a> Patrons with no checkouts report shows patrons from other libraries with IndependentBranches</li>
2278
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28967">[28967]</a> Patrons with no checkouts report shows patrons from other libraries with IndependentBranches</li>
2279
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29312">[29312]</a> Punctuation: Total number of results: 961 (300 shown) .</li>
2279
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29312">[29312]</a> Punctuation: Total number of results: 961 (300 shown) .</li>
2280
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31276">[31276]</a> Report results are limited to 999,999 no matter the actual number of results</li>
2280
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31276">[31276]</a> Report results are limited to 999,999 no matter the actual number of results</li>
2281
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31594">[31594]</a> Report results count of shown can be incorrect on last page</li>
2281
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31594">[31594]</a> Report results count of shown can be incorrect on last page</li>
2282
</ul>
2282
</ul>
2283
2283
2284
<h3 id="sip2">SIP2</h3>
2284
<h3 id="sip2">SIP2</h3>
2285
2285
2286
<ul>
2286
<ul>
2287
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12225">[12225]</a> SIP does not respect the "no block" flag</li>
2287
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12225">[12225]</a> SIP does not respect the "no block" flag</li>
2288
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29094">[29094]</a> Placing holds via SIP2 does not check if a patron can hold the given item</p>
2288
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29094">[29094]</a> Placing holds via SIP2 does not check if a patron can hold the given item</p>
2289
2289
2290
<blockquote>
2290
<blockquote>
2291
  <p>This fixes holds placed using SIP2 to check that the patron can actually place a hold for the item.</p>
2291
  <p>This fixes holds placed using SIP2 to check that the patron can actually place a hold for the item.</p>
2292
</blockquote></li>
2292
</blockquote></li>
2293
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31033">[31033]</a> SIP2 configuration does not correctly handle multiple simultaneous connections by default</li>
2293
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31033">[31033]</a> SIP2 configuration does not correctly handle multiple simultaneous connections by default</li>
2294
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31202">[31202]</a> Koha removes optional SIP fields with a value of "0"</li>
2294
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31202">[31202]</a> Koha removes optional SIP fields with a value of "0"</li>
2295
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31552">[31552]</a> SIP2 option format_due_date not honored for AH field in item information response</li>
2295
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31552">[31552]</a> SIP2 option format_due_date not honored for AH field in item information response</li>
2296
</ul>
2296
</ul>
2297
2297
2298
<h3 id="searching">Searching</h3>
2298
<h3 id="searching">Searching</h3>
2299
2299
2300
<ul>
2300
<ul>
2301
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11158">[11158]</a> Authorities 'starts with'  search returns the same as 'contains' when using ICU</p>
2301
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11158">[11158]</a> Authorities 'starts with'  search returns the same as 'contains' when using ICU</p>
2302
2302
2303
<blockquote>
2303
<blockquote>
2304
  <p>This fixes searching authorities when using ICU* so that 'starts with' searching works correctly. Before this, a 'starts with' search would return the same results as 'contains'.</p>
2304
  <p>This fixes searching authorities when using ICU* so that 'starts with' searching works correctly. Before this, a 'starts with' search would return the same results as 'contains'.</p>
Lines 2307-2314 have already been fixed in maintainance releases)</p> Link Here
2307
  
2307
  
2308
  <p>(* ICU is a feature of the Zebra search engine that can be configured to make searching with non-latin languages (such as Chinese and Arabic) work correctly.)</p>
2308
  <p>(* ICU is a feature of the Zebra search engine that can be configured to make searching with non-latin languages (such as Chinese and Arabic) work correctly.)</p>
2309
</blockquote></li>
2309
</blockquote></li>
2310
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15048">[15048]</a> Genre/Form (655) searches fail on searches with $x 'General subdivision' subfield values</li>
2310
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15048">[15048]</a> Genre/Form (655) searches fail on searches with $x 'General subdivision' subfield values</li>
2311
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15187">[15187]</a> Adding 880 Fields to index-list in order to Increase Search for ALL non-latin Scripts</p>
2311
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15187">[15187]</a> Adding 880 Fields to index-list in order to Increase Search for ALL non-latin Scripts</p>
2312
2312
2313
<blockquote>
2313
<blockquote>
2314
  <p>This fixes the Zebra search engine when using ICU* so that 880 fields are rewritten as their linked fields and the alternate graphic representation of fields are indexed, in the same way that it works for Elasticsearch. </p>
2314
  <p>This fixes the Zebra search engine when using ICU* so that 880 fields are rewritten as their linked fields and the alternate graphic representation of fields are indexed, in the same way that it works for Elasticsearch. </p>
Lines 2319-2387 have already been fixed in maintainance releases)</p> Link Here
2319
  <li>ICU is a feature of the Zebra search engine that can be configured to make searching with non-latin languages (such as Chinese and Arabic) work correctly.</li>
2319
  <li>ICU is a feature of the Zebra search engine that can be configured to make searching with non-latin languages (such as Chinese and Arabic) work correctly.</li>
2320
  </ul>
2320
  </ul>
2321
</blockquote></li>
2321
</blockquote></li>
2322
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24127">[24127]</a> Improve wording on location drop-down in advanced search in the staff interface</p>
2322
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24127">[24127]</a> Improve wording on location drop-down in advanced search in the staff interface</p>
2323
2323
2324
<blockquote>
2324
<blockquote>
2325
  <p>This amends the "Shelving location" option in the search option drop-down on the advanced search page in the staff interface to read "Shelving location (code)" to make it more obvious that the LOC authorised value code needs to be used for searching.</p>
2325
  <p>This amends the "Shelving location" option in the search option drop-down on the advanced search page in the staff interface to read "Shelving location (code)" to make it more obvious that the LOC authorised value code needs to be used for searching.</p>
2326
</blockquote></li>
2326
</blockquote></li>
2327
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27697">[27697]</a> Opening bibliographic record page prepopulates search bar text</li>
2327
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27697">[27697]</a> Opening bibliographic record page prepopulates search bar text</li>
2328
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28372">[28372]</a> Use variables for 007 controlfield translations in MARC21slim2intranetResults.xsl</li>
2328
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28372">[28372]</a> Use variables for 007 controlfield translations in MARC21slim2intranetResults.xsl</li>
2329
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30327">[30327]</a> Sort component parts</li>
2329
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30327">[30327]</a> Sort component parts</li>
2330
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30865">[30865]</a> Koha::Biblio->get_components_query should double quote Host-item search</li>
2330
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30865">[30865]</a> Koha::Biblio->get_components_query should double quote Host-item search</li>
2331
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31252">[31252]</a> Advanced search in staff interface should call barcodedecode if the search index is a barcode</li>
2331
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31252">[31252]</a> Advanced search in staff interface should call barcodedecode if the search index is a barcode</li>
2332
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31543">[31543]</a> MaxComponentRecords link is broken</li>
2332
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31543">[31543]</a> MaxComponentRecords link is broken</li>
2333
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31847">[31847]</a> Add page section to item search results</li>
2333
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31847">[31847]</a> Add page section to item search results</li>
2334
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31967">[31967]</a> Search terms retained in header search when only one result</li>
2334
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31967">[31967]</a> Search terms retained in header search when only one result</li>
2335
</ul>
2335
</ul>
2336
2336
2337
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
2337
<h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
2338
2338
2339
<ul>
2339
<ul>
2340
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25375">[25375]</a> Elasticsearch: Limit on available items does not work</li>
2340
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25375">[25375]</a> Elasticsearch: Limit on available items does not work</li>
2341
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25669">[25669]</a> ElasticSearch 6: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7)</li>
2341
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25669">[25669]</a> ElasticSearch 6: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7)</li>
2342
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29048">[29048]</a> Incorrect search for linked authority records from authority search result list in OPAC</li>
2342
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29048">[29048]</a> Incorrect search for linked authority records from authority search result list in OPAC</li>
2343
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29561">[29561]</a> Remove blank facet for languages</p>
2343
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29561">[29561]</a> Remove blank facet for languages</p>
2344
2344
2345
<blockquote>
2345
<blockquote>
2346
  <p>This removes blank facets from search results when using Elasticsearch. Currently, this only seems to affect language fields, but could affect any facetable field that contains blank values.</p>
2346
  <p>This removes blank facets from search results when using Elasticsearch. Currently, this only seems to affect language fields, but could affect any facetable field that contains blank values.</p>
2347
</blockquote></li>
2347
</blockquote></li>
2348
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29632">[29632]</a> Callnumber sorting is incorrect in Elasticsearch</p>
2348
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29632">[29632]</a> Callnumber sorting is incorrect in Elasticsearch</p>
2349
2349
2350
<blockquote>
2350
<blockquote>
2351
  <p>This fixes the sorting of call numbers when using Elasticsearch. Sorting will now work correctly for non-numeric call numbers, for example, E45 will now sort before E7.</p>
2351
  <p>This fixes the sorting of call numbers when using Elasticsearch. Sorting will now work correctly for non-numeric call numbers, for example, E45 will now sort before E7.</p>
2352
</blockquote></li>
2352
</blockquote></li>
2353
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30152">[30152]</a> Elasticsearch - queries with OR don't work with limits</p>
2353
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30152">[30152]</a> Elasticsearch - queries with OR don't work with limits</p>
2354
2354
2355
<p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p></li>
2355
<p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p></li>
2356
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30882">[30882]</a> Add max_result_window to index config</p>
2356
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30882">[30882]</a> Add max_result_window to index config</p>
2357
2357
2358
<blockquote>
2358
<blockquote>
2359
  <p>This updates the number of results set by default in Elasticsearch for the setting "index.max-result-window" from  10,000 to 1,000,000. This can be useful for really large catalogs.</p>
2359
  <p>This updates the number of results set by default in Elasticsearch for the setting "index.max-result-window" from  10,000 to 1,000,000. This can be useful for really large catalogs.</p>
2360
</blockquote></li>
2360
</blockquote></li>
2361
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31013">[31013]</a> Reserved words as branchcodes cause search error in Elasticsearch</li>
2361
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31013">[31013]</a> Reserved words as branchcodes cause search error in Elasticsearch</li>
2362
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31023">[31023]</a> Cannot create new GENRE/FORM authorities when  QueryRegexEscapeOptions  set to 'Unescape escaped'</li>
2362
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31023">[31023]</a> Cannot create new GENRE/FORM authorities when  QueryRegexEscapeOptions  set to 'Unescape escaped'</li>
2363
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31537">[31537]</a> Elasticsearch - index mapping for 003 control-number-identifier is twice in mappings.yaml</li>
2363
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31537">[31537]</a> Elasticsearch - index mapping for 003 control-number-identifier is twice in mappings.yaml</li>
2364
</ul>
2364
</ul>
2365
2365
2366
<h3 id="searching-zebra">Searching - Zebra</h3>
2366
<h3 id="searching-zebra">Searching - Zebra</h3>
2367
2367
2368
<ul>
2368
<ul>
2369
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30528">[30528]</a> Limits are not correctly parsed when query contains CCL</li>
2369
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30528">[30528]</a> Limits are not correctly parsed when query contains CCL</li>
2370
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30879">[30879]</a> Add option to sort components by biblionumber</li>
2370
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30879">[30879]</a> Add option to sort components by biblionumber</li>
2371
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31532">[31532]</a> Zebra search results including 880 with original script incorrect because of Bug 15187</li>
2371
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31532">[31532]</a> Zebra search results including 880 with original script incorrect because of Bug 15187</li>
2372
</ul>
2372
</ul>
2373
2373
2374
<h3 id="selfcheckout">Self checkout</h3>
2374
<h3 id="selfcheckout">Self checkout</h3>
2375
2375
2376
<ul>
2376
<ul>
2377
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31488">[31488]</a> Rephrase "You have checked out too many items" to be friendlier</li>
2377
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31488">[31488]</a> Rephrase "You have checked out too many items" to be friendlier</li>
2378
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31496">[31496]</a> SCO slip uses data of patron's home library instead of the SCO staff users's library</li>
2378
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31496">[31496]</a> SCO slip uses data of patron's home library instead of the SCO staff users's library</li>
2379
</ul>
2379
</ul>
2380
2380
2381
<h3 id="serials">Serials</h3>
2381
<h3 id="serials">Serials</h3>
2382
2382
2383
<ul>
2383
<ul>
2384
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24010">[24010]</a> Number of issues to display to staff accepts non-integer values</p>
2384
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24010">[24010]</a> Number of issues to display to staff accepts non-integer values</p>
2385
2385
2386
<blockquote>
2386
<blockquote>
2387
  <p>This adds validation to the subscription entry form to check that the values for these fields are numbers:</p>
2387
  <p>This adds validation to the subscription entry form to check that the values for these fields are numbers:</p>
Lines 2391-2690 have already been fixed in maintainance releases)</p> Link Here
2391
  <li>Number of issues to display to the public</li>
2391
  <li>Number of issues to display to the public</li>
2392
  </ul>
2392
  </ul>
2393
</blockquote></li>
2393
</blockquote></li>
2394
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28950">[28950]</a> serialsUpdate cron does not mark an issue late until the next issue is expected</li>
2394
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28950">[28950]</a> serialsUpdate cron does not mark an issue late until the next issue is expected</li>
2395
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29608">[29608]</a> Editing numbering patterns does require full serials permission</li>
2395
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29608">[29608]</a> Editing numbering patterns does require full serials permission</li>
2396
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30973">[30973]</a> Serials search wrong body id</li>
2396
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30973">[30973]</a> Serials search wrong body id</li>
2397
</ul>
2397
</ul>
2398
2398
2399
<h3 id="staffinterface">Staff interface</h3>
2399
<h3 id="staffinterface">Staff interface</h3>
2400
2400
2401
<ul>
2401
<ul>
2402
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18556">[18556]</a> Message "Patron's address in doubt" is confusing</li>
2402
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18556">[18556]</a> Message "Patron's address in doubt" is confusing</li>
2403
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28723">[28723]</a> Holds table not displayed when it contains a biblio without title</li>
2403
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28723">[28723]</a> Holds table not displayed when it contains a biblio without title</li>
2404
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30471">[30471]</a> Typo in circulation rules - lost item fee refund policy</li>
2404
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30471">[30471]</a> Typo in circulation rules - lost item fee refund policy</li>
2405
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30499">[30499]</a> Keyboard shortcuts broken on several pages</li>
2405
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30499">[30499]</a> Keyboard shortcuts broken on several pages</li>
2406
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30798">[30798]</a> Columns Home library and Checked out from in wrong order on table settings for account_fines table</p>
2406
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30798">[30798]</a> Columns Home library and Checked out from in wrong order on table settings for account_fines table</p>
2407
2407
2408
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
2408
<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
2409
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31038">[31038]</a> Amounts in cashup summary modal no longer properly formatted</p>
2409
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31038">[31038]</a> Amounts in cashup summary modal no longer properly formatted</p>
2410
2410
2411
<blockquote>
2411
<blockquote>
2412
  <p>This fixes the formatting of amounts on the cashup summary modal (it uses the existing format_price JS include to format prices).  For example, the amount for a product was formatted as 15 instead of 15.00.</p>
2412
  <p>This fixes the formatting of amounts on the cashup summary modal (it uses the existing format_price JS include to format prices).  For example, the amount for a product was formatted as 15 instead of 15.00.</p>
2413
</blockquote></li>
2413
</blockquote></li>
2414
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31039">[31039]</a> Rebase issues lead to duplicate JS for cash summary modal printing</p>
2414
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31039">[31039]</a> Rebase issues lead to duplicate JS for cash summary modal printing</p>
2415
2415
2416
<blockquote>
2416
<blockquote>
2417
  <p>This fixes a duplicate print dialogue box appearing when printing the cashup summary for cash registers - ins some circumstances when cancelling the print dialogue, it reappeared instead of closing.</p>
2417
  <p>This fixes a duplicate print dialogue box appearing when printing the cashup summary for cash registers - ins some circumstances when cancelling the print dialogue, it reappeared instead of closing.</p>
2418
</blockquote></li>
2418
</blockquote></li>
2419
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31067">[31067]</a> Sub-tools permission not applying on intranet-main.tt</li>
2419
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31067">[31067]</a> Sub-tools permission not applying on intranet-main.tt</li>
2420
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31229">[31229]</a> Column visibility broken on patron search view</li>
2420
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31229">[31229]</a> Column visibility broken on patron search view</li>
2421
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31244">[31244]</a> Logout when not logged in raise a 500</li>
2421
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31244">[31244]</a> Logout when not logged in raise a 500</li>
2422
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31251">[31251]</a> "Clear" patron attribute link does not work</li>
2422
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31251">[31251]</a> "Clear" patron attribute link does not work</li>
2423
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31271">[31271]</a> "Edit search" always resets search options to keyword</li>
2423
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31271">[31271]</a> "Edit search" always resets search options to keyword</li>
2424
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31439">[31439]</a> Item count bullet (&bull;) should be easier to style/remove</li>
2424
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31439">[31439]</a> Item count bullet (&bull;) should be easier to style/remove</li>
2425
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31565">[31565]</a> Patron search filter by category code with special character returns no results</li>
2425
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31565">[31565]</a> Patron search filter by category code with special character returns no results</li>
2426
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31566">[31566]</a> 'Patrons selected' counter doubles on 'Select all'</li>
2426
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31566">[31566]</a> 'Patrons selected' counter doubles on 'Select all'</li>
2427
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31601">[31601]</a> Materials specified note should include an ID on both the check in and checkout pages</li>
2427
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31601">[31601]</a> Materials specified note should include an ID on both the check in and checkout pages</li>
2428
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31663">[31663]</a> Item not showing transit status on detail page in staff interface</li>
2428
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31663">[31663]</a> Item not showing transit status on detail page in staff interface</li>
2429
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31664">[31664]</a> Show pending transfers on catalog details page</li>
2429
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31664">[31664]</a> Show pending transfers on catalog details page</li>
2430
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31747">[31747]</a> Round corners in boxes</li>
2430
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31747">[31747]</a> Round corners in boxes</li>
2431
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31751">[31751]</a> Breadcrumb style</li>
2431
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31751">[31751]</a> Breadcrumb style</li>
2432
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31760">[31760]</a> Fix contrast of separator in top header in staff client (WCAG)</li>
2432
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31760">[31760]</a> Fix contrast of separator in top header in staff client (WCAG)</li>
2433
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31774">[31774]</a> Add 'page-section' to Manage staged MARC records page</li>
2433
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31774">[31774]</a> Add 'page-section' to Manage staged MARC records page</li>
2434
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31803">[31803]</a> "remove from cart" button displayed even if not in cart</li>
2434
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31803">[31803]</a> "remove from cart" button displayed even if not in cart</li>
2435
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31810">[31810]</a> Place hold button should be yellow</li>
2435
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31810">[31810]</a> Place hold button should be yellow</li>
2436
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31812">[31812]</a> Add yellow button to stage imports page</li>
2436
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31812">[31812]</a> Add yellow button to stage imports page</li>
2437
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31813">[31813]</a> Specify white-space: normal for spans styled as labels</li>
2437
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31813">[31813]</a> Specify white-space: normal for spans styled as labels</li>
2438
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31821">[31821]</a> Add page-section to vendor result list (acq)</li>
2438
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31821">[31821]</a> Add page-section to vendor result list (acq)</li>
2439
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31822">[31822]</a> Add page-section to vendor detail page (acq)</li>
2439
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31822">[31822]</a> Add page-section to vendor detail page (acq)</li>
2440
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31829">[31829]</a> Change password form in patron account is misaligned</li>
2440
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31829">[31829]</a> Change password form in patron account is misaligned</li>
2441
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31830">[31830]</a> Add page-section to budgets and funds table on acq start page (acq)</li>
2441
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31830">[31830]</a> Add page-section to budgets and funds table on acq start page (acq)</li>
2442
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31835">[31835]</a> Add page-section to holds queue</li>
2442
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31835">[31835]</a> Add page-section to holds queue</li>
2443
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31837">[31837]</a> Add page-section to basket summary page</li>
2443
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31837">[31837]</a> Add page-section to basket summary page</li>
2444
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31848">[31848]</a> Holds queue: Submit button for filters on the left is closer to nav than to its form</li>
2444
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31848">[31848]</a> Holds queue: Submit button for filters on the left is closer to nav than to its form</li>
2445
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31850">[31850]</a> Patron import: welcome email option style as list</li>
2445
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31850">[31850]</a> Patron import: welcome email option style as list</li>
2446
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31861">[31861]</a> Table controls on checkouts table are buttons</li>
2446
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31861">[31861]</a> Table controls on checkouts table are buttons</li>
2447
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31886">[31886]</a> No side menu when searching for syspref</li>
2447
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31886">[31886]</a> No side menu when searching for syspref</li>
2448
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31902">[31902]</a> Inconsistent table formatting for 'Existing holds'</li>
2448
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31902">[31902]</a> Inconsistent table formatting for 'Existing holds'</li>
2449
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31905">[31905]</a> Buttons lack spacing on holds</li>
2449
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31905">[31905]</a> Buttons lack spacing on holds</li>
2450
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31910">[31910]</a> Article request form is misaligned/misformatted</li>
2450
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31910">[31910]</a> Article request form is misaligned/misformatted</li>
2451
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31919">[31919]</a> Hovered items in "More" should change background color</li>
2451
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31919">[31919]</a> Hovered items in "More" should change background color</li>
2452
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31927">[31927]</a> Use bigger font-size for bibliographic information on staff details page</li>
2452
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31927">[31927]</a> Use bigger font-size for bibliographic information on staff details page</li>
2453
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31929">[31929]</a> On vendor edit page options are not aligned</li>
2453
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31929">[31929]</a> On vendor edit page options are not aligned</li>
2454
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31952">[31952]</a> Sending an empty system preference search breaks layout</li>
2454
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31952">[31952]</a> Sending an empty system preference search breaks layout</li>
2455
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31960">[31960]</a> Information on job detail view is misaligned</li>
2455
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31960">[31960]</a> Information on job detail view is misaligned</li>
2456
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31974">[31974]</a> Regression: Bug 31813 incorrectly affected labels in the header search</li>
2456
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31974">[31974]</a> Regression: Bug 31813 incorrectly affected labels in the header search</li>
2457
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32002">[32002]</a> Make submit button yellow on administration > Did you mean?</li>
2457
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32002">[32002]</a> Make submit button yellow on administration > Did you mean?</li>
2458
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32004">[32004]</a> Increase font size in top navigation pull downs</li>
2458
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32004">[32004]</a> Increase font size in top navigation pull downs</li>
2459
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32005">[32005]</a> Spacing between entries in left side navigation on staff catalog detail page is uneven</li>
2459
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32005">[32005]</a> Spacing between entries in left side navigation on staff catalog detail page is uneven</li>
2460
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32006">[32006]</a> Add page-section to local use system preference tab (admin)</li>
2460
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32006">[32006]</a> Add page-section to local use system preference tab (admin)</li>
2461
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32028">[32028]</a> Add page-section to various administration pages (part 2)</li>
2461
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32028">[32028]</a> Add page-section to various administration pages (part 2)</li>
2462
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32122">[32122]</a> Wrong permissions check on item circulation alerts</li>
2462
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32122">[32122]</a> Wrong permissions check on item circulation alerts</li>
2463
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32169">[32169]</a> Add page-section to item list on top of batch item edit (tools)</li>
2463
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32169">[32169]</a> Add page-section to item list on top of batch item edit (tools)</li>
2464
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32170">[32170]</a> Add page-section to CSV profiles (tools)</li>
2464
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32170">[32170]</a> Add page-section to CSV profiles (tools)</li>
2465
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32214">[32214]</a> Staff interface toolbar - no options when search catalog selected</li>
2465
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32214">[32214]</a> Staff interface toolbar - no options when search catalog selected</li>
2466
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32241">[32241]</a> Add page-section to list of records in batch record modificaton (tool)</li>
2466
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32241">[32241]</a> Add page-section to list of records in batch record modificaton (tool)</li>
2467
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32260">[32260]</a> Prevent alert when searching patron (autocomplete)</li>
2467
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32260">[32260]</a> Prevent alert when searching patron (autocomplete)</li>
2468
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32298">[32298]</a> Add page-section to cataloguing search results (cat)</p>
2468
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32298">[32298]</a> Add page-section to cataloguing search results (cat)</p>
2469
2469
2470
<p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
2470
<p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
2471
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32299">[32299]</a> Add page-section to Z39.50/SRU results (cat)</li>
2471
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32299">[32299]</a> Add page-section to Z39.50/SRU results (cat)</li>
2472
</ul>
2472
</ul>
2473
2473
2474
<h3 id="systemadministration">System Administration</h3>
2474
<h3 id="systemadministration">System Administration</h3>
2475
2475
2476
<ul>
2476
<ul>
2477
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30585">[30585]</a> Table settings for course_reserves_table are wrong due to lack of "Holding library" option</li>
2477
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30585">[30585]</a> Table settings for course_reserves_table are wrong due to lack of "Holding library" option</li>
2478
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30862">[30862]</a> Typo: langues</li>
2478
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30862">[30862]</a> Typo: langues</li>
2479
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30864">[30864]</a> Patron category form - no validation for password expiration field</p>
2479
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30864">[30864]</a> Patron category form - no validation for password expiration field</p>
2480
2480
2481
<blockquote>
2481
<blockquote>
2482
  <p>This adds validation to the "Password expiration" field on the patron category form. If letters or other characters were entered, there was no error message. If what was entered was not a number, then it was not saved.</p>
2482
  <p>This adds validation to the "Password expiration" field on the patron category form. If letters or other characters were entered, there was no error message. If what was entered was not a number, then it was not saved.</p>
2483
</blockquote></li>
2483
</blockquote></li>
2484
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31020">[31020]</a> PassItemMarcToXSLT only applies on results pages</p>
2484
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31020">[31020]</a> PassItemMarcToXSLT only applies on results pages</p>
2485
2485
2486
<blockquote>
2486
<blockquote>
2487
  <p>This fixes the note about the PassItemMarcToXSLT system preference so that it is only shown for the OPACXSLTResultsDisplay and XSLTResultsDisplay system preferences - it was appearing in all XSLT system preferences, when it only applies for results pages. (The note is removed from OPACXSLTListsDisplay, XSLTListsDisplay, OPACXSLTDetailsDisplay, and XSLTDetailsDisplay system preferences.)</p>
2487
  <p>This fixes the note about the PassItemMarcToXSLT system preference so that it is only shown for the OPACXSLTResultsDisplay and XSLTResultsDisplay system preferences - it was appearing in all XSLT system preferences, when it only applies for results pages. (The note is removed from OPACXSLTListsDisplay, XSLTListsDisplay, OPACXSLTDetailsDisplay, and XSLTDetailsDisplay system preferences.)</p>
2488
</blockquote></li>
2488
</blockquote></li>
2489
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31117">[31117]</a> Cloning standard circulation rules for all libraries show up as from '*'</li>
2489
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31117">[31117]</a> Cloning standard circulation rules for all libraries show up as from '*'</li>
2490
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31214">[31214]</a> Regression: subfield code editable in MARC framework editor</li>
2490
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31214">[31214]</a> Regression: subfield code editable in MARC framework editor</li>
2491
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31249">[31249]</a> update_patrons_category.pl cron does not log to action_logs</li>
2491
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31249">[31249]</a> update_patrons_category.pl cron does not log to action_logs</li>
2492
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31401">[31401]</a> Update administration sidebar to match entries on administration start page</li>
2492
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31401">[31401]</a> Update administration sidebar to match entries on administration start page</li>
2493
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31489">[31489]</a> Typo in EnableExpiredPasswordReset description</li>
2493
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31489">[31489]</a> Typo in EnableExpiredPasswordReset description</li>
2494
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31619">[31619]</a> Cannot select title when setting non-default value for OPACSuggestionMandatoryFields</p>
2494
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31619">[31619]</a> Cannot select title when setting non-default value for OPACSuggestionMandatoryFields</p>
2495
2495
2496
<blockquote>
2496
<blockquote>
2497
  <p>This fixes the OPACSuggestionMandatoryFields system preference so that the title field is visible and marked as mandatory (in red).</p>
2497
  <p>This fixes the OPACSuggestionMandatoryFields system preference so that the title field is visible and marked as mandatory (in red).</p>
2498
</blockquote></li>
2498
</blockquote></li>
2499
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31887">[31887]</a> Search on MARC field does not work in Elasticsearch mappings table</li>
2499
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31887">[31887]</a> Search on MARC field does not work in Elasticsearch mappings table</li>
2500
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31931">[31931]</a> Terminology for HoldsSplitQueue - staff client should be staff interface</p>
2500
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31931">[31931]</a> Terminology for HoldsSplitQueue - staff client should be staff interface</p>
2501
2501
2502
<blockquote>
2502
<blockquote>
2503
  <p>This fixes the description for the HoldsSplitQueue system preference so that it says "In the staff interface, ..." instead of "In the staff client, ...", as per the terminology guidelines.</p>
2503
  <p>This fixes the description for the HoldsSplitQueue system preference so that it says "In the staff interface, ..." instead of "In the staff client, ...", as per the terminology guidelines.</p>
2504
</blockquote></li>
2504
</blockquote></li>
2505
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31976">[31976]</a> Incorrect default category selected by authorized values page</li>
2505
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31976">[31976]</a> Incorrect default category selected by authorized values page</li>
2506
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31995">[31995]</a> build_holds_queue.pl should check to see if the RealTime syspref is on</li>
2506
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31995">[31995]</a> build_holds_queue.pl should check to see if the RealTime syspref is on</li>
2507
</ul>
2507
</ul>
2508
2508
2509
<h3 id="templates">Templates</h3>
2509
<h3 id="templates">Templates</h3>
2510
2510
2511
<ul>
2511
<ul>
2512
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13600">[13600]</a> XSLT: 8xx not showing if there is no 4xx</li>
2512
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13600">[13600]</a> XSLT: 8xx not showing if there is no 4xx</li>
2513
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20395">[20395]</a> Use Price formatter in more templates (paycollect, request, parcel, smart-rules)</li>
2513
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20395">[20395]</a> Use Price formatter in more templates (paycollect, request, parcel, smart-rules)</li>
2514
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27081">[27081]</a> Notes missing from lost items report column configuration when CSV export is active</li>
2514
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27081">[27081]</a> Notes missing from lost items report column configuration when CSV export is active</li>
2515
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29671">[29671]</a> Dropbox mode is unchecked after check in confirm on item with Materials specified</li>
2515
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29671">[29671]</a> Dropbox mode is unchecked after check in confirm on item with Materials specified</li>
2516
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30384">[30384]</a> Reindent template for ordering from a MARC file</li>
2516
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30384">[30384]</a> Reindent template for ordering from a MARC file</li>
2517
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30388">[30388]</a> Fix some errors in the template for ordering from a MARC file</li>
2517
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30388">[30388]</a> Fix some errors in the template for ordering from a MARC file</li>
2518
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30629">[30629]</a> <span> in title of patron card creator template needs to be removed</p>
2518
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30629">[30629]</a> <span> in title of patron card creator template needs to be removed</p>
2519
2519
2520
<blockquote>
2520
<blockquote>
2521
  <p>This removes <span> tags incorrectly displaying in browser page titles for some pages in the staff interface (Tools > Patron card creator > Layouts; Tools > Label creator > Manage > Label batches; Administration > Budgets administration > select a budget > Plan by ...).</p>
2521
  <p>This removes <span> tags incorrectly displaying in browser page titles for some pages in the staff interface (Tools > Patron card creator > Layouts; Tools > Label creator > Manage > Label batches; Administration > Budgets administration > select a budget > Plan by ...).</p>
2522
</blockquote></li>
2522
</blockquote></li>
2523
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30726">[30726]</a> Flatpickr's "yesterday" shortcut doesn't work if entry is limited to past dates</li>
2523
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30726">[30726]</a> Flatpickr's "yesterday" shortcut doesn't work if entry is limited to past dates</li>
2524
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30761">[30761]</a> Typo: PLease</li>
2524
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30761">[30761]</a> Typo: PLease</li>
2525
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30762">[30762]</a> Terminology: Go to Staff client</li>
2525
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30762">[30762]</a> Terminology: Go to Staff client</li>
2526
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30763">[30763]</a> Typo: Barcode proceeds bibliographic data</li>
2526
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30763">[30763]</a> Typo: Barcode proceeds bibliographic data</li>
2527
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30764">[30764]</a> Terminology: Cancelled reserve</p>
2527
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30764">[30764]</a> Terminology: Cancelled reserve</p>
2528
2528
2529
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2529
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2530
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30766">[30766]</a> Typo: Cannot cancel receipt. Possible reasons :</li>
2530
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30766">[30766]</a> Typo: Cannot cancel receipt. Possible reasons :</li>
2531
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30767">[30767]</a> Terminology: Do not forget that the issue has not been checked in yet.</p>
2531
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30767">[30767]</a> Terminology: Do not forget that the issue has not been checked in yet.</p>
2532
2532
2533
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2533
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2534
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30768">[30768]</a> Typo: pin should be PIN</li>
2534
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30768">[30768]</a> Typo: pin should be PIN</li>
2535
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30769">[30769]</a> Typo: Item typeX:</li>
2535
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30769">[30769]</a> Typo: Item typeX:</li>
2536
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30770">[30770]</a> Terminology: Lost reserve</p>
2536
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30770">[30770]</a> Terminology: Lost reserve</p>
2537
2537
2538
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2538
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2539
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30772">[30772]</a> Terminology: Replace instances of "reserve" with "hold"</li>
2539
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30772">[30772]</a> Terminology: Replace instances of "reserve" with "hold"</li>
2540
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30773">[30773]</a> Standardize spelling i-tive / Itiva</p>
2540
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30773">[30773]</a> Standardize spelling i-tive / Itiva</p>
2541
2541
2542
<blockquote>
2542
<blockquote>
2543
  <p>This standardizes the spelling used for i-tiva in the staff interface. When modifying notices (Tools > Notices &amp; slips > [select any notice]) the section is now labelled 'Phone ( i-tiva )' - this is now consistent with the table heading used for Tools > Overdue notice/status triggers.</p>
2543
  <p>This standardizes the spelling used for i-tiva in the staff interface. When modifying notices (Tools > Notices &amp; slips > [select any notice]) the section is now labelled 'Phone ( i-tiva )' - this is now consistent with the table heading used for Tools > Overdue notice/status triggers.</p>
2544
</blockquote></li>
2544
</blockquote></li>
2545
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30774">[30774]</a> Typo: i %sEdit %sReserve %s</li>
2545
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30774">[30774]</a> Typo: i %sEdit %sReserve %s</li>
2546
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30784">[30784]</a> Rephrase OPACMandatoryHoldDates slightly</p>
2546
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30784">[30784]</a> Rephrase OPACMandatoryHoldDates slightly</p>
2547
2547
2548
<blockquote>
2548
<blockquote>
2549
  <p>This updates the text for the OPACMandatoryHoldDates system preference. It replaces the URL for the form (opac-reserve) with a description, formats the note similar to other notes, and links to other system preferences mentioned in the description.</p>
2549
  <p>This updates the text for the OPACMandatoryHoldDates system preference. It replaces the URL for the form (opac-reserve) with a description, formats the note similar to other notes, and links to other system preferences mentioned in the description.</p>
2550
</blockquote></li>
2550
</blockquote></li>
2551
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30785">[30785]</a> Typo in SIP2SortBinMapping</li>
2551
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30785">[30785]</a> Typo in SIP2SortBinMapping</li>
2552
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30990">[30990]</a> Terminology: DefaultHoldPickupLocation</li>
2552
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30990">[30990]</a> Terminology: DefaultHoldPickupLocation</li>
2553
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30994">[30994]</a> Typo: item was on loan. couldn't be returned.</p>
2553
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30994">[30994]</a> Typo: item was on loan. couldn't be returned.</p>
2554
2554
2555
<blockquote>
2555
<blockquote>
2556
  <p>This updates some error messages for the inventory tool to make them more readable and consistent: punctuation fixed, capitalization made more consistent, and language corrections ("check in" instead of "return").</p>
2556
  <p>This updates some error messages for the inventory tool to make them more readable and consistent: punctuation fixed, capitalization made more consistent, and language corrections ("check in" instead of "return").</p>
2557
</blockquote></li>
2557
</blockquote></li>
2558
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31040">[31040]</a> jsTree image being used outside of jsTree plugin</p>
2558
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31040">[31040]</a> jsTree image being used outside of jsTree plugin</p>
2559
2559
2560
<blockquote>
2560
<blockquote>
2561
  <p>This fixes OPAC templates which had a missing "spinner" image when queries were being performed (such as for OpenLibrary, RecordedBooks, and OverDrive). Previously, they were using an image from the jsTree plugin - this was upgraded (see bug 11873), and the plugin's folder structure was changed. Templates now use /images/spinner-small.gif instead.</p>
2561
  <p>This fixes OPAC templates which had a missing "spinner" image when queries were being performed (such as for OpenLibrary, RecordedBooks, and OverDrive). Previously, they were using an image from the jsTree plugin - this was upgraded (see bug 11873), and the plugin's folder structure was changed. Templates now use /images/spinner-small.gif instead.</p>
2562
</blockquote></li>
2562
</blockquote></li>
2563
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31071">[31071]</a> Regression: date due removed from staff search results</p>
2563
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31071">[31071]</a> Regression: date due removed from staff search results</p>
2564
2564
2565
<blockquote>
2565
<blockquote>
2566
  <p>This fixes a regression introduced in Koha 21.11 that inadvertently removed the date due in the staff interface search results.</p>
2566
  <p>This fixes a regression introduced in Koha 21.11 that inadvertently removed the date due in the staff interface search results.</p>
2567
</blockquote></li>
2567
</blockquote></li>
2568
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31141">[31141]</a> We can remove 'select_column' from waiting_holds.inc</li>
2568
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31141">[31141]</a> We can remove 'select_column' from waiting_holds.inc</li>
2569
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31246">[31246]</a> <span> displayed in 'Additional fields' section</li>
2569
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31246">[31246]</a> <span> displayed in 'Additional fields' section</li>
2570
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31302">[31302]</a> Spelling: You can download the scanned materials via the following url(s):</p>
2570
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31302">[31302]</a> Spelling: You can download the scanned materials via the following url(s):</p>
2571
2571
2572
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2572
<p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2573
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31379">[31379]</a> Change results per page text for default</li>
2573
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31379">[31379]</a> Change results per page text for default</li>
2574
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31402">[31402]</a> Update tools sidebar to match tools start page</li>
2574
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31402">[31402]</a> Update tools sidebar to match tools start page</li>
2575
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31412">[31412]</a> Set focus for cursor to Name when adding a new SMTP server</li>
2575
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31412">[31412]</a> Set focus for cursor to Name when adding a new SMTP server</li>
2576
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31420">[31420]</a> Managing funds: Labels of statistic fields overlap with pull downs</li>
2576
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31420">[31420]</a> Managing funds: Labels of statistic fields overlap with pull downs</li>
2577
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31435">[31435]</a> "Configure this table" appears for non-configurable tables</li>
2577
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31435">[31435]</a> "Configure this table" appears for non-configurable tables</li>
2578
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31530">[31530]</a> HTML tags in TT comments in patron-search.inc</li>
2578
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31530">[31530]</a> HTML tags in TT comments in patron-search.inc</li>
2579
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31542">[31542]</a> Home page links wrong font-family</li>
2579
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31542">[31542]</a> Home page links wrong font-family</li>
2580
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31559">[31559]</a> Staff results page doesn't always use up full available screen width</li>
2580
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31559">[31559]</a> Staff results page doesn't always use up full available screen width</li>
2581
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31625">[31625]</a> Reindent tools home and tools sidebar</li>
2581
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31625">[31625]</a> Reindent tools home and tools sidebar</li>
2582
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31653">[31653]</a> jQuery upgrade broke search button hover effect</li>
2582
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31653">[31653]</a> jQuery upgrade broke search button hover effect</li>
2583
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31823">[31823]</a> Add page-section to uncertain prices page (acq)</li>
2583
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31823">[31823]</a> Add page-section to uncertain prices page (acq)</li>
2584
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31824">[31824]</a> Add page-section to list of pending/received orders (acq)</li>
2584
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31824">[31824]</a> Add page-section to list of pending/received orders (acq)</li>
2585
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31826">[31826]</a> Add page-section to item form on order receive page (acq)</li>
2585
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31826">[31826]</a> Add page-section to item form on order receive page (acq)</li>
2586
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31827">[31827]</a> Add page-section to list to log viewer</li>
2586
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31827">[31827]</a> Add page-section to list to log viewer</li>
2587
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31828">[31828]</a> Add page-section to list of open invoices on receive shipment page (acq)</li>
2587
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31828">[31828]</a> Add page-section to list of open invoices on receive shipment page (acq)</li>
2588
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31884">[31884]</a> In check in page submit button should be yellow</li>
2588
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31884">[31884]</a> In check in page submit button should be yellow</li>
2589
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31885">[31885]</a> In renew page submit button should be yellow</li>
2589
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31885">[31885]</a> In renew page submit button should be yellow</li>
2590
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31888">[31888]</a> In Elasticsearch mappings page save button should be yellow</li>
2590
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31888">[31888]</a> In Elasticsearch mappings page save button should be yellow</li>
2591
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31928">[31928]</a> Add page-section to callnumber browser value builder (cat)</li>
2591
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31928">[31928]</a> Add page-section to callnumber browser value builder (cat)</li>
2592
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31943">[31943]</a> Date inputs wider than other inputs</li>
2592
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31943">[31943]</a> Date inputs wider than other inputs</li>
2593
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31973">[31973]</a> Restore background color to message-style alerts</li>
2593
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31973">[31973]</a> Restore background color to message-style alerts</li>
2594
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31986">[31986]</a> Add page-section to various administration pages</li>
2594
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31986">[31986]</a> Add page-section to various administration pages</li>
2595
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31991">[31991]</a> Restore style of sidebar forms</li>
2595
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31991">[31991]</a> Restore style of sidebar forms</li>
2596
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31996">[31996]</a> Make note-style messages consistent with dialogs</li>
2596
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31996">[31996]</a> Make note-style messages consistent with dialogs</li>
2597
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32042">[32042]</a> Add page-section to catalog's item detail view</li>
2597
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32042">[32042]</a> Add page-section to catalog's item detail view</li>
2598
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32043">[32043]</a> Circulation alerts can overlap other elements on smaller screens</li>
2598
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32043">[32043]</a> Circulation alerts can overlap other elements on smaller screens</li>
2599
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32044">[32044]</a> Yellow buttons are styled differently in different spots</li>
2599
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32044">[32044]</a> Yellow buttons are styled differently in different spots</li>
2600
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32108">[32108]</a> Change "x" icon to replace patron when scheduling a pickup</li>
2600
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32108">[32108]</a> Change "x" icon to replace patron when scheduling a pickup</li>
2601
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32109">[32109]</a> Toolbar containing text links lacks spacing</li>
2601
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32109">[32109]</a> Toolbar containing text links lacks spacing</li>
2602
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32145">[32145]</a> Cancel hold modal confirm/submit button has a white background and text can't be read</li>
2602
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32145">[32145]</a> Cancel hold modal confirm/submit button has a white background and text can't be read</li>
2603
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32146">[32146]</a> Add page-section to course reserves</li>
2603
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32146">[32146]</a> Add page-section to course reserves</li>
2604
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32148">[32148]</a> Buttons must inherit Bootstrap size classes</li>
2604
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32148">[32148]</a> Buttons must inherit Bootstrap size classes</li>
2605
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32158">[32158]</a> Specify due date field is very long now</li>
2605
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32158">[32158]</a> Specify due date field is very long now</li>
2606
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32197">[32197]</a> Add page-section to catalog's stock rotation page</li>
2606
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32197">[32197]</a> Add page-section to catalog's stock rotation page</li>
2607
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32198">[32198]</a> Add page-section to stock rotation stages list (cat)</li>
2607
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32198">[32198]</a> Add page-section to stock rotation stages list (cat)</li>
2608
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32199">[32199]</a> Add page-section to various patron pages</li>
2608
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32199">[32199]</a> Add page-section to various patron pages</li>
2609
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32207">[32207]</a> Add page-section to some circulation pages</li>
2609
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32207">[32207]</a> Add page-section to some circulation pages</li>
2610
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32238">[32238]</a> Add page-section to label creator pages</li>
2610
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32238">[32238]</a> Add page-section to label creator pages</li>
2611
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32270">[32270]</a> Add page-section to label creator - manage label layouts</p>
2611
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32270">[32270]</a> Add page-section to label creator - manage label layouts</p>
2612
2612
2613
<p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
2613
<p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
2614
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32303">[32303]</a> DT pagination on system preference search result</li>
2614
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32303">[32303]</a> DT pagination on system preference search result</li>
2615
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32308">[32308]</a> Update Chocolat image viewer CSS to conform to redesign color scheme</li>
2615
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32308">[32308]</a> Update Chocolat image viewer CSS to conform to redesign color scheme</li>
2616
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32310">[32310]</a> Correct CSS in the staff interface which still uses old color scheme</li>
2616
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32310">[32310]</a> Correct CSS in the staff interface which still uses old color scheme</li>
2617
</ul>
2617
</ul>
2618
2618
2619
<h3 id="testsuite">Test Suite</h3>
2619
<h3 id="testsuite">Test Suite</h3>
2620
2620
2621
<ul>
2621
<ul>
2622
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29860">[29860]</a> Useless warnings in regressions.t</li>
2622
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29860">[29860]</a> Useless warnings in regressions.t</li>
2623
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30756">[30756]</a> Get skip block out of Koha_Authority.t and add TestBuilder</li>
2623
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30756">[30756]</a> Get skip block out of Koha_Authority.t and add TestBuilder</li>
2624
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30870">[30870]</a> Don't skip tests if Test::Deep is not installed</li>
2624
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30870">[30870]</a> Don't skip tests if Test::Deep is not installed</li>
2625
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31139">[31139]</a> basic_workflow.t is failing</li>
2625
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31139">[31139]</a> basic_workflow.t is failing</li>
2626
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31201">[31201]</a> Pseudonymization.t failing if selenium/patrons_search.t failed before</li>
2626
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31201">[31201]</a> Pseudonymization.t failing if selenium/patrons_search.t failed before</li>
2627
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31593">[31593]</a> Remove Test::DBIx::Class from Context.t</li>
2627
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31593">[31593]</a> Remove Test::DBIx::Class from Context.t</li>
2628
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31598">[31598]</a> Fix random failure on Jenkins for t/db_dependent/Upload.t</li>
2628
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31598">[31598]</a> Fix random failure on Jenkins for t/db_dependent/Upload.t</li>
2629
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31883">[31883]</a> Filter trim causes false warnings</li>
2629
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31883">[31883]</a> Filter trim causes false warnings</li>
2630
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32064">[32064]</a> Add missing test to template permission calculation</li>
2630
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32064">[32064]</a> Add missing test to template permission calculation</li>
2631
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32131">[32131]</a> Cypress tests are failing if ERMModule is off</li>
2631
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32131">[32131]</a> Cypress tests are failing if ERMModule is off</li>
2632
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32240">[32240]</a> api/erm_users.t fails if checkouts exist</li>
2632
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32240">[32240]</a> api/erm_users.t fails if checkouts exist</li>
2633
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32267">[32267]</a> Koha/ERM/Agreements.t is failing</li>
2633
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32267">[32267]</a> Koha/ERM/Agreements.t is failing</li>
2634
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32268">[32268]</a> t/db_dependent/XSLT.t is failing randomly</li>
2634
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32268">[32268]</a> t/db_dependent/XSLT.t is failing randomly</li>
2635
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32269">[32269]</a> Circulation.t is failing randomly</li>
2635
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32269">[32269]</a> Circulation.t is failing randomly</li>
2636
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32304">[32304]</a> Fix subtest search_limited and purge in BackgroundJobs.t</li>
2636
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32304">[32304]</a> Fix subtest search_limited and purge in BackgroundJobs.t</li>
2637
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32343">[32343]</a> Koha/Patron.t is failing randomly</li>
2637
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32343">[32343]</a> Koha/Patron.t is failing randomly</li>
2638
</ul>
2638
</ul>
2639
2639
2640
<h3 id="tools">Tools</h3>
2640
<h3 id="tools">Tools</h3>
2641
2641
2642
<ul>
2642
<ul>
2643
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28152">[28152]</a> Hidden error when importing an item with an existing itemnumber</li>
2643
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28152">[28152]</a> Hidden error when importing an item with an existing itemnumber</li>
2644
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28290">[28290]</a> Record matching rules with no subfields cause ISE</li>
2644
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28290">[28290]</a> Record matching rules with no subfields cause ISE</li>
2645
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327">[28327]</a> System preference CSVdelimiter special case for tabulation</p>
2645
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327">[28327]</a> System preference CSVdelimiter special case for tabulation</p>
2646
2646
2647
<blockquote>
2647
<blockquote>
2648
  <p>This fixes the CSV export so that data is correctly exported with a tab (\t) as the separator when this format is selected. This was incorrectly using the word 'tabulation' as the separator. (The default export format is set using the CSVdelimiter system preference.) In addition, the code where this is used was simplified (including several of the default reports, item search export, and the log viewer), and the default for CSVdelimiter was set to the comma separator.</p>
2648
  <p>This fixes the CSV export so that data is correctly exported with a tab (\t) as the separator when this format is selected. This was incorrectly using the word 'tabulation' as the separator. (The default export format is set using the CSVdelimiter system preference.) In addition, the code where this is used was simplified (including several of the default reports, item search export, and the log viewer), and the default for CSVdelimiter was set to the comma separator.</p>
2649
</blockquote></li>
2649
</blockquote></li>
2650
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30778">[30778]</a> ModBiblioInBatch is not used and can be removed</li>
2650
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30778">[30778]</a> ModBiblioInBatch is not used and can be removed</li>
2651
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30779">[30779]</a> Do not need to remove items from import biblios marc</li>
2651
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30779">[30779]</a> Do not need to remove items from import biblios marc</li>
2652
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30903">[30903]</a> CSV import of quotes broken</p>
2652
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30903">[30903]</a> CSV import of quotes broken</p>
2653
2653
2654
<blockquote>
2654
<blockquote>
2655
  <p>This fixes the import of quotes from a CSV file for the Quote of the Day feature.</p>
2655
  <p>This fixes the import of quotes from a CSV file for the Quote of the Day feature.</p>
2656
</blockquote></li>
2656
</blockquote></li>
2657
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30904">[30904]</a> (bug 24387 follow-up) Modifying library in news (additional contents) causes inconsistencies</li>
2657
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30904">[30904]</a> (bug 24387 follow-up) Modifying library in news (additional contents) causes inconsistencies</li>
2658
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30911">[30911]</a> Datatables error on course-details.pl after adding a bib-level course reserve</li>
2658
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30911">[30911]</a> Datatables error on course-details.pl after adding a bib-level course reserve</li>
2659
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31066">[31066]</a> Can't use regex in batch modification on fields associated with a plugin</li>
2659
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31066">[31066]</a> Can't use regex in batch modification on fields associated with a plugin</li>
2660
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31204">[31204]</a> Edit dropdown on results.tt should indicate it is record modification</li>
2660
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31204">[31204]</a> Edit dropdown on results.tt should indicate it is record modification</li>
2661
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31211">[31211]</a> Check slips and notices for valid Template Toolkit and report errors</li>
2661
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31211">[31211]</a> Check slips and notices for valid Template Toolkit and report errors</li>
2662
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31220">[31220]</a> Error when attempting to export selected labels as PDF</li>
2662
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31220">[31220]</a> Error when attempting to export selected labels as PDF</li>
2663
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31373">[31373]</a> Notice template validation is missing INCLUDE_PATH</li>
2663
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31373">[31373]</a> Notice template validation is missing INCLUDE_PATH</li>
2664
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31455">[31455]</a> Batch modification tool orders found items by itemnumber</li>
2664
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31455">[31455]</a> Batch modification tool orders found items by itemnumber</li>
2665
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31482">[31482]</a> Label creator does not call barcodedecode</li>
2665
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31482">[31482]</a> Label creator does not call barcodedecode</li>
2666
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31564">[31564]</a> Pass start label when exporting single label as PDF</li>
2666
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31564">[31564]</a> Pass start label when exporting single label as PDF</li>
2667
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31595">[31595]</a> Import patrons tool should not process extended attributes if no attributes are being imported</li>
2667
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31595">[31595]</a> Import patrons tool should not process extended attributes if no attributes are being imported</li>
2668
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31609">[31609]</a> JavaScript error on Additional contents main page</li>
2668
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31609">[31609]</a> JavaScript error on Additional contents main page</li>
2669
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31644">[31644]</a> MARCModification template fails to copy to/from subfield 0</li>
2669
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31644">[31644]</a> MARCModification template fails to copy to/from subfield 0</li>
2670
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31752">[31752]</a> Alignment of labels in notices is wonky</li>
2670
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31752">[31752]</a> Alignment of labels in notices is wonky</li>
2671
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31754">[31754]</a> Improve appearance of behavior of DataTables controls</li>
2671
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31754">[31754]</a> Improve appearance of behavior of DataTables controls</li>
2672
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31891">[31891]</a> Regression: show "MARC staging results" with clear link to manage staged batch</li>
2672
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31891">[31891]</a> Regression: show "MARC staging results" with clear link to manage staged batch</li>
2673
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32037">[32037]</a> Circulation module in action logs has bad links for deleted items</li>
2673
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32037">[32037]</a> Circulation module in action logs has bad links for deleted items</li>
2674
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32103">[32103]</a> Content field in HTML customizations is too narrow ( CodeMirror )</li>
2674
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32103">[32103]</a> Content field in HTML customizations is too narrow ( CodeMirror )</li>
2675
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32104">[32104]</a> Console error on additional_content.pl after saving</li>
2675
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32104">[32104]</a> Console error on additional_content.pl after saving</li>
2676
</ul>
2676
</ul>
2677
2677
2678
<h3 id="transactionlogs">Transaction logs</h3>
2678
<h3 id="transactionlogs">Transaction logs</h3>
2679
2679
2680
<ul>
2680
<ul>
2681
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28799">[28799]</a> Action logs should capture lost items found</li>
2681
<li><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28799">[28799]</a> Action logs should capture lost items found</li>
2682
</ul>
2682
</ul>
2683
2683
2684
<h3 id="webservices">Web services</h3>
2684
<h3 id="webservices">Web services</h3>
2685
2685
2686
<ul>
2686
<ul>
2687
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30636">[30636]</a> ILS-DI shows incorrect availability when not for loan by item type</p>
2687
<li><p><a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30636">[30636]</a> ILS-DI shows incorrect availability when not for loan by item type</p>
2688
2688
2689
<blockquote>
2689
<blockquote>
2690
  <p>This fixes the ILS-DI web service so that requests where item types are not for loan are correctly returned, the same as for the OPAC. Currently, the item not for loan status is ignored and records are shown as available.</p>
2690
  <p>This fixes the ILS-DI web service so that requests where item types are not for loan are correctly returned, the same as for the OPAC. Currently, the item not for loan status is ignored and records are shown as available.</p>
Lines 2777-2783 have already been fixed in maintainance releases)</p> Link Here
2777
documentation is</p>
2777
documentation is</p>
2778
2778
2779
<ul>
2779
<ul>
2780
<li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
2780
<li><a href="https://koha-community.org/documentation/">Koha Documentation</a></li>
2781
</ul>
2781
</ul>
2782
2782
2783
<p>The Git repository for the Koha manual can be found at</p>
2783
<p>The Git repository for the Koha manual can be found at</p>
Lines 2827-2846 interface are available in this release for the following languages:</p> Link Here
2827
<p>The Koha team welcomes additional translations; please see</p>
2827
<p>The Koha team welcomes additional translations; please see</p>
2828
2828
2829
<ul>
2829
<ul>
2830
<li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2830
<li><a href="https://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2831
</ul>
2831
</ul>
2832
2832
2833
<p>For information about translating Koha, and join the koha-translate 
2833
<p>For information about translating Koha, and join the koha-translate 
2834
list to volunteer:</p>
2834
list to volunteer:</p>
2835
2835
2836
<ul>
2836
<ul>
2837
<li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2837
<li><a href="https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2838
</ul>
2838
</ul>
2839
2839
2840
<p>The most up-to-date translations can be found at:</p>
2840
<p>The most up-to-date translations can be found at:</p>
2841
2841
2842
<ul>
2842
<ul>
2843
<li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
2843
<li><a href="https://translate.koha-community.org/">Koha Translation</a></li>
2844
</ul>
2844
</ul>
2845
2845
2846
<h2 id="releaseteam">Release Team</h2>
2846
<h2 id="releaseteam">Release Team</h2>
Lines 3236-3242 line is 22.11.x.</p> Link Here
3236
tracker at:</p>
3236
tracker at:</p>
3237
3237
3238
<ul>
3238
<ul>
3239
<li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
3239
<li><a href="https://bugs.koha-community.org">Koha Bugzilla</a></li>
3240
</ul>
3240
</ul>
3241
3241
3242
<p>He rau ringa e oti ai.
3242
<p>He rau ringa e oti ai.
(-)a/misc/release_notes/release_notes_22_11_00.md (-926 / +926 lines)
Lines 6-20 package (ILS). Development is sponsored by libraries of varying types Link Here
6
and sizes, volunteers, and support companies from around the world. The
6
and sizes, volunteers, and support companies from around the world. The
7
website for the Koha project is:
7
website for the Koha project is:
8
8
9
- [Koha Community](http://koha-community.org)
9
- [Koha Community](https://koha-community.org)
10
10
11
Koha 22.11.00 can be downloaded from:
11
Koha 22.11.00 can be downloaded from:
12
12
13
- [Download](http://download.koha-community.org/koha-22.11-latest.tar.gz)
13
- [Download](https://download.koha-community.org/koha-22.11-latest.tar.gz)
14
14
15
Installation instructions can be found at:
15
Installation instructions can be found at:
16
16
17
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
17
- [Koha Wiki](https://wiki.koha-community.org/wiki/Installation_Documentation)
18
- OR in the INSTALL files that come in the tarball
18
- OR in the INSTALL files that come in the tarball
19
19
20
Koha 22.11.00 is a major release, that comes with many new features.
20
Koha 22.11.00 is a major release, that comes with many new features.
Lines 42-53 You can learn about the system components (like OS and database) needed for runn Link Here
42
42
43
### Authentication
43
### Authentication
44
44
45
- [[30588]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30588) Add the option to require 2FA setup on first staff login
45
- [[30588]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30588) Add the option to require 2FA setup on first staff login
46
46
47
  **Sponsored by** *Rijksmuseum, Netherlands*
47
  **Sponsored by** *Rijksmuseum, Netherlands*
48
48
49
  >This adds a third option 'enforce' to the  TwoFactorAuthentication system preference. If chosen, staff will no longer be able to log into the staff client without setting up and using 2-factor authentication.
49
  >This adds a third option 'enforce' to the  TwoFactorAuthentication system preference. If chosen, staff will no longer be able to log into the staff client without setting up and using 2-factor authentication.
50
- [[31378]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31378) Add a generic OAuth2/OIDC client implementation
50
- [[31378]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31378) Add a generic OAuth2/OIDC client implementation
51
51
52
  **Sponsored by** *a ByWater Solutions partner*
52
  **Sponsored by** *a ByWater Solutions partner*
53
53
Lines 57-76 You can learn about the system components (like OS and database) needed for runn Link Here
57
57
58
### Cataloging
58
### Cataloging
59
59
60
- [[24606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606) Allow storing item values as a template for creating new items
60
- [[24606]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606) Allow storing item values as a template for creating new items
61
61
62
  >This new feature allows librarians to create and share "item templates" where one or more item field values can be set for a template. Templates can be applied on a one by one basis, or set for the remainder of the logged in session. Each template may be optionally shared ( read only ) to other catalogers. Librarians with the manage_item_editor_templates permission may edit any template regardless of who created it.
62
  >This new feature allows librarians to create and share "item templates" where one or more item field values can be set for a template. Templates can be applied on a one by one basis, or set for the remainder of the logged in session. Each template may be optionally shared ( read only ) to other catalogers. Librarians with the manage_item_editor_templates permission may edit any template regardless of who created it.
63
- [[24857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24857) Add ability to group items for records
63
- [[24857]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24857) Add ability to group items for records
64
64
65
  >This feature allows for libraries to group items within a record.  A new system preference has been added for this feature, EnableItemGroups. This system preference, once enabled, will allow the library to group specific items on a record to each other. A library can name the group and add items from the same record to this group. From the record, a new tab will appear and display on that item if it is part of a group.
65
  >This feature allows for libraries to group items within a record.  A new system preference has been added for this feature, EnableItemGroups. This system preference, once enabled, will allow the library to group specific items on a record to each other. A library can name the group and add items from the same record to this group. From the record, a new tab will appear and display on that item if it is part of a group.
66
66
67
### Circulation
67
### Circulation
68
68
69
- [[24860]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860) Add ability to place item group level holds
69
- [[24860]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860) Add ability to place item group level holds
70
70
71
  >With this feature you can now place holds on groups of items. A group consists of multiple items of the same record, representing for example, all items of a specific volume. When a hold for an item group is placed, only items of the requested group will be able to fill the hold.
71
  >With this feature you can now place holds on groups of items. A group consists of multiple items of the same record, representing for example, all items of a specific volume. When a hold for an item group is placed, only items of the requested group will be able to fill the hold.
72
  >The feature is enabled using the new EnableItemGroupHolds system preference. It also requires EnableItemGroups for managing item groups.
72
  >The feature is enabled using the new EnableItemGroupHolds system preference. It also requires EnableItemGroups for managing item groups.
73
- [[28854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28854) Add ability to create bundles of items for circulation
73
- [[28854]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28854) Add ability to create bundles of items for circulation
74
74
75
  >This new feature adds the ability to create item bundles for loans.
75
  >This new feature adds the ability to create item bundles for loans.
76
  >
76
  >
Lines 79-85 You can learn about the system components (like OS and database) needed for runn Link Here
79
  >Bundle items follow normal circulation rules for checkout. Upon check-in a new verification step is added where by the librarian is expected to scan each constituent item to varify it's presence in the bundle. If an item is missing from the bundle it is marked as lost with a new lost - Missing from bundle value.  If an item is found that is not expected to be in the bundle it it highlighted to the librarian after check-in so it can be placed to one side.
79
  >Bundle items follow normal circulation rules for checkout. Upon check-in a new verification step is added where by the librarian is expected to scan each constituent item to varify it's presence in the bundle. If an item is missing from the bundle it is marked as lost with a new lost - Missing from bundle value.  If an item is found that is not expected to be in the bundle it it highlighted to the librarian after check-in so it can be placed to one side.
80
  >
80
  >
81
  >**Sponsored by** *PTFS Europe*
81
  >**Sponsored by** *PTFS Europe*
82
- [[30650]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30650) Add a curbside pickup module
82
- [[30650]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30650) Add a curbside pickup module
83
83
84
  **Sponsored by** *Association KohaLa*
84
  **Sponsored by** *Association KohaLa*
85
85
Lines 90-96 You can learn about the system components (like OS and database) needed for runn Link Here
90
90
91
### ERM
91
### ERM
92
92
93
- [[32030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32030) Electronic resource management (ERM)
93
- [[32030]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32030) Electronic resource management (ERM)
94
94
95
  **Sponsored by** *BibLibre*, *ByWater Solutions* and *PTFS Europe*
95
  **Sponsored by** *BibLibre*, *ByWater Solutions* and *PTFS Europe*
96
96
Lines 98-107 You can learn about the system components (like OS and database) needed for runn Link Here
98
98
99
### Patrons
99
### Patrons
100
100
101
- [[12446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12446) Enable an adult to have a guarantor
101
- [[12446]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12446) Enable an adult to have a guarantor
102
102
103
  >Before only categories of a certain type can be guarantees for other patron categories of certain types (Adult to child, organisation to professional). With this new feature it's possible to define which patron categories can be guarantees independent of the category type. This enables relationships like adult to adult or organisation to adult.
103
  >Before only categories of a certain type can be guarantees for other patron categories of certain types (Adult to child, organisation to professional). With this new feature it's possible to define which patron categories can be guarantees independent of the category type. This enables relationships like adult to adult or organisation to adult.
104
- [[23681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23681) Make patron restrictions user definable
104
- [[23681]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23681) Make patron restrictions user definable
105
105
106
  **Sponsored by** *Koha-Suomi Oy* and *Loughborough University*
106
  **Sponsored by** *Koha-Suomi Oy* and *Loughborough University*
107
107
Lines 111-117 You can learn about the system components (like OS and database) needed for runn Link Here
111
111
112
### Searching
112
### Searching
113
113
114
- [[17170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17170) Add the ability to create 'saved searches' for use as filters when searching the catalog
114
- [[17170]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17170) Add the ability to create 'saved searches' for use as filters when searching the catalog
115
115
116
  **Sponsored by** *Round Rock Public Library*
116
  **Sponsored by** *Round Rock Public Library*
117
117
Lines 127-138 You can learn about the system components (like OS and database) needed for runn Link Here
127
127
128
### Staff interface
128
### Staff interface
129
129
130
- [[15326]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15326) Add CMS feature
130
- [[15326]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15326) Add CMS feature
131
131
132
  **Sponsored by** *Chartered Accountants Australia and New Zealand* and *Horowhenua Libraries Trust*
132
  **Sponsored by** *Chartered Accountants Australia and New Zealand* and *Horowhenua Libraries Trust*
133
133
134
  >This enhancement utilises the additional contents feature to add custom pages to the staff interface and the OPAC in the user's desired language.
134
  >This enhancement utilises the additional contents feature to add custom pages to the staff interface and the OPAC in the user's desired language.
135
- [[30952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952) New design for staff interface
135
- [[30952]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952) New design for staff interface
136
136
137
  >This is the result of a wide scale review of the staff interface user experience.
137
  >This is the result of a wide scale review of the staff interface user experience.
138
  >
138
  >
Lines 144-175 You can learn about the system components (like OS and database) needed for runn Link Here
144
144
145
### Acquisitions
145
### Acquisitions
146
146
147
- [[10086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10086) No way to go back to the basket on uncertain prices page
147
- [[10086]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10086) No way to go back to the basket on uncertain prices page
148
148
149
  **Sponsored by** *Catalyst*
149
  **Sponsored by** *Catalyst*
150
150
151
  >This updates the display of the uncertain prices page (Acquisitions > Uncertain prices):
151
  >This updates the display of the uncertain prices page (Acquisitions > Uncertain prices):
152
  >1. The basket name is now linked to the basket in the list of orders with uncertain prices, making it easier to quickly view the basket.
152
  >1. The basket name is now linked to the basket in the list of orders with uncertain prices, making it easier to quickly view the basket.
153
  >2. The edit link is now formatted as a button and moved into a column (similar to other areas), instead of being a text link in the order column.
153
  >2. The edit link is now formatted as a button and moved into a column (similar to other areas), instead of being a text link in the order column.
154
- [[15348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15348) Change/Edit estimated delivery date per order line
154
- [[15348]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15348) Change/Edit estimated delivery date per order line
155
155
156
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
156
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
157
157
158
  >This enhancement allows you to specify an estimated delivery date per order line. The specified estimated delivery date is also considered (alongside the calculated estimated delivery date, if no date has been specified) when searching for late orders and exporting late orders. You can also edit the estimated delivery date from the late orders page.
158
  >This enhancement allows you to specify an estimated delivery date per order line. The specified estimated delivery date is also considered (alongside the calculated estimated delivery date, if no date has been specified) when searching for late orders and exporting late orders. You can also edit the estimated delivery date from the late orders page.
159
- [[25763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25763) Allow update of order fund after receipt
159
- [[25763]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25763) Allow update of order fund after receipt
160
- [[27817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27817) Enhance display of title information throughout acquisitions
160
- [[27817]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27817) Enhance display of title information throughout acquisitions
161
161
162
  >This adds remainder of title/subtitle, medium, part name, and part number to several pages in the acquisitions module.
162
  >This adds remainder of title/subtitle, medium, part name, and part number to several pages in the acquisitions module.
163
- [[28269]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28269) Order search should be possible with ISSN too
163
- [[28269]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28269) Order search should be possible with ISSN too
164
164
165
  >This adds ISSN as a new search option to the acquisitions advanced search form. If SearchWithISSNVariations is enabled, you'll be able to search for the ISSN with and without the hyphen.
165
  >This adds ISSN as a new search option to the acquisitions advanced search form. If SearchWithISSNVariations is enabled, you'll be able to search for the ISSN with and without the hyphen.
166
- [[29983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29983) Display the return claims column in the circulation overdues page (overdue.tt)
166
- [[29983]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29983) Display the return claims column in the circulation overdues page (overdue.tt)
167
167
168
  >This enhancement adds the "Return claims" column to the circulation overdues page, like it is on a patron's check out and details pages. Display or hide the column using the column settings options. It can also be configured using the table settings options in the administration area - it is hidden by default.
168
  >This enhancement adds the "Return claims" column to the circulation overdues page, like it is on a patron's check out and details pages. Display or hide the column using the column settings options. It can also be configured using the table settings options in the administration area - it is hidden by default.
169
- [[31017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31017) Add type field for vendors
169
- [[31017]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31017) Add type field for vendors
170
170
171
  >This enhancement adds a new field to record the vendor type when creating or editing vendors. This field can be used as a free text field, or a drop-down menu if there are authorized values in the VENDOR_TYPE authorized value category.
171
  >This enhancement adds a new field to record the vendor type when creating or editing vendors. This field can be used as a free text field, or a drop-down menu if there are authorized values in the VENDOR_TYPE authorized value category.
172
- [[31115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31115) Additional fields for invoices
172
- [[31115]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31115) Additional fields for invoices
173
173
174
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
174
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
175
175
Lines 177-282 You can learn about the system components (like OS and database) needed for runn Link Here
177
  >There is a new 'Manage invoice fields' page in the acquisitions administration to configure the fields.
177
  >There is a new 'Manage invoice fields' page in the acquisitions administration to configure the fields.
178
  >Users can name additional fields, tie them to authorised values, and specify whether the fields can be searched in the acquisitions module.
178
  >Users can name additional fields, tie them to authorised values, and specify whether the fields can be searched in the acquisitions module.
179
  >This also adds a new entry to the admin page for additional fields.
179
  >This also adds a new entry to the admin page for additional fields.
180
- [[31257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31257) Add a new English 1 page layout to export a basket as PDF
180
- [[31257]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31257) Add a new English 1 page layout to export a basket as PDF
181
181
182
  **Sponsored by** *Pymble Ladies' College*
182
  **Sponsored by** *Pymble Ladies' College*
183
183
184
  >This patch adds a new English 1 page layout to be used when exporting a basket group as PDF. It can be selected as a new  option from the OrderPdfFormat system preference.
184
  >This patch adds a new English 1 page layout to be used when exporting a basket group as PDF. It can be selected as a new  option from the OrderPdfFormat system preference.
185
- [[31333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31333) Add the ability to limit purchase suggestions by patron category
185
- [[31333]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31333) Add the ability to limit purchase suggestions by patron category
186
186
187
  **Sponsored by** *Catalyst*
187
  **Sponsored by** *Catalyst*
188
188
189
  >Exclude patron categories from submitting OPAC purchase suggestions by selecting them in the new suggestionPatronCategoryExceptions system preference.
189
  >Exclude patron categories from submitting OPAC purchase suggestions by selecting them in the new suggestionPatronCategoryExceptions system preference.
190
- [[31374]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31374) Add a non-public note column to the suggestions table
190
- [[31374]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31374) Add a non-public note column to the suggestions table
191
191
192
  >This enhancement adds a non-public notes field to the suggestions tables in the staff interface. It is displayed by default in the suggestion management tables, and is configurable using the table settings.
192
  >This enhancement adds a non-public notes field to the suggestions tables in the staff interface. It is displayed by default in the suggestion management tables, and is configurable using the table settings.
193
- [[31377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31377) Add basket's internal note to tables on vendor search result list
193
- [[31377]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31377) Add basket's internal note to tables on vendor search result list
194
- [[31388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31388) Add select2 to fund selection in new order form
194
- [[31388]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31388) Add select2 to fund selection in new order form
195
- [[31459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31459) Make order receive page faster on systems with many budgets
195
- [[31459]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31459) Make order receive page faster on systems with many budgets
196
- [[31569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31569) Remove GetImportsRecordRange from acqui/addorderiso2709
196
- [[31569]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31569) Remove GetImportsRecordRange from acqui/addorderiso2709
197
- [[31586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31586) Log basket number as object when an email order is sent
197
- [[31586]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31586) Log basket number as object when an email order is sent
198
198
199
### Architecture, internals, and plumbing
199
### Architecture, internals, and plumbing
200
200
201
- [[15545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15545) Remove remainders of unfinished reqholdnotes functionality
201
- [[15545]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15545) Remove remainders of unfinished reqholdnotes functionality
202
- [[23991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23991) Move SearchSuggestion to Koha::Suggestions
202
- [[23991]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23991) Move SearchSuggestion to Koha::Suggestions
203
- [[24295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24295) C4::Circulation::GetTransfers should be removed, use Koha::Item->get_transfer instead
203
- [[24295]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24295) C4::Circulation::GetTransfers should be removed, use Koha::Item->get_transfer instead
204
- [[27272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27272) Move C4::Items::GetItemsInfo to Koha namespace
204
- [[27272]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27272) Move C4::Items::GetItemsInfo to Koha namespace
205
205
206
  >Another step on the old code refactoring. At this time, related to item information display.
206
  >Another step on the old code refactoring. At this time, related to item information display.
207
  >
207
  >
208
  >There are several DB queries that get avoided with this change as well, leading to more performant processing of requests.
208
  >There are several DB queries that get avoided with this change as well, leading to more performant processing of requests.
209
- [[27342]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27342) Improve readability and improvement of C4::Auth::get_template_and_user
209
- [[27342]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27342) Improve readability and improvement of C4::Auth::get_template_and_user
210
- [[28186]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28186) Use Koha::Authority in C4::AuthoritiesMarc::AddAuthority
210
- [[28186]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28186) Use Koha::Authority in C4::AuthoritiesMarc::AddAuthority
211
- [[29454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29454) Stash itemtypes in plugin objects to reduce DB calls
211
- [[29454]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29454) Stash itemtypes in plugin objects to reduce DB calls
212
- [[29623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623) Cache effective circulation rules
212
- [[29623]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623) Cache effective circulation rules
213
- [[29672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672) Increase performance of Koha::Plugins->call
213
- [[29672]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672) Increase performance of Koha::Plugins->call
214
- [[29697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697) Replace GetMarcBiblio occurrences with $biblio->metadata->record
214
- [[29697]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697) Replace GetMarcBiblio occurrences with $biblio->metadata->record
215
- [[29744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29744) Harmonize psgi/plack detection methods
215
- [[29744]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29744) Harmonize psgi/plack detection methods
216
- [[29883]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29883) Uninitialized value warning when GetAuthorisedValues gets called with no parameters
216
- [[29883]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29883) Uninitialized value warning when GetAuthorisedValues gets called with no parameters
217
- [[29939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29939) Replace opac-ratings-ajax.pl with a new REST API route
217
- [[29939]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29939) Replace opac-ratings-ajax.pl with a new REST API route
218
- [[29955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29955) Move C4::Acquisition::populate_order_with_prices to Koha::Acquisition::Order
218
- [[29955]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29955) Move C4::Acquisition::populate_order_with_prices to Koha::Acquisition::Order
219
- [[30016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30016) Remove GetOpenIssue subroutine
219
- [[30016]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30016) Remove GetOpenIssue subroutine
220
- [[30042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30042) Remove Date::Calc use
220
- [[30042]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30042) Remove Date::Calc use
221
- [[30057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30057) Move Virtualshelves exceptions to their own file
221
- [[30057]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30057) Move Virtualshelves exceptions to their own file
222
- [[30168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30168) Use checkout object in GetSoonestRenewDate
222
- [[30168]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30168) Use checkout object in GetSoonestRenewDate
223
- [[30275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275) Checkout renewals should be stored in their own table
223
- [[30275]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275) Checkout renewals should be stored in their own table
224
224
225
  **Sponsored by** *Loughborough University*
225
  **Sponsored by** *Loughborough University*
226
226
227
  >This enhancement adds a renewals table to store details of a checkouts renewals.
227
  >This enhancement adds a renewals table to store details of a checkouts renewals.
228
- [[30420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30420) Rename Koha::Patron->get_overdues with ->overdues
228
- [[30420]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30420) Rename Koha::Patron->get_overdues with ->overdues
229
229
230
  >This enhancement makes the method naming more consistent.
230
  >This enhancement makes the method naming more consistent.
231
- [[30543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30543) Decouple DumpSearchQueryTemplate from other template dump preferences
231
- [[30543]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30543) Decouple DumpSearchQueryTemplate from other template dump preferences
232
- [[30578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30578) We should drop circ/ysearch.pl in preference to using the REST API's
232
- [[30578]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30578) We should drop circ/ysearch.pl in preference to using the REST API's
233
- [[30612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30612) Add account_lines method to Koha::[Old::]Checkout
233
- [[30612]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30612) Add account_lines method to Koha::[Old::]Checkout
234
- [[30830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30830) Add Koha Objects  for Koha Import Items
234
- [[30830]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30830) Add Koha Objects  for Koha Import Items
235
- [[30848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30848) Introduce Koha::Filter::ExpandCodedFields
235
- [[30848]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30848) Introduce Koha::Filter::ExpandCodedFields
236
- [[30874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30874) Simplify patron category handling in memberentry
236
- [[30874]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30874) Simplify patron category handling in memberentry
237
- [[30877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30877) use List::MoreUtils::uniq from recalls_to_pull.pl
237
- [[30877]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30877) use List::MoreUtils::uniq from recalls_to_pull.pl
238
- [[30901]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30901) Add template method to be able to look up renewal data in Koha slips and notices
238
- [[30901]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30901) Add template method to be able to look up renewal data in Koha slips and notices
239
239
240
  >This adds a way to print information about renewals to notices with Template Toolkit. This includes the numbers for used renewals, allowed renewals and remaining renewals and more.
240
  >This adds a way to print information about renewals to notices with Template Toolkit. This includes the numbers for used renewals, allowed renewals and remaining renewals and more.
241
  >Documentation: https://wiki.koha-community.org/wiki/Notices_with_Template_Toolkit#Example:_CirculationRules.Renewals
241
  >Documentation: https://wiki.koha-community.org/wiki/Notices_with_Template_Toolkit#Example:_CirculationRules.Renewals
242
- [[30921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30921) Replace use of C4::XSLT::transformMARCXML4XSLT with RecordProcessor
242
- [[30921]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30921) Replace use of C4::XSLT::transformMARCXML4XSLT with RecordProcessor
243
- [[30950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30950) timepicker.inc is no longer used and should be removed
243
- [[30950]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30950) timepicker.inc is no longer used and should be removed
244
- [[30982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30982) Use the REST API for background job list view
244
- [[30982]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30982) Use the REST API for background job list view
245
- [[31001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31001) "CGI::param called in list context" warning in basket.pl flooding error log
245
- [[31001]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31001) "CGI::param called in list context" warning in basket.pl flooding error log
246
246
247
  >This fixes the cause of a warning message that appears in the system logs when emailing an order to a vendor (Acquisitions > [select a vendor] > [select a basket] > E-mal order). The warning message was "[WARN] CGI::param called in list context from /kohadevbox/koha/acqui/basket.pl line 175, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 414.".
247
  >This fixes the cause of a warning message that appears in the system logs when emailing an order to a vendor (Acquisitions > [select a vendor] > [select a basket] > E-mal order). The warning message was "[WARN] CGI::param called in list context from /kohadevbox/koha/acqui/basket.pl line 175, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 414.".
248
- [[31183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31183) Add Koha::Item::Transfers->filter_by_current
248
- [[31183]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31183) Add Koha::Item::Transfers->filter_by_current
249
- [[31306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31306) Add Koha::Items->search_ordered method
249
- [[31306]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31306) Add Koha::Items->search_ordered method
250
- [[31308]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31308) Remove GetItemsInfo from basket/basket
250
- [[31308]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31308) Remove GetItemsInfo from basket/basket
251
- [[31309]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31309) Remove GetItemsInfo from basket/sendbasket
251
- [[31309]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31309) Remove GetItemsInfo from basket/sendbasket
252
- [[31310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31310) Remove GetItemsInfo from catalogue/imageviewer
252
- [[31310]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31310) Remove GetItemsInfo from catalogue/imageviewer
253
- [[31311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31311) Remove GetItemsInfo from labels/label-item-search
253
- [[31311]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31311) Remove GetItemsInfo from labels/label-item-search
254
- [[31312]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31312) Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl
254
- [[31312]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31312) Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl
255
- [[31313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31313) Remove GetItemsInfo from opac-detail
255
- [[31313]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31313) Remove GetItemsInfo from opac-detail
256
- [[31314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31314) Remove GetItemsInfo from opac-reserve.pl
256
- [[31314]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31314) Remove GetItemsInfo from opac-reserve.pl
257
- [[31315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31315) Remove GetItemsInfo from moredetail
257
- [[31315]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31315) Remove GetItemsInfo from moredetail
258
- [[31316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31316) Remove GetItemsInfo from opac-sendbasket
258
- [[31316]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31316) Remove GetItemsInfo from opac-sendbasket
259
- [[31317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31317) Remove GetItemsInfo from opac-tags
259
- [[31317]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31317) Remove GetItemsInfo from opac-tags
260
- [[31318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31318) Remove GetItemsInfo from serials/routing-preview
260
- [[31318]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31318) Remove GetItemsInfo from serials/routing-preview
261
- [[31319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31319) Remove GetItemsInfo from tags/list.pl
261
- [[31319]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31319) Remove GetItemsInfo from tags/list.pl
262
- [[31320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31320) Remove GetItemsInfo from virtualshelves/sendshelf.pl
262
- [[31320]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31320) Remove GetItemsInfo from virtualshelves/sendshelf.pl
263
- [[31321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31321) Remove GetItemsInfo from catalogue/detail.pl
263
- [[31321]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31321) Remove GetItemsInfo from catalogue/detail.pl
264
- [[31328]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31328) Make Koha::Item->get_transfer* use Koha::Item::Transfers->filter_by_current
264
- [[31328]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31328) Make Koha::Item->get_transfer* use Koha::Item::Transfers->filter_by_current
265
- [[31389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31389) Calculate user permissions in separate function
265
- [[31389]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31389) Calculate user permissions in separate function
266
- [[31517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31517) C4::Tags should use Koha::Tags objects instead of raw SQL
266
- [[31517]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31517) C4::Tags should use Koha::Tags objects instead of raw SQL
267
- [[31519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31519) Unused template parameters in request.pl
267
- [[31519]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31519) Unused template parameters in request.pl
268
- [[31590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31590) Remove Text::CSV::Unicode
268
- [[31590]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31590) Remove Text::CSV::Unicode
269
- [[31666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31666) Add job progress bar to stage-marc-import.pl
269
- [[31666]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31666) Add job progress bar to stage-marc-import.pl
270
- [[31776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31776) Typo in cleanup_database.pl cron's help/usage
270
- [[31776]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31776) Typo in cleanup_database.pl cron's help/usage
271
271
272
### Authentication
272
### Authentication
273
273
274
- [[25936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25936) Notify users if their password has changed
274
- [[25936]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25936) Notify users if their password has changed
275
275
276
  >When the system preference NotifyPasswordChange is set to 'Notify' a notification will be sent to the user when their password is changed. The new notification uses the letter code PASSCHANGE.
276
  >When the system preference NotifyPasswordChange is set to 'Notify' a notification will be sent to the user when their password is changed. The new notification uses the letter code PASSCHANGE.
277
  >
277
  >
278
  >**Sponsored by** *PTFS Europe*
278
  >**Sponsored by** *PTFS Europe*
279
- [[28787]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28787) Send a notice with the TOTP token
279
- [[28787]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28787) Send a notice with the TOTP token
280
280
281
  **Sponsored by** *Rijksmuseum, Netherlands*
281
  **Sponsored by** *Rijksmuseum, Netherlands*
282
282
Lines 284-298 You can learn about the system components (like OS and database) needed for runn Link Here
284
  >patron once it's authenticated
284
  >patron once it's authenticated
285
  >
285
  >
286
  >The new notice template is '2FA_OTP_TOKEN'.
286
  >The new notice template is '2FA_OTP_TOKEN'.
287
- [[31495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31495) Allow viewing CMS pages when enforcing GDPR policy
287
- [[31495]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31495) Allow viewing CMS pages when enforcing GDPR policy
288
288
289
### Cataloging
289
### Cataloging
290
290
291
- [[23063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23063) Item table in cataloguing doesn't respect CurrencyFormat
291
- [[23063]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23063) Item table in cataloguing doesn't respect CurrencyFormat
292
292
293
  >This makes sure that the price and replacement price of an item is displayed according to the CurrencyFormat setting in the items table above the add/edit item form.
293
  >This makes sure that the price and replacement price of an item is displayed according to the CurrencyFormat setting in the items table above the add/edit item form.
294
- [[26368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26368) Add support for OCLC Encoding level values
294
- [[26368]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26368) Add support for OCLC Encoding level values
295
- [[27981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981) Add option to automatically set the 001 control number to the biblionumber
295
- [[27981]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981) Add option to automatically set the 001 control number to the biblionumber
296
296
297
  >This patch adds a new system preference:
297
  >This patch adds a new system preference:
298
  >autoControlNumber
298
  >autoControlNumber
Lines 300-346 You can learn about the system components (like OS and database) needed for runn Link Here
300
  >The systempreference has two options, Control Number (001) is:
300
  >The systempreference has two options, Control Number (001) is:
301
  > - generated as biblionumber: will set field 001 to the biblionumber when you create a new record or edit an existing record and clear the 001 field. If a value is present in 001 when saving the record it will be preserved.When duplicating a record the pre-existing 001 will be removed.
301
  > - generated as biblionumber: will set field 001 to the biblionumber when you create a new record or edit an existing record and clear the 001 field. If a value is present in 001 when saving the record it will be preserved.When duplicating a record the pre-existing 001 will be removed.
302
  > - not generated automatically: the 001 field will not be touched
302
  > - not generated automatically: the 001 field will not be touched
303
- [[30392]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30392) Add a deleted_on column to deleteditems
303
- [[30392]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30392) Add a deleted_on column to deleteditems
304
- [[30504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30504) Value builder for UNIMARC field 181
304
- [[30504]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30504) Value builder for UNIMARC field 181
305
305
306
  >This enhancement for UNIMARC field 181 adds value builders for subfields $a, $b, $c, and $2. These are based on the official UNIMARC codes.
306
  >This enhancement for UNIMARC field 181 adds value builders for subfields $a, $b, $c, and $2. These are based on the official UNIMARC codes.
307
- [[30506]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30506) Value builder for UNIMARC field 182
307
- [[30506]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30506) Value builder for UNIMARC field 182
308
308
309
  >This enhancement for UNIMARC field 182 adds value builders for subfields $a, $c, and $2. These are based on the official UNIMARC codes.
309
  >This enhancement for UNIMARC field 182 adds value builders for subfields $a, $c, and $2. These are based on the official UNIMARC codes.
310
- [[30507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30507) Value builder for UNIMARC field 183
310
- [[30507]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30507) Value builder for UNIMARC field 183
311
311
312
  >This enhancement for UNIMARC field 183 adds value builders for subfields $a and $2. These are based on the official UNIMARC codes.
312
  >This enhancement for UNIMARC field 183 adds value builders for subfields $a and $2. These are based on the official UNIMARC codes.
313
- [[30716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30716) Add Collection column to cn_browser results table
313
- [[30716]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30716) Add Collection column to cn_browser results table
314
- [[30775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30775) 952w should have datepicker plugin enabled for it by default
314
- [[30775]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30775) 952w should have datepicker plugin enabled for it by default
315
315
316
  >This enhancement adds the date picker to 952$w (price effective from). 
316
  >This enhancement adds the date picker to 952$w (price effective from). 
317
  >
317
  >
318
  >This improves usability (952$d (date acquired) has the date picker enabled) and also adds date field validation (the date is added to the database as YYYY-MM-DD and when entered incorrectly it can lead to crashes in other areas).
318
  >This improves usability (952$d (date acquired) has the date picker enabled) and also adds date field validation (the date is added to the database as YYYY-MM-DD and when entered incorrectly it can lead to crashes in other areas).
319
- [[30871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30871) Make it clear that 008 Type of Material is controlled by Leader 6th position in MARC21
319
- [[30871]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30871) Make it clear that 008 Type of Material is controlled by Leader 6th position in MARC21
320
320
321
  >This enhancement adds title elements or clarifies existing title elements to indicate how default values are chosen (for both the default and advanced editor).
321
  >This enhancement adds title elements or clarifies existing title elements to indicate how default values are chosen (for both the default and advanced editor).
322
- [[30941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30941) Add value builders for UNIMARC 146 ($b, $c, $d, $e and $f)
322
- [[30941]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30941) Add value builders for UNIMARC 146 ($b, $c, $d, $e and $f)
323
323
324
  >This enhancement adds value builders for UNIMARC 146$b, $c, $d, $e, and $f.
324
  >This enhancement adds value builders for UNIMARC 146$b, $c, $d, $e, and $f.
325
- [[30997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30997) "CGI::param called in list context" warning in detail.pl flooding error log
325
- [[30997]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30997) "CGI::param called in list context" warning in detail.pl flooding error log
326
326
327
  >This fixes the cause of "CGI::param called in list context from" warning messages that appear in the log files when viewing record detail pages in the staff interface.
327
  >This fixes the cause of "CGI::param called in list context from" warning messages that appear in the log files when viewing record detail pages in the staff interface.
328
- [[31250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31250) Don't remove advanced/basic cataloging editor cookie on logout
328
- [[31250]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31250) Don't remove advanced/basic cataloging editor cookie on logout
329
- [[31371]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31371) Value builder for UNIMARC field 283
329
- [[31371]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31371) Value builder for UNIMARC field 283
330
- [[31372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31372) Value builder for UNIMARC field 325
330
- [[31372]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31372) Value builder for UNIMARC field 325
331
- [[31417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31417) Re-instate the cataloguing sidebar menu
331
- [[31417]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31417) Re-instate the cataloguing sidebar menu
332
- [[31536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31536) Add UNIMARC framework plugin to fetch PPN from sudoc.fr
332
- [[31536]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31536) Add UNIMARC framework plugin to fetch PPN from sudoc.fr
333
333
334
  >This enhancement adds a UNIMARC plugin (unimarc_field_009_ppn.pl) that uses sudoc.fr web services (isbn2ppn, issn2ppn, ean2ppn) to search for the Sudoc record identifier (PPN) using the ISBN, ISSN, or EAN identifiers as the search criteria. The plugin expects the ISBN in 010$a, ISSN in 011$a, and EAN in 073$a.
334
  >This enhancement adds a UNIMARC plugin (unimarc_field_009_ppn.pl) that uses sudoc.fr web services (isbn2ppn, issn2ppn, ean2ppn) to search for the Sudoc record identifier (PPN) using the ISBN, ISSN, or EAN identifiers as the search criteria. The plugin expects the ISBN in 010$a, ISSN in 011$a, and EAN in 073$a.
335
335
336
### Circulation
336
### Circulation
337
337
338
- [[7021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7021) Add patron category to the statistics table
338
- [[7021]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7021) Add patron category to the statistics table
339
339
340
  **Sponsored by** *Koha-Suomi Oy*
340
  **Sponsored by** *Koha-Suomi Oy*
341
- [[20262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20262) Add ability to refund lost item fees without creating credits
341
- [[20262]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20262) Add ability to refund lost item fees without creating credits
342
- [[21381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21381) Add serial enumeration to circulation history
342
- [[21381]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21381) Add serial enumeration to circulation history
343
- [[23012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23012) Possibility to mark processing fee by default refund when item is found
343
- [[23012]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23012) Possibility to mark processing fee by default refund when item is found
344
344
345
  **Sponsored by** *Auckland University of Technology*
345
  **Sponsored by** *Auckland University of Technology*
346
346
Lines 348-378 You can learn about the system components (like OS and database) needed for runn Link Here
348
  >- refunded
348
  >- refunded
349
  >- refunded if unpaid
349
  >- refunded if unpaid
350
  >- kept
350
  >- kept
351
- [[23838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838) Add ability to view item renew history
351
- [[23838]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838) Add ability to view item renew history
352
352
353
  **Sponsored by** *Loughborough University*
353
  **Sponsored by** *Loughborough University*
354
354
355
  >This enhancement adds a modal to display checkout renewal history details where appropriate. This includes the circulation history and the items tab of the staff detail page.
355
  >This enhancement adds a modal to display checkout renewal history details where appropriate. This includes the circulation history and the items tab of the staff detail page.
356
- [[29129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29129) The clear screen and print icons in circulation should be configuarable to print either ISSUESLIP or ISSUEQSLIP
356
- [[29129]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29129) The clear screen and print icons in circulation should be configuarable to print either ISSUESLIP or ISSUEQSLIP
357
357
358
  >This enhancement expands upon the 'DisplayClearScreenButton' allowing the choice of printing either the ISSUESLIP or the ISSUEQSLIP when using the printclearscreen icon.
358
  >This enhancement expands upon the 'DisplayClearScreenButton' allowing the choice of printing either the ISSUESLIP or the ISSUEQSLIP when using the printclearscreen icon.
359
- [[30407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30407) Add ability to syspref UpdateNotForLoanStatusOnCheckin to show only the notforloan values description
359
- [[30407]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30407) Add ability to syspref UpdateNotForLoanStatusOnCheckin to show only the notforloan values description
360
360
361
  **Sponsored by** *Koha-Suomi Oy*
361
  **Sponsored by** *Koha-Suomi Oy*
362
- [[30802]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30802) numReturnedItemsToShow doesn't show more than 20 items on the return screen
362
- [[30802]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30802) numReturnedItemsToShow doesn't show more than 20 items on the return screen
363
- [[30905]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30905) Show waiting recalls in patron account on checkouts tab
363
- [[30905]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30905) Show waiting recalls in patron account on checkouts tab
364
364
365
  **Sponsored by** *Catalyst*
365
  **Sponsored by** *Catalyst*
366
366
367
  >This enhancement shows recalls ready for pick-up on the patron's account so they can't be missed.
367
  >This enhancement shows recalls ready for pick-up on the patron's account so they can't be missed.
368
- [[30947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30947) Simplify date handling in CanbookBeIssued
368
- [[30947]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30947) Simplify date handling in CanbookBeIssued
369
- [[30964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30964) Add information about overdues and restrictions on the curbside pickup list
369
- [[30964]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30964) Add information about overdues and restrictions on the curbside pickup list
370
370
371
  **Sponsored by** *Association KohaLa*
371
  **Sponsored by** *Association KohaLa*
372
- [[30965]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30965) Add patron autocomplete search to curbside pickups
372
- [[30965]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30965) Add patron autocomplete search to curbside pickups
373
373
374
  **Sponsored by** *Association KohaLa*
374
  **Sponsored by** *Association KohaLa*
375
- [[31157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31157) overdue_notices.pl --frombranch option should be available as a system preference
375
- [[31157]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31157) overdue_notices.pl --frombranch option should be available as a system preference
376
376
377
  >This patch adds a new system preference "OverdueNoticeFrom" that overrides the --frombranch parameter of the overdue_notices.pl cronjob. 
377
  >This patch adds a new system preference "OverdueNoticeFrom" that overrides the --frombranch parameter of the overdue_notices.pl cronjob. 
378
  >
378
  >
Lines 381-404 You can learn about the system components (like OS and database) needed for runn Link Here
381
  >The default value is "command-line option", meaning if there is a branch specified in the cronjob, the behavior will not change.
381
  >The default value is "command-line option", meaning if there is a branch specified in the cronjob, the behavior will not change.
382
  >
382
  >
383
  >**Sponsored by** *PTFS Europe*
383
  >**Sponsored by** *PTFS Europe*
384
- [[31261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31261) Curbside pickups - remove slots in the past
384
- [[31261]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31261) Curbside pickups - remove slots in the past
385
385
386
  **Sponsored by** *Association KohaLa*
386
  **Sponsored by** *Association KohaLa*
387
- [[31262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31262) Curbside pickups - disable dates without slots
387
- [[31262]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31262) Curbside pickups - disable dates without slots
388
388
389
  **Sponsored by** *Association KohaLa*
389
  **Sponsored by** *Association KohaLa*
390
- [[31265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31265) Curbside pickups - improve slots selection
390
- [[31265]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31265) Curbside pickups - improve slots selection
391
- [[31419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31419) Add accesskeys to recall modal
391
- [[31419]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31419) Add accesskeys to recall modal
392
- [[31485]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31485) Move ItemsDeniedRenewal checks from C4::Circulation to Koha::Item
392
- [[31485]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31485) Move ItemsDeniedRenewal checks from C4::Circulation to Koha::Item
393
- [[31753]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31753) Dialog boxes inside of modals don't seem wide enough
393
- [[31753]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31753) Dialog boxes inside of modals don't seem wide enough
394
394
395
### Command-line Utilities
395
### Command-line Utilities
396
396
397
- [[17379]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17379) Add a man page for koha-passwd
397
- [[17379]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17379) Add a man page for koha-passwd
398
- [[21903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21903) koha-dump be able to include koha-upload
398
- [[21903]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21903) koha-dump be able to include koha-upload
399
399
400
  **Sponsored by** *Orex Digital*
400
  **Sponsored by** *Orex Digital*
401
- [[26311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26311) Add patron invalid age to search_for_data_inconsistencies.pl
401
- [[26311]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26311) Add patron invalid age to search_for_data_inconsistencies.pl
402
402
403
  >This enhancement to the command line script used for searching for data inconsistencies (misc/maintenance/search_for_data_inconsistencies.pl) now lists patrons where their age doesn't match the criteria set for the patron category. 
403
  >This enhancement to the command line script used for searching for data inconsistencies (misc/maintenance/search_for_data_inconsistencies.pl) now lists patrons where their age doesn't match the criteria set for the patron category. 
404
  >
404
  >
Lines 415-422 You can learn about the system components (like OS and database) needed for runn Link Here
415
  > * Patron borrowernumber=44 has an invalid age of 70 for their category 'PT' (20 to 60)
415
  > * Patron borrowernumber=44 has an invalid age of 70 for their category 'PT' (20 to 60)
416
  >
416
  >
417
  >Note: Where a patron's age can't be calculated (for example: a school or other organisation, or the date of birth is missing), then they are not included in the checks.
417
  >Note: Where a patron's age can't be calculated (for example: a school or other organisation, or the date of birth is missing), then they are not included in the checks.
418
- [[28555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28555) Improve output of verbose option for overdue_notices.pl
418
- [[28555]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28555) Improve output of verbose option for overdue_notices.pl
419
- [[30684]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30684) koha-* scripts --restart should start even when not running
419
- [[30684]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30684) koha-* scripts --restart should start even when not running
420
420
421
  **Sponsored by** *Catalyst*
421
  **Sponsored by** *Catalyst*
422
422
Lines 428-527 You can learn about the system components (like OS and database) needed for runn Link Here
428
  >[ ok ] Starting Plack daemon for kohadev:.
428
  >[ ok ] Starting Plack daemon for kohadev:.
429
  >
429
  >
430
  >Previously if a service was not running an error message was generated (Error: {servicename} not running for ${instancename}") and a start command for the service was required.
430
  >Previously if a service was not running an error message was generated (Error: {servicename} not running for ${instancename}") and a start command for the service was required.
431
- [[31155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31155) Document --since option in help of borrowers-force-messaging-defaults.pl
431
- [[31155]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31155) Document --since option in help of borrowers-force-messaging-defaults.pl
432
432
433
  >This enhancement adds a brief explanation of the --since option for borrowers-force-messaging-defaults.pl.
433
  >This enhancement adds a brief explanation of the --since option for borrowers-force-messaging-defaults.pl.
434
- [[31203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31203) Cronjobs should log completion as well as logging begin
434
- [[31203]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31203) Cronjobs should log completion as well as logging begin
435
- [[31342]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31342) process_message_queue can run over the top of itself causing double-up emails
435
- [[31342]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31342) process_message_queue can run over the top of itself causing double-up emails
436
436
437
  **Sponsored by** *ByWater Solutions*
437
  **Sponsored by** *ByWater Solutions*
438
- [[31854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31854) Document conflict with delete_patrons.pl --not_borrowed_since and anonymization
438
- [[31854]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31854) Document conflict with delete_patrons.pl --not_borrowed_since and anonymization
439
- [[31969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31969) Options for cleanup_database.pl to remove finished jobs from the background job queue
439
- [[31969]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31969) Options for cleanup_database.pl to remove finished jobs from the background job queue
440
440
441
### Database
441
### Database
442
442
443
- [[30571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30571) Table z3950servers: Make host, syntax and encoding NOT NULL
443
- [[30571]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30571) Table z3950servers: Make host, syntax and encoding NOT NULL
444
444
445
### ERM
445
### ERM
446
446
447
- [[32130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32130) Vue files must be kept tidy
447
- [[32130]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32130) Vue files must be kept tidy
448
448
449
### Fines and fees
449
### Fines and fees
450
450
451
- [[24865]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24865) Customize the accountlines description
451
- [[24865]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24865) Customize the accountlines description
452
452
453
  >This patch adds a new notice/slip: OVERDUE_FINE_DESC
453
  >This patch adds a new notice/slip: OVERDUE_FINE_DESC
454
  >
454
  >
455
  >This can be used to customize the accountlines description for overdue fines that can access objects for the checkout, the item, and the borrower
455
  >This can be used to customize the accountlines description for overdue fines that can access objects for the checkout, the item, and the borrower
456
- [[27802]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27802) Set focus for cursor on first input field when adding a cash register
456
- [[27802]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27802) Set focus for cursor on first input field when adding a cash register
457
457
458
  **Sponsored by** *Catalyst*
458
  **Sponsored by** *Catalyst*
459
- [[30335]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30335) Add ability to hide/disable manual invoices and manual credits in patron accounts
459
- [[30335]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30335) Add ability to hide/disable manual invoices and manual credits in patron accounts
460
- [[30619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30619) Add the option to email receipts as an alternative to printing
460
- [[30619]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30619) Add the option to email receipts as an alternative to printing
461
461
462
  **Sponsored by** *Martin Renvoize*
462
  **Sponsored by** *Martin Renvoize*
463
463
464
  >This enhancement adds an email receipt option to the Point of Sale module, along with a sample notice (RECEIPT). When completing a transaction, there is now an 'Email receipt' button next to 'Print receipt' button - the email address is entered in a pop-up window if the email receipt option is selected.
464
  >This enhancement adds an email receipt option to the Point of Sale module, along with a sample notice (RECEIPT). When completing a transaction, there is now an 'Email receipt' button next to 'Print receipt' button - the email address is entered in a pop-up window if the email receipt option is selected.
465
- [[31121]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31121) Format date range on top of cashup summary page
465
- [[31121]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31121) Format date range on top of cashup summary page
466
466
467
  >This fixes the formatting of dates on the cashup summary modal (it uses the existing $datetime JS include).
467
  >This fixes the formatting of dates on the cashup summary modal (it uses the existing $datetime JS include).
468
  >
468
  >
469
  >**Sponsored by** *PTFS Europe*
469
  >**Sponsored by** *PTFS Europe*
470
- [[31163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31163) Sort cashup history so that newest entries are first
470
- [[31163]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31163) Sort cashup history so that newest entries are first
471
- [[31254]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31254) Add additional fields for accountlines
471
- [[31254]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31254) Add additional fields for accountlines
472
- [[31713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31713) Allow easy printing of patron's fines
472
- [[31713]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31713) Allow easy printing of patron's fines
473
473
474
  >Adds the option to print an accounts summary from the print pull down in the patron's account in the staff interface. This uses the new notice ACCOUNTS_SUMMARY.
474
  >Adds the option to print an accounts summary from the print pull down in the patron's account in the staff interface. This uses the new notice ACCOUNTS_SUMMARY.
475
475
476
### Hold requests
476
### Hold requests
477
477
478
- [[14364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364) Allow automatically canceled expired waiting holds to fill the next hold
478
- [[14364]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364) Allow automatically canceled expired waiting holds to fill the next hold
479
- [[14783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14783) Allow patrons to change pickup location for non-waiting holds
479
- [[14783]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14783) Allow patrons to change pickup location for non-waiting holds
480
480
481
  **Sponsored by** *Lund University Library, Sweden*
481
  **Sponsored by** *Lund University Library, Sweden*
482
482
483
  >This enhancement allows patrons to change the pickup location of non-waiting holds from the opac.
483
  >This enhancement allows patrons to change the pickup location of non-waiting holds from the opac.
484
  >
484
  >
485
  >The new system preference "OPACAllowUserToChangeBranch" controls at what stages the pickup location can be changed (Pending, In-transit, Suspended).
485
  >The new system preference "OPACAllowUserToChangeBranch" controls at what stages the pickup location can be changed (Pending, In-transit, Suspended).
486
- [[29057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29057) Use font awesome icons on request.pl
486
- [[29057]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29057) Use font awesome icons on request.pl
487
487
488
  >This enhancement updates the arrows used on the holds page for a record to change the hold priority. Instead of using images for the arrows, Font Awesome icons are now used.
488
  >This enhancement updates the arrows used on the holds page for a record to change the hold priority. Instead of using images for the arrows, Font Awesome icons are now used.
489
  >
489
  >
490
  >In addition, you can now override the icons using any Font Awesome icons in the IntranetUserCSS system preference. For an example, see https://gitlab.com/-/snippets/2319364
490
  >In addition, you can now override the icons using any Font Awesome icons in the IntranetUserCSS system preference. For an example, see https://gitlab.com/-/snippets/2319364
491
- [[30500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30500) Add option to allow user to change the pickup location while a hold is in transit
491
- [[30500]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30500) Add option to allow user to change the pickup location while a hold is in transit
492
492
493
  **Sponsored by** *Montgomery County Public Libraries*
493
  **Sponsored by** *Montgomery County Public Libraries*
494
- [[30878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30878) Canceling holds from 'Holds awaiting pickup' should not reset the selected tab
494
- [[30878]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30878) Canceling holds from 'Holds awaiting pickup' should not reset the selected tab
495
- [[31105]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31105) Holds to pull counts items from other branches when independentbranches is active
495
- [[31105]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31105) Holds to pull counts items from other branches when independentbranches is active
496
- [[31948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31948) Add timestamp to tmp_holdsqueue
496
- [[31948]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31948) Add timestamp to tmp_holdsqueue
497
497
498
  >This adds a timestamp column to the tmp_holdsqueue table that the holds queue in circulation is built from. With RealTimeHoldsQueue this will enable reporting on the date and time an entry was added to the holds queue.
498
  >This adds a timestamp column to the tmp_holdsqueue table that the holds queue in circulation is built from. With RealTimeHoldsQueue this will enable reporting on the date and time an entry was added to the holds queue.
499
499
500
### I18N/L10N
500
### I18N/L10N
501
501
502
- [[28708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28708) fr-CA localization file
502
- [[28708]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28708) fr-CA localization file
503
- [[30028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30028) Patron message delete confirmation untranslatable
503
- [[30028]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30028) Patron message delete confirmation untranslatable
504
504
505
  >This fixes the patron delete messages dialogue box to make the message shown translatable.
505
  >This fixes the patron delete messages dialogue box to make the message shown translatable.
506
- [[30733]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30733) Simplify translatable strings
506
- [[30733]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30733) Simplify translatable strings
507
507
508
  >Cleanup of translatable text done by guiding the string extractor to make it do simpler strings for translators instead of large concatenation of long strings in the code with a lot of unnecessary %s placeholders.
508
  >Cleanup of translatable text done by guiding the string extractor to make it do simpler strings for translators instead of large concatenation of long strings in the code with a lot of unnecessary %s placeholders.
509
- [[31068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31068) Context for translation: Print (verb) vs. Print (noun)
509
- [[31068]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31068) Context for translation: Print (verb) vs. Print (noun)
510
510
511
  >This enhancement adds context for translation purposes to the term 'Print' for notices and slips message transport types (email, print, SMS). (In English, the word "print" is the same whether it is a verb (to print something) or a noun (a print of something), however, for other languages different words may be used. When the word is in a sentence, it's not too difficult to translate, but in cases where the string to translate is simply "Print", it is often used in different cases (noun or verb). For example: in French there are two different spellings, "Imprimer" or "Imprimé".)
511
  >This enhancement adds context for translation purposes to the term 'Print' for notices and slips message transport types (email, print, SMS). (In English, the word "print" is the same whether it is a verb (to print something) or a noun (a print of something), however, for other languages different words may be used. When the word is in a sentence, it's not too difficult to translate, but in cases where the string to translate is simply "Print", it is often used in different cases (noun or verb). For example: in French there are two different spellings, "Imprimer" or "Imprimé".)
512
- [[31715]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31715) Add missing German translations for language descriptions
512
- [[31715]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31715) Add missing German translations for language descriptions
513
513
514
  >This adds the missing German translations for languages, as seen in the language list on the advanced search in staff interface and OPAC.
514
  >This adds the missing German translations for languages, as seen in the language list on the advanced search in staff interface and OPAC.
515
- [[31807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31807) Context for translation: Filter (verb) vs. Filter (noun)
515
- [[31807]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31807) Context for translation: Filter (verb) vs. Filter (noun)
516
516
517
  >This enhancement adds some context for translators for the term "Filter" when used as a noun as opposed to a verb.
517
  >This enhancement adds some context for translators for the term "Filter" when used as a noun as opposed to a verb.
518
518
519
### ILL
519
### ILL
520
520
521
- [[22321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22321) Make it possible to edit illrequests.borrowernumber
521
- [[22321]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22321) Make it possible to edit illrequests.borrowernumber
522
- [[24239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24239) Let the ILL module set ad hoc hard due dates
522
- [[24239]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24239) Let the ILL module set ad hoc hard due dates
523
- [[28909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28909) Allow Interlibrary loans illview method to use backend template
523
- [[28909]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28909) Allow Interlibrary loans illview method to use backend template
524
- [[30484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30484) Interlibrary loans should have the ability to send notices based on request supplier updates
524
- [[30484]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30484) Interlibrary loans should have the ability to send notices based on request supplier updates
525
525
526
  >This interlibrary loans module enhancement allows backend developers to trigger notices to patrons upon certain backend actions.
526
  >This interlibrary loans module enhancement allows backend developers to trigger notices to patrons upon certain backend actions.
527
  >
527
  >
Lines 529-550 You can learn about the system components (like OS and database) needed for runn Link Here
529
529
530
### Installation and upgrade (command-line installer)
530
### Installation and upgrade (command-line installer)
531
531
532
- [[25622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25622) Change way MySQL password is generated by koha-create
532
- [[25622]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25622) Change way MySQL password is generated by koha-create
533
- [[29673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29673) Allow an English sql localization script
533
- [[29673]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29673) Allow an English sql localization script
534
- [[32191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32191) Consistent upgrade messages
534
- [[32191]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32191) Consistent upgrade messages
535
535
536
### Installation and upgrade (web-based installer)
536
### Installation and upgrade (web-based installer)
537
537
538
- [[31403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31403) Activate circulation sidebar (CircSidebar system preference) on default in new installations
538
- [[31403]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31403) Activate circulation sidebar (CircSidebar system preference) on default in new installations
539
539
540
### Label/patron card printing
540
### Label/patron card printing
541
541
542
- [[28512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28512) Quick spine label creator: Add CSS class with logged in library's branchcode
542
- [[28512]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28512) Quick spine label creator: Add CSS class with logged in library's branchcode
543
- [[31633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31633) Add home and holding data attributes to quick spine label print to help customizing
543
- [[31633]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31633) Add home and holding data attributes to quick spine label print to help customizing
544
544
545
### Lists
545
### Lists
546
546
547
- [[11889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11889) Option to keep public or shared lists when deleting patron
547
- [[11889]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11889) Option to keep public or shared lists when deleting patron
548
548
549
  **Sponsored by** *Catalyst*
549
  **Sponsored by** *Catalyst*
550
550
Lines 553-576 You can learn about the system components (like OS and database) needed for runn Link Here
553
  >It allows you to choose between the existing behavior of just deleting all lists when deleting a patron, or transfer ownership of public and shared lists to the staff member that deleted the patron.
553
  >It allows you to choose between the existing behavior of just deleting all lists when deleting a patron, or transfer ownership of public and shared lists to the staff member that deleted the patron.
554
  >
554
  >
555
  >Follow-up reports will allow for even more flexibility.
555
  >Follow-up reports will allow for even more flexibility.
556
- [[25498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498) Allow to change owner of public or shared list
556
- [[25498]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498) Allow to change owner of public or shared list
557
557
558
  >This enhancement allows staff members with sufficient permissions to change the owner of a public list.
558
  >This enhancement allows staff members with sufficient permissions to change the owner of a public list.
559
  >
559
  >
560
  >It also add the possibility for the owner of a shared list to transfer ownership to one of the other users of the list via the opac shelves form. Implicitly, we hereby add the option of showing which users are currently sharing the list to the owner.
560
  >It also add the possibility for the owner of a shared list to transfer ownership to one of the other users of the list via the opac shelves form. Implicitly, we hereby add the option of showing which users are currently sharing the list to the owner.
561
- [[29114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29114) Can not add barcodes with whitespaces at the beginning to the list
561
- [[29114]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29114) Can not add barcodes with whitespaces at the beginning to the list
562
562
563
  >This fixes an issue where barcodes with white spaces at the beginning could not be added to a list.
563
  >This fixes an issue where barcodes with white spaces at the beginning could not be added to a list.
564
- [[30933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30933) Add a designated owner for shared and public lists at patron deletion
564
- [[30933]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30933) Add a designated owner for shared and public lists at patron deletion
565
565
566
  >This enhancement enables the transfer of public list ownership when a patron is deleted (from the staff interface, and scripts or cron jobs such as misc/cronjobs/delete_patrons.pl). A new system preference ListOwnershipUponPatronDeletion sets the action to take when a patron with public lists is deleted (options: delete the lists or change owner of these lists). If set to change the owner, the lists are transferred to the borrower number set in the new ListOwnerDesignated system preference.
566
  >This enhancement enables the transfer of public list ownership when a patron is deleted (from the staff interface, and scripts or cron jobs such as misc/cronjobs/delete_patrons.pl). A new system preference ListOwnershipUponPatronDeletion sets the action to take when a patron with public lists is deleted (options: delete the lists or change owner of these lists). If set to change the owner, the lists are transferred to the borrower number set in the new ListOwnerDesignated system preference.
567
567
568
### MARC Authority data support
568
### MARC Authority data support
569
569
570
- [[30218]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30218) Add subfield g to 150 heading_fields
570
- [[30218]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30218) Add subfield g to 150 heading_fields
571
571
572
  **Sponsored by** *Steiermärkische Landesbibliothek*
572
  **Sponsored by** *Steiermärkische Landesbibliothek*
573
- [[30280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30280) Support authority records with common subject headings from different thesaurus
573
- [[30280]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30280) Support authority records with common subject headings from different thesaurus
574
574
575
  **Sponsored by** *Lund University Library, Sweden*
575
  **Sponsored by** *Lund University Library, Sweden*
576
576
Lines 586-617 You can learn about the system components (like OS and database) needed for runn Link Here
586
586
587
### MARC Bibliographic data support
587
### MARC Bibliographic data support
588
588
589
- [[21705]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21705) Map copyrightdate to both 260/264c by default for new MARC21 installations
589
- [[21705]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21705) Map copyrightdate to both 260/264c by default for new MARC21 installations
590
590
591
  >This enhancement adds a default mapping from 264c to biblio.copyrightdate for MARC21. Previously, it was only mapped to 260c. Now it is mapped to both. 
591
  >This enhancement adds a default mapping from 264c to biblio.copyrightdate for MARC21. Previously, it was only mapped to 260c. Now it is mapped to both. 
592
  >**This only affects new installations. For current installations, you need to add it manually through Administration > Koha to MARC mapping.
592
  >**This only affects new installations. For current installations, you need to add it manually through Administration > Koha to MARC mapping.
593
- [[25449]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25449) Make itemtype mandatory by default
593
- [[25449]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25449) Make itemtype mandatory by default
594
- [[30430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30430) UNIMARC XSLT : displaying field B_214
594
- [[30430]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30430) UNIMARC XSLT : displaying field B_214
595
595
596
### MARC Bibliographic record staging/import
596
### MARC Bibliographic record staging/import
597
597
598
- [[27421]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27421) Porting tools/stage-marc-import.pl to BackgroundJob
598
- [[27421]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27421) Porting tools/stage-marc-import.pl to BackgroundJob
599
599
600
### Notices
600
### Notices
601
601
602
- [[19966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19966) Add ability to pass objects directly to slips and notices
602
- [[19966]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19966) Add ability to pass objects directly to slips and notices
603
- [[26689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26689) Monetary accounts notices should be definable at the credit_type/debit_type level
603
- [[26689]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26689) Monetary accounts notices should be definable at the credit_type/debit_type level
604
604
605
  >**Sponsored by** *PTFS Europe*
605
  >**Sponsored by** *PTFS Europe*
606
  >
606
  >
607
  >This enhancement allows end users to define their account notices (print receipt and print invoice for example) at the debit type and credit type level.
607
  >This enhancement allows end users to define their account notices (print receipt and print invoice for example) at the debit type and credit type level.
608
  >
608
  >
609
  >Simply add a new notice with code 'DEBIT_your_debit_type_code' or 'CREDIT_your_credit_type_code' to the notices and we will pick that over the existing default 'ACCOUNT_DEBIT' and 'ACCOUNT_CREDIT' notices.
609
  >Simply add a new notice with code 'DEBIT_your_debit_type_code' or 'CREDIT_your_credit_type_code' to the notices and we will pick that over the existing default 'ACCOUNT_DEBIT' and 'ACCOUNT_CREDIT' notices.
610
- [[27265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27265) process_message_queue.pl cron should be able to take multiple types as a parameter
610
- [[27265]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27265) process_message_queue.pl cron should be able to take multiple types as a parameter
611
611
612
  >This patch adds the ability to specify several types or letter codes when running the process_message_queue script. This allows libraries to consolidate calls when some message types or letter codes are scheduled differently than others
612
  >This patch adds the ability to specify several types or letter codes when running the process_message_queue script. This allows libraries to consolidate calls when some message types or letter codes are scheduled differently than others
613
- [[31626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31626) Add letter ID to the message queue table
613
- [[31626]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31626) Add letter ID to the message queue table
614
- [[31714]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31714) Add a more generic way to print patron slips
614
- [[31714]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31714) Add a more generic way to print patron slips
615
615
616
  >This is a first step towards drying out our slip printing code.  We add a new, modern, controller script that accepts any notice template to be passed to it for printing.
616
  >This is a first step towards drying out our slip printing code.  We add a new, modern, controller script that accepts any notice template to be passed to it for printing.
617
  >
617
  >
Lines 619-632 You can learn about the system components (like OS and database) needed for runn Link Here
619
619
620
### OPAC
620
### OPAC
621
621
622
- [[7960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7960) Choice to not show the text labels for item types
622
- [[7960]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7960) Choice to not show the text labels for item types
623
623
624
  **Sponsored by** *Catalyst*
624
  **Sponsored by** *Catalyst*
625
625
626
  >This enhancement adds the class "itypetext" around item type descriptions so they can be hidden with CSS. To hide the descriptions, add .itypetext { display:none; } to the OPACUserCSS (for the OPAC) or IntranetUserCSS (for the staff interface) system preferences.
626
  >This enhancement adds the class "itypetext" around item type descriptions so they can be hidden with CSS. To hide the descriptions, add .itypetext { display:none; } to the OPACUserCSS (for the OPAC) or IntranetUserCSS (for the staff interface) system preferences.
627
- [[8305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8305) Add an icon for iOS home screens
627
- [[8305]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8305) Add an icon for iOS home screens
628
- [[8948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8948) MARC21 field 787 doesn't display
628
- [[8948]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8948) MARC21 field 787 doesn't display
629
- [[22456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22456) Allow patrons to cancel their waiting holds
629
- [[22456]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22456) Allow patrons to cancel their waiting holds
630
630
631
  **Sponsored by** *Montgomery County Public Libraries*
631
  **Sponsored by** *Montgomery County Public Libraries*
632
632
Lines 635-641 You can learn about the system components (like OS and database) needed for runn Link Here
635
  >This is enabled by setting rules by library, patron type, and item type. The rules are set from a new "Default waiting hold cancellation policy" section under Administration > Patrons and circulation > Circulation and fines rules.
635
  >This is enabled by setting rules by library, patron type, and item type. The rules are set from a new "Default waiting hold cancellation policy" section under Administration > Patrons and circulation > Circulation and fines rules.
636
  >
636
  >
637
  >Cancellation requests are listed in a new tab "Holds with cancellation requests" under Circulation > Holds > Holds awaiting pickup.
637
  >Cancellation requests are listed in a new tab "Holds with cancellation requests" under Circulation > Holds > Holds awaiting pickup.
638
- [[23538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23538) Email library when new patrons self register
638
- [[23538]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23538) Email library when new patrons self register
639
639
640
  **Sponsored by** *Catalyst*
640
  **Sponsored by** *Catalyst*
641
641
Lines 646-656 You can learn about the system components (like OS and database) needed for runn Link Here
646
  >To use a specific email address for notifications, use the new system preference EmailAddressForPatronRegistrations.
646
  >To use a specific email address for notifications, use the new system preference EmailAddressForPatronRegistrations.
647
  >
647
  >
648
  >If verification is required for self-registrations (when PatronSelfRegistrationVerifyByEmail is enabled), then notifications are only sent to the library once the registration is confirmed.
648
  >If verification is required for self-registrations (when PatronSelfRegistrationVerifyByEmail is enabled), then notifications are only sent to the library once the registration is confirmed.
649
- [[29144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29144) Move branches.opac_info to AdditionalContents allowing multi language
649
- [[29144]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29144) Move branches.opac_info to AdditionalContents allowing multi language
650
650
651
  >This reports moves the contents of column branches.opac_info to a HTML block under Additional contents, identified by the new location OpacLibraryInfo.
651
  >This reports moves the contents of column branches.opac_info to a HTML block under Additional contents, identified by the new location OpacLibraryInfo.
652
  >This allows translation of this block too.
652
  >This allows translation of this block too.
653
- [[29897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29897) Display author identifiers for researchers
653
- [[29897]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29897) Display author identifiers for researchers
654
654
655
  **Sponsored by** *Orex Digital*
655
  **Sponsored by** *Orex Digital*
656
656
Lines 658-780 You can learn about the system components (like OS and database) needed for runn Link Here
658
  >It will add a new "Author identifiers" tab on the detail page (OPAC) of a bibliographic record, with the list of the authors and their identifiers.
658
  >It will add a new "Author identifiers" tab on the detail page (OPAC) of a bibliographic record, with the list of the authors and their identifiers.
659
  >On the detail page of the authority record, the same identifier list will be displayed.
659
  >On the detail page of the authority record, the same identifier list will be displayed.
660
  >The authority must have a 024$a (identifier) and 024$2 (source).
660
  >The authority must have a 024$a (identifier) and 024$2 (source).
661
- [[29922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29922) Group of libraries are now displayed in alphabetical order
661
- [[29922]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29922) Group of libraries are now displayed in alphabetical order
662
662
663
  >This fixes the display of library groups in the advanced search (Groups of libraries) for the OPAC and staff interface so that they correctly sort in alphabetical order. Before this:
663
  >This fixes the display of library groups in the advanced search (Groups of libraries) for the OPAC and staff interface so that they correctly sort in alphabetical order. Before this:
664
  >- OPAC: were sorted in the order library groups were added, group names with diacritics and umlauts (such as Ä or À) came last (after something starting with Z)
664
  >- OPAC: were sorted in the order library groups were added, group names with diacritics and umlauts (such as Ä or À) came last (after something starting with Z)
665
  >- Staff interface: were sorted correctly, but had the same issue as the OPAC for group names with diacritics and umlauts
665
  >- Staff interface: were sorted correctly, but had the same issue as the OPAC for group names with diacritics and umlauts
666
- [[30036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30036) Add XSLT for authority results view in OPAC
666
- [[30036]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30036) Add XSLT for authority results view in OPAC
667
667
668
  >This enhancement enables the use of custom XSLT stylesheets for displaying OPAC authority search results.
668
  >This enhancement enables the use of custom XSLT stylesheets for displaying OPAC authority search results.
669
- [[30195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30195) Suggestion form in OPAC should use ISBN to FindDuplicate
669
- [[30195]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30195) Suggestion form in OPAC should use ISBN to FindDuplicate
670
670
671
  **Sponsored by** *Steiermärkische Landesbibliothek*
671
  **Sponsored by** *Steiermärkische Landesbibliothek*
672
- [[30508]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30508) Do not display OPAC message about block from holds when OPACHoldRequests is disabled
672
- [[30508]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30508) Do not display OPAC message about block from holds when OPACHoldRequests is disabled
673
- [[30566]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30566) Incorporate link handling in OPAC's biblio-title include
673
- [[30566]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30566) Incorporate link handling in OPAC's biblio-title include
674
674
675
  >Output of titles in the OPAC was centralized into an include file (biblio-title), but unlike the staff interface this didn't include the option of adding a link to the default bibliographic view. This enhancement provides that option. It also updates OPAC pages where the biblio-title include was previously wrapped in an anchor tag, to add a link parameter: [% INCLUDE 'biblio-title.inc' link=> 1 %]
675
  >Output of titles in the OPAC was centralized into an include file (biblio-title), but unlike the staff interface this didn't include the option of adding a link to the default bibliographic view. This enhancement provides that option. It also updates OPAC pages where the biblio-title include was previously wrapped in an anchor tag, to add a link parameter: [% INCLUDE 'biblio-title.inc' link=> 1 %]
676
- [[30678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30678) Add OCLC_NO as option to OPACSearchForTitleIn
676
- [[30678]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30678) Add OCLC_NO as option to OPACSearchForTitleIn
677
677
678
  >This enhancement to the OPAC detail page allows you to search WorldCat using the OCLC number. (Example: add an entry to 035$a (such as (OCoLC)62385712) and use {OCLC_NO} in the OPACSearchForTitleIn system preference.)
678
  >This enhancement to the OPAC detail page allows you to search WorldCat using the OCLC number. (Example: add an entry to 035$a (such as (OCoLC)62385712) and use {OCLC_NO} in the OPACSearchForTitleIn system preference.)
679
- [[30880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30880) Expand OPACResultsUnavailableGroupingBy to have a 'branch only' option
679
- [[30880]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30880) Expand OPACResultsUnavailableGroupingBy to have a 'branch only' option
680
680
681
  **Sponsored by** *Chartered Accountants Australia and New Zealand*
681
  **Sponsored by** *Chartered Accountants Australia and New Zealand*
682
- [[30927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30927) Improve formatting or iCal files for checkout due dates
682
- [[30927]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30927) Improve formatting or iCal files for checkout due dates
683
- [[31064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31064) Local login is difficult to style using CSS
683
- [[31064]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31064) Local login is difficult to style using CSS
684
- [[31217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31217) Fix Coce JavaScript to hide single-pixel cover images in the OPAC lightbox gallery
684
- [[31217]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31217) Fix Coce JavaScript to hide single-pixel cover images in the OPAC lightbox gallery
685
685
686
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
686
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
687
- [[31294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31294) Article requests: Mandatory subfields in OPAC don't show they are required
687
- [[31294]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31294) Article requests: Mandatory subfields in OPAC don't show they are required
688
- [[31605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31605) Improve style of OPAC suggestions search form
688
- [[31605]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31605) Improve style of OPAC suggestions search form
689
- [[31634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31634) Add part_number and part_name in OPAC result browser
689
- [[31634]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31634) Add part_number and part_name in OPAC result browser
690
690
691
  >This enhancement adds the title's part number and part name in the OPAC result browser.
691
  >This enhancement adds the title's part number and part name in the OPAC result browser.
692
- [[31635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31635) Empty title for current result in OPAC results browser's tooltip on paging
692
- [[31635]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31635) Empty title for current result in OPAC results browser's tooltip on paging
693
- [[31672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31672) Remove 'Your' from tab descriptions in OPAC patron account
693
- [[31672]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31672) Remove 'Your' from tab descriptions in OPAC patron account
694
694
695
### Packaging
695
### Packaging
696
696
697
- [[21366]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21366) Add Plack reload
697
- [[21366]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21366) Add Plack reload
698
698
699
### Patrons
699
### Patrons
700
700
701
- [[7660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7660) Enhanced messaging preferences are not set when creating a child patron from the adult
701
- [[7660]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7660) Enhanced messaging preferences are not set when creating a child patron from the adult
702
- [[10950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950) Add preferred pronoun field to patron record
702
- [[10950]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950) Add preferred pronoun field to patron record
703
703
704
  >This adds a new free text field 'pronouns' to the patron record. The pronouns also display prominently in the brief patron information section on the left side of the patron account pages.
704
  >This adds a new free text field 'pronouns' to the patron record. The pronouns also display prominently in the brief patron information section on the left side of the patron account pages.
705
- [[20439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20439) SMS provider sorting
705
- [[20439]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20439) SMS provider sorting
706
- [[21978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21978) Add middle name field
706
- [[21978]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21978) Add middle name field
707
707
708
  **Sponsored by** *Cheshire Libraries*
708
  **Sponsored by** *Cheshire Libraries*
709
709
710
  >This adds a new free text field 'Middle name' to the patron record.
710
  >This adds a new free text field 'Middle name' to the patron record.
711
- [[29971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29971) Remember selections across patron search pages
711
- [[29971]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29971) Remember selections across patron search pages
712
712
713
  >This enhancement to patron search remembers selections across multiple pages of search results and multiple different searches. The selected patrons can be added to a patron list or submitted for merging. Selections can be cleared manually and are automatically removed upon logout. Previously, selections were only remembered for the current page of search results.
713
  >This enhancement to patron search remembers selections across multiple pages of search results and multiple different searches. The selected patrons can be added to a patron list or submitted for merging. Selections can be cleared manually and are automatically removed upon logout. Previously, selections were only remembered for the current page of search results.
714
- [[30646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30646) Add option to send WELCOME notice for new patrons added at first login via LDAP/SAML
714
- [[30646]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30646) Add option to send WELCOME notice for new patrons added at first login via LDAP/SAML
715
715
716
  >When LDAP or Shibboleth are used to create user accounts on first login, the WELCOME notice can be send automatically to the new users. This requires adding the new configuration option <welcome>1</welcome> to the respective configuration files.
716
  >When LDAP or Shibboleth are used to create user accounts on first login, the WELCOME notice can be send automatically to the new users. This requires adding the new configuration option <welcome>1</welcome> to the respective configuration files.
717
717
718
### Plugin architecture
718
### Plugin architecture
719
719
720
- [[31894]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31894) Extend hold hooks with more actions
720
- [[31894]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31894) Extend hold hooks with more actions
721
721
722
  >This patch adds three more hooks to the existing "after_hold_action", extending it to handle the different found values.
722
  >This patch adds three more hooks to the existing "after_hold_action", extending it to handle the different found values.
723
  >
723
  >
724
  >* "transfer" when a hold calls "set_transfer()" (found=T)
724
  >* "transfer" when a hold calls "set_transfer()" (found=T)
725
  >* "waiting" when a hold calls "set_waiting()" (found=W)
725
  >* "waiting" when a hold calls "set_waiting()" (found=W)
726
  >* "processing" when a hold calls "set_processing()" (found=P)
726
  >* "processing" when a hold calls "set_processing()" (found=P)
727
- [[31895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31895) New account hook when adding credit
727
- [[31895]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31895) New account hook when adding credit
728
728
729
  >This patch adds a new hook "after_account_action" with the action "add_credit". This is triggered when a credit is added via for example PAYMENT or WRITEOFF.
729
  >This patch adds a new hook "after_account_action" with the action "add_credit". This is triggered when a credit is added via for example PAYMENT or WRITEOFF.
730
- [[31896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31896) New recall hook when adding recall
730
- [[31896]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31896) New recall hook when adding recall
731
731
732
  >This adds a new hook "after_recall_action" with the action "add".
732
  >This adds a new hook "after_recall_action" with the action "add".
733
733
734
### REST API
734
### REST API
735
735
736
- [[22678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22678) Set 'Koha::Logger' as the default mojo logger for the REST API
736
- [[22678]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22678) Set 'Koha::Logger' as the default mojo logger for the REST API
737
- [[26635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26635) Expand coded values in REST API call
737
- [[26635]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26635) Expand coded values in REST API call
738
738
739
  **Sponsored by** *Virginia Polytechnic Institute and State University*
739
  **Sponsored by** *Virginia Polytechnic Institute and State University*
740
- [[30923]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30923) OAuth2 implementation is not experimental
740
- [[30923]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30923) OAuth2 implementation is not experimental
741
741
742
  >This enhancement removes the [EXPERIMENTAL] text from the RESTOAuth2ClientCredentials system preference description. OAuth2 has been in use by third parties to securely interact with Koha since its introduction in 2018.
742
  >This enhancement removes the [EXPERIMENTAL] text from the RESTOAuth2ClientCredentials system preference description. OAuth2 has been in use by third parties to securely interact with Koha since its introduction in 2018.
743
- [[31128]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31128) Add effective_not_for_loan_status to API item objects
743
- [[31128]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31128) Add effective_not_for_loan_status to API item objects
744
- [[31555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31555) Getting holds via REST API needs edit_borrowers permission
744
- [[31555]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31555) Getting holds via REST API needs edit_borrowers permission
745
745
746
  **Sponsored by** *Koha-Suomi Oy*
746
  **Sponsored by** *Koha-Suomi Oy*
747
747
748
### Reports
748
### Reports
749
749
750
- [[29579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29579) Show saved SQL report ID in database query
750
- [[29579]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29579) Show saved SQL report ID in database query
751
751
752
  >This enhancement shows a saved SQL report's ID in the database process list (from example, "/* saved_sql.id: 123 */). This can help when troubleshooting reports that are causing issues, such as taking too long to run or taking up too many system resources.
752
  >This enhancement shows a saved SQL report's ID in the database process list (from example, "/* saved_sql.id: 123 */). This can help when troubleshooting reports that are causing issues, such as taking too long to run or taking up too many system resources.
753
753
754
### SIP2
754
### SIP2
755
755
756
- [[20058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20058) Option to use shelving location instead of homebranch for sorting
756
- [[20058]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20058) Option to use shelving location instead of homebranch for sorting
757
- [[31236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31236) Add ability to send custom item fields via SIP using Template Toolkit
757
- [[31236]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31236) Add ability to send custom item fields via SIP using Template Toolkit
758
- [[31296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31296) Add ability to disable demagnetizing items via SIP2 based on itemtypes
758
- [[31296]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31296) Add ability to disable demagnetizing items via SIP2 based on itemtypes
759
759
760
### Searching
760
### Searching
761
761
762
- [[23919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23919) Make ISSN searchable with and without hyphen
762
- [[23919]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23919) Make ISSN searchable with and without hyphen
763
763
764
  >This enhancement enables searching by ISSN without using hyphens and using a space instead of the hyphen. This works in the advanced search (staff interface and OPAC) and item search (staff interface).
764
  >This enhancement enables searching by ISSN without using hyphens and using a space instead of the hyphen. This works in the advanced search (staff interface and OPAC) and item search (staff interface).
765
  >
765
  >
766
  >It is enabled using a new system preference, SearchWithISSNVariations, with two options - "don't search" (the default), and "search".
766
  >It is enabled using a new system preference, SearchWithISSNVariations, with two options - "don't search" (the default), and "search".
767
- [[27136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27136) Add additional languages
767
- [[27136]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27136) Add additional languages
768
768
769
  >Adds Cree, Afrikaans and Multiple languages, Undetermined and No linguistic content to our language definitions.
769
  >Adds Cree, Afrikaans and Multiple languages, Undetermined and No linguistic content to our language definitions.
770
- [[27546]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27546) Add option to search within results on the staff interface
770
- [[27546]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27546) Add option to search within results on the staff interface
771
771
772
  >This enhancement adds a new input above the search results allowing one to search within the results. The search
772
  >This enhancement adds a new input above the search results allowing one to search within the results. The search
773
  >box will take a query and add it as a limit to the previous search.
773
  >box will take a query and add it as a limit to the previous search.
774
- [[30858]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30858) Add serial enumeration/chronology to itemsearch.pl
774
- [[30858]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30858) Add serial enumeration/chronology to itemsearch.pl
775
775
776
  >This enhancement to the item search in the staff interface adds a serial enumeration/chronology (952$h) column to the search results and export.
776
  >This enhancement to the item search in the staff interface adds a serial enumeration/chronology (952$h) column to the search results and export.
777
- [[31213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31213) When performing a basic search with no results, repeat the search with term quoted
777
- [[31213]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31213) When performing a basic search with no results, repeat the search with term quoted
778
778
779
  >This enhancement adds a second, automatic, search with the search terms between quotation marks when a search returns no results.
779
  >This enhancement adds a second, automatic, search with the search terms between quotation marks when a search returns no results.
780
  >
780
  >
Lines 787-793 You can learn about the system components (like OS and database) needed for runn Link Here
787
787
788
### Searching - Elasticsearch
788
### Searching - Elasticsearch
789
789
790
- [[27667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27667) Display the number of non-indexed records
790
- [[27667]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27667) Display the number of non-indexed records
791
791
792
  >This enhancement adds information about non-indexed records when using the Elasticsearch search engine on the About Koha > System information page.
792
  >This enhancement adds information about non-indexed records when using the Elasticsearch search engine on the About Koha > System information page.
793
  >
793
  >
Lines 796-823 You can learn about the system components (like OS and database) needed for runn Link Here
796
  >Records are not indexed in Elasticsearch
796
  >Records are not indexed in Elasticsearch
797
  >- Warning 1 record(s) missing on a total of 435 in index koha_kohadev_biblios.record(s).
797
  >- Warning 1 record(s) missing on a total of 435 in index koha_kohadev_biblios.record(s).
798
  >- Warning 1 record(s) missing on a total of 1705 in index koha_kohadev_authorities.
798
  >- Warning 1 record(s) missing on a total of 1705 in index koha_kohadev_authorities.
799
- [[31687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31687) Add see from and see also from tracings in Match index (Elasticsearch, MARC21)
799
- [[31687]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31687) Add see from and see also from tracings in Match index (Elasticsearch, MARC21)
800
800
801
  >This enhancement adds see from and see also from terms for uniform title, chronological term, topical term, geographic name, and genre/form term to the Match index in Elasticsearch for MARC21. These will now be searchable in the Authorities module, by selecting the 'Search all headings' tab.
801
  >This enhancement adds see from and see also from terms for uniform title, chronological term, topical term, geographic name, and genre/form term to the Match index in Elasticsearch for MARC21. These will now be searchable in the Authorities module, by selecting the 'Search all headings' tab.
802
  >
802
  >
803
  >Previously, only see from/see also from for personal names,
803
  >Previously, only see from/see also from for personal names,
804
  >corporate names, and meeting names were indexed and searchable this way.
804
  >corporate names, and meeting names were indexed and searchable this way.
805
- [[31689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31689) Add see from tracings in Match-heading-see-from index (Elasticsearch, MARC21)
805
- [[31689]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31689) Add see from tracings in Match-heading-see-from index (Elasticsearch, MARC21)
806
806
807
  >This enhancement adds fields 430, 448, 450, 451, and 455 to the Match-heading-see-from.
807
  >This enhancement adds fields 430, 448, 450, 451, and 455 to the Match-heading-see-from.
808
  >
808
  >
809
  >Previously, only 400, 410, and 411 were indexed.
809
  >Previously, only 400, 410, and 411 were indexed.
810
- [[31690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31690) Add see from tracings in See-from index (Elasticsearch, MARC21)
810
- [[31690]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31690) Add see from tracings in See-from index (Elasticsearch, MARC21)
811
811
812
  >This enhancement adds fields 450, 451, and 455 to the See-from index for MARC21.
812
  >This enhancement adds fields 450, 451, and 455 to the See-from index for MARC21.
813
  >
813
  >
814
  >Previously, only 400, 410, 411, 430, 447, 448, and 462 were indexed.
814
  >Previously, only 400, 410, 411, 430, 447, 448, and 462 were indexed.
815
- [[31691]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31691) Remove non-existent fields from the See-from index (Elasticsearch, MARC21)
815
- [[31691]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31691) Remove non-existent fields from the See-from index (Elasticsearch, MARC21)
816
816
817
  >This enhancement removes fields from the See-from index that don't exist in MARC21.
817
  >This enhancement removes fields from the See-from index that don't exist in MARC21.
818
  >
818
  >
819
  >The existing fields can be found here: https://www.loc.gov/marc/authority/ad4xx.html
819
  >The existing fields can be found here: https://www.loc.gov/marc/authority/ad4xx.html
820
- [[31693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31693) Remove non-existent fields from the See-also-from index (Elasticsearch, MARC21)
820
- [[31693]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31693) Remove non-existent fields from the See-also-from index (Elasticsearch, MARC21)
821
821
822
  >This enhancement removes fields from the See-from index that don't exist in MARC21.
822
  >This enhancement removes fields from the See-from index that don't exist in MARC21.
823
  >
823
  >
Lines 825-1029 You can learn about the system components (like OS and database) needed for runn Link Here
825
825
826
### Searching - Zebra
826
### Searching - Zebra
827
827
828
- [[31614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31614) Add configurable timeout for Zebra connections
828
- [[31614]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31614) Add configurable timeout for Zebra connections
829
829
830
### Serials
830
### Serials
831
831
832
- [[26377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26377) Clearly label parts of subscription-add.pl that relate to optional item records
832
- [[26377]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26377) Clearly label parts of subscription-add.pl that relate to optional item records
833
- [[26549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26549) Show value of global system preferences on subscription form
833
- [[26549]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26549) Show value of global system preferences on subscription form
834
- [[29055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29055) Focus on keyword field when subscription biblio search window opens
834
- [[29055]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29055) Focus on keyword field when subscription biblio search window opens
835
- [[30039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30039) Add publication date column to serial claims table
835
- [[30039]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30039) Add publication date column to serial claims table
836
836
837
### Staff interface
837
### Staff interface
838
838
839
- [[27497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27497) Display Koha version in staff interface home page
839
- [[27497]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27497) Display Koha version in staff interface home page
840
- [[27779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27779) Cashup summary 'refunds' should denote what the refund was actioned against
840
- [[27779]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27779) Cashup summary 'refunds' should denote what the refund was actioned against
841
- [[28864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28864) The patron search results in the patron card creator doesn't seem to use PatronsPerPage syspref
841
- [[28864]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28864) The patron search results in the patron card creator doesn't seem to use PatronsPerPage syspref
842
- [[29282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29282) Show items.issue and items.renewals in the holdings table on the detail page in the staff interface
842
- [[29282]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29282) Show items.issue and items.renewals in the holdings table on the detail page in the staff interface
843
- [[30077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30077) Add option for library dropdown in search function for staff interface
843
- [[30077]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30077) Add option for library dropdown in search function for staff interface
844
844
845
  >With the new system preference IntranetCatalogSearchPulldown enabled, you will be able to limit your simple searches in the staff interface by library.
845
  >With the new system preference IntranetCatalogSearchPulldown enabled, you will be able to limit your simple searches in the staff interface by library.
846
- [[30922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30922) Make the "Relative's checkouts" table configurable by the table settings
846
- [[30922]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30922) Make the "Relative's checkouts" table configurable by the table settings
847
- [[31116]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31116) Article requests doesn't respect the 'CircSidebar' preference
847
- [[31116]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31116) Article requests doesn't respect the 'CircSidebar' preference
848
- [[31162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31162) Add a clear cataloguing module home page
848
- [[31162]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31162) Add a clear cataloguing module home page
849
849
850
  >This enhancement brings more order to the cataloguing features. We create a new 'Cataloguing' module home page and collect the cataloguing tools into it.
850
  >This enhancement brings more order to the cataloguing features. We create a new 'Cataloguing' module home page and collect the cataloguing tools into it.
851
- [[31750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31750) Need more padding in cataloguing
851
- [[31750]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31750) Need more padding in cataloguing
852
- [[31758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31758) Add 'page-section' to system preferences page
852
- [[31758]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31758) Add 'page-section' to system preferences page
853
- [[31762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31762) Flat vs 3D or mixed
853
- [[31762]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31762) Flat vs 3D or mixed
854
- [[31763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31763) Add 'page-section' to patron lists page
854
- [[31763]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31763) Add 'page-section' to patron lists page
855
- [[31764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31764) Add 'page-section' to patron clubs page
855
- [[31764]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31764) Add 'page-section' to patron clubs page
856
- [[31765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31765) Add 'page-section' to import patrons page
856
- [[31765]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31765) Add 'page-section' to import patrons page
857
- [[31766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31766) Add 'page-section' to notices and slips page
857
- [[31766]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31766) Add 'page-section' to notices and slips page
858
- [[31767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31767) Add 'page-section' to tags page
858
- [[31767]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31767) Add 'page-section' to tags page
859
- [[31770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31770) Add 'page-section' to rotating collections page
859
- [[31770]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31770) Add 'page-section' to rotating collections page
860
- [[31771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31771) Add 'page-section' to stock rotation pages
860
- [[31771]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31771) Add 'page-section' to stock rotation pages
861
- [[31773]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31773) Add 'page-section' to manage MARC import page
861
- [[31773]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31773) Add 'page-section' to manage MARC import page
862
- [[31780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31780) Add 'page-section' to audio alerts ( audio_alerts.tt )
862
- [[31780]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31780) Add 'page-section' to audio alerts ( audio_alerts.tt )
863
- [[31781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31781) Transferred items table (branchtransfers.tt) needs page-section class
863
- [[31781]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31781) Transferred items table (branchtransfers.tt) needs page-section class
864
- [[31806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31806) Add 'page-section' to holds page
864
- [[31806]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31806) Add 'page-section' to holds page
865
- [[31811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31811) Add 'page-section' to MARC modification templates pages
865
- [[31811]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31811) Add 'page-section' to MARC modification templates pages
866
- [[31831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31831) Make inactive search options font slightly bigger
866
- [[31831]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31831) Make inactive search options font slightly bigger
867
- [[31834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31834) Inconsistent table formatting for list of MARC imports
867
- [[31834]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31834) Inconsistent table formatting for list of MARC imports
868
- [[31864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31864) Fix breadcrumbs for each link coming from the new cataloging module home page
868
- [[31864]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31864) Fix breadcrumbs for each link coming from the new cataloging module home page
869
- [[31879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31879) Convert mainpage.css to SCSS
869
- [[31879]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31879) Convert mainpage.css to SCSS
870
- [[31882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31882) Fix page title of pages in the new cataloging module home page
870
- [[31882]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31882) Fix page title of pages in the new cataloging module home page
871
- [[31906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31906) Managed by on basket summary page is misaligned
871
- [[31906]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31906) Managed by on basket summary page is misaligned
872
- [[31911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31911) Headings are inconsistent in rotating collections
872
- [[31911]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31911) Headings are inconsistent in rotating collections
873
- [[31917]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31917) Headings don't seem quite right for system preference search
873
- [[31917]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31917) Headings don't seem quite right for system preference search
874
- [[31939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31939) Add page-section to admin > libraries area
874
- [[31939]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31939) Add page-section to admin > libraries area
875
- [[31940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31940) Add page-section to admin > library groups area
875
- [[31940]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31940) Add page-section to admin > library groups area
876
- [[31941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31941) Add page-section to admin > item types area
876
- [[31941]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31941) Add page-section to admin > item types area
877
- [[31945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31945) Add page-section to admin > patron categories area
877
- [[31945]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31945) Add page-section to admin > patron categories area
878
- [[31955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31955) Add page-section to additional fields (admin)
878
- [[31955]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31955) Add page-section to additional fields (admin)
879
- [[32155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32155) Course reserves - instructors display is misaligned on course information page
879
- [[32155]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32155) Course reserves - instructors display is misaligned on course information page
880
880
881
### System Administration
881
### System Administration
882
882
883
- [[27519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27519) Normalize Show/Don't show vs Display/Don't display in system preferences
883
- [[27519]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27519) Normalize Show/Don't show vs Display/Don't display in system preferences
884
884
885
  >This enhancement replaces "Display/Don't display" with "Show/Don't show" for several system preferences to improve terminology consistency and make translation easier. A few preferences were also updated where "Yes/No" and "Show/Hide" were used.
885
  >This enhancement replaces "Display/Don't display" with "Show/Don't show" for several system preferences to improve terminology consistency and make translation easier. A few preferences were also updated where "Yes/No" and "Show/Hide" were used.
886
- [[30462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30462) Improve the default display for the background jobs queue management page
886
- [[30462]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30462) Improve the default display for the background jobs queue management page
887
- [[30850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30850) Add default mapping for biblio.author to 110$a (MARC21)
887
- [[30850]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30850) Add default mapping for biblio.author to 110$a (MARC21)
888
888
889
  >This enhancement maps 110$a (corporate author in MARC21) to biblio.author in the default framework. 
889
  >This enhancement maps 110$a (corporate author in MARC21) to biblio.author in the default framework. 
890
  >Having the corporate author in biblio.author ensures it will appear wherever the author usually appears in the staff interface.
890
  >Having the corporate author in biblio.author ensures it will appear wherever the author usually appears in the staff interface.
891
- [[30937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30937) Add a detail view for libraries
891
- [[30937]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30937) Add a detail view for libraries
892
- [[31191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31191) Specify FacetLabelTruncationLength is only for Zebra
892
- [[31191]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31191) Specify FacetLabelTruncationLength is only for Zebra
893
893
894
  >This enhancement adds a note to the FacetLabelTruncationLength system preference description that it only works with Zebra. When using ElasticSearch, facets are displayed in full.
894
  >This enhancement adds a note to the FacetLabelTruncationLength system preference description that it only works with Zebra. When using ElasticSearch, facets are displayed in full.
895
- [[31264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31264) CalendarFirstDayOfWeek not taken into account when configuring curbside pickups
895
- [[31264]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31264) CalendarFirstDayOfWeek not taken into account when configuring curbside pickups
896
896
897
  **Sponsored by** *Association KohaLa*
897
  **Sponsored by** *Association KohaLa*
898
- [[31289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31289) Hide article requests column in circulation rules when ArticleRequests syspref is disabled
898
- [[31289]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31289) Hide article requests column in circulation rules when ArticleRequests syspref is disabled
899
- [[31475]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31475) Group system preferences for suggestions on OPAC tab under new heading
899
- [[31475]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31475) Group system preferences for suggestions on OPAC tab under new heading
900
- [[31545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31545) ComponentSortField description is incorrect
900
- [[31545]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31545) ComponentSortField description is incorrect
901
- [[31577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31577) Use patron category multi-select for OpacHiddenItemsExceptions system preference
901
- [[31577]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31577) Use patron category multi-select for OpacHiddenItemsExceptions system preference
902
- [[31603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31603) Add search option for plugin page
902
- [[31603]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31603) Add search option for plugin page
903
- [[31730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31730) Link to authorized value interface when an authval is mentioned in preferences
903
- [[31730]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31730) Link to authorized value interface when an authval is mentioned in preferences
904
- [[31923]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31923) 'Ignore' tab description is misleading
904
- [[31923]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31923) 'Ignore' tab description is misleading
905
905
906
  >This enhancement modifies the description of the 'Ignore' tab in MARC bibliographic and authority framework administration to add that not only does the 'ignored' subfield not appear in the editor, but the subfield will also be deleted from the record. This is the normal behavior of the 'Ignore' tab, it has not changed. Only the description was updated to reflect it's actual behavior.
906
  >This enhancement modifies the description of the 'Ignore' tab in MARC bibliographic and authority framework administration to add that not only does the 'ignored' subfield not appear in the editor, but the subfield will also be deleted from the record. This is the normal behavior of the 'Ignore' tab, it has not changed. Only the description was updated to reflect it's actual behavior.
907
907
908
### Templates
908
### Templates
909
909
910
- [[22276]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22276) Add client storage of user-selected DataTables configuration
910
- [[22276]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22276) Add client storage of user-selected DataTables configuration
911
911
912
  >This allows Koha to remember the changes a user has made to the columns settings on a page so they are kept when reloading the page.
912
  >This allows Koha to remember the changes a user has made to the columns settings on a page so they are kept when reloading the page.
913
- [[26486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26486) Group edit buttons in reports toolbar
913
- [[26486]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26486) Group edit buttons in reports toolbar
914
- [[27191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27191) Set focus for cursor to category code input box when creating new patron categories
914
- [[27191]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27191) Set focus for cursor to category code input box when creating new patron categories
915
915
916
  >This updates the new patron category input form so that the cursor focus is on the category code input field.
916
  >This updates the new patron category input form so that the cursor focus is on the category code input field.
917
- [[27193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27193) Set focus for cursor to patron attribute type code input box when creating new patron attributes
917
- [[27193]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27193) Set focus for cursor to patron attribute type code input box when creating new patron attributes
918
- [[27195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27195) Set focus for cursor to city input box when creating new cities
918
- [[27195]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27195) Set focus for cursor to city input box when creating new cities
919
- [[27436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27436) Set focus for cursor to report name field when creating new SQL report
919
- [[27436]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27436) Set focus for cursor to report name field when creating new SQL report
920
- [[29723]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29723) Add a "Configure table" button for KohaTable tables
920
- [[29723]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29723) Add a "Configure table" button for KohaTable tables
921
- [[30304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30304) Reindent lists template in the staff interface
921
- [[30304]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30304) Reindent lists template in the staff interface
922
- [[30309]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30309) Convert lists tabs in the staff interface to Bootstrap
922
- [[30309]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30309) Convert lists tabs in the staff interface to Bootstrap
923
- [[30333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30333) Move view actions on acquisitions receipt summary page into menu
923
- [[30333]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30333) Move view actions on acquisitions receipt summary page into menu
924
- [[30389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30389) Switch to Bootstrap tabs on the page for adding orders from MARC file
924
- [[30389]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30389) Switch to Bootstrap tabs on the page for adding orders from MARC file
925
- [[30487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30487) Convert checkout and patron details page tabs to Bootstrap
925
- [[30487]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30487) Convert checkout and patron details page tabs to Bootstrap
926
- [[30523]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30523) Quiet console warning about missing shortcut-buttons map file
926
- [[30523]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30523) Quiet console warning about missing shortcut-buttons map file
927
- [[30570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30570) Replace the use of jQueryUI tabs in OPAC templates
927
- [[30570]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30570) Replace the use of jQueryUI tabs in OPAC templates
928
- [[30609]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30609) Reindent serial claims template
928
- [[30609]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30609) Reindent serial claims template
929
929
930
  >This enhancement updates the serial claims template in the staff interface (claims.tt) so that the indentation is consistent and replaces tabs with spaces. It also adds comments to highlight the markup structure.
930
  >This enhancement updates the serial claims template in the staff interface (claims.tt) so that the indentation is consistent and replaces tabs with spaces. It also adds comments to highlight the markup structure.
931
- [[30718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718) Use flatpickr's altInput option everywhere
931
- [[30718]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718) Use flatpickr's altInput option everywhere
932
- [[30786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30786) Capitalization in (Opac)AdvancedSearchTypes
932
- [[30786]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30786) Capitalization in (Opac)AdvancedSearchTypes
933
933
934
  >This fixes the descriptions for the AdvancedSearchTypes and OpacAdvancedSearchTypes system preferences - sentence case is now used for "..Shelving location..".
934
  >This fixes the descriptions for the AdvancedSearchTypes and OpacAdvancedSearchTypes system preferences - sentence case is now used for "..Shelving location..".
935
- [[30806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30806) Use patron-title.inc in member-flags template
935
- [[30806]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30806) Use patron-title.inc in member-flags template
936
936
937
  >This enhancement updates the template for the patron set permissions page (members/member-flags.pl) to use the patron-title.inc include wherever patron names are referenced. This is used to format patron name names consistently, rather than a custom format each time the patron name is referenced. The patron name is now displayed as "Set permissions for firstname lastname (patron card number), instead of "Set permissions for lastname, firstname".
937
  >This enhancement updates the template for the patron set permissions page (members/member-flags.pl) to use the patron-title.inc include wherever patron names are referenced. This is used to format patron name names consistently, rather than a custom format each time the patron name is referenced. The patron name is now displayed as "Set permissions for firstname lastname (patron card number), instead of "Set permissions for lastname, firstname".
938
- [[30807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30807) Use patron-title.inc in patron payments pages
938
- [[30807]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30807) Use patron-title.inc in patron payments pages
939
939
940
  >This enhancement updates the templates for patron accounting - make a payment tab and payment pages (pay and write off options) to use the patron-title.inc include wherever patron names are referenced. This is used to format patron name names consistently, rather than a custom format each time the patron name is referenced. The patron name is now displayed as "Make a payment for firstname lastname (patron card number)" and "Pay charges for firstname lastname (patron card number)".
940
  >This enhancement updates the templates for patron accounting - make a payment tab and payment pages (pay and write off options) to use the patron-title.inc include wherever patron names are referenced. This is used to format patron name names consistently, rather than a custom format each time the patron name is referenced. The patron name is now displayed as "Make a payment for firstname lastname (patron card number)" and "Pay charges for firstname lastname (patron card number)".
941
- [[30859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30859) Upgrade jQuery Validation plugin from v1.19.1
941
- [[30859]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30859) Upgrade jQuery Validation plugin from v1.19.1
942
- [[30917]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30917) Improve course reserves breadcrumbs
942
- [[30917]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30917) Improve course reserves breadcrumbs
943
- [[30936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30936) Reindent authority detail template in staff interface
943
- [[30936]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30936) Reindent authority detail template in staff interface
944
- [[31228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31228) Fix Coce JavaScript to hide single-pixel cover images in both the staff client detail and results pages
944
- [[31228]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31228) Fix Coce JavaScript to hide single-pixel cover images in both the staff client detail and results pages
945
945
946
  **Sponsored by** *Catalyst*
946
  **Sponsored by** *Catalyst*
947
- [[31397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31397) Set focus for cursor to framework code field when creating a new bibliographic framework
947
- [[31397]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31397) Set focus for cursor to framework code field when creating a new bibliographic framework
948
948
949
  >This enhancement sets the cursor focus on the first input field (Framework code) for the new bibliographic framework form.
949
  >This enhancement sets the cursor focus on the first input field (Framework code) for the new bibliographic framework form.
950
- [[31398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31398) Set focus for cursor to framework code field when creating a new authority type
950
- [[31398]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31398) Set focus for cursor to framework code field when creating a new authority type
951
951
952
  >This enhancement sets the focus on the first input field for the new authority type form.
952
  >This enhancement sets the focus on the first input field for the new authority type form.
953
- [[31399]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31399) Set focus for cursor to first input field when adding new classification source, filing rule, or splitting rule
953
- [[31399]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31399) Set focus for cursor to first input field when adding new classification source, filing rule, or splitting rule
954
954
955
  >This enhancement sets the cursor/focus on the first form field when adding an entry on the classification configuration page (includes input forms for new classification source, filing rule, and splitting rule).
955
  >This enhancement sets the cursor/focus on the first form field when adding an entry on the classification configuration page (includes input forms for new classification source, filing rule, and splitting rule).
956
- [[31400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31400) Set focus for cursor to matching rule code when adding a new matching rule
956
- [[31400]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31400) Set focus for cursor to matching rule code when adding a new matching rule
957
- [[31404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31404) Update circulation sidebar to match circulation start page
957
- [[31404]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31404) Update circulation sidebar to match circulation start page
958
- [[31414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31414) Set focus for cursor to Name when adding additional fields for baskets or subscriptions
958
- [[31414]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31414) Set focus for cursor to Name when adding additional fields for baskets or subscriptions
959
- [[31425]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31425) Minor correction to patron categories admin title
959
- [[31425]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31425) Minor correction to patron categories admin title
960
- [[31428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31428) Shorten new button text "Configure this table"
960
- [[31428]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31428) Shorten new button text "Configure this table"
961
- [[31490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31490) Terminology: change "staff client" to "staff interface" in marc-overlay-rules
961
- [[31490]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31490) Terminology: change "staff client" to "staff interface" in marc-overlay-rules
962
- [[31528]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31528) Replace scss-lint configuration with one for stylelint
962
- [[31528]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31528) Replace scss-lint configuration with one for stylelint
963
- [[31529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31529) Fix errors in SCSS files raised by stylelint
963
- [[31529]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31529) Fix errors in SCSS files raised by stylelint
964
- [[31677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31677) Convert basic MARC editor tabs to Bootstrap
964
- [[31677]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31677) Convert basic MARC editor tabs to Bootstrap
965
- [[31678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31678) Convert authority editor tabs to Bootstrap
965
- [[31678]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31678) Convert authority editor tabs to Bootstrap
966
- [[31718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31718) Change the IF ELSE values in MARC subfields structure breadcrumbs to facilitate translation
966
- [[31718]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31718) Change the IF ELSE values in MARC subfields structure breadcrumbs to facilitate translation
967
967
968
  >This enhancement changes the strings in the IF ELSE for the framework name in the breadcrumbs on the marc_subfields_structure.pl page. There is no change to the page in English. However, it will facilitate the translation by having complete strings.
968
  >This enhancement changes the strings in the IF ELSE for the framework name in the breadcrumbs on the marc_subfields_structure.pl page. There is no change to the page in English. However, it will facilitate the translation by having complete strings.
969
- [[31759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31759) Improve styling of tabs
969
- [[31759]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31759) Improve styling of tabs
970
- [[31993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31993) Improve specificity of authorized values breadcrumbs
970
- [[31993]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31993) Improve specificity of authorized values breadcrumbs
971
- [[32014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32014) Tweak style of checkout settings panel
971
- [[32014]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32014) Tweak style of checkout settings panel
972
- [[32022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32022) Style tweaks to fieldsets and page-section
972
- [[32022]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32022) Style tweaks to fieldsets and page-section
973
- [[32038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32038) Sidebar and footer style improvements on suggestions page
973
- [[32038]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32038) Sidebar and footer style improvements on suggestions page
974
- [[32050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32050) Add 'page-section' to calendar page
974
- [[32050]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32050) Add 'page-section' to calendar page
975
- [[32068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32068) Consistent classes for primary buttons: Administration
975
- [[32068]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32068) Consistent classes for primary buttons: Administration
976
- [[32070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32070) Consistent classes for primary buttons: Acquisitions
976
- [[32070]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32070) Consistent classes for primary buttons: Acquisitions
977
- [[32071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32071) Consistent classes for primary buttons: Catalog
977
- [[32071]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32071) Consistent classes for primary buttons: Catalog
978
- [[32072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32072) Consistent classes for primary buttons: Cataloging
978
- [[32072]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32072) Consistent classes for primary buttons: Cataloging
979
- [[32073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32073) Consistent classes for primary buttons: Circulation
979
- [[32073]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32073) Consistent classes for primary buttons: Circulation
980
- [[32085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32085) Consistent classes for primary buttons: Labels
980
- [[32085]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32085) Consistent classes for primary buttons: Labels
981
- [[32086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32086) Consistent classes for primary buttons: Patrons
981
- [[32086]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32086) Consistent classes for primary buttons: Patrons
982
- [[32087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32087) Consistent classes for primary buttons: Course reserves
982
- [[32087]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32087) Consistent classes for primary buttons: Course reserves
983
- [[32088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32088) Consistent classes for primary buttons: Patron card creator
983
- [[32088]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32088) Consistent classes for primary buttons: Patron card creator
984
- [[32091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32091) Consistent classes for primary buttons: Reports
984
- [[32091]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32091) Consistent classes for primary buttons: Reports
985
- [[32094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32094) Consistent classes for primary buttons: Serials
985
- [[32094]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32094) Consistent classes for primary buttons: Serials
986
- [[32096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32096) Consistent classes for primary buttons: Tools
986
- [[32096]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32096) Consistent classes for primary buttons: Tools
987
- [[32097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32097) Consistent classes for primary buttons: Lists
987
- [[32097]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32097) Consistent classes for primary buttons: Lists
988
- [[32098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32098) Consistent classes for primary buttons: Clubs and rotating collections
988
- [[32098]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32098) Consistent classes for primary buttons: Clubs and rotating collections
989
- [[32099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32099) Consistent classes for primary buttons: Assorted templates
989
- [[32099]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32099) Consistent classes for primary buttons: Assorted templates
990
- [[32101]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32101) Add padding to floating toolbars
990
- [[32101]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32101) Add padding to floating toolbars
991
- [[32102]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32102) Improve specificity of batch record modification breadcrumbs
991
- [[32102]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32102) Improve specificity of batch record modification breadcrumbs
992
- [[32112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32112) Move "Delete selected items" button to new line
992
- [[32112]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32112) Move "Delete selected items" button to new line
993
- [[32147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32147) Capitalization: E-Resource management should be E-resource management
993
- [[32147]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32147) Capitalization: E-Resource management should be E-resource management
994
- [[32165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32165) Add page-section to some catalog pages
994
- [[32165]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32165) Add page-section to some catalog pages
995
- [[32179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32179) ERM is missing page-sections
995
- [[32179]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32179) ERM is missing page-sections
996
- [[32182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32182) Replace static tabs markup with Bootstrap
996
- [[32182]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32182) Replace static tabs markup with Bootstrap
997
- [[32193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32193) Reindent item details template
997
- [[32193]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32193) Reindent item details template
998
- [[32254]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32254) Add 'page-section' to various tools pages
998
- [[32254]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32254) Add 'page-section' to various tools pages
999
999
1000
### Test Suite
1000
### Test Suite
1001
1001
1002
- [[31676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31676) Make db_dependent/Circulation.t tests more robust
1002
- [[31676]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31676) Make db_dependent/Circulation.t tests more robust
1003
1003
1004
  **Sponsored by** *Gothenburg University Library*
1004
  **Sponsored by** *Gothenburg University Library*
1005
- [[31870]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31870) Cleaning up t/db_dependent/Context.t
1005
- [[31870]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31870) Cleaning up t/db_dependent/Context.t
1006
1006
1007
### Tools
1007
### Tools
1008
1008
1009
- [[6936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6936) Allow to limit on multiple itemtypes when exporting bibliographic records
1009
- [[6936]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6936) Allow to limit on multiple itemtypes when exporting bibliographic records
1010
1010
1011
  >This allows multiple item types to be chosen when exporting
1011
  >This allows multiple item types to be chosen when exporting
1012
  >bibliographic records from the export catalog tool.
1012
  >bibliographic records from the export catalog tool.
1013
- [[22659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22659) Add 'save and continue' functionality to news and HTML customizations
1013
- [[22659]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22659) Add 'save and continue' functionality to news and HTML customizations
1014
1014
1015
  >Adds the ability to save & continue when working with either News or HTML customization editors.
1015
  >Adds the ability to save & continue when working with either News or HTML customization editors.
1016
- [[27920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27920) Add ability to update patron expiration dates when importing patrons
1016
- [[27920]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27920) Add ability to update patron expiration dates when importing patrons
1017
1017
1018
  >This adds a new option to the patron import from that allows to use the expiration date from the import file or recalculate the patron's expiration date using today's date or the original expiration date as base.
1018
  >This adds a new option to the patron import from that allows to use the expiration date from the import file or recalculate the patron's expiration date using today's date or the original expiration date as base.
1019
- [[31000]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31000) Use of uninitialized value $record_type in string eq
1019
- [[31000]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31000) Use of uninitialized value $record_type in string eq
1020
1020
1021
  >This fixes the cause of an error message that appears in the system logs every time that Tools > Catalog > Export data (/cgi-bin/koha/tools/export.pl) is accessed. The error message was "AH01215: Use of uninitialized value $record_type in string eq at /kohadevbox/koha/tools/export.pl line 43.: /kohadevbox/koha/tools/export.pl,...".
1021
  >This fixes the cause of an error message that appears in the system logs every time that Tools > Catalog > Export data (/cgi-bin/koha/tools/export.pl) is accessed. The error message was "AH01215: Use of uninitialized value $record_type in string eq at /kohadevbox/koha/tools/export.pl line 43.: /kohadevbox/koha/tools/export.pl,...".
1022
- [[31062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31062) Change description of QOTD tool in tools-home
1022
- [[31062]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31062) Change description of QOTD tool in tools-home
1023
1023
1024
  >This enhancement changes the name and description of the QOTD tool in order to make them more consistent with the other tool names and descriptions.
1024
  >This enhancement changes the name and description of the QOTD tool in order to make them more consistent with the other tool names and descriptions.
1025
- [[31385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31385) Additional contents: Allow searching a CMS page by code in multilanguage env
1025
- [[31385]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31385) Additional contents: Allow searching a CMS page by code in multilanguage env
1026
- [[31553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553) News item contents field does not always expand when you click on a non-default language
1026
- [[31553]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553) News item contents field does not always expand when you click on a non-default language
1027
1027
1028
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
1028
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
1029
1029
Lines 1035-1209 have already been fixed in maintainance releases) Link Here
1035
1035
1036
### Acquisitions
1036
### Acquisitions
1037
1037
1038
- [[14680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14680) When creating orders from a staged file discounts supplied in the form are added
1038
- [[14680]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14680) When creating orders from a staged file discounts supplied in the form are added
1039
- [[31134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31134) t/Ediorder.t tests failing on 22.05.02
1039
- [[31134]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31134) t/Ediorder.t tests failing on 22.05.02
1040
- [[31158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31158) Can't filter suggestions by date ranges
1040
- [[31158]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31158) Can't filter suggestions by date ranges
1041
- [[32045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32045) Cannot order multiple from staged file
1041
- [[32045]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32045) Cannot order multiple from staged file
1042
- [[32166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32166) When adding to a basket from a staged file we may use the wrong inputs
1042
- [[32166]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32166) When adding to a basket from a staged file we may use the wrong inputs
1043
- [[32167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32167) When adding an order from a a staged file without item fields we only add price if there is a vendor discount
1043
- [[32167]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32167) When adding an order from a a staged file without item fields we only add price if there is a vendor discount
1044
- [[32171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32171) Order prices not populated when adding to a basket from a staged file
1044
- [[32171]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32171) Order prices not populated when adding to a basket from a staged file
1045
1045
1046
### Architecture, internals, and plumbing
1046
### Architecture, internals, and plumbing
1047
1047
1048
- [[30876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30876) recalls/recalls_to_pull.pl introduces an incorrect use of ->search in list context
1048
- [[30876]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30876) recalls/recalls_to_pull.pl introduces an incorrect use of ->search in list context
1049
- [[30939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30939) remove_unused_authorities.pl is broken
1049
- [[30939]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30939) remove_unused_authorities.pl is broken
1050
1050
1051
  >This fixes the ./misc/migration_tools/remove_unused_authorities.pl script so that it now works and deletes unused authority records. Before this, it generated an error message at the first unused authority record and stopped (without deleting any unused authority records).
1051
  >This fixes the ./misc/migration_tools/remove_unused_authorities.pl script so that it now works and deletes unused authority records. Before this, it generated an error message at the first unused authority record and stopped (without deleting any unused authority records).
1052
- [[31133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31133) TestBuilder fragile on virtual fks
1052
- [[31133]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31133) TestBuilder fragile on virtual fks
1053
- [[31140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31140) TestBuilder.t is failing on item groups modules
1053
- [[31140]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31140) TestBuilder.t is failing on item groups modules
1054
- [[31245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31245) Job detail view for batch mod explode if job not started
1054
- [[31245]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31245) Job detail view for batch mod explode if job not started
1055
- [[31274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31274) OPACSuggestionAutoFill must be 1 or 0
1055
- [[31274]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31274) OPACSuggestionAutoFill must be 1 or 0
1056
- [[31351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31351) Worker dies on reindex job when operator last name/first name/branch name contains non-ASCII chars
1056
- [[31351]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31351) Worker dies on reindex job when operator last name/first name/branch name contains non-ASCII chars
1057
- [[31396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31396) OPAC shelf browser broken after removal GetItemsInfo from opac-detail
1057
- [[31396]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31396) OPAC shelf browser broken after removal GetItemsInfo from opac-detail
1058
- [[31437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31437) ModItemTransfer triggers indexing twice
1058
- [[31437]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31437) ModItemTransfer triggers indexing twice
1059
- [[31785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31785) Adding or editing library does not respect public flag
1059
- [[31785]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31785) Adding or editing library does not respect public flag
1060
- [[32011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32011) 2FA - Problem with qr_code generation
1060
- [[32011]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32011) 2FA - Problem with qr_code generation
1061
- [[32119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32119) Cannot add new guarantee
1061
- [[32119]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32119) Cannot add new guarantee
1062
- [[32242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32242) The job has not been sent to the message broker: (Wide character in syswrite ... )
1062
- [[32242]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32242) The job has not been sent to the message broker: (Wide character in syswrite ... )
1063
1063
1064
### Authentication
1064
### Authentication
1065
1065
1066
- [[31247]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31247) Staff interface 2FA blocks logging into the OPAC
1066
- [[31247]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31247) Staff interface 2FA blocks logging into the OPAC
1067
- [[31382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31382) Cannot reach password reset page when password expired
1067
- [[31382]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31382) Cannot reach password reset page when password expired
1068
- [[32178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32178) query parameters in check_api_auth lets anyone assume a user id
1068
- [[32178]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32178) query parameters in check_api_auth lets anyone assume a user id
1069
1069
1070
### Cataloging
1070
### Cataloging
1071
1071
1072
- [[29958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29958) Missing dateaccessioned is set to today when storing an item
1072
- [[29958]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29958) Missing dateaccessioned is set to today when storing an item
1073
1073
1074
  >This fixes editing items without an accession date - the accessioned date will remain empty, instead of being updated to today's date.
1074
  >This fixes editing items without an accession date - the accessioned date will remain empty, instead of being updated to today's date.
1075
- [[29963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29963) Date accessioned plugin should not automatically fill today's date on cataloguing screens
1075
- [[29963]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29963) Date accessioned plugin should not automatically fill today's date on cataloguing screens
1076
- [[30234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30234) Serial local covers don't appear in the staff interface for other libraries with SeparateHoldings
1076
- [[30234]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30234) Serial local covers don't appear in the staff interface for other libraries with SeparateHoldings
1077
1077
1078
  >This fixes the display of item-specific local cover images in the staff interface. Before this, item images were not shown for holdings on the record's details view page.
1078
  >This fixes the display of item-specific local cover images in the staff interface. Before this, item images were not shown for holdings on the record's details view page.
1079
- [[30909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30909) Regression, Permanent shelving location is always updated when editing location VIA ADDITEM.PL if both are mapped to MARC fields
1079
- [[30909]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30909) Regression, Permanent shelving location is always updated when editing location VIA ADDITEM.PL if both are mapped to MARC fields
1080
- [[31179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31179) Duplicate item is duplicating internal item fields
1080
- [[31179]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31179) Duplicate item is duplicating internal item fields
1081
- [[31223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31223) Batch edit items explodes if plugins disabled
1081
- [[31223]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31223) Batch edit items explodes if plugins disabled
1082
- [[31234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31234) SubfieldsToAllowForRestrictedEditing : data from drop-down menu not stored
1082
- [[31234]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31234) SubfieldsToAllowForRestrictedEditing : data from drop-down menu not stored
1083
- [[31818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31818) Advanced editor doesn't show keyboard shortcuts
1083
- [[31818]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31818) Advanced editor doesn't show keyboard shortcuts
1084
1084
1085
### Circulation
1085
### Circulation
1086
1086
1087
- [[28553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28553) Patrons can be set to receive auto_renew notices as SMS, but Koha does not generate them
1087
- [[28553]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28553) Patrons can be set to receive auto_renew notices as SMS, but Koha does not generate them
1088
- [[29012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29012) Some rules are not saved when left blank while editing a 'rule' line in smart-rules.pl
1088
- [[29012]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29012) Some rules are not saved when left blank while editing a 'rule' line in smart-rules.pl
1089
- [[29051]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29051) Seen renewal methods incorrectly blocked
1089
- [[29051]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29051) Seen renewal methods incorrectly blocked
1090
- [[29504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29504) Confirm item parts requires force_checkout permission (checkouts tab)
1090
- [[29504]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29504) Confirm item parts requires force_checkout permission (checkouts tab)
1091
- [[30885]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30885) Recall - detail page explosion
1091
- [[30885]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30885) Recall - detail page explosion
1092
1092
1093
  **Sponsored by** *Catalyst*
1093
  **Sponsored by** *Catalyst*
1094
- [[30886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30886) Recall status cannot be correct on OPAC detail page
1094
- [[30886]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30886) Recall status cannot be correct on OPAC detail page
1095
1095
1096
  **Sponsored by** *Catalyst*
1096
  **Sponsored by** *Catalyst*
1097
- [[30907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30907) Remaining incorrect uses of Koha::Recall->item_level_recall
1097
- [[30907]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30907) Remaining incorrect uses of Koha::Recall->item_level_recall
1098
- [[30924]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30924) Fix recalls-related errors in transfers and cancelling actions
1098
- [[30924]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30924) Fix recalls-related errors in transfers and cancelling actions
1099
- [[30944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30944) Fix single cancel recall button in recalls tab in staff interface and correctly handle cancellations with branch transfers
1099
- [[30944]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30944) Fix single cancel recall button in recalls tab in staff interface and correctly handle cancellations with branch transfers
1100
1100
1101
  **Sponsored by** *Catalyst*
1101
  **Sponsored by** *Catalyst*
1102
1102
1103
  >This fixes the 'cancel' recall button in several places so that it now works as expected (including the recalls tab in a patron's details section, the recalls section for a record, and the circulation recalls queue and recalls to pull pages). It also ensures a correct cancellation reason is logged when cancelling a recall in transit.
1103
  >This fixes the 'cancel' recall button in several places so that it now works as expected (including the recalls tab in a patron's details section, the recalls section for a record, and the circulation recalls queue and recalls to pull pages). It also ensures a correct cancellation reason is logged when cancelling a recall in transit.
1104
- [[30971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30971) Recalls - log viewer error
1104
- [[30971]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30971) Recalls - log viewer error
1105
1105
1106
  >This fixes an error that occurred when viewing recalls log entries. The error was caused by the renaming of itemnumber, biblionumber, and branchcode attributes.
1106
  >This fixes an error that occurred when viewing recalls log entries. The error was caused by the renaming of itemnumber, biblionumber, and branchcode attributes.
1107
- [[31395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31395) Checking in non-existent barcodes makes Koha explode
1107
- [[31395]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31395) Checking in non-existent barcodes makes Koha explode
1108
- [[32111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32111) Cannot schedule a pickup at the OPAC
1108
- [[32111]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32111) Cannot schedule a pickup at the OPAC
1109
1109
1110
### Command-line Utilities
1110
### Command-line Utilities
1111
1111
1112
- [[29325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29325) commit_file.pl error 'Already in a transaction'
1112
- [[29325]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29325) commit_file.pl error 'Already in a transaction'
1113
1113
1114
  >This fixes the command line script misc/commit_file.pl and manage staged MARC records tool in the staff interface so that imported records are processed.
1114
  >This fixes the command line script misc/commit_file.pl and manage staged MARC records tool in the staff interface so that imported records are processed.
1115
  >
1115
  >
1116
  >The error message from The command line script was failing with this error message "DBIx::Class::Storage::DBI::_exec_txn_begin(): DBI Exception: DBD::mysql::db begin_work failed: Already in a transaction at /kohadevbox/koha/C4/Biblio.pm line 303". In the staff interface, the processing of staged records would fail without any error messages.
1116
  >The error message from The command line script was failing with this error message "DBIx::Class::Storage::DBI::_exec_txn_begin(): DBI Exception: DBD::mysql::db begin_work failed: Already in a transaction at /kohadevbox/koha/C4/Biblio.pm line 303". In the staff interface, the processing of staged records would fail without any error messages.
1117
- [[30308]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30308) bulkmarcimport.pl broken by OAI-PMH:AutoUpdateSets(EmbedItemData)
1117
- [[30308]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30308) bulkmarcimport.pl broken by OAI-PMH:AutoUpdateSets(EmbedItemData)
1118
- [[30914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30914) cleanup_database.pl --transfers --old-reserves --confirm does not work
1118
- [[30914]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30914) cleanup_database.pl --transfers --old-reserves --confirm does not work
1119
- [[32012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32012) runreport.pl should use binmode UTF-8
1119
- [[32012]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32012) runreport.pl should use binmode UTF-8
1120
1120
1121
### Database
1121
### Database
1122
1122
1123
- [[30899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30899) Upgrade sometimes fails at "Upgrade to 21.11.05.004"
1123
- [[30899]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30899) Upgrade sometimes fails at "Upgrade to 21.11.05.004"
1124
1124
1125
  >This database revision fixes the one from bug 30449 for table borrower_attribute_types.
1125
  >This database revision fixes the one from bug 30449 for table borrower_attribute_types.
1126
- [[30912]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30912) Database update fails for 21.12.00.016 Bug 30060
1126
- [[30912]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30912) Database update fails for 21.12.00.016 Bug 30060
1127
1127
1128
### Fines and fees
1128
### Fines and fees
1129
1129
1130
- [[24381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24381) ACCOUNT_CREDIT and ACCOUNT_DEBIT slip not printing information about paid fines/fees
1130
- [[24381]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24381) ACCOUNT_CREDIT and ACCOUNT_DEBIT slip not printing information about paid fines/fees
1131
1131
1132
### Hold requests
1132
### Hold requests
1133
1133
1134
- [[29196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29196) Follow-up to Bug 27068 - Remove unnecessary check
1134
- [[29196]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29196) Follow-up to Bug 27068 - Remove unnecessary check
1135
- [[30742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30742) Confusion when placing hold on record with no items available because of not for loan
1135
- [[30742]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30742) Confusion when placing hold on record with no items available because of not for loan
1136
- [[30794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30794) 'Default checkout, hold and return policy' overrides Unlimited holds in 'Default checkout, hold policy by patron category'
1136
- [[30794]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30794) 'Default checkout, hold and return policy' overrides Unlimited holds in 'Default checkout, hold policy by patron category'
1137
- [[30892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30892) Holds not getting placed
1137
- [[30892]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30892) Holds not getting placed
1138
- [[30960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30960) Koha lets you place item-level holds without a pick-up place
1138
- [[30960]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30960) Koha lets you place item-level holds without a pick-up place
1139
- [[31355]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31355) Specific item holds table on OPAC only showing 10 items
1139
- [[31355]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31355) Specific item holds table on OPAC only showing 10 items
1140
1140
1141
### Installation and upgrade (command-line installer)
1141
### Installation and upgrade (command-line installer)
1142
1142
1143
- [[30539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30539) Koha upgrade error "Column 'claimed_on' cannot be null"
1143
- [[30539]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30539) Koha upgrade error "Column 'claimed_on' cannot be null"
1144
1144
1145
  >This fixes an upgrade error that could result in data loss when upgrading from earlier releases to 20.05 (and later releases). It results in the claim_dates for orders being replaced with the date the upgrade was run. (This was caused by an error in the database update for bug 24161 - Add ability to track the claim dates of later orders.)
1145
  >This fixes an upgrade error that could result in data loss when upgrading from earlier releases to 20.05 (and later releases). It results in the claim_dates for orders being replaced with the date the upgrade was run. (This was caused by an error in the database update for bug 24161 - Add ability to track the claim dates of later orders.)
1146
- [[31673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31673) DB update of bug 31086 fails: Cannot change column 'branchcode': used in a foreign key constraint
1146
- [[31673]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31673) DB update of bug 31086 fails: Cannot change column 'branchcode': used in a foreign key constraint
1147
- [[32110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32110) Duplicated additional content entries on DBRev 210600016
1147
- [[32110]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32110) Duplicated additional content entries on DBRev 210600016
1148
1148
1149
### Lists
1149
### Lists
1150
1150
1151
- [[30925]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30925) Creating public list by adding items to new list creates a private list
1151
- [[30925]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30925) Creating public list by adding items to new list creates a private list
1152
1152
1153
### MARC Bibliographic data support
1153
### MARC Bibliographic data support
1154
1154
1155
- [[29001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29001) Subfields attributes are not preserved when order is changed in framework
1155
- [[29001]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29001) Subfields attributes are not preserved when order is changed in framework
1156
- [[31238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31238) Unable to save authorised value to frameworks subfields
1156
- [[31238]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31238) Unable to save authorised value to frameworks subfields
1157
1157
1158
  **Sponsored by** *Koha-Suomi Oy*
1158
  **Sponsored by** *Koha-Suomi Oy*
1159
- [[31526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31526) Diff view on manage staged imports page is broken
1159
- [[31526]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31526) Diff view on manage staged imports page is broken
1160
- [[31869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31869) Unable to save thesaurus value to frameworks subfields
1160
- [[31869]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31869) Unable to save thesaurus value to frameworks subfields
1161
1161
1162
### OPAC
1162
### OPAC
1163
1163
1164
- [[29782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29782) Additional contents: Fix handling records without title or content
1164
- [[29782]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29782) Additional contents: Fix handling records without title or content
1165
- [[31303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31303) Fatal error when viewing OPAC user account with waiting holds
1165
- [[31303]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31303) Fatal error when viewing OPAC user account with waiting holds
1166
- [[32114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32114) Template error in OPAC search results RSS
1166
- [[32114]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32114) Template error in OPAC search results RSS
1167
- [[32185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32185) Template error in opac-reserve.pl
1167
- [[32185]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32185) Template error in opac-reserve.pl
1168
1168
1169
### Packaging
1169
### Packaging
1170
1170
1171
- [[31499]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31499) Add libhttp-tiny-perl 0.076 dependency for ES7
1171
- [[31499]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31499) Add libhttp-tiny-perl 0.076 dependency for ES7
1172
- [[31588]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31588) Update cpanfile for new OpenAPI versions
1172
- [[31588]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31588) Update cpanfile for new OpenAPI versions
1173
1173
1174
### Patrons
1174
### Patrons
1175
1175
1176
- [[30868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30868) Modifying a patron - page not found error after fixing validation errors where the message is displayed at the top of the page
1176
- [[30868]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30868) Modifying a patron - page not found error after fixing validation errors where the message is displayed at the top of the page
1177
1177
1178
  >This fixes a page not found error message generated after fixing validation errors when editing a patron (where the validation/error message is shown at the top of the page - below the patron name, but before the Save and Cancel buttons). (This was introduced by bug 29684: Fix warn about js/locale_data.js in 22.05.)
1178
  >This fixes a page not found error message generated after fixing validation errors when editing a patron (where the validation/error message is shown at the top of the page - below the patron name, but before the Save and Cancel buttons). (This was introduced by bug 29684: Fix warn about js/locale_data.js in 22.05.)
1179
- [[31005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31005) Cannot edit patrons in other categories if an extended attribute is mandatory and limited to a category
1179
- [[31005]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31005) Cannot edit patrons in other categories if an extended attribute is mandatory and limited to a category
1180
1180
1181
  >This fixes an error when a mandatory patron attribute limited to a specific patron category was causing a '500 error' when editing a patron not in that category.
1181
  >This fixes an error when a mandatory patron attribute limited to a specific patron category was causing a '500 error' when editing a patron not in that category.
1182
- [[31421]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31421) Library limitation on patron category breaks patron search
1182
- [[31421]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31421) Library limitation on patron category breaks patron search
1183
- [[31497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31497) Quick add: mandatory fields save as empty when not filled in before first save attempt
1183
- [[31497]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31497) Quick add: mandatory fields save as empty when not filled in before first save attempt
1184
1184
1185
### REST API
1185
### REST API
1186
1186
1187
- [[30677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30677) Unknown column 'biblioitem.title' in 'where clause' 500 error in API /api/v1/acquisitions/orders
1187
- [[30677]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30677) Unknown column 'biblioitem.title' in 'where clause' 500 error in API /api/v1/acquisitions/orders
1188
1188
1189
### Searching
1189
### Searching
1190
1190
1191
- [[26247]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26247) Search terms retained in header search creates UX inconsistency
1191
- [[26247]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26247) Search terms retained in header search creates UX inconsistency
1192
1192
1193
  >This fixes usability and consistency issues with the staff interface search header. Retaining or clearing search terms between searches is now configurable using two new system preferences - RetainCatalogSearchTerms (for searching the catalog) and RetainPatronsSearchTerms (for check out and searching patrons). Previously, search terms were retained when 1) searching the catalog and then switching to check out, check in, or renew 2) searching  from the check out or search patrons and then switching to check in, renew and search catalog. This then required manually clearing the input field.
1193
  >This fixes usability and consistency issues with the staff interface search header. Retaining or clearing search terms between searches is now configurable using two new system preferences - RetainCatalogSearchTerms (for searching the catalog) and RetainPatronsSearchTerms (for check out and searching patrons). Previously, search terms were retained when 1) searching the catalog and then switching to check out, check in, or renew 2) searching  from the check out or search patrons and then switching to check in, renew and search catalog. This then required manually clearing the input field.
1194
1194
1195
### Searching - Elasticsearch
1195
### Searching - Elasticsearch
1196
1196
1197
- [[30883]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30883) Authorities merge is limited to 100 biblio with Elasticsearch
1197
- [[30883]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30883) Authorities merge is limited to 100 biblio with Elasticsearch
1198
1198
1199
  >This fixes the hard-coded limit of 100 when merging authorities (when Elasticsearch is the search engine). When merging authorities where the term is used over 100 times, only the first 100 authorities would be merged and the old term deleted, irrespective of the value set in the AuthorityMergeLimit system preference.
1199
  >This fixes the hard-coded limit of 100 when merging authorities (when Elasticsearch is the search engine). When merging authorities where the term is used over 100 times, only the first 100 authorities would be merged and the old term deleted, irrespective of the value set in the AuthorityMergeLimit system preference.
1200
- [[31076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31076) Bug 22605 breaks date of publication range search
1200
- [[31076]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31076) Bug 22605 breaks date of publication range search
1201
1201
1202
  >This fixes the date of publication range searching in the staff interface when using Elasticsearch. It was working in the OPAC, but not the staff interface - caused by a regression from Bug 22605 introduced in Koha 22.05. For example: a search for 2005-2010 in the staff interface advanced search will now display the same results as the OPAC.
1202
  >This fixes the date of publication range searching in the staff interface when using Elasticsearch. It was working in the OPAC, but not the staff interface - caused by a regression from Bug 22605 introduced in Koha 22.05. For example: a search for 2005-2010 in the staff interface advanced search will now display the same results as the OPAC.
1203
1203
1204
### Searching - Zebra
1204
### Searching - Zebra
1205
1205
1206
- [[31106]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31106) Error searching for analytics in detail view
1206
- [[31106]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31106) Error searching for analytics in detail view
1207
1207
1208
  **Sponsored by** *Theke Solutions*
1208
  **Sponsored by** *Theke Solutions*
1209
1209
Lines 1219-1274 have already been fixed in maintainance releases) Link Here
1219
1219
1220
### Staff interface
1220
### Staff interface
1221
1221
1222
- [[31138]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31138) DataTables is not raising error to the end user
1222
- [[31138]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31138) DataTables is not raising error to the end user
1223
- [[31749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31749) Detail view broken
1223
- [[31749]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31749) Detail view broken
1224
- [[31819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31819) Formatting of item form in acq when ordering is broken
1224
- [[31819]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31819) Formatting of item form in acq when ordering is broken
1225
- [[31936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31936) Link to advanced search form in acquisitions is missing
1225
- [[31936]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31936) Link to advanced search form in acquisitions is missing
1226
- [[32035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32035) "Koha" less prominent in new staff interface
1226
- [[32035]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32035) "Koha" less prominent in new staff interface
1227
1227
1228
  >This adds "Koha" in front of the version number on the staff interface home page and links it to Koha Community website.
1228
  >This adds "Koha" in front of the version number on the staff interface home page and links it to Koha Community website.
1229
- [[32046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32046) When adding a new records from a staged files, there are style issues
1229
- [[32046]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32046) When adding a new records from a staged files, there are style issues
1230
- [[32172]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32172) Random biblionumber passed when clicking 'Z3950  SRU/Search' from the search results in staff client
1230
- [[32172]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32172) Random biblionumber passed when clicking 'Z3950  SRU/Search' from the search results in staff client
1231
1231
1232
### System Administration
1232
### System Administration
1233
1233
1234
- [[29951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29951) Cannot add splitting rule to classification sources
1234
- [[29951]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29951) Cannot add splitting rule to classification sources
1235
1235
1236
  >This fixes an error* that was displayed when adding a splitting rule to classifications sources (Administration > Catalog > Classification configuration). 
1236
  >This fixes an error* that was displayed when adding a splitting rule to classifications sources (Administration > Catalog > Classification configuration). 
1237
  >
1237
  >
1238
  >* Clicking 'Add a splitting rule' generates an error page starting "Can't locate object method "subclasses" via package "C4::ClassSplitRoutine" at /kohadevbox/koha/C4/ClassSplitRoutine.pm line 53".
1238
  >* Clicking 'Add a splitting rule' generates an error page starting "Can't locate object method "subclasses" via package "C4::ClassSplitRoutine" at /kohadevbox/koha/C4/ClassSplitRoutine.pm line 53".
1239
- [[31364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31364) Saving multi-select system preference don't save when all checks are removed
1239
- [[31364]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31364) Saving multi-select system preference don't save when all checks are removed
1240
- [[31422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31422) Library limitations might cause data loss when editing patrons
1240
- [[31422]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31422) Library limitations might cause data loss when editing patrons
1241
1241
1242
### Templates
1242
### Templates
1243
1243
1244
- [[31558]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31558) Upgrade of TinyMCE broke image drag and drop
1244
- [[31558]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31558) Upgrade of TinyMCE broke image drag and drop
1245
- [[32212]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32212) Add separate Bootstrap 4 node module for the OPAC
1245
- [[32212]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32212) Add separate Bootstrap 4 node module for the OPAC
1246
1246
1247
### Test Suite
1247
### Test Suite
1248
1248
1249
- [[31108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31108) rename ./t/00-check-atomic-updates.pl extension to *.t
1249
- [[31108]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31108) rename ./t/00-check-atomic-updates.pl extension to *.t
1250
- [[31992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31992) t::lib::Mocks::Zebra still using old stage for import page
1250
- [[31992]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31992) t::lib::Mocks::Zebra still using old stage for import page
1251
- [[32010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32010) selenium/authentication_2fa.t is failing randomly
1251
- [[32010]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32010) selenium/authentication_2fa.t is failing randomly
1252
1252
1253
### Tools
1253
### Tools
1254
1254
1255
- [[29828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29828) If no content is added to default, but a translation, news/additional content entries don't show in list
1255
- [[29828]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29828) If no content is added to default, but a translation, news/additional content entries don't show in list
1256
- [[30831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30831) Add unit test for BatchCommitItems
1256
- [[30831]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30831) Add unit test for BatchCommitItems
1257
- [[30884]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30884) Incomplete replace of jQuery UI tabs in batch patron modification breaks the form sending
1257
- [[30884]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30884) Incomplete replace of jQuery UI tabs in batch patron modification breaks the form sending
1258
- [[30889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30889) Background jobs lead to wrong/missing info in logs
1258
- [[30889]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30889) Background jobs lead to wrong/missing info in logs
1259
- [[30972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30972) "Replace existing covers" checkbox replaces ALL local covers for a biblio, not only the specific item's covers
1259
- [[30972]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30972) "Replace existing covers" checkbox replaces ALL local covers for a biblio, not only the specific item's covers
1260
- [[31154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31154) Batch item modification fails when "Use default values" is checked
1260
- [[31154]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31154) Batch item modification fails when "Use default values" is checked
1261
1261
1262
  **Sponsored by** *Koha-Suomi Oy*
1262
  **Sponsored by** *Koha-Suomi Oy*
1263
- [[31782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31782) Patron autocomplete broken when using js/autocomplete/patrons.js
1263
- [[31782]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31782) Patron autocomplete broken when using js/autocomplete/patrons.js
1264
1264
1265
## Security bugs
1265
## Security bugs
1266
1266
1267
### Koha
1267
### Koha
1268
1268
1269
- [[28739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28739) Objects in notices should restrict  the methods that can be called
1269
- [[28739]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28739) Objects in notices should restrict  the methods that can be called
1270
- [[30969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30969) Cross site scripting (XSS) attack in OPAC authority search ( opac-authorities-home.pl )
1270
- [[30969]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30969) Cross site scripting (XSS) attack in OPAC authority search ( opac-authorities-home.pl )
1271
- [[31219]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31219) Patron attribute types not cleaned/checked
1271
- [[31219]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31219) Patron attribute types not cleaned/checked
1272
1272
1273
## Other bugs fixed
1273
## Other bugs fixed
1274
1274
Lines 1277-1283 have already been fixed in maintainance releases) Link Here
1277
1277
1278
### Acquisitions
1278
### Acquisitions
1279
1279
1280
- [[13614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13614) Replace usage of YUI on basket groups page
1280
- [[13614]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13614) Replace usage of YUI on basket groups page
1281
1281
1282
  >This enhancement:
1282
  >This enhancement:
1283
  >1. Updates the basket groups interface so that it doesn't rely on YUI to move baskets in and out of groups.
1283
  >1. Updates the basket groups interface so that it doesn't rely on YUI to move baskets in and out of groups.
Lines 1286-1434 have already been fixed in maintainance releases) Link Here
1286
  >For basket groups, you no longer need to drag and drop baskets between columns (which could be a bit fiddly). 
1286
  >For basket groups, you no longer need to drag and drop baskets between columns (which could be a bit fiddly). 
1287
  >
1287
  >
1288
  >The basket group form is now in one column and ungrouped baskets in another. Baskets are listed in sortable tables, and using 'Add to group' and 'Remove' buttons lets you add and remove baskets from the group.
1288
  >The basket group form is now in one column and ungrouped baskets in another. Baskets are listed in sortable tables, and using 'Add to group' and 'Remove' buttons lets you add and remove baskets from the group.
1289
- [[23202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23202) Problems when adding multiple items to an order in acquisitions
1289
- [[23202]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23202) Problems when adding multiple items to an order in acquisitions
1290
- [[27017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27017) Add further defensive coding to EDI Invoice handling
1290
- [[27017]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27017) Add further defensive coding to EDI Invoice handling
1291
- [[27550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27550) "Duplicate budget" does not keep users associated with the funds
1291
- [[27550]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27550) "Duplicate budget" does not keep users associated with the funds
1292
1292
1293
  >Users linked to funds in acquisitions will now be kept when a budget and fund structure is duplicated.
1293
  >Users linked to funds in acquisitions will now be kept when a budget and fund structure is duplicated.
1294
- [[29554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29554) neworderempty.pl may create records with biblioitems.itemtype NULL
1294
- [[29554]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29554) neworderempty.pl may create records with biblioitems.itemtype NULL
1295
- [[29607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29607) addorderiso2709: The stored discount when importing an order from a file is invalid
1295
- [[29607]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29607) addorderiso2709: The stored discount when importing an order from a file is invalid
1296
1296
1297
  >This fixes how the discount amount for an order is stored and shown when an order is added to a basket using "From staged MARC records". The discount amount was incorrectly stored in the database and shown incorrectly when modifying the order (for example, a 25% discount shown as 0.2500 in the database and .25% on the form). This would result in the order amount changing when modifying an order.
1297
  >This fixes how the discount amount for an order is stored and shown when an order is added to a basket using "From staged MARC records". The discount amount was incorrectly stored in the database and shown incorrectly when modifying the order (for example, a 25% discount shown as 0.2500 in the database and .25% on the form). This would result in the order amount changing when modifying an order.
1298
- [[29658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29658) Crash on cancelling cancelled order
1298
- [[29658]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29658) Crash on cancelling cancelled order
1299
- [[29961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29961) Horizontal scroll bar in acquisition z39.50 search should always show
1299
- [[29961]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29961) Horizontal scroll bar in acquisition z39.50 search should always show
1300
- [[30268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30268) When creating an order from a staged file, mandatory item subfields that are empty do not block form submission
1300
- [[30268]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30268) When creating an order from a staged file, mandatory item subfields that are empty do not block form submission
1301
- [[30359]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30359) GetBudgetHierarchy is slow on order receive page
1301
- [[30359]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30359) GetBudgetHierarchy is slow on order receive page
1302
1302
1303
  **Sponsored by** *Koha-Suomi Oy*
1303
  **Sponsored by** *Koha-Suomi Oy*
1304
- [[30658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30658) (Bug 29496 follow-up) CheckMandatorySubfields don't  work properly with select field in serials-edit.tt for Supplemental issue
1304
- [[30658]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30658) (Bug 29496 follow-up) CheckMandatorySubfields don't  work properly with select field in serials-edit.tt for Supplemental issue
1305
- [[30938]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30938) Fix column configuration to the acquisitions home page
1305
- [[30938]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30938) Fix column configuration to the acquisitions home page
1306
1306
1307
  >This fixes the acquisitions home page to show the column configuration button.
1307
  >This fixes the acquisitions home page to show the column configuration button.
1308
- [[31054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31054) Manual importing for EDIFACT invoices fails with a 500 error page
1308
- [[31054]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31054) Manual importing for EDIFACT invoices fails with a 500 error page
1309
- [[31144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31144) When modifying an order we should not load the vendor default discount
1309
- [[31144]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31144) When modifying an order we should not load the vendor default discount
1310
- [[31367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31367) Display of sub-funds does not include totals of sub-sub-funds on acquisitions home page
1310
- [[31367]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31367) Display of sub-funds does not include totals of sub-sub-funds on acquisitions home page
1311
- [[31587]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31587) Basket not accessible from ACQORDER notice
1311
- [[31587]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31587) Basket not accessible from ACQORDER notice
1312
1312
1313
  >This makes sure that the basket object is passed to the ACQORDER notice in order to allow adding information about the basket and the order lines within it.
1313
  >This makes sure that the basket object is passed to the ACQORDER notice in order to allow adding information about the basket and the order lines within it.
1314
- [[31649]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31649) Acquisition basket CSV export fails if biblio does not exist
1314
- [[31649]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31649) Acquisition basket CSV export fails if biblio does not exist
1315
- [[31711]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31711) When creating order lines "From a new file" you are no longer redirected to acq after import
1315
- [[31711]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31711) When creating order lines "From a new file" you are no longer redirected to acq after import
1316
- [[31840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31840) Incorrect warning that order total amount exceeds allowed budget when editing existing order
1316
- [[31840]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31840) Incorrect warning that order total amount exceeds allowed budget when editing existing order
1317
1317
1318
  **Sponsored by** *Waikato Institute of Technology*
1318
  **Sponsored by** *Waikato Institute of Technology*
1319
1319
1320
  >This patch deducts the current cost of an order if modifying it, so that the current cost isn't counted when checking whether the updated cost will take the order total amount above the allowed budget.
1320
  >This patch deducts the current cost of an order if modifying it, so that the current cost isn't counted when checking whether the updated cost will take the order total amount above the allowed budget.
1321
- [[32016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32016) Fix 'clear filter' button behavior on datatable saving their state
1321
- [[32016]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32016) Fix 'clear filter' button behavior on datatable saving their state
1322
- [[32076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32076) Form for editing a basket group is misaligned
1322
- [[32076]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32076) Form for editing a basket group is misaligned
1323
1323
1324
### Architecture, internals, and plumbing
1324
### Architecture, internals, and plumbing
1325
1325
1326
- [[12758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12758) Failure when loading or parsing XSLT stylesheets over HTTPS
1326
- [[12758]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12758) Failure when loading or parsing XSLT stylesheets over HTTPS
1327
- [[20457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20457) Overdue and pre-overdue cronjobs not skipping phone notices
1327
- [[20457]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20457) Overdue and pre-overdue cronjobs not skipping phone notices
1328
- [[25716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25716) Add ability to specify additional options in koha-conf.xml for z3950_responder.pl when using koha-z3950-responder
1328
- [[25716]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25716) Add ability to specify additional options in koha-conf.xml for z3950_responder.pl when using koha-z3950-responder
1329
- [[26648]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26648) Prevent internal server error if item attached to old checkout has been removed
1329
- [[26648]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26648) Prevent internal server error if item attached to old checkout has been removed
1330
- [[27259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27259) HomeOrHoldingBranch is not used in all places
1330
- [[27259]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27259) HomeOrHoldingBranch is not used in all places
1331
- [[27849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27849) Koha::Token may access undefined C4::Context->userenv
1331
- [[27849]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27849) Koha::Token may access undefined C4::Context->userenv
1332
- [[28167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28167) A warning when setting which library to use in intranet and UseCashRegisters is disabled
1332
- [[28167]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28167) A warning when setting which library to use in intranet and UseCashRegisters is disabled
1333
- [[28375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28375) Inefficiencies in fetching COinS
1333
- [[28375]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28375) Inefficiencies in fetching COinS
1334
- [[29184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29184) Warn from chargelostitem when no replacement cost set for item
1334
- [[29184]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29184) Warn from chargelostitem when no replacement cost set for item
1335
- [[29871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29871) Remove marcflavour param in Koha::Biblio->get_marc_notes
1335
- [[29871]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29871) Remove marcflavour param in Koha::Biblio->get_marc_notes
1336
- [[30262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30262) opac/tracklinks.pl inconsistent with GetMarcUrls for whitespace
1336
- [[30262]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30262) opac/tracklinks.pl inconsistent with GetMarcUrls for whitespace
1337
- [[30399]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30399) Patron.t fails when there is a patron attribute that is mandatory
1337
- [[30399]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30399) Patron.t fails when there is a patron attribute that is mandatory
1338
- [[30409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30409) barcodedecode() should always trim barcode
1338
- [[30409]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30409) barcodedecode() should always trim barcode
1339
- [[30468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30468) koha-mysql does not honor Koha's timezone setting
1339
- [[30468]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30468) koha-mysql does not honor Koha's timezone setting
1340
- [[30731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30731) Noise from about script coming from Test::MockTime (or other CPAN modules)
1340
- [[30731]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30731) Noise from about script coming from Test::MockTime (or other CPAN modules)
1341
- [[30744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30744) Use RecordProcessor in get_marc_notes to ensure non-public notes do not leak
1341
- [[30744]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30744) Use RecordProcessor in get_marc_notes to ensure non-public notes do not leak
1342
- [[30813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30813) Refactor TransformMarcToKoha to remove TransformMarcToKohaOneField
1342
- [[30813]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30813) Refactor TransformMarcToKoha to remove TransformMarcToKohaOneField
1343
- [[30822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30822) BatchCommit does not deal with indexation correctly
1343
- [[30822]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30822) BatchCommit does not deal with indexation correctly
1344
- [[30823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30823) Recalls should use 'FILL' in action logs
1344
- [[30823]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30823) Recalls should use 'FILL' in action logs
1345
1345
1346
  **Sponsored by** *Catalyst*
1346
  **Sponsored by** *Catalyst*
1347
1347
1348
  >This enhancement changes recall fulfillment actions to log with the FILL action, same as holds. It will also update existing recalls FULFILL actions in the database to use the FILL action.
1348
  >This enhancement changes recall fulfillment actions to log with the FILL action, same as holds. It will also update existing recalls FULFILL actions in the database to use the FILL action.
1349
- [[30824]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30824) Improve performance of BatchCommitItems
1349
- [[30824]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30824) Improve performance of BatchCommitItems
1350
- [[30954]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30954) includes/background_jobs_update_elastic_index.inc  must be removed
1350
- [[30954]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30954) includes/background_jobs_update_elastic_index.inc  must be removed
1351
- [[30974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30974) Job size not correct for indexing jobs
1351
- [[30974]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30974) Job size not correct for indexing jobs
1352
- [[30984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30984) Action logs should log the cronjob script name that generated the given log
1352
- [[30984]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30984) Action logs should log the cronjob script name that generated the given log
1353
- [[31053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31053) Add Context module to Koha/Encryption
1353
- [[31053]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31053) Add Context module to Koha/Encryption
1354
- [[31058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31058) Bad import in auto_unsuspend_holds
1354
- [[31058]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31058) Bad import in auto_unsuspend_holds
1355
- [[31145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31145) Add some defaults for acquisitions in TestBuilder
1355
- [[31145]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31145) Add some defaults for acquisitions in TestBuilder
1356
- [[31177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31177) Misplaced import in C4::ILSDI::Services
1356
- [[31177]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31177) Misplaced import in C4::ILSDI::Services
1357
- [[31196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31196) Key "default_value_for_mod_marc-" cleared from cache but not set anymore
1357
- [[31196]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31196) Key "default_value_for_mod_marc-" cleared from cache but not set anymore
1358
- [[31222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31222) DBIC queries for batch mod can be very large
1358
- [[31222]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31222) DBIC queries for batch mod can be very large
1359
- [[31288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31288) Check userenv in ->disown_or_delete
1359
- [[31288]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31288) Check userenv in ->disown_or_delete
1360
- [[31305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31305) Useless "type" parameter passed in detail.tt
1360
- [[31305]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31305) Useless "type" parameter passed in detail.tt
1361
- [[31307]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31307) already_reserved never used in opac/opac-reserve.pl
1361
- [[31307]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31307) already_reserved never used in opac/opac-reserve.pl
1362
- [[31390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31390) Remove noisy warns in C4::Templates
1362
- [[31390]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31390) Remove noisy warns in C4::Templates
1363
- [[31441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31441) Koha::Item::as_marc_field ignores subfields where kohafield is an empty string
1363
- [[31441]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31441) Koha::Item::as_marc_field ignores subfields where kohafield is an empty string
1364
- [[31468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31468) Koha::Logger should prefix interface with 'plack'
1364
- [[31468]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31468) Koha::Logger should prefix interface with 'plack'
1365
- [[31469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31469) log4perl.conf: Plack logfiles need %n in conversionpattern
1365
- [[31469]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31469) log4perl.conf: Plack logfiles need %n in conversionpattern
1366
- [[31473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31473) Test about bad OpacHiddenItems conf fragile
1366
- [[31473]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31473) Test about bad OpacHiddenItems conf fragile
1367
- [[31535]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31535) Fix a staff warn or two
1367
- [[31535]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31535) Fix a staff warn or two
1368
- [[31842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31842) admin/branches: DT search generates js error on col.data.split
1368
- [[31842]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31842) admin/branches: DT search generates js error on col.data.split
1369
- [[31871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31871) Due date not shown on items tab
1369
- [[31871]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31871) Due date not shown on items tab
1370
- [[31873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31873) Can't call method "safe_delete" on an undefined value at cataloguing/additem.pl
1370
- [[31873]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31873) Can't call method "safe_delete" on an undefined value at cataloguing/additem.pl
1371
- [[31889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31889) Insert 952 tags in correct order when embedding items
1371
- [[31889]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31889) Insert 952 tags in correct order when embedding items
1372
- [[31920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31920) Unit test t/db_dependent/Holds.t leaves behind database cruft
1372
- [[31920]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31920) Unit test t/db_dependent/Holds.t leaves behind database cruft
1373
- [[32151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32151) [WARN] Use of uninitialized value in numeric ne (!=) at C4/Ris.pm line 834.
1373
- [[32151]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32151) [WARN] Use of uninitialized value in numeric ne (!=) at C4/Ris.pm line 834.
1374
- [[32154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32154) Missing primary key on erm_user_roles table
1374
- [[32154]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32154) Missing primary key on erm_user_roles table
1375
- [[32161]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32161) ErmEholdingsPackagesAgreement has wrong koha_object_class
1375
- [[32161]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32161) ErmEholdingsPackagesAgreement has wrong koha_object_class
1376
- [[32162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32162) erm_eholdings_packages_agreements does not have a primary key
1376
- [[32162]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32162) erm_eholdings_packages_agreements does not have a primary key
1377
- [[32163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32163) ErmUserRole has wrong koha_object[s]_class
1377
- [[32163]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32163) ErmUserRole has wrong koha_object[s]_class
1378
- [[32223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32223) package.json script paths too specific
1378
- [[32223]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32223) package.json script paths too specific
1379
- [[32224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32224) Add cypress and prettier to the yarn commands
1379
- [[32224]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32224) Add cypress and prettier to the yarn commands
1380
- [[32248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32248) t/00-checkdatabase-version.t should be removed
1380
- [[32248]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32248) t/00-checkdatabase-version.t should be removed
1381
1381
1382
### Authentication
1382
### Authentication
1383
1383
1384
- [[30842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30842) Two-factor  authentication code should be valid longer
1384
- [[30842]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30842) Two-factor  authentication code should be valid longer
1385
1385
1386
  >This extends the time a two-factor authentication code is valid for, in case it is not entered quickly enough. (Example: wait for the code to change, then enter the previous code - this should still work, but will not work when the code changes again.)
1386
  >This extends the time a two-factor authentication code is valid for, in case it is not entered quickly enough. (Example: wait for the code to change, then enter the previous code - this should still work, but will not work when the code changes again.)
1387
- [[32066]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32066) 2FA: User could get stuck temporarily on login screen when disabling pref
1387
- [[32066]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32066) 2FA: User could get stuck temporarily on login screen when disabling pref
1388
- [[32138]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32138) OIDC client uses backwards default mapping
1388
- [[32138]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32138) OIDC client uses backwards default mapping
1389
- [[32139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32139) "Update on login" setting not set when creating domain from new IdP page
1389
- [[32139]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32139) "Update on login" setting not set when creating domain from new IdP page
1390
- [[32141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32141) New and edit identity provider UIs inconsistent
1390
- [[32141]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32141) New and edit identity provider UIs inconsistent
1391
1391
1392
### Cataloging
1392
### Cataloging
1393
1393
1394
- [[25387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25387) Avoid merge different type of authorities
1394
- [[25387]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25387) Avoid merge different type of authorities
1395
- [[27683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27683) Bind results of GetAnalyticsCount to the EasyAnalyticalRecords pref
1395
- [[27683]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27683) Bind results of GetAnalyticsCount to the EasyAnalyticalRecords pref
1396
- [[29662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29662) PrefillItem should apply to all subfields when SubfieldsToUseWhenPrefill is null
1396
- [[29662]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29662) PrefillItem should apply to all subfields when SubfieldsToUseWhenPrefill is null
1397
- [[30250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30250) Configure when to apply framework defaults when cataloguing
1397
- [[30250]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30250) Configure when to apply framework defaults when cataloguing
1398
1398
1399
  **Sponsored by** *Catalyst* and *Education Services Australia SCIS*
1399
  **Sponsored by** *Catalyst* and *Education Services Australia SCIS*
1400
1400
1401
  >This patch adds a system preference ApplyFrameworkDefaults to configure when to apply framework defaults - when cataloguing a new record, when editing a record as new (duplicating), or when changing the framework while editing an existing record, or when importing a record. This applies to both bibliographic records and authority records.
1401
  >This patch adds a system preference ApplyFrameworkDefaults to configure when to apply framework defaults - when cataloguing a new record, when editing a record as new (duplicating), or when changing the framework while editing an existing record, or when importing a record. This applies to both bibliographic records and authority records.
1402
- [[30976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30976) Cover images for biblio should be displayed first
1402
- [[30976]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30976) Cover images for biblio should be displayed first
1403
- [[31643]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31643) Link authorities automatically requires ALL cataloging and authorities permissions
1403
- [[31643]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31643) Link authorities automatically requires ALL cataloging and authorities permissions
1404
- [[31646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31646) Focus input by default when clicking on a dropdown field in the cataloguing editor
1404
- [[31646]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31646) Focus input by default when clicking on a dropdown field in the cataloguing editor
1405
- [[31682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31682) Silence warn when using automatic linker in biblio editor
1405
- [[31682]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31682) Silence warn when using automatic linker in biblio editor
1406
1406
1407
  **Sponsored by** *Catalyst*
1407
  **Sponsored by** *Catalyst*
1408
- [[31724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31724) MARC framework subfield deletion - 'i' added to end of the breadcrumb on confirm deletion page
1408
- [[31724]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31724) MARC framework subfield deletion - 'i' added to end of the breadcrumb on confirm deletion page
1409
1409
1410
  >This fixes the breadcrumb when deleting a subfield for a framework. An 'i' was incorrectly added to the end of the breadcrumb on the deletion confirmation page, for example: ... > Confirm deletion of subfield bi
1410
  >This fixes the breadcrumb when deleting a subfield for a framework. An 'i' was incorrectly added to the end of the breadcrumb on the deletion confirmation page, for example: ... > Confirm deletion of subfield bi
1411
- [[31863]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31863) Advanced cataloging editor no longer auto-resizes
1411
- [[31863]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31863) Advanced cataloging editor no longer auto-resizes
1412
- [[31876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31876) Capitalization: Click to Expand this Tag
1412
- [[31876]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31876) Capitalization: Click to Expand this Tag
1413
- [[31877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31877) Capitalization: Delete this Tag and Repeat this Tag
1413
- [[31877]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31877) Capitalization: Delete this Tag and Repeat this Tag
1414
- [[31881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31881) Link in MARC view does not work
1414
- [[31881]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31881) Link in MARC view does not work
1415
- [[31987]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31987) Update plugin unimarc_field_110.pl fields
1415
- [[31987]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31987) Update plugin unimarc_field_110.pl fields
1416
- [[32188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32188) Only show template controls above item form if templates have been defined
1416
- [[32188]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32188) Only show template controls above item form if templates have been defined
1417
1417
1418
### Circulation
1418
### Circulation
1419
1419
1420
- [[22115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22115) Table of checkouts doesn't respect CurrencyFormat setting
1420
- [[22115]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22115) Table of checkouts doesn't respect CurrencyFormat setting
1421
- [[25426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25426) Allow return policy to be selected via syspref and not just home library
1421
- [[25426]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25426) Allow return policy to be selected via syspref and not just home library
1422
1422
1423
  >This enhancement adds a new system preference, CircControlReturnsBranch. Previously circulation rules for return policies always used the item's home library. This new preference allows choosing between the item's home library, the item's holding library, and the logged in library when selecting the return policy from the circulation rules.
1423
  >This enhancement adds a new system preference, CircControlReturnsBranch. Previously circulation rules for return policies always used the item's home library. This new preference allows choosing between the item's home library, the item's holding library, and the logged in library when selecting the return policy from the circulation rules.
1424
- [[26626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26626) When checking in a hold that is not found the X option is 'ignore' and when hold is found it is 'cancel'
1424
- [[26626]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26626) When checking in a hold that is not found the X option is 'ignore' and when hold is found it is 'cancel'
1425
- [[29050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29050) Add punctuation in Unseen Renewals message
1425
- [[29050]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29050) Add punctuation in Unseen Renewals message
1426
1426
1427
  **Sponsored by** *Catalyst*
1427
  **Sponsored by** *Catalyst*
1428
- [[29792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29792) Transfers created from 'wrong transfer' checkin are not sent if modal is dismissed
1428
- [[29792]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29792) Transfers created from 'wrong transfer' checkin are not sent if modal is dismissed
1429
- [[30337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30337) Holds to pull ( pendingreserves.pl ) ignores holds if priority 1 hold is suspended
1429
- [[30337]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30337) Holds to pull ( pendingreserves.pl ) ignores holds if priority 1 hold is suspended
1430
- [[30447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30447) pendingreserves.pl is checking too many transfers
1430
- [[30447]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30447) pendingreserves.pl is checking too many transfers
1431
- [[30755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30755) auto_too_soon should not be counted as an error in autorenewals
1431
- [[30755]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30755) auto_too_soon should not be counted as an error in autorenewals
1432
1432
1433
  >This patch alters the way errors/successes are counted in auto renewals. Prior to this patch, using [% error %] in a template would provide a count of all items not renewed, even if 'too_soon'
1433
  >This patch alters the way errors/successes are counted in auto renewals. Prior to this patch, using [% error %] in a template would provide a count of all items not renewed, even if 'too_soon'
1434
  >
1434
  >
Lines 1439-1539 have already been fixed in maintainance releases) Link Here
1439
  >[% FOREACH key in results.keys %]
1439
  >[% FOREACH key in results.keys %]
1440
  >    [% results.$key %] item(s) were not renewed for reason [% key %]
1440
  >    [% results.$key %] item(s) were not renewed for reason [% key %]
1441
  >[% END %]
1441
  >[% END %]
1442
- [[31080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31080) Block adding the bundle item to its own bundle
1442
- [[31080]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31080) Block adding the bundle item to its own bundle
1443
- [[31083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31083) Part name (245$p) breaks item bundle detail view
1443
- [[31083]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31083) Part name (245$p) breaks item bundle detail view
1444
- [[31085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31085) The return claims table no longer reloads on resolution
1444
- [[31085]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31085) The return claims table no longer reloads on resolution
1445
- [[31087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31087) Undefined notes in returns claims get stringified to 'null'
1445
- [[31087]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31087) Undefined notes in returns claims get stringified to 'null'
1446
- [[31120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31120) Items will renew for zero ( 0 ) days if renewalperiod is blank/empty value
1446
- [[31120]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31120) Items will renew for zero ( 0 ) days if renewalperiod is blank/empty value
1447
- [[31129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31129) Number of restrictions is always "0" on the "Check out" tab
1447
- [[31129]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31129) Number of restrictions is always "0" on the "Check out" tab
1448
- [[31192]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31192) Checking in an unkown barcode causes error
1448
- [[31192]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31192) Checking in an unkown barcode causes error
1449
- [[31343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31343) DataTables error on waitingreserves.tt
1449
- [[31343]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31343) DataTables error on waitingreserves.tt
1450
- [[31447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31447) "Please confirm checkout" message uses patron's home library not holds pick up library
1450
- [[31447]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31447) "Please confirm checkout" message uses patron's home library not holds pick up library
1451
1451
1452
  **Sponsored by** *Koha-Suomi Oy*
1452
  **Sponsored by** *Koha-Suomi Oy*
1453
- [[31728]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31728) Duplicate claims modal template markup
1453
- [[31728]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31728) Duplicate claims modal template markup
1454
- [[31903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31903) Article requests: Edit URLs link missing in the New tab
1454
- [[31903]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31903) Article requests: Edit URLs link missing in the New tab
1455
1455
1456
### Command-line Utilities
1456
### Command-line Utilities
1457
1457
1458
- [[30781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30781) Use of uninitialized value $val in substitution iterator at /usr/share/koha/lib/C4/Letters.pm line 665.
1458
- [[30781]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30781) Use of uninitialized value $val in substitution iterator at /usr/share/koha/lib/C4/Letters.pm line 665.
1459
- [[30788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30788) Argument "" isn't numeric in multiplication (*) at /usr/share/koha/lib/C4/Overdues.pm
1459
- [[30788]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30788) Argument "" isn't numeric in multiplication (*) at /usr/share/koha/lib/C4/Overdues.pm
1460
- [[30893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30893) Typo: update_patrons_category.pl fine(s)
1460
- [[30893]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30893) Typo: update_patrons_category.pl fine(s)
1461
1461
1462
  >This updates the help text for the update patrons category cronjob script (misc/cronjobs/update_patrons_category.pl). It changes the full option names and associated information for -fo (--fineover to --finesover) and -fu (--fineunder to --finesunder), as well as some minor formatting and text tidy ups.
1462
  >This updates the help text for the update patrons category cronjob script (misc/cronjobs/update_patrons_category.pl). It changes the full option names and associated information for -fo (--fineover to --finesover) and -fu (--fineunder to --finesunder), as well as some minor formatting and text tidy ups.
1463
- [[31239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31239) search_for_data_inconsistencies.pl fails for Koha to MARC mapping using biblio table
1463
- [[31239]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31239) search_for_data_inconsistencies.pl fails for Koha to MARC mapping using biblio table
1464
- [[31282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31282) Broken characters in patron_emailer.pl verbose mode
1464
- [[31282]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31282) Broken characters in patron_emailer.pl verbose mode
1465
1465
1466
  >This fixes the patron_emailer.pl script (misc/cronjobs/patron_emailer.pl) so that non-ASCII characters in notices display correctly.
1466
  >This fixes the patron_emailer.pl script (misc/cronjobs/patron_emailer.pl) so that non-ASCII characters in notices display correctly.
1467
- [[31299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31299) Duplicate output in search_for_data_inconsistencies.pl
1467
- [[31299]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31299) Duplicate output in search_for_data_inconsistencies.pl
1468
- [[31325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31325) Fix koha-preferences get
1468
- [[31325]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31325) Fix koha-preferences get
1469
- [[31356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31356) Itiva outbound script doesn't respect calendar when calculating expiration date for holds
1469
- [[31356]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31356) Itiva outbound script doesn't respect calendar when calculating expiration date for holds
1470
- [[32093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32093) cleanup_database.pl bg-jobs parameter should be bg-days
1470
- [[32093]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32093) cleanup_database.pl bg-jobs parameter should be bg-days
1471
1471
1472
### Course reserves
1472
### Course reserves
1473
1473
1474
- [[30840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30840) Add support for barcode filters to course reserves
1474
- [[30840]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30840) Add support for barcode filters to course reserves
1475
1475
1476
### Database
1476
### Database
1477
1477
1478
- [[30472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30472) Field borrower_relationships.guarantor_id should be marked as NOT NULL
1478
- [[30472]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30472) Field borrower_relationships.guarantor_id should be marked as NOT NULL
1479
- [[30483]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30483) Do not allow NULL in issues.borrowernumber and issues.itemnumber
1479
- [[30483]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30483) Do not allow NULL in issues.borrowernumber and issues.itemnumber
1480
- [[30490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30490) Adjust foreign key for parent item type
1480
- [[30490]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30490) Adjust foreign key for parent item type
1481
- [[30497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30497) Constraint old_reserves_ibfk_4 should be SET NULL instead of CASCADE
1481
- [[30497]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30497) Constraint old_reserves_ibfk_4 should be SET NULL instead of CASCADE
1482
1482
1483
### Documentation
1483
### Documentation
1484
1484
1485
- [[27315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27315) The man pages for the command line utilities do not display properly
1485
- [[27315]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27315) The man pages for the command line utilities do not display properly
1486
- [[31465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31465) Link system preference tabs to correct manual pages
1486
- [[31465]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31465) Link system preference tabs to correct manual pages
1487
1487
1488
### ERM
1488
### ERM
1489
1489
1490
- [[32181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32181) ERM - Cannot filter by expired when adding an agreement to EBSCO's package
1490
- [[32181]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32181) ERM - Cannot filter by expired when adding an agreement to EBSCO's package
1491
1491
1492
### Fines and fees
1492
### Fines and fees
1493
1493
1494
- [[29987]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29987) Manual credits are not recorded for a register
1494
- [[29987]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29987) Manual credits are not recorded for a register
1495
1495
1496
  >This fixes the recording of manual credits for patrons so that these transactions are now included in the cash summary report for a library. When adding a manual credit, there are now fields for choosing the transaction type and cash register.
1496
  >This fixes the recording of manual credits for patrons so that these transactions are now included in the cash summary report for a library. When adding a manual credit, there are now fields for choosing the transaction type and cash register.
1497
- [[30458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30458) Librarian ( manager_id ) not included in accountline when using "Payout amount" button
1497
- [[30458]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30458) Librarian ( manager_id ) not included in accountline when using "Payout amount" button
1498
- [[30567]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30567) Create manual invoice with FR currency format show the incorrect format
1498
- [[30567]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30567) Create manual invoice with FR currency format show the incorrect format
1499
1499
1500
  >This fixes the price formatting when CurrencyFormat = FR. When adding a manual invoice, the amount input field was shown with a comma for debit types with default amounts, but it should be a decimal point. (For input fields we always use the decimal point and the display format uses the decimal separator defined by CurrencyFormat.)
1500
  >This fixes the price formatting when CurrencyFormat = FR. When adding a manual invoice, the amount input field was shown with a comma for debit types with default amounts, but it should be a decimal point. (For input fields we always use the decimal point and the display format uses the decimal separator defined by CurrencyFormat.)
1501
- [[31036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31036) Cash management doesn't take SIP00 (Cash via SIP2) transactions into account
1501
- [[31036]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31036) Cash management doesn't take SIP00 (Cash via SIP2) transactions into account
1502
1502
1503
  >This fix adds the last missing piece for cash management when involving transactions via a SIP client.
1503
  >This fix adds the last missing piece for cash management when involving transactions via a SIP client.
1504
  >
1504
  >
1505
  >We now understand that a SIP00 coded transaction is equal to 'CASH' in other register environments. This means we treat it as such in the cashup system and also that we now require a register for cash transactions.
1505
  >We now understand that a SIP00 coded transaction is equal to 'CASH' in other register environments. This means we treat it as such in the cashup system and also that we now require a register for cash transactions.
1506
  >
1506
  >
1507
  >WARNING: This makes register a required configuration field for SIP devices when cash registers are enabled on the system.
1507
  >WARNING: This makes register a required configuration field for SIP devices when cash registers are enabled on the system.
1508
- [[31513]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31513) NaN errors when using refund and payout with CurrencyFormat = FR
1508
- [[31513]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31513) NaN errors when using refund and payout with CurrencyFormat = FR
1509
1509
1510
### Hold requests
1510
### Hold requests
1511
1511
1512
- [[12630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12630) Prioritizing "Hold starts on date" -holds causes all other holds to be prioritized as well!
1512
- [[12630]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12630) Prioritizing "Hold starts on date" -holds causes all other holds to be prioritized as well!
1513
- [[19540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19540) opac-reserve does not correctly warn of too_much reserves
1513
- [[19540]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19540) opac-reserve does not correctly warn of too_much reserves
1514
- [[23659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23659) Allow hold pickup location to default to item home branch for item-level holds
1514
- [[23659]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23659) Allow hold pickup location to default to item home branch for item-level holds
1515
1515
1516
  >This patch adds a new system preference 'DefaultHoldPickupLocation'
1516
  >This patch adds a new system preference 'DefaultHoldPickupLocation'
1517
  >
1517
  >
1518
  >This preference will allow the library to determine which library is the default for pickup location dropdowns while placing holds in the staff client. The options are logged in library, homebranch, or holdingbranch
1518
  >This preference will allow the library to determine which library is the default for pickup location dropdowns while placing holds in the staff client. The options are logged in library, homebranch, or holdingbranch
1519
  >
1519
  >
1520
  >Previously the behavior was inconsistent, and varied between versions. Libraries may need to adjust this preference after upgrade to mirror their expected workflow
1520
  >Previously the behavior was inconsistent, and varied between versions. Libraries may need to adjust this preference after upgrade to mirror their expected workflow
1521
- [[28529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28529) Item type-constrained biblio-level holds should honour max_holds as item-level do
1521
- [[28529]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28529) Item type-constrained biblio-level holds should honour max_holds as item-level do
1522
- [[29071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29071) HoldsSplitQueueNumbering not set for new installs
1522
- [[29071]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29071) HoldsSplitQueueNumbering not set for new installs
1523
- [[29102]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29102) DecreaseLoanHighHolds will decrease loan period if patron has an 'unfound' hold
1523
- [[29102]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29102) DecreaseLoanHighHolds will decrease loan period if patron has an 'unfound' hold
1524
- [[29389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29389) Add holding branch to holds queue report
1524
- [[29389]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29389) Add holding branch to holds queue report
1525
- [[30213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30213) Hide Delete (aka Priority) column when user only has place_hold permission
1525
- [[30213]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30213) Hide Delete (aka Priority) column when user only has place_hold permission
1526
- [[30828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30828) Remove unused variable in placerequest.pl
1526
- [[30828]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30828) Remove unused variable in placerequest.pl
1527
- [[30935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30935) Holds to pull shows wrong first patron
1527
- [[30935]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30935) Holds to pull shows wrong first patron
1528
- [[31086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31086) Do not allow hold requests with no branchcode
1528
- [[31086]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31086) Do not allow hold requests with no branchcode
1529
- [[31112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31112) Able to renew checkout when the number of holds exceeds available number of items
1529
- [[31112]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31112) Able to renew checkout when the number of holds exceeds available number of items
1530
1530
1531
  >When AllowRenewalIfOtherItemsAvailable is set to Allow it now correctly takes into account all the holds instead of just one per patron.
1531
  >When AllowRenewalIfOtherItemsAvailable is set to Allow it now correctly takes into account all the holds instead of just one per patron.
1532
- [[31518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31518) Hidden items count not displayed on hold request page
1532
- [[31518]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31518) Hidden items count not displayed on hold request page
1533
- [[31540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31540) Holds reminder cronjob should consider expiration date of holds, and not send notices if hold expired
1533
- [[31540]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31540) Holds reminder cronjob should consider expiration date of holds, and not send notices if hold expired
1534
- [[31575]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31575) Missing warning for holds where AllowHoldPolicyOverride can be used to force a hold to be placed
1534
- [[31575]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31575) Missing warning for holds where AllowHoldPolicyOverride can be used to force a hold to be placed
1535
- [[31808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31808) When placing a hold patron name is not displaying correctly
1535
- [[31808]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31808) When placing a hold patron name is not displaying correctly
1536
- [[31963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31963) Only show hold fee message on OPAC and charge hold fee if HoldFeeMode conditions are true as described in the system preference
1536
- [[31963]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31963) Only show hold fee message on OPAC and charge hold fee if HoldFeeMode conditions are true as described in the system preference
1537
1537
1538
  **Sponsored by** *Horowhenua Libraries Trust*
1538
  **Sponsored by** *Horowhenua Libraries Trust*
1539
1539
Lines 1543-1572 have already been fixed in maintainance releases) Link Here
1543
1543
1544
### I18N/L10N
1544
### I18N/L10N
1545
1545
1546
- [[28707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28707) Missing strings in translation of sample data
1546
- [[28707]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28707) Missing strings in translation of sample data
1547
- [[30517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30517) Translation breaks editing parent type circulation rule
1547
- [[30517]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30517) Translation breaks editing parent type circulation rule
1548
- [[30958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30958) OPAC Overdrive search result page broken for translations
1548
- [[30958]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30958) OPAC Overdrive search result page broken for translations
1549
1549
1550
  **Sponsored by** *Melbourne Athenaeum Library, Australia*
1550
  **Sponsored by** *Melbourne Athenaeum Library, Australia*
1551
- [[30991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30991) [% ELSE %]0[% END %] will break translations if used for assigning variables
1551
- [[30991]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30991) [% ELSE %]0[% END %] will break translations if used for assigning variables
1552
1552
1553
  **Sponsored by** *Catalyst*
1553
  **Sponsored by** *Catalyst*
1554
- [[30992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30992) Hard to translate single word strings
1554
- [[30992]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30992) Hard to translate single word strings
1555
- [[31292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31292) Untranslatable string in sample_notices.yaml
1555
- [[31292]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31292) Untranslatable string in sample_notices.yaml
1556
- [[31738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31738) Unstranslatable string in checkouts.js for recalls
1556
- [[31738]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31738) Unstranslatable string in checkouts.js for recalls
1557
1557
1558
### ILL
1558
### ILL
1559
1559
1560
- [[28634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28634) ILL partner request notices are attached to the request creator rather than the partner recipient
1560
- [[28634]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28634) ILL partner request notices are attached to the request creator rather than the partner recipient
1561
- [[30890]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30890) ILL breadcrumbs are wrong
1561
- [[30890]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30890) ILL breadcrumbs are wrong
1562
1562
1563
### Label/patron card printing
1563
### Label/patron card printing
1564
1564
1565
- [[30837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30837) Fix table width on 'Print summary'
1565
- [[30837]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30837) Fix table width on 'Print summary'
1566
1566
1567
  >This fixes the width of the table for the print summary so that it fits the width of the page.
1567
  >This fixes the width of the table for the print summary so that it fits the width of the page.
1568
- [[31137]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31137) Error editing label template
1568
- [[31137]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31137) Error editing label template
1569
- [[31352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31352) Terminology: Borrower name
1569
- [[31352]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31352) Terminology: Borrower name
1570
1570
1571
  **Sponsored by** *Catalyst*
1571
  **Sponsored by** *Catalyst*
1572
1572
Lines 1574-2047 have already been fixed in maintainance releases) Link Here
1574
1574
1575
### Lists
1575
### Lists
1576
1576
1577
- [[32237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237) Batch delete records "no record IDs defined"
1577
- [[32237]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237) Batch delete records "no record IDs defined"
1578
1578
1579
### MARC Authority data support
1579
### MARC Authority data support
1580
1580
1581
- [[19693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19693) Update of an authority record creates inconsistency when the heading tag is changed
1581
- [[19693]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19693) Update of an authority record creates inconsistency when the heading tag is changed
1582
- [[29260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29260) UNIMARC 210a is reported to Author (meeting/conference) when upgrading an authority through Z3950
1582
- [[29260]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29260) UNIMARC 210a is reported to Author (meeting/conference) when upgrading an authority through Z3950
1583
1583
1584
  >This fixes UNIMARC authority editing when using 'Replace record via Z3950/SRU search'. When pre-populating the search form the value of 210$a (Authorized Access Point - Corporate Body Name) now goes into the Author (corporate) search form field instead of Author (meeting / conference).
1584
  >This fixes UNIMARC authority editing when using 'Replace record via Z3950/SRU search'. When pre-populating the search form the value of 210$a (Authorized Access Point - Corporate Body Name) now goes into the Author (corporate) search form field instead of Author (meeting / conference).
1585
- [[29333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29333) Importing UNIMARC authorities in MARCXML UTF-8 breaks the encoding
1585
- [[29333]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29333) Importing UNIMARC authorities in MARCXML UTF-8 breaks the encoding
1586
- [[29434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29434) In UNIMARC instances, the authority finder uses MARC21 relationship codes
1586
- [[29434]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29434) In UNIMARC instances, the authority finder uses MARC21 relationship codes
1587
1587
1588
  >This fixes the values displayed for the relationship codes in the authority finder 'Special relationships' drop down list in UNIMARC catalogs - UNIMARC values are now displayed, instead of MARC21 values.
1588
  >This fixes the values displayed for the relationship codes in the authority finder 'Special relationships' drop down list in UNIMARC catalogs - UNIMARC values are now displayed, instead of MARC21 values.
1589
- [[30025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30025) Split BiblioAddsAuthorities into 2 preferences
1589
- [[30025]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30025) Split BiblioAddsAuthorities into 2 preferences
1590
1590
1591
  >This patch splits the system preference BiblioAddsAuthorities into two new system preferences that more clearly define what the settings do:
1591
  >This patch splits the system preference BiblioAddsAuthorities into two new system preferences that more clearly define what the settings do:
1592
  >1- RequireChoosingExistingAuthority: this preference indicates whether a cataloger must choose from existing authorities, or if they can enter free text into controlled fields
1592
  >1- RequireChoosingExistingAuthority: this preference indicates whether a cataloger must choose from existing authorities, or if they can enter free text into controlled fields
1593
  >2- AutoLinkBiblios: this preference determines whether Koha will attempt to link a new record to existing authorities upon saving. In conjunction with the existing preference, AutoCreateAuthorities, unmatched headings will either be linked to a new authority, or remain uncontrolled
1593
  >2- AutoLinkBiblios: this preference determines whether Koha will attempt to link a new record to existing authorities upon saving. In conjunction with the existing preference, AutoCreateAuthorities, unmatched headings will either be linked to a new authority, or remain uncontrolled
1594
- [[31660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31660) MARC preview for authority search results comes up empty
1594
- [[31660]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31660) MARC preview for authority search results comes up empty
1595
1595
1596
### MARC Bibliographic record staging/import
1596
### MARC Bibliographic record staging/import
1597
1597
1598
- [[26632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26632) BatchStageMarcRecords passes a random number to AddBiblioToBatch / AddAuthToBatch
1598
- [[26632]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26632) BatchStageMarcRecords passes a random number to AddBiblioToBatch / AddAuthToBatch
1599
- [[30738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30738) Forked CGI MARC import warnings are not logged
1599
- [[30738]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30738) Forked CGI MARC import warnings are not logged
1600
- [[30789]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30789) Improve performance of AddBiblio when importing records with many items
1600
- [[30789]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30789) Improve performance of AddBiblio when importing records with many items
1601
- [[31269]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31269) DataTables error when managing staged MARC records
1601
- [[31269]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31269) DataTables error when managing staged MARC records
1602
1602
1603
### Notices
1603
### Notices
1604
1604
1605
- [[28355]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28355) Add warning note about Email SMS driver option for SMSSendDriver
1605
- [[28355]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28355) Add warning note about Email SMS driver option for SMSSendDriver
1606
1606
1607
  >This updates the text for the SMSSendDriver system preference. The Email SMS driver option is no longer recommended unless you use a dedicated SMS to Email gateway. Many mobile providers offer inconsistent support for the email to SMS gateway (sometimes it works, and sometimes it doesn't), which can cause frustration for patrons.
1607
  >This updates the text for the SMSSendDriver system preference. The Email SMS driver option is no longer recommended unless you use a dedicated SMS to Email gateway. Many mobile providers offer inconsistent support for the email to SMS gateway (sometimes it works, and sometimes it doesn't), which can cause frustration for patrons.
1608
- [[29409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29409) Update for bug 25333 can fail due to bad data or constraints
1608
- [[29409]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29409) Update for bug 25333 can fail due to bad data or constraints
1609
- [[30838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30838) to_address is misleading for SMS transports
1609
- [[30838]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30838) to_address is misleading for SMS transports
1610
- [[31122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31122) Terminology: Replace & with and for Notices & slips
1610
- [[31122]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31122) Terminology: Replace & with and for Notices & slips
1611
1611
1612
  >This updates occurrences of 'Notices & slips' with 'Notices and slips', as per the terminology guidelines.
1612
  >This updates occurrences of 'Notices & slips' with 'Notices and slips', as per the terminology guidelines.
1613
- [[31170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31170) Capitalization: Overdue Item Fine Description
1613
- [[31170]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31170) Capitalization: Overdue Item Fine Description
1614
- [[31281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31281) Overdue notices reply-to email address of a branch not respected
1614
- [[31281]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31281) Overdue notices reply-to email address of a branch not respected
1615
- [[31743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31743) Cannot change my notice language when EnhancedMessagingPreferencesOPAC is off
1615
- [[31743]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31743) Cannot change my notice language when EnhancedMessagingPreferencesOPAC is off
1616
1616
1617
### OPAC
1617
### OPAC
1618
1618
1619
- [[20207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20207) Anonymous suggestions show in OPAC even when OPACViewOthersSuggestions is set to 'Don't show'
1619
- [[20207]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20207) Anonymous suggestions show in OPAC even when OPACViewOthersSuggestions is set to 'Don't show'
1620
1620
1621
  **Sponsored by** *Library of the Natural History Museum Vienna*
1621
  **Sponsored by** *Library of the Natural History Museum Vienna*
1622
- [[30231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30231) Don't display (rejected) forms of series entry in search results
1622
- [[30231]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30231) Don't display (rejected) forms of series entry in search results
1623
- [[30746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30746) JS error on 'your personal details' in OPAC
1623
- [[30746]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30746) JS error on 'your personal details' in OPAC
1624
- [[30844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30844) The OPAC detail page's browser is limited to the current page of results when using Elasticsearch
1624
- [[30844]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30844) The OPAC detail page's browser is limited to the current page of results when using Elasticsearch
1625
1625
1626
  **Sponsored by** *Lund University Library, Sweden*
1626
  **Sponsored by** *Lund University Library, Sweden*
1627
- [[30847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30847) Cleanup opac-reserve.pl
1627
- [[30847]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30847) Cleanup opac-reserve.pl
1628
- [[30918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30918) Non-public note is visible in OPAC in Title Notes tab
1628
- [[30918]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30918) Non-public note is visible in OPAC in Title Notes tab
1629
1629
1630
  >This fixes the display of nonpublic notes (583$x) in the OPAC. Before this, if the OPAC visibility setting in the framework for 583$x was set not to show, it was still showing.
1630
  >This fixes the display of nonpublic notes (583$x) in the OPAC. Before this, if the OPAC visibility setting in the framework for 583$x was set not to show, it was still showing.
1631
- [[30989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30989) Tags with some special characters are not encoded right
1631
- [[30989]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30989) Tags with some special characters are not encoded right
1632
1632
1633
  >This fixes tags with special characters (such as +) so that the searching returns results when the tag is selected (from the record detail view in the OPAC and staff interface, and from the search results, tag cloud, and list pages in the OPAC).
1633
  >This fixes tags with special characters (such as +) so that the searching returns results when the tag is selected (from the record detail view in the OPAC and staff interface, and from the search results, tag cloud, and list pages in the OPAC).
1634
- [[31069]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31069) Did you mean? in the OPAC - links have <span> tags
1634
- [[31069]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31069) Did you mean? in the OPAC - links have <span> tags
1635
1635
1636
  >This removes <span> tags incorrectly displayed around the links for options available when 'Did you mean?' is enabled (for example, 'Search also for related subjects').
1636
  >This removes <span> tags incorrectly displayed around the links for options available when 'Did you mean?' is enabled (for example, 'Search also for related subjects').
1637
- [[31146]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31146) Minor UI problem in recalls history in OPAC
1637
- [[31146]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31146) Minor UI problem in recalls history in OPAC
1638
- [[31186]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31186) Search result numbering in OPAC got suppressed
1638
- [[31186]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31186) Search result numbering in OPAC got suppressed
1639
- [[31272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31272) Show library name not code when placing item level holds in OPAC
1639
- [[31272]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31272) Show library name not code when placing item level holds in OPAC
1640
- [[31331]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31331) OPAC suggestions table doesn't sort correctly by suggestiondate in some dateformats
1640
- [[31331]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31331) OPAC suggestions table doesn't sort correctly by suggestiondate in some dateformats
1641
- [[31346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31346) On the OPAC detail page some Syndetics links are wrong
1641
- [[31346]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31346) On the OPAC detail page some Syndetics links are wrong
1642
- [[31387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31387) Marking othernames as required via PatronSelfRegistrationBorrowerMandatoryField does not display required label
1642
- [[31387]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31387) Marking othernames as required via PatronSelfRegistrationBorrowerMandatoryField does not display required label
1643
1643
1644
  >This fixes the patron self-registration form so that the 'Other names' (othernames) field correctly displays the text 'Required' when this is set as required (using the PatronSelfRegistrationBorrowerMandatoryField system preference). Currently, this text is not displayed (however, an error message is displayed when submitting the form).
1644
  >This fixes the patron self-registration form so that the 'Other names' (othernames) field correctly displays the text 'Required' when this is set as required (using the PatronSelfRegistrationBorrowerMandatoryField system preference). Currently, this text is not displayed (however, an error message is displayed when submitting the form).
1645
- [[31463]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31463) (Bug 31313 follow-up) Show item order status on opac-detail
1645
- [[31463]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31463) (Bug 31313 follow-up) Show item order status on opac-detail
1646
- [[31483]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31483) Minor UI problem in opac-reset-password.pl
1646
- [[31483]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31483) Minor UI problem in opac-reset-password.pl
1647
- [[31527]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31527) Breadcrumbs for anonymous suggestions are not correct
1647
- [[31527]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31527) Breadcrumbs for anonymous suggestions are not correct
1648
- [[31531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31531) Some modules loaded twice in opac-memberentry.pl
1648
- [[31531]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31531) Some modules loaded twice in opac-memberentry.pl
1649
- [[31654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31654) Hide non-public libraries from MastheadLibraryPulldown
1649
- [[31654]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31654) Hide non-public libraries from MastheadLibraryPulldown
1650
1650
1651
  **Sponsored by** *Steiermärkische Landesbibliothek*
1651
  **Sponsored by** *Steiermärkische Landesbibliothek*
1652
- [[31685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31685) Article request count in table caption of opac-user missing
1652
- [[31685]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31685) Article request count in table caption of opac-user missing
1653
- [[31775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31775) Show opac_info of single library
1653
- [[31775]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31775) Show opac_info of single library
1654
- [[31907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31907) Show items as On hold when in processing
1654
- [[31907]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31907) Show items as On hold when in processing
1655
1655
1656
### Packaging
1656
### Packaging
1657
1657
1658
- [[29882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29882) Remove unrequired package definitions in list-deps script
1658
- [[29882]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29882) Remove unrequired package definitions in list-deps script
1659
- [[31348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31348) Plack stop should be graceful
1659
- [[31348]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31348) Plack stop should be graceful
1660
1660
1661
### Patrons
1661
### Patrons
1662
1662
1663
- [[30026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30026) International phone number not supported for sending SMS
1663
- [[30026]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30026) International phone number not supported for sending SMS
1664
- [[30713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30713) Patron entry should limit date of birth selection to dates in the past
1664
- [[30713]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30713) Patron entry should limit date of birth selection to dates in the past
1665
1665
1666
  >This fixes the date of birth field for the patron entry form so that the calendar widget does not let you select a date in the future.
1666
  >This fixes the date of birth field for the patron entry form so that the calendar widget does not let you select a date in the future.
1667
- [[30891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30891) SMS provider shows on staff side even if SMS::Send driver is not set to "Email"
1667
- [[30891]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30891) SMS provider shows on staff side even if SMS::Send driver is not set to "Email"
1668
- [[31153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31153) Search bar not visible on recalls history page
1668
- [[31153]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31153) Search bar not visible on recalls history page
1669
- [[31486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31486) Deleting a message from checkouts tab redirects to detail tab in patron account
1669
- [[31486]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31486) Deleting a message from checkouts tab redirects to detail tab in patron account
1670
1670
1671
  >This patch corrects a problem where message deletion was improperly redirecting to the patron delete page when a message is deleted on the circulation page.
1671
  >This patch corrects a problem where message deletion was improperly redirecting to the patron delete page when a message is deleted on the circulation page.
1672
- [[31516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31516) Missing error handling for accessing deleted/non-existent club enrollment
1672
- [[31516]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31516) Missing error handling for accessing deleted/non-existent club enrollment
1673
1673
1674
  >This adds an error message when viewing enrollments for a non-existent club. Previously, a page with an empty title and table were displayed.
1674
  >This adds an error message when viewing enrollments for a non-existent club. Previously, a page with an empty title and table were displayed.
1675
- [[31525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31525) Street number not being accessed correctly on patron search results page
1675
- [[31525]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31525) Street number not being accessed correctly on patron search results page
1676
1676
1677
  **Sponsored by** *Catalyst*
1677
  **Sponsored by** *Catalyst*
1678
- [[31562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31562) Patron 'flags' don't respect unwanted fields
1678
- [[31562]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31562) Patron 'flags' don't respect unwanted fields
1679
- [[31597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31597) Missing semicolon after try-catch in restrictions.pl
1679
- [[31597]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31597) Missing semicolon after try-catch in restrictions.pl
1680
1680
1681
  **Sponsored by** *Koha-Suomi Oy*
1681
  **Sponsored by** *Koha-Suomi Oy*
1682
- [[31739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31739) Password reset from staff fails if previous expired reset-entry exists
1682
- [[31739]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31739) Password reset from staff fails if previous expired reset-entry exists
1683
1683
1684
  **Sponsored by** *Lund University Library, Sweden*
1684
  **Sponsored by** *Lund University Library, Sweden*
1685
- [[31937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937) Prevent cleanup_database.pl from locking too many accounts
1685
- [[31937]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937) Prevent cleanup_database.pl from locking too many accounts
1686
1686
1687
### Plugin architecture
1687
### Plugin architecture
1688
1688
1689
- [[31684]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31684) Plugin versions starting with a "v" cause unnecessary warnings
1689
- [[31684]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31684) Plugin versions starting with a "v" cause unnecessary warnings
1690
1690
1691
### REST API
1691
### REST API
1692
1692
1693
- [[29105]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29105) Add effective_item_type_id to the API items responses
1693
- [[29105]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29105) Add effective_item_type_id to the API items responses
1694
- [[30780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30780) Librarians with only "place_holds" permissions can not update holds data via REST API
1694
- [[30780]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30780) Librarians with only "place_holds" permissions can not update holds data via REST API
1695
1695
1696
  **Sponsored by** *Koha-Suomi Oy*
1696
  **Sponsored by** *Koha-Suomi Oy*
1697
1697
1698
  >This enhancement enables librarians with only "place_holds" permissions to cancel, suspend and resume holds using the REST API.
1698
  >This enhancement enables librarians with only "place_holds" permissions to cancel, suspend and resume holds using the REST API.
1699
- [[30853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30853) Missing description for 'baskets' in swagger.yaml
1699
- [[30853]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30853) Missing description for 'baskets' in swagger.yaml
1700
- [[30854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30854) Missing description for 'import_record_matches' in swagger.yaml
1700
- [[30854]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30854) Missing description for 'import_record_matches' in swagger.yaml
1701
- [[30855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30855) Rename /import => /import_batches
1701
- [[30855]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30855) Rename /import => /import_batches
1702
- [[31104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31104) Pagination generates HTTP "Link:" header which is over 8192 bytes apache's limit
1702
- [[31104]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31104) Pagination generates HTTP "Link:" header which is over 8192 bytes apache's limit
1703
1703
1704
### Reports
1704
### Reports
1705
1705
1706
- [[21982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21982) Circulation statistics wizard does not count deleted items
1706
- [[21982]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21982) Circulation statistics wizard does not count deleted items
1707
1707
1708
  >This patch corrects a bug in the Circulation statistics wizard. Previously, the wizard only looked at existing items to calculate statistics. It now includes transactions made on items that are now deleted.
1708
  >This patch corrects a bug in the Circulation statistics wizard. Previously, the wizard only looked at existing items to calculate statistics. It now includes transactions made on items that are now deleted.
1709
- [[27045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27045) Exports using CSV profiles with tab as separator don't work correctly
1709
- [[27045]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27045) Exports using CSV profiles with tab as separator don't work correctly
1710
- [[28967]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28967) Patrons with no checkouts report shows patrons from other libraries with IndependentBranches
1710
- [[28967]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28967) Patrons with no checkouts report shows patrons from other libraries with IndependentBranches
1711
- [[29312]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29312) Punctuation: Total number of results: 961 (300 shown) .
1711
- [[29312]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29312) Punctuation: Total number of results: 961 (300 shown) .
1712
- [[31276]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31276) Report results are limited to 999,999 no matter the actual number of results
1712
- [[31276]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31276) Report results are limited to 999,999 no matter the actual number of results
1713
- [[31594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31594) Report results count of shown can be incorrect on last page
1713
- [[31594]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31594) Report results count of shown can be incorrect on last page
1714
1714
1715
### SIP2
1715
### SIP2
1716
1716
1717
- [[12225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12225) SIP does not respect the "no block" flag
1717
- [[12225]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12225) SIP does not respect the "no block" flag
1718
- [[29094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29094) Placing holds via SIP2 does not check if a patron can hold the given item
1718
- [[29094]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29094) Placing holds via SIP2 does not check if a patron can hold the given item
1719
1719
1720
  >This fixes holds placed using SIP2 to check that the patron can actually place a hold for the item.
1720
  >This fixes holds placed using SIP2 to check that the patron can actually place a hold for the item.
1721
- [[31033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31033) SIP2 configuration does not correctly handle multiple simultaneous connections by default
1721
- [[31033]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31033) SIP2 configuration does not correctly handle multiple simultaneous connections by default
1722
- [[31202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31202) Koha removes optional SIP fields with a value of "0"
1722
- [[31202]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31202) Koha removes optional SIP fields with a value of "0"
1723
- [[31552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31552) SIP2 option format_due_date not honored for AH field in item information response
1723
- [[31552]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31552) SIP2 option format_due_date not honored for AH field in item information response
1724
1724
1725
### Searching
1725
### Searching
1726
1726
1727
- [[11158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11158) Authorities 'starts with'  search returns the same as 'contains' when using ICU
1727
- [[11158]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11158) Authorities 'starts with'  search returns the same as 'contains' when using ICU
1728
1728
1729
  >This fixes searching authorities when using ICU* so that 'starts with' searching works correctly. Before this, a 'starts with' search would return the same results as 'contains'.
1729
  >This fixes searching authorities when using ICU* so that 'starts with' searching works correctly. Before this, a 'starts with' search would return the same results as 'contains'.
1730
  >
1730
  >
1731
  >Technical details: this adds the "complete field" to the authority "starts with" search so that it uses the untokenized "p" register.
1731
  >Technical details: this adds the "complete field" to the authority "starts with" search so that it uses the untokenized "p" register.
1732
  >
1732
  >
1733
  >(* ICU is a feature of the Zebra search engine that can be configured to make searching with non-latin languages (such as Chinese and Arabic) work correctly.)
1733
  >(* ICU is a feature of the Zebra search engine that can be configured to make searching with non-latin languages (such as Chinese and Arabic) work correctly.)
1734
- [[15048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15048) Genre/Form (655) searches fail on searches with $x 'General subdivision' subfield values
1734
- [[15048]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15048) Genre/Form (655) searches fail on searches with $x 'General subdivision' subfield values
1735
- [[15187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15187) Adding 880 Fields to index-list in order to Increase Search for ALL non-latin Scripts
1735
- [[15187]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15187) Adding 880 Fields to index-list in order to Increase Search for ALL non-latin Scripts
1736
1736
1737
  >This fixes the Zebra search engine when using ICU* so that 880 fields are rewritten as their linked fields and the alternate graphic representation of fields are indexed, in the same way that it works for Elasticsearch. 
1737
  >This fixes the Zebra search engine when using ICU* so that 880 fields are rewritten as their linked fields and the alternate graphic representation of fields are indexed, in the same way that it works for Elasticsearch. 
1738
  >
1738
  >
1739
  >Example: add 245-01 to 880$6 and 教牧書信 to 880$a - the Chinese characters are now indexed into the title index using the 245 rules.
1739
  >Example: add 245-01 to 880$6 and 教牧書信 to 880$a - the Chinese characters are now indexed into the title index using the 245 rules.
1740
  >
1740
  >
1741
  >* ICU is a feature of the Zebra search engine that can be configured to make searching with non-latin languages (such as Chinese and Arabic) work correctly.
1741
  >* ICU is a feature of the Zebra search engine that can be configured to make searching with non-latin languages (such as Chinese and Arabic) work correctly.
1742
- [[24127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24127) Improve wording on location drop-down in advanced search in the staff interface
1742
- [[24127]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24127) Improve wording on location drop-down in advanced search in the staff interface
1743
1743
1744
  >This amends the "Shelving location" option in the search option drop-down on the advanced search page in the staff interface to read "Shelving location (code)" to make it more obvious that the LOC authorised value code needs to be used for searching.
1744
  >This amends the "Shelving location" option in the search option drop-down on the advanced search page in the staff interface to read "Shelving location (code)" to make it more obvious that the LOC authorised value code needs to be used for searching.
1745
- [[27697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27697) Opening bibliographic record page prepopulates search bar text
1745
- [[27697]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27697) Opening bibliographic record page prepopulates search bar text
1746
- [[28372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28372) Use variables for 007 controlfield translations in MARC21slim2intranetResults.xsl
1746
- [[28372]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28372) Use variables for 007 controlfield translations in MARC21slim2intranetResults.xsl
1747
- [[30327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30327) Sort component parts
1747
- [[30327]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30327) Sort component parts
1748
- [[30865]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30865) Koha::Biblio->get_components_query should double quote Host-item search
1748
- [[30865]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30865) Koha::Biblio->get_components_query should double quote Host-item search
1749
- [[31252]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31252) Advanced search in staff interface should call barcodedecode if the search index is a barcode
1749
- [[31252]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31252) Advanced search in staff interface should call barcodedecode if the search index is a barcode
1750
- [[31543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31543) MaxComponentRecords link is broken
1750
- [[31543]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31543) MaxComponentRecords link is broken
1751
- [[31847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31847) Add page section to item search results
1751
- [[31847]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31847) Add page section to item search results
1752
- [[31967]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31967) Search terms retained in header search when only one result
1752
- [[31967]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31967) Search terms retained in header search when only one result
1753
1753
1754
### Searching - Elasticsearch
1754
### Searching - Elasticsearch
1755
1755
1756
- [[25375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25375) Elasticsearch: Limit on available items does not work
1756
- [[25375]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25375) Elasticsearch: Limit on available items does not work
1757
- [[25669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25669) ElasticSearch 6: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7)
1757
- [[25669]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25669) ElasticSearch 6: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7)
1758
- [[29048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29048) Incorrect search for linked authority records from authority search result list in OPAC
1758
- [[29048]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29048) Incorrect search for linked authority records from authority search result list in OPAC
1759
- [[29561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29561) Remove blank facet for languages
1759
- [[29561]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29561) Remove blank facet for languages
1760
1760
1761
  >This removes blank facets from search results when using Elasticsearch. Currently, this only seems to affect language fields, but could affect any facetable field that contains blank values.
1761
  >This removes blank facets from search results when using Elasticsearch. Currently, this only seems to affect language fields, but could affect any facetable field that contains blank values.
1762
- [[29632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29632) Callnumber sorting is incorrect in Elasticsearch
1762
- [[29632]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29632) Callnumber sorting is incorrect in Elasticsearch
1763
1763
1764
  >This fixes the sorting of call numbers when using Elasticsearch. Sorting will now work correctly for non-numeric call numbers, for example, E45 will now sort before E7.
1764
  >This fixes the sorting of call numbers when using Elasticsearch. Sorting will now work correctly for non-numeric call numbers, for example, E45 will now sort before E7.
1765
- [[30152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30152) Elasticsearch - queries with OR don't work with limits
1765
- [[30152]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30152) Elasticsearch - queries with OR don't work with limits
1766
1766
1767
  **Sponsored by** *Lund University Library, Sweden*
1767
  **Sponsored by** *Lund University Library, Sweden*
1768
- [[30882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30882) Add max_result_window to index config
1768
- [[30882]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30882) Add max_result_window to index config
1769
1769
1770
  >This updates the number of results set by default in Elasticsearch for the setting "index.max-result-window" from  10,000 to 1,000,000. This can be useful for really large catalogs.
1770
  >This updates the number of results set by default in Elasticsearch for the setting "index.max-result-window" from  10,000 to 1,000,000. This can be useful for really large catalogs.
1771
- [[31013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31013) Reserved words as branchcodes cause search error in Elasticsearch
1771
- [[31013]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31013) Reserved words as branchcodes cause search error in Elasticsearch
1772
- [[31023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31023) Cannot create new GENRE/FORM authorities when  QueryRegexEscapeOptions  set to 'Unescape escaped'
1772
- [[31023]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31023) Cannot create new GENRE/FORM authorities when  QueryRegexEscapeOptions  set to 'Unescape escaped'
1773
- [[31537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31537) Elasticsearch - index mapping for 003 control-number-identifier is twice in mappings.yaml
1773
- [[31537]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31537) Elasticsearch - index mapping for 003 control-number-identifier is twice in mappings.yaml
1774
1774
1775
### Searching - Zebra
1775
### Searching - Zebra
1776
1776
1777
- [[30528]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30528) Limits are not correctly parsed when query contains CCL
1777
- [[30528]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30528) Limits are not correctly parsed when query contains CCL
1778
- [[30879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30879) Add option to sort components by biblionumber
1778
- [[30879]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30879) Add option to sort components by biblionumber
1779
- [[31532]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31532) Zebra search results including 880 with original script incorrect because of Bug 15187
1779
- [[31532]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31532) Zebra search results including 880 with original script incorrect because of Bug 15187
1780
1780
1781
### Self checkout
1781
### Self checkout
1782
1782
1783
- [[31488]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31488) Rephrase "You have checked out too many items" to be friendlier
1783
- [[31488]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31488) Rephrase "You have checked out too many items" to be friendlier
1784
- [[31496]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31496) SCO slip uses data of patron's home library instead of the SCO staff users's library
1784
- [[31496]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31496) SCO slip uses data of patron's home library instead of the SCO staff users's library
1785
1785
1786
### Serials
1786
### Serials
1787
1787
1788
- [[24010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24010) Number of issues to display to staff accepts non-integer values
1788
- [[24010]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24010) Number of issues to display to staff accepts non-integer values
1789
1789
1790
  >This adds validation to the subscription entry form to check that the values for these fields are numbers:
1790
  >This adds validation to the subscription entry form to check that the values for these fields are numbers:
1791
  >- Number of issues to display to staff
1791
  >- Number of issues to display to staff
1792
  >- Number of issues to display to the public
1792
  >- Number of issues to display to the public
1793
- [[28950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28950) serialsUpdate cron does not mark an issue late until the next issue is expected
1793
- [[28950]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28950) serialsUpdate cron does not mark an issue late until the next issue is expected
1794
- [[29608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29608) Editing numbering patterns does require full serials permission
1794
- [[29608]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29608) Editing numbering patterns does require full serials permission
1795
- [[30973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30973) Serials search wrong body id
1795
- [[30973]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30973) Serials search wrong body id
1796
1796
1797
### Staff interface
1797
### Staff interface
1798
1798
1799
- [[18556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18556) Message "Patron's address in doubt" is confusing
1799
- [[18556]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18556) Message "Patron's address in doubt" is confusing
1800
- [[28723]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28723) Holds table not displayed when it contains a biblio without title
1800
- [[28723]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28723) Holds table not displayed when it contains a biblio without title
1801
- [[30471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30471) Typo in circulation rules - lost item fee refund policy
1801
- [[30471]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30471) Typo in circulation rules - lost item fee refund policy
1802
- [[30499]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30499) Keyboard shortcuts broken on several pages
1802
- [[30499]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30499) Keyboard shortcuts broken on several pages
1803
- [[30798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30798) Columns Home library and Checked out from in wrong order on table settings for account_fines table
1803
- [[30798]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30798) Columns Home library and Checked out from in wrong order on table settings for account_fines table
1804
1804
1805
  **Sponsored by** *Koha-Suomi Oy*
1805
  **Sponsored by** *Koha-Suomi Oy*
1806
- [[31038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31038) Amounts in cashup summary modal no longer properly formatted
1806
- [[31038]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31038) Amounts in cashup summary modal no longer properly formatted
1807
1807
1808
  >This fixes the formatting of amounts on the cashup summary modal (it uses the existing format_price JS include to format prices).  For example, the amount for a product was formatted as 15 instead of 15.00.
1808
  >This fixes the formatting of amounts on the cashup summary modal (it uses the existing format_price JS include to format prices).  For example, the amount for a product was formatted as 15 instead of 15.00.
1809
- [[31039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31039) Rebase issues lead to duplicate JS for cash summary modal printing
1809
- [[31039]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31039) Rebase issues lead to duplicate JS for cash summary modal printing
1810
1810
1811
  >This fixes a duplicate print dialogue box appearing when printing the cashup summary for cash registers - ins some circumstances when cancelling the print dialogue, it reappeared instead of closing.
1811
  >This fixes a duplicate print dialogue box appearing when printing the cashup summary for cash registers - ins some circumstances when cancelling the print dialogue, it reappeared instead of closing.
1812
- [[31067]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31067) Sub-tools permission not applying on intranet-main.tt
1812
- [[31067]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31067) Sub-tools permission not applying on intranet-main.tt
1813
- [[31229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31229) Column visibility broken on patron search view
1813
- [[31229]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31229) Column visibility broken on patron search view
1814
- [[31244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31244) Logout when not logged in raise a 500
1814
- [[31244]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31244) Logout when not logged in raise a 500
1815
- [[31251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31251) "Clear" patron attribute link does not work
1815
- [[31251]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31251) "Clear" patron attribute link does not work
1816
- [[31271]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31271) "Edit search" always resets search options to keyword
1816
- [[31271]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31271) "Edit search" always resets search options to keyword
1817
- [[31439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31439) Item count bullet (&bull;) should be easier to style/remove
1817
- [[31439]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31439) Item count bullet (&bull;) should be easier to style/remove
1818
- [[31565]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31565) Patron search filter by category code with special character returns no results
1818
- [[31565]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31565) Patron search filter by category code with special character returns no results
1819
- [[31566]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31566) 'Patrons selected' counter doubles on 'Select all'
1819
- [[31566]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31566) 'Patrons selected' counter doubles on 'Select all'
1820
- [[31601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31601) Materials specified note should include an ID on both the check in and checkout pages
1820
- [[31601]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31601) Materials specified note should include an ID on both the check in and checkout pages
1821
- [[31663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31663) Item not showing transit status on detail page in staff interface
1821
- [[31663]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31663) Item not showing transit status on detail page in staff interface
1822
- [[31664]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31664) Show pending transfers on catalog details page
1822
- [[31664]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31664) Show pending transfers on catalog details page
1823
- [[31747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31747) Round corners in boxes
1823
- [[31747]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31747) Round corners in boxes
1824
- [[31751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31751) Breadcrumb style
1824
- [[31751]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31751) Breadcrumb style
1825
- [[31760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31760) Fix contrast of separator in top header in staff client (WCAG)
1825
- [[31760]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31760) Fix contrast of separator in top header in staff client (WCAG)
1826
- [[31774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31774) Add 'page-section' to Manage staged MARC records page
1826
- [[31774]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31774) Add 'page-section' to Manage staged MARC records page
1827
- [[31803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31803) "remove from cart" button displayed even if not in cart
1827
- [[31803]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31803) "remove from cart" button displayed even if not in cart
1828
- [[31810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31810) Place hold button should be yellow
1828
- [[31810]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31810) Place hold button should be yellow
1829
- [[31812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31812) Add yellow button to stage imports page
1829
- [[31812]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31812) Add yellow button to stage imports page
1830
- [[31813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31813) Specify white-space: normal for spans styled as labels
1830
- [[31813]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31813) Specify white-space: normal for spans styled as labels
1831
- [[31821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31821) Add page-section to vendor result list (acq)
1831
- [[31821]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31821) Add page-section to vendor result list (acq)
1832
- [[31822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31822) Add page-section to vendor detail page (acq)
1832
- [[31822]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31822) Add page-section to vendor detail page (acq)
1833
- [[31829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31829) Change password form in patron account is misaligned
1833
- [[31829]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31829) Change password form in patron account is misaligned
1834
- [[31830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31830) Add page-section to budgets and funds table on acq start page (acq)
1834
- [[31830]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31830) Add page-section to budgets and funds table on acq start page (acq)
1835
- [[31835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31835) Add page-section to holds queue
1835
- [[31835]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31835) Add page-section to holds queue
1836
- [[31837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31837) Add page-section to basket summary page
1836
- [[31837]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31837) Add page-section to basket summary page
1837
- [[31848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31848) Holds queue: Submit button for filters on the left is closer to nav than to its form
1837
- [[31848]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31848) Holds queue: Submit button for filters on the left is closer to nav than to its form
1838
- [[31850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31850) Patron import: welcome email option style as list
1838
- [[31850]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31850) Patron import: welcome email option style as list
1839
- [[31861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31861) Table controls on checkouts table are buttons
1839
- [[31861]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31861) Table controls on checkouts table are buttons
1840
- [[31886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31886) No side menu when searching for syspref
1840
- [[31886]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31886) No side menu when searching for syspref
1841
- [[31902]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31902) Inconsistent table formatting for 'Existing holds'
1841
- [[31902]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31902) Inconsistent table formatting for 'Existing holds'
1842
- [[31905]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31905) Buttons lack spacing on holds
1842
- [[31905]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31905) Buttons lack spacing on holds
1843
- [[31910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31910) Article request form is misaligned/misformatted
1843
- [[31910]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31910) Article request form is misaligned/misformatted
1844
- [[31919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31919) Hovered items in "More" should change background color
1844
- [[31919]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31919) Hovered items in "More" should change background color
1845
- [[31927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31927) Use bigger font-size for bibliographic information on staff details page
1845
- [[31927]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31927) Use bigger font-size for bibliographic information on staff details page
1846
- [[31929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31929) On vendor edit page options are not aligned
1846
- [[31929]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31929) On vendor edit page options are not aligned
1847
- [[31952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31952) Sending an empty system preference search breaks layout
1847
- [[31952]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31952) Sending an empty system preference search breaks layout
1848
- [[31960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31960) Information on job detail view is misaligned
1848
- [[31960]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31960) Information on job detail view is misaligned
1849
- [[31974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31974) Regression: Bug 31813 incorrectly affected labels in the header search
1849
- [[31974]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31974) Regression: Bug 31813 incorrectly affected labels in the header search
1850
- [[32002]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32002) Make submit button yellow on administration > Did you mean?
1850
- [[32002]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32002) Make submit button yellow on administration > Did you mean?
1851
- [[32004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32004) Increase font size in top navigation pull downs
1851
- [[32004]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32004) Increase font size in top navigation pull downs
1852
- [[32005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32005) Spacing between entries in left side navigation on staff catalog detail page is uneven
1852
- [[32005]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32005) Spacing between entries in left side navigation on staff catalog detail page is uneven
1853
- [[32006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32006) Add page-section to local use system preference tab (admin)
1853
- [[32006]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32006) Add page-section to local use system preference tab (admin)
1854
- [[32028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32028) Add page-section to various administration pages (part 2)
1854
- [[32028]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32028) Add page-section to various administration pages (part 2)
1855
- [[32122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32122) Wrong permissions check on item circulation alerts
1855
- [[32122]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32122) Wrong permissions check on item circulation alerts
1856
- [[32169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32169) Add page-section to item list on top of batch item edit (tools)
1856
- [[32169]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32169) Add page-section to item list on top of batch item edit (tools)
1857
- [[32170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32170) Add page-section to CSV profiles (tools)
1857
- [[32170]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32170) Add page-section to CSV profiles (tools)
1858
- [[32214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32214) Staff interface toolbar - no options when search catalog selected
1858
- [[32214]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32214) Staff interface toolbar - no options when search catalog selected
1859
- [[32241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32241) Add page-section to list of records in batch record modificaton (tool)
1859
- [[32241]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32241) Add page-section to list of records in batch record modificaton (tool)
1860
- [[32260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32260) Prevent alert when searching patron (autocomplete)
1860
- [[32260]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32260) Prevent alert when searching patron (autocomplete)
1861
- [[32298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32298) Add page-section to cataloguing search results (cat)
1861
- [[32298]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32298) Add page-section to cataloguing search results (cat)
1862
1862
1863
  **Sponsored by** *PTFS Europe*
1863
  **Sponsored by** *PTFS Europe*
1864
- [[32299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32299) Add page-section to Z39.50/SRU results (cat)
1864
- [[32299]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32299) Add page-section to Z39.50/SRU results (cat)
1865
1865
1866
### System Administration
1866
### System Administration
1867
1867
1868
- [[30585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30585) Table settings for course_reserves_table are wrong due to lack of "Holding library" option
1868
- [[30585]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30585) Table settings for course_reserves_table are wrong due to lack of "Holding library" option
1869
- [[30862]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30862) Typo: langues
1869
- [[30862]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30862) Typo: langues
1870
- [[30864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30864) Patron category form - no validation for password expiration field
1870
- [[30864]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30864) Patron category form - no validation for password expiration field
1871
1871
1872
  >This adds validation to the "Password expiration" field on the patron category form. If letters or other characters were entered, there was no error message. If what was entered was not a number, then it was not saved.
1872
  >This adds validation to the "Password expiration" field on the patron category form. If letters or other characters were entered, there was no error message. If what was entered was not a number, then it was not saved.
1873
- [[31020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31020) PassItemMarcToXSLT only applies on results pages
1873
- [[31020]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31020) PassItemMarcToXSLT only applies on results pages
1874
1874
1875
  >This fixes the note about the PassItemMarcToXSLT system preference so that it is only shown for the OPACXSLTResultsDisplay and XSLTResultsDisplay system preferences - it was appearing in all XSLT system preferences, when it only applies for results pages. (The note is removed from OPACXSLTListsDisplay, XSLTListsDisplay, OPACXSLTDetailsDisplay, and XSLTDetailsDisplay system preferences.)
1875
  >This fixes the note about the PassItemMarcToXSLT system preference so that it is only shown for the OPACXSLTResultsDisplay and XSLTResultsDisplay system preferences - it was appearing in all XSLT system preferences, when it only applies for results pages. (The note is removed from OPACXSLTListsDisplay, XSLTListsDisplay, OPACXSLTDetailsDisplay, and XSLTDetailsDisplay system preferences.)
1876
- [[31117]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31117) Cloning standard circulation rules for all libraries show up as from '*'
1876
- [[31117]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31117) Cloning standard circulation rules for all libraries show up as from '*'
1877
- [[31214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31214) Regression: subfield code editable in MARC framework editor
1877
- [[31214]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31214) Regression: subfield code editable in MARC framework editor
1878
- [[31249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31249) update_patrons_category.pl cron does not log to action_logs
1878
- [[31249]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31249) update_patrons_category.pl cron does not log to action_logs
1879
- [[31401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31401) Update administration sidebar to match entries on administration start page
1879
- [[31401]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31401) Update administration sidebar to match entries on administration start page
1880
- [[31489]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31489) Typo in EnableExpiredPasswordReset description
1880
- [[31489]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31489) Typo in EnableExpiredPasswordReset description
1881
- [[31619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31619) Cannot select title when setting non-default value for OPACSuggestionMandatoryFields
1881
- [[31619]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31619) Cannot select title when setting non-default value for OPACSuggestionMandatoryFields
1882
1882
1883
  >This fixes the OPACSuggestionMandatoryFields system preference so that the title field is visible and marked as mandatory (in red).
1883
  >This fixes the OPACSuggestionMandatoryFields system preference so that the title field is visible and marked as mandatory (in red).
1884
- [[31887]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31887) Search on MARC field does not work in Elasticsearch mappings table
1884
- [[31887]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31887) Search on MARC field does not work in Elasticsearch mappings table
1885
- [[31931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31931) Terminology for HoldsSplitQueue - staff client should be staff interface
1885
- [[31931]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31931) Terminology for HoldsSplitQueue - staff client should be staff interface
1886
1886
1887
  >This fixes the description for the HoldsSplitQueue system preference so that it says "In the staff interface, ..." instead of "In the staff client, ...", as per the terminology guidelines.
1887
  >This fixes the description for the HoldsSplitQueue system preference so that it says "In the staff interface, ..." instead of "In the staff client, ...", as per the terminology guidelines.
1888
- [[31976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31976) Incorrect default category selected by authorized values page
1888
- [[31976]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31976) Incorrect default category selected by authorized values page
1889
- [[31995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31995) build_holds_queue.pl should check to see if the RealTime syspref is on
1889
- [[31995]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31995) build_holds_queue.pl should check to see if the RealTime syspref is on
1890
1890
1891
### Templates
1891
### Templates
1892
1892
1893
- [[13600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13600) XSLT: 8xx not showing if there is no 4xx
1893
- [[13600]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13600) XSLT: 8xx not showing if there is no 4xx
1894
- [[20395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20395) Use Price formatter in more templates (paycollect, request, parcel, smart-rules)
1894
- [[20395]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20395) Use Price formatter in more templates (paycollect, request, parcel, smart-rules)
1895
- [[27081]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27081) Notes missing from lost items report column configuration when CSV export is active
1895
- [[27081]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27081) Notes missing from lost items report column configuration when CSV export is active
1896
- [[29671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29671) Dropbox mode is unchecked after check in confirm on item with Materials specified
1896
- [[29671]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29671) Dropbox mode is unchecked after check in confirm on item with Materials specified
1897
- [[30384]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30384) Reindent template for ordering from a MARC file
1897
- [[30384]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30384) Reindent template for ordering from a MARC file
1898
- [[30388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30388) Fix some errors in the template for ordering from a MARC file
1898
- [[30388]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30388) Fix some errors in the template for ordering from a MARC file
1899
- [[30629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30629) <span> in title of patron card creator template needs to be removed
1899
- [[30629]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30629) <span> in title of patron card creator template needs to be removed
1900
1900
1901
  >This removes <span> tags incorrectly displaying in browser page titles for some pages in the staff interface (Tools > Patron card creator > Layouts; Tools > Label creator > Manage > Label batches; Administration > Budgets administration > select a budget > Plan by ...).
1901
  >This removes <span> tags incorrectly displaying in browser page titles for some pages in the staff interface (Tools > Patron card creator > Layouts; Tools > Label creator > Manage > Label batches; Administration > Budgets administration > select a budget > Plan by ...).
1902
- [[30726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30726) Flatpickr's "yesterday" shortcut doesn't work if entry is limited to past dates
1902
- [[30726]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30726) Flatpickr's "yesterday" shortcut doesn't work if entry is limited to past dates
1903
- [[30761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30761) Typo: PLease
1903
- [[30761]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30761) Typo: PLease
1904
- [[30762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30762) Terminology: Go to Staff client
1904
- [[30762]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30762) Terminology: Go to Staff client
1905
- [[30763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30763) Typo: Barcode proceeds bibliographic data
1905
- [[30763]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30763) Typo: Barcode proceeds bibliographic data
1906
- [[30764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30764) Terminology: Cancelled reserve
1906
- [[30764]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30764) Terminology: Cancelled reserve
1907
1907
1908
  **Sponsored by** *Catalyst*
1908
  **Sponsored by** *Catalyst*
1909
- [[30766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30766) Typo: Cannot cancel receipt. Possible reasons :
1909
- [[30766]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30766) Typo: Cannot cancel receipt. Possible reasons :
1910
- [[30767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30767) Terminology: Do not forget that the issue has not been checked in yet.
1910
- [[30767]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30767) Terminology: Do not forget that the issue has not been checked in yet.
1911
1911
1912
  **Sponsored by** *Catalyst*
1912
  **Sponsored by** *Catalyst*
1913
- [[30768]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30768) Typo: pin should be PIN
1913
- [[30768]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30768) Typo: pin should be PIN
1914
- [[30769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30769) Typo: Item typeX:
1914
- [[30769]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30769) Typo: Item typeX:
1915
- [[30770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30770) Terminology: Lost reserve
1915
- [[30770]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30770) Terminology: Lost reserve
1916
1916
1917
  **Sponsored by** *Catalyst*
1917
  **Sponsored by** *Catalyst*
1918
- [[30772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30772) Terminology: Replace instances of "reserve" with "hold"
1918
- [[30772]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30772) Terminology: Replace instances of "reserve" with "hold"
1919
- [[30773]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30773) Standardize spelling i-tive / Itiva
1919
- [[30773]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30773) Standardize spelling i-tive / Itiva
1920
1920
1921
  >This standardizes the spelling used for i-tiva in the staff interface. When modifying notices (Tools > Notices & slips > [select any notice]) the section is now labelled 'Phone ( i-tiva )' - this is now consistent with the table heading used for Tools > Overdue notice/status triggers.
1921
  >This standardizes the spelling used for i-tiva in the staff interface. When modifying notices (Tools > Notices & slips > [select any notice]) the section is now labelled 'Phone ( i-tiva )' - this is now consistent with the table heading used for Tools > Overdue notice/status triggers.
1922
- [[30774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30774) Typo: i %sEdit %sReserve %s
1922
- [[30774]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30774) Typo: i %sEdit %sReserve %s
1923
- [[30784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30784) Rephrase OPACMandatoryHoldDates slightly
1923
- [[30784]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30784) Rephrase OPACMandatoryHoldDates slightly
1924
1924
1925
  >This updates the text for the OPACMandatoryHoldDates system preference. It replaces the URL for the form (opac-reserve) with a description, formats the note similar to other notes, and links to other system preferences mentioned in the description.
1925
  >This updates the text for the OPACMandatoryHoldDates system preference. It replaces the URL for the form (opac-reserve) with a description, formats the note similar to other notes, and links to other system preferences mentioned in the description.
1926
- [[30785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30785) Typo in SIP2SortBinMapping
1926
- [[30785]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30785) Typo in SIP2SortBinMapping
1927
- [[30990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30990) Terminology: DefaultHoldPickupLocation
1927
- [[30990]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30990) Terminology: DefaultHoldPickupLocation
1928
- [[30994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30994) Typo: item was on loan. couldn't be returned.
1928
- [[30994]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30994) Typo: item was on loan. couldn't be returned.
1929
1929
1930
  >This updates some error messages for the inventory tool to make them more readable and consistent: punctuation fixed, capitalization made more consistent, and language corrections ("check in" instead of "return").
1930
  >This updates some error messages for the inventory tool to make them more readable and consistent: punctuation fixed, capitalization made more consistent, and language corrections ("check in" instead of "return").
1931
- [[31040]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31040) jsTree image being used outside of jsTree plugin
1931
- [[31040]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31040) jsTree image being used outside of jsTree plugin
1932
1932
1933
  >This fixes OPAC templates which had a missing "spinner" image when queries were being performed (such as for OpenLibrary, RecordedBooks, and OverDrive). Previously, they were using an image from the jsTree plugin - this was upgraded (see bug 11873), and the plugin's folder structure was changed. Templates now use /images/spinner-small.gif instead.
1933
  >This fixes OPAC templates which had a missing "spinner" image when queries were being performed (such as for OpenLibrary, RecordedBooks, and OverDrive). Previously, they were using an image from the jsTree plugin - this was upgraded (see bug 11873), and the plugin's folder structure was changed. Templates now use /images/spinner-small.gif instead.
1934
- [[31071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31071) Regression: date due removed from staff search results
1934
- [[31071]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31071) Regression: date due removed from staff search results
1935
1935
1936
  >This fixes a regression introduced in Koha 21.11 that inadvertently removed the date due in the staff interface search results.
1936
  >This fixes a regression introduced in Koha 21.11 that inadvertently removed the date due in the staff interface search results.
1937
- [[31141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31141) We can remove 'select_column' from waiting_holds.inc
1937
- [[31141]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31141) We can remove 'select_column' from waiting_holds.inc
1938
- [[31246]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31246) <span> displayed in 'Additional fields' section
1938
- [[31246]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31246) <span> displayed in 'Additional fields' section
1939
- [[31302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31302) Spelling: You can download the scanned materials via the following url(s):
1939
- [[31302]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31302) Spelling: You can download the scanned materials via the following url(s):
1940
1940
1941
  **Sponsored by** *Catalyst*
1941
  **Sponsored by** *Catalyst*
1942
- [[31379]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31379) Change results per page text for default
1942
- [[31379]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31379) Change results per page text for default
1943
- [[31402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31402) Update tools sidebar to match tools start page
1943
- [[31402]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31402) Update tools sidebar to match tools start page
1944
- [[31412]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31412) Set focus for cursor to Name when adding a new SMTP server
1944
- [[31412]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31412) Set focus for cursor to Name when adding a new SMTP server
1945
- [[31420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31420) Managing funds: Labels of statistic fields overlap with pull downs
1945
- [[31420]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31420) Managing funds: Labels of statistic fields overlap with pull downs
1946
- [[31435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31435) "Configure this table" appears for non-configurable tables
1946
- [[31435]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31435) "Configure this table" appears for non-configurable tables
1947
- [[31530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31530) HTML tags in TT comments in patron-search.inc
1947
- [[31530]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31530) HTML tags in TT comments in patron-search.inc
1948
- [[31542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31542) Home page links wrong font-family
1948
- [[31542]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31542) Home page links wrong font-family
1949
- [[31559]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31559) Staff results page doesn't always use up full available screen width
1949
- [[31559]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31559) Staff results page doesn't always use up full available screen width
1950
- [[31625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31625) Reindent tools home and tools sidebar
1950
- [[31625]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31625) Reindent tools home and tools sidebar
1951
- [[31653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31653) jQuery upgrade broke search button hover effect
1951
- [[31653]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31653) jQuery upgrade broke search button hover effect
1952
- [[31823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31823) Add page-section to uncertain prices page (acq)
1952
- [[31823]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31823) Add page-section to uncertain prices page (acq)
1953
- [[31824]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31824) Add page-section to list of pending/received orders (acq)
1953
- [[31824]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31824) Add page-section to list of pending/received orders (acq)
1954
- [[31826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31826) Add page-section to item form on order receive page (acq)
1954
- [[31826]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31826) Add page-section to item form on order receive page (acq)
1955
- [[31827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31827) Add page-section to list to log viewer
1955
- [[31827]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31827) Add page-section to list to log viewer
1956
- [[31828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31828) Add page-section to list of open invoices on receive shipment page (acq)
1956
- [[31828]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31828) Add page-section to list of open invoices on receive shipment page (acq)
1957
- [[31884]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31884) In check in page submit button should be yellow
1957
- [[31884]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31884) In check in page submit button should be yellow
1958
- [[31885]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31885) In renew page submit button should be yellow
1958
- [[31885]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31885) In renew page submit button should be yellow
1959
- [[31888]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31888) In Elasticsearch mappings page save button should be yellow
1959
- [[31888]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31888) In Elasticsearch mappings page save button should be yellow
1960
- [[31928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31928) Add page-section to callnumber browser value builder (cat)
1960
- [[31928]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31928) Add page-section to callnumber browser value builder (cat)
1961
- [[31943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31943) Date inputs wider than other inputs
1961
- [[31943]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31943) Date inputs wider than other inputs
1962
- [[31973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31973) Restore background color to message-style alerts
1962
- [[31973]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31973) Restore background color to message-style alerts
1963
- [[31986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31986) Add page-section to various administration pages
1963
- [[31986]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31986) Add page-section to various administration pages
1964
- [[31991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31991) Restore style of sidebar forms
1964
- [[31991]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31991) Restore style of sidebar forms
1965
- [[31996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31996) Make note-style messages consistent with dialogs
1965
- [[31996]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31996) Make note-style messages consistent with dialogs
1966
- [[32042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32042) Add page-section to catalog's item detail view
1966
- [[32042]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32042) Add page-section to catalog's item detail view
1967
- [[32043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32043) Circulation alerts can overlap other elements on smaller screens
1967
- [[32043]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32043) Circulation alerts can overlap other elements on smaller screens
1968
- [[32044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32044) Yellow buttons are styled differently in different spots
1968
- [[32044]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32044) Yellow buttons are styled differently in different spots
1969
- [[32108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32108) Change "x" icon to replace patron when scheduling a pickup
1969
- [[32108]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32108) Change "x" icon to replace patron when scheduling a pickup
1970
- [[32109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32109) Toolbar containing text links lacks spacing
1970
- [[32109]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32109) Toolbar containing text links lacks spacing
1971
- [[32145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32145) Cancel hold modal confirm/submit button has a white background and text can't be read
1971
- [[32145]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32145) Cancel hold modal confirm/submit button has a white background and text can't be read
1972
- [[32146]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32146) Add page-section to course reserves
1972
- [[32146]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32146) Add page-section to course reserves
1973
- [[32148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32148) Buttons must inherit Bootstrap size classes
1973
- [[32148]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32148) Buttons must inherit Bootstrap size classes
1974
- [[32158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32158) Specify due date field is very long now
1974
- [[32158]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32158) Specify due date field is very long now
1975
- [[32197]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32197) Add page-section to catalog's stock rotation page
1975
- [[32197]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32197) Add page-section to catalog's stock rotation page
1976
- [[32198]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32198) Add page-section to stock rotation stages list (cat)
1976
- [[32198]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32198) Add page-section to stock rotation stages list (cat)
1977
- [[32199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32199) Add page-section to various patron pages
1977
- [[32199]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32199) Add page-section to various patron pages
1978
- [[32207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32207) Add page-section to some circulation pages
1978
- [[32207]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32207) Add page-section to some circulation pages
1979
- [[32238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32238) Add page-section to label creator pages
1979
- [[32238]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32238) Add page-section to label creator pages
1980
- [[32270]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32270) Add page-section to label creator - manage label layouts
1980
- [[32270]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32270) Add page-section to label creator - manage label layouts
1981
1981
1982
  **Sponsored by** *PTFS Europe*
1982
  **Sponsored by** *PTFS Europe*
1983
- [[32303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32303) DT pagination on system preference search result
1983
- [[32303]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32303) DT pagination on system preference search result
1984
- [[32308]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32308) Update Chocolat image viewer CSS to conform to redesign color scheme
1984
- [[32308]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32308) Update Chocolat image viewer CSS to conform to redesign color scheme
1985
- [[32310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32310) Correct CSS in the staff interface which still uses old color scheme
1985
- [[32310]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32310) Correct CSS in the staff interface which still uses old color scheme
1986
1986
1987
### Test Suite
1987
### Test Suite
1988
1988
1989
- [[29860]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29860) Useless warnings in regressions.t
1989
- [[29860]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29860) Useless warnings in regressions.t
1990
- [[30756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30756) Get skip block out of Koha_Authority.t and add TestBuilder
1990
- [[30756]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30756) Get skip block out of Koha_Authority.t and add TestBuilder
1991
- [[30870]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30870) Don't skip tests if Test::Deep is not installed
1991
- [[30870]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30870) Don't skip tests if Test::Deep is not installed
1992
- [[31139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31139) basic_workflow.t is failing
1992
- [[31139]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31139) basic_workflow.t is failing
1993
- [[31201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31201) Pseudonymization.t failing if selenium/patrons_search.t failed before
1993
- [[31201]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31201) Pseudonymization.t failing if selenium/patrons_search.t failed before
1994
- [[31593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31593) Remove Test::DBIx::Class from Context.t
1994
- [[31593]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31593) Remove Test::DBIx::Class from Context.t
1995
- [[31598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31598) Fix random failure on Jenkins for t/db_dependent/Upload.t
1995
- [[31598]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31598) Fix random failure on Jenkins for t/db_dependent/Upload.t
1996
- [[31883]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31883) Filter trim causes false warnings
1996
- [[31883]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31883) Filter trim causes false warnings
1997
- [[32064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32064) Add missing test to template permission calculation
1997
- [[32064]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32064) Add missing test to template permission calculation
1998
- [[32131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32131) Cypress tests are failing if ERMModule is off
1998
- [[32131]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32131) Cypress tests are failing if ERMModule is off
1999
- [[32240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32240) api/erm_users.t fails if checkouts exist
1999
- [[32240]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32240) api/erm_users.t fails if checkouts exist
2000
- [[32267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32267) Koha/ERM/Agreements.t is failing
2000
- [[32267]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32267) Koha/ERM/Agreements.t is failing
2001
- [[32268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32268) t/db_dependent/XSLT.t is failing randomly
2001
- [[32268]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32268) t/db_dependent/XSLT.t is failing randomly
2002
- [[32269]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32269) Circulation.t is failing randomly
2002
- [[32269]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32269) Circulation.t is failing randomly
2003
- [[32304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32304) Fix subtest search_limited and purge in BackgroundJobs.t
2003
- [[32304]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32304) Fix subtest search_limited and purge in BackgroundJobs.t
2004
- [[32343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32343) Koha/Patron.t is failing randomly
2004
- [[32343]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32343) Koha/Patron.t is failing randomly
2005
2005
2006
### Tools
2006
### Tools
2007
2007
2008
- [[28152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28152) Hidden error when importing an item with an existing itemnumber
2008
- [[28152]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28152) Hidden error when importing an item with an existing itemnumber
2009
- [[28290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28290) Record matching rules with no subfields cause ISE
2009
- [[28290]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28290) Record matching rules with no subfields cause ISE
2010
- [[28327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327) System preference CSVdelimiter special case for tabulation
2010
- [[28327]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327) System preference CSVdelimiter special case for tabulation
2011
2011
2012
  >This fixes the CSV export so that data is correctly exported with a tab (\t) as the separator when this format is selected. This was incorrectly using the word 'tabulation' as the separator. (The default export format is set using the CSVdelimiter system preference.) In addition, the code where this is used was simplified (including several of the default reports, item search export, and the log viewer), and the default for CSVdelimiter was set to the comma separator.
2012
  >This fixes the CSV export so that data is correctly exported with a tab (\t) as the separator when this format is selected. This was incorrectly using the word 'tabulation' as the separator. (The default export format is set using the CSVdelimiter system preference.) In addition, the code where this is used was simplified (including several of the default reports, item search export, and the log viewer), and the default for CSVdelimiter was set to the comma separator.
2013
- [[30778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30778) ModBiblioInBatch is not used and can be removed
2013
- [[30778]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30778) ModBiblioInBatch is not used and can be removed
2014
- [[30779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30779) Do not need to remove items from import biblios marc
2014
- [[30779]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30779) Do not need to remove items from import biblios marc
2015
- [[30903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30903) CSV import of quotes broken
2015
- [[30903]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30903) CSV import of quotes broken
2016
2016
2017
  >This fixes the import of quotes from a CSV file for the Quote of the Day feature.
2017
  >This fixes the import of quotes from a CSV file for the Quote of the Day feature.
2018
- [[30904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30904) (bug 24387 follow-up) Modifying library in news (additional contents) causes inconsistencies
2018
- [[30904]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30904) (bug 24387 follow-up) Modifying library in news (additional contents) causes inconsistencies
2019
- [[30911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30911) Datatables error on course-details.pl after adding a bib-level course reserve
2019
- [[30911]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30911) Datatables error on course-details.pl after adding a bib-level course reserve
2020
- [[31066]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31066) Can't use regex in batch modification on fields associated with a plugin
2020
- [[31066]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31066) Can't use regex in batch modification on fields associated with a plugin
2021
- [[31204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31204) Edit dropdown on results.tt should indicate it is record modification
2021
- [[31204]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31204) Edit dropdown on results.tt should indicate it is record modification
2022
- [[31211]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31211) Check slips and notices for valid Template Toolkit and report errors
2022
- [[31211]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31211) Check slips and notices for valid Template Toolkit and report errors
2023
- [[31220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31220) Error when attempting to export selected labels as PDF
2023
- [[31220]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31220) Error when attempting to export selected labels as PDF
2024
- [[31373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31373) Notice template validation is missing INCLUDE_PATH
2024
- [[31373]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31373) Notice template validation is missing INCLUDE_PATH
2025
- [[31455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31455) Batch modification tool orders found items by itemnumber
2025
- [[31455]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31455) Batch modification tool orders found items by itemnumber
2026
- [[31482]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31482) Label creator does not call barcodedecode
2026
- [[31482]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31482) Label creator does not call barcodedecode
2027
- [[31564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31564) Pass start label when exporting single label as PDF
2027
- [[31564]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31564) Pass start label when exporting single label as PDF
2028
- [[31595]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31595) Import patrons tool should not process extended attributes if no attributes are being imported
2028
- [[31595]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31595) Import patrons tool should not process extended attributes if no attributes are being imported
2029
- [[31609]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31609) JavaScript error on Additional contents main page
2029
- [[31609]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31609) JavaScript error on Additional contents main page
2030
- [[31644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31644) MARCModification template fails to copy to/from subfield 0
2030
- [[31644]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31644) MARCModification template fails to copy to/from subfield 0
2031
- [[31752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31752) Alignment of labels in notices is wonky
2031
- [[31752]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31752) Alignment of labels in notices is wonky
2032
- [[31754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31754) Improve appearance of behavior of DataTables controls
2032
- [[31754]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31754) Improve appearance of behavior of DataTables controls
2033
- [[31891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31891) Regression: show "MARC staging results" with clear link to manage staged batch
2033
- [[31891]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31891) Regression: show "MARC staging results" with clear link to manage staged batch
2034
- [[32037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32037) Circulation module in action logs has bad links for deleted items
2034
- [[32037]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32037) Circulation module in action logs has bad links for deleted items
2035
- [[32103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32103) Content field in HTML customizations is too narrow ( CodeMirror )
2035
- [[32103]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32103) Content field in HTML customizations is too narrow ( CodeMirror )
2036
- [[32104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32104) Console error on additional_content.pl after saving
2036
- [[32104]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32104) Console error on additional_content.pl after saving
2037
2037
2038
### Transaction logs
2038
### Transaction logs
2039
2039
2040
- [[28799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28799) Action logs should capture lost items found
2040
- [[28799]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28799) Action logs should capture lost items found
2041
2041
2042
### Web services
2042
### Web services
2043
2043
2044
- [[30636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30636) ILS-DI shows incorrect availability when not for loan by item type
2044
- [[30636]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30636) ILS-DI shows incorrect availability when not for loan by item type
2045
2045
2046
  >This fixes the ILS-DI web service so that requests where item types are not for loan are correctly returned, the same as for the OPAC. Currently, the item not for loan status is ignored and records are shown as available.
2046
  >This fixes the ILS-DI web service so that requests where item types are not for loan are correctly returned, the same as for the OPAC. Currently, the item not for loan status is ignored and records are shown as available.
2047
2047
Lines 2122-2128 have already been fixed in maintainance releases) Link Here
2122
The Koha manual is maintained in Sphinx. The home page for Koha
2122
The Koha manual is maintained in Sphinx. The home page for Koha
2123
documentation is
2123
documentation is
2124
2124
2125
- [Koha Documentation](http://koha-community.org/documentation/)
2125
- [Koha Documentation](https://koha-community.org/documentation/)
2126
2126
2127
2127
2128
The Git repository for the Koha manual can be found at
2128
The Git repository for the Koha manual can be found at
Lines 2168-2183 Partial translations are available for various other languages. Link Here
2168
2168
2169
The Koha team welcomes additional translations; please see
2169
The Koha team welcomes additional translations; please see
2170
2170
2171
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
2171
- [Koha Translation Info](https://wiki.koha-community.org/wiki/Translating_Koha)
2172
2172
2173
For information about translating Koha, and join the koha-translate 
2173
For information about translating Koha, and join the koha-translate 
2174
list to volunteer:
2174
list to volunteer:
2175
2175
2176
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
2176
- [Koha Translate List](https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
2177
2177
2178
The most up-to-date translations can be found at:
2178
The most up-to-date translations can be found at:
2179
2179
2180
- [Koha Translation](http://translate.koha-community.org/)
2180
- [Koha Translation](https://translate.koha-community.org/)
2181
2181
2182
## Release Team
2182
## Release Team
2183
2183
Lines 2540-2546 line is 22.11.x. Link Here
2540
Bug reports and feature requests can be filed at the Koha bug
2540
Bug reports and feature requests can be filed at the Koha bug
2541
tracker at:
2541
tracker at:
2542
2542
2543
- [Koha Bugzilla](http://bugs.koha-community.org)
2543
- [Koha Bugzilla](https://bugs.koha-community.org)
2544
2544
2545
He rau ringa e oti ai.
2545
He rau ringa e oti ai.
2546
(Many hands finish the work)
2546
(Many hands finish the work)
(-)a/misc/release_notes/release_notes_23_05_00.md (-881 / +881 lines)
Lines 6-20 package (ILS). Development is sponsored by libraries of varying types Link Here
6
and sizes, volunteers, and support companies from around the world. The
6
and sizes, volunteers, and support companies from around the world. The
7
website for the Koha project is:
7
website for the Koha project is:
8
8
9
- [Koha Community](http://koha-community.org)
9
- [Koha Community](https://koha-community.org)
10
10
11
Koha 23.05.00 can be downloaded from:
11
Koha 23.05.00 can be downloaded from:
12
12
13
- [Download](http://download.koha-community.org/koha-23.05-latest.tar.gz)
13
- [Download](https://download.koha-community.org/koha-23.05-latest.tar.gz)
14
14
15
Installation instructions can be found at:
15
Installation instructions can be found at:
16
16
17
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
17
- [Koha Wiki](https://wiki.koha-community.org/wiki/Installation_Documentation)
18
- OR in the INSTALL files that come in the tarball
18
- OR in the INSTALL files that come in the tarball
19
19
20
Koha 23.05.00 is a major release, that comes with many new features.
20
Koha 23.05.00 is a major release, that comes with many new features.
Lines 31-37 You can learn about the system components (like OS and database) needed for runn Link Here
31
31
32
#### New features
32
#### New features
33
33
34
- [8179](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179) Receiving multiple order lines at once
34
- [8179](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179) Receiving multiple order lines at once
35
35
36
  **Sponsored by** *Virginia Polytechnic Institute and State University*
36
  **Sponsored by** *Virginia Polytechnic Institute and State University*
37
  >This development changes the order receive page so multiple orders can be selected and processed at once.
37
  >This development changes the order receive page so multiple orders can be selected and processed at once.
Lines 41-125 You can learn about the system components (like OS and database) needed for runn Link Here
41
  >After editing each order, without reloading the page or having to search for them again, a convenient 'Confirm' button allows us to receive all orders at once.
41
  >After editing each order, without reloading the page or having to search for them again, a convenient 'Confirm' button allows us to receive all orders at once.
42
  >
42
  >
43
  >This opens the door for new enhancements like adding default actions on all selected orders, etc.
43
  >This opens the door for new enhancements like adding default actions on all selected orders, etc.
44
- [11844](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11844) Additional fields for order lines
44
- [11844](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11844) Additional fields for order lines
45
  >This adds the option to add additional user defined fields to the order lines in the acquisition module. The fields can be set up as free text fields or pull down lists driven by authorised values. They can also pull information from the MARC record or allow you to create and edit a field in the MARC record.
45
  >This adds the option to add additional user defined fields to the order lines in the acquisition module. The fields can be set up as free text fields or pull down lists driven by authorised values. They can also pull information from the MARC record or allow you to create and edit a field in the MARC record.
46
- [33103](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33103) Add vendor aliases
46
- [33103](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33103) Add vendor aliases
47
  >This allows to create aliases for a vendor. The aliases can be former names or different spellings of the name. Once added they will display on the vendor detail page. And they will be included in search when searching by a vendor's name.
47
  >This allows to create aliases for a vendor. The aliases can be former names or different spellings of the name. Once added they will display on the vendor detail page. And they will be included in search when searching by a vendor's name.
48
- [33104](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33104) Add vendor interfaces
48
- [33104](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33104) Add vendor interfaces
49
  >This adds the ability to create interfaces for vendors.
49
  >This adds the ability to create interfaces for vendors.
50
  >An interface is a website, software, or portal that you use to manage orders or gather statistics from the vendor or organisation. Interfaces can also include usernames and passwords, that will be encrypted for storage, but can be decrypted and made visible in the staff interface.
50
  >An interface is a website, software, or portal that you use to manage orders or gather statistics from the vendor or organisation. Interfaces can also include usernames and passwords, that will be encrypted for storage, but can be decrypted and made visible in the staff interface.
51
  >The type of an interface can be set using the `VENDOR_INTERFACE_TYPE` authorised values category.
51
  >The type of an interface can be set using the `VENDOR_INTERFACE_TYPE` authorised values category.
52
52
53
#### Enhancements
53
#### Enhancements
54
54
55
- [25655](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25655) Additionally store actual cost in foreign currency and currency from the invoice
55
- [25655](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25655) Additionally store actual cost in foreign currency and currency from the invoice
56
56
57
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
57
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
58
  >When receiving an item with a price in a foreign currency, you already had the option to calculate the price in the active currency, but the original price and currency were not stored. They will now be stored in `invoice_unitprice` and `invoice_currency` in the `aqorders` table.
58
  >When receiving an item with a price in a foreign currency, you already had the option to calculate the price in the active currency, but the original price and currency were not stored. They will now be stored in `invoice_unitprice` and `invoice_currency` in the `aqorders` table.
59
- [29935](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29935) Add option to search in archived suggestions to all search tabs
59
- [29935](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29935) Add option to search in archived suggestions to all search tabs
60
  >This adds a checkbox 'Include archived' to all of the search filter tabs for suggestions in the staff interface.
60
  >This adds a checkbox 'Include archived' to all of the search filter tabs for suggestions in the staff interface.
61
- [32452](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32452) Link basket group name from basket summary page
61
- [32452](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32452) Link basket group name from basket summary page
62
  >Adds a link to the basket group page from the basket summary page.
62
  >Adds a link to the basket group page from the basket summary page.
63
- [32705](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32705) Display actual cost in foreign currency and currency from the invoice
63
- [32705](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32705) Display actual cost in foreign currency and currency from the invoice
64
64
65
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
65
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
66
  >The original price of an order in a foreign currency and the currency will now display on the invoice summary page.
66
  >The original price of an order in a foreign currency and the currency will now display on the invoice summary page.
67
- [33098](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33098) Revert suggestion status to 'Accepted' when orders made from a suggestion are cancelled
67
- [33098](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33098) Revert suggestion status to 'Accepted' when orders made from a suggestion are cancelled
68
68
69
  **Sponsored by** *Waikato Institute of Technology*
69
  **Sponsored by** *Waikato Institute of Technology*
70
  >This enhancement will revert the status of a suggestion from `ORDERED` to `ACCEPTED` when an order made from a suggestion is cancelled.
70
  >This enhancement will revert the status of a suggestion from `ORDERED` to `ACCEPTED` when an order made from a suggestion is cancelled.
71
- [33340](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33340) Correct formatting of English 1-page order PDF when the basket group covers multiple pages
71
- [33340](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33340) Correct formatting of English 1-page order PDF when the basket group covers multiple pages
72
72
73
  **Sponsored by** *Pymble Ladies' College*
73
  **Sponsored by** *Pymble Ladies' College*
74
  >If a basket group contains many order lines, this will ensure:
74
  >If a basket group contains many order lines, this will ensure:
75
  > * The page number at the bottom of the first page is not obscured.
75
  > * The page number at the bottom of the first page is not obscured.
76
  > * The table of ordered items does not start half way down the second page.
76
  > * The table of ordered items does not start half way down the second page.
77
- [33541](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33541) Show 'Document type' in list of suggestions when creating an order from a suggestion
77
- [33541](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33541) Show 'Document type' in list of suggestions when creating an order from a suggestion
78
  >The 'Document type' of a suggestion will now be visible in the list of accepted suggestions when creating a new order line. This is to help with ordering the right material type and also for picking the correct item type.
78
  >The 'Document type' of a suggestion will now be visible in the list of accepted suggestions when creating a new order line. This is to help with ordering the right material type and also for picking the correct item type.
79
- [33785](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33785) A couple more UI changes related to Bug 8179
79
- [33785](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33785) A couple more UI changes related to Bug 8179
80
80
81
### Architecture, internals, and plumbing
81
### Architecture, internals, and plumbing
82
82
83
#### Enhancements
83
#### Enhancements
84
84
85
- [30310](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310) Replace Moment.js with Day.js
85
- [30310](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310) Replace Moment.js with Day.js
86
- [30943](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30943) Make background job classes use helpers
86
- [30943](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30943) Make background job classes use helpers
87
- [31095](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31095) Remove Koha::Patron::Debarment::GetDebarments and use $patron->restrictions in preference
87
- [31095](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31095) Remove Koha::Patron::Debarment::GetDebarments and use $patron->restrictions in preference
88
88
89
  **Sponsored by** *PTFS Europe*
89
  **Sponsored by** *PTFS Europe*
90
- [31735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31735) Avoid re-fetching objects from database by passing them down instead of object ids
90
- [31735](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31735) Avoid re-fetching objects from database by passing them down instead of object ids
91
91
92
  **Sponsored by** *Gothenburg University Library*
92
  **Sponsored by** *Gothenburg University Library*
93
- [32013](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32013) Autorenewals is effectively a bulk action and should be treated as such
93
- [32013](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32013) Autorenewals is effectively a bulk action and should be treated as such
94
94
95
  **Sponsored by** *PTFS Europe*
95
  **Sponsored by** *PTFS Europe*
96
- [32609](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609) Remove compiled files from src
96
- [32609](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609) Remove compiled files from src
97
  >This important architectural change removes the built CSS and JavaScript files from source control and introduces a build process and trigger into our packaging routines.  
97
  >This important architectural change removes the built CSS and JavaScript files from source control and introduces a build process and trigger into our packaging routines.  
98
  >This will both save space in the repository and lead to less mistakes from developers by dropping the need to build, add and commit these files at release time.
98
  >This will both save space in the repository and lead to less mistakes from developers by dropping the need to build, add and commit these files at release time.
99
- [32806](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32806) Some Vue files need to be moved for better reusability
99
- [32806](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32806) Some Vue files need to be moved for better reusability
100
  >This is an important architectural improvement to aid in future maintenance and expansion of the Vue based modules (erm) not available in Koha.
100
  >This is an important architectural improvement to aid in future maintenance and expansion of the Vue based modules (erm) not available in Koha.
101
- [32939](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32939) Have generic fetch functions in vue modules
101
- [32939](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32939) Have generic fetch functions in vue modules
102
- [32991](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32991) Improve our Dialog component and remove routes for deletion
102
- [32991](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32991) Improve our Dialog component and remove routes for deletion
103
- [33066](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33066) We need a KohaTable Vue component
103
- [33066](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33066) We need a KohaTable Vue component
104
- [33070](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33070) Get rid of Koha::Patron->can_edit_item and use can_edit_item_from instead
104
- [33070](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33070) Get rid of Koha::Patron->can_edit_item and use can_edit_item_from instead
105
- [33080](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33080) Add helpers that return result_set for further processing
105
- [33080](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33080) Add helpers that return result_set for further processing
106
- [33083](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33083) Handle generic collection of records methods
106
- [33083](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33083) Handle generic collection of records methods
107
- [33289](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33289) Vue - Add API client class to interact with svc/config/systempreferences
107
- [33289](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33289) Vue - Add API client class to interact with svc/config/systempreferences
108
108
109
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
109
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
110
- [33567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33567) Remove fallback for Reference_NFL_statuses in C4/XSLT module
110
- [33567](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33567) Remove fallback for Reference_NFL_statuses in C4/XSLT module
111
- [33625](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33625) Enforce formatting on vue .js and .ts files
111
- [33625](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33625) Enforce formatting on vue .js and .ts files
112
112
113
### Cataloging
113
### Cataloging
114
114
115
#### New features
115
#### New features
116
116
117
- [20256](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256) Add ability to limit editing of items to home library or library group
117
- [20256](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256) Add ability to limit editing of items to home library or library group
118
118
119
  **Sponsored by** *CLiC (Colorado Library Consortium)*
119
  **Sponsored by** *CLiC (Colorado Library Consortium)*
120
  >  
120
  >  
121
  >This adds the ability to limit item editing to staff users from libraries within a specific library group. This is done via a new option when creating item groups. There is also a new system preference `edit_any_item` that permits users to edit all items on a record independent of the library groups and their own home library.
121
  >This adds the ability to limit item editing to staff users from libraries within a specific library group. This is done via a new option when creating item groups. There is also a new system preference `edit_any_item` that permits users to edit all items on a record independent of the library groups and their own home library.
122
- [31123](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31123) Add a simple way to add 'Harmful content warnings' to catalogue records
122
- [31123](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31123) Add a simple way to add 'Harmful content warnings' to catalogue records
123
123
124
  **Sponsored by** *Tavistock & Portman Library*
124
  **Sponsored by** *Tavistock & Portman Library*
125
  >
125
  >
Lines 129-137 You can learn about the system components (like OS and database) needed for runn Link Here
129
129
130
#### Enhancements
130
#### Enhancements
131
131
132
- [23656](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23656) Add search box at the top of the cataloging editor page
132
- [23656](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23656) Add search box at the top of the cataloging editor page
133
  >This adds the search header to the cataloging editor page. With the recent staff interface redesign, this takes up very little space.
133
  >This adds the search header to the cataloging editor page. With the recent staff interface redesign, this takes up very little space.
134
- [30358](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30358) Strip leading/trailing whitespace characters from input fields when cataloguing
134
- [30358](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30358) Strip leading/trailing whitespace characters from input fields when cataloguing
135
135
136
  **Sponsored by** *Catalyst* and *Educational Services Australia SCIS*
136
  **Sponsored by** *Catalyst* and *Educational Services Australia SCIS*
137
  >This adds a new system preference `StripWhitespaceChars` which, when enabled, will strip leading and trailing whitespace characters from all fields when cataloguing both bibliographic records and authority records. Whitespace characters that will be stripped are:
137
  >This adds a new system preference `StripWhitespaceChars` which, when enabled, will strip leading and trailing whitespace characters from all fields when cataloguing both bibliographic records and authority records. Whitespace characters that will be stripped are:
Lines 139-230 You can learn about the system components (like OS and database) needed for runn Link Here
139
  > * newlines
139
  > * newlines
140
  > * carriage returns
140
  > * carriage returns
141
  > * tabs
141
  > * tabs
142
- [30930](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30930) Ability to change authority type while editing record
142
- [30930](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30930) Ability to change authority type while editing record
143
143
144
  **Sponsored by** *Education Services Australia SCIS*
144
  **Sponsored by** *Education Services Australia SCIS*
145
  >This adds the ability to change the MARC authority type/framework used while editing an authority record.
145
  >This adds the ability to change the MARC authority type/framework used while editing an authority record.
146
- [31212](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31212) Datelastseen should be a datetime
146
- [31212](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31212) Datelastseen should be a datetime
147
  >This moves the last seen date in `items.datelastseen` from a date to a datetime, meaning that now not only the date, but also the time will be recorded.
147
  >This moves the last seen date in `items.datelastseen` from a date to a datetime, meaning that now not only the date, but also the time will be recorded.
148
- [32680](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32680) Add hooks to allow cover images to be provided by plugins
148
- [32680](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32680) Add hooks to allow cover images to be provided by plugins
149
149
150
  **Sponsored by** *PTFS Europe*
150
  **Sponsored by** *PTFS Europe*
151
- [33365](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33365) Add item type column to call number browser's results table
151
- [33365](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33365) Add item type column to call number browser's results table
152
  >This adds a new column for the item type to the results list of the cn_browser.pl value builder that can be linked to the subfield for the callnumber.
152
  >This adds a new column for the item type to the results list of the cn_browser.pl value builder that can be linked to the subfield for the callnumber.
153
153
154
### Circulation
154
### Circulation
155
155
156
#### Enhancements
156
#### Enhancements
157
157
158
- [25503](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25503) Add option to export items bundle contents in checkouts table
158
- [25503](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25503) Add option to export items bundle contents in checkouts table
159
- [25856](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25856) Suspended holds should be styled differently on request.pl
159
- [25856](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25856) Suspended holds should be styled differently on request.pl
160
- [30403](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30403) Update notforloan status also on check out
160
- [30403](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30403) Update notforloan status also on check out
161
161
162
  **Sponsored by** *Koha-Suomi Oy*
162
  **Sponsored by** *Koha-Suomi Oy*
163
- [30642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642) We should record the renewal type (automatic/manual)
163
- [30642](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642) We should record the renewal type (automatic/manual)
164
164
165
  **Sponsored by** *PTFS Europe*
165
  **Sponsored by** *PTFS Europe*
166
  >
166
  >
167
  >This ensures that the type of a renewal, automatic or manual, is stored in the new column `renewal_type` of the `checkout_renewals` table.
167
  >This ensures that the type of a renewal, automatic or manual, is stored in the new column `renewal_type` of the `checkout_renewals` table.
168
- [30963](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30963) Automatically refresh the curbside pickups list
168
- [30963](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30963) Automatically refresh the curbside pickups list
169
169
170
  **Sponsored by** *Association KohaLa*
170
  **Sponsored by** *Association KohaLa*
171
- [31557](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31557) Add ability for holds queue builder to prioritize either matching a patron's home library to the item's home or holding library
171
- [31557](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31557) Add ability for holds queue builder to prioritize either matching a patron's home library to the item's home or holding library
172
- [31615](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31615) Allow checkin of items bundles without verifying their contents
172
- [31615](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31615) Allow checkin of items bundles without verifying their contents
173
  >This enhancement adds the possibility to skip the content verification step when checking in a bundle.
173
  >This enhancement adds the possibility to skip the content verification step when checking in a bundle.
174
- [32134](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32134) Show the bundle size when checked out
174
- [32134](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32134) Show the bundle size when checked out
175
- [32373](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32373) Show date of restriction on patron screen
175
- [32373](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32373) Show date of restriction on patron screen
176
176
177
  **Sponsored by** *PTFS Europe*
177
  **Sponsored by** *PTFS Europe*
178
  >
178
  >
179
  >This enhancement adds the date a restriction was added to patron restriction messages, for example: "Restricted since 31/12/2022: Patron's account is restricted until 31/12/2022 with the explanation:...".
179
  >This enhancement adds the date a restriction was added to patron restriction messages, for example: "Restricted since 31/12/2022: Patron's account is restricted until 31/12/2022 with the explanation:...".
180
- [33246](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33246) itemBarcodeFallbackSearch search results should show whether or not items are available
180
- [33246](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33246) itemBarcodeFallbackSearch search results should show whether or not items are available
181
  >This adds a label 'Checked out' to the result list of items when using `itemBarcodeFallbackSearch`.
181
  >This adds a label 'Checked out' to the result list of items when using `itemBarcodeFallbackSearch`.
182
182
183
### Command-line Utilities
183
### Command-line Utilities
184
184
185
#### Enhancements
185
#### Enhancements
186
186
187
- [23924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23924) Add a parameter to the script add_date_fields_to_marc_records.pl to specify a date field
187
- [23924](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23924) Add a parameter to the script add_date_fields_to_marc_records.pl to specify a date field
188
- [30069](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30069) Add edifact_messages to cleanup_database.pl
188
- [30069](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30069) Add edifact_messages to cleanup_database.pl
189
189
190
  **Sponsored by** *PTFS Europe*
190
  **Sponsored by** *PTFS Europe*
191
- [31453](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31453) Add ability to filter messages to process using process_message_queue.pl via a command line parameter
191
- [31453](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31453) Add ability to filter messages to process using process_message_queue.pl via a command line parameter
192
- [32518](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32518) Add reason option to cancel_unfilled_holds
192
- [32518](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32518) Add reason option to cancel_unfilled_holds
193
- [32686](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32686) Specify action of action_logs entries to purge
193
- [32686](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32686) Specify action of action_logs entries to purge
194
- [33360](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33360) SendQueuedMessages: Improve limit behavior and add domain limits
194
- [33360](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33360) SendQueuedMessages: Improve limit behavior and add domain limits
195
  >In order to control/throttle the volume of mail messages sent by Koha, this report makes the limit parameter of process_message_queue (and associated routine in Letters) look at the number of messages actually sent, not processed. It also adds the possibility of delaying messages to specified domains according to limits defined in koha-conf.xml (see example section added in this patch set). For instance, you may define that each minute only 30 messages are sent to outlook.com or 50 messages per hour to gmail.com, etc. This will help in reducing deferred or rejected mails due to exceeding limits of various email providers.
195
  >In order to control/throttle the volume of mail messages sent by Koha, this report makes the limit parameter of process_message_queue (and associated routine in Letters) look at the number of messages actually sent, not processed. It also adds the possibility of delaying messages to specified domains according to limits defined in koha-conf.xml (see example section added in this patch set). For instance, you may define that each minute only 30 messages are sent to outlook.com or 50 messages per hour to gmail.com, etc. This will help in reducing deferred or rejected mails due to exceeding limits of various email providers.
196
196
197
### Database
197
### Database
198
198
199
#### Enhancements
199
#### Enhancements
200
200
201
- [32334](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334) Sync comments in database with schema
201
- [32334](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334) Sync comments in database with schema
202
202
203
### ERM
203
### ERM
204
204
205
#### Enhancements
205
#### Enhancements
206
206
207
- [32924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32924) Filter agreements by logged in librarian
207
- [32924](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32924) Filter agreements by logged in librarian
208
- [32925](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32925) Display loading info when a form is submitted
208
- [32925](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32925) Display loading info when a form is submitted
209
  >This gives the end user more visual feedback when a form is submitted in eRM.
209
  >This gives the end user more visual feedback when a form is submitted in eRM.
210
- [33064](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33064) Add a search option for licenses to top search bar
210
- [33064](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33064) Add a search option for licenses to top search bar
211
211
212
  **Sponsored by** *PTFS Europe*
212
  **Sponsored by** *PTFS Europe*
213
- [33466](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33466) Link vendor name in list of licenses
213
- [33466](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33466) Link vendor name in list of licenses
214
214
215
### Fines and fees
215
### Fines and fees
216
216
217
#### Enhancements
217
#### Enhancements
218
218
219
- [31448](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31448) Add option to re-send email receipt when UseEmailReceipts is enabled
219
- [31448](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31448) Add option to re-send email receipt when UseEmailReceipts is enabled
220
220
221
  **Sponsored by** *PTFS Europe*
221
  **Sponsored by** *PTFS Europe*
222
- [32450](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32450) Make it possible to exclude debit types from charges counted for circulation restriction (noissuecharge)
222
- [32450](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32450) Make it possible to exclude debit types from charges counted for circulation restriction (noissuecharge)
223
223
224
  **Sponsored by** *PTFS Europe*
224
  **Sponsored by** *PTFS Europe*
225
  >
225
  >
226
  >This enhancement allows a user to select which debit types should be included in deciding whether a patron should be restricted from checkouts (`noissuescharge` system preference). Three existing system preferences have been deleted (`ManInvInNoissuesCharge`, `RentalsInNoissuesCharge`, `HoldsInNoissuesCharge`) and the management of the debit types now sits in the Debit Types area of system preferences. The user can edit each debit type and select whether it should be included in the `noissuescharge` calculation, giving users much more flexibility over restrictions.
226
  >This enhancement allows a user to select which debit types should be included in deciding whether a patron should be restricted from checkouts (`noissuescharge` system preference). Three existing system preferences have been deleted (`ManInvInNoissuesCharge`, `RentalsInNoissuesCharge`, `HoldsInNoissuesCharge`) and the management of the debit types now sits in the Debit Types area of system preferences. The user can edit each debit type and select whether it should be included in the `noissuescharge` calculation, giving users much more flexibility over restrictions.
227
- [32977](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32977) Add call number column to list of charges on transactions tab in patron account
227
- [32977](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32977) Add call number column to list of charges on transactions tab in patron account
228
  >This enhancement adds the item call number to the 'transactions' and 'make a payment' tabs in the patron's account, if the charge is linked to a particular item.
228
  >This enhancement adds the item call number to the 'transactions' and 'make a payment' tabs in the patron's account, if the charge is linked to a particular item.
229
  >
229
  >
230
  >If needed, it is possible to hide this column by going to Administration > Table settings > Patrons > Page: fines >
230
  >If needed, it is possible to hide this column by going to Administration > Table settings > Patrons > Page: fines >
Lines 234-301 You can learn about the system components (like OS and database) needed for runn Link Here
234
234
235
#### Enhancements
235
#### Enhancements
236
236
237
- [32421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32421) Add collection ( ccode ) column to holds to pull
237
- [32421](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32421) Add collection ( ccode ) column to holds to pull
238
  >This enhancement removes an inconsistency in the holds to pull display by adding collection code to the displayed columns.
238
  >This enhancement removes an inconsistency in the holds to pull display by adding collection code to the displayed columns.
239
239
240
### ILL
240
### ILL
241
241
242
#### Enhancements
242
#### Enhancements
243
243
244
- [21548](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21548) Make ILL patron category in koha-conf.xml match with ILL patron category in sample data
244
- [21548](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21548) Make ILL patron category in koha-conf.xml match with ILL patron category in sample data
245
245
246
  **Sponsored by** *PTFS Europe*
246
  **Sponsored by** *PTFS Europe*
247
  >
247
  >
248
  >This makes sure, that in the future the Inter-Library Loan (IL) patron category of the sample data matches the default configuration of the ILL patron category in the `koha-conf.xml` file.
248
  >This makes sure, that in the future the Inter-Library Loan (IL) patron category of the sample data matches the default configuration of the ILL patron category in the `koha-conf.xml` file.
249
- [32546](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32546) Move ILL system preferences to their own tab in administration
249
- [32546](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32546) Move ILL system preferences to their own tab in administration
250
- [32548](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32548) Make illrequestattributes easily available to ILL notices
250
- [32548](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32548) Make illrequestattributes easily available to ILL notices
251
251
252
### Installation and upgrade (web-based installer)
252
### Installation and upgrade (web-based installer)
253
253
254
#### Enhancements
254
#### Enhancements
255
255
256
- [33128](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33128) Add Polish translations for language descriptions
256
- [33128](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33128) Add Polish translations for language descriptions
257
257
258
### Lists
258
### Lists
259
259
260
#### Enhancements
260
#### Enhancements
261
261
262
- [30418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30418) Add permission and setting for public lists to allow staff with permission to edit contents
262
- [30418](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30418) Add permission and setting for public lists to allow staff with permission to edit contents
263
263
264
  **Sponsored by** *Catalyst*
264
  **Sponsored by** *Catalyst*
265
  >Add a new 'Permitted staff only' option to public lists, allowing only permitted staff users to manage the list contents from the staff client and OPAC.
265
  >Add a new 'Permitted staff only' option to public lists, allowing only permitted staff users to manage the list contents from the staff client and OPAC.
266
  >
266
  >
267
  >The 'Permitted staff only' option differs from the 'Staff only' option because permitted staff are Koha patrons with the 'catalogue' permission enabled and the new 'edit_public_list_contents' sub-permission enabled.
267
  >The 'Permitted staff only' option differs from the 'Staff only' option because permitted staff are Koha patrons with the 'catalogue' permission enabled and the new 'edit_public_list_contents' sub-permission enabled.
268
- [32173](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32173) Add count of total titles in list to staff interface
268
- [32173](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32173) Add count of total titles in list to staff interface
269
  >With this the number of entries on a list will show in the detail page of a list in the staff interface.
269
  >With this the number of entries on a list will show in the detail page of a list in the staff interface.
270
- [32434](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32434) Records in lists not showing what other lists they belong to
270
- [32434](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32434) Records in lists not showing what other lists they belong to
271
271
272
### MARC Bibliographic data support
272
### MARC Bibliographic data support
273
273
274
#### Enhancements
274
#### Enhancements
275
275
276
- [29185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29185) Show MARC21 tag 765 - Original Language Entry
276
- [29185](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29185) Show MARC21 tag 765 - Original Language Entry
277
277
278
### Notices
278
### Notices
279
279
280
#### Enhancements
280
#### Enhancements
281
281
282
- [3150](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3150) Move emails for sending cart and list contents into notices tool
282
- [3150](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3150) Move emails for sending cart and list contents into notices tool
283
283
284
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
284
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
285
  >This patch creates notices using Template Toolkit syntax for sending emails containing cart (named CART) and list (named LIST) contents. This provides libraries more flexibility around what the emails contain and means they can be more translatable.
285
  >This patch creates notices using Template Toolkit syntax for sending emails containing cart (named CART) and list (named LIST) contents. This provides libraries more flexibility around what the emails contain and means they can be more translatable.
286
- [23773](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23773) Send MEMBERSHIP_EXPIRY notice by SMS
286
- [23773](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23773) Send MEMBERSHIP_EXPIRY notice by SMS
287
287
288
  **Sponsored by** *Médiathèque de Montauban*
288
  **Sponsored by** *Médiathèque de Montauban*
289
- [29100](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29100) Add checkouts data loop to predue/due notices script (advance_notices.pl)
289
- [29100](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29100) Add checkouts data loop to predue/due notices script (advance_notices.pl)
290
- [30555](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30555) Add more sample notice for SMS messages
290
- [30555](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30555) Add more sample notice for SMS messages
291
- [31858](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31858) TT syntax for ACQORDER notices
291
- [31858](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31858) TT syntax for ACQORDER notices
292
- [33203](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33203) Overdue notice/status triggers letter selection is ambiguous
292
- [33203](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33203) Overdue notice/status triggers letter selection is ambiguous
293
293
294
### OPAC
294
### OPAC
295
295
296
#### New features
296
#### New features
297
297
298
- [31028](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31028) Add 'Report a concern' feature for patrons to report concerns about catalog records
298
- [31028](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31028) Add 'Report a concern' feature for patrons to report concerns about catalog records
299
299
300
  **Sponsored by** *Tavistock & Portman Library*
300
  **Sponsored by** *Tavistock & Portman Library*
301
  >
301
  >
Lines 304-404 You can learn about the system components (like OS and database) needed for runn Link Here
304
  >Reported concerns will be visible in the dashboard on the staff interface start page and available from the cataloguing home page.
304
  >Reported concerns will be visible in the dashboard on the staff interface start page and available from the cataloguing home page.
305
  >
305
  >
306
  >The feature can be independently enabled for OPAC and staff interface using the `OpacCatalogConcerns` and `CatalogConcerns` system preferences.
306
  >The feature can be independently enabled for OPAC and staff interface using the `OpacCatalogConcerns` and `CatalogConcerns` system preferences.
307
- [31051](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31051) Show patron's 'savings' on the OPAC
307
- [31051](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31051) Show patron's 'savings' on the OPAC
308
308
309
  **Sponsored by** *Horowhenua Libraries Trust*
309
  **Sponsored by** *Horowhenua Libraries Trust*
310
  >This new feature shows a patron how much they have saved by using the library rather than purchasing items. Savings are calculated based on item replacement prices. The system preference allows you to choose where to display the savings - the user page, the summary box on the OPAC homepage, or the checkout history page.
310
  >This new feature shows a patron how much they have saved by using the library rather than purchasing items. Savings are calculated based on item replacement prices. The system preference allows you to choose where to display the savings - the user page, the summary box on the OPAC homepage, or the checkout history page.
311
311
312
#### Enhancements
312
#### Enhancements
313
313
314
- [12029](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12029) Patrons should be able to delete their patron messages
314
- [12029](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12029) Patrons should be able to delete their patron messages
315
315
316
  **Sponsored by** *Koha-US*
316
  **Sponsored by** *Koha-US*
317
  >This enhancement adds the ability for patrons to dismiss an OPAC message, marking it as read to remove it from their summary page.
317
  >This enhancement adds the ability for patrons to dismiss an OPAC message, marking it as read to remove it from their summary page.
318
- [16522](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522) Add 773 (Host item entry) to the cart and list displays and e-mails
318
- [16522](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522) Add 773 (Host item entry) to the cart and list displays and e-mails
319
319
320
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
320
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
321
  >This adds information from host item entry (MARC21 773) and if applicable a link to the host record in the following places:
321
  >This adds information from host item entry (MARC21 773) and if applicable a link to the host record in the following places:
322
  >* Staff interface: list, list email, cart, cart email, and search results
322
  >* Staff interface: list, list email, cart, cart email, and search results
323
  >* OPAC: list, list email, cart, cart email, and search results
323
  >* OPAC: list, list email, cart, cart email, and search results
324
- [21330](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330) Add XSLT for authority detail page in OPAC
324
- [21330](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330) Add XSLT for authority detail page in OPAC
325
  >This enhancement enables using custom XSLT stylesheets to display authority detail pages in the OPAC. 
325
  >This enhancement enables using custom XSLT stylesheets to display authority detail pages in the OPAC. 
326
  >
326
  >
327
  >Enter a path to the custom XSLT file in the new system preference AuthorityXSLTOpacDetailsDisplay (or enter an external URL). Use placeholders for multiple custom style sheets for different languages ({langcode}) and authority types ({authtypecode}).
327
  >Enter a path to the custom XSLT file in the new system preference AuthorityXSLTOpacDetailsDisplay (or enter an external URL). Use placeholders for multiple custom style sheets for different languages ({langcode}) and authority types ({authtypecode}).
328
- [26765](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26765) Make author span a clickable link on OPAC results list
328
- [26765](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26765) Make author span a clickable link on OPAC results list
329
- [29449](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29449) Show userid on "your personal details" tab
329
- [29449](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29449) Show userid on "your personal details" tab
330
  >Patrons can now see their username in the 'Personal details' tab in the OPAC.
330
  >Patrons can now see their username in the 'Personal details' tab in the OPAC.
331
  >
331
  >
332
  >This can be hidden from them using the PatronSelfModificationBorrowerUnwantedField system preference, if needed.
332
  >This can be hidden from them using the PatronSelfModificationBorrowerUnwantedField system preference, if needed.
333
- [30621](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30621) Author should be its own column on opac-readingrecord.tt
333
- [30621](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30621) Author should be its own column on opac-readingrecord.tt
334
- [31699](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31699) Add a generic way to redirect back to the page you were on at login for modal logins
334
- [31699](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31699) Add a generic way to redirect back to the page you were on at login for modal logins
335
335
336
  **Sponsored by** *The European Southern Observatory*
336
  **Sponsored by** *The European Southern Observatory*
337
  >
337
  >
338
  >This enhancement adds the ability to redirect users back to where they were when using the modal type logins in place of an action that requires login on the OPAC.
338
  >This enhancement adds the ability to redirect users back to where they were when using the modal type logins in place of an action that requires login on the OPAC.
339
  >
339
  >
340
  >Example: On the OPAC detail page you can add comments if logged in. Prior to this patch, clicking the link to add a comment prior to being logged in would expose the login modal and then re-direct you to your OPAC user page, and thus lose the context of your action.  With this enhancement, you are redirected back to the record you were looking at and can then post your comment.
340
  >Example: On the OPAC detail page you can add comments if logged in. Prior to this patch, clicking the link to add a comment prior to being logged in would expose the login modal and then re-direct you to your OPAC user page, and thus lose the context of your action.  With this enhancement, you are redirected back to the record you were looking at and can then post your comment.
341
- [32125](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32125) Implement contextual return on OPAC comments
341
- [32125](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32125) Implement contextual return on OPAC comments
342
342
343
  **Sponsored by** *PTFS Europe*
343
  **Sponsored by** *PTFS Europe*
344
  >
344
  >
345
  >This enhancement ensures patrons are returned to the correct bibliographic record detail page after a login that is prompted when attempting to comment on a bibliographic record.
345
  >This enhancement ensures patrons are returned to the correct bibliographic record detail page after a login that is prompted when attempting to comment on a bibliographic record.
346
- [32998](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32998) Consolidate opac-tmpl/lib and opac-tmpl/bootstrap/lib
346
- [32998](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32998) Consolidate opac-tmpl/lib and opac-tmpl/bootstrap/lib
347
- [33767](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33767) Accessibility: The 'OPAC results' page contains semantically incorrect headings
347
- [33767](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33767) Accessibility: The 'OPAC results' page contains semantically incorrect headings
348
348
349
### Patrons
349
### Patrons
350
350
351
#### New features
351
#### New features
352
352
353
- [32426](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32426) Make userid generation pluggable
353
- [32426](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32426) Make userid generation pluggable
354
  >This adds a new plugin hook `patron_generate_userid` that allows to have a custom method for generating the userid on a patron record.
354
  >This adds a new plugin hook `patron_generate_userid` that allows to have a custom method for generating the userid on a patron record.
355
355
356
#### Enhancements
356
#### Enhancements
357
357
358
- [14251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14251) Allow use of CSS in discharge letter
358
- [14251](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14251) Allow use of CSS in discharge letter
359
  >With this patch, it is now possible to add CSS formatting to the discharge letter. CSS styling can be added directly in the DISCHARGE letter in the Notices and slips tool. The CSS stylesheet added in the NoticeCSS system preference will also be applied to the discharge PDF.
359
  >With this patch, it is now possible to add CSS formatting to the discharge letter. CSS styling can be added directly in the DISCHARGE letter in the Notices and slips tool. The CSS stylesheet added in the NoticeCSS system preference will also be applied to the discharge PDF.
360
  >
360
  >
361
  >Note that the discharge functionality now requires the weasyprint module.
361
  >Note that the discharge functionality now requires the weasyprint module.
362
- [21699](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21699) Allow circulation messages to be editable
362
- [21699](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21699) Allow circulation messages to be editable
363
- [26598](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26598) Display guarantee's fines on guarantor's details page
363
- [26598](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26598) Display guarantee's fines on guarantor's details page
364
  >This enhancement adds a new tab in the patron details page to show guarantees' unpaid charges.
364
  >This enhancement adds a new tab in the patron details page to show guarantees' unpaid charges.
365
- [28366](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28366) Add batch patron modification to patron search results
365
- [28366](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28366) Add batch patron modification to patron search results
366
- [29046](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29046) Allow libraries to specify email order for "AutoEmailPrimaryAddress"
366
- [29046](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29046) Allow libraries to specify email order for "AutoEmailPrimaryAddress"
367
367
368
  **Sponsored by** *PTFS Europe*
368
  **Sponsored by** *PTFS Europe*
369
  >
369
  >
370
  >This enhancement adds a new system preference EmailFieldPrecedence, which allows libraries to set the order in which patron email addresses are used when selecting "first valid" in EmailFieldPrimary (formerly AutoEmailPrimaryAddress).
370
  >This enhancement adds a new system preference EmailFieldPrecedence, which allows libraries to set the order in which patron email addresses are used when selecting "first valid" in EmailFieldPrimary (formerly AutoEmailPrimaryAddress).
371
- [33038](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33038) Add classes to category code and category type in patron brief information for easier customization
371
- [33038](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33038) Add classes to category code and category type in patron brief information for easier customization
372
372
373
### REST API
373
### REST API
374
374
375
#### New features
375
#### New features
376
376
377
- [21043](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21043) Add POST endpoint for patron debits
377
- [21043](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21043) Add POST endpoint for patron debits
378
378
379
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
379
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
380
- [29453](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29453) Add GET endpoints to fetch patron credits and debits
380
- [29453](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29453) Add GET endpoints to fetch patron credits and debits
381
381
382
  **Sponsored by** *PTFS Europe*
382
  **Sponsored by** *PTFS Europe*
383
- [30962](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30962) Add POST endpoint for validating a user password
383
- [30962](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30962) Add POST endpoint for validating a user password
384
- [31793](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793) Add DELETE endpoint for Authorities
384
- [31793](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793) Add DELETE endpoint for Authorities
385
- [31794](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794) Add GET endpoint for Authorities
385
- [31794](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794) Add GET endpoint for Authorities
386
- [31795](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31795) Add POST endpoint for Authorities
386
- [31795](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31795) Add POST endpoint for Authorities
387
- [31796](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31796) Add PUT endpoint for Authorities
387
- [31796](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31796) Add PUT endpoint for Authorities
388
- [31797](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31797) Add DELETE endpoint for Items
388
- [31797](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31797) Add DELETE endpoint for Items
389
- [31798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798) Add POST endpoint for Items
389
- [31798](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798) Add POST endpoint for Items
390
- [31799](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31799) Add PUT endpoint for Items
390
- [31799](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31799) Add PUT endpoint for Items
391
- [31800](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31800) Add POST endpoint for Biblios
391
- [31800](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31800) Add POST endpoint for Biblios
392
- [31801](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31801) Add PUT endpoint for Biblios
392
- [31801](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31801) Add PUT endpoint for Biblios
393
- [32734](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32734) Add GET endpoint for listing Biblios
393
- [32734](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32734) Add GET endpoint for listing Biblios
394
- [32735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32735) Add GET endpoint for listing Authorities
394
- [32735](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32735) Add GET endpoint for listing Authorities
395
- [32981](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32981) Add GET endpoint for listing authorised values by a given category
395
- [32981](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32981) Add GET endpoint for listing authorised values by a given category
396
- [32997](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32997) Add GET endpoint for listing authorised value categories
396
- [32997](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32997) Add GET endpoint for listing authorised value categories
397
- [33146](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33146) Add public GET endpoint for listing items
397
- [33146](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33146) Add public GET endpoint for listing items
398
398
399
#### Enhancements
399
#### Enhancements
400
400
401
- [33161](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33161) Implement +strings for GET /items and GET /items/:item_id
401
- [33161](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33161) Implement +strings for GET /items and GET /items/:item_id
402
402
403
  **Sponsored by** *Virginia Polytechnic Institute and State University*
403
  **Sponsored by** *Virginia Polytechnic Institute and State University*
404
  >Exposes the `+strings` option on the `/items` endpoints.
404
  >Exposes the `+strings` option on the `/items` endpoints.
Lines 409-448 You can learn about the system components (like OS and database) needed for runn Link Here
409
409
410
#### Enhancements
410
#### Enhancements
411
411
412
- [17350](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17350) Add option to delete data stored in saved_reports with cleanup_database
412
- [17350](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17350) Add option to delete data stored in saved_reports with cleanup_database
413
- [23824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23824) Add a 'Save and run' button to reports
413
- [23824](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23824) Add a 'Save and run' button to reports
414
- [30928](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30928) Add interface to statistics table
414
- [30928](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30928) Add interface to statistics table
415
- [32057](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32057) Add optional stack trace to action logs
415
- [32057](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32057) Add optional stack trace to action logs
416
  >It can be useful to know where in Koha a logged action was generated from, and how. This enhancement adds stack traces to action logs. To use, add a number for the trace depth (such as 3) to the new system preference `ActionLogsTraceDepth`. The details for the stack trace are available by querying the database, for example:  
416
  >It can be useful to know where in Koha a logged action was generated from, and how. This enhancement adds stack traces to action logs. To use, add a number for the trace depth (such as 3) to the new system preference `ActionLogsTraceDepth`. The details for the stack trace are available by querying the database, for example:  
417
  >`SELECT * FROM action_logs WHERE trace IS NOT NULL;`
417
  >`SELECT * FROM action_logs WHERE trace IS NOT NULL;`
418
- [32613](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32613) Add auto-completion to our SQL reports editor
418
- [32613](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32613) Add auto-completion to our SQL reports editor
419
  >This adds an auto-complete feature to the SQL reports editor. This works for tables and columns. For columns you'll need to start with the table name, like `borrowers.`. The editor will then suggest the columns of the `borrowers` table. The auto-complete feature will also work when tables have been renamed.
419
  >This adds an auto-complete feature to the SQL reports editor. This works for tables and columns. For columns you'll need to start with the table name, like `borrowers.`. The editor will then suggest the columns of the `borrowers` table. The auto-complete feature will also work when tables have been renamed.
420
420
421
### SIP2
421
### SIP2
422
422
423
#### Enhancements
423
#### Enhancements
424
424
425
- [25812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25812) Fines can be displayed on SIP checkin/checkout
425
- [25812](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25812) Fines can be displayed on SIP checkin/checkout
426
- [32431](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32431) Show date for expired patrons in SIP
426
- [32431](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32431) Show date for expired patrons in SIP
427
- [32684](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32684) Implement SIP patron status field "too many items lost"
427
- [32684](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32684) Implement SIP patron status field "too many items lost"
428
428
429
### Searching
429
### Searching
430
430
431
#### Enhancements
431
#### Enhancements
432
432
433
- [14911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911) Item search: Display additional title information
433
- [14911](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911) Item search: Display additional title information
434
  >Improves display of title information in item search by adding subtitle, part name, part number and medium to the display.
434
  >Improves display of title information in item search by adding subtitle, part name, part number and medium to the display.
435
- [31338](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31338) Show in advanced search when IncludeSeeFromInSearches is used
435
- [31338](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31338) Show in advanced search when IncludeSeeFromInSearches is used
436
  >When `IncludeSeeFromInSearches` is activated, there will be a note below the first search form on the advanced search in staff interface and OPAC.
436
  >When `IncludeSeeFromInSearches` is activated, there will be a note below the first search form on the advanced search in staff interface and OPAC.
437
- [32960](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32960) Add option in item search for excluding checked out items
437
- [32960](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32960) Add option in item search for excluding checked out items
438
- [33190](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33190) Add search history button to advance search form if EnableSearchHistory keep
438
- [33190](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33190) Add search history button to advance search form if EnableSearchHistory keep
439
439
440
### Searching - Elasticsearch
440
### Searching - Elasticsearch
441
441
442
#### Enhancements
442
#### Enhancements
443
443
444
- [18829](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829) Elasticsearch - Add ability to view the ES indexed record
444
- [18829](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829) Elasticsearch - Add ability to view the ES indexed record
445
- [33594](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33594) Sorting results by Title A-Z might use wrong title field
445
- [33594](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33594) Sorting results by Title A-Z might use wrong title field
446
  >This changes the behavour of title search and sorting (Title (A-Z)) in the OPAC and staff interface when using Elasticsearch or Open Search. The title search now only uses 245 (for MARC 21) and 200 (for UNIMARC). Previously other title fields may have affected the search order, for example 240$a in MARC21.
446
  >This changes the behavour of title search and sorting (Title (A-Z)) in the OPAC and staff interface when using Elasticsearch or Open Search. The title search now only uses 245 (for MARC 21) and 200 (for UNIMARC). Previously other title fields may have affected the search order, for example 240$a in MARC21.
447
  >
447
  >
448
  >To make this change for existing installations, reset the search engine mappings (Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (scroll down to the bottom of the page)) and rebuild the search index (koha-elasticsearch --rebuild -d -b -a <instancename>). If you have customized the search engine configuration, remember to record or back these up BEFORE resetting the mappings.
448
  >To make this change for existing installations, reset the search engine mappings (Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (scroll down to the bottom of the page)) and rebuild the search index (koha-elasticsearch --rebuild -d -b -a <instancename>). If you have customized the search engine configuration, remember to record or back these up BEFORE resetting the mappings.
Lines 451-463 You can learn about the system components (like OS and database) needed for runn Link Here
451
451
452
#### Enhancements
452
#### Enhancements
453
453
454
- [32115](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32115) Add ID to check-out default help message dialog to allow customization
454
- [32115](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32115) Add ID to check-out default help message dialog to allow customization
455
455
456
### Serials
456
### Serials
457
457
458
#### Enhancements
458
#### Enhancements
459
459
460
- [32752](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32752) Add new serial issue status: "Out for binding", "Bound", and "Circulating"
460
- [32752](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32752) Add new serial issue status: "Out for binding", "Bound", and "Circulating"
461
461
462
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
462
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
463
463
Lines 465-549 You can learn about the system components (like OS and database) needed for runn Link Here
465
465
466
#### Enhancements
466
#### Enhancements
467
467
468
- [30624](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30624) Add a permission to control the ability to change the logged in library
468
- [30624](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30624) Add a permission to control the ability to change the logged in library
469
  >This enhancement adds a new `loggedinlibrary` permission to allow or prevent staff members to set the library where they log in.
469
  >This enhancement adds a new `loggedinlibrary` permission to allow or prevent staff members to set the library where they log in.
470
- [32886](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32886) Set focus for cursor to Code when adding a new restriction
470
- [32886](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32886) Set focus for cursor to Code when adding a new restriction
471
- [33090](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33090) page-sections are missing in the account line details page
471
- [33090](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33090) page-sections are missing in the account line details page
472
- [33281](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33281) Improve authority links and add them to MARC preview
472
- [33281](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33281) Improve authority links and add them to MARC preview
473
- [33316](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33316) Improve display of ES indexer jobs
473
- [33316](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33316) Improve display of ES indexer jobs
474
- [33607](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33607) Show framework on record details page
474
- [33607](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33607) Show framework on record details page
475
  >With this patch the MARC framework shows at the end of the bibliographic description on the catalog detail page in the staff interface.
475
  >With this patch the MARC framework shows at the end of the bibliographic description on the catalog detail page in the staff interface.
476
476
477
### System Administration
477
### System Administration
478
478
479
#### Enhancements
479
#### Enhancements
480
480
481
- [27424](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424) One should be able to assign an SMTP server as the default
481
- [27424](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424) One should be able to assign an SMTP server as the default
482
  >We have been able to define SMTP servers in the staff interface for a while now. But to utilize them you had to set the SMTP server for each library individually. With this you can now chose to apply an SMTP server as default to all your libraries.
482
  >We have been able to define SMTP servers in the staff interface for a while now. But to utilize them you had to set the SMTP server for each library individually. With this you can now chose to apply an SMTP server as default to all your libraries.
483
- [33192](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33192) We should rename 'AutoEmailPrimaryAddress' to 'EmailFieldPrimary' for clarification
483
- [33192](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33192) We should rename 'AutoEmailPrimaryAddress' to 'EmailFieldPrimary' for clarification
484
  >The enhancement renames AutoEmailPrimaryAddress the system preference to EmailFieldPrimary to reflect the fact that it is not only used in the context of AutoEmailNewUser, but in general for email notices.
484
  >The enhancement renames AutoEmailPrimaryAddress the system preference to EmailFieldPrimary to reflect the fact that it is not only used in the context of AutoEmailNewUser, but in general for email notices.
485
- [33550](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33550) Rename Patron restrictions administration page 'Patron restriction types'
485
- [33550](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33550) Rename Patron restrictions administration page 'Patron restriction types'
486
486
487
### Templates
487
### Templates
488
488
489
#### Enhancements
489
#### Enhancements
490
490
491
- [27775](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27775) Add hint about drag and drop feature on framework subfield edit
491
- [27775](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27775) Add hint about drag and drop feature on framework subfield edit
492
  >The sequence subfields appear when cataloguing bibliographic records, auhority records or items can be changed for each framework. To make this feature more visible a note was added to the framework administration page.
492
  >The sequence subfields appear when cataloguing bibliographic records, auhority records or items can be changed for each framework. To make this feature more visible a note was added to the framework administration page.
493
- [31407](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31407) Set focus for cursor to Currency when adding a new currency
493
- [31407](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31407) Set focus for cursor to Currency when adding a new currency
494
- [32095](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32095) Remove bullets from statuses in inventory tool
494
- [32095](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32095) Remove bullets from statuses in inventory tool
495
- [32319](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32319) Give header search submit button more padding
495
- [32319](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32319) Give header search submit button more padding
496
- [32507](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32507) Use template wrapper to build breadcrumb navigation
496
- [32507](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32507) Use template wrapper to build breadcrumb navigation
497
  >Architectural enhancement in preparation for bootstrap 5 upgrade.  This patch adds the foundations for abstracting the breadcrumb component of the staff client.
497
  >Architectural enhancement in preparation for bootstrap 5 upgrade.  This patch adds the foundations for abstracting the breadcrumb component of the staff client.
498
- [32571](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571) Use template wrapper to build tabbed components
498
- [32571](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571) Use template wrapper to build tabbed components
499
- [32649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32649) Use template wrapper for library transfer limits tabs
499
- [32649](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32649) Use template wrapper for library transfer limits tabs
500
- [32658](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32658) Use template wrapper in order from staged file template
500
- [32658](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32658) Use template wrapper in order from staged file template
501
- [32660](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32660) Use template wrapper for basket groups tabs
501
- [32660](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32660) Use template wrapper for basket groups tabs
502
- [32661](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32661) Use template wrapper for invoices page tabs
502
- [32661](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32661) Use template wrapper for invoices page tabs
503
- [32662](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32662) Use template wrapper for item circulation alerts page
503
- [32662](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32662) Use template wrapper for item circulation alerts page
504
- [32683](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32683) Convert header search tabs to Bootstrap
504
- [32683](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32683) Convert header search tabs to Bootstrap
505
- [32688](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32688) Convert recalls awaiting pickup tabs to Bootstrap
505
- [32688](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32688) Convert recalls awaiting pickup tabs to Bootstrap
506
- [32698](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32698) Use template wrapper for serials pages tabs
506
- [32698](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32698) Use template wrapper for serials pages tabs
507
- [32746](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32746) Standardize structure around action fieldsets in acquisitions
507
- [32746](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32746) Standardize structure around action fieldsets in acquisitions
508
- [32769](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32769) Standardize structure around action fieldsets in administration
508
- [32769](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32769) Standardize structure around action fieldsets in administration
509
- [32914](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32914) Use template wrapper for batch record deletion and modification templates
509
- [32914](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32914) Use template wrapper for batch record deletion and modification templates
510
- [32952](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32952) Standardize action fieldsets in authorities, cataloging, and circulation
510
- [32952](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32952) Standardize action fieldsets in authorities, cataloging, and circulation
511
- [33000](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33000) Use template wrapper for breadcrumbs: Acquisitions part 1
511
- [33000](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33000) Use template wrapper for breadcrumbs: Acquisitions part 1
512
- [33031](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33031) Update OPAC lists page to use Bootstrap markup for tabs
512
- [33031](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33031) Update OPAC lists page to use Bootstrap markup for tabs
513
- [33068](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33068) Use template wrapper for breadcrumbs: Administration part 3
513
- [33068](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33068) Use template wrapper for breadcrumbs: Administration part 3
514
- [33071](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33071) Show tooltip when hovering on home icon in staff interface breadcrumbs
514
- [33071](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33071) Show tooltip when hovering on home icon in staff interface breadcrumbs
515
- [33077](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33077) Improve ease of translating template title tags
515
- [33077](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33077) Improve ease of translating template title tags
516
- [33127](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33127) Use template wrapper for breadcrumbs: Administration part 5
516
- [33127](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33127) Use template wrapper for breadcrumbs: Administration part 5
517
- [33310](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33310) Use template wrapper for tabs: Suggestions
517
- [33310](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33310) Use template wrapper for tabs: Suggestions
518
- [33349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33349) Patron attributes don't have identifying info in the staff interface
518
- [33349](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33349) Patron attributes don't have identifying info in the staff interface
519
519
520
### Test Suite
520
### Test Suite
521
521
522
#### Enhancements
522
#### Enhancements
523
523
524
- [31479](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31479) Provide an option to skip the test for atomic updates
524
- [31479](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31479) Provide an option to skip the test for atomic updates
525
525
526
  **Sponsored by** *Catalyst*
526
  **Sponsored by** *Catalyst*
527
  >This enhancement adds an option to skip the check for leftover atomic updates when building custom packages. This is particularly useful for Koha providers or anyone else building Koha packages manually.
527
  >This enhancement adds an option to skip the check for leftover atomic updates when building custom packages. This is particularly useful for Koha providers or anyone else building Koha packages manually.
528
  >
528
  >
529
  >In practice, this could be run like: sudo CUSTOM_PACKAGE=1 ./debian/build-git-snapshot -r ~/debian -v 21.11.01git -d
529
  >In practice, this could be run like: sudo CUSTOM_PACKAGE=1 ./debian/build-git-snapshot -r ~/debian -v 21.11.01git -d
530
- [33282](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33282) Cypress tests are failing
530
- [33282](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33282) Cypress tests are failing
531
- [33733](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33733) Move t/XSLT.t to db_dependent
531
- [33733](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33733) Move t/XSLT.t to db_dependent
532
532
533
### Tools
533
### Tools
534
534
535
#### Enhancements
535
#### Enhancements
536
536
537
- [31611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31611) More visibly highlight records that cannot be batch deleted/modified
537
- [31611](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31611) More visibly highlight records that cannot be batch deleted/modified
538
538
539
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
539
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
540
  >This enhancement more clearly emphasises records that cannot be modified or deleted in the 'Batch record deletion', 'Batch item modification', and 'Batch item deletion' tools. Rows are now highlighted in yellow, with a red 'X' in the first column (hovering over the red 'X' shows the reason it cannot be modified or deleted).
540
  >This enhancement more clearly emphasises records that cannot be modified or deleted in the 'Batch record deletion', 'Batch item modification', and 'Batch item deletion' tools. Rows are now highlighted in yellow, with a red 'X' in the first column (hovering over the red 'X' shows the reason it cannot be modified or deleted).
541
- [32019](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32019) Add option to mark items returned in batch modification
541
- [32019](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32019) Add option to mark items returned in batch modification
542
- [32021](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32021) Pages 'appear in position' field is not useful
542
- [32021](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32021) Pages 'appear in position' field is not useful
543
543
544
  **Sponsored by** *Catalyst*
544
  **Sponsored by** *Catalyst*
545
- [32164](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32164) Add link to MARC modification templates from batch record modification page
545
- [32164](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32164) Add link to MARC modification templates from batch record modification page
546
- [32970](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32970) Allow export of batch item modification results in background jobs
546
- [32970](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32970) Allow export of batch item modification results in background jobs
547
## Bugfixes
547
## Bugfixes
548
This list includes all bugfixes since the previous major version. Most of them
548
This list includes all bugfixes since the previous major version. Most of them
549
have already been fixed in maintenance releases
549
have already been fixed in maintenance releases
Lines 551-950 have already been fixed in maintenance releases Link Here
551
551
552
#### Security bugs
552
#### Security bugs
553
553
554
- [31908](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31908) New login fails while having cookie from previous session (23.05.00,22.11.01, 21.11.15)
554
- [31908](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31908) New login fails while having cookie from previous session (23.05.00,22.11.01, 21.11.15)
555
  >This patch introduces more thorough cleanup of user sessions when logging after a privilege escalation request.
555
  >This patch introduces more thorough cleanup of user sessions when logging after a privilege escalation request.
556
- [32208](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32208) Re-login without enough permissions needs attention (22.11.01,22.05.08)
556
- [32208](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32208) Re-login without enough permissions needs attention (22.11.01,22.05.08)
557
- [33595](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33595) Bug 26628 broke authorization for tools start page (23.05.00)
557
- [33595](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33595) Bug 26628 broke authorization for tools start page (23.05.00)
558
558
559
#### Critical bugs fixed
559
#### Critical bugs fixed
560
560
561
- [32401](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401) x-koha-query cannot contain non-ISO-8859-1 values (23.05.00,22.11.03)
561
- [32401](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401) x-koha-query cannot contain non-ISO-8859-1 values (23.05.00,22.11.03)
562
- [32437](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32437) When adding to a basket form a staged file and matching the imported records are ignored when set to overwrite (23.05.00,22.11.05)
562
- [32437](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32437) When adding to a basket form a staged file and matching the imported records are ignored when set to overwrite (23.05.00,22.11.05)
563
- [33262](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33262) When an ordered record is deleted, we lose all information on what was ordered (23.05.00,22.11.06,22.05.13)
563
- [33262](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33262) When an ordered record is deleted, we lose all information on what was ordered (23.05.00,22.11.06,22.05.13)
564
- [33653](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33653) Search for late orders can show received order lines (23.05.00,22.11.06)
564
- [33653](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33653) Search for late orders can show received order lines (23.05.00,22.11.06)
565
- [33784](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33784) Save clicks on single order receive (23.05.00)
565
- [33784](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33784) Save clicks on single order receive (23.05.00)
566
- [33864](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33864) Problems in order receive modal (23.05.00)
566
- [33864](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33864) Problems in order receive modal (23.05.00)
567
- [32393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393) background job worker explodes if JSON is incorrect (23.05.00,22.11.03,22.05.10)
567
- [32393](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393) background job worker explodes if JSON is incorrect (23.05.00,22.11.03,22.05.10)
568
- [32394](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394) Long tasks queue is never used (23.05.00,22.11.01,22.05.10)
568
- [32394](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394) Long tasks queue is never used (23.05.00,22.11.01,22.05.10)
569
- [32422](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32422) Hardcoded paths in _common.scss prevent using external node_modules (23.05.00,22.11.01)
569
- [32422](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32422) Hardcoded paths in _common.scss prevent using external node_modules (23.05.00,22.11.01)
570
- [32472](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32472) [21.11 CRASH] The method Koha::Item->count is not covered by tests (21.11.18,22.11.04)
570
- [32472](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32472) [21.11 CRASH] The method Koha::Item->count is not covered by tests (21.11.18,22.11.04)
571
- [32481](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32481) Rabbit times out when too many jobs are queued and the response takes too long (23.05.00,22.11.02,22.05.09, 21.11.16)
571
- [32481](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32481) Rabbit times out when too many jobs are queued and the response takes too long (23.05.00,22.11.02,22.05.09, 21.11.16)
572
- [32558](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32558) Allow background_jobs_worker.pl to process multiple jobs simultaneously up to a limit (23.05.00,22.11.04,22.05.11)
572
- [32558](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32558) Allow background_jobs_worker.pl to process multiple jobs simultaneously up to a limit (23.05.00,22.11.04,22.05.11)
573
- [32561](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32561) background job worker is still running with all the modules in RAM (23.05.00,22.11.03,22.05.10)
573
- [32561](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32561) background job worker is still running with all the modules in RAM (23.05.00,22.11.03,22.05.10)
574
- [32612](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32612) Koha background worker should log to worker-error/output.log (23.05.00,22.11.03,22.05.10)
574
- [32612](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32612) Koha background worker should log to worker-error/output.log (23.05.00,22.11.03,22.05.10)
575
- [32656](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32656) Script delete_records_via_leader.pl no longer deletes items (23.05.00,22.11.03,22.05.10,21.11.16)
575
- [32656](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32656) Script delete_records_via_leader.pl no longer deletes items (23.05.00,22.11.03,22.05.10,21.11.16)
576
- [33044](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33044) BackgroundJob enqueue does not return the job id if rabbit is unreachable (23.05.00,22.11.04,22.05.11,21.11.19)
576
- [33044](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33044) BackgroundJob enqueue does not return the job id if rabbit is unreachable (23.05.00,22.11.04,22.05.11,21.11.19)
577
- [33183](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33183) Error inserting matchpoint_components when creating record matching rules with MariaDB 10.6 (23.05.00,22.11.04,22.05.12,21.11.20)
577
- [33183](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33183) Error inserting matchpoint_components when creating record matching rules with MariaDB 10.6 (23.05.00,22.11.04,22.05.12,21.11.20)
578
- [33309](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33309) Race condition while checkout renewal with ES (23.05.00,22.11.05,22.05.12,21.11.20)
578
- [33309](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33309) Race condition while checkout renewal with ES (23.05.00,22.11.05,22.05.12,21.11.20)
579
- [33368](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33368) borrowers.flags is about to reach the limit (23.05.00,22.11.05)
579
- [33368](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33368) borrowers.flags is about to reach the limit (23.05.00,22.11.05)
580
- [32354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354) Handle session_state param given by OAuth identity provider (23.05.00,22.11.01)
580
- [32354](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354) Handle session_state param given by OAuth identity provider (23.05.00,22.11.01)
581
581
582
  **Sponsored by** *The New Zealand Institute for Plant and Food Research Limited*
582
  **Sponsored by** *The New Zealand Institute for Plant and Food Research Limited*
583
  >This patch ensures Koha doesn't throw an error if the IdP hands back a session_state parameter.
583
  >This patch ensures Koha doesn't throw an error if the IdP hands back a session_state parameter.
584
- [33708](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33708) OAuth/OIDC authentication for the staff interface requires OPAC enabled (23.05.00)
584
- [33708](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33708) OAuth/OIDC authentication for the staff interface requires OPAC enabled (23.05.00)
585
- [33815](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33815) Crash when librarian changes their own username in the staff interface (23.05.00)
585
- [33815](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33815) Crash when librarian changes their own username in the staff interface (23.05.00)
586
- [19361](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19361) Linking an authorised value category to a field in a framework can lose data (23.05.00,22.11.04)
586
- [19361](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19361) Linking an authorised value category to a field in a framework can lose data (23.05.00,22.11.04)
587
- [28328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28328) Editing a record can cause an ISE if data too long for column (23.05.00,22.11.06)
587
- [28328](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28328) Editing a record can cause an ISE if data too long for column (23.05.00,22.11.06)
588
- [30966](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30966) Record overlay rules - can't use Z39.50 filter (23.05.00,22.11.05,22.05.12,21.11.20)
588
- [30966](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30966) Record overlay rules - can't use Z39.50 filter (23.05.00,22.11.05,22.05.12,21.11.20)
589
589
590
  **Sponsored by** *Koha-Suomi Oy*
590
  **Sponsored by** *Koha-Suomi Oy*
591
- [32550](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32550) 'Clear on loan' link on Batch item modification doesn't untick on loan items (23.05.00,22.11.02)
591
- [32550](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32550) 'Clear on loan' link on Batch item modification doesn't untick on loan items (23.05.00,22.11.02)
592
- [33100](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33100) Authority linking doesn't work for bib headings ending in two or more punctuation characters (23.05.00,22.11.04,22.05.12, 21.11.20)
592
- [33100](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33100) Authority linking doesn't work for bib headings ending in two or more punctuation characters (23.05.00,22.11.04,22.05.12, 21.11.20)
593
- [33375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33375) Advanced editor crashes when using MySQL 8 due to reserved rank keyword (23.05.00,22.11.05,22.05.13,21.11.21)
593
- [33375](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33375) Advanced editor crashes when using MySQL 8 due to reserved rank keyword (23.05.00,22.11.05,22.05.13,21.11.21)
594
- [33445](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33445) Regression - Replacing authority via Z39.50 will not search for anything but the value from the existing authority (23.05.00,22.11.06)
594
- [33445](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33445) Regression - Replacing authority via Z39.50 will not search for anything but the value from the existing authority (23.05.00,22.11.06)
595
- [33591](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33591) Cannot merge bibliographic records (23.05.00,22.11.06)
595
- [33591](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33591) Cannot merge bibliographic records (23.05.00,22.11.06)
596
- [29234](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29234) Transfers generated by stock rotation alert but do not initiate at checkin (23.05.00,22.11.05)
596
- [29234](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29234) Transfers generated by stock rotation alert but do not initiate at checkin (23.05.00,22.11.05)
597
- [32653](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32653) Curbside pickups - wrong dates available at the OPAC (23.05.00,22.11.04)
597
- [32653](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32653) Curbside pickups - wrong dates available at the OPAC (23.05.00,22.11.04)
598
- [32891](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32891) Curbside pickups - Cannot select slot in the last hour (23.05.00,22.11.04)
598
- [32891](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32891) Curbside pickups - Cannot select slot in the last hour (23.05.00,22.11.04)
599
- [33300](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33300) Wrong system preference name AutomaticWrongTransfer (23.05.00,22.11.06)
599
- [33300](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33300) Wrong system preference name AutomaticWrongTransfer (23.05.00,22.11.06)
600
- [33362](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33362) Return claims can be un-resolvable if issue_id is set but no issue is found in issues or old_issues (23.05.00)
600
- [33362](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33362) Return claims can be un-resolvable if issue_id is set but no issue is found in issues or old_issues (23.05.00)
601
- [33574](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33574) Restriction type is not stored, all restrictions fall back to MANUAL (23.05.00,22.11.05)
601
- [33574](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33574) Restriction type is not stored, all restrictions fall back to MANUAL (23.05.00,22.11.05)
602
- [32798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32798) build_oai_sets.pl passes wrong parameter to Koha::Biblio::Metadata->record (23.05.00,22.11.04)
602
- [32798](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32798) build_oai_sets.pl passes wrong parameter to Koha::Biblio::Metadata->record (23.05.00,22.11.04)
603
- [33108](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33108) We need a way to launch the ES indexer automatically (23.05.00,22.11.06)
603
- [33108](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33108) We need a way to launch the ES indexer automatically (23.05.00,22.11.06)
604
- [33603](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33603) misc/maintenance/search_for_data_inconsistencies.pl fails if biblio.biblionumber on control field (23.05.00,22.11.06,22.05.13)
604
- [33603](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33603) misc/maintenance/search_for_data_inconsistencies.pl fails if biblio.biblionumber on control field (23.05.00,22.11.06,22.05.13)
605
- [32468](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32468) Vendors select only allows selecting from first 20 vendors by default (23.05.00,22.11.01)
605
- [32468](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32468) Vendors select only allows selecting from first 20 vendors by default (23.05.00,22.11.01)
606
- [32779](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32779) Import from list is broken (23.05.00,22.11.03)
606
- [32779](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32779) Import from list is broken (23.05.00,22.11.03)
607
- [32782](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32782) Add UNIMARC support to the ERM module (23.05.00,22.11.06)
607
- [32782](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32782) Add UNIMARC support to the ERM module (23.05.00,22.11.06)
608
- [33481](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33481) EBSCO ws return 415: Content type 'application/octet-stream' not supported (23.05.00,22.11.05)
608
- [33481](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33481) EBSCO ws return 415: Content type 'application/octet-stream' not supported (23.05.00,22.11.05)
609
- [33482](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33482) Errors from EBSCO's ws are not reported to the UI (23.05.00,22.11.06)
609
- [33482](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33482) Errors from EBSCO's ws are not reported to the UI (23.05.00,22.11.06)
610
- [33483](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33483) Cannot link EBSCO's package with local agreement (23.05.00,22.11.06)
610
- [33483](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33483) Cannot link EBSCO's package with local agreement (23.05.00,22.11.06)
611
- [33485](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33485) Add/remove title from holdings is not using the correct endpoint (23.05.00,22.11.05)
611
- [33485](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33485) Add/remove title from holdings is not using the correct endpoint (23.05.00,22.11.05)
612
- [33623](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33623) getAll not encoding URL params (23.05.00,22.11.06)
612
- [33623](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33623) getAll not encoding URL params (23.05.00,22.11.06)
613
- [30254](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30254) New overdue fine applied to incorrectly when using "Refund lost item charge and charge new overdue fine" option in circ rules (23.05.00,22.11.03, 22.05.10)
613
- [30254](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30254) New overdue fine applied to incorrectly when using "Refund lost item charge and charge new overdue fine" option in circ rules (23.05.00,22.11.03, 22.05.10)
614
- [30687](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30687) Unable to override hold policy if no pickup locations are available (23.05.00,22.11.06)
614
- [30687](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30687) Unable to override hold policy if no pickup locations are available (23.05.00,22.11.06)
615
- [32470](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32470) (Bug 14783 follow-up) Fix mysql error in db_rev for 22.06.000.064 (23.05.00,22.11.01)
615
- [32470](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32470) (Bug 14783 follow-up) Fix mysql error in db_rev for 22.06.000.064 (23.05.00,22.11.01)
616
- [33611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33611) Holds being placed in the future if DefaultHoldExpirationdate is set (23.05.00,22.11.06)
616
- [33611](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33611) Holds being placed in the future if DefaultHoldExpirationdate is set (23.05.00,22.11.06)
617
- [33761](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33761) Holds queue is not selecting items with completed transfers (23.05.00)
617
- [33761](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33761) Holds queue is not selecting items with completed transfers (23.05.00)
618
- [30352](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30352) "Not for loan" in result list doesn't translate in OPAC (23.05.00,22.11.06,22.05.13)
618
- [30352](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30352) "Not for loan" in result list doesn't translate in OPAC (23.05.00,22.11.06,22.05.13)
619
- [32356](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32356) xx-XX installer dir /kohadevbox/koha/installer/data/mysql/xx-XX already exists. (23.05.00,22.11.03,22.05.10,21.11.18)
619
- [32356](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32356) xx-XX installer dir /kohadevbox/koha/installer/data/mysql/xx-XX already exists. (23.05.00,22.11.03,22.05.10,21.11.18)
620
- [33702](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702) Patrons should only see their own ILLs in the OPAC (22.11.06)
620
- [33702](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702) Patrons should only see their own ILLs in the OPAC (22.11.06)
621
- [28267](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28267) Older databases fail to upgrade due to having a row format other than "DYNAMIC" (23.05.00,22.11.06)
621
- [28267](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28267) Older databases fail to upgrade due to having a row format other than "DYNAMIC" (23.05.00,22.11.06)
622
- [32399](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399) Database update for bug 30483 is failing (23.05.00,22.11.01,22.05.12)
622
- [32399](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399) Database update for bug 30483 is failing (23.05.00,22.11.01,22.05.12)
623
- [31259](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31259) Downloading patron card PDF hangs the server (23.05.00,22.11.05,22.05.12,21.11.20)
623
- [31259](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31259) Downloading patron card PDF hangs the server (23.05.00,22.11.05,22.05.12,21.11.20)
624
- [32250](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32250) link_bibs_to_authorities generates too many background jobs (23.05.00,22.11.06)
624
- [32250](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32250) link_bibs_to_authorities generates too many background jobs (23.05.00,22.11.06)
625
- [33159](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33159) Thesaurus is not defined by second indicator for controlled fields outside of 6XX (23.05.00,22.11.05)
625
- [33159](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33159) Thesaurus is not defined by second indicator for controlled fields outside of 6XX (23.05.00,22.11.05)
626
- [33277](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33277) Correctly handle linking subfields with no defined thesaurus (23.05.00,22.11.06)
626
- [33277](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33277) Correctly handle linking subfields with no defined thesaurus (23.05.00,22.11.06)
627
- [33557](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33557) Add a system preference to disable/enable thesaurus checking during authority linking (23.05.00,22.11.06)
627
- [33557](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33557) Add a system preference to disable/enable thesaurus checking during authority linking (23.05.00,22.11.06)
628
- [32442](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32442) Invalid Template Toolkit in notices can cause errors (23.05.00,22.11.03)
628
- [32442](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32442) Invalid Template Toolkit in notices can cause errors (23.05.00,22.11.03)
629
- [32445](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445) Status display of 'not for loan' items is broken in OPAC/staff (23.05.00,22.11.02)
629
- [32445](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445) Status display of 'not for loan' items is broken in OPAC/staff (23.05.00,22.11.02)
630
- [32674](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32674) When placing a hold in OPAC page explodes into error 500 (23.05.00,22.11.04)
630
- [32674](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32674) When placing a hold in OPAC page explodes into error 500 (23.05.00,22.11.04)
631
- [32712](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32712) OPACShowCheckoutName makes OPAC explode (23.05.00,22.11.03)
631
- [32712](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32712) OPACShowCheckoutName makes OPAC explode (23.05.00,22.11.03)
632
- [33069](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33069) File download from list in OPAC gives error (23.05.00,22.11.06)
632
- [33069](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33069) File download from list in OPAC gives error (23.05.00,22.11.06)
633
- [33101](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33101) Basket More details view doesn't work (23.05.00,22.11.04)
633
- [33101](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33101) Basket More details view doesn't work (23.05.00,22.11.04)
634
- [32994](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32994) Remove compiled files from src (2) (23.05.00,22.11.04)
634
- [32994](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32994) Remove compiled files from src (2) (23.05.00,22.11.04)
635
- [33629](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33629) allow pbuilder to use network via build-git-snapshot (23.05.00,22.11.06,22.05.13)
635
- [33629](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33629) allow pbuilder to use network via build-git-snapshot (23.05.00,22.11.06,22.05.13)
636
- [19249](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19249) Date picker broken in "Quick add new patron" form (23.05.00,22.11.06)
636
- [19249](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19249) Date picker broken in "Quick add new patron" form (23.05.00,22.11.06)
637
- [33829](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33829) Cannot add patron to patron list if PatronAutoComplete is off (23.05.00)
637
- [33829](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33829) Cannot add patron to patron list if PatronAutoComplete is off (23.05.00)
638
- [32539](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32539) UI hooks can break the UI (23.05.00,22.11.03,22.05.10,21.11.18)
638
- [32539](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32539) UI hooks can break the UI (23.05.00,22.11.03,22.05.10,21.11.18)
639
- [31381](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31381) Searching patrons by letter broken when using non-mandatory extended attributes (23.05.00, 22.11.01)
639
- [31381](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31381) Searching patrons by letter broken when using non-mandatory extended attributes (23.05.00, 22.11.01)
640
- [32336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32336) MARCXML output of REST API may be badly encoded (UNIMARC) (23.05.00,22.11.05)
640
- [32336](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32336) MARCXML output of REST API may be badly encoded (UNIMARC) (23.05.00,22.11.05)
641
- [32713](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32713) x-koha-embed appears to no longer properly validate (23.05.00,22.11.04)
641
- [32713](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32713) x-koha-embed appears to no longer properly validate (23.05.00,22.11.04)
642
- [33020](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33020) Unsupported method history (23.05.00,22.11.04)
642
- [33020](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33020) Unsupported method history (23.05.00,22.11.04)
643
- [33145](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33145) Invalid specification for ERM routes (23.05.00,22.11.04)
643
- [33145](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33145) Invalid specification for ERM routes (23.05.00,22.11.04)
644
- [32515](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32515) SIP2 no block flag on checkin calls routine that does not exist (23.05.00,22.11.03,22.05.10)
644
- [32515](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32515) SIP2 no block flag on checkin calls routine that does not exist (23.05.00,22.11.03,22.05.10)
645
- [33055](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33055) SIP2 adding incorrect fines blocked message (23.05.00,22.11.04,22.05.11,21.11.19)
645
- [33055](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33055) SIP2 adding incorrect fines blocked message (23.05.00,22.11.04,22.05.11,21.11.19)
646
- [33216](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33216) SIP fee paid messages explode if payment registers are enabled and the SIP account has no register (23.05.00,22.11.06,22.05.13,21.11.21)
646
- [33216](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33216) SIP fee paid messages explode if payment registers are enabled and the SIP account has no register (23.05.00,22.11.06,22.05.13,21.11.21)
647
- [32126](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32126) Adding item search fields is broken - can't add more than one field (23.05.00, 22.11.01)
647
- [32126](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32126) Adding item search fields is broken - can't add more than one field (23.05.00, 22.11.01)
648
- [33297](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33297) Typo system preference RetainPatronSearchTerms in DB revs 220600044.pl (23.05.00)
648
- [33297](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33297) Typo system preference RetainPatronSearchTerms in DB revs 220600044.pl (23.05.00)
649
- [32594](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32594) Add a dedicated ES indexing background worker (23.05.00,22.11.06)
649
- [32594](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32594) Add a dedicated ES indexing background worker (23.05.00,22.11.06)
650
- [33019](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33019) Records not indexed in Elasticsearch ES when first catalogued (23.05.00,22.11.05)
650
- [33019](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33019) Records not indexed in Elasticsearch ES when first catalogued (23.05.00,22.11.05)
651
- [32555](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32555) Error when viewing serial in OPAC (23.05.00,22.11.03)
651
- [32555](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32555) Error when viewing serial in OPAC (23.05.00,22.11.03)
652
- [33014](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33014) Add link to serial advanced search (23.05.00,22.11.04)
652
- [33014](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33014) Add link to serial advanced search (23.05.00,22.11.04)
653
- [31935](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31935) Serials subscription form is misaligned (23.05.00,22.11.02)
653
- [31935](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31935) Serials subscription form is misaligned (23.05.00,22.11.02)
654
  >This fixes the alignment of the serials subscription form.
654
  >This fixes the alignment of the serials subscription form.
655
- [32517](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32517) Patron search dies on case mismatch of patron category (23.05.00,22.11.02)
655
- [32517](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32517) Patron search dies on case mismatch of patron category (23.05.00,22.11.02)
656
  >This fixes patron search so that searching by category will work regardless of the patron category code case (upper, lower, and sentence case). Before this, category codes in upper case were expected - where they weren't this caused the search to fail, resulting in no search results.
656
  >This fixes patron search so that searching by category will work regardless of the patron category code case (upper, lower, and sentence case). Before this, category codes in upper case were expected - where they weren't this caused the search to fail, resulting in no search results.
657
- [32772](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32772) Patron autocomplete should not use contains on all fields (23.05.00,22.11.03)
657
- [32772](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32772) Patron autocomplete should not use contains on all fields (23.05.00,22.11.03)
658
- [33774](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33774) Loading club table in every tab in patron details (23.05.00)
658
- [33774](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33774) Loading club table in every tab in patron details (23.05.00)
659
- [32898](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32898) Cypress tests are failing (23.05.00,22.11.04)
659
- [32898](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32898) Cypress tests are failing (23.05.00,22.11.04)
660
- [33416](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33416) Agreements.ts is failing (23.05.00)
660
- [33416](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33416) Agreements.ts is failing (23.05.00)
661
- [26611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26611) Required match checks don't work for authority records (23.05.00)
661
- [26611](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26611) Required match checks don't work for authority records (23.05.00)
662
662
663
  **Sponsored by** *Waikato Institute of Technology*
663
  **Sponsored by** *Waikato Institute of Technology*
664
  >This fixes match checking for authorities when importing records, so that the required match checks are correctly applied. Previously, match checks for authority records did not work.
664
  >This fixes match checking for authorities when importing records, so that the required match checks are correctly applied. Previously, match checks for authority records did not work.
665
- [32054](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32054) GetImportRecordMatches returns the wrong match when passed 'best only' (23.05.00,22.11.02)
665
- [32054](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32054) GetImportRecordMatches returns the wrong match when passed 'best only' (23.05.00,22.11.02)
666
- [32631](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32631) Error when previewing record during batch record modification (23.05.00,22.11.03)
666
- [32631](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32631) Error when previewing record during batch record modification (23.05.00,22.11.03)
667
  >This patch corrects an error in the script which outputs MARC data for preview during batch record modification.
667
  >This patch corrects an error in the script which outputs MARC data for preview during batch record modification.
668
- [32804](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32804) Importing and replacing items causes inconsistency when itemnumber match and biblio match disagree (23.05.00,22.11.04)
668
- [32804](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32804) Importing and replacing items causes inconsistency when itemnumber match and biblio match disagree (23.05.00,22.11.04)
669
- [33156](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33156) Batch patron modification tool is missing search bar and other attributes (23.05.00,22.11.06,22.05.13)
669
- [33156](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33156) Batch patron modification tool is missing search bar and other attributes (23.05.00,22.11.06,22.05.13)
670
- [33412](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33412) (bug 15869 follow-up) Overlay record framework is always setting records to original framework (23.05.00,22.11.06)
670
- [33412](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33412) (bug 15869 follow-up) Overlay record framework is always setting records to original framework (23.05.00,22.11.06)
671
- [33576](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33576) Records are not indexed when imported if using Elasticsearch (23.05.00,22.11.06)
671
- [33576](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33576) Records are not indexed when imported if using Elasticsearch (23.05.00,22.11.06)
672
- [33504](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33504) ILS-DI does not record renewer_id for renewals creating issue with renewal history view (23.05.00,22.11.06,22.05.13)
672
- [33504](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33504) ILS-DI does not record renewer_id for renewals creating issue with renewal history view (23.05.00,22.11.06,22.05.13)
673
673
674
#### Other bugs fixed
674
#### Other bugs fixed
675
675
676
- [32665](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32665) warnPrefRequireChoosingExistingAuthority condition incorrect in about.pl (23.05.00,22.11.04)
676
- [32665](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32665) warnPrefRequireChoosingExistingAuthority condition incorrect in about.pl (23.05.00,22.11.04)
677
- [32687](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32687) About may list version of SQL client in container, not actual server (23.05.00,22.11.04)
677
- [32687](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32687) About may list version of SQL client in container, not actual server (23.05.00,22.11.04)
678
- [20473](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20473) "Item information" tab should not appear if item is not created upon placing an order (23.05.00,22.11.03)
678
- [20473](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20473) "Item information" tab should not appear if item is not created upon placing an order (23.05.00,22.11.03)
679
- [31056](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31056) Unable to 'Close and export as PDF' a basket group (23.05.00,22.11.04)
679
- [31056](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31056) Unable to 'Close and export as PDF' a basket group (23.05.00,22.11.04)
680
- [31722](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31722) Don't show EDIFACT note on basket group page if EDIFACT is turned off (23.05.00,22.11.05)
680
- [31722](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31722) Don't show EDIFACT note on basket group page if EDIFACT is turned off (23.05.00,22.11.05)
681
- [31984](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31984) TaxRate system preference - add note about updating vendor tax rates where required (23.05.00,22.11.01)
681
- [31984](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31984) TaxRate system preference - add note about updating vendor tax rates where required (23.05.00,22.11.01)
682
  >This enhancement adds a note to the TaxRates system preference about updating vendors tax rates when the TaxRates system preference values are changed or removed. (Vendors retain the original value entered, and this is used to calculate the tax rate for orders.)
682
  >This enhancement adds a note to the TaxRates system preference about updating vendors tax rates when the TaxRates system preference values are changed or removed. (Vendors retain the original value entered, and this is used to calculate the tax rate for orders.)
683
- [32377](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32377) GetBudgetHierarchy slows down acqui/histsearch.pl (23.05.00,22.11.03,22.05.10, 21.11.16)
683
- [32377](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32377) GetBudgetHierarchy slows down acqui/histsearch.pl (23.05.00,22.11.03,22.05.10, 21.11.16)
684
684
685
  **Sponsored by** *Koha-Suomi Oy*
685
  **Sponsored by** *Koha-Suomi Oy*
686
- [32382](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32382) Fund input misaligned on invoice summary page (23.05.00,22.11.03)
686
- [32382](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32382) Fund input misaligned on invoice summary page (23.05.00,22.11.03)
687
- [32406](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406) Cannot search pending orders using non-latin-1 scripts (23.05.00,22.11.03,22.05.10,21.11.16)
687
- [32406](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406) Cannot search pending orders using non-latin-1 scripts (23.05.00,22.11.03,22.05.10,21.11.16)
688
- [32417](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32417) Cannot insert order: Mandatory parameter biblionumber is missing (23.05.00,22.11.01)
688
- [32417](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32417) Cannot insert order: Mandatory parameter biblionumber is missing (23.05.00,22.11.01)
689
- [32484](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32484) Enable framework plugins when UseACQFrameworkForBiblioRecords is set (23.05.00,22.11.06)
689
- [32484](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32484) Enable framework plugins when UseACQFrameworkForBiblioRecords is set (23.05.00,22.11.06)
690
  >This bugfix enables the use of framework plugins when: 
690
  >This bugfix enables the use of framework plugins when: 
691
  >- `UseACQFrameworkForBiblioRecords` is enabled, and
691
  >- `UseACQFrameworkForBiblioRecords` is enabled, and
692
  >- entering catalog details when adding items to a basket from a new (empty) record. 
692
  >- entering catalog details when adding items to a basket from a new (empty) record. 
693
  >This requires plugins to be enabled for fields in the `ACQ` framework.
693
  >This requires plugins to be enabled for fields in the `ACQ` framework.
694
- [32531](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32531) Filter 'Include archived' no longer shows non-archived suggestions (23.05.00,22.11.02)
694
- [32531](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32531) Filter 'Include archived' no longer shows non-archived suggestions (23.05.00,22.11.02)
695
- [32603](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32603) Suggester category in Suggestions management (23.05.00,22.11.03)
695
- [32603](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32603) Suggester category in Suggestions management (23.05.00,22.11.03)
696
- [32694](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32694) Keep current option for budgets in receiving broken (23.05.00,22.11.03,22.05.10,21.11.16)
696
- [32694](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32694) Keep current option for budgets in receiving broken (23.05.00,22.11.03,22.05.10,21.11.16)
697
- [33002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33002) 'Archive selected' button missing? (23.05.00,22.11.04)
697
- [33002](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33002) 'Archive selected' button missing? (23.05.00,22.11.04)
698
- [33003](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33003) Show the vendor type description on vendor detail page when AV is used (23.05.00)
698
- [33003](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33003) Show the vendor type description on vendor detail page when AV is used (23.05.00)
699
- [33082](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33082) Add yellow buttons and page sections to 'copy order' pages (23.05.00,22.11.04)
699
- [33082](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33082) Add yellow buttons and page sections to 'copy order' pages (23.05.00,22.11.04)
700
- [33238](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33238) Error adding suggestion to basket as non-superlibrarian (Bug 29886 follow-up) (23.05.00,22.11.05,22.05.13,21.11.21)
700
- [33238](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33238) Error adding suggestion to basket as non-superlibrarian (Bug 29886 follow-up) (23.05.00,22.11.05,22.05.13,21.11.21)
701
- [33414](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33414) Dates displayed in ISO format in orders by fund (23.05.00,22.11.05)
701
- [33414](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33414) Dates displayed in ISO format in orders by fund (23.05.00,22.11.05)
702
- [33421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33421) Filtering purchase suggestions by status does not work if All Libraries is selected (23.05.00)
702
- [33421](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33421) Filtering purchase suggestions by status does not work if All Libraries is selected (23.05.00)
703
- [33663](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33663) Don't hide Suggestions link in side navigation when suggestion preference is disabled (23.05.00)
703
- [33663](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33663) Don't hide Suggestions link in side navigation when suggestion preference is disabled (23.05.00)
704
- [33771](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33771) Markup errors on orderreceive.tt after 8179 (23.05.00)
704
- [33771](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33771) Markup errors on orderreceive.tt after 8179 (23.05.00)
705
- [33783](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33783) Populate actual cost with estimated cost if actual cost not set when receiving (bug 8179 follow-up) (23.05.00)
705
- [33783](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33783) Populate actual cost with estimated cost if actual cost not set when receiving (bug 8179 follow-up) (23.05.00)
706
- [18247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18247) Remove SQL queries from branch_transfer_limit.pl administrative script (23.05.00,22.11.03,22.05.10, 21.11.16)
706
- [18247](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18247) Remove SQL queries from branch_transfer_limit.pl administrative script (23.05.00,22.11.03,22.05.10, 21.11.16)
707
707
708
  **Sponsored by** *Catalyst*
708
  **Sponsored by** *Catalyst*
709
- [23247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23247) Use EmbedItems in opac-MARCdetail.pl (23.05.00,22.11.04)
709
- [23247](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23247) Use EmbedItems in opac-MARCdetail.pl (23.05.00,22.11.04)
710
- [28672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28672) Improve EDI debug logging (23.05.00,22.11.03,22.05.10,21.11.18)
710
- [28672](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28672) Improve EDI debug logging (23.05.00,22.11.03,22.05.10,21.11.18)
711
- [30649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649) Vendor EDI account passwords should be encrypted in the database (23.05.00)
711
- [30649](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649) Vendor EDI account passwords should be encrypted in the database (23.05.00)
712
- [30920](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30920) Add caching to C4::Biblio::GetAuthorisedValueDesc (23.05.00,22.11.04)
712
- [30920](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30920) Add caching to C4::Biblio::GetAuthorisedValueDesc (23.05.00,22.11.04)
713
- [31675](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31675) Remove packages from debian/control that are no longer used (23.05.00, 22.11.01, 22.05.09, 21.11.16)
713
- [31675](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31675) Remove packages from debian/control that are no longer used (23.05.00, 22.11.01, 22.05.09, 21.11.16)
714
- [31893](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31893) Some pages load about.tt template to check authentication rather than using checkauth (23.05.00,22.11.03,22.05.10, 21.11.16)
714
- [31893](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31893) Some pages load about.tt template to check authentication rather than using checkauth (23.05.00,22.11.03,22.05.10, 21.11.16)
715
- [32330](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32330) Table background_jobs is missing indexes (23.05.00,22.11.01,22.05.09, 21.11.16)
715
- [32330](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32330) Table background_jobs is missing indexes (23.05.00,22.11.01,22.05.09, 21.11.16)
716
- [32418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32418) CRASH: Can't call method "unblessed" on an undefined value at cataloguing/additem.pl (23.05.00,22.11.05)
716
- [32418](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32418) CRASH: Can't call method "unblessed" on an undefined value at cataloguing/additem.pl (23.05.00,22.11.05)
717
- [32457](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32457) CGI::param called in list context from acqui/addorder.pl line 182 (23.05.00,22.11.01,22.05.09, 21.11.16)
717
- [32457](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32457) CGI::param called in list context from acqui/addorder.pl line 182 (23.05.00,22.11.01,22.05.09, 21.11.16)
718
- [32460](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32460) Columns missing from table configuration for patron categories (23.05.00,22.11.04,22.05.11)
718
- [32460](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32460) Columns missing from table configuration for patron categories (23.05.00,22.11.04,22.05.11)
719
- [32465](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32465) koha-worker debian script missing 'queue' in help (23.05.00,22.11.02,22.05.09)
719
- [32465](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32465) koha-worker debian script missing 'queue' in help (23.05.00,22.11.02,22.05.09)
720
  >This adds information about the --queue option to the help text for the koha-worker script.
720
  >This adds information about the --queue option to the help text for the koha-worker script.
721
- [32528](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32528) Koha::Item->safe_to_delete should short-circuit earlier (23.05.00,22.11.02)
721
- [32528](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32528) Koha::Item->safe_to_delete should short-circuit earlier (23.05.00,22.11.02)
722
- [32529](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32529) Holds in processing should block item deletion (23.05.00,22.11.02)
722
- [32529](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32529) Holds in processing should block item deletion (23.05.00,22.11.02)
723
- [32573](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32573) background_jobs_worker.pl should ACK a message before it forks and runs the job (23.05.00,22.11.03,22.05.10, 21.11.16)
723
- [32573](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32573) background_jobs_worker.pl should ACK a message before it forks and runs the job (23.05.00,22.11.03,22.05.10, 21.11.16)
724
- [32580](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32580) Background job cancel button broken, leads to background_jobs.pl with a kc (23.05.00,22.11.03)
724
- [32580](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32580) Background job cancel button broken, leads to background_jobs.pl with a kc (23.05.00,22.11.03)
725
- [32582](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32582) Mailmap maps to wrong email address (23.05.00,22.11.02)
725
- [32582](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32582) Mailmap maps to wrong email address (23.05.00,22.11.02)
726
- [32583](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32583) Restore display of only one item in catalogue/moredetails (23.05.00,22.11.03)
726
- [32583](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32583) Restore display of only one item in catalogue/moredetails (23.05.00,22.11.03)
727
- [32585](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32585) Followup on Bug 32583 - fix some variable references (23.05.00,22.11.04)
727
- [32585](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32585) Followup on Bug 32583 - fix some variable references (23.05.00,22.11.04)
728
- [32678](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32678) Add new line in authorized values tests in search_for_data_inconsistencies.pl (23.05.00,22.11.04,22.05.11,21.11.19)
728
- [32678](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32678) Add new line in authorized values tests in search_for_data_inconsistencies.pl (23.05.00,22.11.04,22.05.11,21.11.19)
729
- [32716](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32716) update NGINX config examples to increase proxy_buffer_size (23.05.00,22.11.05,22.05.13,21.11.21)
729
- [32716](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32716) update NGINX config examples to increase proxy_buffer_size (23.05.00,22.11.05,22.05.13,21.11.21)
730
  >Set proxy_buffer_size in the example NGINX configuration to reduce chances that REST API responses that use pagination get dropped by NGINX
730
  >Set proxy_buffer_size in the example NGINX configuration to reduce chances that REST API responses that use pagination get dropped by NGINX
731
- [32781](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32781) CreateEHoldingsFromBiblios not dealing with non-existent package correcly (23.05.00,22.11.04)
731
- [32781](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32781) CreateEHoldingsFromBiblios not dealing with non-existent package correcly (23.05.00,22.11.04)
732
- [32794](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32794) mailto links in 856 can be incorrectly formed by XSLT (23.05.00,22.11.05)
732
- [32794](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32794) mailto links in 856 can be incorrectly formed by XSLT (23.05.00,22.11.05)
733
- [32811](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32811) Remove unused indexer.log (23.05.00,22.11.04,22.05.11,21.11.19)
733
- [32811](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32811) Remove unused indexer.log (23.05.00,22.11.04,22.05.11,21.11.19)
734
- [32922](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32922) Remove space in shebang (23.05.00,22.11.04)
734
- [32922](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32922) Remove space in shebang (23.05.00,22.11.04)
735
- [32935](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32935) basketgroup.js is not longer used and should be removed (23.05.00,22.11.04)
735
- [32935](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32935) basketgroup.js is not longer used and should be removed (23.05.00,22.11.04)
736
- [32975](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32975) Error in package.json's definition of css:build vs css:build:prod (23.05.00, 22.11.04)
736
- [32975](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32975) Error in package.json's definition of css:build vs css:build:prod (23.05.00, 22.11.04)
737
- [32978](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32978) 'npm install' fails in ktd on aarch64, giving unsupported architecture error for node-sass (23.05.00,22.11.04)
737
- [32978](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32978) 'npm install' fails in ktd on aarch64, giving unsupported architecture error for node-sass (23.05.00,22.11.04)
738
- [32990](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32990) Possible deadlock in C4::ImportBatch::_update_batch_record_counts (23.05.00,22.11.06)
738
- [32990](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32990) Possible deadlock in C4::ImportBatch::_update_batch_record_counts (23.05.00,22.11.06)
739
- [32992](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32992) Move background worker script to misc/workers (23.05.00,22.11.06)
739
- [32992](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32992) Move background worker script to misc/workers (23.05.00,22.11.06)
740
- [33053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33053) Tables item_groups and recalls have a biblio_id column with a default of 0 (23.05.00,22.11.06)
740
- [33053](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33053) Tables item_groups and recalls have a biblio_id column with a default of 0 (23.05.00,22.11.06)
741
- [33088](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33088) background-job-progressbar.js no longer needed in batch_record_modification.tt (23.05.00,22.11.05,22.05.13,21.11.21)
741
- [33088](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33088) background-job-progressbar.js no longer needed in batch_record_modification.tt (23.05.00,22.11.05,22.05.13,21.11.21)
742
- [33167](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33167) Cleanup staff interface catalog details page (23.05.00,22.11.06)
742
- [33167](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33167) Cleanup staff interface catalog details page (23.05.00,22.11.06)
743
- [33211](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33211) Fix failing test for basic_workflow.t when adding item (23.05.00,22.11.04,22.05.12,21.11.20)
743
- [33211](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33211) Fix failing test for basic_workflow.t when adding item (23.05.00,22.11.04,22.05.12,21.11.20)
744
- [33229](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33229) Patron reading history should be cleared when privacy set to never (23.05.00,22.11.05)
744
- [33229](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33229) Patron reading history should be cleared when privacy set to never (23.05.00,22.11.05)
745
- [33341](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33341) Perl 5.36 doesn't consider some of our code cool (23.05.00,22.11.05,22.05.12,21.11.20)
745
- [33341](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33341) Perl 5.36 doesn't consider some of our code cool (23.05.00,22.11.05,22.05.12,21.11.20)
746
- [33367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33367) tmp/modified_authorities/README.txt seems useless (23.05.00,22.11.05,22.05.13,21.11.21)
746
- [33367](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33367) tmp/modified_authorities/README.txt seems useless (23.05.00,22.11.05,22.05.13,21.11.21)
747
- [33447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33447) Add caching to Biblio->pickup_locations (23.05.00,22.11.06)
747
- [33447](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33447) Add caching to Biblio->pickup_locations (23.05.00,22.11.06)
748
- [33488](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33488) Library transfer limits should have an index on fromBranch (23.05.00,22.11.06)
748
- [33488](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33488) Library transfer limits should have an index on fromBranch (23.05.00,22.11.06)
749
- [33489](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33489) The borrowers table should have indexes on default patron search fields (23.05.00,22.11.06)
749
- [33489](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33489) The borrowers table should have indexes on default patron search fields (23.05.00,22.11.06)
750
- [33710](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33710) Ignore howto files (23.05.00,22.11.06)
750
- [33710](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33710) Ignore howto files (23.05.00,22.11.06)
751
- [33718](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33718) _new_Zconn crashes on a bug in t::lib::Mocks::mock_config (23.05.00)
751
- [33718](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33718) _new_Zconn crashes on a bug in t::lib::Mocks::mock_config (23.05.00)
752
- [33739](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33739) ModItemTransfer triggers indexing twice (23.05.00)
752
- [33739](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33739) ModItemTransfer triggers indexing twice (23.05.00)
753
- [33854](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33854) Typo in ImportBatchProfiles controller (23.05.00)
753
- [33854](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33854) Typo in ImportBatchProfiles controller (23.05.00)
754
- [33675](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33675) Add CSRF protection to OAuth/OIDC authentication (23.05.00)
754
- [33675](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33675) Add CSRF protection to OAuth/OIDC authentication (23.05.00)
755
  >This development adds support for the `state` parameter generation and delivery when contacting IdPs. This is an optional but recommended opaque value in the OAuth2/OIDC specs that helps prevent CSRF attacks, but is also a requirement on some Identity Provider solutions.
755
  >This development adds support for the `state` parameter generation and delivery when contacting IdPs. This is an optional but recommended opaque value in the OAuth2/OIDC specs that helps prevent CSRF attacks, but is also a requirement on some Identity Provider solutions.
756
- [3831](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3831) Add a warning/hint when FA framework is missing (23.05.00,22.11.04)
756
- [3831](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3831) Add a warning/hint when FA framework is missing (23.05.00,22.11.04)
757
- [15869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15869) Change framework on overlay (23.05.00,22.11.03)
757
- [15869](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15869) Change framework on overlay (23.05.00,22.11.03)
758
  >This change fixes a long-standing bug where the framework specified during import only applied to new records and not overlaid matches.
758
  >This change fixes a long-standing bug where the framework specified during import only applied to new records and not overlaid matches.
759
- [29173](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29173) Button "replace authority record via Z39/50/SRU" doesn't pre-fill (23.05.00,22.11.03,22.05.10,21.11.18)
759
- [29173](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29173) Button "replace authority record via Z39/50/SRU" doesn't pre-fill (23.05.00,22.11.03,22.05.10,21.11.18)
760
  >This fixes the behaviour of the replace an authority record via Z39.50/SRU buttons when editing an authority record. Both ways of doing this (Edit > Edit record > Replace record via Z39.50/SRU search and Edit > Replace record via Z39.50/SRU search) now pre-fill the search form with available data.
760
  >This fixes the behaviour of the replace an authority record via Z39.50/SRU buttons when editing an authority record. Both ways of doing this (Edit > Edit record > Replace record via Z39.50/SRU search and Edit > Replace record via Z39.50/SRU search) now pre-fill the search form with available data.
761
- [31665](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31665) 952$d ( Date acquired ) no longer prefills with todays date when focused (23.05.00,22.11.04)
761
- [31665](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31665) 952$d ( Date acquired ) no longer prefills with todays date when focused (23.05.00,22.11.04)
762
- [32204](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32204) in-page anchor to edititem on additem.pl not working (23.05.00,22.11.03)
762
- [32204](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32204) in-page anchor to edititem on additem.pl not working (23.05.00,22.11.03)
763
- [32253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32253) Advanced cataloging editor doesn't load every line initially (23.05.00,22.11.06,22.05.13)
763
- [32253](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32253) Advanced cataloging editor doesn't load every line initially (23.05.00,22.11.06,22.05.13)
764
- [32321](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32321) 006 field not correctly prepopulated in Advanced cataloging editor (23.05.00,22.11.03,22.05.10, 21.11.16)
764
- [32321](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32321) 006 field not correctly prepopulated in Advanced cataloging editor (23.05.00,22.11.03,22.05.10, 21.11.16)
765
- [32567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32567) Update plugin unimarc_field_110.pl 'Script of title' and 'Transliteration code' (23.05.00,22.11.03)
765
- [32567](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32567) Update plugin unimarc_field_110.pl 'Script of title' and 'Transliteration code' (23.05.00,22.11.03)
766
- [32692](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32692) Terminology: MARC framework tag subfield editor uses intranet instead of staff interface (23.05.00,22.11.03,22.05.10)
766
- [32692](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32692) Terminology: MARC framework tag subfield editor uses intranet instead of staff interface (23.05.00,22.11.03,22.05.10)
767
- [32812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32812) Fix cataloguing/value_builder/barcode_manual.pl (23.05.00,22.11.04, 21.11.19)
767
- [32812](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32812) Fix cataloguing/value_builder/barcode_manual.pl (23.05.00,22.11.04, 21.11.19)
768
- [32813](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32813) Fix cataloguing/value_builder/barcode.pl (23.05.00,22.11.04.22.05.11, 21.11.19)
768
- [32813](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32813) Fix cataloguing/value_builder/barcode.pl (23.05.00,22.11.04.22.05.11, 21.11.19)
769
- [32814](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32814) Fix cataloguing/value_builder/callnumber-KU.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
769
- [32814](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32814) Fix cataloguing/value_builder/callnumber-KU.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
770
- [32815](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32815) Fix cataloguing/value_builder/callnumber.pl (23.05.00,22.11.04,22.05.11,21.11.19)
770
- [32815](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32815) Fix cataloguing/value_builder/callnumber.pl (23.05.00,22.11.04,22.05.11,21.11.19)
771
- [32816](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32816) Fix cataloguing/value_builder/cn_browser.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
771
- [32816](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32816) Fix cataloguing/value_builder/cn_browser.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
772
- [32817](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32817) Clean up cataloguing/value_builder/dateaccessioned.pl (23.05.00,22.11.06)
772
- [32817](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32817) Clean up cataloguing/value_builder/dateaccessioned.pl (23.05.00,22.11.06)
773
- [32818](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32818) Clean up cataloguing/value_builder/marc21_field_005.pl (23.05.00,22.11.06)
773
- [32818](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32818) Clean up cataloguing/value_builder/marc21_field_005.pl (23.05.00,22.11.06)
774
- [32819](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32819) Fix cataloguing/value_builder/stocknumberam123.pl (23.05.00,22.11.04,22.05.11,21.11.19)
774
- [32819](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32819) Fix cataloguing/value_builder/stocknumberam123.pl (23.05.00,22.11.04,22.05.11,21.11.19)
775
- [32820](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32820) Fix cataloguing/value_builder/stocknumberAV.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
775
- [32820](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32820) Fix cataloguing/value_builder/stocknumberAV.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
776
- [32821](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32821) Fix cataloguing/value_builder/stocknumber.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
776
- [32821](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32821) Fix cataloguing/value_builder/stocknumber.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
777
- [32822](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32822) Fix cataloguing/value_builder/unimarc_field_010.pl (23.05.00,22.11.04,22.05.11,21.11.19)
777
- [32822](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32822) Fix cataloguing/value_builder/unimarc_field_010.pl (23.05.00,22.11.04,22.05.11,21.11.19)
778
- [32823](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32823) Fix cataloguing/value_builder/unimarc_field_100_authorities.pl (23.05.00,22.11.04,22.05.11,21.11.19)
778
- [32823](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32823) Fix cataloguing/value_builder/unimarc_field_100_authorities.pl (23.05.00,22.11.04,22.05.11,21.11.19)
779
- [32824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32824) Fix cataloguing/value_builder/unimarc_field_100.pl (23.05.00,22.11.04,22.05.11,21.11.19)
779
- [32824](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32824) Fix cataloguing/value_builder/unimarc_field_100.pl (23.05.00,22.11.04,22.05.11,21.11.19)
780
- [32825](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32825) Fix cataloguing/value_builder/unimarc_field_105.pl (23.05.00,22.11.04,22.05.11,21.11.19)
780
- [32825](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32825) Fix cataloguing/value_builder/unimarc_field_105.pl (23.05.00,22.11.04,22.05.11,21.11.19)
781
- [32826](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32826) Fix cataloguing/value_builder/unimarc_field_106.pl (23.05.00,22.11.04,22.05.11,21.11.19)
781
- [32826](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32826) Fix cataloguing/value_builder/unimarc_field_106.pl (23.05.00,22.11.04,22.05.11,21.11.19)
782
- [32827](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32827) Fix cataloguing/value_builder/unimarc_field_110.pl (23.05.00,22.11.04,22.05.11,21.11.19)
782
- [32827](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32827) Fix cataloguing/value_builder/unimarc_field_110.pl (23.05.00,22.11.04,22.05.11,21.11.19)
783
- [32828](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32828) Fix cataloguing/value_builder/unimarc_field_115a.pl (23.05.00,22.11.04,22.05.11,21.11.19)
783
- [32828](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32828) Fix cataloguing/value_builder/unimarc_field_115a.pl (23.05.00,22.11.04,22.05.11,21.11.19)
784
- [32829](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32829) Fix cataloguing/value_builder/unimarc_field_115b.pl (23.05.00,22.11.04,22.05.11,21.11.19)
784
- [32829](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32829) Fix cataloguing/value_builder/unimarc_field_115b.pl (23.05.00,22.11.04,22.05.11,21.11.19)
785
- [32830](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32830) Fix cataloguing/value_builder/unimarc_field_116.pl (23.05.00,22.11.05)
785
- [32830](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32830) Fix cataloguing/value_builder/unimarc_field_116.pl (23.05.00,22.11.05)
786
- [32831](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32831) Fix cataloguing/value_builder/unimarc_field_117.pl (23.05.00,22.11.05)
786
- [32831](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32831) Fix cataloguing/value_builder/unimarc_field_117.pl (23.05.00,22.11.05)
787
- [32832](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32832) Fix cataloguing/value_builder/unimarc_field_120.pl (23.05.00,22.11.05)
787
- [32832](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32832) Fix cataloguing/value_builder/unimarc_field_120.pl (23.05.00,22.11.05)
788
- [32833](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32833) Fix cataloguing/value_builder/unimarc_field_121a.pl (23.05.00,22.11.05)
788
- [32833](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32833) Fix cataloguing/value_builder/unimarc_field_121a.pl (23.05.00,22.11.05)
789
- [32834](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32834) Fix cataloguing/value_builder/unimarc_field_121b.pl (23.05.00,22.11.05)
789
- [32834](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32834) Fix cataloguing/value_builder/unimarc_field_121b.pl (23.05.00,22.11.05)
790
- [32835](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32835) Fix cataloguing/value_builder/unimarc_field_122.pl (23.05.00,22.11.04,22.05.11,21.11.19)
790
- [32835](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32835) Fix cataloguing/value_builder/unimarc_field_122.pl (23.05.00,22.11.04,22.05.11,21.11.19)
791
- [32836](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32836) Fix cataloguing/value_builder/unimarc_field_123a.pl (23.05.00,22.11.05)
791
- [32836](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32836) Fix cataloguing/value_builder/unimarc_field_123a.pl (23.05.00,22.11.05)
792
- [32837](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32837) Fix cataloguing/value_builder/unimarc_field_123d.pl (23.05.00,22.11.05)
792
- [32837](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32837) Fix cataloguing/value_builder/unimarc_field_123d.pl (23.05.00,22.11.05)
793
- [32838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32838) Fix cataloguing/value_builder/unimarc_field_123e.pl (23.05.00,22.11.05)
793
- [32838](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32838) Fix cataloguing/value_builder/unimarc_field_123e.pl (23.05.00,22.11.05)
794
- [32839](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32839) Fix cataloguing/value_builder/unimarc_field_123f.pl (23.05.00,22.11.05)
794
- [32839](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32839) Fix cataloguing/value_builder/unimarc_field_123f.pl (23.05.00,22.11.05)
795
- [32840](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32840) Fix cataloguing/value_builder/unimarc_field_123g.pl (23.05.00,22.11.05)
795
- [32840](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32840) Fix cataloguing/value_builder/unimarc_field_123g.pl (23.05.00,22.11.05)
796
- [32841](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32841) Fix cataloguing/value_builder/unimarc_field_123i.pl (23.05.00,22.11.05)
796
- [32841](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32841) Fix cataloguing/value_builder/unimarc_field_123i.pl (23.05.00,22.11.05)
797
- [32842](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32842) Fix cataloguing/value_builder/unimarc_field_123j.pl (23.05.00,22.11.05)
797
- [32842](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32842) Fix cataloguing/value_builder/unimarc_field_123j.pl (23.05.00,22.11.05)
798
- [32843](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32843) Fix cataloguing/value_builder/unimarc_field_124a.pl (23.05.00,22.11.05)
798
- [32843](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32843) Fix cataloguing/value_builder/unimarc_field_124a.pl (23.05.00,22.11.05)
799
- [32844](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32844) Fix cataloguing/value_builder/unimarc_field_124b.pl (23.05.00,22.11.05)
799
- [32844](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32844) Fix cataloguing/value_builder/unimarc_field_124b.pl (23.05.00,22.11.05)
800
- [32845](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32845) Fix cataloguing/value_builder/unimarc_field_124c.pl (23.05.00,22.11.05)
800
- [32845](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32845) Fix cataloguing/value_builder/unimarc_field_124c.pl (23.05.00,22.11.05)
801
- [32846](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32846) Fix cataloguing/value_builder/unimarc_field_124d.pl (23.05.00,22.11.05)
801
- [32846](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32846) Fix cataloguing/value_builder/unimarc_field_124d.pl (23.05.00,22.11.05)
802
- [32847](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32847) Fix cataloguing/value_builder/unimarc_field_124e.pl (23.05.00,22.11.05)
802
- [32847](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32847) Fix cataloguing/value_builder/unimarc_field_124e.pl (23.05.00,22.11.05)
803
- [32848](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32848) Fix cataloguing/value_builder/unimarc_field_124f.pl (23.05.00,22.11.05)
803
- [32848](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32848) Fix cataloguing/value_builder/unimarc_field_124f.pl (23.05.00,22.11.05)
804
- [32849](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32849) Fix cataloguing/value_builder/unimarc_field_124g.pl (23.05.00,22.11.05)
804
- [32849](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32849) Fix cataloguing/value_builder/unimarc_field_124g.pl (23.05.00,22.11.05)
805
- [32850](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32850) Fix cataloguing/value_builder/unimarc_field_124.pl (23.05.00,22.11.05)
805
- [32850](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32850) Fix cataloguing/value_builder/unimarc_field_124.pl (23.05.00,22.11.05)
806
- [32851](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32851) Fix cataloguing/value_builder/unimarc_field_125a.pl (23.05.00,22.11.05)
806
- [32851](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32851) Fix cataloguing/value_builder/unimarc_field_125a.pl (23.05.00,22.11.05)
807
- [32852](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32852) Fix cataloguing/value_builder/unimarc_field_125b.pl (23.05.00,22.11.05)
807
- [32852](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32852) Fix cataloguing/value_builder/unimarc_field_125b.pl (23.05.00,22.11.05)
808
- [32854](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32854) Fix cataloguing/value_builder/unimarc_field_126a.pl (23.05.00,22.11.05)
808
- [32854](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32854) Fix cataloguing/value_builder/unimarc_field_126a.pl (23.05.00,22.11.05)
809
- [32855](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32855) Fix cataloguing/value_builder/unimarc_field_126b.pl (23.05.00,22.11.05)
809
- [32855](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32855) Fix cataloguing/value_builder/unimarc_field_126b.pl (23.05.00,22.11.05)
810
- [32857](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32857) Fix cataloguing/value_builder/unimarc_field_127.pl (23.05.00,22.11.05)
810
- [32857](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32857) Fix cataloguing/value_builder/unimarc_field_127.pl (23.05.00,22.11.05)
811
- [32858](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32858) Fix cataloguing/value_builder/unimarc_field_128a.pl (23.05.00,22.11.05)
811
- [32858](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32858) Fix cataloguing/value_builder/unimarc_field_128a.pl (23.05.00,22.11.05)
812
- [32859](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32859) Fix cataloguing/value_builder/unimarc_field_128b.pl (23.05.00,22.11.05)
812
- [32859](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32859) Fix cataloguing/value_builder/unimarc_field_128b.pl (23.05.00,22.11.05)
813
- [32860](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32860) Fix cataloguing/value_builder/unimarc_field_128c.pl (23.05.00,22.11.05)
813
- [32860](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32860) Fix cataloguing/value_builder/unimarc_field_128c.pl (23.05.00,22.11.05)
814
- [32861](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32861) Fix cataloguing/value_builder/unimarc_field_130.pl (23.05.00,22.11.05)
814
- [32861](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32861) Fix cataloguing/value_builder/unimarc_field_130.pl (23.05.00,22.11.05)
815
- [32862](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32862) Fix cataloguing/value_builder/unimarc_field_135a.pl (23.05.00,22.11.05)
815
- [32862](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32862) Fix cataloguing/value_builder/unimarc_field_135a.pl (23.05.00,22.11.05)
816
- [32863](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32863) Fix cataloguing/value_builder/unimarc_field_140.pl (23.05.00,22.11.05)
816
- [32863](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32863) Fix cataloguing/value_builder/unimarc_field_140.pl (23.05.00,22.11.05)
817
- [32864](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32864) Fix cataloguing/value_builder/unimarc_field_141.pl (23.05.00,22.11.05)
817
- [32864](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32864) Fix cataloguing/value_builder/unimarc_field_141.pl (23.05.00,22.11.05)
818
- [32865](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32865) Clean up cataloguing/value_builder/unimarc_field_146a.pl (23.05.00,22.11.06)
818
- [32865](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32865) Clean up cataloguing/value_builder/unimarc_field_146a.pl (23.05.00,22.11.06)
819
- [32866](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32866) Clean up cataloguing/value_builder/unimarc_field_146h.pl (23.05.00,22.11.06)
819
- [32866](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32866) Clean up cataloguing/value_builder/unimarc_field_146h.pl (23.05.00,22.11.06)
820
- [32867](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32867) Clean up cataloguing/value_builder/unimarc_field_146i.pl (23.05.00,22.11.06)
820
- [32867](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32867) Clean up cataloguing/value_builder/unimarc_field_146i.pl (23.05.00,22.11.06)
821
- [32868](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32868) Fix cataloguing/value_builder/unimarc_field_210c_bis.pl (23.05.00,22.11.06)
821
- [32868](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32868) Fix cataloguing/value_builder/unimarc_field_210c_bis.pl (23.05.00,22.11.06)
822
- [32869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32869) Fix cataloguing/value_builder/unimarc_field_210c.pl (23.05.00,22.11.06)
822
- [32869](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32869) Fix cataloguing/value_builder/unimarc_field_210c.pl (23.05.00,22.11.06)
823
- [32870](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32870) Fix cataloguing/value_builder/unimarc_field_225a_bis.pl (23.05.00,22.11.06)
823
- [32870](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32870) Fix cataloguing/value_builder/unimarc_field_225a_bis.pl (23.05.00,22.11.06)
824
- [32871](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32871) Fix cataloguing/value_builder/unimarc_field_225a.pl (23.05.00,22.11.06)
824
- [32871](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32871) Fix cataloguing/value_builder/unimarc_field_225a.pl (23.05.00,22.11.06)
825
- [32872](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32872) Fix cataloguing/value_builder/unimarc_field_4XX.pl (23.05.00,22.11.06)
825
- [32872](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32872) Fix cataloguing/value_builder/unimarc_field_4XX.pl (23.05.00,22.11.06)
826
- [32873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32873) Fix cataloguing/value_builder/unimarc_field_686a.pl (23.05.00,22.11.06)
826
- [32873](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32873) Fix cataloguing/value_builder/unimarc_field_686a.pl (23.05.00,22.11.06)
827
- [32874](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32874) Fix cataloguing/value_builder/unimarc_field_700-4.pl (23.05.00,22.11.06)
827
- [32874](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32874) Fix cataloguing/value_builder/unimarc_field_700-4.pl (23.05.00,22.11.06)
828
- [32875](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32875) Fix cataloguing/value_builder/unimarc_leader_authorities.pl (23.05.00,22.11.06)
828
- [32875](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32875) Fix cataloguing/value_builder/unimarc_leader_authorities.pl (23.05.00,22.11.06)
829
- [32876](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32876) Fix cataloguing/value_builder/unimarc_leader.pl (23.05.00,22.11.06)
829
- [32876](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32876) Fix cataloguing/value_builder/unimarc_leader.pl (23.05.00,22.11.06)
830
- [32959](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32959) Item templates will apply the same barcode each time template is applied if autobarcode is enabled (23.05.00)
830
- [32959](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32959) Item templates will apply the same barcode each time template is applied if autobarcode is enabled (23.05.00)
831
- [33144](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33144) Authority lookup in advanced editor overencodes HTML (23.05.00,22.11.04,22.05.12,21.11.20)
831
- [33144](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33144) Authority lookup in advanced editor overencodes HTML (23.05.00,22.11.04,22.05.12,21.11.20)
832
- [33173](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33173) Save and continue button in standard cataloging module broken (23.05.00,22.11.04,22.05.11,21.11.19)
832
- [33173](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33173) Save and continue button in standard cataloging module broken (23.05.00,22.11.04,22.05.11,21.11.19)
833
- [33624](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33624) Using Browser "Back" button in Batch Record Modification causes biblio options to be displayed (23.05.00)
833
- [33624](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33624) Using Browser "Back" button in Batch Record Modification causes biblio options to be displayed (23.05.00)
834
- [33655](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33655) z39.50 search no longer shows search in progress (23.05.00,22.11.06)
834
- [33655](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33655) z39.50 search no longer shows search in progress (23.05.00,22.11.06)
835
- [33686](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33686) Update plugin unimarc_field_100.pl 'Script of title' with 2022 values (23.05.00)
835
- [33686](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33686) Update plugin unimarc_field_100.pl 'Script of title' with 2022 values (23.05.00)
836
- [14784](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14784) Missing checkin message for debarred patrons when issuing rules 'fine days = 0' (23.05.00,22.11.02)
836
- [14784](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14784) Missing checkin message for debarred patrons when issuing rules 'fine days = 0' (23.05.00,22.11.02)
837
- [18398](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18398) CHECKIN/CHECKOUT/RENEWAL don't use AutoEmailPrimaryAddress but first valid e-mail (23.05.00,22.11.06,22.05.13)
837
- [18398](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18398) CHECKIN/CHECKOUT/RENEWAL don't use AutoEmailPrimaryAddress but first valid e-mail (23.05.00,22.11.06,22.05.13)
838
  >This enhancement applies the EmailFieldPrimary (formerly AutoEmailPrimaryAddress) system preference choice to the CHECKIN, CHECKOUT, RENEWAL and various RECALL notices.
838
  >This enhancement applies the EmailFieldPrimary (formerly AutoEmailPrimaryAddress) system preference choice to the CHECKIN, CHECKOUT, RENEWAL and various RECALL notices.
839
- [26967](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26967) Patron autocomplete does not correctly format addresses (23.05.00,22.11.06)
839
- [26967](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26967) Patron autocomplete does not correctly format addresses (23.05.00,22.11.06)
840
- [28975](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28975) Holds queue lists can show holds from all libraries even with IndependentBranches (23.05.00, 22.11.01, 22.05.09, 21.11.16)
840
- [28975](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28975) Holds queue lists can show holds from all libraries even with IndependentBranches (23.05.00, 22.11.01, 22.05.09, 21.11.16)
841
- [29021](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29021) Automatic renewal due to RenewAccruingItemWhenPaid should not be considered Seen (23.05.00,22.11.03)
841
- [29021](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29021) Automatic renewal due to RenewAccruingItemWhenPaid should not be considered Seen (23.05.00,22.11.03)
842
- [31209](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31209) Add a span with class around serial enumeration/chronology data in list of checkouts for better styling (23.05.00,22.11.04,22.05.11, 21.11.19)
842
- [31209](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31209) Add a span with class around serial enumeration/chronology data in list of checkouts for better styling (23.05.00,22.11.04,22.05.11, 21.11.19)
843
- [31233](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31233) Fine grace period in circulation conditions is misnamed (23.05.00,22.11.02)
843
- [31233](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31233) Fine grace period in circulation conditions is misnamed (23.05.00,22.11.02)
844
- [31563](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563) Numbers on claims tab not showing in translated templates (23.05.00,22.11.04)
844
- [31563](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563) Numbers on claims tab not showing in translated templates (23.05.00,22.11.04)
845
- [32121](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32121) Show an alert when adding a checked out item to an item bundle (23.05.00,22.11.06)
845
- [32121](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32121) Show an alert when adding a checked out item to an item bundle (23.05.00,22.11.06)
846
- [32129](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32129) Use patron categorycode of most relevant recall when checking if item can be a waiting recall (23.05.00,22.11.06)
846
- [32129](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32129) Use patron categorycode of most relevant recall when checking if item can be a waiting recall (23.05.00,22.11.06)
847
847
848
  **Sponsored by** *Auckland University of Technology*
848
  **Sponsored by** *Auckland University of Technology*
849
  >This patch uses the patron category of the patron who requested the most relevant recall to check for more specific circulation rules relating to recalls. This ensures that patrons who are allowed to place recalls are able to fill their recalls, especially when recalls are not  generally available for all patron categories.
849
  >This patch uses the patron category of the patron who requested the most relevant recall to check for more specific circulation rules relating to recalls. This ensures that patrons who are allowed to place recalls are able to fill their recalls, especially when recalls are not  generally available for all patron categories.
850
- [32503](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32503) Holds awaiting pickup doesn't sort dates correctly (23.05.00,22.11.04)
850
- [32503](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32503) Holds awaiting pickup doesn't sort dates correctly (23.05.00,22.11.04)
851
- [32878](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32878) Make it impossible to renew the item if it has active item level hold (23.05.00,22.11.07)
851
- [32878](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32878) Make it impossible to renew the item if it has active item level hold (23.05.00,22.11.07)
852
- [32883](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32883) Curbside pickups - Order "To be staged" by date and time of scheduled pickup (23.05.00,22.11.05)
852
- [32883](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32883) Curbside pickups - Order "To be staged" by date and time of scheduled pickup (23.05.00,22.11.05)
853
- [33021](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33021) Show an alert when adding an item on hold to an item bundle (23.05.00)
853
- [33021](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33021) Show an alert when adding an item on hold to an item bundle (23.05.00)
854
  >When adding an item that is currently on hold to an item bundle, a warning will display, but you can still choose to add the item to the bundle.
854
  >When adding an item that is currently on hold to an item bundle, a warning will display, but you can still choose to add the item to the bundle.
855
- [33220](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33220) Recalls to pull should not show in transit or allocated items (23.05.00)
855
- [33220](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33220) Recalls to pull should not show in transit or allocated items (23.05.00)
856
856
857
  **Sponsored by** *Auckland University of Technology*
857
  **Sponsored by** *Auckland University of Technology*
858
- [33577](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33577) Buttons on reserve/request.pl are misaligned (23.05.00,22.11.06)
858
- [33577](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33577) Buttons on reserve/request.pl are misaligned (23.05.00,22.11.06)
859
- [33613](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33613) Claim return doesn't charge when "Ask if a lost fee should be charged" is selected and marked to charge (23.05.00,22.11.06)
859
- [33613](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33613) Claim return doesn't charge when "Ask if a lost fee should be charged" is selected and marked to charge (23.05.00,22.11.06)
860
- [33838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33838) Offline circulation interface error on return (23.05.00)
860
- [33838](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33838) Offline circulation interface error on return (23.05.00)
861
- [32793](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32793) import_patrons.pl typo in usage (23.05.00,22.11.03)
861
- [32793](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32793) import_patrons.pl typo in usage (23.05.00,22.11.03)
862
- [32800](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32800) build_oai_sets.pl fails on deleted records (23.05.00,22.11.05)
862
- [32800](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32800) build_oai_sets.pl fails on deleted records (23.05.00,22.11.05)
863
- [33285](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33285) It should be possible to specify the separator used in runreport.pl (23.05.00,22.11.05,22.05.12,21.11.20)
863
- [33285](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33285) It should be possible to specify the separator used in runreport.pl (23.05.00,22.11.05,22.05.12,21.11.20)
864
- [33626](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33626) compare_es_to_db.pl does not work with Search::Elasticsearch 7.0 (23.05.00,22.11.06)
864
- [33626](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33626) compare_es_to_db.pl does not work with Search::Elasticsearch 7.0 (23.05.00,22.11.06)
865
- [33645](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33645) koha-foreach always returns 1 if --chdir not specified (23.05.00,22.11.06)
865
- [33645](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33645) koha-foreach always returns 1 if --chdir not specified (23.05.00,22.11.06)
866
- [33677](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33677) Remove --verbose from koha-worker manpage (23.05.00,22.11.06)
866
- [33677](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33677) Remove --verbose from koha-worker manpage (23.05.00,22.11.06)
867
- [33717](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33717) Typo in search_for_data_inconsistencies.pl (23.05.00)
867
- [33717](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33717) Typo in search_for_data_inconsistencies.pl (23.05.00)
868
- [28674](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28674) old_reserves.item_level_hold and reserves.item_level_hold comments have typo "hpld" not "hold" (23.05.00,22.11.03)
868
- [28674](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28674) old_reserves.item_level_hold and reserves.item_level_hold comments have typo "hpld" not "hold" (23.05.00,22.11.03)
869
- [32357](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32357) Set borrower_message_preferences.days_in_advance default to NULL (23.05.00,22.11.06)
869
- [32357](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32357) Set borrower_message_preferences.days_in_advance default to NULL (23.05.00,22.11.06)
870
  >This fixes the default value in the database for the 'Days in advance' field for patron messaging preferences so that it defaults to NULL instead of 0 (borrower_message_preferences table and the days_in_advance field).
870
  >This fixes the default value in the database for the 'Days in advance' field for patron messaging preferences so that it defaults to NULL instead of 0 (borrower_message_preferences table and the days_in_advance field).
871
- [32180](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32180) ERM - Mandatory fields don't have the 'required' class on the label (23.05.00,22.11.04)
871
- [32180](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32180) ERM - Mandatory fields don't have the 'required' class on the label (23.05.00,22.11.04)
872
- [32495](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32495) Required fields in API and UI form don't match (23.05.00,22.11.04)
872
- [32495](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32495) Required fields in API and UI form don't match (23.05.00,22.11.04)
873
  >This enhancement changes the new agreement form so that the description field is no longer required (to match with the API).
873
  >This enhancement changes the new agreement form so that the description field is no longer required (to match with the API).
874
- [32728](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32728) ERM - Search header should change to match the section you are in (23.05.00,22.11.04)
874
- [32728](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32728) ERM - Search header should change to match the section you are in (23.05.00,22.11.04)
875
- [32807](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32807) No need to fetch all if we need to know if one exist (23.05.00,22.11.05)
875
- [32807](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32807) No need to fetch all if we need to know if one exist (23.05.00,22.11.05)
876
- [32983](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32983) Use REST API route to retrieve authorised values (23.05.00,22.11.04)
876
- [32983](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32983) Use REST API route to retrieve authorised values (23.05.00,22.11.04)
877
- [33290](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33290) Incorrect variable used in http-client.js (23.05.00,22.11.05)
877
- [33290](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33290) Incorrect variable used in http-client.js (23.05.00,22.11.05)
878
878
879
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
879
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
880
- [33346](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33346) Add Help link to Koha manual in ERM module (23.05.00,22.11.05)
880
- [33346](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33346) Add Help link to Koha manual in ERM module (23.05.00,22.11.05)
881
- [33354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33354) Error 400 Bad Request when submitting form in ERM (23.05.00,22.11.06)
881
- [33354](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33354) Error 400 Bad Request when submitting form in ERM (23.05.00,22.11.06)
882
- [33355](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33355) ERM UI and markup has some issues (23.05.00,22.11.06)
882
- [33355](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33355) ERM UI and markup has some issues (23.05.00,22.11.06)
883
- [33381](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33381) Active link in the menu is not always correctly styled (23.05.00,22.11.05)
883
- [33381](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33381) Active link in the menu is not always correctly styled (23.05.00,22.11.05)
884
- [33408](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33408) Fetch sysprefs from svc/config/systempreferences (23.05.00)
884
- [33408](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33408) Fetch sysprefs from svc/config/systempreferences (23.05.00)
885
885
886
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
886
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
887
- [33422](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33422) ERM - Search header should change to match the section you are in (23.05.00,22.11.05)
887
- [33422](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33422) ERM - Search header should change to match the section you are in (23.05.00,22.11.05)
888
- [33490](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33490) Agreements - Filter by expired results in error (23.05.00,22.11.06)
888
- [33490](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33490) Agreements - Filter by expired results in error (23.05.00,22.11.06)
889
- [33491](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33491) EBSCO Packages - Add new agreement UI has some issues (23.05.00,22.11.06)
889
- [33491](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33491) EBSCO Packages - Add new agreement UI has some issues (23.05.00,22.11.06)
890
- [33823](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33823) KohaTable vue component action buttons spacing differ from kohaTable (23.05.00)
890
- [33823](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33823) KohaTable vue component action buttons spacing differ from kohaTable (23.05.00)
891
- [22042](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22042) BlockReturnofWithdrawn Items does not block refund generation when item is withdrawn and lost (23.05.00,22.11.02,22.05.09, 21.11.16)
891
- [22042](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22042) BlockReturnofWithdrawn Items does not block refund generation when item is withdrawn and lost (23.05.00,22.11.02,22.05.09, 21.11.16)
892
- [32247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32247) Real time HoldsQueue does not need to check items if there are no holds (23.05.00,22.11.01,22.05.09)
892
- [32247](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32247) Real time HoldsQueue does not need to check items if there are no holds (23.05.00,22.11.01,22.05.09)
893
- [32455](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32455) Don't send hold notices from the library's inbound email address (23.05.00,22.11.03)
893
- [32455](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32455) Don't send hold notices from the library's inbound email address (23.05.00,22.11.03)
894
- [32627](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32627) Reprinting holds slips should not reset the expiration date (23.05.00,22.11.06)
894
- [32627](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32627) Reprinting holds slips should not reset the expiration date (23.05.00,22.11.06)
895
- [32993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32993) Holds priority changed incorrectly with dropdown selector (23.05.00,22.11.06)
895
- [32993](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32993) Holds priority changed incorrectly with dropdown selector (23.05.00,22.11.06)
896
- [33198](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33198) request.pl is calculating pickup locations that are not used (23.05.00,22.11.05,22.05.12)
896
- [33198](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33198) request.pl is calculating pickup locations that are not used (23.05.00,22.11.05,22.05.12)
897
- [33210](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33210) (Bug 31963 follow-up) No hold fee message on OPAC should be displayed when there is no fee (23.05.00,22.11.06)
897
- [33210](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33210) (Bug 31963 follow-up) No hold fee message on OPAC should be displayed when there is no fee (23.05.00,22.11.06)
898
- [33302](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33302) Placing item level holds in OPAC allows to pick forbidden pick-up locations, but then places no hold (23.05.00,22.11.06)
898
- [33302](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33302) Placing item level holds in OPAC allows to pick forbidden pick-up locations, but then places no hold (23.05.00,22.11.06)
899
- [33672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33672) Item group features shows when placing holds if EnableItemGroupHolds is disabled (23.05.00,22.11.06)
899
- [33672](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33672) Item group features shows when placing holds if EnableItemGroupHolds is disabled (23.05.00,22.11.06)
900
- [33791](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33791) $hold->fill does not set itemnumber when checking out without confirming hold (23.05.00)
900
- [33791](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33791) $hold->fill does not set itemnumber when checking out without confirming hold (23.05.00)
901
- [31057](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31057) Add clarifying text to 'To date' in the calendar tool (23.05.00,22.11.05)
901
- [31057](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31057) Add clarifying text to 'To date' in the calendar tool (23.05.00,22.11.05)
902
- [22490](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22490) Some strings in JavaScript files are untranslatable (23.05.00,22.11.04)
902
- [22490](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22490) Some strings in JavaScript files are untranslatable (23.05.00,22.11.04)
903
- [26403](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26403) Move debit and credit types to YAML files and fix other related translation issues (23.05.00,22.11.06)
903
- [26403](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26403) Move debit and credit types to YAML files and fix other related translation issues (23.05.00,22.11.06)
904
  >With this patch the descriptions of system internal credit and debit types will be translated into the selected language at installation time. This will only affect new installations and SQL reporting. If you are building your own SQL reports, you'll be able to pull the descriptions from the tables.
904
  >With this patch the descriptions of system internal credit and debit types will be translated into the selected language at installation time. This will only affect new installations and SQL reporting. If you are building your own SQL reports, you'll be able to pull the descriptions from the tables.
905
  >
905
  >
906
  >It also makes sure, that all system internal debit and credit types appear translated in the GUI. This now also includes the administration pages for managing credit and debit types. Some descriptions for discount, payout, purchase, and void were missing. These have now also been added.
906
  >It also makes sure, that all system internal debit and credit types appear translated in the GUI. This now also includes the administration pages for managing credit and debit types. Some descriptions for discount, payout, purchase, and void were missing. These have now also been added.
907
- [30993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30993) Translation: Unbreak sentence in upload.tt (23.05.00,22.11.03,22.05.11, 21.11.19)
907
- [30993](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30993) Translation: Unbreak sentence in upload.tt (23.05.00,22.11.03,22.05.11, 21.11.19)
908
- [31640](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31640) Fuzzy translations of preferences can cause missing sections and inaccurate translations (23.05.00,22.11.05)
908
- [31640](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31640) Fuzzy translations of preferences can cause missing sections and inaccurate translations (23.05.00,22.11.05)
909
- [31957](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31957) Translation: Ability to change the sentence structure on library administration page (23.05.00,22.11.03,22.05.11, 21.11.19)
909
- [31957](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31957) Translation: Ability to change the sentence structure on library administration page (23.05.00,22.11.03,22.05.11, 21.11.19)
910
- [32292](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292) Update and add database column descriptions used in guided reports (23.05.00,22.11.03)
910
- [32292](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292) Update and add database column descriptions used in guided reports (23.05.00,22.11.03)
911
  >This completes and adds column descriptions that show up when creating a new guided report for following tables:
911
  >This completes and adds column descriptions that show up when creating a new guided report for following tables:
912
  >* items
912
  >* items
913
  >* borrowers
913
  >* borrowers
914
  >* biblio
914
  >* biblio
915
  >* aqorders
915
  >* aqorders
916
  >* suggestions
916
  >* suggestions
917
- [32588](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32588) Filters on top of 'Items with no checkouts' report are untranslatable (23.05.00,22.11.03)
917
- [32588](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32588) Filters on top of 'Items with no checkouts' report are untranslatable (23.05.00,22.11.03)
918
- [32931](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32931) ERM - (is perpetual) Yes / No options untranslatable (23.05.00,22.11.06)
918
- [32931](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32931) ERM - (is perpetual) Yes / No options untranslatable (23.05.00,22.11.06)
919
- [33076](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33076) Add context to "Quotes" (23.05.00,22.11.04,22.05.12)
919
- [33076](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33076) Add context to "Quotes" (23.05.00,22.11.04,22.05.12)
920
- [33151](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33151) Improve translation of strings in cities and circulation desk administration pages (23.05.00,22.11.04,22.05.12, 21.11.20)
920
- [33151](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33151) Improve translation of strings in cities and circulation desk administration pages (23.05.00,22.11.04,22.05.12, 21.11.20)
921
- [33323](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33323) Select button in patron search modal is not translatable (23.05.00,22.11.05,22.05.13)
921
- [33323](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33323) Select button in patron search modal is not translatable (23.05.00,22.11.05,22.05.13)
922
- [33332](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33332) Fix formatting of TT comments to improve translations (23.05.00,22.11.05)
922
- [33332](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33332) Fix formatting of TT comments to improve translations (23.05.00,22.11.05)
923
- [33533](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33533) Translatability: Do not separate "Patron" or "Organization" and "identity" in memberentrygen.tt (23.05.00,22.11.06)
923
- [33533](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33533) Translatability: Do not separate "Patron" or "Organization" and "identity" in memberentrygen.tt (23.05.00,22.11.06)
924
- [22440](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440) Improve ILL page performance by moving to server side filtering (23.05.00,22.11.06)
924
- [22440](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440) Improve ILL page performance by moving to server side filtering (23.05.00,22.11.06)
925
- [22693](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22693) ILL "Price paid" column does not appear in column configuration (23.05.00,22.11.03,22.05.11, 21.11.19)
925
- [22693](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22693) ILL "Price paid" column does not appear in column configuration (23.05.00,22.11.03,22.05.11, 21.11.19)
926
  >This adds the "Price paid" column to the inter-library loan requests table.  This column is also configurable using the Columns button and in the table settings (Administration > Additional parameters > Table settings > Interlibrary loans > ill-requests).
926
  >This adds the "Price paid" column to the inter-library loan requests table.  This column is also configurable using the Columns button and in the table settings (Administration > Additional parameters > Table settings > Interlibrary loans > ill-requests).
927
- [28641](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28641) ILLHiddenRequestStatuses does not consider custom statuses (23.05.00,22.11.05,22.05.12,21.11.20)
927
- [28641](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28641) ILLHiddenRequestStatuses does not consider custom statuses (23.05.00,22.11.05,22.05.12,21.11.20)
928
928
929
  **Sponsored by** *PTFS Europe*
929
  **Sponsored by** *PTFS Europe*
930
- [32525](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32525) Standardize labels between ILL request list and detail page (23.05.00,22.11.04,22.05.11,21.11.19)
930
- [32525](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32525) Standardize labels between ILL request list and detail page (23.05.00,22.11.04,22.05.11,21.11.19)
931
- [32566](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32566) Don't show 'ILL request logs' button, when IllLog is turned off (23.05.00,22.11.04,22.05.11, 21.11.19)
931
- [32566](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32566) Don't show 'ILL request logs' button, when IllLog is turned off (23.05.00,22.11.04,22.05.11, 21.11.19)
932
- [32799](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32799) ILLSTATUS authorized value category name is confusing (23.05.00,22.11.04)
932
- [32799](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32799) ILLSTATUS authorized value category name is confusing (23.05.00,22.11.04)
933
- [33762](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33762) Restore page-section in ILL (23.05.00)
933
- [33762](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33762) Restore page-section in ILL (23.05.00)
934
- [33051](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33051) 22600075.pl is not idempotent (23.05.00,22.11.04)
934
- [33051](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33051) 22600075.pl is not idempotent (23.05.00,22.11.04)
935
- [32918](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32918) ERM authorized values should be in installer/data/mysql/en/mandatory/auth_values.yml (23.05.00,22.11.04)
935
- [32918](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32918) ERM authorized values should be in installer/data/mysql/en/mandatory/auth_values.yml (23.05.00,22.11.04)
936
- [33059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33059) Capitalization: Fix sample authorised value descriptions (23.05.00,22.11.04)
936
- [33059](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33059) Capitalization: Fix sample authorised value descriptions (23.05.00,22.11.04)
937
- [33671](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33671) Database update  22.06.00.048  breaks update process (23.05.00,22.11.06)
937
- [33671](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33671) Database update  22.06.00.048  breaks update process (23.05.00,22.11.06)
938
- [32302](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302) "ISBN" label shows when no ISBN data present when sending list (23.05.00,22.11.01,22.05.09, 21.11.16)
938
- [32302](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302) "ISBN" label shows when no ISBN data present when sending list (23.05.00,22.11.01,22.05.09, 21.11.16)
939
  >This fixes email messages sent when sending lists so that if there are no ISBNs for a record, an empty label is not shown.
939
  >This fixes email messages sent when sending lists so that if there are no ISBNs for a record, an empty label is not shown.
940
- [32279](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32279) GetAuthorizedHeading missing from exports of C4::AuthoritiesMarc (23.05.00,22.11.05,22.05.12,21.11.20)
940
- [32279](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32279) GetAuthorizedHeading missing from exports of C4::AuthoritiesMarc (23.05.00,22.11.05,22.05.12,21.11.20)
941
- [32280](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32280) Export method ImportBreedingAuth from C4::Breeding (23.05.00,22.11.05,22.05.12, 21.11.20)
941
- [32280](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32280) Export method ImportBreedingAuth from C4::Breeding (23.05.00,22.11.05,22.05.12, 21.11.20)
942
- [33138](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33138) Don't copy tag 147 to all MARC frameworks, since it should only be used in a separate NAME_EVENT framework (23.05.00)
942
- [33138](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33138) Don't copy tag 147 to all MARC frameworks, since it should only be used in a separate NAME_EVENT framework (23.05.00)
943
- [23032](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23032) Add 264 to Alternate Graphic Representation (MARC21 880) (23.05.00,22.11.02)
943
- [23032](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23032) Add 264 to Alternate Graphic Representation (MARC21 880) (23.05.00,22.11.02)
944
- [31432](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31432) MARC21: Make 245 n and p subfields visible in frameworks by default (23.05.00,22.11.06,22.05.13, 21.11.21)
944
- [31432](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31432) MARC21: Make 245 n and p subfields visible in frameworks by default (23.05.00,22.11.06,22.05.13, 21.11.21)
945
- [31860](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860) Standardize capitalization for item subfield descriptions (UNIMARC 995/MARC21 952) (23.05.00,22.11.03)
945
- [31860](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860) Standardize capitalization for item subfield descriptions (UNIMARC 995/MARC21 952) (23.05.00,22.11.03)
946
- [32689](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32689) Host item entry (773) missing a space between label and content when $i is used (23.05.00,22.11.03)
946
- [32689](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32689) Host item entry (773) missing a space between label and content when $i is used (23.05.00,22.11.03)
947
- [32766](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32766) Update plugin unimarc_field_116.pl fields (23.05.00,22.11.06)
947
- [32766](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32766) Update plugin unimarc_field_116.pl fields (23.05.00,22.11.06)
948
  >This updates the labels for some values so that they match with the definitions in UNIMARC Bibliographic (3rd ed.) Updates, and to help with translation:
948
  >This updates the labels for some values so that they match with the definitions in UNIMARC Bibliographic (3rd ed.) Updates, and to help with translation:
949
  >
949
  >
950
  >- Specific material designation: 
950
  >- Specific material designation: 
Lines 962-1370 have already been fixed in maintenance releases Link Here
962
  >- Functional designation
962
  >- Functional designation
963
  >  ab- item cover -> ab- resource cover
963
  >  ab- item cover -> ab- resource cover
964
  >  ag- chart -> ag- diagram
964
  >  ag- chart -> ag- diagram
965
- [33419](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33419) Make home library and holding library in items mandatory by default (23.05.00,22.11.06)
965
- [33419](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33419) Make home library and holding library in items mandatory by default (23.05.00,22.11.06)
966
  >This will make the home library and holding library on the item form manatory for new installations. It's recommended to also manually make these changes for existing installations as Koha won't function properly if any of these fields are missing.
966
  >This will make the home library and holding library on the item form manatory for new installations. It's recommended to also manually make these changes for existing installations as Koha won't function properly if any of these fields are missing.
967
- [33356](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33356) Add link to mana-kb settings from 'Useful resources' in reports (23.05.00)
967
- [33356](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33356) Add link to mana-kb settings from 'Useful resources' in reports (23.05.00)
968
- [24616](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24616) Cannot copy notice to another library if it already exists (23.05.00,22.11.03)
968
- [24616](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24616) Cannot copy notice to another library if it already exists (23.05.00,22.11.03)
969
969
970
  **Sponsored by** *Koha-Suomi Oy*
970
  **Sponsored by** *Koha-Suomi Oy*
971
- [29354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29354) Make overdue_notices.pl send HTML attachment as .html (23.05.00,22.11.04)
971
- [29354](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29354) Make overdue_notices.pl send HTML attachment as .html (23.05.00,22.11.04)
972
- [32221](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32221) Password entry should be removed from placeholder list in notices editor (23.05.00,22.11.03,22.05.10, 21.11.16)
972
- [32221](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32221) Password entry should be removed from placeholder list in notices editor (23.05.00,22.11.03,22.05.10, 21.11.16)
973
- [32917](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32917) Change patron.firstname and patron.surname in password change sample notice (23.05.00,22.11.06)
973
- [32917](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32917) Change patron.firstname and patron.surname in password change sample notice (23.05.00,22.11.06)
974
- [33223](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33223) Koha::Patron->notice_email_address isn't consistently used (23.05.00)
974
- [33223](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33223) Koha::Patron->notice_email_address isn't consistently used (23.05.00)
975
- [33313](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33313) TICKET_NOTIFY looking for IntranetBaseURL rather than staffClientBaseURL in default notice (23.05.00)
975
- [33313](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33313) TICKET_NOTIFY looking for IntranetBaseURL rather than staffClientBaseURL in default notice (23.05.00)
976
- [33314](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33314) Link to bibliographic record incomplete in default TICKET_NOTIFY notice (23.05.00)
976
- [33314](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33314) Link to bibliographic record incomplete in default TICKET_NOTIFY notice (23.05.00)
977
- [33622](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33622) Notice content does not show on default tab if TranslateNotices enabled (23.05.00,22.11.06)
977
- [33622](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33622) Notice content does not show on default tab if TranslateNotices enabled (23.05.00,22.11.06)
978
- [33649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33649) Fix use of cronlogaction (23.05.00,22.11.06)
978
- [33649](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33649) Fix use of cronlogaction (23.05.00,22.11.06)
979
- [33658](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33658) Capitalization: **To Reproduce** (23.05.00)
979
- [33658](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33658) Capitalization: **To Reproduce** (23.05.00)
980
- [25590](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25590) Street number is missing from alternate address in the OPAC (23.05.00,22.11.05)
980
- [25590](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25590) Street number is missing from alternate address in the OPAC (23.05.00,22.11.05)
981
- [29311](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311) Do not allow editing of bibliographic information when entering suggestion from existing bibs (23.05.00,22.11.05,22.05.13,21.11.21)
981
- [29311](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311) Do not allow editing of bibliographic information when entering suggestion from existing bibs (23.05.00,22.11.05,22.05.13,21.11.21)
982
- [29993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29993) Syndetics cover images do not display in browse shelf when scrolling from the first page (23.05.00)
982
- [29993](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29993) Syndetics cover images do not display in browse shelf when scrolling from the first page (23.05.00)
983
- [30162](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30162) XSLT has broken link for traced series because of OPAC/staff interface confusion (23.05.00,22.11.05)
983
- [30162](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30162) XSLT has broken link for traced series because of OPAC/staff interface confusion (23.05.00,22.11.05)
984
- [31221](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31221) Buttons overflow in OPAC search results in mobile view (23.05.00,22.11.04)
984
- [31221](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31221) Buttons overflow in OPAC search results in mobile view (23.05.00,22.11.04)
985
- [31248](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31248) Fix responsive table style in the OPAC after switch to Bootstrap tabs (23.05.00,22.11.04,22.05.11)
985
- [31248](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31248) Fix responsive table style in the OPAC after switch to Bootstrap tabs (23.05.00,22.11.04,22.05.11)
986
- [32251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32251) opac-page.pl: Add a fallback for when language cookie was removed (23.05.00,22.11.03)
986
- [32251](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32251) opac-page.pl: Add a fallback for when language cookie was removed (23.05.00,22.11.03)
987
- [32338](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32338) OPAC - Mobile - Selection toolbar in search result is shifted and not adjusted (23.05.00,22.11.04)
987
- [32338](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32338) OPAC - Mobile - Selection toolbar in search result is shifted and not adjusted (23.05.00,22.11.04)
988
- [32412](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32412) OPACShelfBrowser controls add extra Coce images to biblio-cover-slider (23.05.00,22.11.06)
988
- [32412](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32412) OPACShelfBrowser controls add extra Coce images to biblio-cover-slider (23.05.00,22.11.06)
989
- [32492](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32492) Improve mark-up of OPAC messaging table to ease customization (23.05.00,22.11.04,22.05.11,21.11.19)
989
- [32492](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32492) Improve mark-up of OPAC messaging table to ease customization (23.05.00,22.11.04,22.05.11,21.11.19)
990
- [32597](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32597) Article requests not stacking in patron view (23.05.00,22.11.02,22.05.09)
990
- [32597](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32597) Article requests not stacking in patron view (23.05.00,22.11.02,22.05.09)
991
- [32611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32611) Not for loan items don't show the specific not for loan value in OPAC detail page (23.05.00,22.11.04)
991
- [32611](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32611) Not for loan items don't show the specific not for loan value in OPAC detail page (23.05.00,22.11.04)
992
- [32663](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32663) Street number should not allow for entering more than 10 characters in OPAC (23.05.00,22.11.04,22.05.11,21.11.19)
992
- [32663](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32663) Street number should not allow for entering more than 10 characters in OPAC (23.05.00,22.11.04,22.05.11,21.11.19)
993
- [32679](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32679) CSS class article-request-title is doubled up in article requests list in staff patron account (23.05.00,22.11.04,22.05.11,21.11.19)
993
- [32679](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32679) CSS class article-request-title is doubled up in article requests list in staff patron account (23.05.00,22.11.04,22.05.11,21.11.19)
994
- [32701](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32701) Self checkout help page lacks required I18N JavaScript (23.05.00,22.11.06)
994
- [32701](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32701) Self checkout help page lacks required I18N JavaScript (23.05.00,22.11.06)
995
- [32946](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32946) 'Send list/cart' forms in OPAC is misaligned (23.05.00,22.11.04)
995
- [32946](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32946) 'Send list/cart' forms in OPAC is misaligned (23.05.00,22.11.04)
996
- [32995](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32995) Koha agent string not sent for OverDrive fulfillment requests (23.05.00,22.11.06)
996
- [32995](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32995) Koha agent string not sent for OverDrive fulfillment requests (23.05.00,22.11.06)
997
- [32999](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32999) Click handler to show QR code in OPAC lacks preventDefault (23.05.00,22.11.04,22.05.11, 21.11.19)
997
- [32999](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32999) Click handler to show QR code in OPAC lacks preventDefault (23.05.00,22.11.04,22.05.11, 21.11.19)
998
- [33102](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33102) Cart in OPAC and staff interface does no longer display infos from biblioitems table (23.05.00,22.11.06)
998
- [33102](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33102) Cart in OPAC and staff interface does no longer display infos from biblioitems table (23.05.00,22.11.06)
999
- [33160](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33160) Make sure 773 (host item entry) displays in the cart when not linked by $w (23.05.00,22.11.05)
999
- [33160](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33160) Make sure 773 (host item entry) displays in the cart when not linked by $w (23.05.00,22.11.05)
1000
- [33233](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33233) OPAC advanced search inputs stay disabled when using browser's back button (23.05.00,22.11.06)
1000
- [33233](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33233) OPAC advanced search inputs stay disabled when using browser's back button (23.05.00,22.11.06)
1001
- [33299](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33299) Item type column is empty when placing item level holds in OPAC (23.05.00,22.11.05)
1001
- [33299](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33299) Item type column is empty when placing item level holds in OPAC (23.05.00,22.11.05)
1002
- [33821](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33821) OPAC flatpickr no longer allows for direct input of date (23.05.00)
1002
- [33821](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33821) OPAC flatpickr no longer allows for direct input of date (23.05.00)
1003
- [33168](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33168) Timeline on "About Koha" is not working for package installs (23.05.00,22.11.05,22.05.12,21.11.20)
1003
- [33168](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33168) Timeline on "About Koha" is not working for package installs (23.05.00,22.11.05,22.05.12,21.11.20)
1004
- [33371](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371) Add 'koha-common.service' systemd service (23.05.00)
1004
- [33371](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371) Add 'koha-common.service' systemd service (23.05.00)
1005
- [25379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25379) HTML in circulation notes doesn't show correctly on checkin (23.05.00,22.11.06)
1005
- [25379](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25379) HTML in circulation notes doesn't show correctly on checkin (23.05.00,22.11.06)
1006
- [31166](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31166) Digest option is not selectable for phone when PhoneNotification is enabled (23.05.00,22.11.01, 21.11.16)
1006
- [31166](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31166) Digest option is not selectable for phone when PhoneNotification is enabled (23.05.00,22.11.01, 21.11.16)
1007
- [31492](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31492) Patron image upload fails on first attempt with CSRF failure (23.05.00,22.11.02,22.05.09, 21.11.16)
1007
- [31492](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31492) Patron image upload fails on first attempt with CSRF failure (23.05.00,22.11.02,22.05.09, 21.11.16)
1008
- [31890](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31890) PrefillGuaranteeField should include option to prefill surname (23.05.00,22.11.04)
1008
- [31890](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31890) PrefillGuaranteeField should include option to prefill surname (23.05.00,22.11.04)
1009
  >This bugfix adds the surname field to the list of fields (in the PrefillGuaranteeField system preference) that can be automatically prefilled when adding a guarantee to a patron's account.
1009
  >This bugfix adds the surname field to the list of fields (in the PrefillGuaranteeField system preference) that can be automatically prefilled when adding a guarantee to a patron's account.
1010
- [32232](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32232) Koha crashes if dateofbirth is 1947-04-27, 1948-04-25, or 1949-04-24 (23.05.00,22.11.06)
1010
- [32232](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32232) Koha crashes if dateofbirth is 1947-04-27, 1948-04-25, or 1949-04-24 (23.05.00,22.11.06)
1011
- [32491](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32491) Can no longer search patrons in format 'surname, firstname' (23.05.00,22.11.02,22.05.09)
1011
- [32491](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32491) Can no longer search patrons in format 'surname, firstname' (23.05.00,22.11.02,22.05.09)
1012
- [32505](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32505) Cannot search by dateofbirth in specified dateformat (23.05.00,22.11.02,22.05.09)
1012
- [32505](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32505) Cannot search by dateofbirth in specified dateformat (23.05.00,22.11.02,22.05.09)
1013
- [32510](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32510) "New list" option is not available when too many patron's lists (23.05.00,22.11.05)
1013
- [32510](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32510) "New list" option is not available when too many patron's lists (23.05.00,22.11.05)
1014
- [32570](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32570) City is duplicated in patron search if the patron has both city and state (23.05.00,22.11.03,22.05.10)
1014
- [32570](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32570) City is duplicated in patron search if the patron has both city and state (23.05.00,22.11.03,22.05.10)
1015
- [32655](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32655) Variables showing in patron messaging preferences (23.05.00,22.11.03,22.05.10,21.11.16)
1015
- [32655](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32655) Variables showing in patron messaging preferences (23.05.00,22.11.03,22.05.10,21.11.16)
1016
- [32675](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32675) Cannot add a guarantor when there is a single quote in the guarantor attributes (23.05.00,22.11.04,22.05.11)
1016
- [32675](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32675) Cannot add a guarantor when there is a single quote in the guarantor attributes (23.05.00,22.11.04,22.05.11)
1017
- [32770](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32770) Patron search field groups no longer exist (23.05.00,22.11.04,22.05.11)
1017
- [32770](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32770) Patron search field groups no longer exist (23.05.00,22.11.04,22.05.11)
1018
- [32904](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32904) Patrons table processing eternally and not loading (23.05.00,22.11.04)
1018
- [32904](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32904) Patrons table processing eternally and not loading (23.05.00,22.11.04)
1019
1019
1020
  **Sponsored by** *Education Services Australia SCIS*
1020
  **Sponsored by** *Education Services Australia SCIS*
1021
- [32976](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32976) Patron image Add/Edit button should not appear if permission is turned off (23.05.00,22.11.05)
1021
- [32976](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32976) Patron image Add/Edit button should not appear if permission is turned off (23.05.00,22.11.05)
1022
- [33155](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33155) Category and library filters from header patron search not taken into account (23.05.00,22.11.04,22.05.11)
1022
- [33155](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33155) Category and library filters from header patron search not taken into account (23.05.00,22.11.04,22.05.11)
1023
- [33266](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33266) Patron name missing space before surname (23.05.00)
1023
- [33266](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33266) Patron name missing space before surname (23.05.00)
1024
- [33684](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33684) Able to save patron with empty mandatory date fields (23.05.00,22.11.06)
1024
- [33684](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33684) Able to save patron with empty mandatory date fields (23.05.00,22.11.06)
1025
- [30367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30367) Plugins: Search explodes in error when searching for specific keywords (23.05.00,22.11.06)
1025
- [30367](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30367) Plugins: Search explodes in error when searching for specific keywords (23.05.00,22.11.06)
1026
- [33189](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33189) Plugin upload should prompt for .kpz files (23.05.00,22.11.04,22.05.11,21.11.19)
1026
- [33189](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33189) Plugin upload should prompt for .kpz files (23.05.00,22.11.04,22.05.11,21.11.19)
1027
- [31160](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31160) Required fields in the Patrons API are a bit random (23.05.00,22.11.01)
1027
- [31160](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31160) Required fields in the Patrons API are a bit random (23.05.00,22.11.01)
1028
- [32118](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32118) Clarify expansion/embed modifiers (23.05.00,22.11.04)
1028
- [32118](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32118) Clarify expansion/embed modifiers (23.05.00,22.11.04)
1029
- [32409](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409) Cannot search cashups using non-latin-1 scripts (23.05.00,22.11.03,22.05.10,21.11.16)
1029
- [32409](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409) Cannot search cashups using non-latin-1 scripts (23.05.00,22.11.03,22.05.10,21.11.16)
1030
  >This fixes the cashup history table so that filters can use non latin-1 characters (Point of sale > Cash summary for <library> > select register). Before this fix, the table was not filtered or refreshed if you entered non latin-1 characters.
1030
  >This fixes the cashup history table so that filters can use non latin-1 characters (Point of sale > Cash summary for <library> > select register). Before this fix, the table was not filtered or refreshed if you entered non latin-1 characters.
1031
- [32923](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32923) x-koha-embed must a header of collectionFormat csv (23.05.00,22.11.04)
1031
- [32923](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32923) x-koha-embed must a header of collectionFormat csv (23.05.00,22.11.04)
1032
- [33227](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33227) OpenAPI validation is failing for paths/biblios.yaml (23.05.00,22.11.04)
1032
- [33227](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33227) OpenAPI validation is failing for paths/biblios.yaml (23.05.00,22.11.04)
1033
- [33328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33328) x-marc-schema should be renamed x-record-schema (23.05.00,22.11.06)
1033
- [33328](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33328) x-marc-schema should be renamed x-record-schema (23.05.00,22.11.06)
1034
- [33329](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33329) GET /biblios encoding wrong when UNIMARC (23.05.00,22.11.06)
1034
- [33329](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33329) GET /biblios encoding wrong when UNIMARC (23.05.00,22.11.06)
1035
- [33470](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33470) Don't calculate overridden values when placing a hold via the REST API (23.05.00,22.11.06)
1035
- [33470](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33470) Don't calculate overridden values when placing a hold via the REST API (23.05.00,22.11.06)
1036
- [27513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27513) Add description to reports page (23.05.00,22.11.05,22.05.13,21.11.21)
1036
- [27513](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27513) Add description to reports page (23.05.00,22.11.05,22.05.13,21.11.21)
1037
- [32589](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32589) Improve headings on result tables for 'checkouts with no items' report (23.05.00,22.11.03)
1037
- [32589](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32589) Improve headings on result tables for 'checkouts with no items' report (23.05.00,22.11.03)
1038
- [32805](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32805) When recording localuse in the statistics table location is always NULL (23.05.00,22.11.04)
1038
- [32805](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32805) When recording localuse in the statistics table location is always NULL (23.05.00,22.11.04)
1039
- [33063](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33063) Duplicated reports should maintain subgroup of original (23.05.00,22.11.04,22.05.12,21.11.20)
1039
- [33063](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33063) Duplicated reports should maintain subgroup of original (23.05.00,22.11.04,22.05.12,21.11.20)
1040
- [33152](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33152) Set focus for cursor to search input box when creating new report from "New SQL from Mana" option (23.05.00)
1040
- [33152](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33152) Set focus for cursor to search input box when creating new report from "New SQL from Mana" option (23.05.00)
1041
- [33513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33513) Batch update from report module - no patrons loaded into view (23.05.00,22.11.06)
1041
- [33513](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33513) Batch update from report module - no patrons loaded into view (23.05.00,22.11.06)
1042
- [33713](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33713) Report batch operations should open in new tab (23.05.00)
1042
- [33713](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33713) Report batch operations should open in new tab (23.05.00)
1043
  >When using the batch operations from report results, the links to the batch tools will now open in a new tab instead of the same one, leaving the report results visible.
1043
  >When using the batch operations from report results, the links to the batch tools will now open in a new tab instead of the same one, leaving the report results visible.
1044
- [33792](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33792) reserves_stats.pl ignores filled holds without itemnumber (23.05.00)
1044
- [33792](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33792) reserves_stats.pl ignores filled holds without itemnumber (23.05.00)
1045
- [32408](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408) If a fine can be overridden on checkout in Koha, what should the SIP client do? (23.05.00,22.11.03,22.05.10)
1045
- [32408](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408) If a fine can be overridden on checkout in Koha, what should the SIP client do? (23.05.00,22.11.03,22.05.10)
1046
- [32537](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32537) Add 'no_block' option to sip_cli_emulator (23.05.00,22.11.03,22.05.10)
1046
- [32537](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32537) Add 'no_block' option to sip_cli_emulator (23.05.00,22.11.03,22.05.10)
1047
  >This enhanced adds the no-block option to the SIP emulator for optional use in checkout/checkin/renew messages.
1047
  >This enhanced adds the no-block option to the SIP emulator for optional use in checkout/checkin/renew messages.
1048
- [32624](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32624) Patrons fines are not accurate in SIP2 when NoIssuesChargeGuarantorsWithGuarantees or NoIssuesChargeGuarantees are enabled (23.05.00,22.11.03, 22.05.10,21.11.18)
1048
- [32624](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32624) Patrons fines are not accurate in SIP2 when NoIssuesChargeGuarantorsWithGuarantees or NoIssuesChargeGuarantees are enabled (23.05.00,22.11.03, 22.05.10,21.11.18)
1049
- [33580](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33580) Bring back ability to mark item as seen via SIP2 item information request (23.05.00,22.11.06)
1049
- [33580](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33580) Bring back ability to mark item as seen via SIP2 item information request (23.05.00,22.11.06)
1050
- [13976](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13976) Sorting search results by popularity is alphabetical (23.05.00,22.11.05,22.05.12,21.11.20)
1050
- [13976](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13976) Sorting search results by popularity is alphabetical (23.05.00,22.11.05,22.05.12,21.11.20)
1051
  >This patch fixes the sorting of searches by popularity, ensuring that results are sorted numerically.
1051
  >This patch fixes the sorting of searches by popularity, ensuring that results are sorted numerically.
1052
  >
1052
  >
1053
  >Note: The popularity search requires the use of either the syspref UpdateTotalIssuesOnCirc or the update_totalissue.pl cronjob
1053
  >Note: The popularity search requires the use of either the syspref UpdateTotalIssuesOnCirc or the update_totalissue.pl cronjob
1054
- [20596](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20596) Authority record matching rule causes staging failure when MARC record contains multiple tag values for a match point (23.05.00,22.11.01,22.05.09, 21.11.16)
1054
- [20596](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20596) Authority record matching rule causes staging failure when MARC record contains multiple tag values for a match point (23.05.00,22.11.01,22.05.09, 21.11.16)
1055
- [31326](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31326) Koha::Biblio->get_components_query fetches too many component parts (23.05.00,22.11.03)
1055
- [31326](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31326) Koha::Biblio->get_components_query fetches too many component parts (23.05.00,22.11.03)
1056
1056
1057
  **Sponsored by** *Koha-Suomi Oy*
1057
  **Sponsored by** *Koha-Suomi Oy*
1058
- [32639](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32639) OpenSearch description format document generates search errors (23.05.00,22.11.04,22.05.11,21.11.19)
1058
- [32639](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32639) OpenSearch description format document generates search errors (23.05.00,22.11.04,22.05.11,21.11.19)
1059
- [33093](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33093) (Bug 27546 follow-up) With ES searching within results does not work for 'Keyword' and 'Keyword as phrase' (23.05.00,22.11.06)
1059
- [33093](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33093) (Bug 27546 follow-up) With ES searching within results does not work for 'Keyword' and 'Keyword as phrase' (23.05.00,22.11.06)
1060
- [33506](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33506) Series has wrong index name on scan index page and search option selection is not retained (23.05.00,22.11.06,22.05.13)
1060
- [33506](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33506) Series has wrong index name on scan index page and search option selection is not retained (23.05.00,22.11.06,22.05.13)
1061
- [33569](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33569) Order by relevance may not be visible (23.05.00,22.11.06)
1061
- [33569](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33569) Order by relevance may not be visible (23.05.00,22.11.06)
1062
- [31471](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31471) Duplicate check in cataloguing fails with Elasticsearch for records with multiple ISBN (23.05.00,22.11.04,22.05.11,21.11.19)
1062
- [31471](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31471) Duplicate check in cataloguing fails with Elasticsearch for records with multiple ISBN (23.05.00,22.11.04,22.05.11,21.11.19)
1063
- [31695](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31695) Type standard number is missing field ci_raw in field_config.yaml (23.05.00,22.11.05,22.05.13, 21.11.21)
1063
- [31695](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31695) Type standard number is missing field ci_raw in field_config.yaml (23.05.00,22.11.05,22.05.13, 21.11.21)
1064
- [32519](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32519) In Elasticsearch mappings table use search field name (23.05.00,22.11.04,22.05.12,21.11.20)
1064
- [32519](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32519) In Elasticsearch mappings table use search field name (23.05.00,22.11.04,22.05.12,21.11.20)
1065
- [33206](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33206) Bad title__sort made of multisubfield 245 (23.05.00,22.11.06)
1065
- [33206](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33206) Bad title__sort made of multisubfield 245 (23.05.00,22.11.06)
1066
- [33486](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33486) Remove Koha::BackgroundJob::UpdateElasticIndex->process routine (23.05.00,22.11.06)
1066
- [33486](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33486) Remove Koha::BackgroundJob::UpdateElasticIndex->process routine (23.05.00,22.11.06)
1067
- [31841](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31841) Shelving location search in staff interface sometimes creates invalid Zebra query (23.05.00,22.11.05)
1067
- [31841](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31841) Shelving location search in staff interface sometimes creates invalid Zebra query (23.05.00,22.11.05)
1068
- [32416](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32416) arp - Accelerated reader point searches fail due to conflicting attribute (23.05.00,22.11.03,22.05.10,21.11.16)
1068
- [32416](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32416) arp - Accelerated reader point searches fail due to conflicting attribute (23.05.00,22.11.03,22.05.10,21.11.16)
1069
  >This fixes
1069
  >This fixes
1070
- [32741](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32741) Attribute codes should not be repeated in bib1.att (23.05.00,22.11.03,22.05.10,21.11.16)
1070
- [32741](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32741) Attribute codes should not be repeated in bib1.att (23.05.00,22.11.03,22.05.10,21.11.16)
1071
- [32937](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32937) Zebra: Ignore copyright symbol when searching (23.05.00,22.11.06)
1071
- [32937](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32937) Zebra: Ignore copyright symbol when searching (23.05.00,22.11.06)
1072
- [19188](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19188) Self checkout: Fine blocking checkout is missing currency symbol (23.05.00,22.11.03,22.05.10, 21.11.16)
1072
- [19188](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19188) Self checkout: Fine blocking checkout is missing currency symbol (23.05.00,22.11.03,22.05.10, 21.11.16)
1073
- [32921](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32921) SelfCheckTimeout doesn't logout if SelfCheckReceiptPrompt modal is open (23.05.00,22.11.06,22.05.13)
1073
- [32921](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32921) SelfCheckTimeout doesn't logout if SelfCheckReceiptPrompt modal is open (23.05.00,22.11.06,22.05.13)
1074
- [33150](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33150) Add specific message for renewal too_soon situation (23.05.00,22.11.04,22.05.12,21.11.20)
1074
- [33150](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33150) Add specific message for renewal too_soon situation (23.05.00,22.11.04,22.05.12,21.11.20)
1075
- [33037](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33037) [Bugs 32555  and 31313 follow-up] Koha does not display difference between enumchron and serialseq in record detail view (OPAC and intranet) (23.05.00,22.11.06)
1075
- [33037](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33037) [Bugs 32555  and 31313 follow-up] Koha does not display difference between enumchron and serialseq in record detail view (OPAC and intranet) (23.05.00,22.11.06)
1076
- [33040](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33040) Add "Date published (text)" to serials tab on record view (detail.pl) (23.05.00,22.11.05,22.05.13,21.11.21)
1076
- [33040](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33040) Add "Date published (text)" to serials tab on record view (detail.pl) (23.05.00,22.11.05,22.05.13,21.11.21)
1077
- [33261](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33261) Dates for issues on subscription detail page display unformatted (23.05.00,22.11.05)
1077
- [33261](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33261) Dates for issues on subscription detail page display unformatted (23.05.00,22.11.05)
1078
- [33512](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33512) Labels/buttons are confusing on serials-edit page (23.05.00,22.11.06)
1078
- [33512](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33512) Labels/buttons are confusing on serials-edit page (23.05.00,22.11.06)
1079
- [33560](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33560) Batch edit link broken if subscriptions are selected using "select all" link (23.05.00,22.11.06)
1079
- [33560](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33560) Batch edit link broken if subscriptions are selected using "select all" link (23.05.00,22.11.06)
1080
- [28314](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28314) Spinning icon is not always going away for local covers in staff (23.05.00,22.11.03,22.05.10, 21.11.16)
1080
- [28314](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28314) Spinning icon is not always going away for local covers in staff (23.05.00,22.11.03,22.05.10, 21.11.16)
1081
- [28315](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28315) PopupMARCFieldDoc is defined twice in addbiblio.tt (23.05.00,22.11.06)
1081
- [28315](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28315) PopupMARCFieldDoc is defined twice in addbiblio.tt (23.05.00,22.11.06)
1082
- [31768](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31768) Tags is a 'Tool' but doesn't include the tools nav sidebar (23.05.00,22.11.03,22.05.10,21.11.18)
1082
- [31768](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31768) Tags is a 'Tool' but doesn't include the tools nav sidebar (23.05.00,22.11.03,22.05.10,21.11.18)
1083
- [31950](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31950) Page section on library view is too wide / not aligned with toolbar (23.05.00,22.11.02)
1083
- [31950](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31950) Page section on library view is too wide / not aligned with toolbar (23.05.00,22.11.02)
1084
- [31962](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31962) Add tooltip to 'configure' on datatable controls (23.05.00,22.11.03)
1084
- [31962](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31962) Add tooltip to 'configure' on datatable controls (23.05.00,22.11.03)
1085
- [32027](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32027) Terminology: change "librarian interface" to "staff interface" in additional contents tool (23.05.00,22.11.03)
1085
- [32027](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32027) Terminology: change "librarian interface" to "staff interface" in additional contents tool (23.05.00,22.11.03)
1086
- [32194](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32194) "Can be guarantee" value should show uppercase "No" (23.05.00,22.11.01)
1086
- [32194](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32194) "Can be guarantee" value should show uppercase "No" (23.05.00,22.11.01)
1087
  >This fixes the display of the patron categories "Can be guarantee" column so that "No" values have a capital "N". Previously, "no" values were shown with a lowercase "n".
1087
  >This fixes the display of the patron categories "Can be guarantee" column so that "No" values have a capital "N". Previously, "no" values were shown with a lowercase "n".
1088
- [32236](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236) Batch item modification - alignment of tick box for 'Use default values' (23.05.00,22.11.01)
1088
- [32236](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236) Batch item modification - alignment of tick box for 'Use default values' (23.05.00,22.11.01)
1089
- [32239](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32239) Report options for adding groups/sub groups are misaligned (23.05.00,22.11.03)
1089
- [32239](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32239) Report options for adding groups/sub groups are misaligned (23.05.00,22.11.03)
1090
- [32257](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257) Label for patron attributes misaligned on patron batch mod (23.05.00,22.11.01)
1090
- [32257](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257) Label for patron attributes misaligned on patron batch mod (23.05.00,22.11.01)
1091
- [32261](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32261) Insufficient user feedback when selecting patron in autocomplete (23.05.00,22.11.01)
1091
- [32261](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32261) Insufficient user feedback when selecting patron in autocomplete (23.05.00,22.11.01)
1092
- [32272](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32272) Last borrower and previous borrower display on moredetail.pl is broken (23.05.00,22.11.02)
1092
- [32272](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32272) Last borrower and previous borrower display on moredetail.pl is broken (23.05.00,22.11.02)
1093
- [32301](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32301) Show correct defaultSortField in staff interface advanced search (23.05.00,22.11.05,22.05.13,21.11.21)
1093
- [32301](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32301) Show correct defaultSortField in staff interface advanced search (23.05.00,22.11.05,22.05.13,21.11.21)
1094
- [32355](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32355) Add class url to all URL syspref (23.05.00,22.11.01, 22.05.09, 21.11.16)
1094
- [32355](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32355) Add class url to all URL syspref (23.05.00,22.11.01, 22.05.09, 21.11.16)
1095
- [32368](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32368) Add page-section to saved report results (23.05.00,22.11.01)
1095
- [32368](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32368) Add page-section to saved report results (23.05.00,22.11.01)
1096
- [32475](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32475) The phrase "System prefs" should be replaced with the correct terminology "System preferences" (23.05.00,22.11.02)
1096
- [32475](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32475) The phrase "System prefs" should be replaced with the correct terminology "System preferences" (23.05.00,22.11.02)
1097
- [32504](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32504) Empty column name, misaligning visibility, and export for basket/orders in table settings (23.05.00,22.11.03)
1097
- [32504](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32504) Empty column name, misaligning visibility, and export for basket/orders in table settings (23.05.00,22.11.03)
1098
- [32520](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32520) Patron autocomplete should respect DefaultPatronSearchFields (23.05.00,22.11.03)
1098
- [32520](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32520) Patron autocomplete should respect DefaultPatronSearchFields (23.05.00,22.11.03)
1099
- [32523](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523) Shortcuts / Links to missing fields in MARC-Editor don't work as expected (23.05.00,22.11.03,22.05.10,21.11.18)
1099
- [32523](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523) Shortcuts / Links to missing fields in MARC-Editor don't work as expected (23.05.00,22.11.03,22.05.10,21.11.18)
1100
  >This fixes the standard MARC editor so that the links for any errors go to the correct tab. Currently, the links only work if you are the correct tab.
1100
  >This fixes the standard MARC editor so that the links for any errors go to the correct tab. Currently, the links only work if you are the correct tab.
1101
- [32568](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32568) Add page section to list of checkins (23.05.00,22.11.04)
1101
- [32568](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32568) Add page section to list of checkins (23.05.00,22.11.04)
1102
  >This patch adds the page-section class to the checkedin table on the returns page.
1102
  >This patch adds the page-section class to the checkedin table on the returns page.
1103
- [32576](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32576) ILL needs the page-section treatment (23.05.00,22.11.04)
1103
- [32576](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32576) ILL needs the page-section treatment (23.05.00,22.11.04)
1104
- [32596](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32596) Background jobs viewer not showing finished jobs (23.05.00,22.11.02,22.05.09)
1104
- [32596](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32596) Background jobs viewer not showing finished jobs (23.05.00,22.11.02,22.05.09)
1105
- [32644](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32644) Terminology: staff/intranet and biblio in plugins home page (23.05.00,22.11.03,22.05.10, 21.11.16)
1105
- [32644](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32644) Terminology: staff/intranet and biblio in plugins home page (23.05.00,22.11.03,22.05.10, 21.11.16)
1106
  >This patch replaces some incorrect terminology in the plugins home page regarding enhanced content plugins.
1106
  >This patch replaces some incorrect terminology in the plugins home page regarding enhanced content plugins.
1107
- [32718](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32718) Capitalization: Display Order (23.05.00,22.11.03)
1107
- [32718](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32718) Capitalization: Display Order (23.05.00,22.11.03)
1108
- [32733](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32733) Add more page-sections to basket summary page (23.05.00,22.11.03)
1108
- [32733](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32733) Add more page-sections to basket summary page (23.05.00,22.11.03)
1109
- [32768](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32768) Autocomplete suggestions container should always be on top of other UI elements (23.05.00,22.11.04)
1109
- [32768](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32768) Autocomplete suggestions container should always be on top of other UI elements (23.05.00,22.11.04)
1110
- [32797](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32797) Cannot save OAI set mapping rule for subfield 0 (23.05.00,22.11.03,22.05.10,21.11.16)
1110
- [32797](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32797) Cannot save OAI set mapping rule for subfield 0 (23.05.00,22.11.03,22.05.10,21.11.16)
1111
- [32881](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32881) System preferences sub menu text is hard to read (23.05.00,22.11.03)
1111
- [32881](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32881) System preferences sub menu text is hard to read (23.05.00,22.11.03)
1112
- [32908](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32908) Item type icons broken in the bibliographic record details page (23.05.00,22.11.03)
1112
- [32908](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32908) Item type icons broken in the bibliographic record details page (23.05.00,22.11.03)
1113
- [32909](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32909) Item type icons broken when placing an item-level hold (23.05.00,22.11.03,22.05.11, 21.11.19)
1113
- [32909](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32909) Item type icons broken when placing an item-level hold (23.05.00,22.11.03,22.05.11, 21.11.19)
1114
- [32941](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32941) Sys prefs side menu styling applying where not intended (23.05.00,22.11.04)
1114
- [32941](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32941) Sys prefs side menu styling applying where not intended (23.05.00,22.11.04)
1115
- [32982](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32982) 'Add/Edit group' modals in library groups is missing it's primary button (23.05.00,22.11.04,22.05.11,21.11.19)
1115
- [32982](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32982) 'Add/Edit group' modals in library groups is missing it's primary button (23.05.00,22.11.04,22.05.11,21.11.19)
1116
- [33032](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33032) Alternate holdings broken in staff interface search results (23.05.00,22.11.04,22.05.11,21.11.19)
1116
- [33032](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33032) Alternate holdings broken in staff interface search results (23.05.00,22.11.04,22.05.11,21.11.19)
1117
- [33133](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33133) Fast cataloging should be visible in cataloging (23.05.00,22.11.05)
1117
- [33133](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33133) Fast cataloging should be visible in cataloging (23.05.00,22.11.05)
1118
- [33191](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33191) AutoEmailPrimaryAddress options don't match labels in memberentry (23.05.00)
1118
- [33191](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33191) AutoEmailPrimaryAddress options don't match labels in memberentry (23.05.00)
1119
  >This enhancement changes the wording of the choices in the EmailFieldPrimary system preference (formely AutoEmailPrimaryAddress) to match the patron form field names.
1119
  >This enhancement changes the wording of the choices in the EmailFieldPrimary system preference (formely AutoEmailPrimaryAddress) to match the patron form field names.
1120
  >The choices were changed like so:
1120
  >The choices were changed like so:
1121
  >- 'home' is now called 'primary email' and refers to the email database column
1121
  >- 'home' is now called 'primary email' and refers to the email database column
1122
  >- 'work' is now called 'secondary email' and refers to the emailpro database column
1122
  >- 'work' is now called 'secondary email' and refers to the emailpro database column
1123
  >- 'alternate' is still called 'alternate email' and refers to the B_email database column
1123
  >- 'alternate' is still called 'alternate email' and refers to the B_email database column
1124
  >- first valid and cardnumber did not change.
1124
  >- first valid and cardnumber did not change.
1125
- [33253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33253) 2FA - Form not excluded from autofill (23.05.00,22.11.06)
1125
- [33253](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33253) 2FA - Form not excluded from autofill (23.05.00,22.11.06)
1126
- [33391](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33391) Currently active menu item on navmenulist should not change style on hover (23.05.00,22.11.05)
1126
- [33391](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33391) Currently active menu item on navmenulist should not change style on hover (23.05.00,22.11.05)
1127
- [33463](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33463) 'Actions' column on plugins table should not be sortable (23.05.00)
1127
- [33463](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33463) 'Actions' column on plugins table should not be sortable (23.05.00)
1128
- [33505](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33505) Improve styling of scan index page (23.05.00,22.11.06,22.05.13)
1128
- [33505](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33505) Improve styling of scan index page (23.05.00,22.11.06,22.05.13)
1129
- [33532](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33532) Catalog concerns - Title of the page says Tools instead of Cataloging (23.05.00)
1129
- [33532](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33532) Catalog concerns - Title of the page says Tools instead of Cataloging (23.05.00)
1130
  >This fixes the HTML page title for the cataloging concerns management page so that it says Catalog concerns > Cataloging > Koha (as it is under cataloging, not tools).
1130
  >This fixes the HTML page title for the cataloging concerns management page so that it says Catalog concerns > Cataloging > Koha (as it is under cataloging, not tools).
1131
- [33588](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33588) Inventory item list is missing page-section class (23.05.00,22.11.06)
1131
- [33588](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33588) Inventory item list is missing page-section class (23.05.00,22.11.06)
1132
- [33590](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33590) WRAPPER tab_panel breaks JS on some pages (Select all/Clear all, post-Ajax updates) (23.05.00,22.11.06)
1132
- [33590](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33590) WRAPPER tab_panel breaks JS on some pages (Select all/Clear all, post-Ajax updates) (23.05.00,22.11.06)
1133
- [33596](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33596) Merge result page is missing page-section (23.05.00,22.11.06)
1133
- [33596](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33596) Merge result page is missing page-section (23.05.00,22.11.06)
1134
- [33615](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33615) Date picker icon not visible (23.05.00,22.11.06)
1134
- [33615](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33615) Date picker icon not visible (23.05.00,22.11.06)
1135
- [33621](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33621) Javascript error when claiming return via circulation.pl (23.05.00,22.11.06)
1135
- [33621](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33621) Javascript error when claiming return via circulation.pl (23.05.00,22.11.06)
1136
- [33631](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33631) results_summary label and content are slightly misaligned in staff interface (23.05.00,22.11.06)
1136
- [33631](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33631) results_summary label and content are slightly misaligned in staff interface (23.05.00,22.11.06)
1137
- [33642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33642) Typo: No log found . (23.05.00,22.11.06)
1137
- [33642](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33642) Typo: No log found . (23.05.00,22.11.06)
1138
- [33643](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33643) Add page-section to 'scan index' page (23.05.00,22.11.06)
1138
- [33643](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33643) Add page-section to 'scan index' page (23.05.00,22.11.06)
1139
- [33788](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33788) Items tab shows all previous borrowers instead of 3 (23.05.00)
1139
- [33788](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33788) Items tab shows all previous borrowers instead of 3 (23.05.00)
1140
- [30694](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30694) Impossible to delete line in circulation and fine rules (23.05.00,22.11.02,22.05.09, 21.11.16)
1140
- [30694](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30694) Impossible to delete line in circulation and fine rules (23.05.00,22.11.02,22.05.09, 21.11.16)
1141
1141
1142
  **Sponsored by** *Koha-Suomi Oy*
1142
  **Sponsored by** *Koha-Suomi Oy*
1143
- [32291](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32291) "library category" messages should be removed (not used) (23.05.00, 22.11.01, 22.05.09, 21.11.16)
1143
- [32291](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32291) "library category" messages should be removed (not used) (23.05.00, 22.11.01, 22.05.09, 21.11.16)
1144
- [32535](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32535) BorrowerUnwantedField syspref should not include borrowers.flags (23.05.00,22.11.02)
1144
- [32535](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32535) BorrowerUnwantedField syspref should not include borrowers.flags (23.05.00,22.11.02)
1145
- [32544](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32544) borrowers.flags should not be an option in any BorrowerMandatory or BorrowerUnwanted system preferences (23.05.00,22.11.03)
1145
- [32544](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32544) borrowers.flags should not be an option in any BorrowerMandatory or BorrowerUnwanted system preferences (23.05.00,22.11.03)
1146
- [32745](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32745) Jobs view breaks when there are jobs with context IS NULL (23.05.00,22.11.06)
1146
- [32745](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32745) Jobs view breaks when there are jobs with context IS NULL (23.05.00,22.11.06)
1147
- [32761](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32761) Typos in description of CircControlReturnsBranch system preference (23.05.00,22.11.03)
1147
- [32761](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32761) Typos in description of CircControlReturnsBranch system preference (23.05.00,22.11.03)
1148
- [32775](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32775) Ordering when there are multiple languages within a language group is wrong (23.05.00)
1148
- [32775](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32775) Ordering when there are multiple languages within a language group is wrong (23.05.00)
1149
1149
1150
  **Sponsored by** *Kinder library, New Zealand*
1150
  **Sponsored by** *Kinder library, New Zealand*
1151
- [32786](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32786) Curbside pickup admin page has cities search bar (23.05.00,22.11.03)
1151
- [32786](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32786) Curbside pickup admin page has cities search bar (23.05.00,22.11.03)
1152
- [32787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32787) Patron restrictions admin page has patron categories search bar (23.05.00,22.11.03)
1152
- [32787](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32787) Patron restrictions admin page has patron categories search bar (23.05.00,22.11.03)
1153
- [32788](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32788) Curbside pickups - Order curbside pickup slots chronologically (23.05.00,22.11.03)
1153
- [32788](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32788) Curbside pickups - Order curbside pickup slots chronologically (23.05.00,22.11.03)
1154
- [32803](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32803) EnableItemGroups and EnableItemGroupHolds options are wrong (23.05.00,22.11.04)
1154
- [32803](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32803) EnableItemGroups and EnableItemGroupHolds options are wrong (23.05.00,22.11.04)
1155
- [32964](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32964) OPACResultsMaxItemsUnavailable description is misleading (23.05.00,22.11.05)
1155
- [32964](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32964) OPACResultsMaxItemsUnavailable description is misleading (23.05.00,22.11.05)
1156
- [33004](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33004) Add VENDOR_TYPE to default authorised value categories (23.05.00,22.11.04)
1156
- [33004](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33004) Add VENDOR_TYPE to default authorised value categories (23.05.00,22.11.04)
1157
- [33060](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33060) Fix yes/no setting to 1/0 in system preference YAML files (23.05.00,22.11.04)
1157
- [33060](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33060) Fix yes/no setting to 1/0 in system preference YAML files (23.05.00,22.11.04)
1158
- [33196](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33196) Terminology: rephrase Pseudonymization system preference to be more general (23.05.00,22.11.06)
1158
- [33196](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33196) Terminology: rephrase Pseudonymization system preference to be more general (23.05.00,22.11.06)
1159
- [33197](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33197) Terminology: rename GDPR_Policy system preference (23.05.00,22.11.06)
1159
- [33197](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33197) Terminology: rename GDPR_Policy system preference (23.05.00,22.11.06)
1160
- [33335](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33335) MARC overlay rules broken because of "categorycode.categorycode " which contains "-" (23.05.00,22.11.06)
1160
- [33335](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33335) MARC overlay rules broken because of "categorycode.categorycode " which contains "-" (23.05.00,22.11.06)
1161
- [33509](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33509) Staff search result list shows "other holdings" with AlternateHoldingsField when there are no alternate holdings (23.05.00,22.11.05,22.05.13,21.11.21)
1161
- [33509](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33509) Staff search result list shows "other holdings" with AlternateHoldingsField when there are no alternate holdings (23.05.00,22.11.05,22.05.13,21.11.21)
1162
- [33549](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33549) Patron restriction types - Style missing for dialog messages (23.05.00,22.11.06)
1162
- [33549](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33549) Patron restriction types - Style missing for dialog messages (23.05.00,22.11.06)
1163
- [33586](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33586) Library and category are switched in table configuration for patron search results table settings (23.05.00,22.11.06)
1163
- [33586](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33586) Library and category are switched in table configuration for patron search results table settings (23.05.00,22.11.06)
1164
- [33634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33634) Sidebar navigation links in system preferences not taking user to the clicked section (23.05.00,22.11.06,22.05.13)
1164
- [33634](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33634) Sidebar navigation links in system preferences not taking user to the clicked section (23.05.00,22.11.06,22.05.13)
1165
- [33673](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33673) Global system preferences - change to just system preferences (23.05.00)
1165
- [33673](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33673) Global system preferences - change to just system preferences (23.05.00)
1166
- [33787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33787) Remove option to archive system debit types (23.05.00)
1166
- [33787](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33787) Remove option to archive system debit types (23.05.00)
1167
- [22375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22375) Due dates should be formatted consistently (23.05.00,22.11.06)
1167
- [22375](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22375) Due dates should be formatted consistently (23.05.00,22.11.06)
1168
- [28235](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28235) Custom cover images are very large in staff search results and OPAC details (23.05.00,22.11.01)
1168
- [28235](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28235) Custom cover images are very large in staff search results and OPAC details (23.05.00,22.11.01)
1169
- [31405](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31405) Set focus for cursor to setSpec input when adding a new OAI set (23.05.00,22.11.06)
1169
- [31405](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31405) Set focus for cursor to setSpec input when adding a new OAI set (23.05.00,22.11.06)
1170
- [31409](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31409) Set focus for cursor to Fund code when adding a new fund (23.05.00,22.11.05)
1170
- [31409](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31409) Set focus for cursor to Fund code when adding a new fund (23.05.00,22.11.05)
1171
- [31410](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31410) Set focus for cursor to Server name when adding a new Z39.50 or SRU server (23.05.00,22.11.06)
1171
- [31410](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31410) Set focus for cursor to Server name when adding a new Z39.50 or SRU server (23.05.00,22.11.06)
1172
- [31413](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31413) Set focus for cursor to Selector when adding a new audio alert (23.05.00,22.11.04,22.05.11,21.11.19)
1172
- [31413](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31413) Set focus for cursor to Selector when adding a new audio alert (23.05.00,22.11.04,22.05.11,21.11.19)
1173
- [31932](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31932) The basket summary page template needs a cleanup (23.05.00,22.11.03)
1173
- [31932](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31932) The basket summary page template needs a cleanup (23.05.00,22.11.03)
1174
- [31994](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994) Clicking the next button of a DataTable loading its data from the HTML does nothing (23.05.00,22.11.05)
1174
- [31994](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994) Clicking the next button of a DataTable loading its data from the HTML does nothing (23.05.00,22.11.05)
1175
- [32003](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32003) Accessibility: Order search results has two h1 headings (23.05.00,22.11.05)
1175
- [32003](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32003) Accessibility: Order search results has two h1 headings (23.05.00,22.11.05)
1176
- [32023](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32023) Remove horizontal line from OPAC navigation for CMS pages (23.05.00,22.11.03)
1176
- [32023](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32023) Remove horizontal line from OPAC navigation for CMS pages (23.05.00,22.11.03)
1177
- [32061](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32061) <span> in the title of z39.50 servers page (23.05.00,22.11.01)
1177
- [32061](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32061) <span> in the title of z39.50 servers page (23.05.00,22.11.01)
1178
- [32074](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074) Edit vendor has a floating toolbar, but still an additional save button at the bottom (23.05.00,22.11.01)
1178
- [32074](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074) Edit vendor has a floating toolbar, but still an additional save button at the bottom (23.05.00,22.11.01)
1179
- [32127](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32127) Sort patron categories by description in templates (23.05.00,22.11.05,22.05.13)
1179
- [32127](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32127) Sort patron categories by description in templates (23.05.00,22.11.05,22.05.13)
1180
- [32159](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32159) Uncertain prices has 2 level 1 headings (23.05.00,22.11.04)
1180
- [32159](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32159) Uncertain prices has 2 level 1 headings (23.05.00,22.11.04)
1181
- [32200](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32200) Add page-section checkout notes page (circ) (23.05.00,22.11.01)
1181
- [32200](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32200) Add page-section checkout notes page (circ) (23.05.00,22.11.01)
1182
- [32205](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32205) Unnecessary sysprefs used in template params for masthead during failed OPAC auth (23.05.00,22.11.04,22.05.11,21.11.19)
1182
- [32205](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32205) Unnecessary sysprefs used in template params for masthead during failed OPAC auth (23.05.00,22.11.04,22.05.11,21.11.19)
1183
- [32213](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32213) Reindent item search fields template (23.05.00, 22.11.01)
1183
- [32213](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32213) Reindent item search fields template (23.05.00, 22.11.01)
1184
- [32215](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32215) 'You Searched for' for patron restrictions is not used (23.05.00,22.11.04)
1184
- [32215](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32215) 'You Searched for' for patron restrictions is not used (23.05.00,22.11.04)
1185
- [32217](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32217) Typo: Error authenticating in external provider (23.05.00,22.11.05)
1185
- [32217](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32217) Typo: Error authenticating in external provider (23.05.00,22.11.05)
1186
- [32222](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32222) Capitalization: id (23.05.00,22.11.03)
1186
- [32222](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32222) Capitalization: id (23.05.00,22.11.03)
1187
- [32226](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32226) Capitalization: Edit html content (23.05.00,22.11.03)
1187
- [32226](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32226) Capitalization: Edit html content (23.05.00,22.11.03)
1188
- [32229](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229) Typo: Items missing from bundle at checkin for %s (23.05.00,22.11.03)
1188
- [32229](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229) Typo: Items missing from bundle at checkin for %s (23.05.00,22.11.03)
1189
- [32230](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32230) Capitalization: Manage Domains (23.05.00,22.11.03)
1189
- [32230](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32230) Capitalization: Manage Domains (23.05.00,22.11.03)
1190
- [32263](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32263) Capitalization: ...and on the Libraries page in the OPAC. (23.05.00,22.11.05)
1190
- [32263](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32263) Capitalization: ...and on the Libraries page in the OPAC. (23.05.00,22.11.05)
1191
- [32264](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32264) Capitalization/Terminology: Show in Staff client? (23.05.00,22.11.03)
1191
- [32264](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32264) Capitalization/Terminology: Show in Staff client? (23.05.00,22.11.03)
1192
- [32282](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32282) Capitalization: User id (23.05.00,22.11.01)
1192
- [32282](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32282) Capitalization: User id (23.05.00,22.11.01)
1193
- [32283](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32283) Capitalization: opac users of this domain to login with this identity provider (23.05.00,22.11.01)
1193
- [32283](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32283) Capitalization: opac users of this domain to login with this identity provider (23.05.00,22.11.01)
1194
- [32289](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32289) Punctuation: Delete desk "...?" (23.05.00,22.11.03,22.05.10)
1194
- [32289](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32289) Punctuation: Delete desk "...?" (23.05.00,22.11.03,22.05.10)
1195
- [32290](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32290) ILL requests uses some wrong terminology (23.05.00,22.11.03,22.05.10,21.11.18)
1195
- [32290](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32290) ILL requests uses some wrong terminology (23.05.00,22.11.03,22.05.10,21.11.18)
1196
- [32293](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32293) Terminology: Some budgets are not defined in item records (23.05.00,22.11.04)
1196
- [32293](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32293) Terminology: Some budgets are not defined in item records (23.05.00,22.11.04)
1197
- [32294](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32294) Capitalization: Enter your User ID... (23.05.00,22.11.03,22.05.10,21.11.18)
1197
- [32294](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32294) Capitalization: Enter your User ID... (23.05.00,22.11.03,22.05.10,21.11.18)
1198
- [32295](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32295) Punctuation: Filters : (23.05.00,22.11.03,22.05.10,21.11.18)
1198
- [32295](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32295) Punctuation: Filters : (23.05.00,22.11.03,22.05.10,21.11.18)
1199
- [32300](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32300) Add page-section to cataloguing plugins (cat) (23.05.00,22.11.01)
1199
- [32300](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32300) Add page-section to cataloguing plugins (cat) (23.05.00,22.11.01)
1200
- [32307](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32307) Chocolat image viewer broken in the staff interface when Coce is enabled (23.05.00,22.11.04,22.05.11, 21.11.19)
1200
- [32307](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32307) Chocolat image viewer broken in the staff interface when Coce is enabled (23.05.00,22.11.04,22.05.11, 21.11.19)
1201
- [32320](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32320) Remove text-shadow from header menu links (23.05.00,22.11.01)
1201
- [32320](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32320) Remove text-shadow from header menu links (23.05.00,22.11.01)
1202
- [32323](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32323) Correct focus state of some DataTables controls (23.05.00,22.11.01)
1202
- [32323](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32323) Correct focus state of some DataTables controls (23.05.00,22.11.01)
1203
- [32348](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32348) Library public is missing from columns settings (23.05.00,22.11.02,22.05.09, 21.11.16)
1203
- [32348](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32348) Library public is missing from columns settings (23.05.00,22.11.02,22.05.09, 21.11.16)
1204
- [32378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32378) Incorrect label for in identity provider domains (23.05.00,22.11.01)
1204
- [32378](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32378) Incorrect label for in identity provider domains (23.05.00,22.11.01)
1205
- [32400](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32400) Add page-section to tables for end of year rollover (acq) (23.05.00,22.11.02)
1205
- [32400](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32400) Add page-section to tables for end of year rollover (acq) (23.05.00,22.11.02)
1206
- [32447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32447) In items table barcode column can not be filtered (23.05.00,22.11.05)
1206
- [32447](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32447) In items table barcode column can not be filtered (23.05.00,22.11.05)
1207
- [32482](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32482) Reindent holds awaiting pickup template (23.05.00,22.11.03)
1207
- [32482](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32482) Reindent holds awaiting pickup template (23.05.00,22.11.03)
1208
  >This tidies up the template used to display the holds awaiting pickup page (Circulation > Holds > Holds awaiting pickup). It also fixes the page so that the circulation sidebar is now shown.
1208
  >This tidies up the template used to display the holds awaiting pickup page (Circulation > Holds > Holds awaiting pickup). It also fixes the page so that the circulation sidebar is now shown.
1209
- [32562](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32562) Reindent the about page template (23.05.00,22.11.03)
1209
- [32562](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32562) Reindent the about page template (23.05.00,22.11.03)
1210
- [32586](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32586) Reindent items with no checkouts reports template (23.05.00,22.11.03)
1210
- [32586](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32586) Reindent items with no checkouts reports template (23.05.00,22.11.03)
1211
- [32587](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32587) Add page-section to items with no checkouts report (23.05.00,22.11.03)
1211
- [32587](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32587) Add page-section to items with no checkouts report (23.05.00,22.11.03)
1212
- [32605](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32605) Restore some form styling from before the redesign (23.05.00,22.11.03)
1212
- [32605](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32605) Restore some form styling from before the redesign (23.05.00,22.11.03)
1213
- [32606](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32606) Revert Flatpickr style changes made in Bug 31943 (23.05.00,22.11.03)
1213
- [32606](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32606) Revert Flatpickr style changes made in Bug 31943 (23.05.00,22.11.03)
1214
- [32616](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32616) Add 'page-section' to various acquisitions pages (23.05.00,22.11.02)
1214
- [32616](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32616) Add 'page-section' to various acquisitions pages (23.05.00,22.11.02)
1215
- [32618](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32618) Add 'page-section' to various administration pages (23.05.00,22.11.03)
1215
- [32618](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32618) Add 'page-section' to various administration pages (23.05.00,22.11.03)
1216
- [32628](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32628) Add 'page-section' to various serials pages (23.05.00,22.11.02)
1216
- [32628](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32628) Add 'page-section' to various serials pages (23.05.00,22.11.02)
1217
- [32632](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32632) Add 'page-section' to some tools pages (23.05.00,22.11.02)
1217
- [32632](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32632) Add 'page-section' to some tools pages (23.05.00,22.11.02)
1218
- [32633](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32633) Add 'page-section' to cataloging and authority pages (23.05.00,22.11.03)
1218
- [32633](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32633) Add 'page-section' to cataloging and authority pages (23.05.00,22.11.03)
1219
- [32634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32634) Add 'page-section' to various pages (23.05.00,22.11.05)
1219
- [32634](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32634) Add 'page-section' to various pages (23.05.00,22.11.05)
1220
- [32642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32642) Loading spinner always visible when cover image is short (OPAC) (23.05.00,22.11.06,22.05.13,21.11.21)
1220
- [32642](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32642) Loading spinner always visible when cover image is short (OPAC) (23.05.00,22.11.06,22.05.13,21.11.21)
1221
- [32672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32672) Incorrect CSS path to jquery-ui (23.05.00,22.11.03,22.05.10)
1221
- [32672](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32672) Incorrect CSS path to jquery-ui (23.05.00,22.11.03,22.05.10)
1222
- [32690](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32690) Reindent the serial collection template (23.05.00,22.11.03)
1222
- [32690](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32690) Reindent the serial collection template (23.05.00,22.11.03)
1223
- [32738](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32738) Correct upload local cover image title tag (23.05.00,22.11.03)
1223
- [32738](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32738) Correct upload local cover image title tag (23.05.00,22.11.03)
1224
- [32743](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32743) Reindent the invoice details page (23.05.00,22.11.03)
1224
- [32743](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32743) Reindent the invoice details page (23.05.00,22.11.03)
1225
- [32757](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32757) "Save changes" button on housebound tab should be yellow (23.05.00,22.11.04)
1225
- [32757](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32757) "Save changes" button on housebound tab should be yellow (23.05.00,22.11.04)
1226
- [32771](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32771) Standardize structure around action fieldsets in serials (23.05.00,22.11.05)
1226
- [32771](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32771) Standardize structure around action fieldsets in serials (23.05.00,22.11.05)
1227
- [32785](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32785) Typo: Maximum number of simultaneus pickups per interval (curbside pickups) (23.05.00,22.11.03)
1227
- [32785](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32785) Typo: Maximum number of simultaneus pickups per interval (curbside pickups) (23.05.00,22.11.03)
1228
- [32912](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32912) Use template wrapper for notices tabs (23.05.00,22.11.04)
1228
- [32912](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32912) Use template wrapper for notices tabs (23.05.00,22.11.04)
1229
- [32926](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32926) Cannot expand or collapse some System preference sections after a search (23.05.00,22.11.04,22.05.11,21.11.19)
1229
- [32926](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32926) Cannot expand or collapse some System preference sections after a search (23.05.00,22.11.04,22.05.11,21.11.19)
1230
- [32933](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32933) Use val() instead of attr("value") when getting field values with jQuery (23.05.00,22.11.04,22.05.11,21.11.19)
1230
- [32933](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32933) Use val() instead of attr("value") when getting field values with jQuery (23.05.00,22.11.04,22.05.11,21.11.19)
1231
- [32945](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32945) Capitalization: id (part 2) (23.05.00,22.11.05)
1231
- [32945](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32945) Capitalization: id (part 2) (23.05.00,22.11.05)
1232
- [32954](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32954) Standardize action fieldsets in rotating collections, suggestions, tools (23.05.00,22.11.05)
1232
- [32954](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32954) Standardize action fieldsets in rotating collections, suggestions, tools (23.05.00,22.11.05)
1233
- [32955](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32955) Standardize structure around action fieldsets in various templates (23.05.00,22.11.05)
1233
- [32955](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32955) Standardize structure around action fieldsets in various templates (23.05.00,22.11.05)
1234
- [32956](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32956) Use template wrapper for HTML customizations tabs (23.05.00,22.11.05)
1234
- [32956](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32956) Use template wrapper for HTML customizations tabs (23.05.00,22.11.05)
1235
- [32969](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32969) Remove references to jQueryUI assets and style in the OPAC (23.05.00,22.11.05)
1235
- [32969](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32969) Remove references to jQueryUI assets and style in the OPAC (23.05.00,22.11.05)
1236
- [32973](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32973) Use template wrapper for breadcrumbs: about, main, and error page (23.05.00,22.11.04)
1236
- [32973](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32973) Use template wrapper for breadcrumbs: about, main, and error page (23.05.00,22.11.04)
1237
- [33001](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33001) Use template wrapper for breadcrumbs: Acquisitions part 2 (23.05.00,22.11.05)
1237
- [33001](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33001) Use template wrapper for breadcrumbs: Acquisitions part 2 (23.05.00,22.11.05)
1238
- [33005](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33005) Use template wrapper for breadcrumbs: Acquisitions part 3 (23.05.00,22.11.05)
1238
- [33005](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33005) Use template wrapper for breadcrumbs: Acquisitions part 3 (23.05.00,22.11.05)
1239
- [33006](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33006) Use template wrapper for breadcrumbs: Administration part 1 (23.05.00,22.11.05)
1239
- [33006](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33006) Use template wrapper for breadcrumbs: Administration part 1 (23.05.00,22.11.05)
1240
- [33007](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33007) Use template wrapper for breadcrumbs: Administration part 2 (23.05.00,22.11.05)
1240
- [33007](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33007) Use template wrapper for breadcrumbs: Administration part 2 (23.05.00,22.11.05)
1241
- [33011](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33011) Capitalization: Show in Staff interface? (23.05.00,22.11.04)
1241
- [33011](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33011) Capitalization: Show in Staff interface? (23.05.00,22.11.04)
1242
- [33015](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33015) 'Cancel' link still points to tools home when it should be cataloguing home on some pages (23.05.00,22.11.04)
1242
- [33015](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33015) 'Cancel' link still points to tools home when it should be cataloguing home on some pages (23.05.00,22.11.04)
1243
- [33016](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33016) MARC diff view still shows tools instead of cataloging in title and breadcrumbs (23.05.00,22.11.04)
1243
- [33016](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33016) MARC diff view still shows tools instead of cataloging in title and breadcrumbs (23.05.00,22.11.04)
1244
- [33048](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33048) Empty email link on error page when OPAC login not allowed (23.05.00,22.11.04,22.05.11,21.11.19)
1244
- [33048](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33048) Empty email link on error page when OPAC login not allowed (23.05.00,22.11.04,22.05.11,21.11.19)
1245
- [33056](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33056) Terminology: change 'fine' to 'charge' when making a payment/writeoff (23.05.00,22.11.04)
1245
- [33056](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33056) Terminology: change 'fine' to 'charge' when making a payment/writeoff (23.05.00,22.11.04)
1246
- [33058](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33058) Terminology: change 'fine' to 'charge' for viewing a guarantee's charges in OPAC (23.05.00,22.11.04)
1246
- [33058](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33058) Terminology: change 'fine' to 'charge' for viewing a guarantee's charges in OPAC (23.05.00,22.11.04)
1247
- [33095](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33095) Text is white on white when hovering over pay/writeoff buttons in paycollect (23.05.00,22.11.04)
1247
- [33095](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33095) Text is white on white when hovering over pay/writeoff buttons in paycollect (23.05.00,22.11.04)
1248
- [33111](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33111) Use template wrapper for breadcrumbs: Administration part 4 (23.05.00,22.11.05)
1248
- [33111](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33111) Use template wrapper for breadcrumbs: Administration part 4 (23.05.00,22.11.05)
1249
- [33126](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33126) Markup error in staff interface tab wrapper (23.05.00,22.11.04)
1249
- [33126](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33126) Markup error in staff interface tab wrapper (23.05.00,22.11.04)
1250
- [33129](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33129) Use template wrapper for breadcrumbs: Administration part 6 (23.05.00,22.11.05)
1250
- [33129](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33129) Use template wrapper for breadcrumbs: Administration part 6 (23.05.00,22.11.05)
1251
- [33130](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33130) Use template wrapper for breadcrumbs: Authorities (23.05.00,22.11.05)
1251
- [33130](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33130) Use template wrapper for breadcrumbs: Authorities (23.05.00,22.11.05)
1252
- [33131](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33131) Use template wrapper for breadcrumbs: Catalog part 1 (23.05.00,22.11.05)
1252
- [33131](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33131) Use template wrapper for breadcrumbs: Catalog part 1 (23.05.00,22.11.05)
1253
- [33136](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33136) Catalog search pop-up is missing page-section (23.05.00,22.11.05)
1253
- [33136](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33136) Catalog search pop-up is missing page-section (23.05.00,22.11.05)
1254
- [33137](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33137) Make sure columns on transactions and 'pay fines' tab are matching up (23.05.00,22.11.05,22.05.12, 21.11.20)
1254
- [33137](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33137) Make sure columns on transactions and 'pay fines' tab are matching up (23.05.00,22.11.05,22.05.12, 21.11.20)
1255
- [33147](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33147) Use template wrapper for breadcrumbs: Catalog part 2 (23.05.00,22.11.05)
1255
- [33147](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33147) Use template wrapper for breadcrumbs: Catalog part 2 (23.05.00,22.11.05)
1256
- [33148](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33148) Use template wrapper for breadcrumbs: Cataloging (23.05.00,22.11.05)
1256
- [33148](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33148) Use template wrapper for breadcrumbs: Cataloging (23.05.00,22.11.05)
1257
- [33149](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33149) Use template wrapper for breadcrumbs: Circulation part 1 (23.05.00,22.11.05)
1257
- [33149](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33149) Use template wrapper for breadcrumbs: Circulation part 1 (23.05.00,22.11.05)
1258
- [33154](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33154) Tab WRAPPER follow-up: label text must be translatable (23.05.00,22.11.05)
1258
- [33154](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33154) Tab WRAPPER follow-up: label text must be translatable (23.05.00,22.11.05)
1259
- [33158](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33158) Use template wrapper for authorized values and item types administration tabs (23.05.00)
1259
- [33158](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33158) Use template wrapper for authorized values and item types administration tabs (23.05.00)
1260
- [33180](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33180) Use template wrapper for tabs: Budgets and Search engine configuration (23.05.00,22.11.05)
1260
- [33180](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33180) Use template wrapper for tabs: Budgets and Search engine configuration (23.05.00,22.11.05)
1261
- [33181](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33181) Use template wrapper for tabs on record merge pages (23.05.00,22.11.05)
1261
- [33181](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33181) Use template wrapper for tabs on record merge pages (23.05.00,22.11.05)
1262
- [33185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33185) Use template wrapper for tabs on authority and biblio MARC details (23.05.00,22.11.05)
1262
- [33185](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33185) Use template wrapper for tabs on authority and biblio MARC details (23.05.00,22.11.05)
1263
- [33186](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33186) Use template wrapper for tabs on search history and advanced search (23.05.00,22.11.05)
1263
- [33186](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33186) Use template wrapper for tabs on search history and advanced search (23.05.00,22.11.05)
1264
- [33187](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33187) Use template wrapper for tabs article requests and holds awaiting pickup pages (23.05.00,22.11.05)
1264
- [33187](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33187) Use template wrapper for tabs article requests and holds awaiting pickup pages (23.05.00,22.11.05)
1265
- [33265](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33265) Additional unformatted navigation items when on serial receive page (23.05.00,22.11.05)
1265
- [33265](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33265) Additional unformatted navigation items when on serial receive page (23.05.00,22.11.05)
1266
- [33272](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33272) Color of the "(remove)" link when an item is in the cart (OPAC) (23.05.00,22.11.05)
1266
- [33272](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33272) Color of the "(remove)" link when an item is in the cart (OPAC) (23.05.00,22.11.05)
1267
- [33278](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33278) Correct JS for activating default tab on various pages (23.05.00,22.11.05)
1267
- [33278](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33278) Correct JS for activating default tab on various pages (23.05.00,22.11.05)
1268
- [33293](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33293) Use template wrapper for tabs: Holds (23.05.00,22.11.05)
1268
- [33293](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33293) Use template wrapper for tabs: Holds (23.05.00,22.11.05)
1269
- [33294](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33294) Use template wrapper for tabs: Checkout history (23.05.00,22.11.05)
1269
- [33294](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33294) Use template wrapper for tabs: Checkout history (23.05.00,22.11.05)
1270
- [33307](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33307) Use template wrapper for tabs: Lists (23.05.00,22.11.05)
1270
- [33307](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33307) Use template wrapper for tabs: Lists (23.05.00,22.11.05)
1271
- [33320](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33320) Patron modification requests: options are squashed (23.05.00,22.11.06)
1271
- [33320](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33320) Patron modification requests: options are squashed (23.05.00,22.11.06)
1272
- [33322](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33322) "Please select at least one suggestion" when doing a catalog search from suggestions page (23.05.00,22.11.05)
1272
- [33322](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33322) "Please select at least one suggestion" when doing a catalog search from suggestions page (23.05.00,22.11.05)
1273
- [33324](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33324) Use template wrapper for tabs: Tools (23.05.00,22.11.05)
1273
- [33324](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33324) Use template wrapper for tabs: Tools (23.05.00,22.11.05)
1274
- [33333](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33333) Use template wrapper for tabs: SQL reports (23.05.00,22.11.05)
1274
- [33333](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33333) Use template wrapper for tabs: SQL reports (23.05.00,22.11.05)
1275
- [33336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33336) Use a dedicated column for plugin status in plugins table (23.05.00, 22.11.06)
1275
- [33336](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33336) Use a dedicated column for plugin status in plugins table (23.05.00, 22.11.06)
1276
- [33345](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33345) On-site checkout checkbox does not work since issue date using flatpickr (23.05.00,22.11.05)
1276
- [33345](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33345) On-site checkout checkbox does not work since issue date using flatpickr (23.05.00,22.11.05)
1277
- [33372](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33372) Use template wrapper for breadcrumbs: Circulation part 2 (23.05.00,22.11.05)
1277
- [33372](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33372) Use template wrapper for breadcrumbs: Circulation part 2 (23.05.00,22.11.05)
1278
- [33373](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33373) Use template wrapper for breadcrumbs: Circulation part 3 (23.05.00,22.11.05)
1278
- [33373](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33373) Use template wrapper for breadcrumbs: Circulation part 3 (23.05.00,22.11.05)
1279
- [33382](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33382) Use template wrapper for breadcrumbs: Patron clubs (23.05.00,22.11.05)
1279
- [33382](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33382) Use template wrapper for breadcrumbs: Patron clubs (23.05.00,22.11.05)
1280
- [33383](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33383) Use template wrapper for breadcrumbs: Course reserves (23.05.00,22.11.05)
1280
- [33383](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33383) Use template wrapper for breadcrumbs: Course reserves (23.05.00,22.11.05)
1281
- [33384](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33384) Use template wrapper for breadcrumbs: Labels (23.05.00,22.11.05)
1281
- [33384](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33384) Use template wrapper for breadcrumbs: Labels (23.05.00,22.11.05)
1282
- [33385](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33385) Use template wrapper for breadcrumbs: Patrons part 1 (23.05.00,22.11.05)
1282
- [33385](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33385) Use template wrapper for breadcrumbs: Patrons part 1 (23.05.00,22.11.05)
1283
- [33386](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33386) Use template wrapper for breadcrumbs: Patrons part 2 (23.05.00,22.11.05)
1283
- [33386](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33386) Use template wrapper for breadcrumbs: Patrons part 2 (23.05.00,22.11.05)
1284
- [33387](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33387) Use template wrapper for breadcrumbs: Patrons part 3 (23.05.00,22.11.05)
1284
- [33387](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33387) Use template wrapper for breadcrumbs: Patrons part 3 (23.05.00,22.11.05)
1285
- [33388](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33388) Use template wrapper for breadcrumbs: Patrons part 4 (23.05.00,22.11.06)
1285
- [33388](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33388) Use template wrapper for breadcrumbs: Patrons part 4 (23.05.00,22.11.06)
1286
- [33389](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33389) Use template wrapper for breadcrumbs: Patrons part 5 (23.05.00,22.11.05)
1286
- [33389](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33389) Use template wrapper for breadcrumbs: Patrons part 5 (23.05.00,22.11.05)
1287
- [33409](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33409) Use template wrapper for breadcrumbs: Patrons lists (23.05.00,22.11.05)
1287
- [33409](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33409) Use template wrapper for breadcrumbs: Patrons lists (23.05.00,22.11.05)
1288
- [33410](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33410) Use template wrapper for breadcrumbs: Patron card creator (23.05.00,22.11.05)
1288
- [33410](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33410) Use template wrapper for breadcrumbs: Patron card creator (23.05.00,22.11.05)
1289
- [33429](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33429) Use template wrapper for breadcrumbs: Plugins (23.05.00,22.11.05)
1289
- [33429](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33429) Use template wrapper for breadcrumbs: Plugins (23.05.00,22.11.05)
1290
- [33434](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33434) Use template wrapper for breadcrumbs: Point of sale (23.05.00,22.11.05)
1290
- [33434](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33434) Use template wrapper for breadcrumbs: Point of sale (23.05.00,22.11.05)
1291
- [33436](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33436) Use template wrapper for breadcrumbs: Reports part 1 (23.05.00,22.11.05)
1291
- [33436](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33436) Use template wrapper for breadcrumbs: Reports part 1 (23.05.00,22.11.05)
1292
- [33437](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33437) Use template wrapper for breadcrumbs: Reports part 2 (23.05.00,22.11.06)
1292
- [33437](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33437) Use template wrapper for breadcrumbs: Reports part 2 (23.05.00,22.11.06)
1293
- [33438](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33438) Use template wrapper for breadcrumbs: Reports part 3 (23.05.00,22.11.06)
1293
- [33438](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33438) Use template wrapper for breadcrumbs: Reports part 3 (23.05.00,22.11.06)
1294
- [33439](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33439) Use template wrapper for breadcrumbs: Reports part 4 (23.05.00,22.11.06)
1294
- [33439](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33439) Use template wrapper for breadcrumbs: Reports part 4 (23.05.00,22.11.06)
1295
- [33551](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33551) Rogue span in patron restriction types admin page title (23.05.00,22.11.06)
1295
- [33551](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33551) Rogue span in patron restriction types admin page title (23.05.00,22.11.06)
1296
- [33553](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33553) Unecessary GetCategories calls in template (23.05.00)
1296
- [33553](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33553) Unecessary GetCategories calls in template (23.05.00)
1297
- [33555](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33555) Use template wrapper for breadcrumbs: Rotating collections (23.05.00,22.11.06)
1297
- [33555](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33555) Use template wrapper for breadcrumbs: Rotating collections (23.05.00,22.11.06)
1298
- [33558](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33558) Use template wrapper for breadcrumbs: Serials part 1 (23.05.00,22.11.06)
1298
- [33558](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33558) Use template wrapper for breadcrumbs: Serials part 1 (23.05.00,22.11.06)
1299
- [33559](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33559) Use template wrapper for breadcrumbs: Serials part 2 (23.05.00,22.11.06)
1299
- [33559](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33559) Use template wrapper for breadcrumbs: Serials part 2 (23.05.00,22.11.06)
1300
- [33564](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33564) Use template wrapper for breadcrumbs: Serials part 3 (23.05.00,22.11.06)
1300
- [33564](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33564) Use template wrapper for breadcrumbs: Serials part 3 (23.05.00,22.11.06)
1301
- [33565](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33565) Use template wrapper for breadcrumbs: Tags (23.05.00,22.11.06)
1301
- [33565](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33565) Use template wrapper for breadcrumbs: Tags (23.05.00,22.11.06)
1302
- [33566](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33566) Use template wrapper for breadcrumbs: Tools, part 1 (23.05.00,22.11.06)
1302
- [33566](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33566) Use template wrapper for breadcrumbs: Tools, part 1 (23.05.00,22.11.06)
1303
- [33571](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33571) Use template wrapper for breadcrumbs: Tools, part 2 (23.05.00,22.11.06)
1303
- [33571](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33571) Use template wrapper for breadcrumbs: Tools, part 2 (23.05.00,22.11.06)
1304
- [33572](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33572) Use template wrapper for breadcrumbs: Tools, part 3 (23.05.00,22.11.06)
1304
- [33572](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33572) Use template wrapper for breadcrumbs: Tools, part 3 (23.05.00,22.11.06)
1305
- [33579](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33579) Typo: record record (23.05.00,22.11.06,22.05.13)
1305
- [33579](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33579) Typo: record record (23.05.00,22.11.06,22.05.13)
1306
- [33582](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33582) Use template wrapper for breadcrumbs: Tools, part 4 (23.05.00,22.11.06)
1306
- [33582](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33582) Use template wrapper for breadcrumbs: Tools, part 4 (23.05.00,22.11.06)
1307
- [33597](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33597) Get rid of few SameSite warnings (23.05.00,22.11.06,22.05.13)
1307
- [33597](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33597) Get rid of few SameSite warnings (23.05.00,22.11.06,22.05.13)
1308
- [33598](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33598) Use template wrapper for breadcrumbs: Tools, part 5 (23.05.00,22.11.06)
1308
- [33598](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33598) Use template wrapper for breadcrumbs: Tools, part 5 (23.05.00,22.11.06)
1309
- [33599](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33599) Use template wrapper for breadcrumbs: Various (23.05.00)
1309
- [33599](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33599) Use template wrapper for breadcrumbs: Various (23.05.00)
1310
- [33600](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33600) Use template wrapper for breadcrumbs: Tools, part 7 (23.05.00,22.11.06)
1310
- [33600](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33600) Use template wrapper for breadcrumbs: Tools, part 7 (23.05.00,22.11.06)
1311
- [33601](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33601) Use template wrapper for breadcrumbs: Tools, part 8 (23.05.00,22.11.06)
1311
- [33601](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33601) Use template wrapper for breadcrumbs: Tools, part 8 (23.05.00,22.11.06)
1312
- [33696](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33696) Doubled up home icon in budgets page (23.05.00,22.11.06)
1312
- [33696](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33696) Doubled up home icon in budgets page (23.05.00,22.11.06)
1313
- [33699](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33699) Typo in identity_provider_domains.tt (presedence) (23.05.00,22.11.06)
1313
- [33699](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33699) Typo in identity_provider_domains.tt (presedence) (23.05.00,22.11.06)
1314
- [33705](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33705) Tables have configure button even if they are not configurable (23.05.00)
1314
- [33705](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33705) Tables have configure button even if they are not configurable (23.05.00)
1315
- [33707](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33707) News vs Quote of the day styling on staff interface main page (23.05.00)
1315
- [33707](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33707) News vs Quote of the day styling on staff interface main page (23.05.00)
1316
- [33721](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33721) Show inactive funds in invoice.tt out of order (23.05.00)
1316
- [33721](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33721) Show inactive funds in invoice.tt out of order (23.05.00)
1317
- [33735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33735) Misspelling in SMS provier (23.05.00)
1317
- [33735](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33735) Misspelling in SMS provier (23.05.00)
1318
- [33769](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33769) Terminology:  'Warning: Item {barcode} is reserved' (23.05.00)
1318
- [33769](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33769) Terminology:  'Warning: Item {barcode} is reserved' (23.05.00)
1319
- [33797](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33797) Extra space in supplier.tt (23.05.00)
1319
- [33797](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33797) Extra space in supplier.tt (23.05.00)
1320
  >This removes the space between the field label and the colon for the notes field in the interfaces section for a vendor's details.
1320
  >This removes the space between the field label and the colon for the notes field in the interfaces section for a vendor's details.
1321
- [28670](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28670) api/v1/patrons_holds.t is failing randomly (23.05.00,22.11.02)
1321
- [28670](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28670) api/v1/patrons_holds.t is failing randomly (23.05.00,22.11.02)
1322
- [29274](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274) z_reset.t is wrong (23.05.00,22.11.01)
1322
- [29274](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274) z_reset.t is wrong (23.05.00,22.11.01)
1323
- [32349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349) Remove TEST_QA (23.05.00,22.11.02,22.05.09, 21.11.16)
1323
- [32349](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349) Remove TEST_QA (23.05.00,22.11.02,22.05.09, 21.11.16)
1324
- [32350](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32350) We should die if TestBuilder is passed a column we're not expecting (23.05.00, 22.11.01)
1324
- [32350](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32350) We should die if TestBuilder is passed a column we're not expecting (23.05.00, 22.11.01)
1325
- [32351](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32351) Fix all TestBuilder calls failing due to wrong column names (23.05.00, 22.11.01)
1325
- [32351](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32351) Fix all TestBuilder calls failing due to wrong column names (23.05.00, 22.11.01)
1326
- [32352](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32352) xt/check_makefile.t failing on node_modules (23.05.00, 22.11.01)
1326
- [32352](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32352) xt/check_makefile.t failing on node_modules (23.05.00, 22.11.01)
1327
- [32353](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32353) reserves.item_group_id should be undefined in tests by default (23.05.00,22.11.04)
1327
- [32353](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32353) reserves.item_group_id should be undefined in tests by default (23.05.00,22.11.04)
1328
- [32366](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32366) BatchDeleteBiblio task should have tests to prove indexing all takes place in one step (23.05.00,22.11.01)
1328
- [32366](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32366) BatchDeleteBiblio task should have tests to prove indexing all takes place in one step (23.05.00,22.11.01)
1329
- [32376](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32376) selenium/authentication_2fa.t produces artefact (23.05.00,22.11.03)
1329
- [32376](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32376) selenium/authentication_2fa.t produces artefact (23.05.00,22.11.03)
1330
- [32622](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32622) Auth.t failing on D10 (23.05.00, 22.11.02, 22.05.09, 21.11.16)
1330
- [32622](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32622) Auth.t failing on D10 (23.05.00, 22.11.02, 22.05.09, 21.11.16)
1331
- [32648](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32648) Search.t is failing if run after Filter_MARC_ViewPolicy.t (23.05.00,22.11.05)
1331
- [32648](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32648) Search.t is failing if run after Filter_MARC_ViewPolicy.t (23.05.00,22.11.05)
1332
- [32650](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32650) Koha/Holds.t is failing randomly (23.05.00,22.11.02)
1332
- [32650](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32650) Koha/Holds.t is failing randomly (23.05.00,22.11.02)
1333
- [32673](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32673) Remove misc/load_testing/ scripts (23.05.00,22.11.03)
1333
- [32673](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32673) Remove misc/load_testing/ scripts (23.05.00,22.11.03)
1334
- [32710](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32710) UI/Form/Builder/Item.t is failing randomly (23.05.00,22.11.05)
1334
- [32710](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32710) UI/Form/Builder/Item.t is failing randomly (23.05.00,22.11.05)
1335
- [32979](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32979) Add Test::Exception to Logger.t (23.05.00,22.11.04,22.05.11, 21.11.19)
1335
- [32979](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32979) Add Test::Exception to Logger.t (23.05.00,22.11.04,22.05.11, 21.11.19)
1336
- [33054](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33054) Koha/Acquisition/Order.t is failing randomly (23.05.00,22.11.04)
1336
- [33054](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33054) Koha/Acquisition/Order.t is failing randomly (23.05.00,22.11.04)
1337
- [33214](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33214) Make sure cache is cleared properly (23.05.00,22.11.04)
1337
- [33214](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33214) Make sure cache is cleared properly (23.05.00,22.11.04)
1338
- [33235](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33235) Cypress tests are failing (23.05.00,22.11.04)
1338
- [33235](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33235) Cypress tests are failing (23.05.00,22.11.04)
1339
- [33263](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263) selenium/patrons_search.t is failing randomly (23.05.00,22.11.04)
1339
- [33263](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263) selenium/patrons_search.t is failing randomly (23.05.00,22.11.04)
1340
- [33402](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33402) ERM Cypress tests needs to be moved to their own directory (22.11.06)
1340
- [33402](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33402) ERM Cypress tests needs to be moved to their own directory (22.11.06)
1341
- [33403](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33403) Letters.t: Foreign key exception if you do not have a numberpattern with id=1 (23.05.00,22.11.06)
1341
- [33403](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33403) Letters.t: Foreign key exception if you do not have a numberpattern with id=1 (23.05.00,22.11.06)
1342
- [33584](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33584) Fix failures for Database/Commenter.t on MySQL 8 (23.05.00)
1342
- [33584](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33584) Fix failures for Database/Commenter.t on MySQL 8 (23.05.00)
1343
- [33719](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33719) Search.t: too much noise about ContentWarningField (23.05.00)
1343
- [33719](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33719) Search.t: too much noise about ContentWarningField (23.05.00)
1344
- [33743](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33743) xt/find-missing-filters.t parsing files outside of git repo (23.05.00)
1344
- [33743](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33743) xt/find-missing-filters.t parsing files outside of git repo (23.05.00)
1345
- [33777](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33777) Get Jenkins green again for Auth_with_shibboleth.t (23.05.00)
1345
- [33777](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33777) Get Jenkins green again for Auth_with_shibboleth.t (23.05.00)
1346
- [33834](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33834) api/v1/ill_requests.t fails randomly (23.05.00)
1346
- [33834](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33834) api/v1/ill_requests.t fails randomly (23.05.00)
1347
- [22428](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22428) MARC modification template cuts text to 100 characters (23.05.00,22.11.04)
1347
- [22428](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22428) MARC modification template cuts text to 100 characters (23.05.00,22.11.04)
1348
- [26628](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26628) Clubs permissions should grant access to Tools page (23.05.00,22.11.03,22.05.10,21.11.16)
1348
- [26628](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26628) Clubs permissions should grant access to Tools page (23.05.00,22.11.03,22.05.10,21.11.16)
1349
- [30869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30869) Stock rotation rotas cannot be deleted (23.05.00,22.11.04)
1349
- [30869](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30869) Stock rotation rotas cannot be deleted (23.05.00,22.11.04)
1350
1350
1351
  **Sponsored by** *PTFS Europe*
1351
  **Sponsored by** *PTFS Europe*
1352
- [31585](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31585) "ACQUISITION ORDER" action missing from log viewer search form (23.05.00)
1352
- [31585](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31585) "ACQUISITION ORDER" action missing from log viewer search form (23.05.00)
1353
- [32041](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32041) OPAC and staff interface results page do not honor SyndeticsCoverImageSize (23.05.00,22.11.06,22.05.13)
1353
- [32041](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32041) OPAC and staff interface results page do not honor SyndeticsCoverImageSize (23.05.00,22.11.06,22.05.13)
1354
- [32255](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255) Cannot use file upload in batch record modification (23.05.00,22.11.02,22.05.09, 21.11.16)
1354
- [32255](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255) Cannot use file upload in batch record modification (23.05.00,22.11.02,22.05.09, 21.11.16)
1355
- [32389](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389) Syndetics links are built wrong on the staff results page (23.05.00,22.11.01,22.05.09)
1355
- [32389](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389) Syndetics links are built wrong on the staff results page (23.05.00,22.11.01,22.05.09)
1356
- [32456](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32456) Date accessioned is now cleared when items are replaced (23.05.00,22.11.02,22.05.09)
1356
- [32456](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32456) Date accessioned is now cleared when items are replaced (23.05.00,22.11.02,22.05.09)
1357
- [32600](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32600) Housebound module needs page-section treatment (23.05.00,22.11.03)
1357
- [32600](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32600) Housebound module needs page-section treatment (23.05.00,22.11.03)
1358
- [32685](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32685) Display incorrect when matching authority records during import (23.05.00,22.11.04,22.05.11)
1358
- [32685](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32685) Display incorrect when matching authority records during import (23.05.00,22.11.04,22.05.11)
1359
- [32967](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32967) Recalls notices are using the wrong database columns (23.05.00,22.11.04)
1359
- [32967](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32967) Recalls notices are using the wrong database columns (23.05.00,22.11.04)
1360
1360
1361
  **Sponsored by** *Catalyst*
1361
  **Sponsored by** *Catalyst*
1362
- [33010](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33010) CheckinSlip doesn't return checkins if checkout library and checkin library differ (23.05.00)
1362
- [33010](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33010) CheckinSlip doesn't return checkins if checkout library and checkin library differ (23.05.00)
1363
1363
1364
  **Sponsored by** *Koha-Suomi Oy*
1364
  **Sponsored by** *Koha-Suomi Oy*
1365
- [33637](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33637) Batch patron modification broken (23.05.00,22.11.06)
1365
- [33637](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33637) Batch patron modification broken (23.05.00,22.11.06)
1366
- [26433](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26433) Control number search option missing from SRU mapping options (23.05.00,22.11.05)
1366
- [26433](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26433) Control number search option missing from SRU mapping options (23.05.00,22.11.05)
1367
- [33231](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33231) (Bug 30813 follow-up) No publication date nor edition statements in Z39.50 biblio search results (23.05.00,22.11.05)
1367
- [33231](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33231) (Bug 30813 follow-up) No publication date nor edition statements in Z39.50 biblio search results (23.05.00,22.11.05)
1368
1368
1369
## New system preferences
1369
## New system preferences
1370
1370
Lines 1424-1430 have already been fixed in maintenance releases Link Here
1424
The Koha manual is maintained in Sphinx. The home page for Koha
1424
The Koha manual is maintained in Sphinx. The home page for Koha
1425
documentation is
1425
documentation is
1426
1426
1427
- [Koha Documentation](http://koha-community.org/documentation/)
1427
- [Koha Documentation](https://koha-community.org/documentation/)
1428
1428
1429
The Git repository for the Koha manual can be found at
1429
The Git repository for the Koha manual can be found at
1430
1430
Lines 1467-1482 Partial translations are available for various other languages. Link Here
1467
1467
1468
The Koha team welcomes additional translations; please see
1468
The Koha team welcomes additional translations; please see
1469
1469
1470
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1470
- [Koha Translation Info](https://wiki.koha-community.org/wiki/Translating_Koha)
1471
1471
1472
For information about translating Koha, and join the koha-translate 
1472
For information about translating Koha, and join the koha-translate 
1473
list to volunteer:
1473
list to volunteer:
1474
1474
1475
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1475
- [Koha Translate List](https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1476
1476
1477
The most up-to-date translations can be found at:
1477
The most up-to-date translations can be found at:
1478
1478
1479
- [Koha Translation](http://translate.koha-community.org/)
1479
- [Koha Translation](https://translate.koha-community.org/)
1480
1480
1481
## Release Team
1481
## Release Team
1482
1482
Lines 1552-1558 new features in Koha 23.05.00 Link Here
1552
- [Association KohaLa](https://koha-fr.org)
1552
- [Association KohaLa](https://koha-fr.org)
1553
- Auckland University of Technology
1553
- Auckland University of Technology
1554
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
1554
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
1555
- [Bibliothèque Universitaire des Langues et Civilisations (BULAC)](http://www.bulac.fr)
1555
- [Bibliothèque Universitaire des Langues et Civilisations (BULAC)](https://www.bulac.fr)
1556
- [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
1556
- [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
1557
- Education Services Australia SCIS
1557
- Education Services Australia SCIS
1558
- Gothenburg University Library
1558
- Gothenburg University Library
Lines 1791-1797 line is clean_master. Link Here
1791
Bug reports and feature requests can be filed at the Koha bug
1791
Bug reports and feature requests can be filed at the Koha bug
1792
tracker at:
1792
tracker at:
1793
1793
1794
- [Koha Bugzilla](http://bugs.koha-community.org)
1794
- [Koha Bugzilla](https://bugs.koha-community.org)
1795
1795
1796
He rau ringa e oti ai.
1796
He rau ringa e oti ai.
1797
(Many hands finish the work)
1797
(Many hands finish the work)
(-)a/misc/release_notes/release_notes_23_11_00.md (-923 / +923 lines)
Lines 6-20 package (ILS). Development is sponsored by libraries of varying types Link Here
6
and sizes, volunteers, and support companies from around the world. The
6
and sizes, volunteers, and support companies from around the world. The
7
website for the Koha project is:
7
website for the Koha project is:
8
8
9
- [Koha Community](http://koha-community.org)
9
- [Koha Community](https://koha-community.org)
10
10
11
Koha 23.11.00 can be downloaded from:
11
Koha 23.11.00 can be downloaded from:
12
12
13
- [Download](http://download.koha-community.org/koha-23.11-latest.tar.gz)
13
- [Download](https://download.koha-community.org/koha-23.11-latest.tar.gz)
14
14
15
Installation instructions can be found at:
15
Installation instructions can be found at:
16
16
17
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
17
- [Koha Wiki](https://wiki.koha-community.org/wiki/Installation_Documentation)
18
- OR in the INSTALL files that come in the tarball
18
- OR in the INSTALL files that come in the tarball
19
19
20
Koha 23.11.00 is a major release, that comes with many new features.
20
Koha 23.11.00 is a major release, that comes with many new features.
Lines 31-37 You can learn about the system components (like OS and database) needed for runn Link Here
31
31
32
#### New features
32
#### New features
33
33
34
- [33105](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105) Add vendor issues
34
- [33105](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105) Add vendor issues
35
  >For vendors who, in particular, provide electronic services (e.g. eJournal providers) it is useful to be able to record service issues.
35
  >For vendors who, in particular, provide electronic services (e.g. eJournal providers) it is useful to be able to record service issues.
36
  >
36
  >
37
  >This new feature allows for recording such details, for example logging login problems, service interruptions and incorrect availability.
37
  >This new feature allows for recording such details, for example logging login problems, service interruptions and incorrect availability.
Lines 43-56 You can learn about the system components (like OS and database) needed for runn Link Here
43
43
44
#### Enhancements
44
#### Enhancements
45
45
46
- [12732](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12732) Allow sorting by basket creation date to the late orders table
46
- [12732](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12732) Allow sorting by basket creation date to the late orders table
47
  >This enhancement allows end users to sort the late orders table by basket creation date.
47
  >This enhancement allows end users to sort the late orders table by basket creation date.
48
- [14092](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14092) Add ability to search on 'all statuses' to orders search
48
- [14092](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14092) Add ability to search on 'all statuses' to orders search
49
  >This enhancement adds an 'all statuses' option to the status select option in the orders search panel.
49
  >This enhancement adds an 'all statuses' option to the status select option in the orders search panel.
50
  >
50
  >
51
51
52
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
52
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
53
- [20755](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755) Allow separate email configuration for acquisition and serials emails
53
- [20755](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755) Allow separate email configuration for acquisition and serials emails
54
  >This enhancement adds four new system preferences:
54
  >This enhancement adds four new system preferences:
55
  >- `AcquisitionsDefaultEMailAddress`
55
  >- `AcquisitionsDefaultEMailAddress`
56
  >- `AcquisitionsDefaultReplyTo`
56
  >- `AcquisitionsDefaultReplyTo`
Lines 60-70 You can learn about the system components (like OS and database) needed for runn Link Here
60
  >These are used to set specific email addresses to send and receive replies to acquisitions orders notices, late orders claims notices and late serial issues claims notices.
60
  >These are used to set specific email addresses to send and receive replies to acquisitions orders notices, late orders claims notices and late serial issues claims notices.
61
61
62
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
62
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
63
- [28449](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28449) Link from basket summary to invoice for an order line
63
- [28449](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28449) Link from basket summary to invoice for an order line
64
  >This adds a new column 'Invoice' to the table of order lines on the basket summary page. It contains the invoicenumber for received order lines and is linked to the invoice if the staff user has the edit_invoices permission.
64
  >This adds a new column 'Invoice' to the table of order lines on the basket summary page. It contains the invoicenumber for received order lines and is linked to the invoice if the staff user has the edit_invoices permission.
65
65
66
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
66
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
67
- [31631](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31631) Optionally choose for tax-exclusive values to be used for calculating fund values (spent, ordered)
67
- [31631](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31631) Optionally choose for tax-exclusive values to be used for calculating fund values (spent, ordered)
68
  >Public and tertiary libraries in New Zealand can claim tax back on purchases.
68
  >Public and tertiary libraries in New Zealand can claim tax back on purchases.
69
  >
69
  >
70
  >This enhancement adds a new system preference `CalculateFundValuesIncludingTax`. 
70
  >This enhancement adds a new system preference `CalculateFundValuesIncludingTax`. 
Lines 74-106 You can learn about the system components (like OS and database) needed for runn Link Here
74
  >However, the order prices removed from the Koha funds are the tax exclusive values (NZ libraries claim tax back so it should not be removed from their funds).
74
  >However, the order prices removed from the Koha funds are the tax exclusive values (NZ libraries claim tax back so it should not be removed from their funds).
75
75
76
  **Sponsored by** *Waikato Institute of Technology*
76
  **Sponsored by** *Waikato Institute of Technology*
77
- [32984](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32984) The EDIFACT message that receives an item should be linked on the 'Acquisition details' tab on catalogue details page
77
- [32984](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32984) The EDIFACT message that receives an item should be linked on the 'Acquisition details' tab on catalogue details page
78
78
79
  **Sponsored by** *PTFS Europe Ltd*
79
  **Sponsored by** *PTFS Europe Ltd*
80
- [33499](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33499) Make interface URL clickable on vendor details
80
- [33499](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33499) Make interface URL clickable on vendor details
81
- [33662](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33662) Add link to order search to acq module navigation
81
- [33662](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33662) Add link to order search to acq module navigation
82
82
83
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
83
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
84
- [33664](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33664) Add ability to cancel order lines in closed baskets
84
- [33664](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33664) Add ability to cancel order lines in closed baskets
85
  >With the new system preference `CancelOrdersInClosedBaskets` it's now possible to allow for cancelling order lines from closed baskets. This is useful if something cannot be delivered and you don't want to reopen the basket or use go through the receive shipment process.
85
  >With the new system preference `CancelOrdersInClosedBaskets` it's now possible to allow for cancelling order lines from closed baskets. This is useful if something cannot be delivered and you don't want to reopen the basket or use go through the receive shipment process.
86
  >
86
  >
87
87
88
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
88
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
89
- [34169](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34169) Add validation for monetary input fields in acquisition module
89
- [34169](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34169) Add validation for monetary input fields in acquisition module
90
  >At the moment Koha can only calculate with amounts that are formatted with a decimal comma, but inputs were not always validated which could lead to errors and wrong amounts. Now entered amounts are validated before saving throughout the acquisitions module.
90
  >At the moment Koha can only calculate with amounts that are formatted with a decimal comma, but inputs were not always validated which could lead to errors and wrong amounts. Now entered amounts are validated before saving throughout the acquisitions module.
91
  >
91
  >
92
92
93
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
93
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
94
- [34501](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34501) Patron purchase suggestion table should include the non-public note
94
- [34501](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34501) Patron purchase suggestion table should include the non-public note
95
  >This adds a new column to the suggestions table for the non-public note.
95
  >This adds a new column to the suggestions table for the non-public note.
96
- [34618](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34618) Add sort 1 and 2 fields to basket in acquisitions
96
- [34618](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34618) Add sort 1 and 2 fields to basket in acquisitions
97
  >This patch adds the option to display Statistic 1 and Statistic 2 columns in basket summary view in acquisitions.
97
  >This patch adds the option to display Statistic 1 and Statistic 2 columns in basket summary view in acquisitions.
98
  >The new columns are hidden by default in the updated table configuration.
98
  >The new columns are hidden by default in the updated table configuration.
99
- [34708](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34708) Ability to modify an order line to increase quantity of ordered item
99
- [34708](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34708) Ability to modify an order line to increase quantity of ordered item
100
  >This allows to add additional items to an already saved order lines when items are created on order.
100
  >This allows to add additional items to an already saved order lines when items are created on order.
101
101
102
  **Sponsored by** *Pymble Ladies' College*
102
  **Sponsored by** *Pymble Ladies' College*
103
- [34908](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34908) Sort item types alphabetically by description rather than code when adding a new empty record as an order to a basket
103
- [34908](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34908) Sort item types alphabetically by description rather than code when adding a new empty record as an order to a basket
104
104
105
  **Sponsored by** *South Taranaki District Council*
105
  **Sponsored by** *South Taranaki District Council*
106
106
Lines 108-214 You can learn about the system components (like OS and database) needed for runn Link Here
108
108
109
#### Enhancements
109
#### Enhancements
110
110
111
- [17499](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499) Koha objects for messaging preferences
111
- [17499](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499) Koha objects for messaging preferences
112
112
113
  **Sponsored by** *Koha-Suomi Oy* and *National Library of Finland*
113
  **Sponsored by** *Koha-Suomi Oy* and *National Library of Finland*
114
- [29033](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29033) Add C4::Context->multivalue_preference
114
- [29033](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29033) Add C4::Context->multivalue_preference
115
  >This addition adds a simple way to retrieve pipe delimited list type system preferences as arrays.
115
  >This addition adds a simple way to retrieve pipe delimited list type system preferences as arrays.
116
- [30825](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825) Get rid of GetReservesControlBranch
116
- [30825](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825) Get rid of GetReservesControlBranch
117
- [31383](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383) Additional contents: We need a parent and child table
117
- [31383](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383) Additional contents: We need a parent and child table
118
118
119
  **Sponsored by** *Rijksmuseum, Netherlands*
119
  **Sponsored by** *Rijksmuseum, Netherlands*
120
- [32478](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32478) Remove Koha::Config::SysPref->find since bypasses cache
120
- [32478](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32478) Remove Koha::Config::SysPref->find since bypasses cache
121
121
122
  **Sponsored by** *Gothenburg University Library*
122
  **Sponsored by** *Gothenburg University Library*
123
- [32496](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496) Reduce unnecessary unblessings of objects in Circulation.pm
123
- [32496](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496) Reduce unnecessary unblessings of objects in Circulation.pm
124
124
125
  **Sponsored by** *Gothenburg University Library*
125
  **Sponsored by** *Gothenburg University Library*
126
- [33041](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33041) Use process_tt in C4::Serial::NewIssue
126
- [33041](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33041) Use process_tt in C4::Serial::NewIssue
127
- [33043](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33043) Use process_tt in SIP modules
127
- [33043](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33043) Use process_tt in SIP modules
128
- [33045](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33045) Use process_tt in C4::Record::marcrecord2csv
128
- [33045](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33045) Use process_tt in C4::Record::marcrecord2csv
129
- [33046](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33046) Use process_tt in C4::Reports::Guided::EmailReport
129
- [33046](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33046) Use process_tt in C4::Reports::Guided::EmailReport
130
- [33170](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33170) Refactor MarcItemFieldsToOrder code to make adding more fields simpler
130
- [33170](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33170) Refactor MarcItemFieldsToOrder code to make adding more fields simpler
131
131
132
  **Sponsored by** *ByWater Solutions*
132
  **Sponsored by** *ByWater Solutions*
133
- [33236](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33236) Move C4::Suggestions::NewSuggestion to Koha namespace
133
- [33236](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33236) Move C4::Suggestions::NewSuggestion to Koha namespace
134
- [33245](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33245) Add $patron->is_active
134
- [33245](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33245) Add $patron->is_active
135
- [33379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379) virtualshelfcontents.flags seems useless
135
- [33379](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379) virtualshelfcontents.flags seems useless
136
  >This patch set drops the column virtualshelfcontents.flag which is unused for a long time.
136
  >This patch set drops the column virtualshelfcontents.flag which is unused for a long time.
137
- [33444](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33444) AddRenewal should take a hash of parameters
137
- [33444](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33444) AddRenewal should take a hash of parameters
138
- [33745](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33745) Speed up Koha::Object attribute accessors
138
- [33745](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33745) Speed up Koha::Object attribute accessors
139
- [33749](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33749) Move Koha::MetadataRecord::stripWhitespaceChars into a RecordProcessor filter
139
- [33749](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33749) Move Koha::MetadataRecord::stripWhitespaceChars into a RecordProcessor filter
140
- [33837](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33837) Objects->filter_by_last_update: Does not allow time comparison
140
- [33837](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33837) Objects->filter_by_last_update: Does not allow time comparison
141
- [33843](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33843) Use filter_by_last_update in Koha::Notice::Util
141
- [33843](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33843) Use filter_by_last_update in Koha::Notice::Util
142
- [33940](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940) Move get_cardnumber_length and checkcardnumber to Koha
142
- [33940](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940) Move get_cardnumber_length and checkcardnumber to Koha
143
- [33947](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947) Move GetAllIssues to Koha
143
- [33947](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947) Move GetAllIssues to Koha
144
- [33948](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33948) Replace GetAllIssues with Koha::Checkouts - staff
144
- [33948](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33948) Replace GetAllIssues with Koha::Checkouts - staff
145
- [33949](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949) Replace GetAllIssues with Koha::Checkouts - opac
145
- [33949](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949) Replace GetAllIssues with Koha::Checkouts - opac
146
- [33952](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952) Add Koha::Biblio->normalized_isbn
146
- [33952](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952) Add Koha::Biblio->normalized_isbn
147
- [33953](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953) Add Koha::Biblio->ratings
147
- [33953](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953) Add Koha::Biblio->ratings
148
- [33954](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954) Add Koha::Biblio->opac_summary_html
148
- [33954](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954) Add Koha::Biblio->opac_summary_html
149
- [33955](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955) Add Koha::Biblio->normalized_upc
149
- [33955](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955) Add Koha::Biblio->normalized_upc
150
- [33956](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33956) opac-user.pl should use Koha::Biblio->opac_summary_html
150
- [33956](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33956) opac-user.pl should use Koha::Biblio->opac_summary_html
151
- [33958](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33958) Add Koha::Biblio->normalized_oclc
151
- [33958](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33958) Add Koha::Biblio->normalized_oclc
152
- [33962](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962) Remove C4::BackgroundJob from process_koc
152
- [33962](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962) Remove C4::BackgroundJob from process_koc
153
- [33963](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963) Remove C4::BackgroundJob
153
- [33963](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963) Remove C4::BackgroundJob
154
- [34212](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34212) Bug 23336 follow-up code improvements
154
- [34212](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34212) Bug 23336 follow-up code improvements
155
- [34321](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34321) Tidy skeleton too
155
- [34321](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34321) Tidy skeleton too
156
- [34336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34336) Test::DBIx::Class should be removed
156
- [34336](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34336) Test::DBIx::Class should be removed
157
- [34414](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34414) Remove DBD::Mock
157
- [34414](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34414) Remove DBD::Mock
158
- [34415](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34415) Remove Test::DBIx::Class from t/EdiTransport.t
158
- [34415](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34415) Remove Test::DBIx::Class from t/EdiTransport.t
159
- [34441](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34441) Typo: paramater
159
- [34441](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34441) Typo: paramater
160
- [34468](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34468) Add a progress callback to job_progress.js
160
- [34468](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34468) Add a progress callback to job_progress.js
161
- [34787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34787) Typo: gorup
161
- [34787](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34787) Typo: gorup
162
- [34812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34812) Remove Test::DBIx::Class from Koha.t
162
- [34812](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34812) Remove Test::DBIx::Class from Koha.t
163
- [34825](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34825) Move Letters.t to t/db_dependent
163
- [34825](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34825) Move Letters.t to t/db_dependent
164
- [34828](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34828) Add Koha::Biblio::Metadata::Extractor* classes
164
- [34828](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34828) Add Koha::Biblio::Metadata::Extractor* classes
165
  >This development adds a new class for handling metadata extraction from the metadata registry in Koha. The way it is built provides a good framework for reorganizing the codebase around this area, as well as making it more streamlined to write tests.
165
  >This development adds a new class for handling metadata extraction from the metadata registry in Koha. The way it is built provides a good framework for reorganizing the codebase around this area, as well as making it more streamlined to write tests.
166
- [34887](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34887) Merge Patron.t into t/db/Koha/Patron.t
166
- [34887](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34887) Merge Patron.t into t/db/Koha/Patron.t
167
- [34983](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34983) Retranslating causes changes in locale_data.json
167
- [34983](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34983) Retranslating causes changes in locale_data.json
168
- [35001](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35001) Simplify patron->is_active in light of TrackLastPatronActivityTriggers
168
- [35001](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35001) Simplify patron->is_active in light of TrackLastPatronActivityTriggers
169
- [35043](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35043) Handling of \t in PO files is confusing
169
- [35043](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35043) Handling of \t in PO files is confusing
170
- [35079](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35079) Add option to gulp tasks po:update and po:create to control if POT should be built
170
- [35079](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35079) Add option to gulp tasks po:update and po:create to control if POT should be built
171
- [35103](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35103) Add option to gulp tasks to pass a list of tasks
171
- [35103](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35103) Add option to gulp tasks to pass a list of tasks
172
- [35174](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35174) Remove .po files from the codebase
172
- [35174](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35174) Remove .po files from the codebase
173
173
174
### Authentication
174
### Authentication
175
175
176
#### Enhancements
176
#### Enhancements
177
177
178
- [30843](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30843) TOTP expiration delay should be configurable
178
- [30843](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30843) TOTP expiration delay should be configurable
179
  >The mfa_range element in the koha-conf.xml file can now be used to change the default "range".
179
  >The mfa_range element in the koha-conf.xml file can now be used to change the default "range".
180
180
181
### Cataloging
181
### Cataloging
182
182
183
#### Enhancements
183
#### Enhancements
184
184
185
- [26314](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26314) "Volumes: show volumes" showing regardless of whether there are volumes linked to the record
185
- [26314](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26314) "Volumes: show volumes" showing regardless of whether there are volumes linked to the record
186
  >This development changes how the _Show volumes_ link is displayed in both OPAC and staff interface.
186
  >This development changes how the _Show volumes_ link is displayed in both OPAC and staff interface.
187
  >
187
  >
188
  >The main change is that the link will only be displayed when it will have results. Currently the link will always display, sometimes leading to no results.
188
  >The main change is that the link will only be displayed when it will have results. Currently the link will always display, sometimes leading to no results.
189
- [29732](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29732) Check alert in cataloguing authorities should be a static message
189
- [29732](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29732) Check alert in cataloguing authorities should be a static message
190
  >This patch changes the way error form validation error messages are displayed when editing authority records. Instead of a JavaScript alert, errors are now shown on the page itself, with links in the message to take you to the corresponding field. A new "Errors" button in the toolbar allows the user to jump back to the list of errors for easy reference.
190
  >This patch changes the way error form validation error messages are displayed when editing authority records. Instead of a JavaScript alert, errors are now shown on the page itself, with links in the message to take you to the corresponding field. A new "Errors" button in the toolbar allows the user to jump back to the list of errors for easy reference.
191
- [31132](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31132) Add button to clear the cataloguing authority plugin form
191
- [31132](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31132) Add button to clear the cataloguing authority plugin form
192
  >This enhancement adds a 'Clear form' link to empty all of the input fields on the authority finder plugin form when cataloguing bibliographic records.
192
  >This enhancement adds a 'Clear form' link to empty all of the input fields on the authority finder plugin form when cataloguing bibliographic records.
193
193
194
  **Sponsored by** *Education Services Australia SCIS*
194
  **Sponsored by** *Education Services Australia SCIS*
195
- [31477](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31477) Switch icon for inventory
195
- [31477](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31477) Switch icon for inventory
196
- [32335](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32335) Allow stock rotation items to be moved several stages ahead
196
- [32335](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32335) Allow stock rotation items to be moved several stages ahead
197
- [34275](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34275) Add a button to easily toggle between advanced/basic cataloging editors
197
- [34275](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34275) Add a button to easily toggle between advanced/basic cataloging editors
198
  >When the advanced cataloging editor is activated using `EnableAdvancedCatalogingEditor`, there is now a nice toggle button in the upper right corner of the cataloguing module when editing a record that allows to easily switch between the normal and the advanced editor.
198
  >When the advanced cataloging editor is activated using `EnableAdvancedCatalogingEditor`, there is now a nice toggle button in the upper right corner of the cataloguing module when editing a record that allows to easily switch between the normal and the advanced editor.
199
- [34657](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34657) Merge cataloging plugins for UNIMARC 123d, e, f, and g
199
- [34657](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34657) Merge cataloging plugins for UNIMARC 123d, e, f, and g
200
- [35198](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35198) Sort database column names alphabetically on automatic item modification page
200
- [35198](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35198) Sort database column names alphabetically on automatic item modification page
201
201
202
### Circulation
202
### Circulation
203
203
204
#### New features
204
#### New features
205
205
206
- [9525](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9525) Add option to define float groups and rules for float
206
- [9525](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9525) Add option to define float groups and rules for float
207
  >This feature makes it possible to use library groups for creating floating groups. It adds a checkbox "Is local
207
  >This feature makes it possible to use library groups for creating floating groups. It adds a checkbox "Is local
208
  >float group" to the library groups configuration and a new return policy "Item floats by librarygroup" to the circulation conditions.
208
  >float group" to the library groups configuration and a new return policy "Item floats by librarygroup" to the circulation conditions.
209
209
210
  **Sponsored by** *Koha-Suomi Oy*
210
  **Sponsored by** *Koha-Suomi Oy*
211
- [29002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29002) Add ability to book items ahead of time
211
- [29002](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29002) Add ability to book items ahead of time
212
  >This lays the foundations for item bookings in Koha.
212
  >This lays the foundations for item bookings in Koha.
213
  >
213
  >
214
  >An item can be made 'bookable' via the item modification screens; Once at least one item is `bookable`, a new "Place booking" button will appear as an option on the bibliographic record detail page and a "Bookings" tab will be available from the side menu to allow management of bookings.
214
  >An item can be made 'bookable' via the item modification screens; Once at least one item is `bookable`, a new "Place booking" button will appear as an option on the bibliographic record detail page and a "Bookings" tab will be available from the side menu to allow management of bookings.
Lines 221-231 You can learn about the system components (like OS and database) needed for runn Link Here
221
221
222
#### Enhancements
222
#### Enhancements
223
223
224
- [8367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367) How long is a hold waiting for pickup at a more granular level
224
- [8367](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367) How long is a hold waiting for pickup at a more granular level
225
  >This enhancement adds a new value to the circulation rules: 'holds pickup period'. It overrides the value set in the `ReservesMaxPickUpDelay` system preference and allows setting different delays for specific item type, patron category, and library combinations.
225
  >This enhancement adds a new value to the circulation rules: 'holds pickup period'. It overrides the value set in the `ReservesMaxPickUpDelay` system preference and allows setting different delays for specific item type, patron category, and library combinations.
226
226
227
  **Sponsored by** *Catalyst*
227
  **Sponsored by** *Catalyst*
228
- [21159](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21159) Update item shelving location (952$c) on checkout
228
- [21159](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21159) Update item shelving location (952$c) on checkout
229
  >This enhancement enables libraries to automatically update an item's shelving location using the new system preference `UpdateItemLocationOnCheckout`.
229
  >This enhancement enables libraries to automatically update an item's shelving location using the new system preference `UpdateItemLocationOnCheckout`.
230
  >
230
  >
231
  >It accepts pairs of shelving locations. On checkout the item's location is compared to the location on the left and, like `UpdateItemLocationOnCheckin`, is updated to the location on the right.
231
  >It accepts pairs of shelving locations. On checkout the item's location is compared to the location on the left and, like `UpdateItemLocationOnCheckin`, is updated to the location on the right.
Lines 238-246 You can learn about the system components (like OS and database) needed for runn Link Here
238
  >Syntax highlighting is used in the text area to make it easier to read, as is already possible when checking in items.
238
  >Syntax highlighting is used in the text area to make it easier to read, as is already possible when checking in items.
239
239
240
  **Sponsored by** *Toi Ohomai Institute of Technology*
240
  **Sponsored by** *Toi Ohomai Institute of Technology*
241
- [25393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25393) Create separate 'no automatic renewal before' rule
241
- [25393](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25393) Create separate 'no automatic renewal before' rule
242
  >This new circulation rule allows libraries to control the no renewal before behaviour at the auto and non-auto renewals level.
242
  >This new circulation rule allows libraries to control the no renewal before behaviour at the auto and non-auto renewals level.
243
- [25560](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25560) Define itemtype specific rules in the UpdateNotForLoanStatusOnCheckin system preference
243
- [25560](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25560) Define itemtype specific rules in the UpdateNotForLoanStatusOnCheckin system preference
244
  >The `UpdateNotForLoanStatusOnCheckin` system preference is now more configurable: you can define rules to be applied to specific item types upon check-in.
244
  >The `UpdateNotForLoanStatusOnCheckin` system preference is now more configurable: you can define rules to be applied to specific item types upon check-in.
245
  >
245
  >
246
  >Add the item type code followed by a colon, and then on separate lines below define each notforloan value pair with leading spaces. Example:
246
  >Add the item type code followed by a colon, and then on separate lines below define each notforloan value pair with leading spaces. Example:
Lines 257-285 You can learn about the system components (like OS and database) needed for runn Link Here
257
  >If an item type is not defined in the `UpdateNotForLoanStatusOnCheckin` system preference, and there are no *_ALL_* rules defined, then items of that type will not have their notforloan status change on check-in, irrespective of their current notforloan value.
257
  >If an item type is not defined in the `UpdateNotForLoanStatusOnCheckin` system preference, and there are no *_ALL_* rules defined, then items of that type will not have their notforloan status change on check-in, irrespective of their current notforloan value.
258
258
259
  **Sponsored by** *Waikato Institute of Technology*
259
  **Sponsored by** *Waikato Institute of Technology*
260
- [28805](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28805) Add on-site option to batch checkout functionality
260
- [28805](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28805) Add on-site option to batch checkout functionality
261
261
262
  **Sponsored by** *Banco Central de la República Argentina*
262
  **Sponsored by** *Banco Central de la República Argentina*
263
- [29145](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29145) Allow patrons to have overdue items that would not result in debarment when removing overdue debarments
263
- [29145](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29145) Allow patrons to have overdue items that would not result in debarment when removing overdue debarments
264
- [32740](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32740) Add a new option patron home library to OverdueNoticeFrom
264
- [32740](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32740) Add a new option patron home library to OverdueNoticeFrom
265
- [33398](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33398) Show primary_contact_method when holds are triggered
265
- [33398](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33398) Show primary_contact_method when holds are triggered
266
- [33575](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33575) Add table settings to the holds table for a specific record in the staff interface
266
- [33575](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33575) Add table settings to the holds table for a specific record in the staff interface
267
- [33725](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725) Add item's collection code to search results location column in staff interface
267
- [33725](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725) Add item's collection code to search results location column in staff interface
268
- [33876](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876) item-note-nonpublic and item-note-public are difficult to customize in the checkout table
268
- [33876](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876) item-note-nonpublic and item-note-public are difficult to customize in the checkout table
269
- [33887](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887) Automatic checkin should be able to optionally fill the next hold with the returned item
269
- [33887](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887) Automatic checkin should be able to optionally fill the next hold with the returned item
270
  >This enhancement adds an option for automatic checkins, so that for any holds, it automatically fills the next hold and sends a notification to the patron that a hold is waiting.
270
  >This enhancement adds an option for automatic checkins, so that for any holds, it automatically fills the next hold and sends a notification to the patron that a hold is waiting.
271
  >
271
  >
272
  >This option is set using the new system preference `AutomaticCheckinAutoFill`.
272
  >This option is set using the new system preference `AutomaticCheckinAutoFill`.
273
- [33945](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945) Add ability to delay the loading of the current checkouts table on the checkouts page
273
- [33945](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945) Add ability to delay the loading of the current checkouts table on the checkouts page
274
- [34300](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34300) Add link to place a hold on ordered items in baskets
274
- [34300](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34300) Add link to place a hold on ordered items in baskets
275
- [34457](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34457) Add card number to hold details page
275
- [34457](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34457) Add card number to hold details page
276
- [34529](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34529) Offline circulation should be able to accept userid as well as cardnumber
276
- [34529](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34529) Offline circulation should be able to accept userid as well as cardnumber
277
- [34547](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34547) Add transfer reason to list of checkins
277
- [34547](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34547) Add transfer reason to list of checkins
278
- [34626](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34626) Add waiting since date to holdswaiting patron message
278
- [34626](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34626) Add waiting since date to holdswaiting patron message
279
- [34924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34924) Add ability to send 'final auto renewal notice'
279
- [34924](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34924) Add ability to send 'final auto renewal notice'
280
- [34938](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34938) Add collection column to holds ratio report (circ/reserveratios.pl)
280
- [34938](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34938) Add collection column to holds ratio report (circ/reserveratios.pl)
281
- [35068](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35068) Split 'Renew or check in selected items' button in issues table into separate buttons
281
- [35068](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35068) Split 'Renew or check in selected items' button in issues table into separate buttons
282
- [35253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35253) Make materials specified note easier to customize
282
- [35253](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35253) Make materials specified note easier to customize
283
  >This enhancement adds classes to the materials specified messages that are displayed when checking out and checking in an item, when there is a value for an item in 952$3.  The new classes available for customizing IntranetUserCSS are mats_spec_label and mats_spec_message.
283
  >This enhancement adds classes to the materials specified messages that are displayed when checking out and checking in an item, when there is a value for an item in 952$3.  The new classes available for customizing IntranetUserCSS are mats_spec_label and mats_spec_message.
284
  >
284
  >
285
  >Example CSS customization:
285
  >Example CSS customization:
Lines 292-318 You can learn about the system components (like OS and database) needed for runn Link Here
292
292
293
#### Enhancements
293
#### Enhancements
294
294
295
- [28995](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28995) Add --added_after to writeoff_debts.pl
295
- [28995](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28995) Add --added_after to writeoff_debts.pl
296
- [33050](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33050) Allow to specify quote char in runreport.pl
296
- [33050](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33050) Allow to specify quote char in runreport.pl
297
- [33204](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33204) Add the ability to filter on patron library for borrowers-force-messaging-defaults.pl
297
- [33204](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33204) Add the ability to filter on patron library for borrowers-force-messaging-defaults.pl
298
- [33239](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33239) Add the ability to run borrowers-force-messaging-defaults.pl only on a specified message name
298
- [33239](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33239) Add the ability to run borrowers-force-messaging-defaults.pl only on a specified message name
299
- [33698](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33698) Add fields to verbose output of cronjob delete_items.pl
299
- [33698](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33698) Add fields to verbose output of cronjob delete_items.pl
300
- [33871](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33871) Add where parameter to sitemap.pl
300
- [33871](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33871) Add where parameter to sitemap.pl
301
- [34064](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064) Compare kohastructure.sql against current database using database audit script
301
- [34064](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064) Compare kohastructure.sql against current database using database audit script
302
- [34213](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34213) False POD for matchpoint option in import_patrons.pl
302
- [34213](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34213) False POD for matchpoint option in import_patrons.pl
303
- [35074](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35074) Add --patron_category to writeoff_debts.pl
303
- [35074](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35074) Add --patron_category to writeoff_debts.pl
304
304
305
### Database
305
### Database
306
306
307
#### Enhancements
307
#### Enhancements
308
308
309
- [34328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34328) Add Scottish Gaelic to the advanced search options
309
- [34328](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34328) Add Scottish Gaelic to the advanced search options
310
310
311
### Documentation
311
### Documentation
312
312
313
#### Enhancements
313
#### Enhancements
314
314
315
- [34955](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34955) One Koha manual
315
- [34955](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34955) One Koha manual
316
  >From 23.11, there is one Koha manual for all Koha versions.
316
  >From 23.11, there is one Koha manual for all Koha versions.
317
  >
317
  >
318
  >Notes are used in the manual to indicate in which Koha version a feature has appeared or changed.
318
  >Notes are used in the manual to indicate in which Koha version a feature has appeared or changed.
Lines 323-385 You can learn about the system components (like OS and database) needed for runn Link Here
323
323
324
#### New features
324
#### New features
325
325
326
- [34587](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34587) Add a Usage Statistics module to ERM
326
- [34587](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34587) Add a Usage Statistics module to ERM
327
  >This feature adds the ability to create Data Providers and harvest usage data in COUNTER format. Data Providers (or Data Platforms) are the organisations who provide usage statistics for your electronic resources. This could be a vendor or a platform provider. The data provider record contains information about SUSHI credentials and any COUNTER data which has been harvested from the provider. There is also the ability to create custom reports using this COUNTER data.
327
  >This feature adds the ability to create Data Providers and harvest usage data in COUNTER format. Data Providers (or Data Platforms) are the organisations who provide usage statistics for your electronic resources. This could be a vendor or a platform provider. The data provider record contains information about SUSHI credentials and any COUNTER data which has been harvested from the provider. There is also the ability to create custom reports using this COUNTER data.
328
328
329
  **Sponsored by** *ByWater Solutions* and *PTFS Europe*
329
  **Sponsored by** *ByWater Solutions* and *PTFS Europe*
330
330
331
#### Enhancements
331
#### Enhancements
332
332
333
- [32932](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932) Re-structure Vue router-links to use "name" instead of urls
333
- [32932](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932) Re-structure Vue router-links to use "name" instead of urls
334
- [33417](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33417) Create one standard Toolbar component
334
- [33417](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33417) Create one standard Toolbar component
335
- [33480](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33480) Improve display of the vendor aliases in the ERM module
335
- [33480](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33480) Improve display of the vendor aliases in the ERM module
336
- [34215](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34215) Vue Toolbar component should be more flexible
336
- [34215](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34215) Vue Toolbar component should be more flexible
337
337
338
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
338
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
339
- [34217](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34217) Add missing cypress tests for vendors in agreements and licenses
339
- [34217](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34217) Add missing cypress tests for vendors in agreements and licenses
340
- [34418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34418) Allow empty nodes in breadcrumb's elements
340
- [34418](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34418) Allow empty nodes in breadcrumb's elements
341
- [34448](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34448) ERM should be able to display error messages coming from the API
341
- [34448](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34448) ERM should be able to display error messages coming from the API
342
- [34497](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34497) Vue - Dialog component should allow for confirmation input options
342
- [34497](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34497) Vue - Dialog component should allow for confirmation input options
343
- [34691](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34691) Active link in the menu is not always correctly styled - again
343
- [34691](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34691) Active link in the menu is not always correctly styled - again
344
344
345
### Fines and fees
345
### Fines and fees
346
346
347
#### Enhancements
347
#### Enhancements
348
348
349
- [34377](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34377) Accounting transactions should show managing librarian info for credits/debits
349
- [34377](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34377) Accounting transactions should show managing librarian info for credits/debits
350
- [34985](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34985) Add a quantity field to the manual invoice form
350
- [34985](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34985) Add a quantity field to the manual invoice form
351
  >This patch add a quantity field and a cost field to the manual invoice form. This allows to automatically multiply the amount. The new fields will display and calculate when the selected debit has a default cost set.
351
  >This patch add a quantity field and a cost field to the manual invoice form. This allows to automatically multiply the amount. The new fields will display and calculate when the selected debit has a default cost set.
352
352
353
### Hold requests
353
### Hold requests
354
354
355
#### Enhancements
355
#### Enhancements
356
356
357
- [17617](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17617) Add the ability of sending a confirmation e-mail to patron when hold is placed
357
- [17617](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17617) Add the ability of sending a confirmation e-mail to patron when hold is placed
358
  >When the new system preference `EmailPatronWhenHoldIsPlaced` is activated, a notice will be sent to the patron to confirm their hold has been placed. The notice template used is HOLDPLACED_PATRON.
358
  >When the new system preference `EmailPatronWhenHoldIsPlaced` is activated, a notice will be sent to the patron to confirm their hold has been placed. The notice template used is HOLDPLACED_PATRON.
359
359
360
  **Sponsored by** *Fire and Emergency New Zealand*
360
  **Sponsored by** *Fire and Emergency New Zealand*
361
- [31692](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31692) Let librarians change item level holds to record level holds when possible
361
- [31692](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31692) Let librarians change item level holds to record level holds when possible
362
- [33087](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33087) OPACHoldsIfAvailableAtPickup considers On order as available
362
- [33087](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33087) OPACHoldsIfAvailableAtPickup considers On order as available
363
- [33845](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33845) Hold notes should show when viewing a patron's hold list
363
- [33845](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33845) Hold notes should show when viewing a patron's hold list
364
- [34160](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34160) Link item barcode to the item more details page from the holds queue viewer
364
- [34160](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34160) Link item barcode to the item more details page from the holds queue viewer
365
365
366
### I18N/L10N
366
### I18N/L10N
367
367
368
#### Enhancements
368
#### Enhancements
369
369
370
- [34098](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34098) Improve translation of some strings in the patron import template
370
- [34098](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34098) Improve translation of some strings in the patron import template
371
- [34228](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34228) Add translation context to "Managed by"
371
- [34228](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34228) Add translation context to "Managed by"
372
- [34247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34247) Improve translation of notice character count
372
- [34247](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34247) Improve translation of notice character count
373
- [34433](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34433) 'Custom cover image' in lightbox is untranslatable
373
- [34433](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34433) 'Custom cover image' in lightbox is untranslatable
374
- [34834](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34834) Add translation context for "Order"
374
- [34834](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34834) Add translation context for "Order"
375
  >This patch adds context for translators for the word Order, as it is sometimes used as a verb (e.g. to order) and a noun (e.g. an order).
375
  >This patch adds context for translators for the word Order, as it is sometimes used as a verb (e.g. to order) and a noun (e.g. an order).
376
- [35091](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35091) Improve translation of usage statistics country list
376
- [35091](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35091) Improve translation of usage statistics country list
377
377
378
### ILL
378
### ILL
379
379
380
#### New features
380
#### New features
381
381
382
- [30719](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30719) ILL should provide the ability to create batch requests
382
- [30719](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30719) ILL should provide the ability to create batch requests
383
  >This brings a new ILL request batches feature to the staff interface, allowing staff members to create groups of requests in batches using DOIs or PubmedIDs.
383
  >This brings a new ILL request batches feature to the staff interface, allowing staff members to create groups of requests in batches using DOIs or PubmedIDs.
384
  >
384
  >
385
  >The feature requires at least one compatible ILL backend and at least one metadata enrichment plugin (DOI or PubmedID, or both) to be used.
385
  >The feature requires at least one compatible ILL backend and at least one metadata enrichment plugin (DOI or PubmedID, or both) to be used.
Lines 394-400 You can learn about the system components (like OS and database) needed for runn Link Here
394
  >
394
  >
395
395
396
  **Sponsored by** *UKHSA - UK Health Security Agency* and *PTFS Europe Ltd*
396
  **Sponsored by** *UKHSA - UK Health Security Agency* and *PTFS Europe Ltd*
397
- [33716](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716) ILL - Allow for a disclaimer stage per request type
397
- [33716](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716) ILL - Allow for a disclaimer stage per request type
398
  >This introduces a new YAML system preference `ILLModuleDisclaimerByType` allowing for different text and dropdown options to be displayed to user (Staff+OPAC) depending on the request type introduced.
398
  >This introduces a new YAML system preference `ILLModuleDisclaimerByType` allowing for different text and dropdown options to be displayed to user (Staff+OPAC) depending on the request type introduced.
399
  >
399
  >
400
  >The new type disclaimer screen is presented after the create request form has been submitted, but before the request is saved. Thus, only allowing for a request to be placed if the user accepts the disclaimer.
400
  >The new type disclaimer screen is presented after the create request form has been submitted, but before the request is saved. Thus, only allowing for a request to be placed if the user accepts the disclaimer.
Lines 406-466 You can learn about the system components (like OS and database) needed for runn Link Here
406
406
407
#### Enhancements
407
#### Enhancements
408
408
409
- [18203](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18203) Add per borrower category restrictions on placing ILL requests in OPAC
409
- [18203](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18203) Add per borrower category restrictions on placing ILL requests in OPAC
410
  >When the ILL module is activated, the patron category administration page will include a setting "Can patron place ILL requests in OPAC". For existing installations the flag will be set for all patron categories on update. 
410
  >When the ILL module is activated, the patron category administration page will include a setting "Can patron place ILL requests in OPAC". For existing installations the flag will be set for all patron categories on update. 
411
  >
411
  >
412
412
413
  **Sponsored by** *PTFS Europe Ltd*
413
  **Sponsored by** *PTFS Europe Ltd*
414
- [27542](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27542) It should be possible to cancel an ILL request sent to a partner
414
- [27542](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27542) It should be possible to cancel an ILL request sent to a partner
415
- [32911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32911) Remove ILL partner_code config from koha-conf.xml and turn it into a system preference
415
- [32911](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32911) Remove ILL partner_code config from koha-conf.xml and turn it into a system preference
416
  >The partner_code element in the koha-conf.xml was replaced by a new system preference `ILLPartnerCode`.
416
  >The partner_code element in the koha-conf.xml was replaced by a new system preference `ILLPartnerCode`.
417
  >
417
  >
418
418
419
  **Sponsored by** *PTFS Europe Ltd*
419
  **Sponsored by** *PTFS Europe Ltd*
420
- [33970](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970) We need a "backend" column in "illrequestattributes" table
420
- [33970](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970) We need a "backend" column in "illrequestattributes" table
421
421
422
### Label/patron card printing
422
### Label/patron card printing
423
423
424
#### Enhancements
424
#### Enhancements
425
425
426
- [10762](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762) Make it possible to adjust the barcode height and width on labels
426
- [10762](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762) Make it possible to adjust the barcode height and width on labels
427
  >When creating a new layout for the label creator, you can now define the width and height for the printed barcode.
427
  >When creating a new layout for the label creator, you can now define the width and height for the printed barcode.
428
- [28726](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28726) Add sort1 and sort2 to patron card creator patron search
428
- [28726](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28726) Add sort1 and sort2 to patron card creator patron search
429
429
430
### Lists
430
### Lists
431
431
432
#### Enhancements
432
#### Enhancements
433
433
434
- [15222](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15222) Add to cart option/other list options missing from OPAC lists display
434
- [15222](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15222) Add to cart option/other list options missing from OPAC lists display
435
  >This enhancement adds options to the OPAC for adding titles to the cart or another list, from an existing list. (These options already exist in the staff interface.)
435
  >This enhancement adds options to the OPAC for adding titles to the cart or another list, from an existing list. (These options already exist in the staff interface.)
436
436
437
### MARC Authority data support
437
### MARC Authority data support
438
438
439
#### Enhancements
439
#### Enhancements
440
440
441
- [27943](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27943) MARC21 authorities not support 7XX on display
441
- [27943](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27943) MARC21 authorities not support 7XX on display
442
442
443
  **Sponsored by** *Keratsini-Drapetsona Municipal Library, Greece*
443
  **Sponsored by** *Keratsini-Drapetsona Municipal Library, Greece*
444
- [28166](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28166) Optionally add MARC fields to authority search
444
- [28166](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28166) Optionally add MARC fields to authority search
445
  >With the new system preference `AdditionalFieldsInZ3950ResultAuthSearch` it is now possible to display additional information from the MARC record in the authority Z39.50/SRU search result lists.
445
  >With the new system preference `AdditionalFieldsInZ3950ResultAuthSearch` it is now possible to display additional information from the MARC record in the authority Z39.50/SRU search result lists.
446
446
447
  **Sponsored by** *Steiermärkische Landesbibliothek*
447
  **Sponsored by** *Steiermärkische Landesbibliothek*
448
- [34075](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075) Allow specifying default tab view for authorities
448
- [34075](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075) Allow specifying default tab view for authorities
449
  >This enhancement adds a new system preference DefaultAuthorityTab that allows libraries to choose which tab is selected first when viewing an authority record.
449
  >This enhancement adds a new system preference DefaultAuthorityTab that allows libraries to choose which tab is selected first when viewing an authority record.
450
450
451
### MARC Bibliographic data support
451
### MARC Bibliographic data support
452
452
453
#### Enhancements
453
#### Enhancements
454
454
455
- [29471](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29471) MARC21: 520 - Summary etc. doesn't display in staff interface
455
- [29471](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29471) MARC21: 520 - Summary etc. doesn't display in staff interface
456
- [34020](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34020) Sequence of MARC 264 subfields different on XSLT result list and detail page
456
- [34020](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34020) Sequence of MARC 264 subfields different on XSLT result list and detail page
457
- [34648](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34648) Update MARC21 frameworks to Update 31 (December 2020)
457
- [34648](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34648) Update MARC21 frameworks to Update 31 (December 2020)
458
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 31 (Dec. 2020). 
458
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 31 (Dec. 2020). 
459
  >
459
  >
460
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
460
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
461
  >
461
  >
462
  >Details of Update 31 are on the Library of Congress Website: https://www.loc.gov/marc/up31bibliographic/bdapndxg.html
462
  >Details of Update 31 are on the Library of Congress Website: https://www.loc.gov/marc/up31bibliographic/bdapndxg.html
463
- [34649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34649) Update MARC21 default framework to Update 32 (June 2021)
463
- [34649](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34649) Update MARC21 default framework to Update 32 (June 2021)
464
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 32 (June 2021). 
464
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 32 (June 2021). 
465
  >
465
  >
466
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
466
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
Lines 468-474 You can learn about the system components (like OS and database) needed for runn Link Here
468
  >Changes to the value builder will affect all installations.
468
  >Changes to the value builder will affect all installations.
469
  >
469
  >
470
  >Details of Update 32 are on the Library of Congress Website: https://www.loc.gov/marc/up32bibliographic/bdapndxg.html
470
  >Details of Update 32 are on the Library of Congress Website: https://www.loc.gov/marc/up32bibliographic/bdapndxg.html
471
- [34658](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34658) Update MARC21 default framework to Update 33 (Nov. 2021)
471
- [34658](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34658) Update MARC21 default framework to Update 33 (Nov. 2021)
472
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 33 (Nov. 2021). 
472
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 33 (Nov. 2021). 
473
  >
473
  >
474
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
474
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
Lines 476-500 You can learn about the system components (like OS and database) needed for runn Link Here
476
  >Changes to the value builder will affect all installations.
476
  >Changes to the value builder will affect all installations.
477
  >
477
  >
478
  >Details of Update 33 are on the Library of Congress Website: https://www.loc.gov/marc/up33bibliographic/bdapndxg.html
478
  >Details of Update 33 are on the Library of Congress Website: https://www.loc.gov/marc/up33bibliographic/bdapndxg.html
479
- [34659](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34659) Update MARC21 default framework to Update 34 (July 2022)
479
- [34659](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34659) Update MARC21 default framework to Update 34 (July 2022)
480
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 34 (July 2022). 
480
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 34 (July 2022). 
481
  >
481
  >
482
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
482
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
483
  >
483
  >
484
  >Details of Update 34 are on the Library of Congress Website: https://www.loc.gov/marc/up34bibliographic/bdapndxg.html
484
  >Details of Update 34 are on the Library of Congress Website: https://www.loc.gov/marc/up34bibliographic/bdapndxg.html
485
- [34665](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34665) Update MARC21 default framework to Update 35 (Dec. 2022)
485
- [34665](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34665) Update MARC21 default framework to Update 35 (Dec. 2022)
486
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 35 (December 2022). 
486
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 35 (December 2022). 
487
  >
487
  >
488
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
488
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
489
  >
489
  >
490
  >Details of Update 35 are on the Library of Congress Website: https://www.loc.gov/marc/up35bibliographic/bdapndxg.html
490
  >Details of Update 35 are on the Library of Congress Website: https://www.loc.gov/marc/up35bibliographic/bdapndxg.html
491
- [34667](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34667) Update MARC21 default framework to Update 36 (June 2023)
491
- [34667](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34667) Update MARC21 default framework to Update 36 (June 2023)
492
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 36 (June 2023). 
492
  >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 36 (June 2023). 
493
  >
493
  >
494
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
494
  >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
495
  >
495
  >
496
  >Details of Update 36 are on the Library of Congress Website: https://www.loc.gov/marc/bibliographic/bdapndxg.html
496
  >Details of Update 36 are on the Library of Congress Website: https://www.loc.gov/marc/bibliographic/bdapndxg.html
497
- [34677](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34677) Update to MARC21 relator terms list
497
- [34677](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34677) Update to MARC21 relator terms list
498
  >This enhancement updates the marc21_relatorterms.yaml file with new relator codes and changes issued by the MARC21 committee in technical notices.
498
  >This enhancement updates the marc21_relatorterms.yaml file with new relator codes and changes issued by the MARC21 committee in technical notices.
499
  >
499
  >
500
  >It also makes additional updates required so that the codes match the Library of Congress's MARC Code List for Relators at https://www.loc.gov/marc/relators/relaterm.html and https://www.loc.gov/marc/relators/relacode.html
500
  >It also makes additional updates required so that the codes match the Library of Congress's MARC Code List for Relators at https://www.loc.gov/marc/relators/relaterm.html and https://www.loc.gov/marc/relators/relacode.html
Lines 603-618 You can learn about the system components (like OS and database) needed for runn Link Here
603
603
604
#### Enhancements
604
#### Enhancements
605
605
606
- [8838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838) Digest option for HOLD notice
606
- [8838](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838) Digest option for HOLD notice
607
  >This adds a digest checkbox for "Hold filled" in the messaging preferences settings. When checked, all pickup notices for holds will be collected and send out in a single notice. The letter used is `HOLDDGST`.
607
  >This adds a digest checkbox for "Hold filled" in the messaging preferences settings. When checked, all pickup notices for holds will be collected and send out in a single notice. The letter used is `HOLDDGST`.
608
- [32986](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32986) Add ability to generate custom slips for patrons
608
- [32986](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32986) Add ability to generate custom slips for patrons
609
  >This feature makes it possible to create custom slips that will appear in the 'Print' menu in the patron's user account in staff. For this purpose a new module was added to the pull down in the notices and slips tool: 'Patrons (custom slip)'.
609
  >This feature makes it possible to create custom slips that will appear in the 'Print' menu in the patron's user account in staff. For this purpose a new module was added to the pull down in the notices and slips tool: 'Patrons (custom slip)'.
610
610
611
### OPAC
611
### OPAC
612
612
613
#### New features
613
#### New features
614
614
615
- [27378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378) Enable compliance with EU Cookie Legislation via cookie consent
615
- [27378](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378) Enable compliance with EU Cookie Legislation via cookie consent
616
  >This new features adds proper handling of tracking cookies into Koha.
616
  >This new features adds proper handling of tracking cookies into Koha.
617
  >
617
  >
618
  >An administrator can now enable the option for end users to accept or deny non-essential cookies being stored in their browser using the new system preference `CookieConsent`.
618
  >An administrator can now enable the option for end users to accept or deny non-essential cookies being stored in their browser using the new system preference `CookieConsent`.
Lines 620-626 You can learn about the system components (like OS and database) needed for runn Link Here
620
  >Once enabled, the administrator should add their non-essential cookie code into `CookieConsentedJS` as opposed to `OPACUserJS` and `IntranetUserJS`.
620
  >Once enabled, the administrator should add their non-essential cookie code into `CookieConsentedJS` as opposed to `OPACUserJS` and `IntranetUserJS`.
621
  >
621
  >
622
  >This will enable a cookie banner to appear at the bottom of the screen with options to allow all, allow essential and view more information.
622
  >This will enable a cookie banner to appear at the bottom of the screen with options to allow all, allow essential and view more information.
623
- [30979](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979) Add ability for OPAC users to checkout to themselves
623
- [30979](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979) Add ability for OPAC users to checkout to themselves
624
  >This new feature adds a new `OpacTrustedSelfCheckout` system preference.  When enabled, OPAC users will see a new checkout option in the header of the page when logged in. This option displays a modal where they can scan barcodes to perform a self checkout.
624
  >This new feature adds a new `OpacTrustedSelfCheckout` system preference.  When enabled, OPAC users will see a new checkout option in the header of the page when logged in. This option displays a modal where they can scan barcodes to perform a self checkout.
625
  >
625
  >
626
626
Lines 628-682 You can learn about the system components (like OS and database) needed for runn Link Here
628
628
629
#### Enhancements
629
#### Enhancements
630
630
631
- [12421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12421) No way to get back to search results from overdrive results
631
- [12421](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12421) No way to get back to search results from overdrive results
632
- [23798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23798) Convert OpacMaintenanceNotice system preference to additional contents
632
- [23798](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23798) Convert OpacMaintenanceNotice system preference to additional contents
633
- [26824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26824) Use confirmation modal when removing titles from a list in the OPAC
633
- [26824](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26824) Use confirmation modal when removing titles from a list in the OPAC
634
- [28130](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28130) Show list of serial email alerts a patron subscribed to in patron account in OPAC
634
- [28130](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28130) Show list of serial email alerts a patron subscribed to in patron account in OPAC
635
  >This enhancement adds an 'Alert subscriptions' page to a patron account to easily view or cancel email alerts the patron has enabled for subscriptions. This new page is available on both the staff interface and the OPAC.
635
  >This enhancement adds an 'Alert subscriptions' page to a patron account to easily view or cancel email alerts the patron has enabled for subscriptions. This new page is available on both the staff interface and the OPAC.
636
636
637
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
637
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
638
- [29691](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29691) Use template plugins to display OPAC news on homepage
638
- [29691](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29691) Use template plugins to display OPAC news on homepage
639
- [31503](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31503) Allow several consent types on the consents tab of OPAC account page
639
- [31503](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31503) Allow several consent types on the consents tab of OPAC account page
640
  >This enhancement adds plugin hooks to allow plugin authors to add their own consent requirements.  Consent types introduced will be added to the OPAC account page (Consents tab) using the new `patron_consent_type` hook.
640
  >This enhancement adds plugin hooks to allow plugin authors to add their own consent requirements.  Consent types introduced will be added to the OPAC account page (Consents tab) using the new `patron_consent_type` hook.
641
  >
641
  >
642
  >A very simple example is given on the Bugzilla report.
642
  >A very simple example is given on the Bugzilla report.
643
- [32711](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32711) Add biblio details to trusted self-checkout modal
643
- [32711](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32711) Add biblio details to trusted self-checkout modal
644
- [32721](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32721) Allow specifying UserCSS and UserJS at library level for the OPAC
644
- [32721](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32721) Allow specifying UserCSS and UserJS at library level for the OPAC
645
  >With this feature it's possible to add library specific CSS and JavaScript on the library administration pages.
645
  >With this feature it's possible to add library specific CSS and JavaScript on the library administration pages.
646
  >This works in combination with the global '*UserJS' and '*UserCSS' functionality and allows for multiple OPACs with different CSS and JavaScript customizations.
646
  >This works in combination with the global '*UserJS' and '*UserCSS' functionality and allows for multiple OPACs with different CSS and JavaScript customizations.
647
647
648
  **Sponsored by** *PTFS Europe*
648
  **Sponsored by** *PTFS Europe*
649
- [33808](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33808) Accessibility: Non-descriptive links
649
- [33808](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33808) Accessibility: Non-descriptive links
650
- [33809](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33809) Accessibility: OPAC results page needs more descriptive links
650
- [33809](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33809) Accessibility: OPAC results page needs more descriptive links
651
- [33812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33812) Accessibility: OPAC messaging preferences is missing form labels
651
- [33812](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33812) Accessibility: OPAC messaging preferences is missing form labels
652
- [33818](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33818) Accessibility: Non descriptive title on ISBD detail
652
- [33818](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33818) Accessibility: Non descriptive title on ISBD detail
653
- [33819](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33819) Accessibility: More description required in OPAC search breadcrumbs
653
- [33819](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33819) Accessibility: More description required in OPAC search breadcrumbs
654
- [34438](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34438) OPAC self registration form does not include lang (preferred language for notices) field
654
- [34438](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34438) OPAC self registration form does not include lang (preferred language for notices) field
655
  >This adds the 'preferred language' to the patron self registration form when `TranslateNotices` is activated. The field can be hidden using the `PatronSelfRegistrationBorrowerUnwantedField` and `PatronSelfRegistrationBorrowerMandatoryField` system preferences if not needed.
655
  >This adds the 'preferred language' to the patron self registration form when `TranslateNotices` is activated. The field can be hidden using the `PatronSelfRegistrationBorrowerUnwantedField` and `PatronSelfRegistrationBorrowerMandatoryField` system preferences if not needed.
656
- [34865](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34865) Syspref OPACURLOpenInNewWindow not working for Library URLs
656
- [34865](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34865) Syspref OPACURLOpenInNewWindow not working for Library URLs
657
- [34869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34869) Convert OPACResultsSidebar system preference to HTML customization
657
- [34869](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34869) Convert OPACResultsSidebar system preference to HTML customization
658
  >This enhancement removes the OPACResultsSidebar system preference and allows adding content in this area using the HTML customizations tool. This also means this content is translatable for any languages installed for the OPAC
658
  >This enhancement removes the OPACResultsSidebar system preference and allows adding content in this area using the HTML customizations tool. This also means this content is translatable for any languages installed for the OPAC
659
  >
659
  >
660
  >Note: Any existing content is moved to the HTML customizations tool (Tools > HTML customizations > location - OPACResultsSidebar).
660
  >Note: Any existing content is moved to the HTML customizations tool (Tools > HTML customizations > location - OPACResultsSidebar).
661
- [34889](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34889) Convert PatronSelfRegistrationAdditionalInstructions system preference to HTML customization
661
- [34889](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34889) Convert PatronSelfRegistrationAdditionalInstructions system preference to HTML customization
662
- [34894](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34894) Convert OpacSuppressionMessage system preference to HTML customization
662
- [34894](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34894) Convert OpacSuppressionMessage system preference to HTML customization
663
- [35147](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35147) Add classes to Shibboleth text on OPAC login page
663
- [35147](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35147) Add classes to Shibboleth text on OPAC login page
664
664
665
  **Sponsored by** *New Zealand Council for Educational Research*
665
  **Sponsored by** *New Zealand Council for Educational Research*
666
- [35261](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35261) Update links for self registration avoiding "here"
666
- [35261](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35261) Update links for self registration avoiding "here"
667
- [35262](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35262) Improve OPAC self registration confirmation page
667
- [35262](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35262) Improve OPAC self registration confirmation page
668
668
669
### Packaging
669
### Packaging
670
670
671
#### Enhancements
671
#### Enhancements
672
672
673
- [28493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28493) Make koha-passwd display the username
673
- [28493](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28493) Make koha-passwd display the username
674
674
675
### Patrons
675
### Patrons
676
676
677
#### New features
677
#### New features
678
678
679
- [12532](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12532) Copy guarantee email to guarantor (or redirect if guarantee has no email set)
679
- [12532](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12532) Copy guarantee email to guarantor (or redirect if guarantee has no email set)
680
  >This new feature allows libraries to set email notices for guaranteed users to be copied to their guarantors.
680
  >This new feature allows libraries to set email notices for guaranteed users to be copied to their guarantors.
681
  >
681
  >
682
  >If the guarantee doesn't have a valid email of their own, then enabling this feature will redirect the guarantee's email notices to the guarantor.
682
  >If the guarantee doesn't have a valid email of their own, then enabling this feature will redirect the guarantee's email notices to the guarantor.
Lines 685-691 You can learn about the system components (like OS and database) needed for runn Link Here
685
685
686
#### Enhancements
686
#### Enhancements
687
687
688
- [12133](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12133) Guarantor requirements when registering a patron
688
- [12133](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12133) Guarantor requirements when registering a patron
689
  >This enhancement makes two changes to guarantors and guarantees when registering a new patron:
689
  >This enhancement makes two changes to guarantors and guarantees when registering a new patron:
690
  >
690
  >
691
  >- A child patron must have a guarantor - this is controlled by
691
  >- A child patron must have a guarantor - this is controlled by
Lines 693-702 You can learn about the system components (like OS and database) needed for runn Link Here
693
  >- A guarantor cannot be a guarantee.
693
  >- A guarantor cannot be a guarantee.
694
694
695
  **Sponsored by** *Koha-Suomi Oy*
695
  **Sponsored by** *Koha-Suomi Oy*
696
- [15157](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15157) Cronjob to automatically restrict patrons with pending/unpaid charges
696
- [15157](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15157) Cronjob to automatically restrict patrons with pending/unpaid charges
697
697
698
  **Sponsored by** *Koha-Suomi Oy*
698
  **Sponsored by** *Koha-Suomi Oy*
699
- [15504](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504) Track Patron's Last Activity
699
- [15504](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504) Track Patron's Last Activity
700
  >This enhancement changes how tracking patron activities (and updating the borrowers.lastseen field) works - you can now select what patron activities to track.
700
  >This enhancement changes how tracking patron activities (and updating the borrowers.lastseen field) works - you can now select what patron activities to track.
701
  >
701
  >
702
  >Previously, with TrackLastPatronActivity enabled, the borrowers.lastseen field was updated when one of the "hard-coded" activities occurred - you could not select what patron activities to track
702
  >Previously, with TrackLastPatronActivity enabled, the borrowers.lastseen field was updated when one of the "hard-coded" activities occurred - you could not select what patron activities to track
Lines 714-751 You can learn about the system components (like OS and database) needed for runn Link Here
714
  >Notes:
714
  >Notes:
715
  >- If no activities are selected, then patron activity is not tracked and the borrowers.lastseen field is not updated.
715
  >- If no activities are selected, then patron activity is not tracked and the borrowers.lastseen field is not updated.
716
  >- The system preference TrackLastPatronActivity was renamed to TrackLastPatronActivityTriggers.
716
  >- The system preference TrackLastPatronActivity was renamed to TrackLastPatronActivityTriggers.
717
- [16223](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16223) Automatically remove any borrower debarments after a payment
717
- [16223](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16223) Automatically remove any borrower debarments after a payment
718
718
719
  **Sponsored by** *Koha-Suomi Oy*
719
  **Sponsored by** *Koha-Suomi Oy*
720
- [21431](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21431) Differentiate password change and password reset in action logs
720
- [21431](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21431) Differentiate password change and password reset in action logs
721
- [26170](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170) Add protected status for patrons
721
- [26170](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170) Add protected status for patrons
722
  >This enhancement makes it possible to protect patrons from being accidentally deleted or merged with other patrons, from the UI and from (well behaved) cron jobs. It adds a 'Protected' field (with Yes and No options) in the library use section for a patron's record.
722
  >This enhancement makes it possible to protect patrons from being accidentally deleted or merged with other patrons, from the UI and from (well behaved) cron jobs. It adds a 'Protected' field (with Yes and No options) in the library use section for a patron's record.
723
- [26558](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26558) Guarantor information is lost when an error occurs during new account creation
723
- [26558](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26558) Guarantor information is lost when an error occurs during new account creation
724
724
725
  **Sponsored by** *Koha-Suomi Oy*
725
  **Sponsored by** *Koha-Suomi Oy*
726
- [28688](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688) Automatically renew patron membership
726
- [28688](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688) Automatically renew patron membership
727
  >This patch set allows you to renew patrons automatically when running the membership_expiry.pl cron job.
727
  >This patch set allows you to renew patrons automatically when running the membership_expiry.pl cron job.
728
  >You can pass filters to do this only on selected patrons, like active patrons, etc.
728
  >You can pass filters to do this only on selected patrons, like active patrons, etc.
729
  >Default behavior does not change.
729
  >Default behavior does not change.
730
- [31357](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31357) Separate holds history from intranetreadinghistory
730
- [31357](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31357) Separate holds history from intranetreadinghistory
731
- [32730](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32730) Add patron lists tab to patron details and circulation pages
731
- [32730](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32730) Add patron lists tab to patron details and circulation pages
732
- [33271](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33271) Show charges_guarantors_guarantees on patron details page
732
- [33271](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33271) Show charges_guarantors_guarantees on patron details page
733
- [33522](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33522) Optionally skip (in)active patrons when sending membership expiry notices
733
- [33522](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33522) Optionally skip (in)active patrons when sending membership expiry notices
734
- [33620](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33620) Don't show patron-privacyguarantor/patron-privacy_guarantor_fines if  borrowerRelationship is empty
734
- [33620](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33620) Don't show patron-privacyguarantor/patron-privacy_guarantor_fines if  borrowerRelationship is empty
735
- [34511](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34511) Typo in manage_staged_records permission description
735
- [34511](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34511) Typo in manage_staged_records permission description
736
  >This patch corrects a typo in the description of the manage_staged_records permission.
736
  >This patch corrects a typo in the description of the manage_staged_records permission.
737
- [34517](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34517) Add option to search patron attribute in standard search
737
- [34517](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34517) Add option to search patron attribute in standard search
738
- [34719](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34719) Middle name doesn't show on autocomplete
738
- [34719](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34719) Middle name doesn't show on autocomplete
739
- [35027](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35027) Add holds to patron activity triggers
739
- [35027](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35027) Add holds to patron activity triggers
740
- [35030](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35030) Extend TrackLastPatronActivity with placing article request
740
- [35030](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35030) Extend TrackLastPatronActivity with placing article request
741
741
742
### Plugin architecture
742
### Plugin architecture
743
743
744
#### Enhancements
744
#### Enhancements
745
745
746
- [25672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672) Administrators should be able to restrict client-side plugin upload to trusted sources
746
- [25672](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672) Administrators should be able to restrict client-side plugin upload to trusted sources
747
- [31339](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31339) Add Template::Toolkit WRAPPER for Koha Tool Plugins
747
- [31339](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31339) Add Template::Toolkit WRAPPER for Koha Tool Plugins
748
- [33776](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33776) Add inLibro in default plugin repositories
748
- [33776](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33776) Add inLibro in default plugin repositories
749
  >This enhancement adds inLibro to the list of git repositories searched for plugins. 
749
  >This enhancement adds inLibro to the list of git repositories searched for plugins. 
750
  >
750
  >
751
  >Notes: 
751
  >Notes: 
Lines 756-762 You can learn about the system components (like OS and database) needed for runn Link Here
756
756
757
#### New features
757
#### New features
758
758
759
- [30708](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30708) Creation of a new 'Preservation' module
759
- [30708](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30708) Creation of a new 'Preservation' module
760
  >This new module allows libraries to integrate preservation treatments into their workflow and monitor them.
760
  >This new module allows libraries to integrate preservation treatments into their workflow and monitor them.
761
  >Its main goal is to attach data about the preservation treatments to items (contained in a new Koha table).
761
  >Its main goal is to attach data about the preservation treatments to items (contained in a new Koha table).
762
762
Lines 764-773 You can learn about the system components (like OS and database) needed for runn Link Here
764
764
765
#### Enhancements
765
#### Enhancements
766
766
767
- [33547](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33547) Print slips from the preservation module
767
- [33547](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33547) Print slips from the preservation module
768
768
769
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
769
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
770
- [34030](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34030) Print slips in a batch from the preservation module
770
- [34030](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34030) Print slips in a batch from the preservation module
771
771
772
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
772
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
773
773
Lines 775-798 You can learn about the system components (like OS and database) needed for runn Link Here
775
775
776
#### Enhancements
776
#### Enhancements
777
777
778
- [23336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336) Add an API endpoint for checking an item out to a patron
778
- [23336](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336) Add an API endpoint for checking an item out to a patron
779
- [32739](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32739) REST API: Extend endpoint /auth/password/validation for cardnumber
779
- [32739](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32739) REST API: Extend endpoint /auth/password/validation for cardnumber
780
  >This development adds a new attribute for identifying the patron for password validation: `identifier`. It expects to be passed a `userid` or a `cardnumber` in it. It the `identifier` doesn't match a `userid`, then Koha will try matching a `cardnumber`.
780
  >This development adds a new attribute for identifying the patron for password validation: `identifier`. It expects to be passed a `userid` or a `cardnumber` in it. It the `identifier` doesn't match a `userid`, then Koha will try matching a `cardnumber`.
781
- [33690](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690) Add ability to send welcome notice when creating patrons using the REST API
781
- [33690](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690) Add ability to send welcome notice when creating patrons using the REST API
782
- [33974](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974) Add ability to search biblios endpoint any biblioitem attribute
782
- [33974](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974) Add ability to search biblios endpoint any biblioitem attribute
783
- [34008](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34008) REST API: Add a list (GET) endpoint for itemtypes
783
- [34008](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34008) REST API: Add a list (GET) endpoint for itemtypes
784
- [34054](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34054) Allow to embed biblio on GET /items
784
- [34054](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34054) Allow to embed biblio on GET /items
785
785
786
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
786
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
787
- [34211](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34211) Add +strings for GET /api/v1/biblios/:biblio_id/items
787
- [34211](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34211) Add +strings for GET /api/v1/biblios/:biblio_id/items
788
- [34313](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34313) Make password validation endpoint return patron IDs
788
- [34313](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34313) Make password validation endpoint return patron IDs
789
- [34333](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34333) Add cancellation request information embed option to the holds endpoint
789
- [34333](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34333) Add cancellation request information embed option to the holds endpoint
790
790
791
### Reports
791
### Reports
792
792
793
#### Enhancements
793
#### Enhancements
794
794
795
- [6419](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6419) Add customizable areas to intranet home pages
795
- [6419](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6419) Add customizable areas to intranet home pages
796
  >This enhancement adds several new locations to HTML customizations to add content to various staff interface pages. This supports multilingual content, as with any HTML customization.
796
  >This enhancement adds several new locations to HTML customizations to add content to various staff interface pages. This supports multilingual content, as with any HTML customization.
797
  >
797
  >
798
  >New locations are:
798
  >New locations are:
Lines 810-844 You can learn about the system components (like OS and database) needed for runn Link Here
810
  >- StaffPOSHome: adds content at the bottom of the point of sale module home page
810
  >- StaffPOSHome: adds content at the bottom of the point of sale module home page
811
  >
811
  >
812
  >- StaffSerialsHome: adds content at the bottom of the serials module home page
812
  >- StaffSerialsHome: adds content at the bottom of the serials module home page
813
- [23059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23059) reserves_stats.pl: Simplify reserve status handling
813
- [23059](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23059) reserves_stats.pl: Simplify reserve status handling
814
- [33608](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608) Allow to get statistics about found/recovered books
814
- [33608](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608) Allow to get statistics about found/recovered books
815
- [34136](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34136) Add ability to render a report using a notice template
815
- [34136](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34136) Add ability to render a report using a notice template
816
  >With this feature you can use a notice template for rendering the results of a report in the reports module. As you can use Template Toolkit and HTML in notices, this gives you a lot of flexibility to create for example a nice print format for your data.
816
  >With this feature you can use a notice template for rendering the results of a report in the reports module. As you can use Template Toolkit and HTML in notices, this gives you a lot of flexibility to create for example a nice print format for your data.
817
  >
817
  >
818
  >Once a notice has been created with the module 'Reports' selected, you will have the option to run your report using the template.
818
  >Once a notice has been created with the module 'Reports' selected, you will have the option to run your report using the template.
819
- [34456](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34456) Add the ability to download a template rendered report as a file
819
- [34456](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34456) Add the ability to download a template rendered report as a file
820
  >This allows to create new download formats for reports using notice templates. You can create different file formats, specifying the file name and ending in the accordingly labelled field when setting up the notice.
820
  >This allows to create new download formats for reports using notice templates. You can create different file formats, specifying the file name and ending in the accordingly labelled field when setting up the notice.
821
821
822
### SIP2
822
### SIP2
823
823
824
#### Enhancements
824
#### Enhancements
825
825
826
- [25814](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25814) SIP: Add a message on successful checkin
826
- [25814](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25814) SIP: Add a message on successful checkin
827
- [25816](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25816) Add OPAC messages in SIP display
827
- [25816](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25816) Add OPAC messages in SIP display
828
  >New system preference `SIP2AddOpacMessagesToScreenMessage` allows to include patron OPAC messages in the SIP2 screen message.
828
  >New system preference `SIP2AddOpacMessagesToScreenMessage` allows to include patron OPAC messages in the SIP2 screen message.
829
  >Starting with "Messages for you: ".
829
  >Starting with "Messages for you: ".
830
- [33926](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33926) Add ability to specify fields allowed in a response
830
- [33926](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33926) Add ability to specify fields allowed in a response
831
831
832
  **Sponsored by** *ByWater Solutions*
832
  **Sponsored by** *ByWater Solutions*
833
- [34016](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016) Enable fulfillment of recalled items through SIP2
833
- [34016](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016) Enable fulfillment of recalled items through SIP2
834
  >This enhancement allows SIP (using a self-check machines) to better handle recalled items - preventing the check-out of recalled items if they have been allocated to another patron, or fulfilling recalls if the item was recalled and allocated to this patron.
834
  >This enhancement allows SIP (using a self-check machines) to better handle recalled items - preventing the check-out of recalled items if they have been allocated to another patron, or fulfilling recalls if the item was recalled and allocated to this patron.
835
835
836
  **Sponsored by** *Auckland University of Technology*
836
  **Sponsored by** *Auckland University of Technology*
837
- [34101](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34101) Limit items types that can be checked out via SIP2
837
- [34101](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34101) Limit items types that can be checked out via SIP2
838
- [34737](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34737) Enhance SIP2SortBinMapping to support additional match conditions
838
- [34737](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34737) Enhance SIP2SortBinMapping to support additional match conditions
839
839
840
  **Sponsored by** *PTFS Europe Ltd*
840
  **Sponsored by** *PTFS Europe Ltd*
841
- [34868](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34868) Add ability for SIP2 to distinguish missing item from other lost types
841
- [34868](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34868) Add ability for SIP2 to distinguish missing item from other lost types
842
842
843
  **Sponsored by** *ByWater Solutions*
843
  **Sponsored by** *ByWater Solutions*
844
844
Lines 846-860 You can learn about the system components (like OS and database) needed for runn Link Here
846
846
847
#### Enhancements
847
#### Enhancements
848
848
849
- [26468](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26468) Item search should include a way to limit by damaged
849
- [26468](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26468) Item search should include a way to limit by damaged
850
- [33217](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33217) Allow different default sorting when click author links
850
- [33217](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33217) Allow different default sorting when click author links
851
  >Authors and contributors in the detail pages are linked to search for more materials of the same persons or institutions. Before this patch, these would use the normal default sorting, like relevancy, which isn't as helpful for these results. The new system preferences `AuthorLinkSortBy` and `AuthorLinkSortOrder` now allow to change the sort order for these links specifically.
851
  >Authors and contributors in the detail pages are linked to search for more materials of the same persons or institutions. Before this patch, these would use the normal default sorting, like relevancy, which isn't as helpful for these results. The new system preferences `AuthorLinkSortBy` and `AuthorLinkSortOrder` now allow to change the sort order for these links specifically.
852
852
853
### Searching - Elasticsearch
853
### Searching - Elasticsearch
854
854
855
#### Enhancements
855
#### Enhancements
856
856
857
- [33353](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33353) Add compatibility with Elasticsearch 8 and OpenSearch 2
857
- [33353](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33353) Add compatibility with Elasticsearch 8 and OpenSearch 2
858
  >These changes to support ElasticSearch 8.x and OpenSearch 2.x come with a loss of support for ElasticSearch 6.x.
858
  >These changes to support ElasticSearch 8.x and OpenSearch 2.x come with a loss of support for ElasticSearch 6.x.
859
  >
859
  >
860
  >Existing instances will have to upgrade to either ElasticSearch 7.x or 8.x or OpenSearch 1.x or 2.x
860
  >Existing instances will have to upgrade to either ElasticSearch 7.x or 8.x or OpenSearch 1.x or 2.x
Lines 865-886 You can learn about the system components (like OS and database) needed for runn Link Here
865
865
866
#### Enhancements
866
#### Enhancements
867
867
868
- [35048](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35048) Convert SCOMainUserBlock system preference to HTML customization
868
- [35048](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35048) Convert SCOMainUserBlock system preference to HTML customization
869
- [35063](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35063) Convert SelfCheckInMainUserBlock system preference to HTML customization
869
- [35063](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35063) Convert SelfCheckInMainUserBlock system preference to HTML customization
870
- [35065](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35065) Convert SelfCheckHelpMessage system preference to HTML customization
870
- [35065](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35065) Convert SelfCheckHelpMessage system preference to HTML customization
871
871
872
### Serials
872
### Serials
873
873
874
#### Enhancements
874
#### Enhancements
875
875
876
- [31846](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31846) Allow setting serials search results limit
876
- [31846](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31846) Allow setting serials search results limit
877
877
878
  **Sponsored by** *Gothenburg University Library*
878
  **Sponsored by** *Gothenburg University Library*
879
- [33039](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33039) Add ability to specify a template for serial subscription "Published on (text)" field
879
- [33039](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33039) Add ability to specify a template for serial subscription "Published on (text)" field
880
- [34199](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34199) Add part_name and part_number to subscription detail page
880
- [34199](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34199) Add part_name and part_number to subscription detail page
881
881
882
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
882
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
883
- [34230](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34230) Add part_name and part_number to subscription result list
883
- [34230](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34230) Add part_name and part_number to subscription result list
884
884
885
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
885
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
886
886
Lines 888-894 You can learn about the system components (like OS and database) needed for runn Link Here
888
888
889
#### Enhancements
889
#### Enhancements
890
890
891
- [14156](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14156) Add id tags to each MARC note in the display
891
- [14156](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14156) Add id tags to each MARC note in the display
892
  >This enhancement adds id and class tags to each MARC note in the description tab for the staff interface bibliographic detail page.
892
  >This enhancement adds id and class tags to each MARC note in the description tab for the staff interface bibliographic detail page.
893
  >
893
  >
894
  >It adds a unique id for each note (for unique styling of each repeated tag), and a general and unique class for each tag (for consistent styling across the same tag number). An example of the HTML output: 
894
  >It adds a unique id for each note (for unique styling of each repeated tag), and a general and unique class for each tag (for consistent styling across the same tag number). An example of the HTML output: 
Lines 896-1038 You can learn about the system components (like OS and database) needed for runn Link Here
896
  ><p id="marcnote-500-2" class="marcnote marcnote-500">...</p>
896
  ><p id="marcnote-500-2" class="marcnote marcnote-500">...</p>
897
  >```
897
  >```
898
  >Styles can be defined for notes and individual tags in the `IntranetUserCSS` system preference - see the test plan for an example.
898
  >Styles can be defined for notes and individual tags in the `IntranetUserCSS` system preference - see the test plan for an example.
899
- [21246](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21246) Extend the 'Last patron' navigation feature to 'Last X patrons'
899
- [21246](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21246) Extend the 'Last patron' navigation feature to 'Last X patrons'
900
900
901
  **Sponsored by** *ByWater Solutions*
901
  **Sponsored by** *ByWater Solutions*
902
- [26916](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26916) Show searchable patron attributes in patron search dropdown
902
- [26916](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26916) Show searchable patron attributes in patron search dropdown
903
- [32910](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910) Upgrade fontawesome icons to V6
903
- [32910](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910) Upgrade fontawesome icons to V6
904
- [33169](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169) Improve vue breadcrumbs and left-hand menu
904
- [33169](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169) Improve vue breadcrumbs and left-hand menu
905
- [33988](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988) Font awesome fa-gears on staff main page look wrong after upgrade to FA6
905
- [33988](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988) Font awesome fa-gears on staff main page look wrong after upgrade to FA6
906
- [34055](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34055) Add API client class to get items
906
- [34055](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34055) Add API client class to get items
907
907
908
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
908
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
909
- [34135](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34135) Show the icons for selected tab to the left of the search bar in the staff interface
909
- [34135](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34135) Show the icons for selected tab to the left of the search bar in the staff interface
910
- [34188](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34188) Require library selection when logging in
910
- [34188](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34188) Require library selection when logging in
911
  >When the new system preference `ForceLibrarySelection` is activated, staff users will have to choose a library when logging into the staff interface.
911
  >When the new system preference `ForceLibrarySelection` is activated, staff users will have to choose a library when logging into the staff interface.
912
- [34227](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34227) Add persistent selections and batch operations to item search
912
- [34227](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34227) Add persistent selections and batch operations to item search
913
- [34660](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34660) Make the Deliveries table on housebound.tt a dataTable for easier sorting
913
- [34660](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34660) Make the Deliveries table on housebound.tt a dataTable for easier sorting
914
- [34721](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34721) Change facet description for Limit to available items to accurately reflect what it does
914
- [34721](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34721) Change facet description for Limit to available items to accurately reflect what it does
915
- [34873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34873) "Sending your cart/list" headings are inconsistent
915
- [34873](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34873) "Sending your cart/list" headings are inconsistent
916
- [35037](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35037) Revise the appearance of the last patron button
916
- [35037](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35037) Revise the appearance of the last patron button
917
- [35059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059) Display item's shelving location on the items tab
917
- [35059](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059) Display item's shelving location on the items tab
918
- [35119](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35119) Make bibliographic encoding errors more prominent and match current styling
918
- [35119](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35119) Make bibliographic encoding errors more prominent and match current styling
919
919
920
### System Administration
920
### System Administration
921
921
922
#### Enhancements
922
#### Enhancements
923
923
924
- [27424](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424) One should be able to assign an SMTP server as the default
924
- [27424](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424) One should be able to assign an SMTP server as the default
925
  >We have been able to define SMTP servers in the staff interface for a while now. But to utilize them you had to set the SMTP server for each library individually. With this you can now chose to apply an SMTP server as default to all your libraries.
925
  >We have been able to define SMTP servers in the staff interface for a while now. But to utilize them you had to set the SMTP server for each library individually. With this you can now chose to apply an SMTP server as default to all your libraries.
926
- [29822](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29822) Use table column selection modal for DefaultPatronSearchFields preference
926
- [29822](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29822) Use table column selection modal for DefaultPatronSearchFields preference
927
  >This enhancement changes the `DefaultPatronSearchFields` system preference from an input field where field values separated by a comma are entered, to a modal window listing all patron fields (non-selectable fields are greyed out).
927
  >This enhancement changes the `DefaultPatronSearchFields` system preference from an input field where field values separated by a comma are entered, to a modal window listing all patron fields (non-selectable fields are greyed out).
928
  >
928
  >
929
  >This makes it much easier to set the standard fields for patron search, and helps avoid breaking the patron search when incorrect field values are entered.
929
  >This makes it much easier to set the standard fields for patron search, and helps avoid breaking the patron search when incorrect field values are entered.
930
- [31731](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31731) Offer user a dropdown of authorized values instead of a text field in preferences
930
- [31731](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31731) Offer user a dropdown of authorized values instead of a text field in preferences
931
- [31832](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31832) Add reference for EnableItemGroups to EnableItemGroupHolds system preference
931
- [31832](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31832) Add reference for EnableItemGroups to EnableItemGroupHolds system preference
932
- [33390](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33390) Expand links to authorized values interface when an authval is mentioned in preferences
932
- [33390](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33390) Expand links to authorized values interface when an authval is mentioned in preferences
933
- [33828](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33828) ExportCircHistory description is misleading
933
- [33828](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33828) ExportCircHistory description is misleading
934
- [34240](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34240) Add hint about having to use Koha-to-MARC mappings for Koha link in frameworks
934
- [34240](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34240) Add hint about having to use Koha-to-MARC mappings for Koha link in frameworks
935
- [34807](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34807) Move EnableItemGroups in cataloging preferences
935
- [34807](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34807) Move EnableItemGroups in cataloging preferences
936
  >The EnableItemGroups system preference is now under Cataloging preferences > Record structure.
936
  >The EnableItemGroups system preference is now under Cataloging preferences > Record structure.
937
937
938
### Templates
938
### Templates
939
939
940
#### Enhancements
940
#### Enhancements
941
941
942
- [26053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26053) Add styling to show expired patron restrictions as inactive
942
- [26053](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26053) Add styling to show expired patron restrictions as inactive
943
  >This enhancement highlights that a patron restriction is expired in the patron restriction table (Patrons > ([patron] > Check out or Details tab > Restrictions):
943
  >This enhancement highlights that a patron restriction is expired in the patron restriction table (Patrons > ([patron] > Check out or Details tab > Restrictions):
944
  >- adds the text "(expired)" after the expiration date, and
944
  >- adds the text "(expired)" after the expiration date, and
945
  >- changes the text color for the line to a light gray.
945
  >- changes the text color for the line to a light gray.
946
- [33029](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33029) Add wrapper method for dt_from_string to KohaDates template toolkit plugin
946
- [33029](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33029) Add wrapper method for dt_from_string to KohaDates template toolkit plugin
947
- [33242](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33242) Allow passing things like add_days => 3 to KohaDates filter
947
- [33242](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33242) Allow passing things like add_days => 3 to KohaDates filter
948
- [33426](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33426) Add client storage of user-selected DataTables configuration to suggestion.tt
948
- [33426](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33426) Add client storage of user-selected DataTables configuration to suggestion.tt
949
  >This allows Koha to remember the changes that a user has made to the columns settings on the Purchase Suggestions Management page, so that the columns settings and sorts are kept when reloading the page.
949
  >This allows Koha to remember the changes that a user has made to the columns settings on the Purchase Suggestions Management page, so that the columns settings and sorts are kept when reloading the page.
950
- [33524](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33524) Use template wrapper for tabs: Authority editor
950
- [33524](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33524) Use template wrapper for tabs: Authority editor
951
- [33525](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33525) Use template wrapper for tabs: Basic MARC editor
951
- [33525](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33525) Use template wrapper for tabs: Basic MARC editor
952
- [33804](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33804) Implement as_due_date for $date (js-date-format)
952
- [33804](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33804) Implement as_due_date for $date (js-date-format)
953
- [33908](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33908) Improve translation of title tags: Acquisitions
953
- [33908](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33908) Improve translation of title tags: Acquisitions
954
- [33909](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33909) Improve translation of title tags: Administration
954
- [33909](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33909) Improve translation of title tags: Administration
955
- [33910](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33910) Improve translation of title tags: Authorities
955
- [33910](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33910) Improve translation of title tags: Authorities
956
- [33911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33911) Improve translation of title tags: Catalog, basket, and lists
956
- [33911](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33911) Improve translation of title tags: Catalog, basket, and lists
957
- [33912](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33912) Improve translation of title tags: Cataloging
957
- [33912](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33912) Improve translation of title tags: Cataloging
958
- [33913](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913) Improve translation of title tags: Circulation, holds, and ILL
958
- [33913](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913) Improve translation of title tags: Circulation, holds, and ILL
959
- [33914](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33914) Improve translation of title tags: Course reserves
959
- [33914](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33914) Improve translation of title tags: Course reserves
960
- [33915](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33915) Improve translation of title tags: Installer and onboarding
960
- [33915](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33915) Improve translation of title tags: Installer and onboarding
961
- [33916](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33916) Improve translation of title tags: Labels
961
- [33916](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33916) Improve translation of title tags: Labels
962
- [33917](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33917) Improve translation of title tags: Offline circulation and patron lists
962
- [33917](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33917) Improve translation of title tags: Offline circulation and patron lists
963
- [33918](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33918) Improve translation of title tags: Patron card creator
963
- [33918](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33918) Improve translation of title tags: Patron card creator
964
- [33919](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919) Improve translation of title tags: Patron clubs
964
- [33919](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919) Improve translation of title tags: Patron clubs
965
- [33920](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33920) Improve translation of title tags: Patrons
965
- [33920](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33920) Improve translation of title tags: Patrons
966
- [33921](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33921) Improve translation of title tags: Plugins and Point of sale
966
- [33921](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33921) Improve translation of title tags: Plugins and Point of sale
967
- [33922](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33922) Improve translation of title tags: Recalls
967
- [33922](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33922) Improve translation of title tags: Recalls
968
- [33923](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923) Improve translation of title tags: Reports
968
- [33923](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923) Improve translation of title tags: Reports
969
- [33924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33924) Improve translation of title tags: Rotating collections
969
- [33924](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33924) Improve translation of title tags: Rotating collections
970
- [33927](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33927) Improve translation of title tags: Tools
970
- [33927](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33927) Improve translation of title tags: Tools
971
- [33928](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928) Improve translation of title tags: Various
971
- [33928](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928) Improve translation of title tags: Various
972
- [33983](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983) Move translatable strings out of OPAC's datatables.inc into JavaScript
972
- [33983](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983) Move translatable strings out of OPAC's datatables.inc into JavaScript
973
- [34026](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026) Move translatable cover-handling strings out of opac-bottom.inc
973
- [34026](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026) Move translatable cover-handling strings out of opac-bottom.inc
974
- [34031](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34031) Move various translatable strings out of opac-bottom.inc
974
- [34031](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34031) Move various translatable strings out of opac-bottom.inc
975
- [34034](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34034) Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary
975
- [34034](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34034) Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary
976
- [34035](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035) Move translatable strings out of opac-bottom.inc: Tags
976
- [34035](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035) Move translatable strings out of opac-bottom.inc: Tags
977
- [34043](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34043) Improve translation of CSV header templates
977
- [34043](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34043) Improve translation of CSV header templates
978
- [34114](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34114) Replace the use of jQueryUI sortable
978
- [34114](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34114) Replace the use of jQueryUI sortable
979
- [34124](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34124) Improve in-page navigation on table settings page
979
- [34124](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34124) Improve in-page navigation on table settings page
980
- [34196](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34196) UI adjustment to filters on funds administration page
980
- [34196](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34196) UI adjustment to filters on funds administration page
981
- [34197](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34197) Group and label vendor contact settings
981
- [34197](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34197) Group and label vendor contact settings
982
- [34226](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34226) Format dates from DT filters before querying the REST API
982
- [34226](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34226) Format dates from DT filters before querying the REST API
983
- [34270](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34270) Upgrade and prune jQueryUI assets in the staff interface
983
- [34270](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34270) Upgrade and prune jQueryUI assets in the staff interface
984
- [34323](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34323) Enhance header search icon for more options
984
- [34323](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34323) Enhance header search icon for more options
985
- [34344](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34344) Make item types breadcrumbs uniform
985
- [34344](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34344) Make item types breadcrumbs uniform
986
- [34345](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34345) 'Circulation and fine rules' vs 'Circulation and fines rules'
986
- [34345](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34345) 'Circulation and fine rules' vs 'Circulation and fines rules'
987
- [34373](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34373) Improve layout of curbside pickups items ready list
987
- [34373](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34373) Improve layout of curbside pickups items ready list
988
- [34383](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34383) Inconsistencies in Patron attributes page titles, breadcrumbs, and header
988
- [34383](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34383) Inconsistencies in Patron attributes page titles, breadcrumbs, and header
989
- [34390](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34390) Inconsistencies in Credit types page titles, breadcrumbs, and header
989
- [34390](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34390) Inconsistencies in Credit types page titles, breadcrumbs, and header
990
  >This fixes a couple of inconsistencies in the credit types administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
990
  >This fixes a couple of inconsistencies in the credit types administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
991
- [34392](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34392) Run automated Stylelint fixes on staff CSS
991
- [34392](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34392) Run automated Stylelint fixes on staff CSS
992
- [34395](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34395) Inconsistencies in Authority types page titles, breadcrumbs, and header
992
- [34395](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34395) Inconsistencies in Authority types page titles, breadcrumbs, and header
993
- [34422](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34422) Reindent facets.inc
993
- [34422](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34422) Reindent facets.inc
994
- [34446](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34446) Typo: Can be guarantee
994
- [34446](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34446) Typo: Can be guarantee
995
- [34453](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34453) Update background of quick spine label pop-up
995
- [34453](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34453) Update background of quick spine label pop-up
996
- [34519](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34519) Add a template plugin for ExtendedAttributeTypes to fetch searchable patron attributes
996
- [34519](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34519) Add a template plugin for ExtendedAttributeTypes to fetch searchable patron attributes
997
- [34553](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34553) Update send list and send cart popup footers
997
- [34553](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34553) Update send list and send cart popup footers
998
- [34562](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34562) Update more pop-up windows with consistent footer markup
998
- [34562](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34562) Update more pop-up windows with consistent footer markup
999
- [34566](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34566) Update MARC21 cataloging plugins with consistent footers
999
- [34566](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34566) Update MARC21 cataloging plugins with consistent footers
1000
- [34619](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34619) Show debug mode column in list of SMTP servers
1000
- [34619](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34619) Show debug mode column in list of SMTP servers
1001
- [34630](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34630) Update MARC21 cataloging plugin templates with consistent body class
1001
- [34630](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34630) Update MARC21 cataloging plugin templates with consistent body class
1002
- [34661](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34661) Update UNIMARC cataloging plugins with consistent footers
1002
- [34661](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34661) Update UNIMARC cataloging plugins with consistent footers
1003
- [34679](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34679) Description for RELTERMS authorized value category is wrong
1003
- [34679](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34679) Description for RELTERMS authorized value category is wrong
1004
  >This patch changes the description of the RELTERMS authorized value category to "List of relator codes and terms".
1004
  >This patch changes the description of the RELTERMS authorized value category to "List of relator codes and terms".
1005
- [34769](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34769) Improve translation of title tags: Patron lists
1005
- [34769](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34769) Improve translation of title tags: Patron lists
1006
- [34773](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34773) Improve translation of title tags: Cataloging tools
1006
- [34773](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34773) Improve translation of title tags: Cataloging tools
1007
- [34796](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34796) Improve translation of title tags: Tools - Additional tools
1007
- [34796](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34796) Improve translation of title tags: Tools - Additional tools
1008
- [34802](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802) Improve translation of title tags: Tags and comments
1008
- [34802](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802) Improve translation of title tags: Tags and comments
1009
- [34824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34824) Add colon after "Title" in new acquisition order details
1009
- [34824](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34824) Add colon after "Title" in new acquisition order details
1010
- [34831](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34831) Add input types "tel", "email" and "url" to vendor edit form
1010
- [34831](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34831) Add input types "tel", "email" and "url" to vendor edit form
1011
- [34940](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34940) Highlight logged-in library in facets
1011
- [34940](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34940) Highlight logged-in library in facets
1012
  >Like in patron searches, records search now uses class 'currentlibrary' to highlight logged-in library in facets.
1012
  >Like in patron searches, records search now uses class 'currentlibrary' to highlight logged-in library in facets.
1013
- [35206](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35206) Adjust style of add button on curbside pickups administration
1013
- [35206](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35206) Adjust style of add button on curbside pickups administration
1014
1014
1015
### Test Suite
1015
### Test Suite
1016
1016
1017
#### Enhancements
1017
#### Enhancements
1018
1018
1019
- [33833](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33833) Remove  Test::DBIx::Class from t/SocialData.t
1019
- [33833](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33833) Remove  Test::DBIx::Class from t/SocialData.t
1020
- [33869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33869) Move Matcher.t to db_dependent
1020
- [33869](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33869) Move Matcher.t to db_dependent
1021
- [33870](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33870) Remove T::D::C from Sitemapper.t
1021
- [33870](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33870) Remove T::D::C from Sitemapper.t
1022
- [34319](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34319) Upgrade Cypress
1022
- [34319](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34319) Upgrade Cypress
1023
- [34690](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34690) Cypress - Fix random failure in Dialog_spec.ts
1023
- [34690](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34690) Cypress - Fix random failure in Dialog_spec.ts
1024
1024
1025
### Tools
1025
### Tools
1026
1026
1027
#### Enhancements
1027
#### Enhancements
1028
1028
1029
- [21083](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21083) Batch patron modification does not allow to modify repeatable patron attributes
1029
- [21083](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21083) Batch patron modification does not allow to modify repeatable patron attributes
1030
- [24480](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24480) Fields added with MARC modifications templates are not added in an ordered way
1030
- [24480](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24480) Fields added with MARC modifications templates are not added in an ordered way
1031
- [25079](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25079) Show club enrollment question answers in staff interface
1031
- [25079](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25079) Show club enrollment question answers in staff interface
1032
- [26978](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26978) Add item type criteria to batch extend due date tool
1032
- [26978](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26978) Add item type criteria to batch extend due date tool
1033
- [29181](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29181) Allow patron card creator to use a report to get list of borrowers
1033
- [29181](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29181) Allow patron card creator to use a report to get list of borrowers
1034
- [29811](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29811) misc/export_records.pl add possibility to export with timestamp option on authority record type
1034
- [29811](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29811) misc/export_records.pl add possibility to export with timestamp option on authority record type
1035
- [34820](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34820) Improve inventory tool message for items with non-matching notforloan values
1035
- [34820](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34820) Improve inventory tool message for items with non-matching notforloan values
1036
  >This fixes the inventory tool to clarify the message for items with non-matching not for loan values in the inventory results 'Problems' column.
1036
  >This fixes the inventory tool to clarify the message for items with non-matching not for loan values in the inventory results 'Problems' column.
1037
  >
1037
  >
1038
  >It:
1038
  >It:
Lines 1040-1061 You can learn about the system components (like OS and database) needed for runn Link Here
1040
  >- Clarifies the message in the 'Problems' column: from 'Unknown not-for-loan status' to 'Items has no not for loan status'. 
1040
  >- Clarifies the message in the 'Problems' column: from 'Unknown not-for-loan status' to 'Items has no not for loan status'. 
1041
  >
1041
  >
1042
  >If one or more not for loan values (Optional filters for inventory list or comparing barcodes > items.notforloan) are selected, and an item is scanned that has no NFL status or an unselected NFL status, the error message was "Unknown not-for-loan status". This could be interpreted as the item having an NFL status value that is not defined in the system, but that is not accurate. This is now clarified and the error message is now "Items has no not for loan status".
1042
  >If one or more not for loan values (Optional filters for inventory list or comparing barcodes > items.notforloan) are selected, and an item is scanned that has no NFL status or an unselected NFL status, the error message was "Unknown not-for-loan status". This could be interpreted as the item having an NFL status value that is not defined in the system, but that is not accurate. This is now clarified and the error message is now "Items has no not for loan status".
1043
- [34964](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34964) Add descriptions for different HTML customization regions
1043
- [34964](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34964) Add descriptions for different HTML customization regions
1044
- [34977](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34977) Allow to delete multiple patron lists at once
1044
- [34977](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34977) Allow to delete multiple patron lists at once
1045
  >This enhancement enables selecting and deleting multiple patron lists at once, instead of having to delete patron lists one at a time.
1045
  >This enhancement enables selecting and deleting multiple patron lists at once, instead of having to delete patron lists one at a time.
1046
1046
1047
### Web services
1047
### Web services
1048
1048
1049
#### Enhancements
1049
#### Enhancements
1050
1050
1051
- [21284](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21284) ILS-DI: Allow GetPatronInfo to tell if a checked out item is on hold for someone else
1051
- [21284](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21284) ILS-DI: Allow GetPatronInfo to tell if a checked out item is on hold for someone else
1052
  >This enhancement adds two new entries in the loans section of a GetPatronInfo response:
1052
  >This enhancement adds two new entries in the loans section of a GetPatronInfo response:
1053
  >
1053
  >
1054
  >- item_on_hold: number of holds on this specific item
1054
  >- item_on_hold: number of holds on this specific item
1055
  >- record_on_hold: number of holds on the record
1055
  >- record_on_hold: number of holds on the record
1056
  >
1056
  >
1057
  >This allows an ILS-DI client to know if a loaned item is already on hold by someone else, and how many holds there are.
1057
  >This allows an ILS-DI client to know if a loaned item is already on hold by someone else, and how many holds there are.
1058
- [35008](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35008) ILS-DI should not ask for login with OpacPublic disabled
1058
- [35008](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35008) ILS-DI should not ask for login with OpacPublic disabled
1059
1059
1060
  **Sponsored by** *Auckland University of Technology*
1060
  **Sponsored by** *Auckland University of Technology*
1061
## Bugfixes
1061
## Bugfixes
Lines 1065-1742 have already been fixed in maintenance releases Link Here
1065
1065
1066
#### Security bugs
1066
#### Security bugs
1067
1067
1068
- [22990](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22990) Add CSRF protection to boraccount, pay, suggestions and virtualshelves on staff (23.11.00,23.05.02,22.11.08)
1068
- [22990](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22990) Add CSRF protection to boraccount, pay, suggestions and virtualshelves on staff (23.11.00,23.05.02,22.11.08)
1069
- [30524](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30524) Add base framework for dealing with CSRF in Koha (23.11.00,23.05.02,22.11.08,22.05.15, 21.11.25)
1069
- [30524](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30524) Add base framework for dealing with CSRF in Koha (23.11.00,23.05.02,22.11.08,22.05.15, 21.11.25)
1070
- [33881](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33881) SCO/SCI user leaving the module doesn't clear session (ie JWT) (23.11.00,23.05.02,22.11.09)
1070
- [33881](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33881) SCO/SCI user leaving the module doesn't clear session (ie JWT) (23.11.00,23.05.02,22.11.09)
1071
- [34023](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34023) HTML injection in "back to results" link from search page (23.11.00,23.05.02)
1071
- [34023](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34023) HTML injection in "back to results" link from search page (23.11.00,23.05.02)
1072
- [34287](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34287) Patron's should not be able to ask for checkoutability for different patrons (23.11.00)
1072
- [34287](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34287) Patron's should not be able to ask for checkoutability for different patrons (23.11.00)
1073
- [34349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34349) Validate inputs for task scheduler
1073
- [34349](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34349) Validate inputs for task scheduler
1074
- [34368](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34368) Add CSRF protection to Content Management pages (23.11.00,23.05.02,22.11.08)
1074
- [34368](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34368) Add CSRF protection to Content Management pages (23.11.00,23.05.02,22.11.08)
1075
- [34369](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34369) Add CSRF protection to system preferences
1075
- [34369](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34369) Add CSRF protection to system preferences
1076
- [34513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34513) Authenticated users can bypass permissions and view some privileged pages (23.11.00,23.05.04,22.11.10,22.05.16)
1076
- [34513](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34513) Authenticated users can bypass permissions and view some privileged pages (23.11.00,23.05.04,22.11.10,22.05.16)
1077
- [34761](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34761) Stored/reflected XSS with searches and saved search filters (23.11.00,23.05.04,22.11.10)
1077
- [34761](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34761) Stored/reflected XSS with searches and saved search filters (23.11.00,23.05.04,22.11.10)
1078
- [35290](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35290) SQL Injection vulnerability in ysearch.pl (23.11.00)
1078
- [35290](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35290) SQL Injection vulnerability in ysearch.pl (23.11.00)
1079
- [35291](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35291) File Upload vulnerability in upload-cover-image.pl (23.11.00)
1079
- [35291](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35291) File Upload vulnerability in upload-cover-image.pl (23.11.00)
1080
1080
1081
#### Critical bugs fixed
1081
#### Critical bugs fixed
1082
1082
1083
- [33885](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885) Get HTTP 500 when retrieving orders created by a non-existent (deleted) user (23.11.00,23.05.01)
1083
- [33885](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885) Get HTTP 500 when retrieving orders created by a non-existent (deleted) user (23.11.00,23.05.01)
1084
  >This fixes an issue that prevents the receiving of items where the user who created the order has been deleted. When clicking on 'Receive' for an item, this error was displayed:
1084
  >This fixes an issue that prevents the receiving of items where the user who created the order has been deleted. When clicking on 'Receive' for an item, this error was displayed:
1085
  >"Something went wrong when loading the table.
1085
  >"Something went wrong when loading the table.
1086
  >500: Internal Server Error."
1086
  >500: Internal Server Error."
1087
- [33993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993) The GET orders endpoint needs to allow users with order_receive permission (23.11.00,23.05.02,22.11.08)
1087
- [33993](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993) The GET orders endpoint needs to allow users with order_receive permission (23.11.00,23.05.02,22.11.08)
1088
- [34022](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022) Adding items on receive is broken (23.11.00,23.05.01)
1088
- [34022](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022) Adding items on receive is broken (23.11.00,23.05.01)
1089
- [34080](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080) Updating suggestion status can result in 500 error (23.11.00,23.05.02,22.11.08)
1089
- [34080](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080) Updating suggestion status can result in 500 error (23.11.00,23.05.02,22.11.08)
1090
- [34109](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34109) When adding items on receive, mandatory fields are not checked (23.11.00,23.05.04)
1090
- [34109](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34109) When adding items on receive, mandatory fields are not checked (23.11.00,23.05.04)
1091
- [34469](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34469) Modifying an order line of a standing order will delete linked invoice ID (23.11.00,23.05.03,22.11.09)
1091
- [34469](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34469) Modifying an order line of a standing order will delete linked invoice ID (23.11.00,23.05.03,22.11.09)
1092
- [34509](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34509) Cannot create baskets if too many vendors (23.11.00,23.05.04,22.11.10)
1092
- [34509](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34509) Cannot create baskets if too many vendors (23.11.00,23.05.04,22.11.10)
1093
- [34645](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34645) Add missing fields to MarcItemFieldsToOrder system preference (23.11.00,23.05.05,22.11.11)
1093
- [34645](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34645) Add missing fields to MarcItemFieldsToOrder system preference (23.11.00,23.05.05,22.11.11)
1094
- [34736](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34736) Item checkboxes move to wrong order line in multi-receive, breaking partial receive (23.11.00,23.05.04)
1094
- [34736](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34736) Item checkboxes move to wrong order line in multi-receive, breaking partial receive (23.11.00,23.05.04)
1095
- [34880](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34880) Receive impossible if items created 'in cataloguing' (23.11.00,23.05.04)
1095
- [34880](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34880) Receive impossible if items created 'in cataloguing' (23.11.00,23.05.04)
1096
- [35004](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35004) Cannot receive order lines with items created in cataloguing (23.11.00,23.05.06)
1096
- [35004](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35004) Cannot receive order lines with items created in cataloguing (23.11.00,23.05.06)
1097
- [35254](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35254) Adding files to basket from a staged file uses wrong inputs for order information when not all records are selected (23.11.00,23.05.06)
1097
- [35254](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35254) Adding files to basket from a staged file uses wrong inputs for order information when not all records are selected (23.11.00,23.05.06)
1098
- [35273](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35273) When editing items on receive, aqorders_items is not updated correctly (23.11.00,23.05.06)
1098
- [35273](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35273) When editing items on receive, aqorders_items is not updated correctly (23.11.00,23.05.06)
1099
- [32305](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32305) Background worker doesn't check job status when received from rabbitmq (23.11.00,23.05.05,22.11.12)
1099
- [32305](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32305) Background worker doesn't check job status when received from rabbitmq (23.11.00,23.05.05,22.11.12)
1100
- [32894](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894) Objects cache methods' result without invalidation (23.11.00,23.05.02,22.11.08)
1100
- [32894](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894) Objects cache methods' result without invalidation (23.11.00,23.05.02,22.11.08)
1101
- [33270](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270) OAI-PMH should not die on record errors (23.11.00,23.05.02,22.11.08)
1101
- [33270](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270) OAI-PMH should not die on record errors (23.11.00,23.05.02,22.11.08)
1102
- [33934](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934) 'No encryption_key in koha-conf.xml' needs more detail (23.11.00,23.05.01,22.11.07)
1102
- [33934](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934) 'No encryption_key in koha-conf.xml' needs more detail (23.11.00,23.05.01,22.11.07)
1103
  >This fixes an issue that can cause upgrades to Koha 23.05 to fail with an error message that includes 'No encryption_key in koha-conf.xml'. It also requires the configuration entry in the instance koha-conf.xml to be something other than __ENCRYPTION_KEY__.
1103
  >This fixes an issue that can cause upgrades to Koha 23.05 to fail with an error message that includes 'No encryption_key in koha-conf.xml'. It also requires the configuration entry in the instance koha-conf.xml to be something other than __ENCRYPTION_KEY__.
1104
  >It is recommended that the key is generated using pwgen 32
1104
  >It is recommended that the key is generated using pwgen 32
1105
- [34193](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34193) Default HTTPS template has outdated SSLProtocol value (23.11.00,23.05.03,22.11.09)
1105
- [34193](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34193) Default HTTPS template has outdated SSLProtocol value (23.11.00,23.05.03,22.11.09)
1106
- [34204](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34204) Koha user needs to be able to login (23.11.00,23.05.05,22.11.12)
1106
- [34204](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34204) Koha user needs to be able to login (23.11.00,23.05.05,22.11.12)
1107
- [34494](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34494) Table tmp_holdsqueue fails to be created for MySQL 8 (23.11.00)
1107
- [34494](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34494) Table tmp_holdsqueue fails to be created for MySQL 8 (23.11.00)
1108
- [34720](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34720) UpdateNotForLoanStatusOnCheckin should be named UpdateNotForLoanStatusOnCheckout (23.11.00,23.05.04)
1108
- [34720](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34720) UpdateNotForLoanStatusOnCheckin should be named UpdateNotForLoanStatusOnCheckout (23.11.00,23.05.04)
1109
- [34731](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34731) C4::Letters::SendQueuedMessages can be triggered with an undef message_id (23.11.00,23.05.04)
1109
- [34731](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34731) C4::Letters::SendQueuedMessages can be triggered with an undef message_id (23.11.00,23.05.04)
1110
  >This fixes an issue where generating a notice that is undefined (for example, where it is empty) will trigger the sending of any pending messages, even though the message queue cronjob isn't run. This can cause an issue for libraries that expect emails and SMS messages to be processed at specific times.
1110
  >This fixes an issue where generating a notice that is undefined (for example, where it is empty) will trigger the sending of any pending messages, even though the message queue cronjob isn't run. This can cause an issue for libraries that expect emails and SMS messages to be processed at specific times.
1111
- [34959](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34959) Translator tool generates too many changes (23.11.00,23.05.06,22.11.12,22.05.17,21.11.26)
1111
- [34959](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34959) Translator tool generates too many changes (23.11.00,23.05.06,22.11.12,22.05.17,21.11.26)
1112
- [35014](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35014) Times should only be set for enable-time flatpickrs (23.11.00,23.05.05,22.11.11)
1112
- [35014](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35014) Times should only be set for enable-time flatpickrs (23.11.00,23.05.05,22.11.11)
1113
- [35111](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35111) Background jobs worker crashes on SIGPIPE when database connection lost in Ubuntu 22.04 (23.11.00,23.05.05,22.11.12)
1113
- [35111](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35111) Background jobs worker crashes on SIGPIPE when database connection lost in Ubuntu 22.04 (23.11.00,23.05.05,22.11.12)
1114
- [35136](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35136) Error during database update after Bug 31383 (23.11.00)
1114
- [35136](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35136) Error during database update after Bug 31383 (23.11.00)
1115
- [35194](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35194) Javascript error: Uncaught TypeError: $(...).sortable is not a function (23.11.00)
1115
- [35194](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35194) Javascript error: Uncaught TypeError: $(...).sortable is not a function (23.11.00)
1116
- [35199](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35199) Fix error handling in http-client.js (23.11.00,23.05.05,22.11.12)
1116
- [35199](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35199) Fix error handling in http-client.js (23.11.00,23.05.05,22.11.12)
1117
- [35304](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35304) Add new Sortable library to didyoumean configuration (23.11.00)
1117
- [35304](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35304) Add new Sortable library to didyoumean configuration (23.11.00)
1118
- [33880](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880) "Enable two-factor authentication" fails if patron's library branchname is too long (23.11.00,23.05.02,22.11.08)
1118
- [33880](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880) "Enable two-factor authentication" fails if patron's library branchname is too long (23.11.00,23.05.02,22.11.08)
1119
- [33904](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904) 2FA registration fails if library name has non-latin characters (23.11.00,23.05.01,22.11.08)
1119
- [33904](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904) 2FA registration fails if library name has non-latin characters (23.11.00,23.05.01,22.11.08)
1120
- [34028](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028) Two factor authentication (2FA) shows the wrong values for manual entry (23.11.00,23.05.01,22.11.09)
1120
- [34028](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028) Two factor authentication (2FA) shows the wrong values for manual entry (23.11.00,23.05.01,22.11.09)
1121
  >This fixes the details displayed for manually entering two-factor authentication (2FA) details into a 2FA application (when enabling 2FA). Currently, the wrong information is displayed - so you can't successfully add the account manually to your 2FA application.
1121
  >This fixes the details displayed for manually entering two-factor authentication (2FA) details into a 2FA application (when enabling 2FA). Currently, the wrong information is displayed - so you can't successfully add the account manually to your 2FA application.
1122
- [34163](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34163) CSRF error if try OAuth2/OIDC after logout (23.11.00,23.05.04,22.11.10)
1122
- [34163](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34163) CSRF error if try OAuth2/OIDC after logout (23.11.00,23.05.04,22.11.10)
1123
- [35231](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35231) Cannot logout from OPAC and not login afterwards (23.11.00)
1123
- [35231](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35231) Cannot logout from OPAC and not login afterwards (23.11.00)
1124
- [34014](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014) There is no way to fix records with broken MARCXML (23.11.00,23.05.05)
1124
- [34014](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014) There is no way to fix records with broken MARCXML (23.11.00,23.05.05)
1125
- [34146](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146) Add confirmation question when more than 99 items are to be added (23.11.00,23.05.02,22.11.08)
1125
- [34146](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146) Add confirmation question when more than 99 items are to be added (23.11.00,23.05.02,22.11.08)
1126
- [34218](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34218) XSLT parse on record directly breaks OPAC display (23.11.00,23.05.02,22.11.08)
1126
- [34218](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34218) XSLT parse on record directly breaks OPAC display (23.11.00,23.05.02,22.11.08)
1127
- [34993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34993) Framework doesn't load defaults in existing records or duplicate as new (23.11.00,23.05.06,22.11.12)
1127
- [34993](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34993) Framework doesn't load defaults in existing records or duplicate as new (23.11.00,23.05.06,22.11.12)
1128
- [35181](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35181) Can no longer edit sample records with advanced cataloguing editor (23.11.00,23.05.06)
1128
- [35181](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35181) Can no longer edit sample records with advanced cataloguing editor (23.11.00,23.05.06)
1129
- [17798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17798) Checking out an item on hold for another patron prints a slip but does not update hold (23.11.00,23.05.06,22.11.12)
1129
- [17798](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17798) Checking out an item on hold for another patron prints a slip but does not update hold (23.11.00,23.05.06,22.11.12)
1130
- [27249](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27249) Using the calendar to 'close' a library can create an infinite loop during renewals (23.11.00,23.05.05,22.11.12)
1130
- [27249](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27249) Using the calendar to 'close' a library can create an infinite loop during renewals (23.11.00,23.05.05,22.11.12)
1131
- [33888](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888) Overdues with fines report displays error 500 (23.11.00,23.05.01,22.11.08)
1131
- [33888](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888) Overdues with fines report displays error 500 (23.11.00,23.05.01,22.11.08)
1132
  >This fixes the 'Circulation > Overdues > Overdues with fines' listing so that it lists overdue items where there are fines, instead of generating an error.
1132
  >This fixes the 'Circulation > Overdues > Overdues with fines' listing so that it lists overdue items where there are fines, instead of generating an error.
1133
- [34279](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34279) overduefinescap of 0 is ignored, but overduefinescap of 0.00 is enforced (23.11.00,23.05.03,22.11.09,22.05.16)
1133
- [34279](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34279) overduefinescap of 0 is ignored, but overduefinescap of 0.00 is enforced (23.11.00,23.05.03,22.11.09,22.05.16)
1134
- [34601](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34601) Cannot manage suggestions without CSRF error (23.11.00,23.05.04,22.11.10,22.05.16)
1134
- [34601](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34601) Cannot manage suggestions without CSRF error (23.11.00,23.05.04,22.11.10,22.05.16)
1135
- [35295](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35295) No hold modal when checking in an item of a held record (23.11.00,23.05.06,22.11.12)
1135
- [35295](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35295) No hold modal when checking in an item of a held record (23.11.00,23.05.06,22.11.12)
1136
- [34764](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34764) sip_cli_emulator -fa/--fee_acknowledge does not act as expected (23.11.00,23.05.04,22.11.11)
1136
- [34764](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34764) sip_cli_emulator -fa/--fee_acknowledge does not act as expected (23.11.00,23.05.04,22.11.11)
1137
- [33606](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33606) Access to ERM requires parameters => 'manage_sysprefs' (23.11.00,23.05.05,22.11.12)
1137
- [33606](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33606) Access to ERM requires parameters => 'manage_sysprefs' (23.11.00,23.05.05,22.11.12)
1138
- [35115](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35115) ERM - Potential MARC data loss when importing titles from list (23.11.00)
1138
- [35115](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35115) ERM - Potential MARC data loss when importing titles from list (23.11.00)
1139
- [32271](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271) Overdue fines cap (amount) set to 0.00 when editing rule (23.11.00,23.05.03,22.11.09)
1139
- [32271](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271) Overdue fines cap (amount) set to 0.00 when editing rule (23.11.00,23.05.03,22.11.09)
1140
- [33028](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028) Wrongly formatted monetary amounts in circulation rules break scripts and calculations (23.11.00,23.05.03,22.11.09)
1140
- [33028](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028) Wrongly formatted monetary amounts in circulation rules break scripts and calculations (23.11.00,23.05.03,22.11.09)
1141
- [34620](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34620) Writeoff causes 500 error if  RequirePaymentType is on (23.11.00,23.05.04,22.11.10)
1141
- [34620](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34620) Writeoff causes 500 error if  RequirePaymentType is on (23.11.00,23.05.04,22.11.10)
1142
  >This fixes writing off a charge when the RequirePaymentType system preference is set to required. The write-off now completes successfully without generating an error page (Patrons > [patron account] > Accounting > Make a payment > Write off an individual charge).
1142
  >This fixes writing off a charge when the RequirePaymentType system preference is set to required. The write-off now completes successfully without generating an error page (Patrons > [patron account] > Accounting > Make a payment > Write off an individual charge).
1143
- [35015](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35015) Regression: Charges table no longer filters out paid transactions (23.11.00,23.05.05,22.11.11)
1143
- [35015](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35015) Regression: Charges table no longer filters out paid transactions (23.11.00,23.05.05,22.11.11)
1144
- [34178](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34178) Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest (23.11.00,23.05.02)
1144
- [34178](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34178) Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest (23.11.00,23.05.02)
1145
- [34233](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34233) Pickup location pulldowns when placing holds in staff are blank (23.11.00,23.05.02,22.11.08)
1145
- [34233](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34233) Pickup location pulldowns when placing holds in staff are blank (23.11.00,23.05.02,22.11.08)
1146
- [34609](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34609) Holds history errors 500 if old_reserves.biblionumber is NULL (23.11.00,23.05.04,22.11.10)
1146
- [34609](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34609) Holds history errors 500 if old_reserves.biblionumber is NULL (23.11.00,23.05.04,22.11.10)
1147
- [34666](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34666) _Findgroupreserve is not returning title level matches from the queue for holds with no item group (23.11.00,23.05.04,22.11.10)
1147
- [34666](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34666) _Findgroupreserve is not returning title level matches from the queue for holds with no item group (23.11.00,23.05.04,22.11.10)
1148
- [35306](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35306) Expired holds are not displayed correctly in staff interface (23.11.00)
1148
- [35306](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35306) Expired holds are not displayed correctly in staff interface (23.11.00)
1149
- [35258](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35258) Updating po files locally fails (23.11.00)
1149
- [35258](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35258) Updating po files locally fails (23.11.00)
1150
- [21983](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983) Better handling of deleted biblios on ILL requests (23.11.00,23.05.01,22.11.07)
1150
- [21983](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983) Better handling of deleted biblios on ILL requests (23.11.00,23.05.01,22.11.07)
1151
- [33786](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786) ILL requests table pagination in patron ILL history is transposing for different patrons (23.11.00,23.05.01,22.11.07)
1151
- [33786](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786) ILL requests table pagination in patron ILL history is transposing for different patrons (23.11.00,23.05.01,22.11.07)
1152
- [33873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873) ILL requests with linked biblio_id that no longer exists causes table to not render (23.11.00,23.05.01,22.11.07)
1152
- [33873](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873) ILL requests with linked biblio_id that no longer exists causes table to not render (23.11.00,23.05.01,22.11.07)
1153
- [34130](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130) ILL requests table won't load if request_placed date is null (23.11.00,23.05.02,22.11.08)
1153
- [34130](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130) ILL requests table won't load if request_placed date is null (23.11.00,23.05.02,22.11.08)
1154
- [34598](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34598) Error 500 is shown when ILL request is not found (23.11.00)
1154
- [34598](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34598) Error 500 is shown when ILL request is not found (23.11.00)
1155
- [35093](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35093) ILL table is broken (23.11.00)
1155
- [35093](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35093) ILL table is broken (23.11.00)
1156
- [35094](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35094) ILL new request is broken (23.11.00)
1156
- [35094](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35094) ILL new request is broken (23.11.00)
1157
- [35096](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35096) ILL request manage page explodes if it belongs to a batch (23.11.00)
1157
- [35096](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35096) ILL request manage page explodes if it belongs to a batch (23.11.00)
1158
- [35105](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35105) ILL - Saving 'Edit request' form with invalid Patron ID causes ILL table to not render (23.11.00,23.05.05,22.11.12)
1158
- [35105](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35105) ILL - Saving 'Edit request' form with invalid Patron ID causes ILL table to not render (23.11.00,23.05.05,22.11.12)
1159
- [34276](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34276) upgrading 23.05 to 23.05.002 (23.11.00,23.05.04,22.11.10)
1159
- [34276](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34276) upgrading 23.05 to 23.05.002 (23.11.00,23.05.04,22.11.10)
1160
- [34881](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34881) Database update for bug 28854 isn't fully idempotent (23.11.00,23.05.05,22.11.12)
1160
- [34881](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34881) Database update for bug 28854 isn't fully idempotent (23.11.00,23.05.05,22.11.12)
1161
- [33671](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33671) Database update 22.06.00.048  breaks update process (23.11.00,23.05.02,23.05.00,22.11.08,22.11.06)
1161
- [33671](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33671) Database update 22.06.00.048  breaks update process (23.11.00,23.05.02,23.05.00,22.11.08,22.11.06)
1162
- [34337](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34337) Web installer doesn't install patrons when select all is used (23.11.00,23.05.02,22.11.09)
1162
- [34337](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34337) Web installer doesn't install patrons when select all is used (23.11.00,23.05.02,22.11.09)
1163
- [34520](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34520) Database update 22.06.00.078 breaks update process (23.11.00,23.05.05,22.11.12)
1163
- [34520](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34520) Database update 22.06.00.078 breaks update process (23.11.00,23.05.05,22.11.12)
1164
- [33404](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33404) Authorities imported from Z39.50 in encodings other than UTF-8 are corrupted (23.11.00,23.05.02,22.11.08,22.05.17)
1164
- [33404](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33404) Authorities imported from Z39.50 in encodings other than UTF-8 are corrupted (23.11.00,23.05.02,22.11.08,22.05.17)
1165
- [34093](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093) jQuery not loading on OAI XSLT pages (23.11.00,23.05.01)
1165
- [34093](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093) jQuery not loading on OAI XSLT pages (23.11.00,23.05.01)
1166
- [34155](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34155) OPAC item level holds "force" option broken (23.11.00,23.05.03,22.11.09)
1166
- [34155](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34155) OPAC item level holds "force" option broken (23.11.00,23.05.03,22.11.09)
1167
- [34174](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34174) Saving RIS results to Error 505 (23.11.00,23.05.02,22.11.08)
1167
- [34174](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34174) Saving RIS results to Error 505 (23.11.00,23.05.02,22.11.08)
1168
- [34518](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34518) "Renew all" button doesn't work in OPAC (23.11.00,23.05.04)
1168
- [34518](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34518) "Renew all" button doesn't work in OPAC (23.11.00,23.05.04)
1169
- [34694](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34694) OPAC bib record blows up with error 500 (23.11.00,23.05.04,22.11.11)
1169
- [34694](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34694) OPAC bib record blows up with error 500 (23.11.00,23.05.04,22.11.11)
1170
- [34768](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34768) Can't pay fines on OPAC if patron has a guarantee and they can see their fines (23.11.00,23.05.04,22.11.11)
1170
- [34768](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34768) Can't pay fines on OPAC if patron has a guarantee and they can see their fines (23.11.00,23.05.04,22.11.11)
1171
- [34836](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34836) OPAC ISBD or MARC view blows up with error 500 (23.11.00,23.05.05,22.11.11)
1171
- [34836](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34836) OPAC ISBD or MARC view blows up with error 500 (23.11.00,23.05.05,22.11.11)
1172
  >This fixes an error that occurs when viewing the MARC and ISBD views of a record in the OPAC (when not logged in) - the detail pages cannot be viewed and there is an error trace displayed.
1172
  >This fixes an error that occurs when viewing the MARC and ISBD views of a record in the OPAC (when not logged in) - the detail pages cannot be viewed and there is an error trace displayed.
1173
- [35242](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35242) Force memcache restart after koha upgrade (23.11.00,23.05.06,22.11.12)
1173
- [35242](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35242) Force memcache restart after koha upgrade (23.11.00,23.05.06,22.11.12)
1174
- [34106](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106) Patron search in member-search-box.inc always defaults to 'Starts with' search (23.11.00,23.05.02,22.11.08)
1174
- [34106](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106) Patron search in member-search-box.inc always defaults to 'Starts with' search (23.11.00,23.05.02,22.11.08)
1175
- [35335](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35335) Circulation history tab in patron information causes 500 error (23.11.00)
1175
- [35335](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35335) Circulation history tab in patron information causes 500 error (23.11.00)
1176
- [35366](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35366) Circulation history of patron is only visible when there is a current checkout (23.11.00)
1176
- [35366](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35366) Circulation history of patron is only visible when there is a current checkout (23.11.00)
1177
- [29523](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29523) Add a way to prevent embedding objects that should not be allowed (23.11.00)
1177
- [29523](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29523) Add a way to prevent embedding objects that should not be allowed (23.11.00)
1178
- [32801](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32801) /checkouts?checked_in=1 errors when itemnumber is null (23.11.00,23.05.02,22.11.08)
1178
- [32801](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32801) /checkouts?checked_in=1 errors when itemnumber is null (23.11.00,23.05.02,22.11.08)
1179
- [34024](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34024) REST API should not allow changing the pickup location on found holds (23.11.00,23.05.03,22.11.09)
1179
- [34024](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34024) REST API should not allow changing the pickup location on found holds (23.11.00,23.05.03,22.11.09)
1180
- [35167](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35167) GET /items* broken if notforloan == 0 and itemtype.notforloan == NULL (23.11.00,23.05.05,22.11.12)
1180
- [35167](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35167) GET /items* broken if notforloan == 0 and itemtype.notforloan == NULL (23.11.00,23.05.05,22.11.12)
1181
- [35218](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35218) No tests for /erm/sushi_service (23.11.00)
1181
- [35218](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35218) No tests for /erm/sushi_service (23.11.00)
1182
- [35219](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35219) ERM usage endpoints not showing up in documentation (23.11.00)
1182
- [35219](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35219) ERM usage endpoints not showing up in documentation (23.11.00)
1183
- [33966](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966) "Update and run SQL" for non-English templates (23.11.00,23.05.01)
1183
- [33966](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966) "Update and run SQL" for non-English templates (23.11.00,23.05.01)
1184
- [34258](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34258) Cannot renew item via SIP2 (23.11.00,23.05.03)
1184
- [34258](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34258) Cannot renew item via SIP2 (23.11.00,23.05.03)
1185
- [34767](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34767) SIP2 fee acknowledgement flag on renewals is passed, but not used (23.11.00,23.05.04,22.11.11)
1185
- [34767](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34767) SIP2 fee acknowledgement flag on renewals is passed, but not used (23.11.00,23.05.04,22.11.11)
1186
- [34857](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34857) OPAC advanced search operator "not" is searching as "and" on chrome (23.11.00,23.05.06,22.11.12)
1186
- [34857](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34857) OPAC advanced search operator "not" is searching as "and" on chrome (23.11.00,23.05.06,22.11.12)
1187
  >This fixes a regression (from bug 33233) when using a Chrome-based browser with AND, OR, and NOT in OPAC > Advanced search > More options. Using these operators with keywords should now work as expected.
1187
  >This fixes a regression (from bug 33233) when using a Chrome-based browser with AND, OR, and NOT in OPAC > Advanced search > More options. Using these operators with keywords should now work as expected.
1188
- [30451](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30451) Delete a subscription deletes the linked order (23.11.00,23.05.03,22.11.09)
1188
- [30451](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30451) Delete a subscription deletes the linked order (23.11.00,23.05.03,22.11.09)
1189
  >When an order had been created using the 'from a subscription' option and the subscription was deleted, the order line would be deleted with it, independent of its status or age. This caused problems with funds and budgets. With this patch, we will unlink order line and subscription on delete, but the order line will remain.
1189
  >When an order had been created using the 'from a subscription' option and the subscription was deleted, the order line would be deleted with it, independent of its status or age. This caused problems with funds and budgets. With this patch, we will unlink order line and subscription on delete, but the order line will remain.
1190
- [35073](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35073) Serials batch edit deletes unchanged additional fields data (23.11.00,23.05.06,22.11.12)
1190
- [35073](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35073) Serials batch edit deletes unchanged additional fields data (23.11.00,23.05.06,22.11.12)
1191
- [34639](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34639) Item shown in transit on detail.pl even if marked as arrived or cancelled (23.11.00,23.05.04)
1191
- [34639](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34639) Item shown in transit on detail.pl even if marked as arrived or cancelled (23.11.00,23.05.04)
1192
- [35284](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35284) No more delay between 2 DT requests (23.11.00,23.05.06,22.11.12)
1192
- [35284](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35284) No more delay between 2 DT requests (23.11.00,23.05.06,22.11.12)
1193
- [35303](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35303) Staff interface header - patron search autocomplete no longer works (Uncaught TypeError: search_fields.forEach is not a function) (23.11.00)
1193
- [35303](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35303) Staff interface header - patron search autocomplete no longer works (Uncaught TypeError: search_fields.forEach is not a function) (23.11.00)
1194
- [34269](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34269) Regression in circulation rules for 'similar' patron categories (23.11.00,23.05.03,22.11.09)
1194
- [34269](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34269) Regression in circulation rules for 'similar' patron categories (23.11.00,23.05.03,22.11.09)
1195
- [34622](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34622) SMTP server edit page unsets is_default if editing default server (23.11.00,23.05.04)
1195
- [34622](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34622) SMTP server edit page unsets is_default if editing default server (23.11.00,23.05.04)
1196
- [35263](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35263) Cannot update patron categories (23.11.00)
1196
- [35263](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35263) Cannot update patron categories (23.11.00)
1197
- [34042](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042) Item search broken by FontAwesome upgrade (23.11.00)
1197
- [34042](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042) Item search broken by FontAwesome upgrade (23.11.00)
1198
- [35110](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35110) Authorities editor with JS error when only one tab (23.11.00,23.05.05,22.11.12)
1198
- [35110](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35110) Authorities editor with JS error when only one tab (23.11.00,23.05.05,22.11.12)
1199
- [34911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34911) Test suite no longer run test critic (23.11.00,23.05.05,22.11.11)
1199
- [34911](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34911) Test suite no longer run test critic (23.11.00,23.05.05,22.11.11)
1200
- [35201](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35201) Cypress tests for the Preservation module are failing (23.11.00)
1200
- [35201](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35201) Cypress tests for the Preservation module are failing (23.11.00)
1201
- [34181](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34181) Batch patron modification tool missing checkboxes to clear field values (23.11.00,23.05.02,22.11.09)
1201
- [34181](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34181) Batch patron modification tool missing checkboxes to clear field values (23.11.00,23.05.02,22.11.09)
1202
- [34288](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34288) Cannot use cataloguing tools without cataloguing permissions (23.11.00,23.05.02,22.11.08)
1202
- [34288](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34288) Cannot use cataloguing tools without cataloguing permissions (23.11.00,23.05.02,22.11.08)
1203
- [34617](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34617) Patron expiration dates not updated during import when there is no dateexpiry column in the file (23.11.00,23.05.04,22.11.10)
1203
- [34617](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34617) Patron expiration dates not updated during import when there is no dateexpiry column in the file (23.11.00,23.05.04,22.11.10)
1204
- [34818](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34818) Cannot perform batch patron modification without selecting a patron attribute (23.11.00)
1204
- [34818](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34818) Cannot perform batch patron modification without selecting a patron attribute (23.11.00)
1205
  >This fixes an issue with batch patron modifications that was introduced by bug 21083 - you can now successfully perform a batch update without needing to select patron attributes. Previously, if you submitted a batch of patrons for modification, you needed to select a patron attribute or the process will fail with an error trace.
1205
  >This fixes an issue with batch patron modifications that was introduced by bug 21083 - you can now successfully perform a batch update without needing to select patron attributes. Previously, if you submitted a batch of patrons for modification, you needed to select a patron attribute or the process will fail with an error trace.
1206
1206
1207
#### Other bugs fixed
1207
#### Other bugs fixed
1208
1208
1209
- [33877](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877) Fix teams.yaml (23.11.00,23.05.00,22.11.07)
1209
- [33877](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877) Fix teams.yaml (23.11.00,23.05.00,22.11.07)
1210
- [33899](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899) Release team 23.11 (23.11.00,23.05.02,22.11.08)
1210
- [33899](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899) Release team 23.11 (23.11.00,23.05.02,22.11.08)
1211
- [34424](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34424) Update release team on about page for new QA team member (23.11.00,23.05.06,22.11.12)
1211
- [34424](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34424) Update release team on about page for new QA team member (23.11.00,23.05.06,22.11.12)
1212
- [34800](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34800) Update contributor openhub links (23.11.00,23.05.05,22.11.12)
1212
- [34800](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34800) Update contributor openhub links (23.11.00,23.05.05,22.11.12)
1213
- [35033](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35033) Add a validation for biblioitems in about/system information (23.11.00,23.05.06,22.11.12)
1213
- [35033](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35033) Add a validation for biblioitems in about/system information (23.11.00,23.05.06,22.11.12)
1214
- [35365](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35365) Incorrectly closed <th> tag on patron search page (23.11.00)
1214
- [35365](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35365) Incorrectly closed <th> tag on patron search page (23.11.00)
1215
- [22712](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22712) Funds from inactive budgets appear on Item details if using MarcItemFieldstoOrder (23.11.00,23.05.06,22.11.12)
1215
- [22712](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22712) Funds from inactive budgets appear on Item details if using MarcItemFieldstoOrder (23.11.00,23.05.06,22.11.12)
1216
- [26994](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26994) Display list of names in alphabetical order when using the Suggestion information filter in Suggestions management (23.11.00,23.05.05,22.11.12)
1216
- [26994](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26994) Display list of names in alphabetical order when using the Suggestion information filter in Suggestions management (23.11.00,23.05.05,22.11.12)
1217
- [32676](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32676) EDI message status uses varying case, breaking EDI status block (23.11.00,23.05.05,22.11.11)
1217
- [32676](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32676) EDI message status uses varying case, breaking EDI status block (23.11.00,23.05.05,22.11.11)
1218
- [33748](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33748) UI issue on addorderiso2709.pl page (23.11.00,23.05.01,22.11.07)
1218
- [33748](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33748) UI issue on addorderiso2709.pl page (23.11.00,23.05.01,22.11.07)
1219
- [33798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798) Vendor details - improve consistency of edit forms and display (23.11.00,23.05.02)
1219
- [33798](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798) Vendor details - improve consistency of edit forms and display (23.11.00,23.05.02)
1220
  >This fixes display errors and improves the consistency of the vendor page and edit forms in acquisitions. Includes adding colons to field labels when adding an interface, making field labels all bold, and addressing some accessibility issues.
1220
  >This fixes display errors and improves the consistency of the vendor page and edit forms in acquisitions. Includes adding colons to field labels when adding an interface, making field labels all bold, and addressing some accessibility issues.
1221
- [33863](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33863) On receive "change currency" is always checked (23.11.00,23.05.02)
1221
- [33863](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33863) On receive "change currency" is always checked (23.11.00,23.05.02)
1222
- [33939](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939) JavaScript needs to distinguish between order budgets and default budgets when adding to staged file form a basket (23.11.00,23.05.02,22.11.08,22.05.16)
1222
- [33939](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939) JavaScript needs to distinguish between order budgets and default budgets when adding to staged file form a basket (23.11.00,23.05.02,22.11.08,22.05.16)
1223
- [34002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002) Check for stage_marc_import permission when adding to basket from a new file (23.11.00,23.05.02,22.11.08)
1223
- [34002](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002) Check for stage_marc_import permission when adding to basket from a new file (23.11.00,23.05.02,22.11.08)
1224
- [34036](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34036) Single receive doesn't reload data and order lines don't appear in received section (23.11.00,23.05.04)
1224
- [34036](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34036) Single receive doesn't reload data and order lines don't appear in received section (23.11.00,23.05.04)
1225
1225
1226
  **Sponsored by** *Toi Ohomai Institute of Technology*
1226
  **Sponsored by** *Toi Ohomai Institute of Technology*
1227
- [34095](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34095) Shipping cost should default to a blank box instead of 0.00 (23.11.00,23.05.04,22.11.10)
1227
- [34095](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34095) Shipping cost should default to a blank box instead of 0.00 (23.11.00,23.05.04,22.11.10)
1228
- [34108](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34108) When items are added on order, item selection gets lost on editing items (23.11.00,23.05.03)
1228
- [34108](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34108) When items are added on order, item selection gets lost on editing items (23.11.00,23.05.03)
1229
- [34261](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34261) Deleting an EDIFACT ordering account throws an error (23.11.00,23.05.02,22.11.08)
1229
- [34261](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34261) Deleting an EDIFACT ordering account throws an error (23.11.00,23.05.02,22.11.08)
1230
- [34305](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34305) If actual cost is negative, wrong price will display in the acq details tab (23.11.00,23.05.03,22.11.09)
1230
- [34305](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34305) If actual cost is negative, wrong price will display in the acq details tab (23.11.00,23.05.03,22.11.09)
1231
- [34375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34375) Shipping fund in an invoice defaults to the first fund from the list rather than 'no fund' after receiving (23.11.00,23.05.06,22.11.12)
1231
- [34375](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34375) Shipping fund in an invoice defaults to the first fund from the list rather than 'no fund' after receiving (23.11.00,23.05.06,22.11.12)
1232
- [34445](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34445) Default budget is not selected in addorderiso2709.pl (23.11.00,23.05.04,22.11.10)
1232
- [34445](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34445) Default budget is not selected in addorderiso2709.pl (23.11.00,23.05.04,22.11.10)
1233
- [34452](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34452) Button 'Update adjustments' is hidden (23.11.00,23.05.03,22.11.09)
1233
- [34452](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34452) Button 'Update adjustments' is hidden (23.11.00,23.05.03,22.11.09)
1234
- [34752](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34752) Use AV descriptions in display for sort1/sort2 in basket display (23.11.00)
1234
- [34752](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34752) Use AV descriptions in display for sort1/sort2 in basket display (23.11.00)
1235
- [34917](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34917) Fix suggestions.tt table default sort column (23.11.00,23.05.05,22.11.11)
1235
- [34917](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34917) Fix suggestions.tt table default sort column (23.11.00,23.05.05,22.11.11)
1236
- [35012](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35012) Framework item plugins fire twice on Acquisition item blocks (23.11.00,23.05.06,22.11.12)
1236
- [35012](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35012) Framework item plugins fire twice on Acquisition item blocks (23.11.00,23.05.06,22.11.12)
1237
- [18855](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18855) Fines cronjob can cause duplicate fines if run during active circulation (23.11.00,23.05.02,22.11.08)
1237
- [18855](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18855) Fines cronjob can cause duplicate fines if run during active circulation (23.11.00,23.05.02,22.11.08)
1238
- [21828](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21828) Improve efficiency of C4::Biblio::LinkBibHeadingsToAuthorities (23.11.00,23.05.04)
1238
- [21828](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21828) Improve efficiency of C4::Biblio::LinkBibHeadingsToAuthorities (23.11.00,23.05.04)
1239
- [23241](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23241) Does misc/bin/koha-index-daemon-ctl.sh still belong in community koha? (23.11.00)
1239
- [23241](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23241) Does misc/bin/koha-index-daemon-ctl.sh still belong in community koha? (23.11.00)
1240
  >This script was never fully promoted or documented. It also required third party libraries to be installed. If you have been using this, please consider switching to the standard koha-indexer scripts.
1240
  >This script was never fully promoted or documented. It also required third party libraries to be installed. If you have been using this, please consider switching to the standard koha-indexer scripts.
1241
- [24517](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517) Zebra: date-entered-on-file misses 6th position (23.11.00,23.05.02,22.11.08)
1241
- [24517](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517) Zebra: date-entered-on-file misses 6th position (23.11.00,23.05.02,22.11.08)
1242
  >This patch fixes the date-entered-on-file index so that it correctly uses all 6 characters instead of the 5 character it has used the last 11 years.
1242
  >This patch fixes the date-entered-on-file index so that it correctly uses all 6 characters instead of the 5 character it has used the last 11 years.
1243
  >
1243
  >
1244
  >Note: For this patch to have effect, Zebra must be re-indexed.
1244
  >Note: For this patch to have effect, Zebra must be re-indexed.
1245
- [26700](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700) Remove unused C4/SIP/t directory (23.11.00,23.05.02)
1245
- [26700](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700) Remove unused C4/SIP/t directory (23.11.00,23.05.02)
1246
- [30002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002) Add project-level perltidyrc (23.11.00,23.05.02,22.11.08)
1246
- [30002](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002) Add project-level perltidyrc (23.11.00,23.05.02,22.11.08)
1247
- [30362](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30362) GetSoonestRenewDate is technically wrong when NoRenewalBeforePrecision set to date soonest renewal is today (23.11.00,23.05.04,22.11.10)
1247
- [30362](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30362) GetSoonestRenewDate is technically wrong when NoRenewalBeforePrecision set to date soonest renewal is today (23.11.00,23.05.04,22.11.10)
1248
- [30649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649) Vendor EDI account passwords should be encrypted in the database (23.05.00,22.11.08,22.11.07)
1248
- [30649](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649) Vendor EDI account passwords should be encrypted in the database (23.05.00,22.11.08,22.11.07)
1249
- [32060](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32060) Improve performance of Koha::Item->columns_to_str (23.11.00,23.05.01,22.11.07)
1249
- [32060](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32060) Improve performance of Koha::Item->columns_to_str (23.11.00,23.05.01,22.11.07)
1250
1250
1251
  **Sponsored by** *Gothenburg University Library*
1251
  **Sponsored by** *Gothenburg University Library*
1252
- [32379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32379) CRASH: Can't call method "itemlost" on an undefined value (23.11.00,23.05.06,22.11.12)
1252
- [32379](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32379) CRASH: Can't call method "itemlost" on an undefined value (23.11.00,23.05.06,22.11.12)
1253
- [32464](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32464) Koha::Item->as_marc_field obsolete option mss (23.11.00,23.05.01,22.11.07)
1253
- [32464](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32464) Koha::Item->as_marc_field obsolete option mss (23.11.00,23.05.01,22.11.07)
1254
- [33030](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33030) Add standardized subroutine for processing Template Toolkit syntax outside of notices (23.11.00)
1254
- [33030](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33030) Add standardized subroutine for processing Template Toolkit syntax outside of notices (23.11.00)
1255
- [33047](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33047) Local cover image fetchers return 500 internal error when image not available (23.11.00,23.05.02,22.11.08)
1255
- [33047](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33047) Local cover image fetchers return 500 internal error when image not available (23.11.00,23.05.02,22.11.08)
1256
- [33493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493) Add a filter relationship for branchtransfers (23.11.00,23.05.02)
1256
- [33493](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493) Add a filter relationship for branchtransfers (23.11.00,23.05.02)
1257
- [33496](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33496) Add 'host_items' param to Koha::Biblio->items (23.11.00,23.05.02)
1257
- [33496](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33496) Add 'host_items' param to Koha::Biblio->items (23.11.00,23.05.02)
1258
- [33500](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500) Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record (23.11.00,23.05.02,22.11.08)
1258
- [33500](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500) Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record (23.11.00,23.05.02,22.11.08)
1259
- [33778](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33778) Move t/Auth_with_shibboleth.t to db_dependent (23.11.00,23.05.02)
1259
- [33778](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33778) Move t/Auth_with_shibboleth.t to db_dependent (23.11.00,23.05.02)
1260
- [33803](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33803) Some scripts contain info about tab width (23.11.00,23.05.01,22.11.07)
1260
- [33803](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33803) Some scripts contain info about tab width (23.11.00,23.05.01,22.11.07)
1261
- [33844](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33844) item->is_denied_renewal should check column from associated pref (23.11.00,23.05.01,22.11.08)
1261
- [33844](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33844) item->is_denied_renewal should check column from associated pref (23.11.00,23.05.01,22.11.08)
1262
- [33937](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937) Incorrect export in C4::Members (23.11.00,23.05.02,22.11.08)
1262
- [33937](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937) Incorrect export in C4::Members (23.11.00,23.05.02,22.11.08)
1263
- [33950](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950) Unnecessary processing in opac-readingrec if BakerTaylor and Syndetics off (23.11.00,23.05.02,22.11.08)
1263
- [33950](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950) Unnecessary processing in opac-readingrec if BakerTaylor and Syndetics off (23.11.00,23.05.02,22.11.08)
1264
- [33951](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951) normalized_oclc not defined in opac-readingrecord.tt (23.11.00,23.05.02,22.11.08)
1264
- [33951](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951) normalized_oclc not defined in opac-readingrecord.tt (23.11.00,23.05.02,22.11.08)
1265
- [33964](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964) Use Email::Sender::Transport::SMTP::Persistent for sending email (23.11.00,23.05.03)
1265
- [33964](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964) Use Email::Sender::Transport::SMTP::Persistent for sending email (23.11.00,23.05.03)
1266
- [33967](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967) REMOTE_ADDR incorrect in plack.log when run behind a proxy (23.11.00,23.05.02,22.11.08)
1266
- [33967](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967) REMOTE_ADDR incorrect in plack.log when run behind a proxy (23.11.00,23.05.02,22.11.08)
1267
- [34033](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033) DB update problems from bug 30649 (23.11.00,23.05.02,22.11.08)
1267
- [34033](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033) DB update problems from bug 30649 (23.11.00,23.05.02,22.11.08)
1268
- [34051](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051) Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values (23.11.00,23.05.02,22.11.08)
1268
- [34051](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051) Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values (23.11.00,23.05.02,22.11.08)
1269
- [34056](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34056) authorised-values API client file is missing -api-client suffix (23.11.00,23.05.03,22.11.09)
1269
- [34056](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34056) authorised-values API client file is missing -api-client suffix (23.11.00,23.05.03,22.11.09)
1270
1270
1271
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
1271
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
1272
- [34243](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34243) Too many cities are created (at least in comments) (23.11.00,23.05.02,22.11.,22.05.16)
1272
- [34243](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34243) Too many cities are created (at least in comments) (23.11.00,23.05.02,22.11.,22.05.16)
1273
- [34271](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34271) Remove a few Logger statements from REST API (23.11.00,23.05.05,22.11.12)
1273
- [34271](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34271) Remove a few Logger statements from REST API (23.11.00,23.05.05,22.11.12)
1274
- [34303](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34303) t/00-testcritic.t should only test files part of git repo (23.11.00,23.05.02,22.11.08,22.05.16)
1274
- [34303](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34303) t/00-testcritic.t should only test files part of git repo (23.11.00,23.05.02,22.11.08,22.05.16)
1275
- [34316](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34316) account->add_credit does not rethrow exception (23.11.00,23.05.03,22.11.09,22.05.16)
1275
- [34316](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34316) account->add_credit does not rethrow exception (23.11.00,23.05.03,22.11.09,22.05.16)
1276
- [34354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34354) Job progress typo (23.11.00,23.05.03,22.11.09)
1276
- [34354](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34354) Job progress typo (23.11.00,23.05.03,22.11.09)
1277
- [34357](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34357) Subroutine Koha::ItemType::SUPER::imageurl redefined (23.11.00)
1277
- [34357](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34357) Subroutine Koha::ItemType::SUPER::imageurl redefined (23.11.00)
1278
- [34359](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34359) Get rid of Koha/BiblioUtils/Iterator (23.11.00)
1278
- [34359](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34359) Get rid of Koha/BiblioUtils/Iterator (23.11.00)
1279
- [34364](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34364) Background job - Fix visual progress of progress bar (23.11.00,23.05.03)
1279
- [34364](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34364) Background job - Fix visual progress of progress bar (23.11.00,23.05.03)
1280
- [34470](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34470) Real Time Holds Queue - make random numbers play nice with forked processes (23.11.00,23.05.03,22.11.09)
1280
- [34470](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34470) Real Time Holds Queue - make random numbers play nice with forked processes (23.11.00,23.05.03,22.11.09)
1281
- [34570](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34570) Remove use of onclick for PopupMARCFieldDoc() (23.11.00,23.05.04,22.11.10)
1281
- [34570](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34570) Remove use of onclick for PopupMARCFieldDoc() (23.11.00,23.05.04,22.11.10)
1282
- [34571](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34571) Remove use of onclick for ExpandField (23.11.00,23.05.04,22.11.10)
1282
- [34571](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34571) Remove use of onclick for ExpandField (23.11.00,23.05.04,22.11.10)
1283
- [34589](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34589) Update on bug 20256 is not idempotent (23.11.00,23.05.04)
1283
- [34589](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34589) Update on bug 20256 is not idempotent (23.11.00,23.05.04)
1284
- [34656](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34656) CartToShelf should not trigger RealTimeHoldsQueue (23.11.00,23.05.04,22.11.11)
1284
- [34656](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34656) CartToShelf should not trigger RealTimeHoldsQueue (23.11.00,23.05.04,22.11.11)
1285
- [34786](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34786) after_biblio_action hooks: find after delete makes no sense (23.11.00,23.05.04,22.11.11)
1285
- [34786](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34786) after_biblio_action hooks: find after delete makes no sense (23.11.00,23.05.04,22.11.11)
1286
- [34844](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34844) manage_item_editor_templates is missing from userpermissions.sql (23.11.00,23.05.04,22.11.11)
1286
- [34844](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34844) manage_item_editor_templates is missing from userpermissions.sql (23.11.00,23.05.04,22.11.11)
1287
- [34885](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34885) Improve confusing pref description for OPACHoldsIfAvailableAtPickup (23.11.00,23.05.05,22.11.11)
1287
- [34885](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34885) Improve confusing pref description for OPACHoldsIfAvailableAtPickup (23.11.00,23.05.05,22.11.11)
1288
- [34912](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34912) Account(s).t tests fail in UTC+1 and higher (23.11.00,23.05.05,22.11.11)
1288
- [34912](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34912) Account(s).t tests fail in UTC+1 and higher (23.11.00,23.05.05,22.11.11)
1289
- [34916](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34916) ArticleRequests.t may fail on wrong borrowernumber (23.11.00,23.05.05,22.11.11)
1289
- [34916](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34916) ArticleRequests.t may fail on wrong borrowernumber (23.11.00,23.05.05,22.11.11)
1290
- [34918](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34918) Koha/Items.t crashes on missing borrower 42 or 51 (23.11.00,23.05.05,22.11.11)
1290
- [34918](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34918) Koha/Items.t crashes on missing borrower 42 or 51 (23.11.00,23.05.05,22.11.11)
1291
- [34930](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34930) Fix timezone problem in Koha/Object.t (23.11.00,23.05.05,22.11.11)
1291
- [34930](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34930) Fix timezone problem in Koha/Object.t (23.11.00,23.05.05,22.11.11)
1292
- [34932](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34932) A missing manager (51) failed my patron test (23.11.00,23.05.05,22.11.11)
1292
- [34932](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34932) A missing manager (51) failed my patron test (23.11.00,23.05.05,22.11.11)
1293
- [34982](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34982) Administration currencies table not showing pagination (23.11.00,23.05.05,22.11.11)
1293
- [34982](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34982) Administration currencies table not showing pagination (23.11.00,23.05.05,22.11.11)
1294
- [34990](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34990) Backgroundjob->enqueue does not send persistent header (23.11.00,23.05.05,22.11.12)
1294
- [34990](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34990) Backgroundjob->enqueue does not send persistent header (23.11.00,23.05.05,22.11.12)
1295
- [35000](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35000) OPACMandatoryHoldDates does not work well with flatpickr (23.11.00,23.05.05,22.11.12)
1295
- [35000](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35000) OPACMandatoryHoldDates does not work well with flatpickr (23.11.00,23.05.05,22.11.12)
1296
- [35024](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35024) Do not wrap PO files (23.11.00,23.05.06,22.11.12,22.05.17,21.11.26)
1296
- [35024](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35024) Do not wrap PO files (23.11.00,23.05.06,22.11.12,22.05.17,21.11.26)
1297
- [35064](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35064) Syntax error in db_revs/220600072.pl (23.11.00,23.05.05,22.11.12)
1297
- [35064](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35064) Syntax error in db_revs/220600072.pl (23.11.00,23.05.05,22.11.12)
1298
- [35173](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35173) Call concat correctly for EDI SFTP Transport errors (23.11.00,23.05.06,22.11.12)
1298
- [35173](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35173) Call concat correctly for EDI SFTP Transport errors (23.11.00,23.05.06,22.11.12)
1299
- [35190](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35190) Additional_fields table should allow null values for authorised_value_category (23.11.00,23.05.06)
1299
- [35190](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35190) Additional_fields table should allow null values for authorised_value_category (23.11.00,23.05.06)
1300
- [35196](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35196) Remove misc/perlmodule_[ls|rm].pl (23.11.00)
1300
- [35196](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35196) Remove misc/perlmodule_[ls|rm].pl (23.11.00)
1301
- [35269](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35269) Koha::Item->update_item_location should be named `trigger_location_update` (23.11.00)
1301
- [35269](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35269) Koha::Item->update_item_location should be named `trigger_location_update` (23.11.00)
1302
- [35278](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35278) CGI::param called in list context from /usr/share/koha/admin/columns_settings.pl line 76 (23.11.00,23.05.06,22.11.12)
1302
- [35278](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35278) CGI::param called in list context from /usr/share/koha/admin/columns_settings.pl line 76 (23.11.00,23.05.06,22.11.12)
1303
- [35298](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35298) Flatpickr makes focus handler in dateaccessioned plugin useless (23.11.00,23.05.06,22.11.12)
1303
- [35298](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35298) Flatpickr makes focus handler in dateaccessioned plugin useless (23.11.00,23.05.06,22.11.12)
1304
- [31393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393) Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) (23.11.00,23.05.06,22.11.12)
1304
- [31393](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393) Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) (23.11.00,23.05.06,22.11.12)
1305
- [31651](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651) Log message incorrect in Auth_with_shibboleth.pm (23.11.00,23.05.02,22.11.08)
1305
- [31651](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651) Log message incorrect in Auth_with_shibboleth.pm (23.11.00,23.05.02,22.11.08)
1306
- [33879](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879) check_cookie_auth overwrites interface set by get_template_and_user (23.11.00,23.05.02,22.11.08)
1306
- [33879](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879) check_cookie_auth overwrites interface set by get_template_and_user (23.11.00,23.05.02,22.11.08)
1307
  >This fixes an issue with recording the interface for the log viewer where installations run the OPAC and staff interface on the same domain name. Before this patch, if a user logged into the OPAC and then went to the staff interface and performed a logable action (such as a checkout), the interface in the log was incorrectly recorded as the OPAC.
1307
  >This fixes an issue with recording the interface for the log viewer where installations run the OPAC and staff interface on the same domain name. Before this patch, if a user logged into the OPAC and then went to the staff interface and performed a logable action (such as a checkout), the interface in the log was incorrectly recorded as the OPAC.
1308
- [31185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185) Link authorities automatically doesn't detect duplicate authorities (23.11.00,23.05.02)
1308
- [31185](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185) Link authorities automatically doesn't detect duplicate authorities (23.11.00,23.05.02)
1309
- [32853](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32853) Fix cataloguing/value_builder/unimarc_field_125.pl (23.11.00,23.05.06,22.11.12)
1309
- [32853](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32853) Fix cataloguing/value_builder/unimarc_field_125.pl (23.11.00,23.05.06,22.11.12)
1310
- [32856](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32856) Fix cataloguing/value_builder/unimarc_field_126.pl (23.11.00,23.05.06,22.11.12)
1310
- [32856](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32856) Fix cataloguing/value_builder/unimarc_field_126.pl (23.11.00,23.05.06,22.11.12)
1311
- [33247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247) Deleted authority still on results list (23.11.00,23.05.01,22.11.07)
1311
- [33247](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247) Deleted authority still on results list (23.11.00,23.05.01,22.11.07)
1312
- [33744](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33744) Plugins not working on duplicated MARC fields (23.11.00,23.05.04,22.11.10)
1312
- [33744](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33744) Plugins not working on duplicated MARC fields (23.11.00,23.05.04,22.11.10)
1313
- [33755](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33755) Profile used is not saved when importing records (23.11.00,23.05.03,22.11.09)
1313
- [33755](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33755) Profile used is not saved when importing records (23.11.00,23.05.03,22.11.09)
1314
- [33884](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884) Remove unused Koha::RDF code (23.11.00)
1314
- [33884](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884) Remove unused Koha::RDF code (23.11.00)
1315
- [34029](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029) Import breaks when data exceeds size of mapped database columns (23.11.00,23.05.02,22.11.08)
1315
- [34029](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029) Import breaks when data exceeds size of mapped database columns (23.11.00,23.05.02,22.11.08)
1316
- [34097](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097) Using the three ellipses to set the date accessioned for an item repositions the screen to the top (23.11.00,23.05.02,22.11.08,22.05.16)
1316
- [34097](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097) Using the three ellipses to set the date accessioned for an item repositions the screen to the top (23.11.00,23.05.02,22.11.08,22.05.16)
1317
- [34171](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34171) item_barcode_transform does not work when moving items (23.11.00,23.05.05,22.11.12)
1317
- [34171](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34171) item_barcode_transform does not work when moving items (23.11.00,23.05.05,22.11.12)
1318
- [34182](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34182) AddBiblio shouldn't set biblio.serial based on biblio.seriestitle (23.11.00,23.05.02,22.11.08,22.05.16)
1318
- [34182](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34182) AddBiblio shouldn't set biblio.serial based on biblio.seriestitle (23.11.00,23.05.02,22.11.08,22.05.16)
1319
- [34251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34251) MARC editor with JS error when using fast add framework (23.11.00,23.05.02,22.11.08)
1319
- [34251](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34251) MARC editor with JS error when using fast add framework (23.11.00,23.05.02,22.11.08)
1320
- [34266](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34266) Item type should not default to biblio itemtype if it's not a valid itemtype (23.11.00,23.05.04,22.11.10)
1320
- [34266](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34266) Item type should not default to biblio itemtype if it's not a valid itemtype (23.11.00,23.05.04,22.11.10)
1321
- [34549](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34549) The cataloguing editor allows you to input invalid data (23.11.00,23.05.05,22.11.11)
1321
- [34549](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34549) The cataloguing editor allows you to input invalid data (23.11.00,23.05.05,22.11.11)
1322
  >This fixes entering data when cataloguing so that non-XML characters are removed. Non-XML characters (such as ESC) were causing adding and editing data to fail, with errors similar to:
1322
  >This fixes entering data when cataloguing so that non-XML characters are removed. Non-XML characters (such as ESC) were causing adding and editing data to fail, with errors similar to:
1323
  >  Error: invalid data, cannot decode metadata object
1323
  >  Error: invalid data, cannot decode metadata object
1324
  >  parser error : PCDATA invalid Char value 27
1324
  >  parser error : PCDATA invalid Char value 27
1325
- [34689](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34689) Add and duplicate item - Error 500 (23.11.00,23.05.05,22.11.11)
1325
- [34689](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34689) Add and duplicate item - Error 500 (23.11.00,23.05.05,22.11.11)
1326
- [34794](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34794) Typo in recalls_to_pull.tt (23.11.00,23.05.05,22.11.11)
1326
- [34794](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34794) Typo in recalls_to_pull.tt (23.11.00,23.05.05,22.11.11)
1327
- [34966](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34966) Terminology: Add item form - "Add & duplicate" should be "Add and duplicate" (23.11.00,23.05.06,22.11.12)
1327
- [34966](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34966) Terminology: Add item form - "Add & duplicate" should be "Add and duplicate" (23.11.00,23.05.06,22.11.12)
1328
  >This updates the add item form in the staff interface to
1328
  >This updates the add item form in the staff interface to
1329
  >change the 'Add & duplicate' button to 'Add and duplicate'. (As per the terminology guidelines https://wiki.koha-community.org/wiki/Terminology)
1329
  >change the 'Add & duplicate' button to 'Add and duplicate'. (As per the terminology guidelines https://wiki.koha-community.org/wiki/Terminology)
1330
- [35101](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35101) Clicking the barcode.pl plugin causes screen to jump back to top (23.11.00,23.05.05,22.11.12)
1330
- [35101](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35101) Clicking the barcode.pl plugin causes screen to jump back to top (23.11.00,23.05.05,22.11.12)
1331
- [35245](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35245) Incorrect select2 width when cataloging authorities (23.11.00,23.05.06,22.11.12)
1331
- [35245](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35245) Incorrect select2 width when cataloging authorities (23.11.00,23.05.06,22.11.12)
1332
- [25023](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25023) Claims returned dates not formatted according to dateformat preference (23.11.00,23.05.04,22.11.10)
1332
- [25023](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25023) Claims returned dates not formatted according to dateformat preference (23.11.00,23.05.04,22.11.10)
1333
- [27992](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27992) When recording local use with statistical patron items are not checked in (23.11.00,23.05.06)
1333
- [27992](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27992) When recording local use with statistical patron items are not checked in (23.11.00,23.05.06)
1334
- [29007](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29007) Prompt for reason when cancelling waiting hold via popup (23.11.00,23.05.06)
1334
- [29007](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29007) Prompt for reason when cancelling waiting hold via popup (23.11.00,23.05.06)
1335
  >This adds the option to record the hold cancellation reason on the check in form for waiting holds (similar to when cancelling holds from the record details' holds page).
1335
  >This adds the option to record the hold cancellation reason on the check in form for waiting holds (similar to when cancelling holds from the record details' holds page).
1336
- [31082](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31082) Add tooltip to buttons when item bundles cannot be changed while checked out (23.11.00,23.05.02,22.11.08)
1336
- [31082](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31082) Add tooltip to buttons when item bundles cannot be changed while checked out (23.11.00,23.05.02,22.11.08)
1337
- [31147](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31147) Recalls due date to the minute rather than 23:59 (23.11.00,23.05.02,22.11.08)
1337
- [31147](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31147) Recalls due date to the minute rather than 23:59 (23.11.00,23.05.02,22.11.08)
1338
  >The current recalls behaviour adjusts the due date of the most appropriate checkout based on the 'recall due date interval' circulation rule. It also adjusts the due time, which is buggy behaviour. The due date should be adjusted based on the circulation rule, but the due time should remain the same.
1338
  >The current recalls behaviour adjusts the due date of the most appropriate checkout based on the 'recall due date interval' circulation rule. It also adjusts the due time, which is buggy behaviour. The due date should be adjusted based on the circulation rule, but the due time should remain the same.
1339
1339
1340
  **Sponsored by** *Catalyst*
1340
  **Sponsored by** *Catalyst*
1341
- [32765](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32765) Transfer is not retried after cancelling hold (23.11.00,23.05.04,22.11.10)
1341
- [32765](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32765) Transfer is not retried after cancelling hold (23.11.00,23.05.04,22.11.10)
1342
- [33164](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33164) Return claim message shows intermittently when BlockReturnOfLostItems enabled (23.11.00,23.05.06,22.11.12)
1342
- [33164](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33164) Return claim message shows intermittently when BlockReturnOfLostItems enabled (23.11.00,23.05.06,22.11.12)
1343
1343
1344
  **Sponsored by** *Pymble Ladies' College*
1344
  **Sponsored by** *Pymble Ladies' College*
1345
- [33806](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33806) Overridden checkin date not retained when CircConfirmItemParts enabled (23.11.00,23.05.02,22.11.08)
1345
- [33806](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33806) Overridden checkin date not retained when CircConfirmItemParts enabled (23.11.00,23.05.02,22.11.08)
1346
- [33817](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33817) Composition of an item bundle can be changed if checked out (23.11.00,23.05.02,22.11.08)
1346
- [33817](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33817) Composition of an item bundle can be changed if checked out (23.11.00,23.05.02,22.11.08)
1347
- [33858](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858) Date for pending offline circulation is unformatted (23.11.00,23.05.02,22.11.08)
1347
- [33858](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858) Date for pending offline circulation is unformatted (23.11.00,23.05.02,22.11.08)
1348
- [33944](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944) When listing checkouts, don't fetch item object if not using recalls (23.11.00,23.05.02,22.11.08)
1348
- [33944](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944) When listing checkouts, don't fetch item object if not using recalls (23.11.00,23.05.02,22.11.08)
1349
- [33961](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961) In-built Offline circulation tool no longer working and should be removed (23.11.00,23.05.02)
1349
- [33961](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961) In-built Offline circulation tool no longer working and should be removed (23.11.00,23.05.02)
1350
  >This removed the in-built Koha offline circulation tool that could be activated using the AllowOfflineCirculation system preference. This won't have any effect on the KOCT Firefox plugin or on the Windows desktop offline circulation tool.
1350
  >This removed the in-built Koha offline circulation tool that could be activated using the AllowOfflineCirculation system preference. This won't have any effect on the KOCT Firefox plugin or on the Windows desktop offline circulation tool.
1351
- [33976](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976) Claims returned option is not disabled in moredetail.pl if the item has a different lost status (23.11.00,23.05.02,22.11.08)
1351
- [33976](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976) Claims returned option is not disabled in moredetail.pl if the item has a different lost status (23.11.00,23.05.02,22.11.08)
1352
- [33992](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992) Only consider the date when labelling a waiting recall as problematic (23.11.00,23.05.03,22.11.09,22.05.16)
1352
- [33992](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992) Only consider the date when labelling a waiting recall as problematic (23.11.00,23.05.03,22.11.09,22.05.16)
1353
1353
1354
  **Sponsored by** *Auckland University of Technology*
1354
  **Sponsored by** *Auckland University of Technology*
1355
- [34071](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071) Change the phrasing of 'automatic checkin' to fit consistent terminology (23.11.00,23.05.02,22.11.08)
1355
- [34071](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071) Change the phrasing of 'automatic checkin' to fit consistent terminology (23.11.00,23.05.02,22.11.08)
1356
- [34072](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34072) Holds queue search interface hidden on small screens (23.11.00,23.05.02,22.11.08)
1356
- [34072](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34072) Holds queue search interface hidden on small screens (23.11.00,23.05.02,22.11.08)
1357
- [34086](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34086) On detail.tt if item.permanent_location is NULL no shelving location will show (23.11.00,23.05.02,22.11.08)
1357
- [34086](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34086) On detail.tt if item.permanent_location is NULL no shelving location will show (23.11.00,23.05.02,22.11.08)
1358
- [34232](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34232) Item groups dropdown on add item form does not respect display order (23.11.00,23.05.02,22.11.08)
1358
- [34232](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34232) Item groups dropdown on add item form does not respect display order (23.11.00,23.05.02,22.11.08)
1359
- [34257](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34257) Library limitations for item types not respected when batch modding items (23.11.00,23.05.04,22.11.10)
1359
- [34257](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34257) Library limitations for item types not respected when batch modding items (23.11.00,23.05.04,22.11.10)
1360
- [34289](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34289) UI issue on checkin page when checking the forgive fines checkbox (23.11.00,23.05.03,22.11.09)
1360
- [34289](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34289) UI issue on checkin page when checking the forgive fines checkbox (23.11.00,23.05.03,22.11.09)
1361
- [34302](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34302) Checkin and renewal error messages disappear immediately in checkouts table (23.11.00,23.05.04,22.11.11)
1361
- [34302](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34302) Checkin and renewal error messages disappear immediately in checkouts table (23.11.00,23.05.04,22.11.11)
1362
- [34341](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34341) Revert Bug 34072: Holds queue search interface hidden on small screens (23.11.00,23.05.04,22.11.10)
1362
- [34341](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34341) Revert Bug 34072: Holds queue search interface hidden on small screens (23.11.00,23.05.04,22.11.10)
1363
- [34572](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34572) Simplify template logic around check-in input form (23.11.00,23.05.04,22.11.10)
1363
- [34572](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34572) Simplify template logic around check-in input form (23.11.00,23.05.04,22.11.10)
1364
- [34634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34634) Expiration date does not display on reserve/request.pl if date is today or in the past (23.11.00,23.05.04,22.11.10)
1364
- [34634](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34634) Expiration date does not display on reserve/request.pl if date is today or in the past (23.11.00,23.05.04,22.11.10)
1365
- [34704](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34704) Print templates are formatted incorrectly (23.11.00,23.05.06,22.11.12)
1365
- [34704](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34704) Print templates are formatted incorrectly (23.11.00,23.05.06,22.11.12)
1366
  >The patch removes the automated additional of html linebreak markup to print notices when using --html.
1366
  >The patch removes the automated additional of html linebreak markup to print notices when using --html.
1367
  >
1367
  >
1368
  >If you are using this flag with gather_print_notices.pl you may need to revisit your notice templates to ensure they are properly marked up as expected for html notices. If you are using non-html notices then they should remain as before.
1368
  >If you are using this flag with gather_print_notices.pl you may need to revisit your notice templates to ensure they are properly marked up as expected for html notices. If you are using non-html notices then they should remain as before.
1369
- [34722](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34722) All items display as recalled when an item-level recall is made (23.11.00,23.05.05,22.11.11)
1369
- [34722](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34722) All items display as recalled when an item-level recall is made (23.11.00,23.05.05,22.11.11)
1370
1370
1371
  **Sponsored by** *Toi Ohomai Institute of Technology*
1371
  **Sponsored by** *Toi Ohomai Institute of Technology*
1372
- [34910](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34910) Do not allow checkout for anonymous patron (23.11.00,23.05.06,22.11.12)
1372
- [34910](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34910) Do not allow checkout for anonymous patron (23.11.00,23.05.06,22.11.12)
1373
- [35188](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35188) force_checkout permission can override all blocks on a patron account but only shows when they are restricted (23.11.00)
1373
- [35188](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35188) force_checkout permission can override all blocks on a patron account but only shows when they are restricted (23.11.00)
1374
- [35251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35251) Issue table does not recalculate number of checkouts after a check in (23.11.00)
1374
- [35251](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35251) Issue table does not recalculate number of checkouts after a check in (23.11.00)
1375
  >This fixes the number of checkouts shown on a patron's check-in and details page. Previously, if items were checked-in from either of these tabs, the number of checkouts was not updated.
1375
  >This fixes the number of checkouts shown on a patron's check-in and details page. Previously, if items were checked-in from either of these tabs, the number of checkouts was not updated.
1376
- [31964](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31964) Missing manpage for koha-z3950-responder (23.11.00,23.05.04,22.11.10)
1376
- [31964](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31964) Missing manpage for koha-z3950-responder (23.11.00,23.05.04,22.11.10)
1377
  >This adds a man page for the `koha-z3950-responder` command-line utility, documenting all available options and parameters that can be used when running this command.
1377
  >This adds a man page for the `koha-z3950-responder` command-line utility, documenting all available options and parameters that can be used when running this command.
1378
- [34505](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34505) Patron invalid age in search_for_data_inconsistencies.pl should skip expired patrons (23.11.00,23.05.04,22.11.10)
1378
- [34505](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34505) Patron invalid age in search_for_data_inconsistencies.pl should skip expired patrons (23.11.00,23.05.04,22.11.10)
1379
- [34569](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34569) misc/cronjobs/holds/holds_reminder.pl problem with trigger arg (23.11.00,23.05.04,22.11.10)
1379
- [34569](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34569) misc/cronjobs/holds/holds_reminder.pl problem with trigger arg (23.11.00,23.05.04,22.11.10)
1380
- [34653](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34653) Make koha-foreach return the correct status code (23.11.00,23.05.04,22.11.11)
1380
- [34653](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34653) Make koha-foreach return the correct status code (23.11.00,23.05.04,22.11.11)
1381
- [35141](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35141) Prevent link_bibs_to_authorities from dying on search error (23.11.00,23.05.06,22.11.12)
1381
- [35141](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35141) Prevent link_bibs_to_authorities from dying on search error (23.11.00,23.05.06,22.11.12)
1382
- [35171](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35171) runreport.pl cronjob should optionally send an email when the report has no results (23.11.00,23.05.06)
1382
- [35171](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35171) runreport.pl cronjob should optionally send an email when the report has no results (23.11.00,23.05.06)
1383
  >This enhancement adds a new 'send_empty' option to runreport.pl. Currently, if there are no results for a report, then no email is sent. This option lets libraries know that a report was run overnight and that it had no results. Example: perl misc/cronjobs/runreport.pl 1 --send_empty --email
1383
  >This enhancement adds a new 'send_empty' option to runreport.pl. Currently, if there are no results for a report, then no email is sent. This option lets libraries know that a report was run overnight and that it had no results. Example: perl misc/cronjobs/runreport.pl 1 --send_empty --email
1384
- [33790](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33790) Fix and add various links to the manual (23.11.00,23.05.02,22.11.08)
1384
- [33790](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33790) Fix and add various links to the manual (23.11.00,23.05.02,22.11.08)
1385
- [33941](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941) EBSCO Packages filter failing (23.11.00,23.05.02,22.11.08)
1385
- [33941](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941) EBSCO Packages filter failing (23.11.00,23.05.02,22.11.08)
1386
- [33973](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973) Sorting broken on ERM tables (23.11.00,23.05.02,22.11.08)
1386
- [33973](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973) Sorting broken on ERM tables (23.11.00,23.05.02,22.11.08)
1387
- [34107](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107) Sorting agreements by Name actually sorts by ID (23.11.00,23.05.02,22.11.08)
1387
- [34107](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107) Sorting agreements by Name actually sorts by ID (23.11.00,23.05.02,22.11.08)
1388
- [34201](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34201) Missing sorting indicator on the ERM tables (23.11.00,23.05.02,22.11.08)
1388
- [34201](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34201) Missing sorting indicator on the ERM tables (23.11.00,23.05.02,22.11.08)
1389
- [34214](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34214) Toolbar component should make the icon configurable (23.11.00,23.05.02,22.11.08)
1389
- [34214](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34214) Toolbar component should make the icon configurable (23.11.00,23.05.02,22.11.08)
1390
1390
1391
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
1391
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
1392
- [34219](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34219) getAll not allowing additional parameters (23.11.00,23.05.04,22.11.10)
1392
- [34219](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34219) getAll not allowing additional parameters (23.11.00,23.05.04,22.11.10)
1393
- [34447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34447) "Actions" columns are exported (23.11.00,23.05.03,22.11.09)
1393
- [34447](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34447) "Actions" columns are exported (23.11.00,23.05.03,22.11.09)
1394
1394
1395
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
1395
  **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
1396
- [34465](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34465) "Actions" columns are sortable (23.11.00,23.05.04,22.11.10)
1396
- [34465](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34465) "Actions" columns are sortable (23.11.00,23.05.04,22.11.10)
1397
- [34466](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34466) "Clear filter" always disabled (23.11.00,23.05.04,22.11.10)
1397
- [34466](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34466) "Clear filter" always disabled (23.11.00,23.05.04,22.11.10)
1398
- [34735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34735) Current/disabled links in breadcrumbs are styled differently when in ERM module (23.11.00)
1398
- [34735](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34735) Current/disabled links in breadcrumbs are styled differently when in ERM module (23.11.00)
1399
- [34789](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34789) Fix typo in erm_eholdings_titles (23.11.00,23.05.04,22.11.11)
1399
- [34789](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34789) Fix typo in erm_eholdings_titles (23.11.00,23.05.04,22.11.11)
1400
- [34804](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34804) Translation fixes - ERM (23.11.00,23.05.05,22.11.11)
1400
- [34804](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34804) Translation fixes - ERM (23.11.00,23.05.05,22.11.11)
1401
- [35229](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35229) Fix and add further cypress tests for Usage reporting (23.11.00)
1401
- [35229](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35229) Fix and add further cypress tests for Usage reporting (23.11.00)
1402
- [35418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35418) SUSHI harvest hangs (23.11.00)
1402
- [35418](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35418) SUSHI harvest hangs (23.11.00)
1403
- [33789](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789) Checkout information is missing when adding a credit (23.11.00,23.05.01)
1403
- [33789](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789) Checkout information is missing when adding a credit (23.11.00,23.05.01)
1404
- [34331](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34331) Point of sale transaction history is showing the wrong register information (23.11.00,23.05.04,22.11.10)
1404
- [34331](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34331) Point of sale transaction history is showing the wrong register information (23.11.00,23.05.04,22.11.10)
1405
- [34332](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34332) Syntax error in point of sale email template (23.11.00,23.05.03,22.11.09)
1405
- [34332](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34332) Syntax error in point of sale email template (23.11.00,23.05.03,22.11.09)
1406
- [34340](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34340) Point of sale email template is showing 0.00 in the tendered field (23.11.00,23.05.04,22.11.10)
1406
- [34340](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34340) Point of sale email template is showing 0.00 in the tendered field (23.11.00,23.05.04,22.11.10)
1407
- [28966](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28966) Holds queue viewer too slow to load for large numbers of holds (23.11.00)
1407
- [28966](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28966) Holds queue viewer too slow to load for large numbers of holds (23.11.00)
1408
- [30846](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30846) "If any unavailable" doesn't consider negative notforloan values as unavailable (23.11.00,23.05.03,22.11.09)
1408
- [30846](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30846) "If any unavailable" doesn't consider negative notforloan values as unavailable (23.11.00,23.05.03,22.11.09)
1409
- [30860](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30860) Performance: Add option for CanBookBeReserved to return all item values (23.11.00,23.05.02)
1409
- [30860](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30860) Performance: Add option for CanBookBeReserved to return all item values (23.11.00,23.05.02)
1410
- [33074](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33074) ReservesControlBranch not taken into account in opac-reserve.pl (23.11.00,23.05.05)
1410
- [33074](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33074) ReservesControlBranch not taken into account in opac-reserve.pl (23.11.00,23.05.05)
1411
- [33573](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573) Add public endpoint for cancelling holds (23.11.00,23.05.02,22.11.08)
1411
- [33573](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573) Add public endpoint for cancelling holds (23.11.00,23.05.02,22.11.08)
1412
- [34137](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137) Requested cancellation date column missing from holds awaiting pickup table config (23.11.00,23.05.02,22.11.08)
1412
- [34137](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137) Requested cancellation date column missing from holds awaiting pickup table config (23.11.00,23.05.02,22.11.08)
1413
- [34320](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34320) Hold reordering arrows look broken after Font Awesome upgrade (23.11.00)
1413
- [34320](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34320) Hold reordering arrows look broken after Font Awesome upgrade (23.11.00)
1414
- [34678](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34678) Concurrent changes to the holds can fail due to primary key constraints (23.11.00,23.05.06,22.11.12)
1414
- [34678](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34678) Concurrent changes to the holds can fail due to primary key constraints (23.11.00,23.05.06,22.11.12)
1415
- [34901](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34901) Item-level holds can show inaccurate transit status on the patron details page (23.11.00,23.05.05,22.11.12)
1415
- [34901](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34901) Item-level holds can show inaccurate transit status on the patron details page (23.11.00,23.05.05,22.11.12)
1416
- [35003](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35003) Holds with cancellation requests table on waitingreserves.tt does not filter by branch (23.11.00,23.05.06,22.11.12)
1416
- [35003](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35003) Holds with cancellation requests table on waitingreserves.tt does not filter by branch (23.11.00,23.05.06,22.11.12)
1417
- [35069](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35069) Items needed column on circ/reserveratios.pl does not sort properly (23.11.00,23.05.05,22.11.12)
1417
- [35069](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35069) Items needed column on circ/reserveratios.pl does not sort properly (23.11.00,23.05.05,22.11.12)
1418
- [3007](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3007) Remove untranslated unimarc_field_700-4 value builder (23.11.00)
1418
- [3007](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3007) Remove untranslated unimarc_field_700-4 value builder (23.11.00)
1419
- [32312](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32312) Complete database column descriptions for circulation module in guided reports (23.11.00,23.05.06,22.11.12)
1419
- [32312](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32312) Complete database column descriptions for circulation module in guided reports (23.11.00,23.05.06,22.11.12)
1420
  >This adds and clarifies database column descriptions shown for the statistics table when creating a guided report for the circulation module. Previously, some columns didn't have a description or were ambiguous.
1420
  >This adds and clarifies database column descriptions shown for the statistics table when creating a guided report for the circulation module. Previously, some columns didn't have a description or were ambiguous.
1421
- [34079](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079) The phrase "Displaying [all|approved|pending|rejected] terms" was separated (23.11.00,23.05.04,22.11.10)
1421
- [34079](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079) The phrase "Displaying [all|approved|pending|rejected] terms" was separated (23.11.00,23.05.04,22.11.10)
1422
- [34081](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34081) Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses (23.11.00,23.05.04,22.11.10)
1422
- [34081](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34081) Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses (23.11.00,23.05.04,22.11.10)
1423
- [34310](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34310) Input prompt in datatables column search boxes untranslatable (23.11.00,23.05.04,22.11.10)
1423
- [34310](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34310) Input prompt in datatables column search boxes untranslatable (23.11.00,23.05.04,22.11.10)
1424
- [34334](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34334) 'Item(s)' in MARC detail view untranslatable (23.11.00,23.05.03,22.11.09)
1424
- [34334](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34334) 'Item(s)' in MARC detail view untranslatable (23.11.00,23.05.03,22.11.09)
1425
- [34801](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34801) Fix incorrect use of __() in .tt and .inc files (bug 34038 follow-up) (23.11.00,23.05.05)
1425
- [34801](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34801) Fix incorrect use of __() in .tt and .inc files (bug 34038 follow-up) (23.11.00,23.05.05)
1426
- [34833](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34833) "order number" untranslatable when editing estimated delivery date (23.11.00,23.05.05,22.11.11)
1426
- [34833](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34833) "order number" untranslatable when editing estimated delivery date (23.11.00,23.05.05,22.11.11)
1427
- [34870](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34870) Unrecognized special characters when writing off an invoice with a note (23.11.00,23.05.05,22.11.11)
1427
- [34870](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34870) Unrecognized special characters when writing off an invoice with a note (23.11.00,23.05.05,22.11.11)
1428
  >This fixes the display of UTF-8 characters for write off notes under a patron's accounting section. Previously, if you added a note when writing off multiple charges ([Patron] > Accounting > Make a payment > Payment note column > + Add note), a note with special characters (for example, éçö) did not display correctly.
1428
  >This fixes the display of UTF-8 characters for write off notes under a patron's accounting section. Previously, if you added a note when writing off multiple charges ([Patron] > Accounting > Make a payment > Payment note column > + Add note), a note with special characters (for example, éçö) did not display correctly.
1429
- [35081](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35081) "Your concern was sucessfully submitted." untranslatable (23.11.00,23.05.05)
1429
- [35081](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35081) "Your concern was sucessfully submitted." untranslatable (23.11.00,23.05.05)
1430
- [35374](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35374) Translations contain config from ERM/data providers (23.11.00)
1430
- [35374](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35374) Translations contain config from ERM/data providers (23.11.00)
1431
- [35377](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35377) Terminology: Callnumber shoudl be call number (23.11.00)
1431
- [35377](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35377) Terminology: Callnumber shoudl be call number (23.11.00)
1432
- [22440](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440) Improve ILL page performance by moving to server side filtering (23.05.00,22.11.06)
1432
- [22440](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440) Improve ILL page performance by moving to server side filtering (23.05.00,22.11.06)
1433
- [34058](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058) ILL - Left filters not considering all terms in input (23.11.00)
1433
- [34058](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058) ILL - Left filters not considering all terms in input (23.11.00)
1434
- [34133](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133) ILL table should be sorted by request id descending by default (23.11.00,23.05.03,22.11.09)
1434
- [34133](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133) ILL table should be sorted by request id descending by default (23.11.00,23.05.03,22.11.09)
1435
- [34223](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34223) ILL status filter does not load immediately after selecting a backend filter (23.11.00,23.05.04,22.11.10)
1435
- [34223](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34223) ILL status filter does not load immediately after selecting a backend filter (23.11.00,23.05.04,22.11.10)
1436
- [34351](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34351) ILL list table - access_url column content should be clickable (23.11.00)
1436
- [34351](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34351) ILL list table - access_url column content should be clickable (23.11.00)
1437
- [34905](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34905) ILL - "Place request with partners" icon is gone (23.11.00)
1437
- [34905](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34905) ILL - "Place request with partners" icon is gone (23.11.00)
1438
- [35098](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35098) ILL batch is not displayed in ILL table (23.11.00)
1438
- [35098](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35098) ILL batch is not displayed in ILL table (23.11.00)
1439
- [34684](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34684) 220600007.pl is failing if run twice (23.11.00,23.05.04,22.11.10)
1439
- [34684](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34684) 220600007.pl is failing if run twice (23.11.00,23.05.04,22.11.10)
1440
- [34685](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34685) updatedatabase.pl does not propagate the error code (23.11.00,23.05.04,22.11.10)
1440
- [34685](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34685) updatedatabase.pl does not propagate the error code (23.11.00,23.05.04,22.11.10)
1441
- [35180](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35180) Fix typo in deletedbiblioitems.publishercode comment in kohastructure.sql (23.11.00,23.05.06,22.11.12)
1441
- [35180](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35180) Fix typo in deletedbiblioitems.publishercode comment in kohastructure.sql (23.11.00,23.05.06,22.11.12)
1442
- [33581](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581) Error in web installer concerning sample holidays and patrons requiring sample libraries (23.11.00,23.05.02,22.11.08)
1442
- [33581](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581) Error in web installer concerning sample holidays and patrons requiring sample libraries (23.11.00,23.05.02,22.11.08)
1443
- [33935](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935) Installer list deleted files which shows warning in the logs (23.11.00,23.05.01,22.11.07)
1443
- [33935](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935) Installer list deleted files which shows warning in the logs (23.11.00,23.05.01,22.11.07)
1444
- [34558](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34558) Update custom.sql for it-IT webinstaller (23.11.00,23.05.05,22.11.11)
1444
- [34558](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34558) Update custom.sql for it-IT webinstaller (23.11.00,23.05.05,22.11.11)
1445
- [34209](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34209) Follow up on Bug 28726 - move whole search header div into checkbox column condition (23.11.00,23.05.02,22.11.08)
1445
- [34209](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34209) Follow up on Bug 28726 - move whole search header div into checkbox column condition (23.11.00,23.05.02,22.11.08)
1446
- [34532](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34532) Silence warns in Patroncard.pm when layout values are empty (23.11.00,23.05.04,22.11.11)
1446
- [34532](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34532) Silence warns in Patroncard.pm when layout values are empty (23.11.00,23.05.04,22.11.11)
1447
- [34592](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34592) The patron search window, given just a sort field value, doesn't work (23.11.00,23.05.04,22.11.10)
1447
- [34592](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34592) The patron search window, given just a sort field value, doesn't work (23.11.00,23.05.04,22.11.10)
1448
- [32402](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402) "Modification date" missing from OPAC lists table (23.11.00,23.05.02)
1448
- [32402](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402) "Modification date" missing from OPAC lists table (23.11.00,23.05.02)
1449
  >This enhancement adds the modification date column to the lists tables for the OPAC. This lets patrons know when the list was last updated.
1449
  >This enhancement adds the modification date column to the lists tables for the OPAC. This lets patrons know when the list was last updated.
1450
- [34650](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34650) Editing/deleting lists from toolbar on virtualshelves/shelves.pl causes CSRF error (23.11.00,23.05.04,22.11.10)
1450
- [34650](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34650) Editing/deleting lists from toolbar on virtualshelves/shelves.pl causes CSRF error (23.11.00,23.05.04,22.11.10)
1451
- [30024](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30024) link_bibs_to_authorities.pl relies on CatalogModuleRelink (23.11.00,23.05.06,22.11.12)
1451
- [30024](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30024) link_bibs_to_authorities.pl relies on CatalogModuleRelink (23.11.00,23.05.06,22.11.12)
1452
- [33978](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978) Adding authority from automatic linker closes imported record (23.11.00,23.05.03,22.11.09)
1452
- [33978](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978) Adding authority from automatic linker closes imported record (23.11.00,23.05.03,22.11.09)
1453
- [34180](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34180) Template variable in JavaScript triggers error when showing authority MARC preview (23.11.00,23.05.02,22.11.08)
1453
- [34180](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34180) Template variable in JavaScript triggers error when showing authority MARC preview (23.11.00,23.05.02,22.11.08)
1454
- [26862](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26862) MARC21 530 is missing from staff interface and has no label (23.11.00,23.05.02,22.11.08)
1454
- [26862](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26862) MARC21 530 is missing from staff interface and has no label (23.11.00,23.05.02,22.11.08)
1455
  >This fixes the display of the MARC21 530 tag and subfields so that it:
1455
  >This fixes the display of the MARC21 530 tag and subfields so that it:
1456
  >- now displays in the staff interface (was missing)
1456
  >- now displays in the staff interface (was missing)
1457
  >- improves the display of the values by adding
1457
  >- improves the display of the values by adding
1458
  >  . a description/label
1458
  >  . a description/label
1459
  >  . separators between repeated 530 tags
1459
  >  . separators between repeated 530 tags
1460
  >  . missing spaces before $u and between repeated $u subfields
1460
  >  . missing spaces before $u and between repeated $u subfields
1461
- [31618](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618) Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile (23.11.00,23.05.02,22.11.08)
1461
- [31618](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618) Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile (23.11.00,23.05.02,22.11.08)
1462
- [33865](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865) JS error when importing a staged MARC record file (23.11.00,23.05.01,22.11.07)
1462
- [33865](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865) JS error when importing a staged MARC record file (23.11.00,23.05.01,22.11.07)
1463
- [35099](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35099) Cannot load records with invalid marcxml (23.11.00)
1463
- [35099](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35099) Cannot load records with invalid marcxml (23.11.00)
1464
- [33759](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33759) Typo: Thankyou (23.11.00,23.05.04)
1464
- [33759](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33759) Typo: Thankyou (23.11.00,23.05.04)
1465
- [33900](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900) advance_notices.pl cronjob hangs (23.11.00,23.05.02,22.11.08)
1465
- [33900](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900) advance_notices.pl cronjob hangs (23.11.00,23.05.02,22.11.08)
1466
- [34059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059) advance_notices.pl -c --digest-per-branch does not work as intended (23.11.00,23.05.03,22.11.09)
1466
- [34059](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059) advance_notices.pl -c --digest-per-branch does not work as intended (23.11.00,23.05.03,22.11.09)
1467
- [34583](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34583) Overdue notices: wrong encoding in e-mail in 'print' mode (23.11.00,23.05.04,22.11.10)
1467
- [34583](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34583) Overdue notices: wrong encoding in e-mail in 'print' mode (23.11.00,23.05.04,22.11.10)
1468
- [35185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35185) Remove is_html flag from sample notices for text notices (23.11.00,23.05.06,22.11.12)
1468
- [35185](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35185) Remove is_html flag from sample notices for text notices (23.11.00,23.05.06,22.11.12)
1469
- [35186](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35186) Remove html tags from sample notices (23.11.00,23.05.06,22.11.12)
1469
- [35186](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35186) Remove html tags from sample notices (23.11.00,23.05.06,22.11.12)
1470
  >This removes unnecessary <html></html> tags in two email notices:
1470
  >This removes unnecessary <html></html> tags in two email notices:
1471
  >* PASSWORD_RESET
1471
  >* PASSWORD_RESET
1472
  >* STAFF_PASSWORD_RESET
1472
  >* STAFF_PASSWORD_RESET
1473
  >These notices are only updated in new installations, for existing installation manually change the notices.
1473
  >These notices are only updated in new installations, for existing installation manually change the notices.
1474
- [35187](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35187) Fix line breaks in some HTML notices, including WELCOME (23.11.00,23.05.06,22.11.12)
1474
- [35187](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35187) Fix line breaks in some HTML notices, including WELCOME (23.11.00,23.05.06,22.11.12)
1475
- [27496](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496) Accessibility: Navigation buttons are poorly described by screen readers (23.11.00,23.05.04,22.11.10)
1475
- [27496](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496) Accessibility: Navigation buttons are poorly described by screen readers (23.11.00,23.05.04,22.11.10)
1476
- [27634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27634) Turn off patron self-registration if no default category is set (23.11.00)
1476
- [27634](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27634) Turn off patron self-registration if no default category is set (23.11.00)
1477
  >When there is no valid patron category defined in system preference PatronSelfRegistrationDefaultCategory the full feature is disabled.
1477
  >When there is no valid patron category defined in system preference PatronSelfRegistrationDefaultCategory the full feature is disabled.
1478
- [29578](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29578) Search term highlighting breaks with titles containing characters with Greek diacritics (23.11.00,23.05.04,22.11.10)
1478
- [29578](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29578) Search term highlighting breaks with titles containing characters with Greek diacritics (23.11.00,23.05.04,22.11.10)
1479
  >This fixes an issue with the term highlighter which is used during catalog searches in both the OPAC and the Staff interface. Under certain conditions (searching for titles containing characters with Greek diacritics), the jQuery term highlighter would break and in the process make the "Highlight" / "Unhighlight" button disappear altogether. UNIMARC instances were affected the most by this.
1479
  >This fixes an issue with the term highlighter which is used during catalog searches in both the OPAC and the Staff interface. Under certain conditions (searching for titles containing characters with Greek diacritics), the jQuery term highlighter would break and in the process make the "Highlight" / "Unhighlight" button disappear altogether. UNIMARC instances were affected the most by this.
1480
- [32341](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341) Some OPAC tables are not displayed well in mobile mode (23.11.00,23.05.02,22.11.08)
1480
- [32341](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341) Some OPAC tables are not displayed well in mobile mode (23.11.00,23.05.02,22.11.08)
1481
- [33697](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697) Remove deprecated RecordedBooks (rbdigital) integration (23.11.00,23.05.01,22.11.07)
1481
- [33697](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697) Remove deprecated RecordedBooks (rbdigital) integration (23.11.00,23.05.01,22.11.07)
1482
- [33810](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33810) Accessibility: OPAC Advanced Search fields are not labelled (23.11.00,23.05.06,22.11.12)
1482
- [33810](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33810) Accessibility: OPAC Advanced Search fields are not labelled (23.11.00,23.05.06,22.11.12)
1483
- [33813](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813) Accessibility: Lists button is not clearly identified (23.11.00,23.05.01,22.11.07)
1483
- [33813](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813) Accessibility: Lists button is not clearly identified (23.11.00,23.05.01,22.11.07)
1484
  >This enhancement adds an aria-label to the Lists button in the OPAC masthead. It is currently not descriptive enough and doesn't identify what is displayed when clicking the button.
1484
  >This enhancement adds an aria-label to the Lists button in the OPAC masthead. It is currently not descriptive enough and doesn't identify what is displayed when clicking the button.
1485
- [33848](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33848) Enabling Coce in the OPAC breaks cover images on bibliographic detail page (23.11.00,23.05.03,22.11.09,22.05.17)
1485
- [33848](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33848) Enabling Coce in the OPAC breaks cover images on bibliographic detail page (23.11.00,23.05.03,22.11.09,22.05.17)
1486
- [33902](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902) On opac-detail.tt the libraryInfoModal is outside of HTML tags (23.11.00,23.05.01,22.11.07)
1486
- [33902](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902) On opac-detail.tt the libraryInfoModal is outside of HTML tags (23.11.00,23.05.01,22.11.07)
1487
  >This moves the HTML for the pop-up window with the information for a library (where it exists) on the OPAC detail page inside the <html> tag so that it validates correctly. There is no change to the appearance or behavior of the page.
1487
  >This moves the HTML for the pop-up window with the information for a library (where it exists) on the OPAC detail page inside the <html> tag so that it validates correctly. There is no change to the appearance or behavior of the page.
1488
- [33933](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933) Use restrictions appear twice for items on OPAC (23.11.00,23.05.02,22.11.08)
1488
- [33933](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933) Use restrictions appear twice for items on OPAC (23.11.00,23.05.02,22.11.08)
1489
- [33957](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33957) normalized_oclc not defined in opac-user.tt (23.11.00,23.05.02,22.11.08)
1489
- [33957](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33957) normalized_oclc not defined in opac-user.tt (23.11.00,23.05.02,22.11.08)
1490
- [34005](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34005) Toggling the search term highlighting is not always working in the bibliographic record details page (23.11.00,23.05.02,22.11.08)
1490
- [34005](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34005) Toggling the search term highlighting is not always working in the bibliographic record details page (23.11.00,23.05.02,22.11.08)
1491
- [34015](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015) Terminology: Relative issues should be Relative's checkouts (23.11.00,23.05.02,22.11.08)
1491
- [34015](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015) Terminology: Relative issues should be Relative's checkouts (23.11.00,23.05.02,22.11.08)
1492
- [34522](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34522) Suggestion for purchase displays wrong library in OPAC display if patron suggests for non-home library (23.11.00,23.05.04,22.11.10)
1492
- [34522](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34522) Suggestion for purchase displays wrong library in OPAC display if patron suggests for non-home library (23.11.00,23.05.04,22.11.10)
1493
- [34584](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34584) Remove Twitter share button from the OPAC (23.11.00)
1493
- [34584](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34584) Remove Twitter share button from the OPAC (23.11.00)
1494
- [34613](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34613) Remove onclick event attributes from Verovio midiplayer.js (23.11.00,23.05.04,22.11.11)
1494
- [34613](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34613) Remove onclick event attributes from Verovio midiplayer.js (23.11.00,23.05.04,22.11.11)
1495
- [34627](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34627) Fix CMS page HTML structure so that footer content is displayed correctly (23.11.00,23.05.04,22.11.10)
1495
- [34627](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34627) Fix CMS page HTML structure so that footer content is displayed correctly (23.11.00,23.05.04,22.11.10)
1496
- [34641](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34641) Novelist content does not display on OPAC detail page if NovelistSelectView is set to below (23.11.00,23.05.04,22.11.10)
1496
- [34641](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34641) Novelist content does not display on OPAC detail page if NovelistSelectView is set to below (23.11.00,23.05.04,22.11.10)
1497
- [34711](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34711) Remove use of onclick for opac-privacy.pl (23.11.00,23.05.04,22.11.11)
1497
- [34711](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34711) Remove use of onclick for opac-privacy.pl (23.11.00,23.05.04,22.11.11)
1498
- [34723](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34723) opac-imageviewer.pl not showing thumbnails (23.11.00,23.05.04,22.11.10)
1498
- [34723](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34723) opac-imageviewer.pl not showing thumbnails (23.11.00,23.05.04,22.11.10)
1499
- [34724](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34724) Remove use of onclick for opac-imageviewer.pl (23.11.00,23.05.04,22.11.11)
1499
- [34724](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34724) Remove use of onclick for opac-imageviewer.pl (23.11.00,23.05.04,22.11.11)
1500
- [34725](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34725) Remove use of onclick for OPAC cart (23.11.00,23.05.04,22.11.11)
1500
- [34725](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34725) Remove use of onclick for OPAC cart (23.11.00,23.05.04,22.11.11)
1501
- [34730](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34730) Add responsive behavior to more tables in the OPAC (23.11.00,23.05.04,22.11.11)
1501
- [34730](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34730) Add responsive behavior to more tables in the OPAC (23.11.00,23.05.04,22.11.11)
1502
- [34760](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34760) Prevent error when logging into OPAC after conducting a search (23.11.00,23.05.04,22.11.11)
1502
- [34760](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34760) Prevent error when logging into OPAC after conducting a search (23.11.00,23.05.04,22.11.11)
1503
1503
1504
  **Sponsored by** *Toi Ohomai Institute of Technology*
1504
  **Sponsored by** *Toi Ohomai Institute of Technology*
1505
- [34849](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34849) Use template wrapper for breadcrumbs: OPAC part 1 (23.11.00)
1505
- [34849](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34849) Use template wrapper for breadcrumbs: OPAC part 1 (23.11.00)
1506
- [34852](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34852) Use template wrapper for breadcrumbs: OPAC part 2 (23.11.00)
1506
- [34852](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34852) Use template wrapper for breadcrumbs: OPAC part 2 (23.11.00)
1507
- [34855](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34855) Use template wrapper for breadcrumbs: OPAC part 3 (23.11.00)
1507
- [34855](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34855) Use template wrapper for breadcrumbs: OPAC part 3 (23.11.00)
1508
- [34866](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34866) Use template wrapper for breadcrumbs: OPAC part 4 (23.11.00)
1508
- [34866](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34866) Use template wrapper for breadcrumbs: OPAC part 4 (23.11.00)
1509
- [34923](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34923) OPAC hold page flatpickr does not allow direct input of dates (23.11.00,23.05.05,22.11.11)
1509
- [34923](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34923) OPAC hold page flatpickr does not allow direct input of dates (23.11.00,23.05.05,22.11.11)
1510
- [34934](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34934) Remove the use of event attributes from OPAC lists page (23.11.00,23.05.05,22.11.11)
1510
- [34934](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34934) Remove the use of event attributes from OPAC lists page (23.11.00,23.05.05,22.11.11)
1511
- [34936](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34936) Remove the use of event attributes from OPAC detail page (23.11.00,23.05.05,22.11.11)
1511
- [34936](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34936) Remove the use of event attributes from OPAC detail page (23.11.00,23.05.05,22.11.11)
1512
- [34944](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34944) Remove the use of event attributes from OPAC full serial issue page (23.11.00,23.05.05,22.11.11)
1512
- [34944](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34944) Remove the use of event attributes from OPAC full serial issue page (23.11.00,23.05.05,22.11.11)
1513
- [34945](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34945) Remove the use of event attributes from OPAC clubs tab (23.11.00,23.05.05,22.11.11)
1513
- [34945](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34945) Remove the use of event attributes from OPAC clubs tab (23.11.00,23.05.05,22.11.11)
1514
- [34946](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34946) Remove the use of event attributes from self checkout and check-in (23.11.00,23.05.05,22.11.12)
1514
- [34946](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34946) Remove the use of event attributes from self checkout and check-in (23.11.00,23.05.05,22.11.12)
1515
- [34961](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34961) RSS feed link in OPAC is missing sort parameter (23.11.00,23.05.05,22.11.11)
1515
- [34961](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34961) RSS feed link in OPAC is missing sort parameter (23.11.00,23.05.05,22.11.11)
1516
  >This fixes two RSS links in the OPAC search results template so that they include the correct parameters, including the descending sort by acquisition date.
1516
  >This fixes two RSS links in the OPAC search results template so that they include the correct parameters, including the descending sort by acquisition date.
1517
- [34980](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34980) Remove the use of event attributes from title-actions-menu.inc in OPAC (23.11.00,23.05.05,22.11.12)
1517
- [34980](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34980) Remove the use of event attributes from title-actions-menu.inc in OPAC (23.11.00,23.05.05,22.11.12)
1518
- [35006](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35006) OPAC holdings table - sort for current library column doesn't work (23.11.00,23.05.05,22.11.12)
1518
- [35006](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35006) OPAC holdings table - sort for current library column doesn't work (23.11.00,23.05.05,22.11.12)
1519
  >This fixes the holdings table on the OPAC's bibliographic detail
1519
  >This fixes the holdings table on the OPAC's bibliographic detail
1520
  >page so that home and current library columns are sorted correctly by
1520
  >page so that home and current library columns are sorted correctly by
1521
  >library name.
1521
  >library name.
1522
- [35144](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35144) 'Required' mention for patron attributes is not red in OPAC (23.11.00,23.05.06,22.11.12)
1522
- [35144](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35144) 'Required' mention for patron attributes is not red in OPAC (23.11.00,23.05.06,22.11.12)
1523
- [35266](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35266) opac-MARCdetail: Can't call method "metadata" on an undefined value (23.11.00,23.05.06)
1523
- [35266](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35266) opac-MARCdetail: Can't call method "metadata" on an undefined value (23.11.00,23.05.06)
1524
  >This fixes the display of the MARC view page when a record does not exist - it now redirects to the 404 (page not found) page. Previously, it generated an error trace, where the normal and ISBD view pages redirected to the 404 (page not found) page.
1524
  >This fixes the display of the MARC view page when a record does not exist - it now redirects to the 404 (page not found) page. Previously, it generated an error trace, where the normal and ISBD view pages redirected to the 404 (page not found) page.
1525
- [35280](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35280) OPAC patron entry form: Patron attributes "clear" link broken (23.11.00,23.05.06,22.11.12)
1525
- [35280](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35280) OPAC patron entry form: Patron attributes "clear" link broken (23.11.00,23.05.06,22.11.12)
1526
- [33371](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371) Add 'koha-common.service' systemd service (23.11.00,23.05.00,22.11.07)
1526
- [33371](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371) Add 'koha-common.service' systemd service (23.11.00,23.05.00,22.11.07)
1527
- [33720](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720) updatedatabase.pl should purge memcached (23.11.00,23.05.02,22.11.08)
1527
- [33720](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720) updatedatabase.pl should purge memcached (23.11.00,23.05.02,22.11.08)
1528
- [33117](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117) Patron checkout search not working if searching with second surname (23.11.00,23.05.02,22.11.09,22.11.08)
1528
- [33117](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117) Patron checkout search not working if searching with second surname (23.11.00,23.05.02,22.11.09,22.11.08)
1529
- [33176](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176) Improve enforcing of RequirePaymentType (23.11.00,23.05.02,22.11.08)
1529
- [33176](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176) Improve enforcing of RequirePaymentType (23.11.00,23.05.02,22.11.08)
1530
- [33395](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33395) Patron search results shows only overdues if patron has overdues (23.11.00,23.05.05,22.11.11)
1530
- [33395](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33395) Patron search results shows only overdues if patron has overdues (23.11.00,23.05.05,22.11.11)
1531
- [33428](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33428) Should only search in searchable patron attributes if searching in standard fields (23.11.00)
1531
- [33428](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33428) Should only search in searchable patron attributes if searching in standard fields (23.11.00)
1532
- [33820](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33820) Add hints to warn the librarian that they will be logged out if they change their username (23.11.00,23.05.02)
1532
- [33820](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33820) Add hints to warn the librarian that they will be logged out if they change their username (23.11.00,23.05.02)
1533
- [33875](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875) Missing closing tag a in API key management page (23.11.00,23.05.01,22.11.07)
1533
- [33875](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875) Missing closing tag a in API key management page (23.11.00,23.05.01,22.11.07)
1534
- [33882](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882) member.tt Date of birth column makes it difficult to hide the age hint (23.11.00,23.05.01,22.11.07)
1534
- [33882](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882) member.tt Date of birth column makes it difficult to hide the age hint (23.11.00,23.05.01,22.11.07)
1535
- [33968](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968) Two colons missing on guarantor labels in memberentry.pl form (23.11.00,23.05.02,22.11.08)
1535
- [33968](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968) Two colons missing on guarantor labels in memberentry.pl form (23.11.00,23.05.02,22.11.08)
1536
- [34083](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083) Patron auto-complete fails if organization patron full name is in a single field separated by a space (23.11.00,23.05.02,22.11.08)
1536
- [34083](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083) Patron auto-complete fails if organization patron full name is in a single field separated by a space (23.11.00,23.05.02,22.11.08)
1537
- [34092](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092) patron-autocomplete.js and patron-search.inc search logic should match (23.11.00,23.05.02,22.11.08)
1537
- [34092](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092) patron-autocomplete.js and patron-search.inc search logic should match (23.11.00,23.05.02,22.11.08)
1538
- [34117](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117) Duplicate patron sets dateenrolled incorrectly (23.11.00,23.05.03,22.11.09)
1538
- [34117](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117) Duplicate patron sets dateenrolled incorrectly (23.11.00,23.05.03,22.11.09)
1539
- [34256](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34256) Patron search: search for borrowernumber starts with fails (23.11.00,23.05.02,22.11.08)
1539
- [34256](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34256) Patron search: search for borrowernumber starts with fails (23.11.00,23.05.02,22.11.08)
1540
- [34280](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34280) Patrons with no email address produce a warning when saving (23.11.00,23.05.03)
1540
- [34280](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34280) Patrons with no email address produce a warning when saving (23.11.00,23.05.03)
1541
- [34356](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34356) Enabling RecordStaffUserOnCheckout causes bad default sorting in checkout history (23.11.00,23.05.04,22.11.10)
1541
- [34356](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34356) Enabling RecordStaffUserOnCheckout causes bad default sorting in checkout history (23.11.00,23.05.04,22.11.10)
1542
- [34402](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34402) Sorting holds on patron account includes articles (23.11.00,23.05.04)
1542
- [34402](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34402) Sorting holds on patron account includes articles (23.11.00,23.05.04)
1543
- [34413](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34413) Flat picker birth date field does not display properly on initial load on iOS (23.11.00,23.05.06,22.11.12)
1543
- [34413](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34413) Flat picker birth date field does not display properly on initial load on iOS (23.11.00,23.05.06,22.11.12)
1544
- [34435](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34435) get_password_expiry_date should not modify its parameter (23.11.00,23.05.03,22.11.09)
1544
- [34435](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34435) get_password_expiry_date should not modify its parameter (23.11.00,23.05.03,22.11.09)
1545
- [34462](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34462) Bug 25299 seems to have been reintroduced in more recent versions. (23.11.00,23.05.05,22.11.12)
1545
- [34462](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34462) Bug 25299 seems to have been reintroduced in more recent versions. (23.11.00,23.05.05,22.11.12)
1546
  >This fixes the display of the card expiration message on a patron's page so that it now includes the date that their card will expire.
1546
  >This fixes the display of the card expiration message on a patron's page so that it now includes the date that their card will expire.
1547
- [34531](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34531) Hiding Lost card flag and Gone no address flag via BorrowerUnwantedFields hides Patron restrictions (23.11.00,23.05.05,22.11.12)
1547
- [34531](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34531) Hiding Lost card flag and Gone no address flag via BorrowerUnwantedFields hides Patron restrictions (23.11.00,23.05.05,22.11.12)
1548
- [34728](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34728) HTML notices should not be pre-formatted (23.11.00,23.05.04,22.11.11)
1548
- [34728](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34728) HTML notices should not be pre-formatted (23.11.00,23.05.04,22.11.11)
1549
- [34743](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34743) Incorrect POD in import_patrons.pl (23.11.00,23.05.04,22.11.11)
1549
- [34743](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34743) Incorrect POD in import_patrons.pl (23.11.00,23.05.04,22.11.11)
1550
- [34883](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34883) Regression in Patron Import dateexpiry function (23.11.00,23.05.05,22.11.11)
1550
- [34883](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34883) Regression in Patron Import dateexpiry function (23.11.00,23.05.05,22.11.11)
1551
- [34891](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34891) View restrictions button (patrons page) doesn't link to tab (23.11.00,23.05.05)
1551
- [34891](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34891) View restrictions button (patrons page) doesn't link to tab (23.11.00,23.05.05)
1552
- [34931](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34931) Collapsed additional attributes and identifiers with a PA_CLASS don't display well (23.11.00,23.05.06,22.11.12)
1552
- [34931](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34931) Collapsed additional attributes and identifiers with a PA_CLASS don't display well (23.11.00,23.05.06,22.11.12)
1553
- [35127](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35127) Patron search ignores searchtype from the context menu (23.11.00,23.05.05,22.11.12)
1553
- [35127](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35127) Patron search ignores searchtype from the context menu (23.11.00,23.05.05,22.11.12)
1554
- [35264](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35264) Update patron import to use protected column (23.11.00)
1554
- [35264](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35264) Update patron import to use protected column (23.11.00)
1555
- [35148](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35148) before_send_messages plugin hook does not pass the --where option (23.11.00,23.05.05,22.11.12)
1555
- [35148](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35148) before_send_messages plugin hook does not pass the --where option (23.11.00,23.05.05,22.11.12)
1556
- [32942](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32942) Suggestion API doesn't support custom statuses (23.11.00,23.05.04,22.11.11)
1556
- [32942](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32942) Suggestion API doesn't support custom statuses (23.11.00,23.05.04,22.11.11)
1557
- [33556](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556) $c->validation should be avoided (part 1) (23.11.00,23.05.03)
1557
- [33556](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556) $c->validation should be avoided (part 1) (23.11.00,23.05.03)
1558
- [33971](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971) Remove support for x-koha-query header (23.11.00)
1558
- [33971](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971) Remove support for x-koha-query header (23.11.00)
1559
  >This patch removes support for the `x-koha-query` HTTP header. The implementation was problematic because no URL/Base64 encoding was being expected, and it broke things. As it didn't have real usage in the codebase, we decided to remove it.
1559
  >This patch removes support for the `x-koha-query` HTTP header. The implementation was problematic because no URL/Base64 encoding was being expected, and it broke things. As it didn't have real usage in the codebase, we decided to remove it.
1560
  >
1560
  >
1561
  >It could eventually be restored if there was interest on it, but it wouldn't work as before anyway, because of the aforementioned issue with non-ASCII queries.
1561
  >It could eventually be restored if there was interest on it, but it wouldn't work as before anyway, because of the aforementioned issue with non-ASCII queries.
1562
- [33996](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996) Authority objects missing mapping (23.11.00,23.05.02)
1562
- [33996](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996) Authority objects missing mapping (23.11.00,23.05.02)
1563
- [34339](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34339) $c->validation should be avoided (part 2) (23.11.00,23.05.04)
1563
- [34339](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34339) $c->validation should be avoided (part 2) (23.11.00,23.05.04)
1564
- [34365](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34365) Hold cancellation request workflow cannot be triggered on API (23.11.00,23.05.03,22.11.09)
1564
- [34365](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34365) Hold cancellation request workflow cannot be triggered on API (23.11.00,23.05.03,22.11.09)
1565
- [34387](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34387) API docs tags missing descriptions (23.11.00,23.05.03,22.11.09)
1565
- [34387](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34387) API docs tags missing descriptions (23.11.00,23.05.03,22.11.09)
1566
- [35053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35053) Item-level rules not checked if both item_id and biblio_id are passed (23.11.00,23.05.05,22.11.12)
1566
- [35053](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35053) Item-level rules not checked if both item_id and biblio_id are passed (23.11.00,23.05.05,22.11.12)
1567
- [35230](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35230) `catalogue_item` missing description (23.11.00)
1567
- [35230](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35230) `catalogue_item` missing description (23.11.00)
1568
- [27824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27824) Report batch operations break with space in placeholder (23.11.00,23.05.02,22.11.08)
1568
- [27824](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27824) Report batch operations break with space in placeholder (23.11.00,23.05.02,22.11.08)
1569
- [29664](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29664) Do not show voided payments in cash register statistics wizard (23.11.00,23.05.02,22.11.08)
1569
- [29664](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29664) Do not show voided payments in cash register statistics wizard (23.11.00,23.05.02,22.11.08)
1570
- [34552](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34552) No Results when filtering "All payments to the library" or "payment" in Statistics wizards : Cash register (23.11.00,23.05.04,22.11.10)
1570
- [34552](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34552) No Results when filtering "All payments to the library" or "payment" in Statistics wizards : Cash register (23.11.00,23.05.04,22.11.10)
1571
- [34859](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34859) reports-home.pl has unnecessary syspref template parameters (23.11.00,23.05.05,22.11.11)
1571
- [34859](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34859) reports-home.pl has unnecessary syspref template parameters (23.11.00,23.05.05,22.11.11)
1572
- [22873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22873) C4::SIP::ILS::Transation::FeePayment->pay $disallow_overpayment does nothing (23.11.00,23.05.05,22.11.11)
1572
- [22873](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22873) C4::SIP::ILS::Transation::FeePayment->pay $disallow_overpayment does nothing (23.11.00,23.05.05,22.11.11)
1573
- [23548](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23548) AQ field required in checkin response (23.11.00,23.05.04,22.11.10)
1573
- [23548](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23548) AQ field required in checkin response (23.11.00,23.05.04,22.11.10)
1574
  >This fixes SIP return messages so that there is an "AQ|" field, even if it is empty (this is a required field according to the specification, and some machines (such as PV-SUPA) crash if it is not present).
1574
  >This fixes SIP return messages so that there is an "AQ|" field, even if it is empty (this is a required field according to the specification, and some machines (such as PV-SUPA) crash if it is not present).
1575
- [33411](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411) SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees (23.11.00,23.05.01,22.11.07)
1575
- [33411](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411) SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees (23.11.00,23.05.01,22.11.07)
1576
- [34153](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34153) Add ability to allow items with additional materials notes to be checked out via SIP (23.11.00)
1576
- [34153](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34153) Add ability to allow items with additional materials notes to be checked out via SIP (23.11.00)
1577
- [28196](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28196) In page anchors on additem.pl don't always go to the right place (23.11.00,23.05.02,22.11.08)
1577
- [28196](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28196) In page anchors on additem.pl don't always go to the right place (23.11.00,23.05.02,22.11.08)
1578
- [31253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31253) Item search in staff interface should call barcodedecode if the search index is a barcode (23.11.00,23.05.02,22.11.08)
1578
- [31253](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31253) Item search in staff interface should call barcodedecode if the search index is a barcode (23.11.00,23.05.02,22.11.08)
1579
- [33140](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33140) Use facet label value in mouseover title attribute of facet removal link (23.11.00,23.05.03,22.11.09)
1579
- [33140](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33140) Use facet label value in mouseover title attribute of facet removal link (23.11.00,23.05.03,22.11.09)
1580
- [33896](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896) Catalog search from the masthead searchbar produces a warning in the logs (23.11.00,23.05.02,22.11.08)
1580
- [33896](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896) Catalog search from the masthead searchbar produces a warning in the logs (23.11.00,23.05.02,22.11.08)
1581
- [27153](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27153) ElasticSearch should search keywords apostrophe blind (23.11.00)
1581
- [27153](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27153) ElasticSearch should search keywords apostrophe blind (23.11.00)
1582
- [33406](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33406) Searching for authority with hyphen surrounded by spaces causes error 500 (with ES) (23.11.00,23.05.04,22.11.11)
1582
- [33406](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33406) Searching for authority with hyphen surrounded by spaces causes error 500 (with ES) (23.11.00,23.05.04,22.11.11)
1583
- [34740](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34740) Sort option are wrong in search engine configuration (Elasticsearch) (23.11.00,23.05.04,22.11.11)
1583
- [34740](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34740) Sort option are wrong in search engine configuration (Elasticsearch) (23.11.00,23.05.04,22.11.11)
1584
- [34557](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34557) Add option to prevent loading a patron's checkouts on the SCO (23.11.00,23.05.06)
1584
- [34557](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34557) Add option to prevent loading a patron's checkouts on the SCO (23.11.00,23.05.06)
1585
- [35007](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35007) Configure self checkout tables consistently (23.11.00)
1585
- [35007](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35007) Configure self checkout tables consistently (23.11.00)
1586
- [35013](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35013) Font Awesome icons broken in self checkout and self checkin (23.11.00)
1586
- [35013](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35013) Font Awesome icons broken in self checkout and self checkin (23.11.00)
1587
- [23775](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23775) Claiming a serial issue doesn't create the next one (23.11.00,23.05.02,22.11.08)
1587
- [23775](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23775) Claiming a serial issue doesn't create the next one (23.11.00,23.05.02,22.11.08)
1588
- [33901](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901) Only one issue shown when testing prediction pattern (23.11.00,23.05.02,22.11.08)
1588
- [33901](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901) Only one issue shown when testing prediction pattern (23.11.00,23.05.02,22.11.08)
1589
- [34052](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052) Fix link to subscription from serial collection page (23.11.00,23.05.02,22.11.08)
1589
- [34052](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052) Fix link to subscription from serial collection page (23.11.00,23.05.02,22.11.08)
1590
- [31041](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31041) Cashup summary modal printing issue (23.11.00,23.05.06,22.11.12)
1590
- [31041](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31041) Cashup summary modal printing issue (23.11.00,23.05.06,22.11.12)
1591
  >This bugfix updates the modal printing system to trigger a new page for dialogue printing.
1591
  >This bugfix updates the modal printing system to trigger a new page for dialogue printing.
1592
  >
1592
  >
1593
  >Whilst this causes a minor flash unsightly content at print preview, it significantly improves the reliability of modal printing where such dialogues appear on pages containing a lot of content or the modals themselves contain a enough content to require a scroll.
1593
  >Whilst this causes a minor flash unsightly content at print preview, it significantly improves the reliability of modal printing where such dialogues appear on pages containing a lot of content or the modals themselves contain a enough content to require a scroll.
1594
- [32245](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245) Deleting news entries from Koha's staff start page is broken (23.11.00,23.05.02,22.11.08)
1594
- [32245](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245) Deleting news entries from Koha's staff start page is broken (23.11.00,23.05.02,22.11.08)
1595
- [33497](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33497) Reduce DB calls on staff detail page (23.11.00,23.05.02)
1595
- [33497](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33497) Reduce DB calls on staff detail page (23.11.00,23.05.02)
1596
- [33946](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946) biblio-title.inc should not add a link if biblio does not exist (23.11.00,23.05.02,22.11.08)
1596
- [33946](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946) biblio-title.inc should not add a link if biblio does not exist (23.11.00,23.05.02,22.11.08)
1597
- [34094](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094) Apply DefaultPatronSearchMethod to all patron search forms (23.11.00,23.05.02,22.11.08)
1597
- [34094](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094) Apply DefaultPatronSearchMethod to all patron search forms (23.11.00,23.05.02,22.11.08)
1598
- [34116](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34116) Add page-sectioning to item search in label creator (23.11.00,23.05.02,22.11.08)
1598
- [34116](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34116) Add page-sectioning to item search in label creator (23.11.00,23.05.02,22.11.08)
1599
- [34131](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131) Plugins page breadcrumbs and side menu not consistent (23.11.00,23.05.02,22.11.08)
1599
- [34131](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131) Plugins page breadcrumbs and side menu not consistent (23.11.00,23.05.02,22.11.08)
1600
- [34292](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34292) Date formatting in checkouts list broken (23.11.00)
1600
- [34292](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34292) Date formatting in checkouts list broken (23.11.00)
1601
- [34616](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34616) "Edit SMTP server" page - Default SMTP configuration dialog has some issues (23.11.00,23.05.04)
1601
- [34616](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34616) "Edit SMTP server" page - Default SMTP configuration dialog has some issues (23.11.00,23.05.04)
1602
- [34921](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34921) Tabs on Additional Content page need space above (23.11.00,23.05.05,22.11.11)
1602
- [34921](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34921) Tabs on Additional Content page need space above (23.11.00,23.05.05,22.11.11)
1603
- [35019](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35019) Can't delete news from the staff interface main page (23.11.00,23.05.05,22.11.12)
1603
- [35019](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35019) Can't delete news from the staff interface main page (23.11.00,23.05.05,22.11.12)
1604
- [35276](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35276) Suggestions form crashes on Unknown column 'auth_forwarded_hash' when logging in (23.11.00,23.05.06,22.11.12)
1604
- [35276](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35276) Suggestions form crashes on Unknown column 'auth_forwarded_hash' when logging in (23.11.00,23.05.06,22.11.12)
1605
  >This fixes an issue when trying to directly access the suggestions management page in the staff interface ([YOURDOMAIN]/cgi-bin/koha/suggestion/suggestion.pl) when you are logged out. Previously, if you were logged out, tried to access the suggestions management page, and then entered your credentials, you would get an error trace.
1605
  >This fixes an issue when trying to directly access the suggestions management page in the staff interface ([YOURDOMAIN]/cgi-bin/koha/suggestion/suggestion.pl) when you are logged out. Previously, if you were logged out, tried to access the suggestions management page, and then entered your credentials, you would get an error trace.
1606
- [33286](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33286) 'Catalog record' should be 'Bibliographic record' (23.11.00,23.05.03)
1606
- [33286](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33286) 'Catalog record' should be 'Bibliographic record' (23.11.00,23.05.03)
1607
- [33578](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33578) Cannot edit patron restriction types (23.11.00,23.05.02,22.11.08)
1607
- [33578](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33578) Cannot edit patron restriction types (23.11.00,23.05.02,22.11.08)
1608
- [33868](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33868) Upgrade the Multiple Select plugin in the staff interface (23.11.00,23.05.02)
1608
- [33868](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33868) Upgrade the Multiple Select plugin in the staff interface (23.11.00,23.05.02)
1609
  >This enhancement updates the jQuery Multiple Select plugin version from 1.1 to 1.6. This plugin is used in the staff interface system preferences area.
1609
  >This enhancement updates the jQuery Multiple Select plugin version from 1.1 to 1.6. This plugin is used in the staff interface system preferences area.
1610
- [34748](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34748) Wrong column name basket_number in table settings for basket (23.11.00,23.05.04,22.11.11)
1610
- [34748](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34748) Wrong column name basket_number in table settings for basket (23.11.00,23.05.04,22.11.11)
1611
- [34791](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34791) CookieConsent preference should hint that there's HTML content blocks available for customisation (23.11.00)
1611
- [34791](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34791) CookieConsent preference should hint that there's HTML content blocks available for customisation (23.11.00)
1612
- [35032](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35032) Remove the use of "onclick" from Koha to MARC mapping template (23.11.00)
1612
- [35032](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35032) Remove the use of "onclick" from Koha to MARC mapping template (23.11.00)
1613
- [35057](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35057) Improve table heading "Lib" in MARC field structure page (23.11.00)
1613
- [35057](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35057) Improve table heading "Lib" in MARC field structure page (23.11.00)
1614
- [35078](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35078) Invalid HTML in OpacShowSavings system preference (23.11.00,23.05.06)
1614
- [35078](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35078) Invalid HTML in OpacShowSavings system preference (23.11.00,23.05.06)
1615
- [35221](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35221) TrackLastPatronActivityTriggers description is misleading (23.11.00)
1615
- [35221](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35221) TrackLastPatronActivityTriggers description is misleading (23.11.00)
1616
- [31014](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31014) Minor UI problems in QOTD editor tool (23.11.00)
1616
- [31014](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31014) Minor UI problems in QOTD editor tool (23.11.00)
1617
- [31667](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31667) Merge 'tip' and 'hint' classes (23.11.00,23.05.03,22.11.09)
1617
- [31667](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31667) Merge 'tip' and 'hint' classes (23.11.00,23.05.03,22.11.09)
1618
- [33343](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343) Password fields should have auto-completion off (23.11.00,23.05.01)
1618
- [33343](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343) Password fields should have auto-completion off (23.11.00,23.05.01)
1619
- [33528](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528) Use template wrapper for tabs: Patron details and circulation (23.11.00,23.05.02)
1619
- [33528](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528) Use template wrapper for tabs: Patron details and circulation (23.11.00,23.05.02)
1620
- [33734](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33734) Using custom search filters breaks diacritics characters in search term (23.11.00,23.05.04,22.11.11)
1620
- [33734](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33734) Using custom search filters breaks diacritics characters in search term (23.11.00,23.05.04,22.11.11)
1621
- [33779](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33779) Terminology: biblio record (23.11.00,23.05.01,22.11.07)
1621
- [33779](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33779) Terminology: biblio record (23.11.00,23.05.01,22.11.07)
1622
- [33781](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33781) Terminology: Item already issued to other borrower. (23.11.00,23.05.02,22.11.08)
1622
- [33781](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33781) Terminology: Item already issued to other borrower. (23.11.00,23.05.02,22.11.08)
1623
- [33855](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855) Clean up forms and page sections on 'manage MARC imports' page (23.11.00,23.05.02,22.11.08)
1623
- [33855](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855) Clean up forms and page sections on 'manage MARC imports' page (23.11.00,23.05.02,22.11.08)
1624
  >This enhancement makes minor changes to the structure of the "Manage staged MARC records" page for a batch so that sections are more clearly delineated and forms have the correct structure. It also shortens the new framework field labels and adds hints for clarification.
1624
  >This enhancement makes minor changes to the structure of the "Manage staged MARC records" page for a batch so that sections are more clearly delineated and forms have the correct structure. It also shortens the new framework field labels and adds hints for clarification.
1625
- [33859](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33859) Use the phrase 'Identity providers' instead of 'Authentication providers' (23.11.00,23.05.01,22.11.07)
1625
- [33859](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33859) Use the phrase 'Identity providers' instead of 'Authentication providers' (23.11.00,23.05.01,22.11.07)
1626
- [33883](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883) "Make sure to copy your API secret" message overlaps text (23.11.00,23.05.01,22.11.07)
1626
- [33883](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883) "Make sure to copy your API secret" message overlaps text (23.11.00,23.05.01,22.11.07)
1627
- [33891](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891) Use template wrapper for tabs: OPAC advanced search (23.11.00,23.05.01,22.11.07)
1627
- [33891](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891) Use template wrapper for tabs: OPAC advanced search (23.11.00,23.05.01,22.11.07)
1628
- [33892](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892) Use template wrapper for tabs: OPAC authority detail (23.11.00,23.05.01,22.11.07)
1628
- [33892](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892) Use template wrapper for tabs: OPAC authority detail (23.11.00,23.05.01,22.11.07)
1629
- [33893](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893) Use template wrapper for tabs: OPAC checkout history (23.11.00,23.05.02,22.11.08)
1629
- [33893](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893) Use template wrapper for tabs: OPAC checkout history (23.11.00,23.05.02,22.11.08)
1630
- [33894](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894) Use template wrapper for tabs: OPAC search history (23.11.00,23.05.02,22.11.08)
1630
- [33894](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894) Use template wrapper for tabs: OPAC search history (23.11.00,23.05.02,22.11.08)
1631
- [33895](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895) Use template wrapper for tabs: OPAC user summary (23.11.00)
1631
- [33895](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895) Use template wrapper for tabs: OPAC user summary (23.11.00)
1632
- [33897](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897) Use template wrapper for tabs: OPAC bibliographic detail page (23.11.00,23.05.02,22.11.08)
1632
- [33897](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897) Use template wrapper for tabs: OPAC bibliographic detail page (23.11.00,23.05.02,22.11.08)
1633
- [33998](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998) Installer and onboarding have incorrect Font Awesome asset links (23.11.00)
1633
- [33998](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998) Installer and onboarding have incorrect Font Awesome asset links (23.11.00)
1634
- [33999](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33999) Subscription details link on bibliographic detail page should have permission check (23.11.00,23.05.02,22.11.08)
1634
- [33999](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33999) Subscription details link on bibliographic detail page should have permission check (23.11.00,23.05.02,22.11.08)
1635
- [34010](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010) Template corrections to recall pages (23.11.00,23.05.02,22.11.08)
1635
- [34010](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010) Template corrections to recall pages (23.11.00,23.05.02,22.11.08)
1636
- [34012](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012) Use template wrapper for tabs: Recalls awaiting pickup (23.11.00,23.05.02,22.11.08)
1636
- [34012](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012) Use template wrapper for tabs: Recalls awaiting pickup (23.11.00,23.05.02,22.11.08)
1637
- [34013](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013) Recalls awaiting pickup doesn't show count on each tab (23.11.00,23.05.02,22.11.08)
1637
- [34013](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013) Recalls awaiting pickup doesn't show count on each tab (23.11.00,23.05.02,22.11.08)
1638
- [34038](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34038) Fix incorrect use of __() in .tt and .inc files (23.11.00,23.05.04,22.11.10)
1638
- [34038](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34038) Fix incorrect use of __() in .tt and .inc files (23.11.00,23.05.04,22.11.10)
1639
- [34066](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34066) Datatable options don't fully translate on list of saved reports (23.11.00,23.05.04,22.11.10)
1639
- [34066](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34066) Datatable options don't fully translate on list of saved reports (23.11.00,23.05.04,22.11.10)
1640
- [34074](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34074) Improve translations of strings on the about page (23.11.00,23.05.02,22.11.08)
1640
- [34074](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34074) Improve translations of strings on the about page (23.11.00,23.05.02,22.11.08)
1641
- [34085](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34085) Remove the use of event attributes from basket groups template (23.11.00)
1641
- [34085](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34085) Remove the use of event attributes from basket groups template (23.11.00)
1642
- [34103](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34103) Capitalization: Currencies & Exchange rates (23.11.00,23.05.02,22.11.08)
1642
- [34103](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34103) Capitalization: Currencies & Exchange rates (23.11.00,23.05.02,22.11.08)
1643
- [34112](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34112) Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons (23.11.00)
1643
- [34112](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34112) Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons (23.11.00)
1644
- [34115](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34115) Use a global tab select function for activating Bootstrap tabs based on location hash (23.11.00,23.05.04,22.11.10)
1644
- [34115](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34115) Use a global tab select function for activating Bootstrap tabs based on location hash (23.11.00,23.05.04,22.11.10)
1645
- [34119](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34119) Improve staff interface print stylesheet following redesign (23.11.00,23.05.05,22.11.12)
1645
- [34119](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34119) Improve staff interface print stylesheet following redesign (23.11.00,23.05.05,22.11.12)
1646
- [34129](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34129) Responsive table button icon broken after FontAwesome upgrade (23.11.00)
1646
- [34129](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34129) Responsive table button icon broken after FontAwesome upgrade (23.11.00)
1647
- [34184](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34184) "Document type" in suggestions form should have an empty entry (23.11.00,23.05.02,22.11.08,22.05.16)
1647
- [34184](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34184) "Document type" in suggestions form should have an empty entry (23.11.00,23.05.02,22.11.08,22.05.16)
1648
- [34244](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34244) Improve contrast in staff interface main page layered icons (23.11.00,23.05.02,22.11.08)
1648
- [34244](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34244) Improve contrast in staff interface main page layered icons (23.11.00,23.05.02,22.11.08)
1649
- [34307](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34307) Update plugin wrapper to use template wrapper for breadcrumbs (23.11.00,23.05.04)
1649
- [34307](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34307) Update plugin wrapper to use template wrapper for breadcrumbs (23.11.00,23.05.04)
1650
- [34322](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34322) Correct icon triggering more fund search options (23.11.00)
1650
- [34322](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34322) Correct icon triggering more fund search options (23.11.00)
1651
- [34343](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34343) Z39.50 search background not updated (23.11.00,23.05.03,22.11.09)
1651
- [34343](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34343) Z39.50 search background not updated (23.11.00,23.05.03,22.11.09)
1652
- [34378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34378) Inconsistencies in Libraries page titles, breadcrumbs, and header (23.11.00)
1652
- [34378](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34378) Inconsistencies in Libraries page titles, breadcrumbs, and header (23.11.00)
1653
- [34379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34379) Inconsistencies in Library groups page (23.11.00,23.05.04,22.11.10)
1653
- [34379](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34379) Inconsistencies in Library groups page (23.11.00,23.05.04,22.11.10)
1654
- [34380](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34380) Inconsistencies in Item types page titles, breadcrumbs, and header (23.11.00)
1654
- [34380](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34380) Inconsistencies in Item types page titles, breadcrumbs, and header (23.11.00)
1655
- [34381](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34381) Inconsistencies in Authorized values page title (23.11.00)
1655
- [34381](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34381) Inconsistencies in Authorized values page title (23.11.00)
1656
- [34382](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34382) Inconsistencies in Patron categories page titles, breadcrumbs, and header (23.11.00)
1656
- [34382](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34382) Inconsistencies in Patron categories page titles, breadcrumbs, and header (23.11.00)
1657
- [34384](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34384) Inconsistencies in Library transfer limits page titles, breadcrumbs, and header (23.11.00)
1657
- [34384](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34384) Inconsistencies in Library transfer limits page titles, breadcrumbs, and header (23.11.00)
1658
- [34385](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34385) Inconsistencies in Transport cost matrix page header (23.11.00,23.05.04,22.11.10)
1658
- [34385](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34385) Inconsistencies in Transport cost matrix page header (23.11.00,23.05.04,22.11.10)
1659
- [34386](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34386) Inconsistencies in Cities and towns page titles, breadcrumbs, and header (23.11.00,23.05.04,22.11.10)
1659
- [34386](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34386) Inconsistencies in Cities and towns page titles, breadcrumbs, and header (23.11.00,23.05.04,22.11.10)
1660
- [34388](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34388) Inconsistencies in Patron restriction types page headers (23.11.00)
1660
- [34388](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34388) Inconsistencies in Patron restriction types page headers (23.11.00)
1661
- [34389](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34389) Inconsistencies in Debit types page titles, breadcrumbs, and header (23.11.00)
1661
- [34389](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34389) Inconsistencies in Debit types page titles, breadcrumbs, and header (23.11.00)
1662
  >This fixes a couple of inconsistencies in the debit types administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
1662
  >This fixes a couple of inconsistencies in the debit types administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
1663
- [34391](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34391) Inconsistencies in Cash registers page headers (23.11.00)
1663
- [34391](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34391) Inconsistencies in Cash registers page headers (23.11.00)
1664
  >This fixes a couple of inconsistencies in the cash register administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
1664
  >This fixes a couple of inconsistencies in the cash register administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
1665
- [34393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34393) Inconsistencies in MARC bibliographic framework page titles, breadcrumbs, and header (23.11.00)
1665
- [34393](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34393) Inconsistencies in MARC bibliographic framework page titles, breadcrumbs, and header (23.11.00)
1666
  >This fixes some inconsistencies in the MARC bibliographic framework administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
1666
  >This fixes some inconsistencies in the MARC bibliographic framework administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
1667
- [34394](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34394) Inconsistencies in MARC Bibliographic framework test page title and breadcrumbs (23.11.00)
1667
- [34394](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34394) Inconsistencies in MARC Bibliographic framework test page title and breadcrumbs (23.11.00)
1668
- [34397](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34397) Inconsistencies in Classification sources page titles, breadcrumbs, and header (23.11.00)
1668
- [34397](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34397) Inconsistencies in Classification sources page titles, breadcrumbs, and header (23.11.00)
1669
- [34399](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34399) Inconsistencies in Record overlay rules page titles, breadcrumbs, and header (23.11.00)
1669
- [34399](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34399) Inconsistencies in Record overlay rules page titles, breadcrumbs, and header (23.11.00)
1670
- [34400](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34400) Inconsistencies in OAI sets page titles, breadcrumbs, and header (23.11.00)
1670
- [34400](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34400) Inconsistencies in OAI sets page titles, breadcrumbs, and header (23.11.00)
1671
- [34401](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34401) Inconsistencies in Item search fields page titles, breadcrumbs, and header (23.11.00)
1671
- [34401](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34401) Inconsistencies in Item search fields page titles, breadcrumbs, and header (23.11.00)
1672
- [34403](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34403) Inconsistencies in Currencies and exchange rates page titles, breadcrumbs, and header (23.11.00)
1672
- [34403](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34403) Inconsistencies in Currencies and exchange rates page titles, breadcrumbs, and header (23.11.00)
1673
- [34404](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34404) Inconsistencies in Budgets and funds page titles, breadcrumbs, and header (23.11.00)
1673
- [34404](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34404) Inconsistencies in Budgets and funds page titles, breadcrumbs, and header (23.11.00)
1674
- [34405](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34405) Inconsistencies in EDI accounts/Library EAN page titles, breadcrumbs, and header (23.11.00)
1674
- [34405](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34405) Inconsistencies in EDI accounts/Library EAN page titles, breadcrumbs, and header (23.11.00)
1675
- [34406](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34406) Inconsistencies in Identity providers/domains page titles, breadcrumbs, and header (23.11.00)
1675
- [34406](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34406) Inconsistencies in Identity providers/domains page titles, breadcrumbs, and header (23.11.00)
1676
- [34407](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34407) Inconsistencies in Z39.50 servers page titles, breadcrumbs, and header (23.11.00)
1676
- [34407](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34407) Inconsistencies in Z39.50 servers page titles, breadcrumbs, and header (23.11.00)
1677
- [34408](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34408) Inconsistencies in SMTP servers page titles, breadcrumbs, and header (23.11.00)
1677
- [34408](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34408) Inconsistencies in SMTP servers page titles, breadcrumbs, and header (23.11.00)
1678
- [34409](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34409) Inconsistencies in Audio alerts page titles, breadcrumbs, and header (23.11.00)
1678
- [34409](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34409) Inconsistencies in Audio alerts page titles, breadcrumbs, and header (23.11.00)
1679
- [34411](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34411) Inconsistencies in Additional fields page titles, breadcrumbs, and header (23.11.00)
1679
- [34411](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34411) Inconsistencies in Additional fields page titles, breadcrumbs, and header (23.11.00)
1680
- [34412](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34412) Inconsistencies in system preferences page titles, breadcrumbs, and header (23.11.00)
1680
- [34412](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34412) Inconsistencies in system preferences page titles, breadcrumbs, and header (23.11.00)
1681
- [34434](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34434) Terminology: Biblio should be bibliographic (23.11.00,23.05.04,22.11.10)
1681
- [34434](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34434) Terminology: Biblio should be bibliographic (23.11.00,23.05.04,22.11.10)
1682
- [34436](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34436) Some breadcrumbs lack <span> for translatability (23.11.00,23.05.04,22.11.10)
1682
- [34436](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34436) Some breadcrumbs lack <span> for translatability (23.11.00,23.05.04,22.11.10)
1683
- [34443](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34443) Spelling: Patron search pop-up Sort1: should be Sort 1: (23.11.00,23.05.05,22.11.11)
1683
- [34443](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34443) Spelling: Patron search pop-up Sort1: should be Sort 1: (23.11.00,23.05.05,22.11.11)
1684
- [34493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34493) Bad indenting in search_indexes.inc (23.11.00,23.05.03,22.11.09)
1684
- [34493](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34493) Bad indenting in search_indexes.inc (23.11.00,23.05.03,22.11.09)
1685
- [34502](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34502) Useless SEARCH_RESULT.localimage usage (23.11.00,23.05.04,22.11.10)
1685
- [34502](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34502) Useless SEARCH_RESULT.localimage usage (23.11.00,23.05.04,22.11.10)
1686
- [34533](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34533) jsdiff library missing from guided reports page (23.11.00,23.05.04,22.11.10)
1686
- [34533](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34533) jsdiff library missing from guided reports page (23.11.00,23.05.04,22.11.10)
1687
- [34565](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34565) Label mismatch in MARC21 006 and 008 cataloging plugins (23.11.00,23.05.04,22.11.10)
1687
- [34565](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34565) Label mismatch in MARC21 006 and 008 cataloging plugins (23.11.00,23.05.04,22.11.10)
1688
- [34567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34567) Correct colors for advanced cataloging editor status bar (23.11.00,23.05.04,22.11.10)
1688
- [34567](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34567) Correct colors for advanced cataloging editor status bar (23.11.00,23.05.04,22.11.10)
1689
- [34624](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34624) Many header search forms lack for attribute for label (23.11.00,23.05.06)
1689
- [34624](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34624) Many header search forms lack for attribute for label (23.11.00,23.05.06)
1690
- [34625](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34625) Search engine configuration tables header problem (23.11.00,23.05.04,22.11.10)
1690
- [34625](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34625) Search engine configuration tables header problem (23.11.00,23.05.04,22.11.10)
1691
- [34646](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34646) Two attributes class in OPAC masthead-langmenu.inc (23.11.00,23.05.04,22.11.10)
1691
- [34646](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34646) Two attributes class in OPAC masthead-langmenu.inc (23.11.00,23.05.04,22.11.10)
1692
- [34781](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34781) Add a span tag around GDPR text in opac-memberentry (23.11.00,23.05.05,22.11.11)
1692
- [34781](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34781) Add a span tag around GDPR text in opac-memberentry (23.11.00,23.05.05,22.11.11)
1693
- [34835](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34835) Highlight logged-in library in patron searches does not work anymore in new staff interface (23.11.00,23.05.04,22.11.11)
1693
- [34835](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34835) Highlight logged-in library in patron searches does not work anymore in new staff interface (23.11.00,23.05.04,22.11.11)
1694
- [34942](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34942) Typo: brower (23.11.00,23.05.05,22.11.11)
1694
- [34942](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34942) Typo: brower (23.11.00,23.05.05,22.11.11)
1695
- [34954](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34954) Typo: datexpiry (23.11.00,23.05.06,22.11.12)
1695
- [34954](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34954) Typo: datexpiry (23.11.00,23.05.06,22.11.12)
1696
- [35010](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35010) In record checkout history should not show anonymous patron link (23.11.00,23.05.05,22.11.11)
1696
- [35010](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35010) In record checkout history should not show anonymous patron link (23.11.00,23.05.05,22.11.11)
1697
- [35055](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35055) Don't export actions column from patron search results (23.11.00,23.05.05,22.11.12)
1697
- [35055](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35055) Don't export actions column from patron search results (23.11.00,23.05.05,22.11.12)
1698
- [35058](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35058) No contents displaying when an authority record is saved (23.11.00)
1698
- [35058](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35058) No contents displaying when an authority record is saved (23.11.00)
1699
- [35072](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35072) Invalid usage of "&amp;" in JavaScript intranet-tmpl script redirects (23.11.00,23.05.05,22.11.12)
1699
- [35072](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35072) Invalid usage of "&amp;" in JavaScript intranet-tmpl script redirects (23.11.00,23.05.05,22.11.12)
1700
- [35124](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35124) Incorrect item groups table markup (23.11.00,23.05.05,22.11.12)
1700
- [35124](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35124) Incorrect item groups table markup (23.11.00,23.05.05,22.11.12)
1701
- [35205](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35205) Fix duplicate id attribute in desks search form (23.11.00,23.05.06)
1701
- [35205](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35205) Fix duplicate id attribute in desks search form (23.11.00,23.05.06)
1702
- [35212](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35212) Correct mismatched label on identity provider entry form (23.11.00,23.05.06,22.11.12)
1702
- [35212](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35212) Correct mismatched label on identity provider entry form (23.11.00,23.05.06,22.11.12)
1703
- [35241](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35241) Markup errors in point of sale template (23.11.00)
1703
- [35241](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35241) Markup errors in point of sale template (23.11.00)
1704
- [35272](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35272) Add padding above vendor contracts section (23.11.00,23.05.06)
1704
- [35272](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35272) Add padding above vendor contracts section (23.11.00,23.05.06)
1705
- [35283](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35283) XSLT 583 Action note is missing subfield h and x in staff interface (23.11.00,23.05.06,22.11.12)
1705
- [35283](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35283) XSLT 583 Action note is missing subfield h and x in staff interface (23.11.00,23.05.06,22.11.12)
1706
- [33727](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33727) Merge Calendar tests (23.11.00,23.05.02,22.11.08,22.05.16)
1706
- [33727](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33727) Merge Calendar tests (23.11.00,23.05.02,22.11.08,22.05.16)
1707
- [33852](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33852) jobs.t is not testing only_current (23.11.00,23.05.02,22.11.08)
1707
- [33852](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33852) jobs.t is not testing only_current (23.11.00,23.05.02,22.11.08)
1708
- [34489](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34489) Koha/Patrons.t: Subtests get_age and is_valid_age do not pass in another timezone (23.11.00,23.05.05,22.11.11)
1708
- [34489](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34489) Koha/Patrons.t: Subtests get_age and is_valid_age do not pass in another timezone (23.11.00,23.05.05,22.11.11)
1709
- [34842](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34842) t/db_dependent/Illrequest/Config.t is failing if the DB has been upgraded (23.11.00)
1709
- [34842](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34842) t/db_dependent/Illrequest/Config.t is failing if the DB has been upgraded (23.11.00)
1710
- [34843](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34843) Koha/Database/Commenter.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1710
- [34843](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34843) Koha/Database/Commenter.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1711
- [34845](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34845) GetBasketGroupAsCSV.t is failing if the DB has been upgraded (23.11.00)
1711
- [34845](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34845) GetBasketGroupAsCSV.t is failing if the DB has been upgraded (23.11.00)
1712
- [34846](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34846) SIP/ILS.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1712
- [34846](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34846) SIP/ILS.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1713
- [34847](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34847) Search.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1713
- [34847](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34847) Search.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1714
- [34848](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34848) SIP/Message.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1714
- [34848](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34848) SIP/Message.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1715
- [34967](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34967) Move Prices.t to t/db_dependent (23.11.00,23.05.05,22.11.11)
1715
- [34967](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34967) Move Prices.t to t/db_dependent (23.11.00,23.05.05,22.11.11)
1716
- [34968](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34968) t/Search.t does not do anything with Test::DBIx::Class (23.11.00,23.05.05,22.11.11)
1716
- [34968](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34968) t/Search.t does not do anything with Test::DBIx::Class (23.11.00,23.05.05,22.11.11)
1717
- [34969](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34969) t/Search/buildQuery.t does not do anything with Test::DBIx::Class (23.11.00,23.05.05,22.11.11)
1717
- [34969](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34969) t/Search/buildQuery.t does not do anything with Test::DBIx::Class (23.11.00,23.05.05,22.11.11)
1718
- [34970](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34970) t/SuggestionEngine_AuthorityFile.t does not do anything with Test::DBIx::Class (23.11.00,23.05.05,22.11.11)
1718
- [34970](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34970) t/SuggestionEngine_AuthorityFile.t does not do anything with Test::DBIx::Class (23.11.00,23.05.05,22.11.11)
1719
- [35041](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35041) Fix Jenkins failure on t_db_dependent_Koha_Patron_t (23.11.00)
1719
- [35041](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35041) Fix Jenkins failure on t_db_dependent_Koha_Patron_t (23.11.00)
1720
- [35042](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35042) Members.t: should not set datelastseen to NULL everywhere (23.11.00,23.05.05,22.11.12)
1720
- [35042](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35042) Members.t: should not set datelastseen to NULL everywhere (23.11.00,23.05.05,22.11.12)
1721
- [35215](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35215) Make a few assumptions more explicit in Suggestions.t (23.11.00,23.05.06)
1721
- [35215](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35215) Make a few assumptions more explicit in Suggestions.t (23.11.00,23.05.06)
1722
- [35393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35393) Fix Objects.t for a Jenkins failure when run just after midnight (23.11.00)
1722
- [35393](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35393) Fix Objects.t for a Jenkins failure when run just after midnight (23.11.00)
1723
- [22135](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22135) Inventory tool doesn't export "out of order" problem to CSV (23.11.00,23.05.04,22.11.10)
1723
- [22135](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22135) Inventory tool doesn't export "out of order" problem to CSV (23.11.00,23.05.04,22.11.10)
1724
  >This fixes the export of inventory results when "Check barcodes list for items shelved out of order" is selected. Currently, the problem column is blank for items shelved out of order when it should be "Shelved out of order".
1724
  >This fixes the export of inventory results when "Check barcodes list for items shelved out of order" is selected. Currently, the problem column is blank for items shelved out of order when it should be "Shelved out of order".
1725
- [29762](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29762) Patron batch modification tool - mobile phone number column naming (23.11.00,23.05.02,22.11.08)
1725
- [29762](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29762) Patron batch modification tool - mobile phone number column naming (23.11.00,23.05.02,22.11.08)
1726
- [32048](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32048) Calendar adding holidays repeated (23.11.00,23.05.04,22.11.11)
1726
- [32048](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32048) Calendar adding holidays repeated (23.11.00,23.05.04,22.11.11)
1727
- [33667](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33667) 'Copy to all libraries' doesn't work on editing holidays (23.11.00,23.05.02,22.11.08)
1727
- [33667](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33667) 'Copy to all libraries' doesn't work on editing holidays (23.11.00,23.05.02,22.11.08)
1728
1728
1729
  **Sponsored by** *Koha-Suomi Oy*
1729
  **Sponsored by** *Koha-Suomi Oy*
1730
- [33972](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972) Remove unnecessary batch status change in C4::ImportBatch (23.11.00,23.05.02,22.11.08)
1730
- [33972](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972) Remove unnecessary batch status change in C4::ImportBatch (23.11.00,23.05.02,22.11.08)
1731
- [33987](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987) Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks (23.11.00,23.05.02,22.11.08)
1731
- [33987](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987) Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks (23.11.00,23.05.02,22.11.08)
1732
- [33989](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989) Inventory tool performs unnecessary authorized value lookups (23.11.00,23.05.02,22.11.08)
1732
- [33989](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989) Inventory tool performs unnecessary authorized value lookups (23.11.00,23.05.02,22.11.08)
1733
- [34220](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34220) Running log viewer for only Catalog module loads wrong side navbar (23.11.00,23.05.02,22.11.08)
1733
- [34220](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34220) Running log viewer for only Catalog module loads wrong side navbar (23.11.00,23.05.02,22.11.08)
1734
- [34225](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34225) KohaTable broken on batch item deletion and modification results (23.11.00,23.05.02)
1734
- [34225](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34225) KohaTable broken on batch item deletion and modification results (23.11.00,23.05.02)
1735
- [34716](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34716) Typo in tools/stockrotation.tt (23.11.00,23.05.05,22.11.11)
1735
- [34716](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34716) Typo in tools/stockrotation.tt (23.11.00,23.05.05,22.11.11)
1736
- [34732](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34732) Barcode image generator doesn't generate correct Code39 barcode (23.11.00,23.05.04,22.11.11)
1736
- [34732](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34732) Barcode image generator doesn't generate correct Code39 barcode (23.11.00,23.05.04,22.11.11)
1737
- [34822](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34822) BatchUpdateBiblioHoldsQueue should be called once per import batch when using RealTimeHoldsQueue (23.11.00,23.05.05,22.11.11)
1737
- [34822](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34822) BatchUpdateBiblioHoldsQueue should be called once per import batch when using RealTimeHoldsQueue (23.11.00,23.05.05,22.11.11)
1738
- [34939](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34939) When manually entering dates in flatPickr the hour and minute get set to 00:00 not 23:59 (23.11.00,23.05.05,22.11.11)
1738
- [34939](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34939) When manually entering dates in flatPickr the hour and minute get set to 00:00 not 23:59 (23.11.00,23.05.05,22.11.11)
1739
- [34467](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34467) OAI GetRecord bad encoding for UNIMARC (23.11.00,23.05.05,22.11.11)
1739
- [34467](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34467) OAI GetRecord bad encoding for UNIMARC (23.11.00,23.05.05,22.11.11)
1740
1740
1741
## New system preferences
1741
## New system preferences
1742
1742
Lines 1808-1814 have already been fixed in maintenance releases Link Here
1808
The Koha manual is maintained in Sphinx. The home page for Koha
1808
The Koha manual is maintained in Sphinx. The home page for Koha
1809
documentation is
1809
documentation is
1810
1810
1811
- [Koha Documentation](http://koha-community.org/documentation/)
1811
- [Koha Documentation](https://koha-community.org/documentation/)
1812
As of the date of these release notes, the Koha manual is available in the following languages:
1812
As of the date of these release notes, the Koha manual is available in the following languages:
1813
1813
1814
- [Chinese (Traditional)](https://koha-community.org/manual/23.11//html/) (53%)
1814
- [Chinese (Traditional)](https://koha-community.org/manual/23.11//html/) (53%)
Lines 1860-1875 Partial translations are available for various other languages. Link Here
1860
1860
1861
The Koha team welcomes additional translations; please see
1861
The Koha team welcomes additional translations; please see
1862
1862
1863
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1863
- [Koha Translation Info](https://wiki.koha-community.org/wiki/Translating_Koha)
1864
1864
1865
For information about translating Koha, and join the koha-translate 
1865
For information about translating Koha, and join the koha-translate 
1866
list to volunteer:
1866
list to volunteer:
1867
1867
1868
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1868
- [Koha Translate List](https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1869
1869
1870
The most up-to-date translations can be found at:
1870
The most up-to-date translations can be found at:
1871
1871
1872
- [Koha Translation](http://translate.koha-community.org/)
1872
- [Koha Translation](https://translate.koha-community.org/)
1873
1873
1874
## Release Team
1874
## Release Team
1875
1875
Lines 1939-1945 new features in Koha 23.11.00 Link Here
1939
- Auckland University of Technology
1939
- Auckland University of Technology
1940
- [Banco Central de la República Argentina](https://bcra.gob.ar)
1940
- [Banco Central de la República Argentina](https://bcra.gob.ar)
1941
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
1941
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
1942
- [Bibliothèque Universitaire des Langues et Civilisations (BULAC)](http://www.bulac.fr)
1942
- [Bibliothèque Universitaire des Langues et Civilisations (BULAC)](https://www.bulac.fr)
1943
- [ByWater Solutions](https://bywatersolutions.com)
1943
- [ByWater Solutions](https://bywatersolutions.com)
1944
- [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
1944
- [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
1945
- Education Services Australia SCIS
1945
- Education Services Australia SCIS
Lines 2134-2140 for Koha Link Here
2134
- Juliet Heltibridle (1)
2134
- Juliet Heltibridle (1)
2135
- Heather Hernandez (37)
2135
- Heather Hernandez (37)
2136
- Amanda Hovey (1)
2136
- Amanda Hovey (1)
2137
- BULAC - http://www.bulac.fr/ (35)
2137
- BULAC - https://www.bulac.fr/ (35)
2138
- Inkeri (1)
2138
- Inkeri (1)
2139
- Brandon J (1)
2139
- Brandon J (1)
2140
- Jason (1)
2140
- Jason (1)
Lines 2229-2235 line is master. Link Here
2229
Bug reports and feature requests can be filed at the Koha bug
2229
Bug reports and feature requests can be filed at the Koha bug
2230
tracker at:
2230
tracker at:
2231
2231
2232
- [Koha Bugzilla](http://bugs.koha-community.org)
2232
- [Koha Bugzilla](https://bugs.koha-community.org)
2233
2233
2234
He rau ringa e oti ai.
2234
He rau ringa e oti ai.
2235
(Many hands finish the work)
2235
(Many hands finish the work)
(-)a/misc/release_notes/release_notes_24_05_00.md (-786 / +786 lines)
Lines 6-20 package (ILS). Development is sponsored by libraries of varying types Link Here
6
and sizes, volunteers, and support companies from around the world. The
6
and sizes, volunteers, and support companies from around the world. The
7
website for the Koha project is:
7
website for the Koha project is:
8
8
9
- [Koha Community](http://koha-community.org)
9
- [Koha Community](https://koha-community.org)
10
10
11
Koha 24.05.00 can be downloaded from:
11
Koha 24.05.00 can be downloaded from:
12
12
13
- [Download](http://download.koha-community.org/koha-24.05-latest.tar.gz)
13
- [Download](https://download.koha-community.org/koha-24.05-latest.tar.gz)
14
14
15
Installation instructions can be found at:
15
Installation instructions can be found at:
16
16
17
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
17
- [Koha Wiki](https://wiki.koha-community.org/wiki/Installation_Documentation)
18
- OR in the INSTALL files that come in the tarball
18
- OR in the INSTALL files that come in the tarball
19
19
20
Koha 24.05.00 is a major release, that comes with many new features.
20
Koha 24.05.00 is a major release, that comes with many new features.
Lines 31-56 You can learn about the system components (like OS and database) needed for runn Link Here
31
31
32
#### Enhancements
32
#### Enhancements
33
33
34
- [32693](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32693) The 'About Koha' page loads slowly
34
- [32693](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32693) The 'About Koha' page loads slowly
35
  >This enhancement improves the 'About Koha' page loading time. Instead of loading all the tabs at once, the content is loaded when the tab is selected.
35
  >This enhancement improves the 'About Koha' page loading time. Instead of loading all the tabs at once, the content is loaded when the tab is selected.
36
36
37
### Acquisitions
37
### Acquisitions
38
38
39
#### Enhancements
39
#### Enhancements
40
40
41
- [10758](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10758) Show bibliographic information of deleted records in acquisition baskets
41
- [10758](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10758) Show bibliographic information of deleted records in acquisition baskets
42
  >This makes the title of a deleted bibliographic record visible in the basket summary page. Please note that this will only work on records, where the biblionumber of the deleted record has been stored. - A feature that was introduced with Koha 23.05.
42
  >This makes the title of a deleted bibliographic record visible in the basket summary page. Please note that this will only work on records, where the biblionumber of the deleted record has been stored. - A feature that was introduced with Koha 23.05.
43
- [18360](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18360) Allow deletion of cancelled order lines
43
- [18360](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18360) Allow deletion of cancelled order lines
44
  >This patch set allows you to delete cancelled order lines from an open acquisition basket.
44
  >This patch set allows you to delete cancelled order lines from an open acquisition basket.
45
- [30070](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070) Performance issues with edifactmsgs when you have a large number of messages
45
- [30070](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070) Performance issues with edifactmsgs when you have a large number of messages
46
  >This enhancement converts the EDIFACT messages display table to an API driven asynchronous datatable greatly improving the performance of that page when large numbers of messages exist.
46
  >This enhancement converts the EDIFACT messages display table to an API driven asynchronous datatable greatly improving the performance of that page when large numbers of messages exist.
47
- [33171](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33171) Add coded_location_qualifier, barcode, and enumchron to MarcItemFieldsToOrder
47
- [33171](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33171) Add coded_location_qualifier, barcode, and enumchron to MarcItemFieldsToOrder
48
  >This enhancement allows the use of `coded_location_qualifier`, `barcode` and `enumchron` fields in the `MarcItemFieldsToOrder` preference.
48
  >This enhancement allows the use of `coded_location_qualifier`, `barcode` and `enumchron` fields in the `MarcItemFieldsToOrder` preference.
49
- [33393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33393) Modify sentence above the order table in English 1-page order PDF
49
- [33393](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33393) Modify sentence above the order table in English 1-page order PDF
50
  >This enhancement adds the new `1PageOrderPDFText` system preference allowing librarians to customise the output of PDF orders.
50
  >This enhancement adds the new `1PageOrderPDFText` system preference allowing librarians to customise the output of PDF orders.
51
51
52
  **Sponsored by** *Pymble Ladies' College*
52
  **Sponsored by** *Pymble Ladies' College*
53
- [35724](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35724) Define non-standard port numbers for SFTP upload/download in EDI accounts
53
- [35724](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35724) Define non-standard port numbers for SFTP upload/download in EDI accounts
54
  >This adds configuration options for the upload port and download port to the EDI account configuration page. If no port is added, it will keep using the default port 22.
54
  >This adds configuration options for the upload port and download port to the EDI account configuration page. If no port is added, it will keep using the default port 22.
55
55
56
  **Sponsored by** *Waikato Institute of Technology, New Zealand*
56
  **Sponsored by** *Waikato Institute of Technology, New Zealand*
Lines 59-75 You can learn about the system components (like OS and database) needed for runn Link Here
59
59
60
#### Enhancements
60
#### Enhancements
61
61
62
- [19097](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19097) Koha to MARC mappings (Part 3): Correct remaining GetMarcFromKohaField calls
62
- [19097](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19097) Koha to MARC mappings (Part 3): Correct remaining GetMarcFromKohaField calls
63
- [31335](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31335) Unnecessary holds fetch in serials/routing-preview.pl
63
- [31335](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31335) Unnecessary holds fetch in serials/routing-preview.pl
64
- [31345](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31345) Add ability to exit process_message_queue.pl early if any plugin before_send_messages hook fails
64
- [31345](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31345) Add ability to exit process_message_queue.pl early if any plugin before_send_messages hook fails
65
- [32474](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32474) Implement infinite scroll in vue-select
65
- [32474](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32474) Implement infinite scroll in vue-select
66
- [33431](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33431) Make code use C4::Context->yaml_preference
66
- [33431](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33431) Make code use C4::Context->yaml_preference
67
- [34426](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34426) Add tests for CSRF checks missing
67
- [34426](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34426) Add tests for CSRF checks missing
68
- [35133](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35133) Accessors defined in AUTOLOAD does not work if called with SUPER
68
- [35133](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35133) Accessors defined in AUTOLOAD does not work if called with SUPER
69
- [35388](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35388) Add comment to circ/transfers_to_send.pl about limited use in stock rotation context
69
- [35388](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35388) Add comment to circ/transfers_to_send.pl about limited use in stock rotation context
70
- [35490](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35490) Remove GetMarcItem from C4::Biblio
70
- [35490](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35490) Remove GetMarcItem from C4::Biblio
71
- [35536](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35536) Improve removal of Koha plugins in unit tests
71
- [35536](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35536) Improve removal of Koha plugins in unit tests
72
- [35581](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35581) ILL Koha classes are not consistent
72
- [35581](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35581) ILL Koha classes are not consistent
73
  >This is behind-the-scenes work that restructures the Koha ILL classes in the source code. No functionality is added or updated here.
73
  >This is behind-the-scenes work that restructures the Koha ILL classes in the source code. No functionality is added or updated here.
74
  >
74
  >
75
  >For backend authors:
75
  >For backend authors:
Lines 78-124 You can learn about the system components (like OS and database) needed for runn Link Here
78
  >
78
  >
79
  >It'll have to be updated to:
79
  >It'll have to be updated to:
80
  >my $request = Koha::ILL::Requests->find( $illrequest_id )
80
  >my $request = Koha::ILL::Requests->find( $illrequest_id )
81
- [35616](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35616) Add a 'source' field to Koha::Tickets to denote the path taken to report the ticket
81
- [35616](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35616) Add a 'source' field to Koha::Tickets to denote the path taken to report the ticket
82
- [35633](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35633) Upgrade Chocolat JS library from v1.1.0 to v1.1.2
82
- [35633](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35633) Upgrade Chocolat JS library from v1.1.0 to v1.1.2
83
- [35638](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35638) Upgrade Enquire JS library from v2.0.1 to v2.1.6
83
- [35638](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35638) Upgrade Enquire JS library from v2.0.1 to v2.1.6
84
- [35640](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35640) Upgrade FileSaver JS library to v2.0.4
84
- [35640](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35640) Upgrade FileSaver JS library to v2.0.4
85
- [35642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35642) Upgrade Font Face Observer library from v2.0.3 to v2.3.0
85
- [35642](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35642) Upgrade Font Face Observer library from v2.0.3 to v2.3.0
86
- [35643](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35643) Upgrade HC Sticky library from v2.2.3 to v2.2.7
86
- [35643](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35643) Upgrade HC Sticky library from v2.2.3 to v2.2.7
87
- [35782](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35782) Remove Koha::Template::Plugin::Biblio::HoldsCount
87
- [35782](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35782) Remove Koha::Template::Plugin::Biblio::HoldsCount
88
- [35783](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35783) Remove Koha::Template::Plugin::Biblio::RecallsCount
88
- [35783](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35783) Remove Koha::Template::Plugin::Biblio::RecallsCount
89
- [35787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35787) Remove Koha::Template::Plugin::Biblio::CanBook
89
- [35787](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35787) Remove Koha::Template::Plugin::Biblio::CanBook
90
- [35788](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35788) Remove Koha::Template::Plugin::Biblio::BookingsCount
90
- [35788](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35788) Remove Koha::Template::Plugin::Biblio::BookingsCount
91
- [35789](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35789) Remove Koha::Template::Plugin::Biblio::ArticleRequestsActiveCount
91
- [35789](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35789) Remove Koha::Template::Plugin::Biblio::ArticleRequestsActiveCount
92
- [35790](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35790) Remove Koha::Template::Plugin::Biblio::CanArticleRequest
92
- [35790](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35790) Remove Koha::Template::Plugin::Biblio::CanArticleRequest
93
- [35793](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35793) Remove Koha::Template::Plugin::Cache
93
- [35793](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35793) Remove Koha::Template::Plugin::Cache
94
- [35907](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35907) Add ability to log all custom report runs with or without query
94
- [35907](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35907) Add ability to log all custom report runs with or without query
95
- [35955](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35955) New CSRF token generated everytime we need one
95
- [35955](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35955) New CSRF token generated everytime we need one
96
- [35994](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35994) New acquisition status method to see if biblio record is still in acquisition
96
- [35994](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35994) New acquisition status method to see if biblio record is still in acquisition
97
- [36017](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36017) Dead code in admin/clone-rules
97
- [36017](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36017) Dead code in admin/clone-rules
98
- [36018](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36018) Improve consistency in Acquisition/Order(s) regarding active/current orders
98
- [36018](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36018) Improve consistency in Acquisition/Order(s) regarding active/current orders
99
- [36019](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36019) Dead code in tags/review
99
- [36019](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36019) Dead code in tags/review
100
- [36051](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36051) Add option to specify SMS::Send driver parameters in a system preference instead of a file
100
- [36051](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36051) Add option to specify SMS::Send driver parameters in a system preference instead of a file
101
- [36084](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36084) Pass CSRF token to SVC scripts (1/2)
101
- [36084](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36084) Pass CSRF token to SVC scripts (1/2)
102
  >The /svc API now requires a CSRF token for stateful requests (i.e. POST/PUT/PATCH/DELETE). Third-party developers should consult the wiki documentation for updated workflows. CSRF tokens are available through the /svc/authentication endpoint.
102
  >The /svc API now requires a CSRF token for stateful requests (i.e. POST/PUT/PATCH/DELETE). Third-party developers should consult the wiki documentation for updated workflows. CSRF tokens are available through the /svc/authentication endpoint.
103
- [36102](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36102) Protect login forms from CSRF attacks
103
- [36102](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36102) Protect login forms from CSRF attacks
104
- [36148](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36148) Move CSRF check code outside of CGI->new
104
- [36148](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36148) Move CSRF check code outside of CGI->new
105
- [36151](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36151) Update leaflet.js to current version
105
- [36151](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36151) Update leaflet.js to current version
106
106
107
  **Sponsored by** *Geosphere, Austria*
107
  **Sponsored by** *Geosphere, Austria*
108
- [36246](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36246) Have a centralized method for submitting a form via a link
108
- [36246](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36246) Have a centralized method for submitting a form via a link
109
- [36328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36328) C4::Scrubber should allow more HTML tags
109
- [36328](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36328) C4::Scrubber should allow more HTML tags
110
- [36374](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36374) Some of our JS files should stay tidy
110
- [36374](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36374) Some of our JS files should stay tidy
111
- [36400](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36400) Centralize {js,ts,vue} formatting config in .prettierrc.js
111
- [36400](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36400) Centralize {js,ts,vue} formatting config in .prettierrc.js
112
- [36546](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36546) Bundle API spec to speed up worker startup
112
- [36546](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36546) Bundle API spec to speed up worker startup
113
  >This change adds a bundled version of the API specification during build time, which requires less processing, which in turn allows Koha to start up faster.
113
  >This change adds a bundled version of the API specification during build time, which requires less processing, which in turn allows Koha to start up faster.
114
- [36788](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36788) Debian control* updates for new dependencies
114
- [36788](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36788) Debian control* updates for new dependencies
115
- [36792](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36792) Limit POSIX imports
115
- [36792](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36792) Limit POSIX imports
116
116
117
### Authentication
117
### Authentication
118
118
119
#### Enhancements
119
#### Enhancements
120
120
121
- [36503](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36503) Add a plugin hook to modify patrons after authentication
121
- [36503](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36503) Add a plugin hook to modify patrons after authentication
122
  >This plugin hook allows to change patron data or define the patron based on the authenticated user.
122
  >This plugin hook allows to change patron data or define the patron based on the authenticated user.
123
123
124
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
124
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
Lines 127-133 You can learn about the system components (like OS and database) needed for runn Link Here
127
127
128
#### New features
128
#### New features
129
129
130
- [31791](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31791) Add the ability to lock records to prevent modification through the Koha staff interface
130
- [31791](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31791) Add the ability to lock records to prevent modification through the Koha staff interface
131
  >This feature adds a way to lock records from being manually edited, if their defined source is marked as such.
131
  >This feature adds a way to lock records from being manually edited, if their defined source is marked as such.
132
  >
132
  >
133
  >The record source can only be set (so far) when adding records using the API (or a dedicated plugin using the new code). A future enhancement (bug 36372) will allow privileged users to set the record source manually, as well.
133
  >The record source can only be set (so far) when adding records using the API (or a dedicated plugin using the new code). A future enhancement (bug 36372) will allow privileged users to set the record source manually, as well.
Lines 136-171 You can learn about the system components (like OS and database) needed for runn Link Here
136
136
137
#### Enhancements
137
#### Enhancements
138
138
139
- [30554](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30554) Use XSLT in authority search cataloguing plugin
139
- [30554](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30554) Use XSLT in authority search cataloguing plugin
140
  >This fixes the authority search cataloguing plugin so that the search results when adding an authority term to a record are customisable when using the AuthorityXSLTResultsDisplay system preference (for both MARC21 and UNIMARC).
140
  >This fixes the authority search cataloguing plugin so that the search results when adding an authority term to a record are customisable when using the AuthorityXSLTResultsDisplay system preference (for both MARC21 and UNIMARC).
141
141
142
  **Sponsored by** *Écoles nationales supérieure d'architecture (ENSA)*
142
  **Sponsored by** *Écoles nationales supérieure d'architecture (ENSA)*
143
- [32435](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32435) Add resolution types to catalog concerns
143
- [32435](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32435) Add resolution types to catalog concerns
144
  >This enhancement adds a new `TICKET_RESOLUTION` authorized value type. You may use it to optionally add new resolution values to the catalog concerns workflow.
144
  >This enhancement adds a new `TICKET_RESOLUTION` authorized value type. You may use it to optionally add new resolution values to the catalog concerns workflow.
145
  >
145
  >
146
146
147
  **Sponsored by** *PTFS Europe*
147
  **Sponsored by** *PTFS Europe*
148
- [33494](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33494) Catalog concerns - Toggle 'Hide resolved' and 'Show all'
148
- [33494](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33494) Catalog concerns - Toggle 'Hide resolved' and 'Show all'
149
149
150
  **Sponsored by** *PTFS Europe*
150
  **Sponsored by** *PTFS Europe*
151
- [35034](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35034) Add link to the bibliographic records when they are selected for merging
151
- [35034](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35034) Add link to the bibliographic records when they are selected for merging
152
- [35062](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35062) Allow a framework plugin to add class to prevent submit during ajax call
152
- [35062](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35062) Allow a framework plugin to add class to prevent submit during ajax call
153
- [35628](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35628) Add optional statuses to catalog concerns
153
- [35628](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35628) Add optional statuses to catalog concerns
154
  >This enhancement adds a new `TICKET_STATUS` authorized value type. You may use it to optionally add new statuses to the catalog concerns workflow.
154
  >This enhancement adds a new `TICKET_STATUS` authorized value type. You may use it to optionally add new statuses to the catalog concerns workflow.
155
  >
155
  >
156
156
157
  **Sponsored by** *PTFS Europe*
157
  **Sponsored by** *PTFS Europe*
158
- [35657](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35657) Add ability to assign tickets to librarians for catalog concerns
158
- [35657](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35657) Add ability to assign tickets to librarians for catalog concerns
159
  >This enhancement adds to the ability to assign tickets to librarians in the catalog concerns feature.
159
  >This enhancement adds to the ability to assign tickets to librarians in the catalog concerns feature.
160
  >
160
  >
161
161
162
  **Sponsored by** *PTFS Europe*
162
  **Sponsored by** *PTFS Europe*
163
- [35768](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35768) Show 'Used in' records link for results in cataloguing authority plugin
163
- [35768](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35768) Show 'Used in' records link for results in cataloguing authority plugin
164
164
165
  **Sponsored by** *Education Services Australia SCIS*
165
  **Sponsored by** *Education Services Australia SCIS*
166
- [36156](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36156) Don't duplicate selected value when a field or subfield linked to an authorized value is repeated
166
- [36156](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36156) Don't duplicate selected value when a field or subfield linked to an authorized value is repeated
167
  >When a field or subfield is linked to a list of authorized values and repeated in the cataloging editor, the selected value was repeated in the copied field. This makes it so the copied field will be empty.
167
  >When a field or subfield is linked to a list of authorized values and repeated in the cataloging editor, the selected value was repeated in the copied field. This makes it so the copied field will be empty.
168
- [36370](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36370) Add ContentWarningField to UNIMARC XSLT
168
- [36370](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36370) Add ContentWarningField to UNIMARC XSLT
169
  >This enhancement enables UNIMARC installations to pick a note field to use to store 'Content warnings' about bibliographic records, using the ContentWarningField system preference (added in Koha 23.05 by bug 31123, but only for MARC21 installations).
169
  >This enhancement enables UNIMARC installations to pick a note field to use to store 'Content warnings' about bibliographic records, using the ContentWarningField system preference (added in Koha 23.05 by bug 31123, but only for MARC21 installations).
170
  >
170
  >
171
  >To use this feature, add a tag and subfields to your bibliographic framework(s), and update the ContentWarningField system preference with the tag to use. A 'Content warning:' label will then be displayed in the OPAC and staff interface, on both the detail and results pages.  If a $u subfield for a URL is added, the $a subfield will use this as to create a clickable link. Other subfields will be displayed after the $a subfield.
171
  >To use this feature, add a tag and subfields to your bibliographic framework(s), and update the ContentWarningField system preference with the tag to use. A 'Content warning:' label will then be displayed in the OPAC and staff interface, on both the detail and results pages.  If a $u subfield for a URL is added, the $a subfield will use this as to create a clickable link. Other subfields will be displayed after the $a subfield.
Lines 174-184 You can learn about the system components (like OS and database) needed for runn Link Here
174
174
175
#### New features
175
#### New features
176
176
177
- [6796](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6796) Overnight checkouts taking into account opening and closing hours
177
- [6796](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6796) Overnight checkouts taking into account opening and closing hours
178
  >This feature adds the ability to set opening and closing hours for your library and for these hours to be considered when calculating due dates for hourly loans. If the due date for an hourly loan falls after the library closes, the library can choose for the due date to be shortened to meet the close time, or extended to meet the open time the next day. This feature adds a new table 'branch_hours' for storing the open and close times per day for each library, and a new system preference 'ConsiderLibraryHoursWhenIssuing' to choose which behaviour should be followed when calculating due dates.
178
  >This feature adds the ability to set opening and closing hours for your library and for these hours to be considered when calculating due dates for hourly loans. If the due date for an hourly loan falls after the library closes, the library can choose for the due date to be shortened to meet the close time, or extended to meet the open time the next day. This feature adds a new table 'branch_hours' for storing the open and close times per day for each library, and a new system preference 'ConsiderLibraryHoursWhenIssuing' to choose which behaviour should be followed when calculating due dates.
179
179
180
  **Sponsored by** *Auckland University of Technology*, *Catalyst* and *PTFS Europe*
180
  **Sponsored by** *Auckland University of Technology*, *Catalyst* and *PTFS Europe*
181
- [29002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29002) Add ability to book items ahead of time
181
- [29002](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29002) Add ability to book items ahead of time
182
  >This lays the foundations for item bookings in Koha.
182
  >This lays the foundations for item bookings in Koha.
183
  >
183
  >
184
  >An item can be made 'bookable' via the item modification screens; Once at least one item is `bookable`, a new "Place booking" button will appear as an option on the bibliographic record detail page and a "Bookings" tab will be available from the side menu to allow management of bookings.
184
  >An item can be made 'bookable' via the item modification screens; Once at least one item is `bookable`, a new "Place booking" button will appear as an option on the bibliographic record detail page and a "Bookings" tab will be available from the side menu to allow management of bookings.
Lines 189-199 You can learn about the system components (like OS and database) needed for runn Link Here
189
189
190
#### Enhancements
190
#### Enhancements
191
191
192
- [16122](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122) Item record needs to keep local use count
192
- [16122](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122) Item record needs to keep local use count
193
  >This patch adds a new separate field for recording local use to the items table. It will be hidden from the holdings table by default but can be made visible using the table configuration settings.
193
  >This patch adds a new separate field for recording local use to the items table. It will be hidden from the holdings table by default but can be made visible using the table configuration settings.
194
  >
194
  >
195
  >This includes a new CLI script to update the `update_localuse_from_statistics.pl` that can be used to set the new items.localuse field with information from the statistics table.
195
  >This includes a new CLI script to update the `update_localuse_from_statistics.pl` that can be used to set the new items.localuse field with information from the statistics table.
196
- [27595](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27595) Place holds for patrons on accepted purchase suggestions
196
- [27595](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27595) Place holds for patrons on accepted purchase suggestions
197
  >This patch adds a new system preference “PlaceHoldsOnOrdersFromSuggestions” that allows accepted  suggestions to automatically be put on hold for the suggesting patron as soon as the suggested item is ordered.
197
  >This patch adds a new system preference “PlaceHoldsOnOrdersFromSuggestions” that allows accepted  suggestions to automatically be put on hold for the suggesting patron as soon as the suggested item is ordered.
198
  >
198
  >
199
  >The default value is “Don't” automatically place a hold when ordering from a suggestion.
199
  >The default value is “Don't” automatically place a hold when ordering from a suggestion.
Lines 204-241 You can learn about the system components (like OS and database) needed for runn Link Here
204
  **Sponsored by** *Altadena Library District*
204
  **Sponsored by** *Altadena Library District*
205
205
206
  **Sponsored by** *St. Paul's School*
206
  **Sponsored by** *St. Paul's School*
207
- [27753](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27753) Automate resolution of return claim when checking in an item
207
- [27753](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27753) Automate resolution of return claim when checking in an item
208
  >This patch adds two new system preferences, ‘AutoClaimReturnStatusOnCheckin’ and ‘AutoClaimReturnStatusOnCheckout’, to allow automatic resolution of return claims on checkin and/or on checkout of the item claimed as returned. Both system preferences allow choosing between "Found in library" or "Returned by patron" as reasons for the resolution. The default value for both preferences is empty, meaning automatic resolution on checkin/checkout is turned off by default.
208
  >This patch adds two new system preferences, ‘AutoClaimReturnStatusOnCheckin’ and ‘AutoClaimReturnStatusOnCheckout’, to allow automatic resolution of return claims on checkin and/or on checkout of the item claimed as returned. Both system preferences allow choosing between "Found in library" or "Returned by patron" as reasons for the resolution. The default value for both preferences is empty, meaning automatic resolution on checkin/checkout is turned off by default.
209
  >
209
  >
210
210
211
  **Sponsored by** *Altadena Library District*
211
  **Sponsored by** *Altadena Library District*
212
212
213
  **Sponsored by** *Altadena Library District*
213
  **Sponsored by** *Altadena Library District*
214
- [31671](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31671) Add button to print transfer slips to the 'Transfer items' page
214
- [31671](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31671) Add button to print transfer slips to the 'Transfer items' page
215
- [33174](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33174) Have better indication when one is cancelling multiple holds on a record
215
- [33174](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33174) Have better indication when one is cancelling multiple holds on a record
216
  >This improves the confirmation message when multiple holds are cancelled to include the number of holds to be cancelled.
216
  >This improves the confirmation message when multiple holds are cancelled to include the number of holds to be cancelled.
217
- [33737](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33737) Add bookings to patron details
217
- [33737](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33737) Add bookings to patron details
218
  >This enhancement exposes a patron's bookings in their details page in the staff interface.
218
  >This enhancement exposes a patron's bookings in their details page in the staff interface.
219
  >
219
  >
220
220
221
  **Sponsored by** *PTFS Europe* and *ByWater Solutions*
221
  **Sponsored by** *PTFS Europe* and *ByWater Solutions*
222
- [34668](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34668) Notify staff with a pop-up about waiting holds for a patron when checking out
222
- [34668](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34668) Notify staff with a pop-up about waiting holds for a patron when checking out
223
  >This enhancement adds a new system preference, WaitingNotifyAtCheckout, that generates a pop-up in the circulation module alerting staff that the patron they are checking out items to also has holds waiting for them.
223
  >This enhancement adds a new system preference, WaitingNotifyAtCheckout, that generates a pop-up in the circulation module alerting staff that the patron they are checking out items to also has holds waiting for them.
224
- [35813](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35813) When placing a booking, we should feedback successful placements
224
- [35813](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35813) When placing a booking, we should feedback successful placements
225
- [36074](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36074) Make materials specified note easier to customize, part 2
225
- [36074](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36074) Make materials specified note easier to customize, part 2
226
- [36096](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36096) Add ability to select default sort and display length for tables on 'Holds awaiting pickup' page
226
- [36096](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36096) Add ability to select default sort and display length for tables on 'Holds awaiting pickup' page
227
- [36120](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36120) Add pickup locations to bookings
227
- [36120](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36120) Add pickup locations to bookings
228
  >This enhancement adds the requirement to pick a pickup location when placing a booking.
228
  >This enhancement adds the requirement to pick a pickup location when placing a booking.
229
229
230
  **Sponsored by** *Cuyahoga County Public Library*
230
  **Sponsored by** *Cuyahoga County Public Library*
231
- [36373](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36373) Show existing bookings in datepicker
231
- [36373](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36373) Show existing bookings in datepicker
232
  >With this change it's possible to see the dates an item is already booked for within the calendar widget when creating a new booking. The booked dates will show with a little blue dot.
232
  >With this change it's possible to see the dates an item is already booked for within the calendar widget when creating a new booking. The booked dates will show with a little blue dot.
233
233
234
### Command-line Utilities
234
### Command-line Utilities
235
235
236
#### Enhancements
236
#### Enhancements
237
237
238
- [26831](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26831) Enable librarians to control when unaccepted private list share invites are removed by the cleanup_database.pl cronjob
238
- [26831](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26831) Enable librarians to control when unaccepted private list share invites are removed by the cleanup_database.pl cronjob
239
  >The new `PurgeListShareInvitesOlderThan` system preference enables librarians to control when unaccepted private list share invites are removed from the database.
239
  >The new `PurgeListShareInvitesOlderThan` system preference enables librarians to control when unaccepted private list share invites are removed from the database.
240
  >
240
  >
241
  >Unaccepted private list share invites will now be removed based on the following prioritised options:
241
  >Unaccepted private list share invites will now be removed based on the following prioritised options:
Lines 249-297 You can learn about the system components (like OS and database) needed for runn Link Here
249
  >- Priority 4. Don't remove any unaccepted private list share invites if the cleanup_database.pl cronjob is run without the --list-invites parameter and the PurgeListShareInvitesOlderThan syspref is empty.
249
  >- Priority 4. Don't remove any unaccepted private list share invites if the cleanup_database.pl cronjob is run without the --list-invites parameter and the PurgeListShareInvitesOlderThan syspref is empty.
250
250
251
  **Sponsored by** *Catalyst*
251
  **Sponsored by** *Catalyst*
252
- [29440](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29440) Refactor/clean up bulkmarcimport.pl
252
- [29440](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29440) Refactor/clean up bulkmarcimport.pl
253
- [31286](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31286) Embed see-from headings into bibliographic records export
253
- [31286](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31286) Embed see-from headings into bibliographic records export
254
  >This adds a new option `--embed_see_from_headings` to the CLI script `export_records.pl`. It allows to include the see-also headings from the linked authority records in the exported bibliographic records.
254
  >This adds a new option `--embed_see_from_headings` to the CLI script `export_records.pl`. It allows to include the see-also headings from the linked authority records in the exported bibliographic records.
255
- [34611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34611) Add a script for pseudonymizing existing data
255
- [34611](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34611) Add a script for pseudonymizing existing data
256
  >This adds a new CLI script `pseudonymize_statistics.pl` that will allow to pseudonymize rows in the statistics table before a given date.
256
  >This adds a new CLI script `pseudonymize_statistics.pl` that will allow to pseudonymize rows in the statistics table before a given date.
257
- [35169](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35169) Make long overdue patron category options configurable in interface
257
- [35169](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35169) Make long overdue patron category options configurable in interface
258
  >This adds two new system preferences `DefaultLongOverduePatronCategories` and `DefaultLongOverdueSkipPatronCategories` that allow for additional configuration of the `longoverdue.pl` CLI script directly from the staff interface. The settings of the system preferences will be used when the script is called without the corresponding options.
258
  >This adds two new system preferences `DefaultLongOverduePatronCategories` and `DefaultLongOverdueSkipPatronCategories` that allow for additional configuration of the `longoverdue.pl` CLI script directly from the staff interface. The settings of the system preferences will be used when the script is called without the corresponding options.
259
- [35479](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35479) Nightly cronjob for plugins should log the plugins that are being run
259
- [35479](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35479) Nightly cronjob for plugins should log the plugins that are being run
260
- [35653](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35653) Allow the patron import script to log it's output to the action_logs cron logging
260
- [35653](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35653) Allow the patron import script to log it's output to the action_logs cron logging
261
- [35836](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35836) search_for_data_inconsistencies.pl - Search for loops in dependencies
261
- [35836](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35836) search_for_data_inconsistencies.pl - Search for loops in dependencies
262
- [35954](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35954) Add --status to koha-plack
262
- [35954](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35954) Add --status to koha-plack
263
- [35996](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35996) Add clarification to POD in writeoff_debts.pl
263
- [35996](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35996) Add clarification to POD in writeoff_debts.pl
264
- [36068](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36068) Add maintenance script acq_cancel_obsolete_orders.pl
264
- [36068](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36068) Add maintenance script acq_cancel_obsolete_orders.pl
265
  >This adds a new CLI script `acq_cancel_obsolete_orders.pl` that allows to clean up older acquisition data with conflicting information on the order status. This will also cancel order lines that are no longer linked to a bibliographic record, but are still considered pending.
265
  >This adds a new CLI script `acq_cancel_obsolete_orders.pl` that allows to clean up older acquisition data with conflicting information on the order status. This will also cancel order lines that are no longer linked to a bibliographic record, but are still considered pending.
266
- [36309](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36309) create_superlibrarian.pl output could be more helpful
266
- [36309](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36309) create_superlibrarian.pl output could be more helpful
267
- [36325](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36325) Add option to koha-run-backups/koha-dump, to exclude logs
267
- [36325](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36325) Add option to koha-run-backups/koha-dump, to exclude logs
268
268
269
### Database
269
### Database
270
270
271
#### Enhancements
271
#### Enhancements
272
272
273
- [36755](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36755) Increase length of 'code' column in borrower_attribute_types
273
- [36755](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36755) Increase length of 'code' column in borrower_attribute_types
274
  >This extends the borrower_attribute_types.code field from varchar(10) to varchar(64). This makes it easier to use also for plugins who might want to use unique prefixes.
274
  >This extends the borrower_attribute_types.code field from varchar(10) to varchar(64). This makes it easier to use also for plugins who might want to use unique prefixes.
275
275
276
### ERM
276
### ERM
277
277
278
#### New features
278
#### New features
279
279
280
- [34788](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34788) Add the ability to import KBART files to ERM
280
- [34788](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34788) Add the ability to import KBART files to ERM
281
  >This enhancement to the ERM module allows for importing KBART format files into the system. It also allows to optionally create linked bibliographic records from the provided data.
281
  >This enhancement to the ERM module allows for importing KBART format files into the system. It also allows to optionally create linked bibliographic records from the provided data.
282
282
283
  **Sponsored by** *UK Health Security Agency*
283
  **Sponsored by** *UK Health Security Agency*
284
284
285
#### Enhancements
285
#### Enhancements
286
286
287
- [36618](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36618) Make creation of bibliographic records optional for ERM local titles
287
- [36618](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36618) Make creation of bibliographic records optional for ERM local titles
288
  >Without this patch creating a local title would always create a bibliographic record in the catalog as well. Now this is optional depending on a checkbox. The checkbox is also available when importing local records form a KBART file.
288
  >Without this patch creating a local title would always create a bibliographic record in the catalog as well. Now this is optional depending on a checkbox. The checkbox is also available when importing local records form a KBART file.
289
289
290
### Fines and fees
290
### Fines and fees
291
291
292
#### Enhancements
292
#### Enhancements
293
293
294
- [22740](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22740) Automatically change lost status when item is paid for
294
- [22740](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22740) Automatically change lost status when item is paid for
295
  >This patch implements two new system preferences, `UpdateItemLostStatusWhenWriteOff` and `UpdateItemLostStatusWhenPaid` that allow you to specify the status to change an item to when the outstanding balance of a lost item is paid or written off. These preferences are tied to the LOST authorised values set.
295
  >This patch implements two new system preferences, `UpdateItemLostStatusWhenWriteOff` and `UpdateItemLostStatusWhenPaid` that allow you to specify the status to change an item to when the outstanding balance of a lost item is paid or written off. These preferences are tied to the LOST authorised values set.
296
  >
296
  >
297
297
Lines 301-316 You can learn about the system components (like OS and database) needed for runn Link Here
301
301
302
#### Enhancements
302
#### Enhancements
303
303
304
- [15565](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565) Place multiple item-level holds at once for the same record
304
- [15565](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565) Place multiple item-level holds at once for the same record
305
  >Allow borrowers to place multiple item-level holds on a record in the staff interface and OPAC.
305
  >Allow borrowers to place multiple item-level holds on a record in the staff interface and OPAC.
306
  >
306
  >
307
  >Item radio buttons are replaced with checkboxes.
307
  >Item radio buttons are replaced with checkboxes.
308
  >
308
  >
309
  >This feature is enabled/disabled via the system preference "DisplayMultiItemHolds".
309
  >This feature is enabled/disabled via the system preference "DisplayMultiItemHolds".
310
- [23208](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23208) Ability to set default ratio in holds ratio report
310
- [23208](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23208) Ability to set default ratio in holds ratio report
311
  >This patch adds the new system preference 'HoldRatioDefault' to allow setting a different default value for the holds ratio report found in Circulation -> Holds -> Hold ratios.
311
  >This patch adds the new system preference 'HoldRatioDefault' to allow setting a different default value for the holds ratio report found in Circulation -> Holds -> Hold ratios.
312
  >The default value for the new system preference is 3.
312
  >The default value for the new system preference is 3.
313
- [30579](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30579) When placing item level hold, some options that are not used are not disabled
313
- [30579](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30579) When placing item level hold, some options that are not used are not disabled
314
  >This is part of improvements to placing holds from the record page in the staff interface. 
314
  >This is part of improvements to placing holds from the record page in the staff interface. 
315
  >
315
  >
316
  >It improves the structure of the page to make it clear that the different type of holds ("Hold next available item", "Hold next available item from an item group" (when enabled), and "Hold a specific item") are mutually-exclusive options, including:
316
  >It improves the structure of the page to make it clear that the different type of holds ("Hold next available item", "Hold next available item from an item group" (when enabled), and "Hold a specific item") are mutually-exclusive options, including:
Lines 319-357 You can learn about the system components (like OS and database) needed for runn Link Here
319
  >- Putting the information and options for each type of hold in their own selectable section of the page
319
  >- Putting the information and options for each type of hold in their own selectable section of the page
320
  >
320
  >
321
  >Note: additional improvements to the design were made in bugs 36864 and 36899.
321
  >Note: additional improvements to the design were made in bugs 36864 and 36899.
322
- [31981](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31981) Add classes to each NEEDSCONFIRM message for easier styling in circ/circulation.tt
322
- [31981](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31981) Add classes to each NEEDSCONFIRM message for easier styling in circ/circulation.tt
323
  >This patch adds a unique class to each "needs confirmation" message shown in circulation. Previously the only selector for any circulation message needing confirmation was #circ_needsconfirmation, so CSS or jQuery targeting only a single specific message was not easy to do.
323
  >This patch adds a unique class to each "needs confirmation" message shown in circulation. Previously the only selector for any circulation message needing confirmation was #circ_needsconfirmation, so CSS or jQuery targeting only a single specific message was not easy to do.
324
  >With this patch you can directly target the new unique class selector for the specific message found behind the class element .needsconfirm.
324
  >With this patch you can directly target the new unique class selector for the specific message found behind the class element .needsconfirm.
325
- [34032](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34032) Holds expirationdate left blank if waiting status is reverted
325
- [34032](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34032) Holds expirationdate left blank if waiting status is reverted
326
326
327
  **Sponsored by** *Koha-Suomi Oy*
327
  **Sponsored by** *Koha-Suomi Oy*
328
- [35432](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35432) Clarify and simplify the workings of MapItemsToHoldRequests
328
- [35432](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35432) Clarify and simplify the workings of MapItemsToHoldRequests
329
- [35564](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35564) Add home library (homebranch) column to holds queue report
329
- [35564](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35564) Add home library (homebranch) column to holds queue report
330
- [35576](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35576) Make the callnumber column easier to customize when viewing the holds queue report
330
- [35576](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35576) Make the callnumber column easier to customize when viewing the holds queue report
331
  >This adds the class 'hq-callnumber' to the call number column on the holds queue report. This will allow for easier customization using CSS or jQuery.
331
  >This adds the class 'hq-callnumber' to the call number column on the holds queue report. This will allow for easier customization using CSS or jQuery.
332
- [35727](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35727) Unused code in HoldsQueue::MapItemsToHoldRequests
332
- [35727](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35727) Unused code in HoldsQueue::MapItemsToHoldRequests
333
- [35826](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35826) Optimize building of holds queue based on transport cost matrix
333
- [35826](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35826) Optimize building of holds queue based on transport cost matrix
334
- [36559](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36559) Transport cost matrix update helpers
334
- [36559](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36559) Transport cost matrix update helpers
335
  >With a lot of columns and rows the transport cost matrix got hard to edit. This patch makes it so that the header column and row are fixed and will always remain visible while editing.
335
  >With a lot of columns and rows the transport cost matrix got hard to edit. This patch makes it so that the header column and row are fixed and will always remain visible while editing.
336
336
337
### ILL
337
### ILL
338
338
339
#### Enhancements
339
#### Enhancements
340
340
341
- [19605](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19605) ILL backends should be pluggable through regular Koha plugins
341
- [19605](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19605) ILL backends should be pluggable through regular Koha plugins
342
- [34431](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34431) Distinguish between status and status alias in ILL UI
342
- [34431](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34431) Distinguish between status and status alias in ILL UI
343
- [35106](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35106) ILL - Add patron autocomplete to 'Edit request' Patron ID input
343
- [35106](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35106) ILL - Add patron autocomplete to 'Edit request' Patron ID input
344
- [35107](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35107) ILL - Type disclaimer value and date should be visible under "Request details" in the manage request page
344
- [35107](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35107) ILL - Type disclaimer value and date should be visible under "Request details" in the manage request page
345
- [35108](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35108) ILL - "Manage request" page is too loaded
345
- [35108](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35108) ILL - "Manage request" page is too loaded
346
  >This enhancement hides option fields that are empty when displaying ILL requests.
346
  >This enhancement hides option fields that are empty when displaying ILL requests.
347
- [35151](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35151) Convert ILLModuleCopyrightClearance system preference to additional contents
347
- [35151](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35151) Convert ILLModuleCopyrightClearance system preference to additional contents
348
- [36105](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36105) Add option to filter for "No status alias"
348
- [36105](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36105) Add option to filter for "No status alias"
349
349
350
### Installation and upgrade (web-based installer)
350
### Installation and upgrade (web-based installer)
351
351
352
#### Enhancements
352
#### Enhancements
353
353
354
- [35681](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35681) Add support for colored messages in the output of updatedatabase
354
- [35681](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35681) Add support for colored messages in the output of updatedatabase
355
  >This enhancement adds support for colored messages for Koha database updates, in both the terminal and browser.
355
  >This enhancement adds support for colored messages for Koha database updates, in both the terminal and browser.
356
  >
356
  >
357
  >These new CSS classes are used:
357
  >These new CSS classes are used:
Lines 367-373 You can learn about the system components (like OS and database) needed for runn Link Here
367
367
368
#### New features
368
#### New features
369
369
370
- [13706](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13706) Deduping authorities script (dedup_authorities.pl)
370
- [13706](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13706) Deduping authorities script (dedup_authorities.pl)
371
  >This new command line script (misc/maintenance/dedup_authorities.pl) is a tool for helping to automatically remove duplicate authority records.
371
  >This new command line script (misc/maintenance/dedup_authorities.pl) is a tool for helping to automatically remove duplicate authority records.
372
  >
372
  >
373
  >Features:
373
  >Features:
Lines 389-408 You can learn about the system components (like OS and database) needed for runn Link Here
389
389
390
#### Enhancements
390
#### Enhancements
391
391
392
- [29825](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29825) Preview of authority record on edit mode as MARC formatted view
392
- [29825](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29825) Preview of authority record on edit mode as MARC formatted view
393
- [30047](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30047) Add a field to auth_header to record main heading as text string
393
- [30047](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30047) Add a field to auth_header to record main heading as text string
394
- [35328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35328) Add a notes pop-up for authority records to authority search results
394
- [35328](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35328) Add a notes pop-up for authority records to authority search results
395
  >This enhancement makes authority record notes (6xx) more accessible in a special Notes pop-up, available in all authority search result lists.
395
  >This enhancement makes authority record notes (6xx) more accessible in a special Notes pop-up, available in all authority search result lists.
396
396
397
  **Sponsored by** *Education Services Australia SCIS*
397
  **Sponsored by** *Education Services Australia SCIS*
398
- [35903](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35903) In cataloguing authority plugin using autocomplete should set operator exact after selecting an entry
398
- [35903](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35903) In cataloguing authority plugin using autocomplete should set operator exact after selecting an entry
399
399
400
### MARC Bibliographic data support
400
### MARC Bibliographic data support
401
401
402
#### Enhancements
402
#### Enhancements
403
403
404
- [35993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35993) AddBiblio should add 005 just like ModBiblio updates it
404
- [35993](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35993) AddBiblio should add 005 just like ModBiblio updates it
405
- [36108](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36108) Update MARC21 default framework to Update 37 (December 2023)
405
- [36108](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36108) Update MARC21 default framework to Update 37 (December 2023)
406
  >This enhancement updates the default MARC21 framework for new installations to reflect the changes from Update 37 (December 2023).
406
  >This enhancement updates the default MARC21 framework for new installations to reflect the changes from Update 37 (December 2023).
407
  >
407
  >
408
  >NOTES:
408
  >NOTES:
Lines 413-422 You can learn about the system components (like OS and database) needed for runn Link Here
413
413
414
#### Enhancements
414
#### Enhancements
415
415
416
- [30349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30349) Cleanup bulkmarcimport.pl
416
- [30349](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30349) Cleanup bulkmarcimport.pl
417
  >Updates the help info and adds multi-character options where they are missing. (e.g. --help for -h)
417
  >Updates the help info and adds multi-character options where they are missing. (e.g. --help for -h)
418
- [33418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33418) Allow setting overlay_framework for connexion imports
418
- [33418](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33418) Allow setting overlay_framework for connexion imports
419
- [36247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36247) MARC21 Addition to relator terms in technical notice 2024-02-27
419
- [36247](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36247) MARC21 Addition to relator terms in technical notice 2024-02-27
420
  >This patch adds the relator code gdv (Game developer) in the list of MARC21 relator terms in Koha.
420
  >This patch adds the relator code gdv (Game developer) in the list of MARC21 relator terms in Koha.
421
  >
421
  >
422
  >Note: this is added in the installer files. It will not affect existing installations. For existing installations, add the new relator code in Administration > Authorized values > RELTERMS.
422
  >Note: this is added in the installer files. It will not affect existing installations. For existing installations, add the new relator code in Administration > Authorized values > RELTERMS.
Lines 425-431 You can learn about the system components (like OS and database) needed for runn Link Here
425
425
426
#### New features
426
#### New features
427
427
428
- [29393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29393) Ability to send emails from patron details page
428
- [29393](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29393) Ability to send emails from patron details page
429
  >This new feature allows staff with appropriate permissions, `send_messages_to_borrowers`, to email patrons from the patron details pages.
429
  >This new feature allows staff with appropriate permissions, `send_messages_to_borrowers`, to email patrons from the patron details pages.
430
  >
430
  >
431
  >Notice templates can be defined, and used for defaults, using the new `Patrons (custom message)` module.
431
  >Notice templates can be defined, and used for defaults, using the new `Patrons (custom message)` module.
Lines 435-452 You can learn about the system components (like OS and database) needed for runn Link Here
435
435
436
#### Enhancements
436
#### Enhancements
437
437
438
- [12802](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12802) Send notices using several email addresses
438
- [12802](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12802) Send notices using several email addresses
439
  >This enhancement allows libraries to select a list of email address fields to use when sending notices to patrons.
439
  >This enhancement allows libraries to select a list of email address fields to use when sending notices to patrons.
440
  >
440
  >
441
  >The address fields used in the notices are selected using a new system preference, `EmailFieldSelection` - these address fields are then used for the notices when `EmailFieldPrimary` is set to `selected addresses`.
441
  >The address fields used in the notices are selected using a new system preference, `EmailFieldSelection` - these address fields are then used for the notices when `EmailFieldPrimary` is set to `selected addresses`.
442
442
443
  **Sponsored by** *St Luke's Grammar School & Pymble Ladies' College*
443
  **Sponsored by** *St Luke's Grammar School & Pymble Ladies' College*
444
- [18397](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18397) Add recipient/sender information to notices tab in staff interface
444
- [18397](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18397) Add recipient/sender information to notices tab in staff interface
445
  >This enhancement adds `from`, `to` and `cc` addresses to the 'Delivery note' column in the patron's notices table, once the notice is sent.
445
  >This enhancement adds `from`, `to` and `cc` addresses to the 'Delivery note' column in the patron's notices table, once the notice is sent.
446
  >
446
  >
447
447
448
  **Sponsored by** *PTFS Europe*
448
  **Sponsored by** *PTFS Europe*
449
- [31627](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31627) Add ability to embed the letter ID in outgoing email notices
449
- [31627](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31627) Add ability to embed the letter ID in outgoing email notices
450
  >This enhancement adds two new email headers to notices sent by Koha.
450
  >This enhancement adds two new email headers to notices sent by Koha.
451
  >
451
  >
452
  >`X-Koha-Template-ID` to contain the ID of the template used to generate the notice, and `X-Koha-Message-ID` to contain the ID of the specific message as defined by Koha.
452
  >`X-Koha-Template-ID` to contain the ID of the template used to generate the notice, and `X-Koha-Message-ID` to contain the ID of the specific message as defined by Koha.
Lines 455-482 You can learn about the system components (like OS and database) needed for runn Link Here
455
  >
455
  >
456
456
457
  **Sponsored by** *ByWater Solutions*
457
  **Sponsored by** *ByWater Solutions*
458
- [33478](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33478) Customise the format of notices when they are printed
458
- [33478](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33478) Customise the format of notices when they are printed
459
  >This implements a style field for each template to allow for advanced CSS customisations of printed notices and slips. There are links to insert selectors as helpers. Styles can be applied for an individual notice or all notices at once.
459
  >This implements a style field for each template to allow for advanced CSS customisations of printed notices and slips. There are links to insert selectors as helpers. Styles can be applied for an individual notice or all notices at once.
460
460
461
  **Sponsored by** *Colorado Library Consortium*
461
  **Sponsored by** *Colorado Library Consortium*
462
- [34854](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34854) Add ability to skip Talking Tech Itiva notifications for a patron if a given field matches a given value
462
- [34854](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34854) Add ability to skip Talking Tech Itiva notifications for a patron if a given field matches a given value
463
- [35279](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35279) Add fallback for WELCOME notice to allow 'print' when patrons are missing email address
463
- [35279](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35279) Add fallback for WELCOME notice to allow 'print' when patrons are missing email address
464
- [35925](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35925) Port default NEW_SUGGESTION, REJECTED, ACCEPTED, and ORDERED notices to Template Toolkit
464
- [35925](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35925) Port default NEW_SUGGESTION, REJECTED, ACCEPTED, and ORDERED notices to Template Toolkit
465
- [36106](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36106) Port default PREDUE and DUE notices to Template Toolkit
465
- [36106](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36106) Port default PREDUE and DUE notices to Template Toolkit
466
- [36113](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36113) Port default RENEWAL notice to Template Toolkit syntax
466
- [36113](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36113) Port default RENEWAL notice to Template Toolkit syntax
467
- [36125](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36125) Port default HOLD_SLIP notice to Template Toolkit syntax
467
- [36125](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36125) Port default HOLD_SLIP notice to Template Toolkit syntax
468
- [36126](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36126) Port default HOLD notice to Template Toolkit syntax
468
- [36126](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36126) Port default HOLD notice to Template Toolkit syntax
469
- [36608](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36608) Port default TO_PROCESS and AVAILABLE notices to Template Toolkit syntax
469
- [36608](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36608) Port default TO_PROCESS and AVAILABLE notices to Template Toolkit syntax
470
470
471
### OPAC
471
### OPAC
472
472
473
#### Enhancements
473
#### Enhancements
474
474
475
- [19768](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19768) Possibility to choose "Note" tab in OpacSerialDefaultTab
475
- [19768](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19768) Possibility to choose "Note" tab in OpacSerialDefaultTab
476
  >This adds an additional option to the `opacSerialDefaultTab` system preference that allows to select the 'Title information' tab as default on serial records in the OPAC.
476
  >This adds an additional option to the `opacSerialDefaultTab` system preference that allows to select the 'Title information' tab as default on serial records in the OPAC.
477
477
478
  **Sponsored by** *Athens County Public Libraries*
478
  **Sponsored by** *Athens County Public Libraries*
479
- [29948](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29948) Display author information for researchers
479
- [29948](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29948) Display author information for researchers
480
  >This enhancement enables the display of authority record information about authors and contributors on OPAC record and authority detail pages.[1]
480
  >This enhancement enables the display of authority record information about authors and contributors on OPAC record and authority detail pages.[1]
481
  >
481
  >
482
  >Use the new system preference OPACAuthorIdentifiersAndInformation to configure what information to display, and in what order. (This replaces OPACAuthorIdentifiers, which enabled the display of identifiers from 024$a and 024$2.)
482
  >Use the new system preference OPACAuthorIdentifiersAndInformation to configure what information to display, and in what order. (This replaces OPACAuthorIdentifiers, which enabled the display of identifiers from 024$a and 024$2.)
Lines 497-509 You can learn about the system components (like OS and database) needed for runn Link Here
497
  >[2] Valid codes for author and contributor identifiers to use in the source subfield (024$2) are currently: orcid (ORCID), scopus (ScopusID), loop (Loop ID), rid (Publons ID), and viaf (VIAF ID).
497
  >[2] Valid codes for author and contributor identifiers to use in the source subfield (024$2) are currently: orcid (ORCID), scopus (ScopusID), loop (Loop ID), rid (Publons ID), and viaf (VIAF ID).
498
498
499
  **Sponsored by** *Orex Digital*
499
  **Sponsored by** *Orex Digital*
500
- [34793](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34793) We should ship default 'CookieConsentPopup' data that describes our required cookies
500
- [34793](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34793) We should ship default 'CookieConsentPopup' data that describes our required cookies
501
  >This only applies to new installations that select "sample news items" in the web installer.
501
  >This only applies to new installations that select "sample news items" in the web installer.
502
- [35346](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35346) 'Accept essential cookies' should always appear if CookieConsent is enabled
502
- [35346](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35346) 'Accept essential cookies' should always appear if CookieConsent is enabled
503
- [35347](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35347) 'More information' should always display in cookie consent bar
503
- [35347](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35347) 'More information' should always display in cookie consent bar
504
- [35586](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35586) Add the collection to the location column in the OPAC cart
504
- [35586](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35586) Add the collection to the location column in the OPAC cart
505
- [35663](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35663) Wording on OPAC privacy page is misleading
505
- [35663](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35663) Wording on OPAC privacy page is misleading
506
- [35689](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35689) Add id and classes to each MARC note in OPAC bibliographic details
506
- [35689](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35689) Add id and classes to each MARC note in OPAC bibliographic details
507
  >This enhancement adds id and class attributes to each MARC note in the description tab for the OPAC bibliographic detail page.
507
  >This enhancement adds id and class attributes to each MARC note in the description tab for the OPAC bibliographic detail page.
508
  >
508
  >
509
  >It adds a unique id for each note (for unique styling of each repeated tag), and a general and unique class for each tag (for consistent styling across the same tag number). An example of the HTML output: 
509
  >It adds a unique id for each note (for unique styling of each repeated tag), and a general and unique class for each tag (for consistent styling across the same tag number). An example of the HTML output: 
Lines 511-566 You can learn about the system components (like OS and database) needed for runn Link Here
511
  ><p id="marcnote-500-2" class="marcnote marcnote-500">...</p>
511
  ><p id="marcnote-500-2" class="marcnote marcnote-500">...</p>
512
  >```
512
  >```
513
  >Styles can be defined for notes and individual tags in the `OPACUserCSS` system preference - see the test plan for an example.
513
  >Styles can be defined for notes and individual tags in the `OPACUserCSS` system preference - see the test plan for an example.
514
- [35812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35812) Should specify canonical URLs to help search indexers
514
- [35812](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35812) Should specify canonical URLs to help search indexers
515
  >This adds a nice canonical URL for search engines to use. It will prevent duplicates with different URL query parameters from getting indexed separately and will also prevent search engine confusion when the search automatically redirects to the detail page for searches with only one result.
515
  >This adds a nice canonical URL for search engines to use. It will prevent duplicates with different URL query parameters from getting indexed separately and will also prevent search engine confusion when the search automatically redirects to the detail page for searches with only one result.
516
- [36138](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36138) Add cancellation reason to the status column on the OPAC hold history page
516
- [36138](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36138) Add cancellation reason to the status column on the OPAC hold history page
517
517
518
### Patrons
518
### Patrons
519
519
520
#### Enhancements
520
#### Enhancements
521
521
522
- [25996](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25996) Changes to restrictions should be logged
522
- [25996](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25996) Changes to restrictions should be logged
523
  >This adds logging of adding, updating and lifting of patron restrictions. It's controlled by the `BorrowersLog` system preference.
523
  >This adds logging of adding, updating and lifting of patron restrictions. It's controlled by the `BorrowersLog` system preference.
524
524
525
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
525
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
526
- [26597](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26597) Transfer information from guarantor when adding a guarantor to an existing patron
526
- [26597](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26597) Transfer information from guarantor when adding a guarantor to an existing patron
527
- [31097](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31097) Patron restriction types should display in staff interface and OPAC
527
- [31097](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31097) Patron restriction types should display in staff interface and OPAC
528
  >This patch allows the display of patron restriction types and expiry dates directly in the checkout area and in the patron details as well as in the OPAC when patron restriction types are in use and also uses a newline for each restriction. Previously only the comment was displayed.
528
  >This patch allows the display of patron restriction types and expiry dates directly in the checkout area and in the patron details as well as in the OPAC when patron restriction types are in use and also uses a newline for each restriction. Previously only the comment was displayed.
529
- [32610](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32610) Add ability to specify patron attribute as a date
529
- [32610](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32610) Add ability to specify patron attribute as a date
530
  >This makes it possible to add patron attribute fields as dates. The field will then display as any other date field including the calendar widget.
530
  >This makes it possible to add patron attribute fields as dates. The field will then display as any other date field including the calendar widget.
531
- [33703](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33703) Entering dates should be more flexible accepting different entry formats
531
- [33703](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33703) Entering dates should be more flexible accepting different entry formats
532
  >This makes entering dates directly into the date field a bit more flexible by allowing to omit the delimiters ('/' or '-', or '.') for the set date format.
532
  >This makes entering dates directly into the date field a bit more flexible by allowing to omit the delimiters ('/' or '-', or '.') for the set date format.
533
- [34574](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34574) Datatables column dropdown select filter does not have a CSS class
533
- [34574](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34574) Datatables column dropdown select filter does not have a CSS class
534
- [34575](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34575) Patron search results: Add a CSS class to patron email to ease customization
534
- [34575](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34575) Patron search results: Add a CSS class to patron email to ease customization
535
- [35316](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35316) Add call number to holds history page
535
- [35316](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35316) Add call number to holds history page
536
- [35356](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35356) SMS number field shows on moremember.pl even when null
536
- [35356](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35356) SMS number field shows on moremember.pl even when null
537
- [35474](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35474) Add icon for protected patrons
537
- [35474](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35474) Add icon for protected patrons
538
- [36204](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36204) Add othernames to the PatronAutoComplete  display
538
- [36204](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36204) Add othernames to the PatronAutoComplete  display
539
539
540
### Plugin architecture
540
### Plugin architecture
541
541
542
#### Enhancements
542
#### Enhancements
543
543
544
- [30897](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30897) Gracefully reload Koha after plugin install/upgrade
544
- [30897](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30897) Gracefully reload Koha after plugin install/upgrade
545
  >This fix, (enabled by default for new installations), allows plugins to be installed via the staff interface without the additional need to ask a system administrator to restart your Koha instance.
545
  >This fix, (enabled by default for new installations), allows plugins to be installed via the staff interface without the additional need to ask a system administrator to restart your Koha instance.
546
- [34943](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34943) Add a pre-save plugin hook for biblios
546
- [34943](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34943) Add a pre-save plugin hook for biblios
547
  >This plugin hook allows tweaking bibliographic records right before they are stored on the database.
547
  >This plugin hook allows tweaking bibliographic records right before they are stored on the database.
548
  >
548
  >
549
  >This allows having plugins that add custom/calculated fields, for example.
549
  >This allows having plugins that add custom/calculated fields, for example.
550
550
551
  **Sponsored by** *Theke Solutions*
551
  **Sponsored by** *Theke Solutions*
552
- [35331](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35331) Add an ILL table actions plugin hook
552
- [35331](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35331) Add an ILL table actions plugin hook
553
- [35568](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35568) Add a plugin hook to allow modification of notices created via GetPreparedLetter
553
- [35568](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35568) Add a plugin hook to allow modification of notices created via GetPreparedLetter
554
- [36206](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36206) Administrative plugins
554
- [36206](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36206) Administrative plugins
555
  >This adds a new type of administrative plugin that supplements the existing tool and report plugins. When installed, an entry for this plugin will be shown on the administration module start page.
555
  >This adds a new type of administrative plugin that supplements the existing tool and report plugins. When installed, an entry for this plugin will be shown on the administration module start page.
556
556
557
### REST API
557
### REST API
558
558
559
#### Enhancements
559
#### Enhancements
560
560
561
- [22613](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22613) Add /patrons/patron_id/checkouts endpoints
561
- [22613](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22613) Add /patrons/patron_id/checkouts endpoints
562
- [26297](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26297) Add a route to list patron categories
562
- [26297](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26297) Add a route to list patron categories
563
- [33036](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036) Add route to merge bibliographic records
563
- [33036](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036) Add route to merge bibliographic records
564
  >A new endpoint of REST API /biblios to merge two bibliographic records. You need to pass parameters with a JSON file.
564
  >A new endpoint of REST API /biblios to merge two bibliographic records. You need to pass parameters with a JSON file.
565
  >Complete endpoint: <base_url>/api/v1/biblios/<biblo_id>/merge
565
  >Complete endpoint: <base_url>/api/v1/biblios/<biblo_id>/merge
566
  >Parametes of json file:
566
  >Parametes of json file:
Lines 571-630 You can learn about the system components (like OS and database) needed for runn Link Here
571
  >More info in the  Swagger/OpenAPI specification of the API.
571
  >More info in the  Swagger/OpenAPI specification of the API.
572
572
573
  **Sponsored by** *Technische Hochschule Wildau*
573
  **Sponsored by** *Technische Hochschule Wildau*
574
- [33960](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33960) Add ability to retrieve deleted bibliographic records
574
- [33960](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33960) Add ability to retrieve deleted bibliographic records
575
- [35353](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35353) Add API endpoint to fetch patron's previous holds
575
- [35353](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35353) Add API endpoint to fetch patron's previous holds
576
- [35386](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35386) Add ability to configure renewal library when not specified in API request
576
- [35386](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35386) Add ability to configure renewal library when not specified in API request
577
- [35744](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35744) Implement +strings for GET /patrons/:patron_id
577
- [35744](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35744) Implement +strings for GET /patrons/:patron_id
578
- [35967](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35967) Add /api/v1/patrons/{patron_id}/recalls endpoint to list a patron's recalls
578
- [35967](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35967) Add /api/v1/patrons/{patron_id}/recalls endpoint to list a patron's recalls
579
579
580
  **Sponsored by** *Auckland University of Technology*
580
  **Sponsored by** *Auckland University of Technology*
581
- [36480](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36480) Add GET /libraries/:library_id/desks
581
- [36480](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36480) Add GET /libraries/:library_id/desks
582
  >This enhancement adds an API endpoint for requesting a list of desks for a library. For example: http://127.0.0.1:8080/api/v1/libraries/cpl/desks
582
  >This enhancement adds an API endpoint for requesting a list of desks for a library. For example: https://127.0.0.1:8080/api/v1/libraries/cpl/desks
583
- [36481](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36481) Add GET /libraries/:library_id/cash_registers
583
- [36481](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36481) Add GET /libraries/:library_id/cash_registers
584
  >This enhancement adds an API endpoint for requesting a list of cash registers for a library. For example: http://127.0.0.1:8080/api/v1/libraries/cpl/cash_registers
584
  >This enhancement adds an API endpoint for requesting a list of cash registers for a library. For example: https://127.0.0.1:8080/api/v1/libraries/cpl/cash_registers
585
- [36482](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36482) Make it possible to embed desks and cash_registers on /libraries
585
- [36482](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36482) Make it possible to embed desks and cash_registers on /libraries
586
- [36495](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36495) Add render_resource_not_found() and render_resource_deleted() helpers
586
- [36495](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36495) Add render_resource_not_found() and render_resource_deleted() helpers
587
- [36565](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36565) Fix API docs inconsistencies
587
- [36565](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36565) Fix API docs inconsistencies
588
588
589
### Reports
589
### Reports
590
590
591
#### Enhancements
591
#### Enhancements
592
592
593
- [5920](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5920) Remove HTML from downloaded reports in CSV format
593
- [5920](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5920) Remove HTML from downloaded reports in CSV format
594
  >When choosing the CSV option of downloading a report from the reports module, any HTML used for creating links etc. will automatically be removed from the exported file.
594
  >When choosing the CSV option of downloading a report from the reports module, any HTML used for creating links etc. will automatically be removed from the exported file.
595
- [35746](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35746) Multiple selections for parameters used in the IN function
595
- [35746](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35746) Multiple selections for parameters used in the IN function
596
  >This enhancement adds the ability for report runtime parameters to allow selecting multiple options from the list of authorized values.
596
  >This enhancement adds the ability for report runtime parameters to allow selecting multiple options from the list of authorized values.
597
  >
597
  >
598
  >**Usage**: `WHERE branchcode IN <<Select branches|branches:in>>`
598
  >**Usage**: `WHERE branchcode IN <<Select branches|branches:in>>`
599
599
600
  **Sponsored by** *Cape Libraries Automated Materials Sharing*
600
  **Sponsored by** *Cape Libraries Automated Materials Sharing*
601
- [35856](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35856) Runtime parameter modal should provide option of ":all"
601
- [35856](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35856) Runtime parameter modal should provide option of ":all"
602
  >This patch adds radio checkboxes to the runtime parameter modal menu used in creating SQL reports to allow the runtime parameter to use multiple values ("... in the following list of values") or to allow choosing all values ("... in all the values").
602
  >This patch adds radio checkboxes to the runtime parameter modal menu used in creating SQL reports to allow the runtime parameter to use multiple values ("... in the following list of values") or to allow choosing all values ("... in all the values").
603
  >Now when you use the modal menu for inserting a runtime parameter while creating an SQL report you can simply click on the radio button for "single parameter only", "include option for all" or "allow multiple selections" after choosing the runtime parameter you want to add.
603
  >Now when you use the modal menu for inserting a runtime parameter while creating an SQL report you can simply click on the radio button for "single parameter only", "include option for all" or "allow multiple selections" after choosing the runtime parameter you want to add.
604
- [36380](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36380) Filter matches not included in borrowers statistics reports
604
- [36380](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36380) Filter matches not included in borrowers statistics reports
605
- [36555](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36555) Add report_id to file name when exporting report results
605
- [36555](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36555) Add report_id to file name when exporting report results
606
606
607
### SIP2
607
### SIP2
608
608
609
#### Enhancements
609
#### Enhancements
610
610
611
- [25813](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25813) Enhance patron expiration in SIP display
611
- [25813](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25813) Enhance patron expiration in SIP display
612
- [36605](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36605) TrackLastPatronActivity for SIP should track both patron status and patron information requests
612
- [36605](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36605) TrackLastPatronActivity for SIP should track both patron status and patron information requests
613
613
614
### Searching
614
### Searching
615
615
616
#### Enhancements
616
#### Enhancements
617
617
618
- [26654](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26654) Add item number column to item search results and CSV export
618
- [26654](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26654) Add item number column to item search results and CSV export
619
- [33134](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33134) Add some missing languages
619
- [33134](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33134) Add some missing languages
620
- [35728](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35728) Add option to NOT redirect to result when search returns only one record
620
- [35728](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35728) Add option to NOT redirect to result when search returns only one record
621
  >This enhancement to catalog searching enables choosing what happens for a single search result (for both the OPAC and staff interface): redirect to the record details page (the current behavour), or show only one result.
621
  >This enhancement to catalog searching enables choosing what happens for a single search result (for both the OPAC and staff interface): redirect to the record details page (the current behavour), or show only one result.
622
  >
622
  >
623
  >New system preference RedirectToSoleResult is used to manage this (enabled by default to match Koha's current behaviour).
623
  >New system preference RedirectToSoleResult is used to manage this (enabled by default to match Koha's current behaviour).
624
624
625
  **Sponsored by** *Education Services Australia SCIS*
625
  **Sponsored by** *Education Services Australia SCIS*
626
- [36499](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36499) Add last checkout date column to the item search results
626
- [36499](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36499) Add last checkout date column to the item search results
627
- [36545](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36545) Use select2 to improve multi-select in item search
627
- [36545](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36545) Use select2 to improve multi-select in item search
628
  >This patch modifies all multi-select fields in the item search to use the jQuery select2 framework. Previously selecting multiple values in the item search fields was unintuitive as you had to hold down Ctrl while clicking the next value. In libraries with a high amount of values (e.g. a library with hundreds of different branches or itemtypes), selecting multiple values from the long list was extra difficult and time consuming. Using select2 allows for fast selection of multiple values, better display of the selected values and even allows you to start typing the specific value you are looking for in order to find it much faster than previously possible.
628
  >This patch modifies all multi-select fields in the item search to use the jQuery select2 framework. Previously selecting multiple values in the item search fields was unintuitive as you had to hold down Ctrl while clicking the next value. In libraries with a high amount of values (e.g. a library with hundreds of different branches or itemtypes), selecting multiple values from the long list was extra difficult and time consuming. Using select2 allows for fast selection of multiple values, better display of the selected values and even allows you to start typing the specific value you are looking for in order to find it much faster than previously possible.
629
629
630
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
630
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
Lines 633-639 You can learn about the system components (like OS and database) needed for runn Link Here
633
633
634
#### New features
634
#### New features
635
635
636
- [31652](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31652) Add geo-search
636
- [31652](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31652) Add geo-search
637
  >This lays the groundwork for geographical searching using Elasticsearch 7+. This includes:
637
  >This lays the groundwork for geographical searching using Elasticsearch 7+. This includes:
638
  >- New search types for Elasticsearch search mappings to store latitude and longitude values and index them (using values from 034$s and 034$t).
638
  >- New search types for Elasticsearch search mappings to store latitude and longitude values and index them (using values from 034$s and 034$t).
639
  >- Extending the QueryBuilder to allow for building advanced Elasticsearch queries (for example, geo_distance) that cannot be represented in a simple string query.
639
  >- Extending the QueryBuilder to allow for building advanced Elasticsearch queries (for example, geo_distance) that cannot be represented in a simple string query.
Lines 641-647 You can learn about the system components (like OS and database) needed for runn Link Here
641
  >To use this new feature now in the OPAC, install and enable the HKS3GeoSearch plugin (https://github.com/HKS3/HKS3GeoSearch).
641
  >To use this new feature now in the OPAC, install and enable the HKS3GeoSearch plugin (https://github.com/HKS3/HKS3GeoSearch).
642
642
643
  **Sponsored by** *Geosphere, Austria* and *ZAMG - Zentralanstalt für Meterologie und Geodynamik, Austria*
643
  **Sponsored by** *Geosphere, Austria* and *ZAMG - Zentralanstalt für Meterologie und Geodynamik, Austria*
644
- [35138](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35138) Enable configuration of facets with Elasticsearch
644
- [35138](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35138) Enable configuration of facets with Elasticsearch
645
  >This new feature enables facets for Elasticsearch (and Open Search) to be managed from the search engine configuration page. Prior to this, the facet fields were hard-coded in the codebase.
645
  >This new feature enables facets for Elasticsearch (and Open Search) to be managed from the search engine configuration page. Prior to this, the facet fields were hard-coded in the codebase.
646
  >
646
  >
647
  >You can add new facets when the search field options for  'Facetable' and 'Searchable' are set to "Yes".
647
  >You can add new facets when the search field options for  'Facetable' and 'Searchable' are set to "Yes".
Lines 650-679 You can learn about the system components (like OS and database) needed for runn Link Here
650
650
651
#### Enhancements
651
#### Enhancements
652
652
653
- [20388](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388) Ability to add search fields from UI
653
- [20388](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20388) Ability to add search fields from UI
654
  >This enhancement for Elasticsearch (and Open Search) lets you add search fields using the staff interface (Administration > Catalog > Search engine configuration  (Elasticsearch)). Previously, you needed to edit a YAML file on the server to change the search fields.
654
  >This enhancement for Elasticsearch (and Open Search) lets you add search fields using the staff interface (Administration > Catalog > Search engine configuration  (Elasticsearch)). Previously, you needed to edit a YAML file on the server to change the search fields.
655
655
656
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
656
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
657
- [34693](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34693) Add 035$a as Other-control-number index in authorities search indexes (MARC21, Elasticsearch)
657
- [34693](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34693) Add 035$a as Other-control-number index in authorities search indexes (MARC21, Elasticsearch)
658
  >This patch adds 035$a in the default MARC21 Elasticsearch authority indexes. 
658
  >This patch adds 035$a in the default MARC21 Elasticsearch authority indexes. 
659
  >
659
  >
660
  >For existing installations, make sure you reindex with the option -r (reset mappings) to have this information in the index for existing records.
660
  >For existing installations, make sure you reindex with the option -r (reset mappings) to have this information in the index for existing records.
661
- [35345](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35345) Pass custom SQL to rebuild_elasticsearch.pl to determine which records to index
661
- [35345](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35345) Pass custom SQL to rebuild_elasticsearch.pl to determine which records to index
662
  >This adds a `--where` parameter to the `rebuild_elasticsearch.pl` script that allows to flexibly select the records for reindexing with SQL. Examples would be the authority type or ranges and lists of biblionumbers and authids.
662
  >This adds a `--where` parameter to the `rebuild_elasticsearch.pl` script that allows to flexibly select the records for reindexing with SQL. Examples would be the authority type or ranges and lists of biblionumbers and authids.
663
663
664
  **Sponsored by** *HKS3* and *Steiermärkische Landesbibliothek*
664
  **Sponsored by** *HKS3* and *Steiermärkische Landesbibliothek*
665
- [36396](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396) Link facet with authorised value category
665
- [36396](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396) Link facet with authorised value category
666
  >This new feature adds the ability to link an Elasticsearch facet to an authorized value category in order to display a description instead of the code.
666
  >This new feature adds the ability to link an Elasticsearch facet to an authorized value category in order to display a description instead of the code.
667
  >An example could be a code for the resource type (book, e-journal, database, etc.) if this code is in a local MARC 9xx field. 
667
  >An example could be a code for the resource type (book, e-journal, database, etc.) if this code is in a local MARC 9xx field. 
668
  >This feature depends on Bug 35138 - configuration of facets with Elasticsearch.
668
  >This feature depends on Bug 35138 - configuration of facets with Elasticsearch.
669
669
670
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
670
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
671
- [36574](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36574) Canceled/invalid ISBN not indexed for MARC21
671
- [36574](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36574) Canceled/invalid ISBN not indexed for MARC21
672
  >This adds a new search index `isbn-all` to the default Elasticsearch search mappings that includes the valid, canceled and invalid ISBNs.
672
  >This adds a new search index `isbn-all` to the default Elasticsearch search mappings that includes the valid, canceled and invalid ISBNs.
673
- [36578](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36578) Elasticsearch: publisher-location (pl) index should include field 752 (for old prints) and also support UNIMARC
673
- [36578](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36578) Elasticsearch: publisher-location (pl) index should include field 752 (for old prints) and also support UNIMARC
674
  >This extends the Elasticsearch default search field mappings to include 752 (MARC21) and 210a, 214a (UNIMARC) in the index for place of publication.
674
  >This extends the Elasticsearch default search field mappings to include 752 (MARC21) and 210a, 214a (UNIMARC) in the index for place of publication.
675
- [36584](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36584) Add fields 520, 561, and 563 (MARC 21) to ES note search field
675
- [36584](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36584) Add fields 520, 561, and 563 (MARC 21) to ES note search field
676
- [36723](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36723) Add musical presentation to Elasticsearch index mappings
676
- [36723](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36723) Add musical presentation to Elasticsearch index mappings
677
677
678
  **Sponsored by** *Education Services Australia SCIS*
678
  **Sponsored by** *Education Services Australia SCIS*
679
679
Lines 681-693 You can learn about the system components (like OS and database) needed for runn Link Here
681
681
682
#### Enhancements
682
#### Enhancements
683
683
684
- [35621](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35621) Map ÿ to y for searching (Non-ICU)
684
- [35621](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35621) Map ÿ to y for searching (Non-ICU)
685
685
686
### Self checkout
686
### Self checkout
687
687
688
#### New features
688
#### New features
689
689
690
- [32256](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32256) Self checkout batch mode
690
- [32256](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32256) Self checkout batch mode
691
  >This new feature allows more than one item to be scanned and processed at once in Koha's self-checkout module. This feature uses the existing BatchCheckouts and BatchCheckoutsValidCategories system preferences to determine if batch checkouts should be allowed.
691
  >This new feature allows more than one item to be scanned and processed at once in Koha's self-checkout module. This feature uses the existing BatchCheckouts and BatchCheckoutsValidCategories system preferences to determine if batch checkouts should be allowed.
692
  >
692
  >
693
  >NOTE: The items in the batch are handled one-by-one, so if any item in the batch requires confirmation (for example, to be renewed or returned) or is impossible to check out, the process will stop at that item. Any items earlier in the list will be processed, but any items coming after in the list will be ignored.
693
  >NOTE: The items in the batch are handled one-by-one, so if any item in the batch requires confirmation (for example, to be renewed or returned) or is impossible to check out, the process will stop at that item. Any items earlier in the list will be processed, but any items coming after in the list will be ignored.
Lines 698-807 You can learn about the system components (like OS and database) needed for runn Link Here
698
698
699
#### Enhancements
699
#### Enhancements
700
700
701
- [26567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26567) Allow to limit subscription search to subscriptions with routing lists
701
- [26567](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26567) Allow to limit subscription search to subscriptions with routing lists
702
  >This adds a new search option 'Has routing list' to the advanced search in the serials module. It allows to limit the search to subscriptions with linked routing list.
702
  >This adds a new search option 'Has routing list' to the advanced search in the serials module. It allows to limit the search to subscriptions with linked routing list.
703
  >
703
  >
704
704
705
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg*
705
  **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg*
706
- [32392](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32392) Ability to skip forward serial issues when receiving double (or more) issue
706
- [32392](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32392) Ability to skip forward serial issues when receiving double (or more) issue
707
  >This adds a new button to the serial collection page that allows to create a new issue while skipping several issues in between. The skipped issues will not be created. This can help when multiple issues need to be combined into one.
707
  >This adds a new button to the serial collection page that allows to create a new issue while skipping several issues in between. The skipped issues will not be created. This can help when multiple issues need to be combined into one.
708
708
709
  **Sponsored by** *Bibliotek Mellansjö, Sweden*
709
  **Sponsored by** *Bibliotek Mellansjö, Sweden*
710
- [35646](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35646) Allow using the publication date parts for serial numbering
710
- [35646](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35646) Allow using the publication date parts for serial numbering
711
  >This adds some new placeholders to be used within the numbering pattern of a subscription: {Year}, {Day}, {DayName}, {Month}, {MonthName}. They will be automatically replaced with the corresponding value derived from the publication date of the issue when its received.
711
  >This adds some new placeholders to be used within the numbering pattern of a subscription: {Year}, {Day}, {DayName}, {Month}, {MonthName}. They will be automatically replaced with the corresponding value derived from the publication date of the issue when its received.
712
712
713
### Staff interface
713
### Staff interface
714
714
715
#### Enhancements
715
#### Enhancements
716
716
717
- [22567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22567) Stock rotation manage rotas should show items current and desired locations
717
- [22567](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22567) Stock rotation manage rotas should show items current and desired locations
718
- [30623](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30623) Copy permissions from one user to another
718
- [30623](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30623) Copy permissions from one user to another
719
  >This enhancement makes it a lot easier to create staff users with similar or identical permission profiles by allowing it to copy the permission settings from one user to another.
719
  >This enhancement makes it a lot easier to create staff users with similar or identical permission profiles by allowing it to copy the permission settings from one user to another.
720
- [33568](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568) Use the REST API to display items on the biblio detail view
720
- [33568](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568) Use the REST API to display items on the biblio detail view
721
  >This enhancement completely rewrites the display of the items table on the bibliographic record detail view.
721
  >This enhancement completely rewrites the display of the items table on the bibliographic record detail view.
722
  >The filtering, ordering and pagination of this table are now done using the REST API endpoint which will fix performance issues for records with many items.
722
  >The filtering, ordering and pagination of this table are now done using the REST API endpoint which will fix performance issues for records with many items.
723
- [35329](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35329) Move patron searches to a modal
723
- [35329](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35329) Move patron searches to a modal
724
  >The patron searches that formerly used a pop-up windows have been moved into a modal. Examples: patron search for routing lists, manager search for suggestions, guarantor search.
724
  >The patron searches that formerly used a pop-up windows have been moved into a modal. Examples: patron search for routing lists, manager search for suggestions, guarantor search.
725
- [35389](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35389) Hide 'Transfers to send' on circulation home page when stock rotation is disabled
725
- [35389](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35389) Hide 'Transfers to send' on circulation home page when stock rotation is disabled
726
  >Currently, Transfers to send (on circulation) is only relevant when you enable StockRotation. To lower confusion, we hide the option if you did not enable that pref.
726
  >Currently, Transfers to send (on circulation) is only relevant when you enable StockRotation. To lower confusion, we hide the option if you did not enable that pref.
727
- [35444](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35444) Add easy way to retrieve a logged in user's categorycode
727
- [35444](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35444) Add easy way to retrieve a logged in user's categorycode
728
  >This adds a hidden span to the HTML source code of the staff interface that includes the patron category code of the currently logged in staff user.
728
  >This adds a hidden span to the HTML source code of the staff interface that includes the patron category code of the currently logged in staff user.
729
- [35540](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35540) Separate StaffListsHome block from the table block
729
- [35540](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35540) Separate StaffListsHome block from the table block
730
- [35582](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35582) Advanced search languages should be listed with selected UI language descriptions shown first if available
730
- [35582](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35582) Advanced search languages should be listed with selected UI language descriptions shown first if available
731
- [35707](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35707) Item statuses in the holdings table on biblio details should appear one per line
731
- [35707](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35707) Item statuses in the holdings table on biblio details should appear one per line
732
  >This fixes the display of item status column in the staff interface holdings table for a record. If there is more than one status to display, they are now displayed on separate lines, instead of running together as one continuous line.
732
  >This fixes the display of item status column in the staff interface holdings table for a record. If there is more than one status to display, they are now displayed on separate lines, instead of running together as one continuous line.
733
- [35810](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35810) Add back to top button to the staff interface
733
- [35810](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35810) Add back to top button to the staff interface
734
  >This adds a 'back to the top' button to the staff interface, similar to the one in the OPAC, that appears in the bottom right corner when scrolling down on pages.
734
  >This adds a 'back to the top' button to the staff interface, similar to the one in the OPAC, that appears in the bottom right corner when scrolling down on pages.
735
- [35862](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35862) Display patron search result on the right of the form (modal)
735
- [35862](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35862) Display patron search result on the right of the form (modal)
736
- [36265](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36265) Bigger font-size for headers in staff interface
736
- [36265](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36265) Bigger font-size for headers in staff interface
737
- [36440](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36440) Add edit buttons for patron flags in attention box
737
- [36440](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36440) Add edit buttons for patron flags in attention box
738
738
739
  **Sponsored by** *Gothenburg University Library*
739
  **Sponsored by** *Gothenburg University Library*
740
- [36582](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36582) Add option to set library, desk, and register from user menu
740
- [36582](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36582) Add option to set library, desk, and register from user menu
741
- [36663](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36663) Table configuration options on items table don't show in staff interface
741
- [36663](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36663) Table configuration options on items table don't show in staff interface
742
- [36760](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36760) Make 'Current assignee' stand out more in ticket details view
742
- [36760](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36760) Make 'Current assignee' stand out more in ticket details view
743
743
744
### System Administration
744
### System Administration
745
745
746
#### Enhancements
746
#### Enhancements
747
747
748
- [35097](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35097) Use country-list.inc to display choices for UsageStatsCountry preference
748
- [35097](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35097) Use country-list.inc to display choices for UsageStatsCountry preference
749
- [35919](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35919) Add record sources CRUD
749
- [35919](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35919) Add record sources CRUD
750
  >This development creates a new entity in Koha, the `record sources`.
750
  >This development creates a new entity in Koha, the `record sources`.
751
  >
751
  >
752
  >They will be used to define policies for records based on their source.
752
  >They will be used to define policies for records based on their source.
753
- [36510](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36510) Add CircControl information to circulation and fine rules page
753
- [36510](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36510) Add CircControl information to circulation and fine rules page
754
754
755
### Templates
755
### Templates
756
756
757
#### Enhancements
757
#### Enhancements
758
758
759
- [25682](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25682) Style transfers interface to match checkin page
759
- [25682](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25682) Style transfers interface to match checkin page
760
- [34082](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34082) Cut some redundancy in OPAC JavaScript string translations
760
- [34082](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34082) Cut some redundancy in OPAC JavaScript string translations
761
- [34862](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34862) blocking_errors.inc not included everywhere
761
- [34862](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34862) blocking_errors.inc not included everywhere
762
- [35249](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35249) Use DataTables RowReorder extension instead of tableDND jQuery plugin
762
- [35249](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35249) Use DataTables RowReorder extension instead of tableDND jQuery plugin
763
- [35260](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35260) Review batch checkout page
763
- [35260](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35260) Review batch checkout page
764
- [35362](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35362) Update patron module pop-up windows with consistent footer markup
764
- [35362](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35362) Update patron module pop-up windows with consistent footer markup
765
- [35363](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35363) Update transfer order pop-up window with consistent footer markup
765
- [35363](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35363) Update transfer order pop-up window with consistent footer markup
766
- [35364](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35364) Update serials pop-up windows with consistent footer markup
766
- [35364](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35364) Update serials pop-up windows with consistent footer markup
767
  >This enhancement updates the style of several serials module templates so that the submission and close buttons are in a fixed footer at the bottom of the pop-up windows, consistent with other pop-up windows.
767
  >This enhancement updates the style of several serials module templates so that the submission and close buttons are in a fixed footer at the bottom of the pop-up windows, consistent with other pop-up windows.
768
- [35379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35379) 'searchfield' parameter name misleading when translating
768
- [35379](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35379) 'searchfield' parameter name misleading when translating
769
- [35419](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35419) Update page title for bookings
769
- [35419](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35419) Update page title for bookings
770
- [35426](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35426) Improve layout of bookings modal form
770
- [35426](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35426) Improve layout of bookings modal form
771
- [35511](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35511) Add visual indicators of patron edit form collapsible sections
771
- [35511](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35511) Add visual indicators of patron edit form collapsible sections
772
- [35558](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35558) Do not fetch local image if none exists
772
- [35558](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35558) Do not fetch local image if none exists
773
- [35850](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35850) Use template wrapper for tabs: Header search forms
773
- [35850](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35850) Use template wrapper for tabs: Header search forms
774
- [35877](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35877) Use template wrapper to build Bootstrap accordion components
774
- [35877](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35877) Use template wrapper to build Bootstrap accordion components
775
- [35880](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35880) Use template wrapper for accordions: Patrons requesting modifications
775
- [35880](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35880) Use template wrapper for accordions: Patrons requesting modifications
776
- [35882](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35882) Use template wrapper for accordions: Notices
776
- [35882](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35882) Use template wrapper for accordions: Notices
777
- [35883](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35883) Use template wrapper for accordions: Table settings administration
777
- [35883](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35883) Use template wrapper for accordions: Table settings administration
778
- [35895](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35895) Reindent tags review template
778
- [35895](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35895) Reindent tags review template
779
- [36472](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36472) Add search box at the top of the authorities editor page
779
- [36472](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36472) Add search box at the top of the authorities editor page
780
  >This adds the search header to the authorities editor page. With the recent staff interface redesign, this takes up very little space.
780
  >This adds the search header to the authorities editor page. With the recent staff interface redesign, this takes up very little space.
781
- [36671](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36671) Reindent item transfer template (branchtransfers.tt)
781
- [36671](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36671) Reindent item transfer template (branchtransfers.tt)
782
782
783
### Test Suite
783
### Test Suite
784
784
785
#### Enhancements
785
#### Enhancements
786
786
787
- [35548](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35548) Move KitchenSink test on its own and control table creation
787
- [35548](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35548) Move KitchenSink test on its own and control table creation
788
- [36486](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36486) Add tests for Koha::DateTime::Format::SQL
788
- [36486](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36486) Add tests for Koha::DateTime::Format::SQL
789
- [36593](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36593) Add support for the `time` column type on TestBuilder
789
- [36593](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36593) Add support for the `time` column type on TestBuilder
790
790
791
### Tools
791
### Tools
792
792
793
#### Enhancements
793
#### Enhancements
794
794
795
- [25159](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25159) Action logs should be stored in JSON (and as a diff of the change)
795
- [25159](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25159) Action logs should be stored in JSON (and as a diff of the change)
796
  >This is the first step to improve and standardize the way we log information in the action log tables. In order to achieve this a new column `diff` is added to the `action_logs` table. This is used to store a diff of the changes to an object in JSON syntax.
796
  >This is the first step to improve and standardize the way we log information in the action log tables. In order to achieve this a new column `diff` is added to the `action_logs` table. This is used to store a diff of the changes to an object in JSON syntax.
797
- [35648](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35648) Allow sorting of patron categories in overdue notice/status triggers
797
- [35648](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35648) Allow sorting of patron categories in overdue notice/status triggers
798
- [36443](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36443) Add 'fax' to batch patron modification tool
798
- [36443](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36443) Add 'fax' to batch patron modification tool
799
799
800
### Transaction logs
800
### Transaction logs
801
801
802
#### Enhancements
802
#### Enhancements
803
803
804
- [27291](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27291) Change datetime format in Zebra logs
804
- [27291](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27291) Change datetime format in Zebra logs
805
  >This enhancement changes the Zebra output log time format from the default "hh:mm:ss-DD/MM" to the more standard ISO 8601 "%FT%T".
805
  >This enhancement changes the Zebra output log time format from the default "hh:mm:ss-DD/MM" to the more standard ISO 8601 "%FT%T".
806
  >
806
  >
807
  >This makes the logs easier to read for both humans and machines. One benefit includes easy searching and sorting.
807
  >This makes the logs easier to read for both humans and machines. One benefit includes easy searching and sorting.
Lines 812-873 have already been fixed in maintenance releases Link Here
812
812
813
#### Critical bugs fixed
813
#### Critical bugs fixed
814
814
815
- [35504](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35504) Release team 24.05 (24.05.00,23.11.02,23.05.09)
815
- [35504](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35504) Release team 24.05 (24.05.00,23.11.02,23.05.09)
816
- [35634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35634) Permissions mismatch for vendor issues (24.05.00,23.11.02)
816
- [35634](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35634) Permissions mismatch for vendor issues (24.05.00,23.11.02)
817
- [35892](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35892) Fallback to GetMarcPrice in addorderiso2907 no longer works (24.05.00,23.11.04,23.05.10)
817
- [35892](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35892) Fallback to GetMarcPrice in addorderiso2907 no longer works (24.05.00,23.11.04,23.05.10)
818
- [35912](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35912) Item prices not populating order form when adding to a basket from a staged file (24.05.00,23.11.03)
818
- [35912](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35912) Item prices not populating order form when adding to a basket from a staged file (24.05.00,23.11.03)
819
- [35913](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35913) Item order prices do not fall back to MarcFieldsToOrder if not set by MarcItemFieldsToOrder (24.05.00,23.11.04)
819
- [35913](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35913) Item order prices do not fall back to MarcFieldsToOrder if not set by MarcItemFieldsToOrder (24.05.00,23.11.04)
820
- [36035](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36035) Form is broken in addorderiso2709.pl (24.05.00,23.11.05,23.05.12)
820
- [36035](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36035) Form is broken in addorderiso2709.pl (24.05.00,23.11.05,23.05.12)
821
- [36047](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36047) Apostrophe in suggestion status reason blocks order receipt (24.05.00,23.11.04,23.05.10)
821
- [36047](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36047) Apostrophe in suggestion status reason blocks order receipt (24.05.00,23.11.04,23.05.10)
822
- [36053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36053) Replacement prices not populating when supplied from MarcItemFieldsToOrder (24.05.00,23.11.05,23.05.12)
822
- [36053](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36053) Replacement prices not populating when supplied from MarcItemFieldsToOrder (24.05.00,23.11.05,23.05.12)
823
- [36233](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36233) Cannot search invoices if too many vendors (24.05.00,23.11.04,23.05.10)
823
- [36233](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36233) Cannot search invoices if too many vendors (24.05.00,23.11.04,23.05.10)
824
- [24879](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24879) Add missing authentication checks (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
824
- [24879](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24879) Add missing authentication checks (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
825
- [34478](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34478) Full CSRF protection (24.05.00)
825
- [34478](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34478) Full CSRF protection (24.05.00)
826
- [35687](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35687) Upgrade to 23.06.00.013 may fail (24.05.00,23.11.02)
826
- [35687](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35687) Upgrade to 23.06.00.013 may fail (24.05.00,23.11.02)
827
- [35819](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35819) "No job found" error for BatchUpdateBiblioHoldsQueue (race condition) (24.05.00,23.11.04,23.05.10)
827
- [35819](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35819) "No job found" error for BatchUpdateBiblioHoldsQueue (race condition) (24.05.00,23.11.04,23.05.10)
828
- [35843](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35843) No such thing as Koha::Exceptions::Exception (24.05.00,23.11.03,23.05.09)
828
- [35843](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35843) No such thing as Koha::Exceptions::Exception (24.05.00,23.11.03,23.05.09)
829
- [35890](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35890) AutoLocation system preference + setting the library IP field - can still login and unexpected results (24.05.00,23.11.03,23.05.09,22.11.15,22.05.19)
829
- [35890](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35890) AutoLocation system preference + setting the library IP field - can still login and unexpected results (24.05.00,23.11.03,23.05.09,22.11.15,22.05.19)
830
- [36149](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36149) userenv stored in plack worker's memory and survive from one request to another (24.05.00,23.11.05,23.05.11,22.11.17,22.05.21)
830
- [36149](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36149) userenv stored in plack worker's memory and survive from one request to another (24.05.00,23.11.05,23.05.11,22.11.17,22.05.21)
831
- [36177](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36177) We need integration tests to cover CSRF checks (24.05.00)
831
- [36177](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36177) We need integration tests to cover CSRF checks (24.05.00)
832
- [36190](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36190) op param for stateful requests must start with 'cud-' (24.05.00)
832
- [36190](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36190) op param for stateful requests must start with 'cud-' (24.05.00)
833
- [36193](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36193) CSRF - Code review missed (24.05.00)
833
- [36193](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36193) CSRF - Code review missed (24.05.00)
834
- [36195](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36195) CSRF - testing reports
834
- [36195](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36195) CSRF - testing reports
835
- [36244](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36244) Template toolkit syntax not escaped in letter templates (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
835
- [36244](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36244) Template toolkit syntax not escaped in letter templates (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
836
- [36379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36379) Authorities search is broken (24.05.00)
836
- [36379](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36379) Authorities search is broken (24.05.00)
837
- [36665](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36665) Auto location and IP recognition (24.05.00)
837
- [36665](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36665) Auto location and IP recognition (24.05.00)
838
  >This patch adds a new system preference "StaffLoginLibraryBasedOnIP" which, when enabled, will set the logged in library to the library with an IP setting matching the current users IP. This preference will be overridden if "AutoLocation" is enabled, as that preference will enforce the user selecting a library that matches their current IP or signing into their home library from the correct IP.
838
  >This patch adds a new system preference "StaffLoginLibraryBasedOnIP" which, when enabled, will set the logged in library to the library with an IP setting matching the current users IP. This preference will be overridden if "AutoLocation" is enabled, as that preference will enforce the user selecting a library that matches their current IP or signing into their home library from the correct IP.
839
- [36790](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36790) 230600052.pl is failing (24.05.00,23.11.06)
839
- [36790](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36790) 230600052.pl is failing (24.05.00,23.11.06)
840
- [36943](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36943) Update .mailmap for 24.05.x release (24.05.00)
840
- [36943](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36943) Update .mailmap for 24.05.x release (24.05.00)
841
- [36034](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36034) cas_ticket is set to serialized patron object in session (24.05.00,23.11.03,23.05.09,22.11.15,22.05.19)
841
- [36034](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36034) cas_ticket is set to serialized patron object in session (24.05.00,23.11.03,23.05.09,22.11.15,22.05.19)
842
- [36219](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36219) State parameter broken for OIDC/Oauth (24.05.00)
842
- [36219](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36219) State parameter broken for OIDC/Oauth (24.05.00)
843
- [36326](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36326) Batch deletion of selected items from detail page is broken (24.05.00)
843
- [36326](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36326) Batch deletion of selected items from detail page is broken (24.05.00)
844
- [36327](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36327) Items view -  Deletion of items is broken (24.05.00)
844
- [36327](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36327) Items view -  Deletion of items is broken (24.05.00)
845
- [36336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36336) Exporting records from detail page is broken (24.05.00)
845
- [36336](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36336) Exporting records from detail page is broken (24.05.00)
846
- [36351](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36351) CSRF Adjustments for Cataloguing editor (24.05.00)
846
- [36351](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36351) CSRF Adjustments for Cataloguing editor (24.05.00)
847
- [36511](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511) Some scripts missing a dependency following Bug 24879 (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
847
- [36511](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511) Some scripts missing a dependency following Bug 24879 (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
848
- [36630](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36630) Item search batch operations buttons broken by CRSF (24.05.00)
848
- [36630](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36630) Item search batch operations buttons broken by CRSF (24.05.00)
849
- [33847](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847) Database update replaces undefined rules with defaults rather than the value that would be used (24.05.00,23.11.02,23.05.08)
849
- [33847](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33847) Database update replaces undefined rules with defaults rather than the value that would be used (24.05.00,23.11.02,23.05.08)
850
- [35341](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35341) Circulation rule dates are being overwritten (24.05.00,23.11.02,23.05.09)
850
- [35341](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35341) Circulation rule dates are being overwritten (24.05.00,23.11.02,23.05.09)
851
- [35468](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35468) Bookings permission mismatch (24.05.00,23.11.02)
851
- [35468](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35468) Bookings permission mismatch (24.05.00,23.11.02)
852
- [35518](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35518) Call to C4::Context->userenv happens before it's gets populated breaks code logic in circulation (24.05.00,23.11.03,23.05.09)
852
- [35518](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35518) Call to C4::Context->userenv happens before it's gets populated breaks code logic in circulation (24.05.00,23.11.03,23.05.09)
853
- [35944](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35944) Bookings is not taken into account in CanBookBeRenewed (24.05.00,23.11.05)
853
- [35944](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35944) Bookings is not taken into account in CanBookBeRenewed (24.05.00,23.11.05)
854
- [36100](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36100) Regression in bookings edit (24.05.00,23.11.04)
854
- [36100](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36100) Regression in bookings edit (24.05.00,23.11.04)
855
- [36175](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36175) Checking out items that are booked doesn't quite work (24.05.00,23.11.04)
855
- [36175](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36175) Checking out items that are booked doesn't quite work (24.05.00,23.11.04)
856
- [36313](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36313) Check out/check in leads to error 500 in staff interface (24.05.00,23.11.06,23.05.12)
856
- [36313](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36313) Check out/check in leads to error 500 in staff interface (24.05.00,23.11.06,23.05.12)
857
857
858
  **Sponsored by** *Koha-Suomi Oy*
858
  **Sponsored by** *Koha-Suomi Oy*
859
- [36331](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36331) Items that cannot be held are prevented renewal when there are holds on the record (24.05.00,23.11.05,23.05.12)
859
- [36331](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36331) Items that cannot be held are prevented renewal when there are holds on the record (24.05.00,23.11.05,23.05.12)
860
- [36418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36418) Set response's content-type to application/json when needed - svc scripts (24.05.00)
860
- [36418](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36418) Set response's content-type to application/json when needed - svc scripts (24.05.00)
861
- [36426](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36426) Cannot set article request as pending (24.05.00)
861
- [36426](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36426) Cannot set article request as pending (24.05.00)
862
- [36708](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36708) Problems editing circ rules when 'Holds allowed (total)' value is greater than or equal to 0 (24.05.00,23.11.06,23.05.12)
862
- [36708](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36708) Problems editing circ rules when 'Holds allowed (total)' value is greater than or equal to 0 (24.05.00,23.11.06,23.05.12)
863
- [36859](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36859) Batch checkout not working due to mismatch in CSRF parameter names (24.05.00)
863
- [36859](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36859) Batch checkout not working due to mismatch in CSRF parameter names (24.05.00)
864
- [36946](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36946) Can't process pending offline circulations (24.05.00)
864
- [36946](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36946) Can't process pending offline circulations (24.05.00)
865
- [36508](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36508) Patron userid field can be overwritten by update_patron_categories when limiting by fines (24.05.00,23.11.06,23.05.12)
865
- [36508](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36508) Patron userid field can be overwritten by update_patron_categories when limiting by fines (24.05.00,23.11.06,23.05.12)
866
- [34972](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34972) Canceling a waiting hold from the holds over tab can make the next hold unfillable (24.05.00,23.11.06,23.05.12)
866
- [34972](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34972) Canceling a waiting hold from the holds over tab can make the next hold unfillable (24.05.00,23.11.06,23.05.12)
867
- [35322](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35322) AllowItemsOnHoldCheckoutSCO and AllowItemsOnHoldCheckoutSIP do not work (24.05.00,23.11.02,23.05.09)
867
- [35322](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35322) AllowItemsOnHoldCheckoutSCO and AllowItemsOnHoldCheckoutSIP do not work (24.05.00,23.11.02,23.05.09)
868
- [35489](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35489) Holds on items with no barcode are missing an input for itemnumber (24.05.00,23.11.02,23.05.08)
868
- [35489](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35489) Holds on items with no barcode are missing an input for itemnumber (24.05.00,23.11.02,23.05.08)
869
- [36735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36735) Cannot revert the waiting status of a hold (24.05.00)
869
- [36735](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36735) Cannot revert the waiting status of a hold (24.05.00)
870
- [33237](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237) If TranslateNotices is off, us the default language includes in slips (24.05.00)
870
- [33237](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237) If TranslateNotices is off, us the default language includes in slips (24.05.00)
871
  >This patch set cleans up the way languages are chosen and used in includes when printing slips. Previously, if the system preference 'TranslateNotices' was turned off (meaning the patron had their language set to 'Default'), the includes texts would be in English, even if the library had written their notices in a different language e.g. French.
871
  >This patch set cleans up the way languages are chosen and used in includes when printing slips. Previously, if the system preference 'TranslateNotices' was turned off (meaning the patron had their language set to 'Default'), the includes texts would be in English, even if the library had written their notices in a different language e.g. French.
872
  >
872
  >
873
  >With this patch set, the language used for includes will always match the language used for creating the notice itself, regardless of whether 'TranslateNotices' is turned on or off.
873
  >With this patch set, the language used for includes will always match the language used for creating the notice itself, regardless of whether 'TranslateNotices' is turned on or off.
Lines 879-904 have already been fixed in maintenance releases Link Here
879
  >This patch set also adds the display of 'Default language' to the language that will be marked as 'Default' in the notices editor tool so that the librarian writing a notice will know exactly which language will be used when printing slips.
879
  >This patch set also adds the display of 'Default language' to the language that will be marked as 'Default' in the notices editor tool so that the librarian writing a notice will know exactly which language will be used when printing slips.
880
  >
880
  >
881
  >Please note that due to these changes it is no longer possible to print the slip in any installed language simply by switching the staff interface language before printing! Bug 36733 has been added as a follow-up for restoring this functionality.
881
  >Please note that due to these changes it is no longer possible to print the slip in any installed language simply by switching the staff interface language before printing! Bug 36733 has been added as a follow-up for restoring this functionality.
882
- [36876](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36876) In table settings words are split in two and some of them cannot be translated properly (24.05.00)
882
- [36876](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36876) In table settings words are split in two and some of them cannot be translated properly (24.05.00)
883
- [36241](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36241) ILL Batches are broken (24.05.00)
883
- [36241](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36241) ILL Batches are broken (24.05.00)
884
- [36243](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36243) ILL "Edit request" action is broken (24.05.00)
884
- [36243](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36243) ILL "Edit request" action is broken (24.05.00)
885
- [36245](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36245) ILL - Custom backend form action is broken (24.05.00)
885
- [36245](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36245) ILL - Custom backend form action is broken (24.05.00)
886
- [36249](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36249) ILL - "Request from partners" action is broken (24.05.00)
886
- [36249](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36249) ILL - "Request from partners" action is broken (24.05.00)
887
- [36904](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36904) ILL error when searching from table search input (24.05.00)
887
- [36904](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36904) ILL error when searching from table search input (24.05.00)
888
- [34516](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34516) Upgrade database fails for 22.11.07.003, points to web installer (24.05.00,23.11.01,23.05.07)
888
- [34516](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34516) Upgrade database fails for 22.11.07.003, points to web installer (24.05.00,23.11.01,23.05.07)
889
- [35473](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35473) Core bookings and room reservations plugin tables clash (24.05.00,23.11.04)
889
- [35473](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35473) Core bookings and room reservations plugin tables clash (24.05.00,23.11.04)
890
- [36232](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36232) Error fixing OAI-PMH:AutoUpdateSetsEmbedItemData syspref name on the DB (24.05.00,23.11.04)
890
- [36232](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36232) Error fixing OAI-PMH:AutoUpdateSetsEmbedItemData syspref name on the DB (24.05.00,23.11.04)
891
- [36832](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36832) Adding authority records is broken (24.05.00,23.11.06,23.05.12)
891
- [36832](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36832) Adding authority records is broken (24.05.00,23.11.06,23.05.12)
892
- [31427](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31427) Automatic renewal errors should come before many other renewal errors (24.05.00,23.11.04)
892
- [31427](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31427) Automatic renewal errors should come before many other renewal errors (24.05.00,23.11.04)
893
- [34886](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34886) Regression in when hold button appears (24.05.00,23.11.05,23.05.12)
893
- [34886](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34886) Regression in when hold button appears (24.05.00,23.11.05,23.05.12)
894
- [35348](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35348) Cookie information should be available regardless of whether you are logged in or not (24.05.00)
894
- [35348](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35348) Cookie information should be available regardless of whether you are logged in or not (24.05.00)
895
- [36274](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36274) OPAC suggestions form doesn't display (24.05.00)
895
- [36274](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36274) OPAC suggestions form doesn't display (24.05.00)
896
- [36883](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36883) Can't finish club enrollment in the OPAC (24.05.00)
896
- [36883](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36883) Can't finish club enrollment in the OPAC (24.05.00)
897
- [35614](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35614) Update cpanfile for Mojolicious::Plugin::OpenAPI v5.09 (24.05.00)
897
- [35614](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35614) Update cpanfile for Mojolicious::Plugin::OpenAPI v5.09 (24.05.00)
898
- [30645](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30645) Generated DBIC query incorrect for API searches across joined extended attributes when several terms are passed (24.05.00)
898
- [30645](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30645) Generated DBIC query incorrect for API searches across joined extended attributes when several terms are passed (24.05.00)
899
  >This fixes patron searching where there are multiple patron attributes - all patron attributes are now searched. Before this, if your search included values from multiple patron attributes, no results would be found. Example: if you have two patron attributes with the value 'abc' in one and '123' in another, searching for either one worked as expected, but no results would be found searching for 'abc 123'.
899
  >This fixes patron searching where there are multiple patron attributes - all patron attributes are now searched. Before this, if your search included values from multiple patron attributes, no results would be found. Example: if you have two patron attributes with the value 'abc' in one and '123' in another, searching for either one worked as expected, but no results would be found searching for 'abc 123'.
900
- [33832](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33832) Can't change a patron's username without entering passwords (24.05.00,23.11.06,23.05.12)
900
- [33832](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33832) Can't change a patron's username without entering passwords (24.05.00,23.11.06,23.05.12)
901
- [34479](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34479) Clear saved patron search selections after certain actions (24.05.00,23.11.03,23.05.09)
901
- [34479](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34479) Clear saved patron search selections after certain actions (24.05.00,23.11.03,23.05.09)
902
  >This fixes issues with patron search, and remembering the patrons selected after performing an action (such as Add to patron list, Merge selected patrons, Batch patron modification). Remembering selected patrons was introduced in Koha 22.11, bug 29971.
902
  >This fixes issues with patron search, and remembering the patrons selected after performing an action (such as Add to patron list, Merge selected patrons, Batch patron modification). Remembering selected patrons was introduced in Koha 22.11, bug 29971.
903
  >
903
  >
904
  >Previously, the patrons selected after running an action were kept, and this either caused confusion, or could result in data loss if other actions were taken with new searches.
904
  >Previously, the patrons selected after running an action were kept, and this either caused confusion, or could result in data loss if other actions were taken with new searches.
Lines 906-1110 have already been fixed in maintenance releases Link Here
906
  >Now, after performing a search and taking one of the actions available, you are now prompted with "Keep patrons selected for a new operation". When you return to the patron search:
906
  >Now, after performing a search and taking one of the actions available, you are now prompted with "Keep patrons selected for a new operation". When you return to the patron search:
907
  >- If the patrons are kept: those patrons should still be selected
907
  >- If the patrons are kept: those patrons should still be selected
908
  >- If the patrons aren't kept: the patron selection history is empty and no patrons are selected
908
  >- If the patrons aren't kept: the patron selection history is empty and no patrons are selected
909
- [35796](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35796) Patron password expiration date lost when patron edited by superlibrarian (24.05.00,23.11.04,23.05.10)
909
- [35796](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35796) Patron password expiration date lost when patron edited by superlibrarian (24.05.00,23.11.04,23.05.10)
910
- [35980](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35980) Add message to patron needs permission check (24.05.00,23.11.05)
910
- [35980](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35980) Add message to patron needs permission check (24.05.00,23.11.05)
911
- [36368](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36368) Cannot save new patron after error (24.05.00)
911
- [36368](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36368) Cannot save new patron after error (24.05.00)
912
912
913
  **Sponsored by** *Koha-Suomi Oy*
913
  **Sponsored by** *Koha-Suomi Oy*
914
- [35930](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35930) ILL module broken if plugins disabled (24.05.00,23.11.03)
914
- [35930](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35930) ILL module broken if plugins disabled (24.05.00,23.11.03)
915
- [35759](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35759) Preservation module home yields a blank page (24.05.00,23.11.02)
915
- [35759](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35759) Preservation module home yields a blank page (24.05.00,23.11.02)
916
- [35204](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35204) REST API: POST endpoint /auth/password/validation dies on patron with expired password (24.05.00,23.11.02,23.05.08)
916
- [35204](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35204) REST API: POST endpoint /auth/password/validation dies on patron with expired password (24.05.00,23.11.02,23.05.08)
917
- [35658](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35658) Typo in /patrons/:patron_id/holds (24.05.00,23.11.02,23.05.08)
917
- [35658](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35658) Typo in /patrons/:patron_id/holds (24.05.00,23.11.02,23.05.08)
918
- [36612](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36612) The public tickets endpoint needs public fields list (24.05.00,23.11.06,23.05.12)
918
- [36612](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36612) The public tickets endpoint needs public fields list (24.05.00,23.11.06,23.05.12)
919
- [31988](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31988) manager.pl is only user for "Catalog by item type" report (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
919
- [31988](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31988) manager.pl is only user for "Catalog by item type" report (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
920
- [36568](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36568) Changing rows per page on a custom report is broken (24.05.00)
920
- [36568](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36568) Changing rows per page on a custom report is broken (24.05.00)
921
- [36308](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36308) SIP2 login broken by CSRF changes (24.05.00)
921
- [36308](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36308) SIP2 login broken by CSRF changes (24.05.00)
922
- [36563](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36563) Item search does not search for multiple values (24.05.00,23.11.06,23.05.12)
922
- [36563](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36563) Item search does not search for multiple values (24.05.00,23.11.06,23.05.12)
923
- [36349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36349) Login for SCO/SCI broken  by CSRF (24.05.00)
923
- [36349](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36349) Login for SCO/SCI broken  by CSRF (24.05.00)
924
- [35935](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35935) Wrong branch picked after an incorrect login (24.05.00,23.11.04,23.05.10)
924
- [35935](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35935) Wrong branch picked after an incorrect login (24.05.00,23.11.04,23.05.10)
925
- [36234](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36234) Language prefs cannot be modified (24.05.00)
925
- [36234](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36234) Language prefs cannot be modified (24.05.00)
926
- [36302](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36302) Patron search from search bar broken (24.05.00)
926
- [36302](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36302) Patron search from search bar broken (24.05.00)
927
- [36447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36447) Circ rules slow to load when many itemtypes and categories (24.05.00,23.11.05)
927
- [36447](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36447) Circ rules slow to load when many itemtypes and categories (24.05.00,23.11.05)
928
- [36577](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36577) (bug 34478 follow-up) marc21_linking_section.pl not working (24.05.00)
928
- [36577](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36577) (bug 34478 follow-up) marc21_linking_section.pl not working (24.05.00)
929
- [36700](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36700) CSRF: Cannot save a systempreference (when nginx drops the CSRF header with an underscore) (24.05.00)
929
- [36700](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36700) CSRF: Cannot save a systempreference (when nginx drops the CSRF header with an underscore) (24.05.00)
930
- [35460](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35460) Unable to add or edit hold rules in circulation rules table (24.05.00,23.11.01)
930
- [35460](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35460) Unable to add or edit hold rules in circulation rules table (24.05.00,23.11.01)
931
931
932
  **Sponsored by** *Koha-Suomi Oy*
932
  **Sponsored by** *Koha-Suomi Oy*
933
- [36235](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36235) System preferences chopping everything after a semicolon. (24.05.00)
933
- [36235](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36235) System preferences chopping everything after a semicolon. (24.05.00)
934
- [36597](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36597) Cannot delete circulation desk (24.05.00)
934
- [36597](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36597) Cannot delete circulation desk (24.05.00)
935
- [36332](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36332) JS error on moremember (24.05.00,23.11.04,23.05.10)
935
- [36332](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36332) JS error on moremember (24.05.00,23.11.04,23.05.10)
936
- [36844](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36844) Set library, desk, and cash register menu follow-ups (24.05.00)
936
- [36844](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36844) Set library, desk, and cash register menu follow-ups (24.05.00)
937
- [35922](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35922) t/db_dependent/www/batch.t is failing (24.05.00,23.11.03,23.05.10)
937
- [35922](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35922) t/db_dependent/www/batch.t is failing (24.05.00,23.11.03,23.05.10)
938
- [36356](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36356) FrameworkPlugin.t does not rollback properly (24.05.00,23.11.04,23.05.12)
938
- [36356](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36356) FrameworkPlugin.t does not rollback properly (24.05.00,23.11.04,23.05.12)
939
- [36535](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36535) 33568 introduced too many changes in modules without tests (24.05.00)
939
- [36535](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36535) 33568 introduced too many changes in modules without tests (24.05.00)
940
- [35696](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35696) Transit status not properly updated for items advanced in Stock Rotation tool (24.05.00,23.11.02,23.05.08)
940
- [35696](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35696) Transit status not properly updated for items advanced in Stock Rotation tool (24.05.00,23.11.02,23.05.08)
941
- [36159](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36159) Patron imports record a change for non-text columns that are not in the import file (24.05.00,23.11.05)
941
- [36159](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36159) Patron imports record a change for non-text columns that are not in the import file (24.05.00,23.11.05)
942
- [36838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36838) Can't approve or reject tags in the staff interface (24.05.00)
942
- [36838](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36838) Can't approve or reject tags in the staff interface (24.05.00)
943
- [36877](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36877) Patron card creator does not work when editing layout, profile or template (24.05.00)
943
- [36877](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36877) Patron card creator does not work when editing layout, profile or template (24.05.00)
944
- [34893](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34893) ILS-DI can return the wrong patron for AuthenticatePatron (24.05.00,23.11.02,23.05.08,22.11.14,22.05.18)
944
- [34893](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34893) ILS-DI can return the wrong patron for AuthenticatePatron (24.05.00,23.11.02,23.05.08,22.11.14,22.05.18)
945
- [35428](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35428) gulp po tasks do not clean temporary files (24.05.00,23.11.02,23.05.08)
945
- [35428](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35428) gulp po tasks do not clean temporary files (24.05.00,23.11.02,23.05.08)
946
946
947
#### Other bugs fixed
947
#### Other bugs fixed
948
948
949
- [35584](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35584) Missing licenses in about page (24.05.00,23.11.02)
949
- [35584](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35584) Missing licenses in about page (24.05.00,23.11.02)
950
- [36134](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36134) Elasticsearch authentication using userinfo parameter crashes about.pl (24.05.00,23.11.04,23.05.10)
950
- [36134](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36134) Elasticsearch authentication using userinfo parameter crashes about.pl (24.05.00,23.11.04,23.05.10)
951
- [34647](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34647) name attribute is obsolete in anchor tag (24.05.00,23.11.03,23.05.09)
951
- [34647](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34647) name attribute is obsolete in anchor tag (24.05.00,23.11.03,23.05.09)
952
- [35157](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35157) The searchfieldstype select element produces invalid HTML (24.05.00,23.11.01)
952
- [35157](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35157) The searchfieldstype select element produces invalid HTML (24.05.00,23.11.01)
953
- [35894](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35894) Duplicate link in booksellers.tt (24.05.00,23.11.03,23.05.09)
953
- [35894](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35894) Duplicate link in booksellers.tt (24.05.00,23.11.03,23.05.09)
954
- [36140](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36140) Wrong for attribute on Invoice number: label in invoice.tt (24.05.00,23.11.04,23.05.10)
954
- [36140](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36140) Wrong for attribute on Invoice number: label in invoice.tt (24.05.00,23.11.04,23.05.10)
955
- [30598](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30598) Replacement cost is not copied from retail price when ordering from file (24.05.00,23.11.06)
955
- [30598](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30598) Replacement cost is not copied from retail price when ordering from file (24.05.00,23.11.06)
956
- [32132](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32132) Missing budget_period_id in aqbudgets kills lateorders.pl (24.05.00)
956
- [32132](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32132) Missing budget_period_id in aqbudgets kills lateorders.pl (24.05.00)
957
957
958
  **Sponsored by** *Koha-Suomi Oy*
958
  **Sponsored by** *Koha-Suomi Oy*
959
- [33457](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33457) Improve display of fund users when the patron has no firstname (24.05.00,23.11.03,23.05.09)
959
- [33457](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33457) Improve display of fund users when the patron has no firstname (24.05.00,23.11.03,23.05.09)
960
- [34853](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34853) Move EDI link to new line in invoice column of acquisition details display (24.05.00,23.11.03)
960
- [34853](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34853) Move EDI link to new line in invoice column of acquisition details display (24.05.00,23.11.03)
961
- [34963](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34963) Unable to delete fields in suggestions (24.05.00,23.11.06)
961
- [34963](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34963) Unable to delete fields in suggestions (24.05.00,23.11.06)
962
- [35398](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35398) EDI: Fix support for LRP (Library Rotation Plan) for Koha with Stock Rotation enabled (24.05.00,23.11.04,23.05.10)
962
- [35398](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35398) EDI: Fix support for LRP (Library Rotation Plan) for Koha with Stock Rotation enabled (24.05.00,23.11.04,23.05.10)
963
- [35514](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35514) New order line form: Total prices not updated when adding multiple items (24.05.00,23.11.03)
963
- [35514](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35514) New order line form: Total prices not updated when adding multiple items (24.05.00,23.11.03)
964
- [35911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35911) Archived suggestions show in patron's account (24.05.00,23.11.04,23.05.10)
964
- [35911](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35911) Archived suggestions show in patron's account (24.05.00,23.11.04,23.05.10)
965
  >This fixes an unintended change introduced in Koha 22.11. Archived suggestions are now no longer shown on the patron's account page in the staff interface.
965
  >This fixes an unintended change introduced in Koha 22.11. Archived suggestions are now no longer shown on the patron's account page in the staff interface.
966
- [35916](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35916) Purchase suggestions bibliographic filter should be a "contains" search (24.05.00,23.11.04)
966
- [35916](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35916) Purchase suggestions bibliographic filter should be a "contains" search (24.05.00,23.11.04)
967
- [35927](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35927) Selecting MARC framework again doesn't work when adding to basket from an external source (24.05.00)
967
- [35927](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35927) Selecting MARC framework again doesn't work when adding to basket from an external source (24.05.00)
968
- [36002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36002) Get rid of aqorders.purchaseordernumber (24.05.00)
968
- [36002](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36002) Get rid of aqorders.purchaseordernumber (24.05.00)
969
- [36030](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36030) Do not show "Place hold" for deleted biblio record on basket page (24.05.00,23.11.06)
969
- [36030](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36030) Do not show "Place hold" for deleted biblio record on basket page (24.05.00,23.11.06)
970
- [36036](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36036) Fix location field when ordering from staged files (24.05.00,23.11.05,23.05.12)
970
- [36036](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36036) Fix location field when ordering from staged files (24.05.00,23.11.05,23.05.12)
971
- [36122](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36122) NEW_SUGGESTION is sent for every modification to the suggestion (24.05.00,23.11.06)
971
- [36122](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36122) NEW_SUGGESTION is sent for every modification to the suggestion (24.05.00,23.11.06)
972
- [36173](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36173) Cancelling order confirmation view does not show basket's info (24.05.00,23.11.06)
972
- [36173](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36173) Cancelling order confirmation view does not show basket's info (24.05.00,23.11.06)
973
  >This fixes the breadcrumb links on the confirmation page when cancelling an order (from the receiving screen).
973
  >This fixes the breadcrumb links on the confirmation page when cancelling an order (from the receiving screen).
974
- [36187](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36187) Cannot set suggestedby when adding/editing a suggestion from the staff interface (24.05.00)
974
- [36187](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36187) Cannot set suggestedby when adding/editing a suggestion from the staff interface (24.05.00)
975
- [36442](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36442) Fix typo in EDIFACT list (24.05.00)
975
- [36442](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36442) Fix typo in EDIFACT list (24.05.00)
976
976
977
  **Sponsored by** *Gothenburg University Library*
977
  **Sponsored by** *Gothenburg University Library*
978
- [36620](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36620) Broken order management for suggestions with quantity (24.05.00)
978
- [36620](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36620) Broken order management for suggestions with quantity (24.05.00)
979
979
980
  **Sponsored by** *Ignatianum University in Cracow*
980
  **Sponsored by** *Ignatianum University in Cracow*
981
- [36635](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36635) Cannot display vendor's issue (24.05.00)
981
- [36635](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36635) Cannot display vendor's issue (24.05.00)
982
- [36739](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36739) Unable to delete a budget (24.05.00)
982
- [36739](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36739) Unable to delete a budget (24.05.00)
983
- [36856](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36856) New order from existing bibliographic record does not show MARC subfield name (24.05.00)
983
- [36856](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36856) New order from existing bibliographic record does not show MARC subfield name (24.05.00)
984
- [25539](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25539) Remove AddBiblio "defer_marc_save" option (24.05.00)
984
- [25539](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25539) Remove AddBiblio "defer_marc_save" option (24.05.00)
985
- [26176](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26176) AutoLocation is badly named (24.05.00)
985
- [26176](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26176) AutoLocation is badly named (24.05.00)
986
- [30068](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30068) Wrong reference to table_borrowers in circulation.tt (24.05.00,23.11.06)
986
- [30068](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30068) Wrong reference to table_borrowers in circulation.tt (24.05.00,23.11.06)
987
- [33898](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33898) background_jobs_worker.pl may leave defunct children processes for extended periods of time (24.05.00,23.11.04,23.05.10)
987
- [33898](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33898) background_jobs_worker.pl may leave defunct children processes for extended periods of time (24.05.00,23.11.04,23.05.10)
988
- [34360](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34360) [WARN] DBIx::Class::ResultSetColumn::new(): Attempting to retrieve non-unique column 'biblionumber' on a resultset containing one-to-many joins will return duplicate results (24.05.00,23.11.06)
988
- [34360](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34360) [WARN] DBIx::Class::ResultSetColumn::new(): Attempting to retrieve non-unique column 'biblionumber' on a resultset containing one-to-many joins will return duplicate results (24.05.00,23.11.06)
989
- [34913](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34913) Upgrade DataTables from 1.10.18 to 1.13.6 (24.05.00,23.11.02,23.05.10)
989
- [34913](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34913) Upgrade DataTables from 1.10.18 to 1.13.6 (24.05.00,23.11.02,23.05.10)
990
- [34999](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34999) REST API: Public routes should respect OPACMaintenance (24.05.00,23.11.02,23.05.09)
990
- [34999](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34999) REST API: Public routes should respect OPACMaintenance (24.05.00,23.11.02,23.05.09)
991
  >This report ensures that if OPACMaintenance is set, public API calls are blocked with an UnderMaintenance exception.
991
  >This report ensures that if OPACMaintenance is set, public API calls are blocked with an UnderMaintenance exception.
992
- [35248](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35248) Bookings needs unit tests (24.05.00,23.11.04)
992
- [35248](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35248) Bookings needs unit tests (24.05.00,23.11.04)
993
- [35277](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35277) Pseudonymization should be done in a background job (24.05.00,23.11.03)
993
- [35277](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35277) Pseudonymization should be done in a background job (24.05.00,23.11.03)
994
- [35309](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35309) Remove DT's fnSetFilteringDelay (24.05.00,23.11.02,23.05.08)
994
- [35309](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35309) Remove DT's fnSetFilteringDelay (24.05.00,23.11.02,23.05.08)
995
- [35405](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35405) MarcAuthorities: Use of uninitialized value $tag in hash element at MARC/Record.pm line 202. (24.05.00,23.11.02,23.05.08)
995
- [35405](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35405) MarcAuthorities: Use of uninitialized value $tag in hash element at MARC/Record.pm line 202. (24.05.00,23.11.02,23.05.08)
996
- [35491](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35491) Reverting waiting status for holds is not logged (24.05.00,23.11.02,23.05.08)
996
- [35491](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35491) Reverting waiting status for holds is not logged (24.05.00,23.11.02,23.05.08)
997
- [35610](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35610) Missing FK on old_reserves.branchcode (24.05.00,23.11.06)
997
- [35610](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35610) Missing FK on old_reserves.branchcode (24.05.00,23.11.06)
998
  >Add a foreign key on the old_reserves.branchcode database column. This link was missing and the column may contain incorrect data/branchcode.
998
  >Add a foreign key on the old_reserves.branchcode database column. This link was missing and the column may contain incorrect data/branchcode.
999
  >Note that the values will now be set to NULL when the branchcode is incorrect.
999
  >Note that the values will now be set to NULL when the branchcode is incorrect.
1000
- [35629](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35629) Redundant code in includes/patron-search.inc (24.05.00,23.11.02,23.05.08)
1000
- [35629](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35629) Redundant code in includes/patron-search.inc (24.05.00,23.11.02,23.05.08)
1001
- [35701](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35701) Cannot use i18n.inc from memberentrygen (24.05.00,23.11.03,23.05.09)
1001
- [35701](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35701) Cannot use i18n.inc from memberentrygen (24.05.00,23.11.03,23.05.09)
1002
- [35702](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35702) Reduce DB calls when performing authorities merge (24.05.00,23.11.02,23.05.09)
1002
- [35702](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35702) Reduce DB calls when performing authorities merge (24.05.00,23.11.02,23.05.09)
1003
- [35718](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35718) Remove ES6 warnings from JavaScript system preferences (24.05.00,23.11.04)
1003
- [35718](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35718) Remove ES6 warnings from JavaScript system preferences (24.05.00,23.11.04)
1004
  >This removes some warnings when entering JavaScript in UserJS system preferences and library specific OPAC JS, when using ECMAScript 6 features/syntax.
1004
  >This removes some warnings when entering JavaScript in UserJS system preferences and library specific OPAC JS, when using ECMAScript 6 features/syntax.
1005
- [35833](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35833) Fix few noisy warnings from C4/Koha and search (24.05.00,23.11.03)
1005
- [35833](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35833) Fix few noisy warnings from C4/Koha and search (24.05.00,23.11.03)
1006
- [35835](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35835) Fix shebang for cataloguing/ysearch.pl (24.05.00,23.11.03,23.05.09)
1006
- [35835](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35835) Fix shebang for cataloguing/ysearch.pl (24.05.00,23.11.03,23.05.09)
1007
- [35918](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35918) Incorrect library used when AutoLocation configured using the same IP (24.05.00,23.11.03,23.05.09,22.11.15,22.05.19)
1007
- [35918](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35918) Incorrect library used when AutoLocation configured using the same IP (24.05.00,23.11.03,23.05.09,22.11.15,22.05.19)
1008
- [35921](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35921) Improve performance of acquisitions start page when there are many budgets (24.05.00,23.11.04,23.05.12)
1008
- [35921](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35921) Improve performance of acquisitions start page when there are many budgets (24.05.00,23.11.04,23.05.12)
1009
- [35950](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35950) Move the handling of statistics patron logic out of CanBookBeIssued (24.05.00,23.11.04)
1009
- [35950](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35950) Move the handling of statistics patron logic out of CanBookBeIssued (24.05.00,23.11.04)
1010
- [35960](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35960) XSS in staff login form (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
1010
- [35960](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35960) XSS in staff login form (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
1011
- [35979](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35979) Possible RealTimeHoldsQueue check missing in modrequest.pl for BatchUpdateBiblioHoldsQueue background job (24.05.00,23.11.06)
1011
- [35979](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35979) Possible RealTimeHoldsQueue check missing in modrequest.pl for BatchUpdateBiblioHoldsQueue background job (24.05.00,23.11.06)
1012
- [36000](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36000) Fix CGI::param called in list context from catalogue/search.pl (24.05.00,23.11.04,23.05.10)
1012
- [36000](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36000) Fix CGI::param called in list context from catalogue/search.pl (24.05.00,23.11.04,23.05.10)
1013
- [36031](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36031) Get rid of (outdated) misc/bin/set-selinux-labels.sh (24.05.00)
1013
- [36031](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36031) Get rid of (outdated) misc/bin/set-selinux-labels.sh (24.05.00)
1014
- [36056](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36056) Clarify subpermissions check behavior in C4::Auth (24.05.00,23.11.04,23.05.10)
1014
- [36056](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36056) Clarify subpermissions check behavior in C4::Auth (24.05.00,23.11.04,23.05.10)
1015
- [36088](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36088) Remove useless code form opac-account-pay.pl (24.05.00,23.11.04,23.05.10)
1015
- [36088](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36088) Remove useless code form opac-account-pay.pl (24.05.00,23.11.04,23.05.10)
1016
- [36092](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36092) sessionID not passed to the template on auth.tt (24.05.00,23.11.03,23.05.09)
1016
- [36092](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36092) sessionID not passed to the template on auth.tt (24.05.00,23.11.03,23.05.09)
1017
- [36170](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36170) Wrong warning in memberentry (24.05.00,23.11.04)
1017
- [36170](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36170) Wrong warning in memberentry (24.05.00,23.11.04)
1018
- [36212](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36212) transferbook should not look for items without barcode (24.05.00,23.11.04,23.05.10)
1018
- [36212](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36212) transferbook should not look for items without barcode (24.05.00,23.11.04,23.05.10)
1019
- [36307](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36307) SMS::Send driver errors are not captured and stored (24.05.00,23.11.06)
1019
- [36307](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36307) SMS::Send driver errors are not captured and stored (24.05.00,23.11.06)
1020
- [36322](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36322) Can run docs/**/*.pl from the UI (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
1020
- [36322](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36322) Can run docs/**/*.pl from the UI (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
1021
- [36323](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36323) koha_perl_deps.pl can be run from the UI (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
1021
- [36323](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36323) koha_perl_deps.pl can be run from the UI (24.05.00,23.11.04,23.05.10,22.11.16,22.05.20)
1022
- [36378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36378) Cannot stay logged in if AutoLocation is enabled but library's IP address is not set correctly (24.05.00)
1022
- [36378](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36378) Cannot stay logged in if AutoLocation is enabled but library's IP address is not set correctly (24.05.00)
1023
- [36386](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36386) Prevent Net::Server warn about User Not Defined from SIPServer (24.05.00,23.11.06)
1023
- [36386](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36386) Prevent Net::Server warn about User Not Defined from SIPServer (24.05.00,23.11.06)
1024
- [36395](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36395) Useless fetch of AV categories in admin/marc_subfields_structure.pl (24.05.00,23.11.06)
1024
- [36395](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36395) Useless fetch of AV categories in admin/marc_subfields_structure.pl (24.05.00,23.11.06)
1025
1025
1026
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
1026
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
1027
- [36432](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36432) Remove circular dependency from Koha::Object (24.05.00,23.11.06)
1027
- [36432](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36432) Remove circular dependency from Koha::Object (24.05.00,23.11.06)
1028
- [36438](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36438) MARCdetail: Can't call method "metadata" on an undefined value (24.05.00,23.11.06)
1028
- [36438](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36438) MARCdetail: Can't call method "metadata" on an undefined value (24.05.00,23.11.06)
1029
- [36463](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36463) We should compress our JSON responses (gzip deflate mod_deflate application/json) (24.05.00,23.11.06)
1029
- [36463](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36463) We should compress our JSON responses (gzip deflate mod_deflate application/json) (24.05.00,23.11.06)
1030
- [36473](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36473) updatetotalissues.pl should not die on a bad record (24.05.00,23.11.06)
1030
- [36473](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36473) updatetotalissues.pl should not die on a bad record (24.05.00,23.11.06)
1031
  >This fixes the misc/cronjobs/update_totalissues.pl script so that it skips records with invalid data, instead of just stopping. (This also means that the 'Most-circulated items' report now shows the correct data - if the script stopped because of invalid records, the report may have not picked up circulated items.)
1031
  >This fixes the misc/cronjobs/update_totalissues.pl script so that it skips records with invalid data, instead of just stopping. (This also means that the 'Most-circulated items' report now shows the correct data - if the script stopped because of invalid records, the report may have not picked up circulated items.)
1032
- [36521](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36521) Checkbox preferences should be allowed to be submitted empty (24.05.00)
1032
- [36521](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36521) Checkbox preferences should be allowed to be submitted empty (24.05.00)
1033
- [36526](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36526) Remove circular dependency from Koha::Objects (24.05.00,23.11.06)
1033
- [36526](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36526) Remove circular dependency from Koha::Objects (24.05.00,23.11.06)
1034
- [36531](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36531) Koha should serve text/javascript compressed, like application/javascript is (24.05.00,22.11.06)
1034
- [36531](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36531) Koha should serve text/javascript compressed, like application/javascript is (24.05.00,22.11.06)
1035
- [36634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36634) tools/automatic_item_modification_by_age.pl use cud-show instead of show (24.05.00)
1035
- [36634](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36634) tools/automatic_item_modification_by_age.pl use cud-show instead of show (24.05.00)
1036
- [36639](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36639) CSRF: Fix deleting authority from authority detail page (24.05.00)
1036
- [36639](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36639) CSRF: Fix deleting authority from authority detail page (24.05.00)
1037
- [36774](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36774) Flatpickr clear() adds unintentional clear button (24.05.00,23.11.06)
1037
- [36774](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36774) Flatpickr clear() adds unintentional clear button (24.05.00,23.11.06)
1038
- [36793](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36793) Local preferences should not stay in the cache when they are deleted (24.05.00)
1038
- [36793](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36793) Local preferences should not stay in the cache when they are deleted (24.05.00)
1039
- [36858](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36858) Crash on wrong page number in opac-shelves (24.05.00)
1039
- [36858](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36858) Crash on wrong page number in opac-shelves (24.05.00)
1040
- [36914](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36914) DBIx::Class warning from shelves.pl (24.05.00)
1040
- [36914](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36914) DBIx::Class warning from shelves.pl (24.05.00)
1041
- [29930](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29930) 'cardnumber' overwritten with userid when not mapped (LDAP auth) (24.05.00,23.11.03,23.05.09)
1041
- [29930](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29930) 'cardnumber' overwritten with userid when not mapped (LDAP auth) (24.05.00,23.11.03,23.05.09)
1042
- [36098](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36098) Create Koha::Session module (24.05.00,23.11.04,23.05.10,22.11.16)
1042
- [36098](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36098) Create Koha::Session module (24.05.00,23.11.04,23.05.10,22.11.16)
1043
- [36908](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36908) Clarify and standardize the behavior of AutoLocation/ StaffLoginBranchBasedOnIP system preferences (24.05.00)
1043
- [36908](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36908) Clarify and standardize the behavior of AutoLocation/ StaffLoginBranchBasedOnIP system preferences (24.05.00)
1044
- [24424](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24424) Advanced editor - interface hangs as "Loading" when given an invalid bib number (24.05.00)
1044
- [24424](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24424) Advanced editor - interface hangs as "Loading" when given an invalid bib number (24.05.00)
1045
1045
1046
  **Sponsored by** *Ignatianum University in Cracow*
1046
  **Sponsored by** *Ignatianum University in Cracow*
1047
- [27363](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27363) Restore temporary selection of Z39.50 targets throughout multiple searches (24.05.00,23.11.06)
1047
- [27363](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27363) Restore temporary selection of Z39.50 targets throughout multiple searches (24.05.00,23.11.06)
1048
- [27893](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27893) Deleting a bibliographic record should warn about attached acquisition orders and cancel them (24.05.00)
1048
- [27893](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27893) Deleting a bibliographic record should warn about attached acquisition orders and cancel them (24.05.00)
1049
- [29522](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522) Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match (24.05.00,23.11.04,23.05.10)
1049
- [29522](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522) Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match (24.05.00,23.11.04,23.05.10)
1050
- [32029](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32029) Automatic item modifications by age missing biblio table (24.05.00,23.11.04,23.05.10)
1050
- [32029](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32029) Automatic item modifications by age missing biblio table (24.05.00,23.11.04,23.05.10)
1051
- [33639](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33639) Adding item to item group from 'Add item' screen doesn't work (24.05.00,23.11.02,23.05.09)
1051
- [33639](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33639) Adding item to item group from 'Add item' screen doesn't work (24.05.00,23.11.02,23.05.09)
1052
  >This fixes adding a new item to an item group (when using the item groups feature - EnableItemGroups system preference). before this fix, even if you selected an item group, it was not added to it.
1052
  >This fixes adding a new item to an item group (when using the item groups feature - EnableItemGroups system preference). before this fix, even if you selected an item group, it was not added to it.
1053
- [34234](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34234) Item groups dropdown in detail page modal does not respect display order (24.05.00,23.11.04,23.05.10)
1053
- [34234](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34234) Item groups dropdown in detail page modal does not respect display order (24.05.00,23.11.04,23.05.10)
1054
- [35383](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35383) Dragging and dropping subfield of repeated tags doesn't work (24.05.00,23.11.01)
1054
- [35383](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35383) Dragging and dropping subfield of repeated tags doesn't work (24.05.00,23.11.01)
1055
- [35414](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35414) Silence warn related to number_of_copies (24.05.00,23.11.01,23.05.07)
1055
- [35414](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35414) Silence warn related to number_of_copies (24.05.00,23.11.01,23.05.07)
1056
- [35425](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35425) Sortable prevents mouse selection of text inside child input/textarea elements (24.05.00,23.11.01)
1056
- [35425](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35425) Sortable prevents mouse selection of text inside child input/textarea elements (24.05.00,23.11.01)
1057
- [35441](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35441) Typo 'UniqueItemsFields' system preference (24.05.00,23.11.01,23.05.07)
1057
- [35441](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35441) Typo 'UniqueItemsFields' system preference (24.05.00,23.11.01,23.05.07)
1058
- [35554](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35554) Authority search popup is only 700px (24.05.00,23.11.04,23.05.10)
1058
- [35554](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35554) Authority search popup is only 700px (24.05.00,23.11.04,23.05.10)
1059
- [35651](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35651) Toggle for advanced editor should not show to staff without advanced_editor permissions (24.05.00,23.11.02)
1059
- [35651](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35651) Toggle for advanced editor should not show to staff without advanced_editor permissions (24.05.00,23.11.02)
1060
  >This fixes the display of the button to access the advanced editor. It now only displays when the staff patron has the correct permissions ("Use the advanced cataloging editor (requires edit_catalogue)").
1060
  >This fixes the display of the button to access the advanced editor. It now only displays when the staff patron has the correct permissions ("Use the advanced cataloging editor (requires edit_catalogue)").
1061
- [35695](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35695) Remove useless item group code from cataloging_additem.js (24.05.00,23.11.03,23.05.09)
1061
- [35695](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35695) Remove useless item group code from cataloging_additem.js (24.05.00,23.11.03,23.05.09)
1062
- [35774](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35774) add_item_to_item_group additem.pl should be $item->itemnumber instead of biblioitemnumber (24.05.00,23.11.03,23.05.09)
1062
- [35774](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35774) add_item_to_item_group additem.pl should be $item->itemnumber instead of biblioitemnumber (24.05.00,23.11.03,23.05.09)
1063
- [35963](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35963) Problem using some filters in the bundled items table (24.05.00,23.11.04,23.05.10)
1063
- [35963](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35963) Problem using some filters in the bundled items table (24.05.00,23.11.04,23.05.10)
1064
- [36461](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36461) Advanced editor should disable RequireJS timeout with waitSeconds: 0 (24.05.00,23.11.06)
1064
- [36461](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36461) Advanced editor should disable RequireJS timeout with waitSeconds: 0 (24.05.00,23.11.06)
1065
- [36552](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36552) Update record 'date entered on file' when duplicating a record (24.05.00,23.11.06)
1065
- [36552](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36552) Update record 'date entered on file' when duplicating a record (24.05.00,23.11.06)
1066
- [36589](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36589) Advanced cataloging - restore the correct height of the clipboard (24.05.00)
1066
- [36589](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36589) Advanced cataloging - restore the correct height of the clipboard (24.05.00)
1067
- [36756](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36756) Fix default action on split update button when editing tickets/catalog concerns (24.05.00)
1067
- [36756](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36756) Fix default action on split update button when editing tickets/catalog concerns (24.05.00)
1068
- [36757](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36757) Add assignee to catalog concern/ticket detail view when opened from catalog detail page (24.05.00)
1068
- [36757](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36757) Add assignee to catalog concern/ticket detail view when opened from catalog detail page (24.05.00)
1069
- [36786](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36786) (Bug 31791 follow-up) Koha explodes when trying to edit a bibliographic record with an invalid biblionumber (24.05.00)
1069
- [36786](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36786) (Bug 31791 follow-up) Koha explodes when trying to edit a bibliographic record with an invalid biblionumber (24.05.00)
1070
1070
1071
  **Sponsored by** *Ignatianum University in Cracow*
1071
  **Sponsored by** *Ignatianum University in Cracow*
1072
- [36794](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36794) Illegitimate modification of biblionumber subfield content (999 $c) (24.05.00)
1072
- [36794](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36794) Illegitimate modification of biblionumber subfield content (999 $c) (24.05.00)
1073
1073
1074
  **Sponsored by** *Ignatianum University in Cracow*
1074
  **Sponsored by** *Ignatianum University in Cracow*
1075
- [8461](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8461) Block returns of withdrawn items show as 'not checked out' (24.05.00,23.11.06)
1075
- [8461](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8461) Block returns of withdrawn items show as 'not checked out' (24.05.00,23.11.06)
1076
- [18139](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18139) 'Too many checked out' can confuse librarians (24.05.00,23.11.02)
1076
- [18139](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18139) 'Too many checked out' can confuse librarians (24.05.00,23.11.02)
1077
- [18885](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18885) When 'on-site checkout' was used, the 'Specify due date' should be emptied for next checkout unless OnSiteCheckoutAutoCheck (24.05.00,23.11.06)
1077
- [18885](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18885) When 'on-site checkout' was used, the 'Specify due date' should be emptied for next checkout unless OnSiteCheckoutAutoCheck (24.05.00,23.11.06)
1078
- [30230](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30230) Search for patrons in checkout should not require edit_borrowers permission (24.05.00,23.11.03)
1078
- [30230](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30230) Search for patrons in checkout should not require edit_borrowers permission (24.05.00,23.11.03)
1079
- [30324](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30324) Parent and child itemtype checkout limits not enforced as expected (24.05.00,23.11.06)
1079
- [30324](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30324) Parent and child itemtype checkout limits not enforced as expected (24.05.00,23.11.06)
1080
- [34263](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34263) Suspending holds consecutively populates previously used date falsely (24.05.00)
1080
- [34263](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34263) Suspending holds consecutively populates previously used date falsely (24.05.00)
1081
- [35149](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35149) Add "do nothing" option to CircAutoPrintQuickSlip system preference (24.05.00)
1081
- [35149](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35149) Add "do nothing" option to CircAutoPrintQuickSlip system preference (24.05.00)
1082
- [35216](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35216) Use return variable names from CanBookBeIssued in circulation.pl for consistency (24.05.00,23.11.02)
1082
- [35216](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35216) Use return variable names from CanBookBeIssued in circulation.pl for consistency (24.05.00,23.11.02)
1083
- [35310](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35310) Current renewals 'view' link doesnt work if renewals correspond to an item no longer checked out (24.05.00,23.11.02,23.05.08)
1083
- [35310](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35310) Current renewals 'view' link doesnt work if renewals correspond to an item no longer checked out (24.05.00,23.11.02,23.05.08)
1084
  >This fixes the current renewals information (shown under the statuses section) on the item page for records in the staff interface so that:
1084
  >This fixes the current renewals information (shown under the statuses section) on the item page for records in the staff interface so that:
1085
  >1. The current renewals row is only now shown if there are current renewals for the item (previously it was shown for all items, even if they had no renewals).
1085
  >1. The current renewals row is only now shown if there are current renewals for the item (previously it was shown for all items, even if they had no renewals).
1086
  >2. It only shows the number of current renewals for the current check out (previously the number shown would include all renewals, including for previous check-outs).
1086
  >2. It only shows the number of current renewals for the current check out (previously the number shown would include all renewals, including for previous check-outs).
1087
- [35357](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35357) Item not removed from holds queue when checked out to a different patron (24.05.00,23.11.04)
1087
- [35357](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35357) Item not removed from holds queue when checked out to a different patron (24.05.00,23.11.04)
1088
- [35360](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35360) Inconsistent use/look of 'Cancel hold(s)' button on circ/waitingreserves.pl (24.05.00,23.11.03,23.05.09)
1088
- [35360](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35360) Inconsistent use/look of 'Cancel hold(s)' button on circ/waitingreserves.pl (24.05.00,23.11.03,23.05.09)
1089
- [35469](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35469) Cannot create bookings without circulation permissions (24.05.00,23.11.04)
1089
- [35469](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35469) Cannot create bookings without circulation permissions (24.05.00,23.11.04)
1090
- [35483](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35483) Restore item level to record level hold switch in hold table (24.05.00,23.11.03)
1090
- [35483](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35483) Restore item level to record level hold switch in hold table (24.05.00,23.11.03)
1091
- [35532](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35532) Use of calendar for date range in bookings is not clear (24.05.00,23.11.04)
1091
- [35532](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35532) Use of calendar for date range in bookings is not clear (24.05.00,23.11.04)
1092
  >This updates the bookings feature to make selecting the booking period clearer:
1092
  >This updates the bookings feature to make selecting the booking period clearer:
1093
  >- Changes field label from 'Period' to 'Booking dates'
1093
  >- Changes field label from 'Period' to 'Booking dates'
1094
  >- Adds a hint added to indicate that you need to select a start and end date ('Select the booking start and end date')
1094
  >- Adds a hint added to indicate that you need to select a start and end date ('Select the booking start and end date')
1095
  >- Removes the date shortcut options from the date picker, as they do not make sense for bookings
1095
  >- Removes the date shortcut options from the date picker, as they do not make sense for bookings
1096
- [35535](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35535) Cancel hold -button does not work in pop-up (Hold found, item is already waiting) (24.05.00,23.11.03)
1096
- [35535](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35535) Cancel hold -button does not work in pop-up (Hold found, item is already waiting) (24.05.00,23.11.03)
1097
- [35587](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35587) Items lose their lost status when check-in triggers a transfer even though BlockReturnOfLostItems is enabled (24.05.00,23.11.02,23.05.08)
1097
- [35587](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35587) Items lose their lost status when check-in triggers a transfer even though BlockReturnOfLostItems is enabled (24.05.00,23.11.02,23.05.08)
1098
1098
1099
  **Sponsored by** *Pymble Ladies' College*
1099
  **Sponsored by** *Pymble Ladies' College*
1100
- [35600](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35600) Prevent checkouts table to flicker (24.05.00,23.11.02,23.05.08)
1100
- [35600](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35600) Prevent checkouts table to flicker (24.05.00,23.11.02,23.05.08)
1101
- [35773](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35773) Cannot create bookings without edit_borrowers, label_creator, routing or order_manage permissions (24.05.00,23.11.04)
1101
- [35773](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35773) Cannot create bookings without edit_borrowers, label_creator, routing or order_manage permissions (24.05.00,23.11.04)
1102
- [35840](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35840) Local use is double-counted when using both RecordLocalUseOnReturn and statistical patrons (24.05.00,23.11.04)
1102
- [35840](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35840) Local use is double-counted when using both RecordLocalUseOnReturn and statistical patrons (24.05.00,23.11.04)
1103
- [35924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35924) The 'checkin slip' button should not be available for patrons whose privacy is set to never (24.05.00,23.11.04)
1103
- [35924](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35924) The 'checkin slip' button should not be available for patrons whose privacy is set to never (24.05.00,23.11.04)
1104
- [35983](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35983) Library specific refund lost item replacement fee cannot be 'refund_unpaid' (24.05.00,23.11.04,23.05.10)
1104
- [35983](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35983) Library specific refund lost item replacement fee cannot be 'refund_unpaid' (24.05.00,23.11.04,23.05.10)
1105
- [36060](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36060) If issues table includes overdues 'Renew selected items' button is disabled (24.05.00)
1105
- [36060](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36060) If issues table includes overdues 'Renew selected items' button is disabled (24.05.00)
1106
- [36091](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36091) Spelling: Use "card number" instead of cardnumber in text (24.05.00,23.11.04)
1106
- [36091](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36091) Spelling: Use "card number" instead of cardnumber in text (24.05.00,23.11.04)
1107
- [36139](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36139) Bug 35518 follow-up: fix AutoSwitchPatron (24.05.00,23.11.05)
1107
- [36139](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36139) Bug 35518 follow-up: fix AutoSwitchPatron (24.05.00,23.11.05)
1108
  >This fixes an issue when the AutoSwitchPatron system preference is enabled (the issue was caused by bug 35518 - added to Koha 24.05.00, 23.11.03, and 23.05.09).
1108
  >This fixes an issue when the AutoSwitchPatron system preference is enabled (the issue was caused by bug 35518 - added to Koha 24.05.00, 23.11.03, and 23.05.09).
1109
  >
1109
  >
1110
  >If you went to check out an item to a patron, and then entered another patron's card number in the item bar code, it was correctly:
1110
  >If you went to check out an item to a patron, and then entered another patron's card number in the item bar code, it was correctly:
Lines 1112-1144 have already been fixed in maintenance releases Link Here
1112
  >- showing a message to say that the patron was switched.
1112
  >- showing a message to say that the patron was switched.
1113
  >
1113
  >
1114
  >However, it was also incorrectly showing a "Barcode not found" message - this is now fixed, and is no longer displayed.
1114
  >However, it was also incorrectly showing a "Barcode not found" message - this is now fixed, and is no longer displayed.
1115
- [36347](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36347) Return claims table is loaded twice (24.05.00,23.11.06)
1115
- [36347](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36347) Return claims table is loaded twice (24.05.00,23.11.06)
1116
- [36393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36393) Renewal with a specific date does not take the new date due that we pick (24.05.00,23.11.06)
1116
- [36393](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36393) Renewal with a specific date does not take the new date due that we pick (24.05.00,23.11.06)
1117
- [36494](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36494) Flatpickr error on checkout page if the patron is blocked from checking out (24.05.00,23.11.06)
1117
- [36494](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36494) Flatpickr error on checkout page if the patron is blocked from checking out (24.05.00,23.11.06)
1118
- [36581](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36581) Checkouts table on patron account won't load if any of the items have item notes (24.05.00)
1118
- [36581](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36581) Checkouts table on patron account won't load if any of the items have item notes (24.05.00)
1119
- [36614](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36614) Reinstate phone column in patron search (24.05.00,23.11.06)
1119
- [36614](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36614) Reinstate phone column in patron search (24.05.00,23.11.06)
1120
- [36619](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36619) Cannot show/hide columns on the patron search table when placing a hold (24.05.00)
1120
- [36619](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36619) Cannot show/hide columns on the patron search table when placing a hold (24.05.00)
1121
- [30627](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30627) koha-run-backups delete the backup files after finished its job without caring days option (24.05.00,23.11.03,23.05.09)
1121
- [30627](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30627) koha-run-backups delete the backup files after finished its job without caring days option (24.05.00,23.11.03,23.05.09)
1122
- [34091](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34091) Typo in help for cleanupdatabase.pl: --log-modules  needs to be --log-module (24.05.00,23.11.01,23.05.07)
1122
- [34091](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34091) Typo in help for cleanupdatabase.pl: --log-modules  needs to be --log-module (24.05.00,23.11.01,23.05.07)
1123
- [35373](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35373) Remove comment about bug 8000 in gather_print_notices.pl (24.05.00,23.11.03,23.05.09)
1123
- [35373](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35373) Remove comment about bug 8000 in gather_print_notices.pl (24.05.00,23.11.03,23.05.09)
1124
- [35596](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35596) Error in writeoff_debts documentation (24.05.00,23.11.03,23.05.09)
1124
- [35596](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35596) Error in writeoff_debts documentation (24.05.00,23.11.03,23.05.09)
1125
- [36009](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36009) Document koha-worker --queue elastic_index (24.05.00,23.11.04,23.05.10)
1125
- [36009](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36009) Document koha-worker --queue elastic_index (24.05.00,23.11.04,23.05.10)
1126
- [36517](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36517) Fix output from install_plugins.pl (24.05.00,23.11.06)
1126
- [36517](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36517) Fix output from install_plugins.pl (24.05.00,23.11.06)
1127
- [36709](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36709) Add --confirm flag to update_localuse_from_statistics.pl script (24.05.00)
1127
- [36709](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36709) Add --confirm flag to update_localuse_from_statistics.pl script (24.05.00)
1128
- [36787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36787) staticfines.pl missing use Koha::DateUtils::output_pref (24.05.00,23.11.06)
1128
- [36787](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36787) staticfines.pl missing use Koha::DateUtils::output_pref (24.05.00,23.11.06)
1129
- [36033](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36033) Table pseudonymized_transactions needs more indexes (24.05.00,23.11.06,23.05.12)
1129
- [36033](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36033) Table pseudonymized_transactions needs more indexes (24.05.00,23.11.06,23.05.12)
1130
- [36687](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36687) itemtypes.notforloan should be tinyint and NOT NULL (24.05.00,23.11.06)
1130
- [36687](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36687) itemtypes.notforloan should be tinyint and NOT NULL (24.05.00,23.11.06)
1131
- [35354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35354) Update emailLibrarianWhenHoldisPlaced system preference description (24.05.00,23.11.03,23.05.09)
1131
- [35354](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35354) Update emailLibrarianWhenHoldisPlaced system preference description (24.05.00,23.11.03,23.05.09)
1132
- [35392](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392) HTML in translatable string (24.05.00,23.11.06)
1132
- [35392](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392) HTML in translatable string (24.05.00,23.11.06)
1133
- [35408](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35408) ERM > Titles > Import from a list gives an invalid link to the import job (24.05.00,23.11.01,23.05.07)
1133
- [35408](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35408) ERM > Titles > Import from a list gives an invalid link to the import job (24.05.00,23.11.01,23.05.07)
1134
- [35757](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35757) Sushi service and counter registry tests are failing (24.05.00,23.11.02)
1134
- [35757](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35757) Sushi service and counter registry tests are failing (24.05.00,23.11.02)
1135
- [36093](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36093) Fix missing array reference in provider rollup reports (24.05.00,23.11.06)
1135
- [36093](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36093) Fix missing array reference in provider rollup reports (24.05.00,23.11.06)
1136
- [36392](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36392) Only 20 vendors in ERM dropdown (24.05.00,23.11.06)
1136
- [36392](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36392) Only 20 vendors in ERM dropdown (24.05.00,23.11.06)
1137
  >This fixes the listing of vendors when adding a new agreement in the electronic resources (ERM) module. Previously only the first 20 vendors were displayed, now all vendors are displayed.
1137
  >This fixes the listing of vendors when adding a new agreement in the electronic resources (ERM) module. Previously only the first 20 vendors were displayed, now all vendors are displayed.
1138
- [36623](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36623) Remove localhost reference from counter logs page (24.05.00,23.11.06)
1138
- [36623](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36623) Remove localhost reference from counter logs page (24.05.00,23.11.06)
1139
- [36827](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36827) Tabs in the ERM module have a gap above the tab content (24.05.00)
1139
- [36827](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36827) Tabs in the ERM module have a gap above the tab content (24.05.00)
1140
- [36828](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36828) Remove unnecessary code from UsageStatisticsReportsHome.vue (24.05.00)
1140
- [36828](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36828) Remove unnecessary code from UsageStatisticsReportsHome.vue (24.05.00)
1141
- [32565](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32565) Holds placed when all libraries are closed do not get added to holds queue if HoldsQueueSkipClosed and RealTimeHoldsQueue are enabled (24.05.00,23.11.06)
1141
- [32565](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32565) Holds placed when all libraries are closed do not get added to holds queue if HoldsQueueSkipClosed and RealTimeHoldsQueue are enabled (24.05.00,23.11.06)
1142
  >This patch set adds a new option "--unallocated" to the build_holds_queue.pl cronjob.
1142
  >This patch set adds a new option "--unallocated" to the build_holds_queue.pl cronjob.
1143
  >
1143
  >
1144
  >This option prevents deletion of the existing queue, and looks for new unassigned holds that may be mapped to available items.
1144
  >This option prevents deletion of the existing queue, and looks for new unassigned holds that may be mapped to available items.
Lines 1150-1319 have already been fixed in maintenance releases Link Here
1150
  >With RTHQ, libraries could run a nightly 'unallocated' cron to select holds for libraries that were not open on the previous day, and to select holds that have been unsuspended by another cronjob.
1150
  >With RTHQ, libraries could run a nightly 'unallocated' cron to select holds for libraries that were not open on the previous day, and to select holds that have been unsuspended by another cronjob.
1151
  >
1151
  >
1152
  >Current setups will continue to function as before with no change, but libraries may wish to review their options after this upgrade.
1152
  >Current setups will continue to function as before with no change, but libraries may wish to review their options after this upgrade.
1153
- [34823](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34823) Do not show item group drop-down if there are no item groups (24.05.00)
1153
- [34823](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34823) Do not show item group drop-down if there are no item groups (24.05.00)
1154
- [35394](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35394) Correct the message displayed when attempting to checkout an item during it's booking period (24.05.00,23.11.06)
1154
- [35394](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35394) Correct the message displayed when attempting to checkout an item during it's booking period (24.05.00,23.11.06)
1155
  >This fixes the logic and message displayed if you try to check out an item where there is a booking. Now you cannot check out an item where there is a booking, and the message displayed is: "The item is booked for another patron".
1155
  >This fixes the logic and message displayed if you try to check out an item where there is a booking. Now you cannot check out an item where there is a booking, and the message displayed is: "The item is booked for another patron".
1156
- [35559](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35559) Can't change the pickup date of holds on the last day of expiration (24.05.00,23.11.06)
1156
- [35559](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35559) Can't change the pickup date of holds on the last day of expiration (24.05.00,23.11.06)
1157
- [35573](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35573) Koha is not correctly warning of overridden items when placing a hold if AllowHoldPolicyOverride (24.05.00,23.11.06)
1157
- [35573](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35573) Koha is not correctly warning of overridden items when placing a hold if AllowHoldPolicyOverride (24.05.00,23.11.06)
1158
- [35977](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35977) Display current date in hold starts on when placing a hold in the OPAC (24.05.00,23.11.06)
1158
- [35977](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35977) Display current date in hold starts on when placing a hold in the OPAC (24.05.00,23.11.06)
1159
- [35997](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35997) Cancelling a hold should remove the hold from the queue (24.05.00,23.11.04)
1159
- [35997](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35997) Cancelling a hold should remove the hold from the queue (24.05.00,23.11.04)
1160
- [36103](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36103) Remove the "Cancel hold" link for item level holds (24.05.00,23.11.04,23.05.10)
1160
- [36103](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36103) Remove the "Cancel hold" link for item level holds (24.05.00,23.11.04,23.05.10)
1161
- [36137](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36137) update_totalissues.pl should always skip_holds_queue (24.05.00,23.11.06)
1161
- [36137](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36137) update_totalissues.pl should always skip_holds_queue (24.05.00,23.11.06)
1162
- [36227](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36227) No warning if placing hold on item group with no items (24.05.00,23.11.06)
1162
- [36227](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36227) No warning if placing hold on item group with no items (24.05.00,23.11.06)
1163
- [36439](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36439) Column settings are missing on holds-to-pull table (24.05.00,23.11.06)
1163
- [36439](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36439) Column settings are missing on holds-to-pull table (24.05.00,23.11.06)
1164
- [36775](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36775) Option to place multiple holds on single bib should not be hidden when holds per record is unlimited (24.05.00)
1164
- [36775](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36775) Option to place multiple holds on single bib should not be hidden when holds per record is unlimited (24.05.00)
1165
- [36797](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36797) Record with 1000+ holds and unique priorities causes a 500 error (24.05.00)
1165
- [36797](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36797) Record with 1000+ holds and unique priorities causes a 500 error (24.05.00)
1166
- [36864](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36864) Further improvements to holds request page (24.05.00)
1166
- [36864](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36864) Further improvements to holds request page (24.05.00)
1167
  >This is part of improvements to placing holds from the record page in the staff interface.
1167
  >This is part of improvements to placing holds from the record page in the staff interface.
1168
  >
1168
  >
1169
  >It adds a tick icon with a green background to the section selected (either 'Hold next available item' or 'Hold a specific item').
1169
  >It adds a tick icon with a green background to the section selected (either 'Hold next available item' or 'Hold a specific item').
1170
  >
1170
  >
1171
  >It prevents selecting drop down lists in the section not selected.
1171
  >It prevents selecting drop down lists in the section not selected.
1172
- [36899](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36899) Further improvements to holds request page, part 2 (24.05.00)
1172
- [36899](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36899) Further improvements to holds request page, part 2 (24.05.00)
1173
  >This is part of improvements to placing holds from the record page in the staff interface. When selecting 'Hold next available item', 'Hold next available item from an item group' (when item groups enabled), or 'Hold a specific item' you can now select anywhere on that section of the page, instead of having to select the radio button beside each heading.
1173
  >This is part of improvements to placing holds from the record page in the staff interface. When selecting 'Hold next available item', 'Hold next available item from an item group' (when item groups enabled), or 'Hold a specific item' you can now select anywhere on that section of the page, instead of having to select the radio button beside each heading.
1174
- [34900](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34900) The translation of the string "The " should depend on context (24.05.00,23.11.02,23.05.08)
1174
- [34900](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34900) The translation of the string "The " should depend on context (24.05.00,23.11.02,23.05.08)
1175
- [35376](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35376) Rephrase: Be careful removing attribute to this processing, the items using it will be impacted as well! (24.05.00,23.11.01)
1175
- [35376](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35376) Rephrase: Be careful removing attribute to this processing, the items using it will be impacted as well! (24.05.00,23.11.01)
1176
- [35475](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35475) Untranslatable strings in booking modal and JS (24.05.00,23.11.02)
1176
- [35475](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35475) Untranslatable strings in booking modal and JS (24.05.00,23.11.02)
1177
- [35476](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35476) Submit button for adding new processings is not translatable (24.05.00,23.11.02)
1177
- [35476](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35476) Submit button for adding new processings is not translatable (24.05.00,23.11.02)
1178
  >This fixes some submit buttons in the ERM and Preservation modules so that are now translatable.
1178
  >This fixes some submit buttons in the ERM and Preservation modules so that are now translatable.
1179
- [35531](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35531) Add context for translation of gender option "Other" (24.05.00,23.11.06)
1179
- [35531](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35531) Add context for translation of gender option "Other" (24.05.00,23.11.06)
1180
- [35567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35567) Host-item in "Show analytics" link can be translated (24.05.00,23.11.02,23.05.08)
1180
- [35567](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35567) Host-item in "Show analytics" link can be translated (24.05.00,23.11.02,23.05.08)
1181
- [36516](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36516) translation script could output useless warning (24.05.00,23.11.06)
1181
- [36516](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36516) translation script could output useless warning (24.05.00,23.11.06)
1182
- [36837](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36837) XSLT CSS classes offered for translations (24.05.00)
1182
- [36837](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36837) XSLT CSS classes offered for translations (24.05.00)
1183
- [36845](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36845) Exclude meta tag from the translations (24.05.00)
1183
- [36845](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36845) Exclude meta tag from the translations (24.05.00)
1184
- [36872](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36872) Untranslatable "Please make sure all selected titles have a pickup location set" (24.05.00)
1184
- [36872](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36872) Untranslatable "Please make sure all selected titles have a pickup location set" (24.05.00)
1185
- [34282](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34282) ILL batches - availability checking has issues (24.05.00,23.11.03)
1185
- [34282](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34282) ILL batches - availability checking has issues (24.05.00,23.11.03)
1186
1186
1187
  **Sponsored by** *UK Health Security Agency*
1187
  **Sponsored by** *UK Health Security Agency*
1188
- [35685](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35685) ILL - OPAC request creation error if submitted empty while ILLModuleDisclaimerByType is in use (24.05.00,23.11.06)
1188
- [35685](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35685) ILL - OPAC request creation error if submitted empty while ILLModuleDisclaimerByType is in use (24.05.00,23.11.06)
1189
- [36130](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36130) ILL batches table not showing all batches (24.05.00,23.11.04)
1189
- [36130](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36130) ILL batches table not showing all batches (24.05.00,23.11.04)
1190
- [36414](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36414) Consequent workflow stages form submit fail due to CSRF token conflict (24.05.00)
1190
- [36414](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36414) Consequent workflow stages form submit fail due to CSRF token conflict (24.05.00)
1191
- [36416](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36416) Check out using CirculateILL is broken (24.05.00)
1191
- [36416](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36416) Check out using CirculateILL is broken (24.05.00)
1192
- [34979](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34979) System preferences missing from sysprefs.sql (24.05.00,23.11.03)
1192
- [34979](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34979) System preferences missing from sysprefs.sql (24.05.00,23.11.03)
1193
- [35698](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35698) Wrong bug number in db_revs/220600084.pl (24.05.00,23.11.02,23.05.08)
1193
- [35698](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35698) Wrong bug number in db_revs/220600084.pl (24.05.00,23.11.02,23.05.08)
1194
- [35686](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35686) Case missing from installer step 3 template title (24.05.00,23.11.02)
1194
- [35686](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35686) Case missing from installer step 3 template title (24.05.00,23.11.02)
1195
  >This fixes a web browser page title for the web installer - from " > Web installer > Koha" to "Updating database structure  > Web installer > Koha".
1195
  >This fixes a web browser page title for the web installer - from " > Web installer > Koha" to "Updating database structure  > Web installer > Koha".
1196
- [36819](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36819) Default layout data prints squished barcodes (24.05.00)
1196
- [36819](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36819) Default layout data prints squished barcodes (24.05.00)
1197
- [36931](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36931) label-item-search.pl paging doesn't work (due to CSRF changes) (24.05.00)
1197
- [36931](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36931) label-item-search.pl paging doesn't work (due to CSRF changes) (24.05.00)
1198
- [35547](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35547) When using "Add to a list" button with more than 10 lists, "staff only" does not show up (24.05.00,23.11.02,23.05.08)
1198
- [35547](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35547) When using "Add to a list" button with more than 10 lists, "staff only" does not show up (24.05.00,23.11.02,23.05.08)
1199
- [36003](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36003) Printing list from OPAC shows "Cookies" when CookieConsent enabled (24.05.00)
1199
- [36003](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36003) Printing list from OPAC shows "Cookies" when CookieConsent enabled (24.05.00)
1200
- [36388](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36388) Mouse operation does not work in draggable fields in authority editor (with Firefox) (24.05.00,23.11.06)
1200
- [36388](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36388) Mouse operation does not work in draggable fields in authority editor (with Firefox) (24.05.00,23.11.06)
1201
- [36791](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36791) Koha explodes when trying to edit an authority record with an invalid authid (24.05.00,23.11.06,23.05.12)
1201
- [36791](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36791) Koha explodes when trying to edit an authority record with an invalid authid (24.05.00,23.11.06,23.05.12)
1202
1202
1203
  **Sponsored by** *Ignatianum University in Cracow*
1203
  **Sponsored by** *Ignatianum University in Cracow*
1204
- [36799](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36799) Illegitimate modification of MARC authid field content (001) (24.05.00)
1204
- [36799](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36799) Illegitimate modification of MARC authid field content (001) (24.05.00)
1205
1205
1206
  **Sponsored by** *Ignatianum University in Cracow*
1206
  **Sponsored by** *Ignatianum University in Cracow*
1207
- [34663](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34663) Errors in UNIMARC default framework (24.05.00,23.11.06)
1207
- [34663](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34663) Errors in UNIMARC default framework (24.05.00,23.11.06)
1208
- [36111](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36111) Online resource link should be based on the presence of 856$u (MARC21)
1208
- [36111](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36111) Online resource link should be based on the presence of 856$u (MARC21)
1209
  >This fixes the display of 856 in the search results and detailed record, in the staff interface and OPAC. Currently, Koha displays "Click here to access online" if any 856 subfield is present, using the $u subfield as the link target, even if $u is empty. This patch makes the display of the online resource link depend on the presence of 856$u to prevent empty links.
1209
  >This fixes the display of 856 in the search results and detailed record, in the staff interface and OPAC. Currently, Koha displays "Click here to access online" if any 856 subfield is present, using the $u subfield as the link target, even if $u is empty. This patch makes the display of the online resource link depend on the presence of 856$u to prevent empty links.
1210
- [23296](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23296) Auto Renewal Notice does not use Library specific notices (24.05.00,23.11.06)
1210
- [23296](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23296) Auto Renewal Notice does not use Library specific notices (24.05.00,23.11.06)
1211
- [30287](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30287) Notices using HTML render differently in notices.pl (24.05.00,23.11.02,23.05.08)
1211
- [30287](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30287) Notices using HTML render differently in notices.pl (24.05.00,23.11.02,23.05.08)
1212
  >This fixes notice previews for patrons in the staff interface (Patrons > [Patron account] > Notices), where HTML is used in the email notices. For example, previously if <br>s were used then the preview would match the email sent, however, using <p>s would add extra lines in the preview.
1212
  >This fixes notice previews for patrons in the staff interface (Patrons > [Patron account] > Notices), where HTML is used in the email notices. For example, previously if <br>s were used then the preview would match the email sent, however, using <p>s would add extra lines in the preview.
1213
- [35285](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35285) Centralise notice content wrapping for HTML output (24.05.00)
1213
- [35285](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35285) Centralise notice content wrapping for HTML output (24.05.00)
1214
- [36652](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36652) Cannot copy notice from one library to another (24.05.00,23.11.06)
1214
- [36652](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36652) Cannot copy notice from one library to another (24.05.00,23.11.06)
1215
- [16567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16567) RSS feeds show issues in W3C validator and can't be read by some aggregators (Chimpfeedr, feedbucket) (24.05.00,23.11.06)
1215
- [16567](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16567) RSS feeds show issues in W3C validator and can't be read by some aggregators (Chimpfeedr, feedbucket) (24.05.00,23.11.06)
1216
- [33244](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33244) Do not show lists in OPAC if OpacPublic is disabled (24.05.00,23.11.01)
1216
- [33244](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33244) Do not show lists in OPAC if OpacPublic is disabled (24.05.00,23.11.01)
1217
- [34792](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34792) CookieConsentBar content feels mis-aligned (24.05.00)
1217
- [34792](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34792) CookieConsentBar content feels mis-aligned (24.05.00)
1218
- [35436](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35436) Copy is not translatable in OPAC search history (24.05.00,23.11.01,23.05.07)
1218
- [35436](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35436) Copy is not translatable in OPAC search history (24.05.00,23.11.01,23.05.07)
1219
- [35488](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35488) Placing a hold on the OPAC takes the user to their account page, but does not activate the holds tab (24.05.00,23.11.02,23.05.08)
1219
- [35488](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35488) Placing a hold on the OPAC takes the user to their account page, but does not activate the holds tab (24.05.00,23.11.02,23.05.08)
1220
- [35492](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35492) Suspending/unsuspending a hold on the OPAC takes the user to their account page, but does not activate the holds tab (24.05.00,23.11.02,23.05.08)
1220
- [35492](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35492) Suspending/unsuspending a hold on the OPAC takes the user to their account page, but does not activate the holds tab (24.05.00,23.11.02,23.05.08)
1221
- [35495](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35495) Cancelling a hold on the OPAC takes the user to their account page, but does not activate the holds tab (24.05.00,23.11.02,23.05.08)
1221
- [35495](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35495) Cancelling a hold on the OPAC takes the user to their account page, but does not activate the holds tab (24.05.00,23.11.02,23.05.08)
1222
- [35496](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35496) Placing an article request on the OPAC takes the user to their account page, but does not activate the article request tab (24.05.00,23.11.02,23.05.08)
1222
- [35496](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35496) Placing an article request on the OPAC takes the user to their account page, but does not activate the article request tab (24.05.00,23.11.02,23.05.08)
1223
- [35538](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35538) List of libraries on OPAC self registration form should sort by branchname rather than branchcode (24.05.00,23.11.04,23.05.10)
1223
- [35538](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35538) List of libraries on OPAC self registration form should sort by branchname rather than branchcode (24.05.00,23.11.04,23.05.10)
1224
- [35578](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35578) Validate "Where" in OPAC Authority search (24.05.00,23.11.03)
1224
- [35578](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35578) Validate "Where" in OPAC Authority search (24.05.00,23.11.03)
1225
- [35676](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35676) OPAC search results - link for "Check for suggestions" generates a blank page (24.05.00,23.11.02)
1225
- [35676](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35676) OPAC search results - link for "Check for suggestions" generates a blank page (24.05.00,23.11.02)
1226
- [35795](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35795) Missing closing tag in OPAC course details template (24.05.00,23.11.03)
1226
- [35795](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35795) Missing closing tag in OPAC course details template (24.05.00,23.11.03)
1227
- [35841](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35841) Update text of 'Cancel' hold button on OPAC (24.05.00,23.11.03)
1227
- [35841](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35841) Update text of 'Cancel' hold button on OPAC (24.05.00,23.11.03)
1228
- [35929](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35929) Don't submit 'empty' changes to personal details in OPAC (24.05.00)
1228
- [35929](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35929) Don't submit 'empty' changes to personal details in OPAC (24.05.00)
1229
- [35952](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35952) Removed unnecessary  line in opac-blocked.pl (24.05.00,23.11.04,23.05.10)
1229
- [35952](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35952) Removed unnecessary  line in opac-blocked.pl (24.05.00,23.11.04,23.05.10)
1230
- [35969](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35969) Improve error message, remove some logging when sending a cart from the OPAC (24.05.00,23.11.06)
1230
- [35969](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35969) Improve error message, remove some logging when sending a cart from the OPAC (24.05.00,23.11.06)
1231
- [36004](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36004) Typo in "Your concern was successfully submitted" OPAC text (24.05.00,23.11.04,23.05.10)
1231
- [36004](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36004) Typo in "Your concern was successfully submitted" OPAC text (24.05.00,23.11.04,23.05.10)
1232
- [36032](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36032) The "Next" pagination button has a double instead of a single angle (24.05.00,23.05.10)
1232
- [36032](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36032) The "Next" pagination button has a double instead of a single angle (24.05.00,23.05.10)
1233
1233
1234
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
1234
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
1235
- [36070](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36070) "Place recall" hover styling on OPAC not consistent (24.05.00,23.11.04)
1235
- [36070](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36070) "Place recall" hover styling on OPAC not consistent (24.05.00,23.11.04)
1236
- [36142](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36142) Usermenu "Recalls history" not active when confirming recall (24.05.00,23.11.06)
1236
- [36142](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36142) Usermenu "Recalls history" not active when confirming recall (24.05.00,23.11.06)
1237
- [36341](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36341) "Hold starts on date" should be limited to future dates (24.05.00,23.11.06)
1237
- [36341](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36341) "Hold starts on date" should be limited to future dates (24.05.00,23.11.06)
1238
- [36390](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36390) Two minor OPAC CSS fixes (24.05.00,23.11.06)
1238
- [36390](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36390) Two minor OPAC CSS fixes (24.05.00,23.11.06)
1239
- [36532](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36532) Any authenticated OPAC user can run opac-dismiss-message.pl for any user/any message (24.05.00,23.11.05,23.05.11)
1239
- [36532](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36532) Any authenticated OPAC user can run opac-dismiss-message.pl for any user/any message (24.05.00,23.11.05,23.05.11)
1240
- [36615](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36615) Terminology: use 'on hold' instead of 'reserved' in OPAC self checkout (24.05.00)
1240
- [36615](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36615) Terminology: use 'on hold' instead of 'reserved' in OPAC self checkout (24.05.00)
1241
- [36772](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36772) OPAC self checkout accepts wrong or partial barcodes (24.05.00)
1241
- [36772](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36772) OPAC self checkout accepts wrong or partial barcodes (24.05.00)
1242
- [36785](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36785) Tagging: Resolve warning about unrecognized biblionumber (24.05.00)
1242
- [36785](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36785) Tagging: Resolve warning about unrecognized biblionumber (24.05.00)
1243
- [25691](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25691) Debian packages point to /usr/share/doc/koha/README.Debian which does not exist (24.05.00,23.11.02,23.05.09)
1243
- [25691](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25691) Debian packages point to /usr/share/doc/koha/README.Debian which does not exist (24.05.00,23.11.02,23.05.09)
1244
- [35713](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35713) Remove debian/docs/LEEME.Debian (24.05.00,23.11.02,23.05.08)
1244
- [35713](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35713) Remove debian/docs/LEEME.Debian (24.05.00,23.11.02,23.05.08)
1245
- [19613](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19613) Scrub borrowers fields: borrowernotes opacnote (24.05.00,23.11.05,23.05.11,22.11.17,22.05.21)
1245
- [19613](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19613) Scrub borrowers fields: borrowernotes opacnote (24.05.00,23.11.05,23.05.11,22.11.17,22.05.21)
1246
- [25835](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25835) Include overdue report (under circulation module) as a staff permission (24.05.00,23.11.02,23.05.08)
1246
- [25835](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25835) Include overdue report (under circulation module) as a staff permission (24.05.00,23.11.02,23.05.08)
1247
- [30318](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30318) Cannot override default patron messaging preferences when creating a patron in staff interface (24.05.00,23.11.06)
1247
- [30318](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30318) Cannot override default patron messaging preferences when creating a patron in staff interface (24.05.00,23.11.06)
1248
- [30987](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30987) Adding relationship to PatronQuickAddFields causes it to be added 2x (24.05.00,23.11.06)
1248
- [30987](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30987) Adding relationship to PatronQuickAddFields causes it to be added 2x (24.05.00,23.11.06)
1249
- [33849](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33849) Duplicate patron warning resets patron's library if different than logged in user's library (24.05.00)
1249
- [33849](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33849) Duplicate patron warning resets patron's library if different than logged in user's library (24.05.00)
1250
1250
1251
  **Sponsored by** *Koha-Suomi Oy*
1251
  **Sponsored by** *Koha-Suomi Oy*
1252
- [35344](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35344) Patron image upload does not warn about missing cardnumber (24.05.00,23.11.01,23.05.07)
1252
- [35344](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35344) Patron image upload does not warn about missing cardnumber (24.05.00,23.11.01,23.05.07)
1253
- [35352](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35352) Cannot hide SMSalertnumber via BorrowerUnwantedField (24.05.00,23.11.01,23.05.07)
1253
- [35352](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35352) Cannot hide SMSalertnumber via BorrowerUnwantedField (24.05.00,23.11.01,23.05.07)
1254
- [35445](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35445) OPAC registration verification triggered by email URL scanners (24.05.00,23.11.03)
1254
- [35445](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35445) OPAC registration verification triggered by email URL scanners (24.05.00,23.11.03)
1255
- [35493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35493) Housebound roles show as a collapsed field option when checked in CollapseFieldsPatronAddForm, even if housebound is off (24.05.00,23.11.02,23.05.08)
1255
- [35493](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35493) Housebound roles show as a collapsed field option when checked in CollapseFieldsPatronAddForm, even if housebound is off (24.05.00,23.11.02,23.05.08)
1256
- [35599](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35599) Pronouns and HidePersonalPatronDetailOnCirculation (24.05.00,23.11.06)
1256
- [35599](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35599) Pronouns and HidePersonalPatronDetailOnCirculation (24.05.00,23.11.06)
1257
  >Bug 10950 adds a pronouns text field to the patron record.
1257
  >Bug 10950 adds a pronouns text field to the patron record.
1258
  >It was hidden by the system preference 'HidePersonalPatronDetailOnCirculation', not anymore.
1258
  >It was hidden by the system preference 'HidePersonalPatronDetailOnCirculation', not anymore.
1259
- [35743](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35743) The "category" filter is not selected in the column filter dropdown (24.05.00,23.11.03)
1259
- [35743](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35743) The "category" filter is not selected in the column filter dropdown (24.05.00,23.11.03)
1260
- [35756](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35756) Wrong use of encodeURIComponent in patron-search.inc (24.05.00,23.11.02,23.05.09)
1260
- [35756](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35756) Wrong use of encodeURIComponent in patron-search.inc (24.05.00,23.11.02,23.05.09)
1261
- [36076](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36076) paycollect.tt is missing permission checks for manual credit and invoice (24.05.00,23.11.04,23.05.10)
1261
- [36076](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36076) paycollect.tt is missing permission checks for manual credit and invoice (24.05.00,23.11.04,23.05.10)
1262
- [36251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36251) Patron search by letter broken in holds (24.05.00)
1262
- [36251](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36251) Patron search by letter broken in holds (24.05.00)
1263
- [36292](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36292) 'See all charges' hyperlink to view guarantee fees is not linked correctly (24.05.00,23.11.04,23.05.10)
1263
- [36292](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36292) 'See all charges' hyperlink to view guarantee fees is not linked correctly (24.05.00,23.11.04,23.05.10)
1264
- [36298](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36298) In patrons search road type authorized value code displayed in patron address (24.05.00,23.11.04,23.05.10)
1264
- [36298](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36298) In patrons search road type authorized value code displayed in patron address (24.05.00,23.11.04,23.05.10)
1265
- [36321](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36321) Problem when dateexpiry in BorrowerUnwantedField (24.05.00,23.11.06,23.05.12)
1265
- [36321](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36321) Problem when dateexpiry in BorrowerUnwantedField (24.05.00,23.11.06,23.05.12)
1266
- [36353](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36353) Ensure consistent empty selection style for guarantor relationship drop-downs (24.05.00,23.11.06)
1266
- [36353](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36353) Ensure consistent empty selection style for guarantor relationship drop-downs (24.05.00,23.11.06)
1267
- [36371](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36371) Patron attributes will not show in brief info if value is 0 (24.05.00,23.11.06)
1267
- [36371](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36371) Patron attributes will not show in brief info if value is 0 (24.05.00,23.11.06)
1268
- [36376](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36376) Display library limitations alert in patron's messages (24.05.00,23.11.06)
1268
- [36376](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36376) Display library limitations alert in patron's messages (24.05.00,23.11.06)
1269
- [36452](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36452) Patron message does not respect multiple line display (24.05.00,23.11.06)
1269
- [36452](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36452) Patron message does not respect multiple line display (24.05.00,23.11.06)
1270
- [36529](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36529) manage_additional_fields permission for more than acquisitions and serials (24.05.00)
1270
- [36529](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36529) manage_additional_fields permission for more than acquisitions and serials (24.05.00)
1271
- [36738](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36738) Date attributes follow-ups (24.05.00)
1271
- [36738](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36738) Date attributes follow-ups (24.05.00)
1272
- [36816](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36816) OPAC - Patron 'submit update request' does not work for clearing patron attribute types (24.05.00)
1272
- [36816](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36816) OPAC - Patron 'submit update request' does not work for clearing patron attribute types (24.05.00)
1273
- [36825](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36825) Cannot hide "Protected" field via BorrowerUnwantedField system preference (24.05.00)
1273
- [36825](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36825) Cannot hide "Protected" field via BorrowerUnwantedField system preference (24.05.00)
1274
1274
1275
  **Sponsored by** *Koha-Suomi Oy*
1275
  **Sponsored by** *Koha-Suomi Oy*
1276
- [35070](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35070) Koha plugins implementing "background_jobs" hook can't provide view template (24.05.00,23.11.02,23.05.08)
1276
- [35070](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35070) Koha plugins implementing "background_jobs" hook can't provide view template (24.05.00,23.11.02,23.05.08)
1277
- [36343](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36343) The 'after_biblio_action' hooks have an inconsistent signature compared to before_biblio_action, and actions in reserves and items (24.05.00)
1277
- [36343](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36343) The 'after_biblio_action' hooks have an inconsistent signature compared to before_biblio_action, and actions in reserves and items (24.05.00)
1278
- [35387](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35387) Capitalization: Labels in preservation module are not capitalized (24.05.00,23.11.01)
1278
- [35387](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35387) Capitalization: Labels in preservation module are not capitalized (24.05.00,23.11.01)
1279
  >This fixes the capitalization of some label names in the Preservation module (name -> Name, and barcode -> Barcode).
1279
  >This fixes the capitalization of some label names in the Preservation module (name -> Name, and barcode -> Barcode).
1280
- [35463](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35463) Link preservation module help to the manual (24.05.00,23.11.02)
1280
- [35463](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35463) Link preservation module help to the manual (24.05.00,23.11.02)
1281
  >This patch links the various pages of the preservation module to each specific section of the preservation module chapter in the manual.
1281
  >This patch links the various pages of the preservation module to each specific section of the preservation module chapter in the manual.
1282
- [35477](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35477) Adding non-existent items to the waiting list should display a warning (24.05.00,23.11.02)
1282
- [35477](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35477) Adding non-existent items to the waiting list should display a warning (24.05.00,23.11.02)
1283
- [35714](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35714) Clicking Print slips when no letter template selected causes error (24.05.00,23.11.06)
1283
- [35714](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35714) Clicking Print slips when no letter template selected causes error (24.05.00,23.11.06)
1284
- [36649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36649) Adding recently added items to processing from waiting list does not work if processing includes information from database columns (24.05.00,23.11.06)
1284
- [36649](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36649) Adding recently added items to processing from waiting list does not work if processing includes information from database columns (24.05.00,23.11.06)
1285
- [32551](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32551) API requests don't carry language related information (24.05.00,23.11.02,23.05.08)
1285
- [32551](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32551) API requests don't carry language related information (24.05.00,23.11.02,23.05.08)
1286
- [35129](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35129) REST API: _per_page=0 crashes on Illegal division by zero (24.05.00,23.11.06)
1286
- [35129](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35129) REST API: _per_page=0 crashes on Illegal division by zero (24.05.00,23.11.06)
1287
- [35368](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35368) "Add a checkout" shows up twice in online documentation (24.05.00,23.11.03)
1287
- [35368](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35368) "Add a checkout" shows up twice in online documentation (24.05.00,23.11.03)
1288
- [36066](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36066) REST API: We should only allow deleting cancelled order lines (24.05.00,23.11.04,23.05.10)
1288
- [36066](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36066) REST API: We should only allow deleting cancelled order lines (24.05.00,23.11.04,23.05.10)
1289
- [36329](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36329) Transfer limits should respect `BranchTransferLimitsType` (24.05.00,23.11.04,23.05.12)
1289
- [36329](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36329) Transfer limits should respect `BranchTransferLimitsType` (24.05.00,23.11.04,23.05.12)
1290
- [36420](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36420) REST API Basic Auth does not support cardnumbers, only userid (24.05.00,23.11.06)
1290
- [36420](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36420) REST API Basic Auth does not support cardnumbers, only userid (24.05.00,23.11.06)
1291
- [36421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36421) Better logging of 500 errors in V1/Auth.pm (24.05.00,23.11.06)
1291
- [36421](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36421) Better logging of 500 errors in V1/Auth.pm (24.05.00,23.11.06)
1292
- [36483](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36483) Calling $object->to_api directly should be avoided (24.05.00,23.11.06)
1292
- [36483](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36483) Calling $object->to_api directly should be avoided (24.05.00,23.11.06)
1293
- [36493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36493) Test for GET /api/v1/cash_registers/:cash_register_id/cashups is fragile (24.05.00,23.11.06)
1293
- [36493](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36493) Test for GET /api/v1/cash_registers/:cash_register_id/cashups is fragile (24.05.00,23.11.06)
1294
- [36505](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36505) Allow updating patron attributes via PUT (24.05.00)
1294
- [36505](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36505) Allow updating patron attributes via PUT (24.05.00)
1295
- [35498](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35498) SQL auto-complete should not prevent use of tab for spacing (24.05.00,23.11.02,23.05.08)
1295
- [35498](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35498) SQL auto-complete should not prevent use of tab for spacing (24.05.00,23.11.02,23.05.08)
1296
- [35936](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35936) Cannot save existing report with incorrect AV category (24.05.00,23.11.03)
1296
- [35936](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35936) Cannot save existing report with incorrect AV category (24.05.00,23.11.03)
1297
- [35943](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35943) SQL reports groups/subgroups whose name contains regexp special characters break table filtering (24.05.00,23.11.06)
1297
- [35943](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35943) SQL reports groups/subgroups whose name contains regexp special characters break table filtering (24.05.00,23.11.06)
1298
- [35949](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35949) Useless code pointing to branchreserves.pl in request.tt (24.05.00,23.11.04,23.05.10)
1298
- [35949](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35949) Useless code pointing to branchreserves.pl in request.tt (24.05.00,23.11.04,23.05.10)
1299
- [36534](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36534) Batch operations when using limit in report (24.05.00,23.11.06)
1299
- [36534](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36534) Batch operations when using limit in report (24.05.00,23.11.06)
1300
- [36796](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36796) Fix mistake in database column descriptions for statistics table (24.05.00,23.11.06)
1300
- [36796](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36796) Fix mistake in database column descriptions for statistics table (24.05.00,23.11.06)
1301
- [36823](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36823) Reports links to database schema 404 looking for master rather than main (24.05.00)
1301
- [36823](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36823) Reports links to database schema 404 looking for master rather than main (24.05.00)
1302
- [35461](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35461) Renew All 66 SIP server response messages produce HASH content in replies (24.05.00,23.11.03,23.05.09)
1302
- [35461](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35461) Renew All 66 SIP server response messages produce HASH content in replies (24.05.00,23.11.03,23.05.09)
1303
- [36676](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36676) SIP2 drops connection when using unknown patron id in fee paid message (24.05.00)
1303
- [36676](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36676) SIP2 drops connection when using unknown patron id in fee paid message (24.05.00)
1304
- [32695](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32695) Search string for various 7xx linking fields is incorrectly formed (24.05.00,23.11.06)
1304
- [32695](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32695) Search string for various 7xx linking fields is incorrectly formed (24.05.00,23.11.06)
1305
  >This fixes the search links for the MARC21 linking fields 775, 780, 785, 787 to search for $a and $t in separate indexes instead of searching for both in the title index.
1305
  >This fixes the search links for the MARC21 linking fields 775, 780, 785, 787 to search for $a and $t in separate indexes instead of searching for both in the title index.
1306
- [35410](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35410) 856 label is inconsistent between detail page and search results in XSLTs (24.05.00,23.11.01,23.05.07)
1306
- [35410](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35410) 856 label is inconsistent between detail page and search results in XSLTs (24.05.00,23.11.01,23.05.07)
1307
  >This updates the default staff interface and OPAC XSLT files so that "Online resources" is used as the label in search results for field 856 - Electronic Location and Access, instead of "Online access". This matches the label used in the detail page for a record.
1307
  >This updates the default staff interface and OPAC XSLT files so that "Online resources" is used as the label in search results for field 856 - Electronic Location and Access, instead of "Online access". This matches the label used in the detail page for a record.
1308
  >
1308
  >
1309
  >It also adjusts the CSS class so OPAC and staff interface both use online_resources.
1309
  >It also adjusts the CSS class so OPAC and staff interface both use online_resources.
1310
- [36659](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36659) Authorities search tab keeps defaulting to main heading ($a only) (24.05.00)
1310
- [36659](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36659) Authorities search tab keeps defaulting to main heading ($a only) (24.05.00)
1311
1311
1312
  **Sponsored by** *Education Services Australia SCIS*
1312
  **Sponsored by** *Education Services Australia SCIS*
1313
- [32707](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32707) Elasticsearch should not auto truncate (even if  QueryAutoTruncate = 1) for identifiers (and some other fields) (24.05.00,23.11.06)
1313
- [32707](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32707) Elasticsearch should not auto truncate (even if  QueryAutoTruncate = 1) for identifiers (and some other fields) (24.05.00,23.11.06)
1314
- [33099](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33099) Add missing MARC21 match authority mappings so "Search all headings" search works (24.05.00)
1314
- [33099](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33099) Add missing MARC21 match authority mappings so "Search all headings" search works (24.05.00)
1315
- [33205](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33205) (Bug 28268 follow-up) Method call $row->authid inside quotes - produces meaningless warning (24.05.00,23.11.06)
1315
- [33205](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33205) (Bug 28268 follow-up) Method call $row->authid inside quotes - produces meaningless warning (24.05.00,23.11.06)
1316
- [35086](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35086) Koha::SearchEngine::Elasticsearch::Indexer->update_index needs to commit in batches (24.05.00,23.11.02,23.05.09)
1316
- [35086](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35086) Koha::SearchEngine::Elasticsearch::Indexer->update_index needs to commit in batches (24.05.00,23.11.02,23.05.09)
1317
  >This enables breaking large Elasticsearch or Open Search indexing requests into smaller chunks (for example, when updating many records using batch modifications).
1317
  >This enables breaking large Elasticsearch or Open Search indexing requests into smaller chunks (for example, when updating many records using batch modifications).
1318
  >
1318
  >
1319
  >This means that instead of sending a single background request for indexing, which could exceed the limits of the search server or take up too many resources, it limits index update requests to a more manageable size.
1319
  >This means that instead of sending a single background request for indexing, which could exceed the limits of the search server or take up too many resources, it limits index update requests to a more manageable size.
Lines 1321-1504 have already been fixed in maintenance releases Link Here
1321
  >The default chunk size is 5,000. To configure a different chunk size, add a <chunk_size> directive to the elasticsearch section of the instance's koha-conf.xml (for example: <chunk_size>2000</chunk_size>).
1321
  >The default chunk size is 5,000. To configure a different chunk size, add a <chunk_size> directive to the elasticsearch section of the instance's koha-conf.xml (for example: <chunk_size>2000</chunk_size>).
1322
  >
1322
  >
1323
  >NOTE: This doesn't change the command line indexing script, as this already allows passing a commit size defining how many records to send.
1323
  >NOTE: This doesn't change the command line indexing script, as this already allows passing a commit size defining how many records to send.
1324
- [35265](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35265) Remove drag and drop in Elasticsearch mappings (24.05.00,23.11.02)
1324
- [35265](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35265) Remove drag and drop in Elasticsearch mappings (24.05.00,23.11.02)
1325
  >This removes the ability to drag and drop the order of the bibliographic and authorities search fields (Administration > Catalog > Search engine configuration (Elasticsearch)). This was removed as the feature has no effect on the search results when using Elasticsearch or OpenSearch as the search engine.
1325
  >This removes the ability to drag and drop the order of the bibliographic and authorities search fields (Administration > Catalog > Search engine configuration (Elasticsearch)). This was removed as the feature has no effect on the search results when using Elasticsearch or OpenSearch as the search engine.
1326
- [35618](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35618) catalogue/showelastic.pl uses deprecated/removed parameter "type" (24.05.00,23.11.02)
1326
- [35618](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35618) catalogue/showelastic.pl uses deprecated/removed parameter "type" (24.05.00,23.11.02)
1327
  >This fixes the display when clicking on "Show" for the "Elasticsearch record" entry for a record in the staff interface. Before this fix, a page not found (404) was displayed when viewing a record using Elasticsearch 7 or 8, or Open Search 1 ord 2. (Note that Elasticsearch 6 is no longer supported.)
1327
  >This fixes the display when clicking on "Show" for the "Elasticsearch record" entry for a record in the staff interface. Before this fix, a page not found (404) was displayed when viewing a record using Elasticsearch 7 or 8, or Open Search 1 ord 2. (Note that Elasticsearch 6 is no longer supported.)
1328
- [36269](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36269) Elasticsearch: publisher-location (pl) index should include 260a/264a (MARC21) (24.05.00,23.11.06)
1328
- [36269](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36269) Elasticsearch: publisher-location (pl) index should include 260a/264a (MARC21) (24.05.00,23.11.06)
1329
  >This enhancement adds 260$a and 264$a to the publisher-location (pl) Elasticsearch index for MARC21 records. Values in those two fields will be findable using the Publisher location option in the advanced search.
1329
  >This enhancement adds 260$a and 264$a to the publisher-location (pl) Elasticsearch index for MARC21 records. Values in those two fields will be findable using the Publisher location option in the advanced search.
1330
  >
1330
  >
1331
  >Note: for existing installations, the index needs to be rebuilt using -r (reset mappings) in order for this information to be taken into account.
1331
  >Note: for existing installations, the index needs to be rebuilt using -r (reset mappings) in order for this information to be taken into account.
1332
1332
1333
  **Sponsored by** *Steiermärkische Landesbibliothek*
1333
  **Sponsored by** *Steiermärkische Landesbibliothek*
1334
- [36394](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36394) Inconsistent behaviour in footers (mappings admin page) (24.05.00,23.11.06)
1334
- [36394](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36394) Inconsistent behaviour in footers (mappings admin page) (24.05.00,23.11.06)
1335
1335
1336
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
1336
  **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
1337
- [36554](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36554) Document languages from field 041 should be present in 'ln' search field and Languages facet (MARC 21) (24.05.00,23.11.06)
1337
- [36554](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36554) Document languages from field 041 should be present in 'ln' search field and Languages facet (MARC 21) (24.05.00,23.11.06)
1338
- [36678](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36678) Include fields with non-filing characters removed when indexing (24.05.00,23.11.06)
1338
- [36678](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36678) Include fields with non-filing characters removed when indexing (24.05.00,23.11.06)
1339
- [36750](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750) OPAC - some facet heading labels are not displayed in search results when using Elasticsearch (24.05.00)
1339
- [36750](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750) OPAC - some facet heading labels are not displayed in search results when using Elasticsearch (24.05.00)
1340
- [27198](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27198) Sync marc21-retrieval-info-auth-dom.xml with retrieval-info-auth-dom.xml (24.05.00,23.11.06)
1340
- [27198](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27198) Sync marc21-retrieval-info-auth-dom.xml with retrieval-info-auth-dom.xml (24.05.00,23.11.06)
1341
  >This fixes the syntax in marc21-retrieval-info-auth-dom.xml, so that one can use the Zebra special retrieval elements documented at https://software.indexdata.com/zebra/doc/special-retrieval.html
1341
  >This fixes the syntax in marc21-retrieval-info-auth-dom.xml, so that one can use the Zebra special retrieval elements documented at https://software.indexdata.com/zebra/doc/special-retrieval.html
1342
  >
1342
  >
1343
  >These are very useful when troubleshooting issues with authority records in Zebra.
1343
  >These are very useful when troubleshooting issues with authority records in Zebra.
1344
- [35455](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35455) ICU does not strip = when indexing/searching (24.05.00,23.11.02,23.05.08)
1344
- [35455](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35455) ICU does not strip = when indexing/searching (24.05.00,23.11.02,23.05.08)
1345
  >This change fixes an issue with Zebra ICU searching where titles with colons aren't properly searchable, especially when used with Analytics.
1345
  >This change fixes an issue with Zebra ICU searching where titles with colons aren't properly searchable, especially when used with Analytics.
1346
  >
1346
  >
1347
  >A full re-index of Zebra is needed for this change to take effect.
1347
  >A full re-index of Zebra is needed for this change to take effect.
1348
- [23102](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23102) 404 errors on page causes SCI user to be logged out (24.05.00,23.11.06)
1348
- [23102](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23102) 404 errors on page causes SCI user to be logged out (24.05.00,23.11.06)
1349
- [28012](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28012) Error on saving new numbering pattern (24.05.00,23.11.02,23.05.08)
1349
- [28012](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28012) Error on saving new numbering pattern (24.05.00,23.11.02,23.05.08)
1350
  >This fixes the serials new numbering pattern input form so that the name and numbering formula fields are marked as required. Before this, there was no indication that these fields were required and error trace messages were displayed if these were not completed - saving a new pattern or editing an existing pattern would also silently fail.
1350
  >This fixes the serials new numbering pattern input form so that the name and numbering formula fields are marked as required. Before this, there was no indication that these fields were required and error trace messages were displayed if these were not completed - saving a new pattern or editing an existing pattern would also silently fail.
1351
  >
1351
  >
1352
  >NOTE: Making the description field optional will be fixed in bug 31297. Until this is done, a value needs to be entered into this field - even though it doesn't indicate that it is required.
1352
  >NOTE: Making the description field optional will be fixed in bug 31297. Until this is done, a value needs to be entered into this field - even though it doesn't indicate that it is required.
1353
- [31297](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31297) Cannot add new subscription patterns from edit subscription page (24.05.00,23.11.02,23.05.08)
1353
- [31297](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31297) Cannot add new subscription patterns from edit subscription page (24.05.00,23.11.02,23.05.08)
1354
- [36804](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36804) Serials claims 'Clear filter' doesn't work (24.05.00,23.11.06)
1354
- [36804](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36804) Serials claims 'Clear filter' doesn't work (24.05.00,23.11.06)
1355
- [28869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28869) Optionally restrict authorised values to tinyint (24.05.00)
1355
- [28869](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28869) Optionally restrict authorised values to tinyint (24.05.00)
1356
- [30123](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30123) On set library page, desk always defaults to last in list instead of desk user is signed in at (24.05.00)
1356
- [30123](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30123) On set library page, desk always defaults to last in list instead of desk user is signed in at (24.05.00)
1357
- [32477](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32477) Hiding batch item modification columns isn't remembered correctly (24.05.00,23.11.02,23.05.09)
1357
- [32477](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32477) Hiding batch item modification columns isn't remembered correctly (24.05.00,23.11.02,23.05.09)
1358
  >This fixes showing and hiding columns when batch item editing (Cataloging > Batch editing > Batch item modification). When using the show/hide column options, the correct columns and updating the show/hide selections were not correctly displayed, including when the page was refreshed (for example: selecting the Collection column hid the holds column instead, and the shown/hide option for Collection was not selected).
1358
  >This fixes showing and hiding columns when batch item editing (Cataloging > Batch editing > Batch item modification). When using the show/hide column options, the correct columns and updating the show/hide selections were not correctly displayed, including when the page was refreshed (for example: selecting the Collection column hid the holds column instead, and the shown/hide option for Collection was not selected).
1359
1359
1360
  **Sponsored by** *Koha-Suomi Oy*
1360
  **Sponsored by** *Koha-Suomi Oy*
1361
- [33464](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33464) Report "Orders by fund" is missing page-section class on results (24.05.00,23.11.03)
1361
- [33464](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33464) Report "Orders by fund" is missing page-section class on results (24.05.00,23.11.03)
1362
- [34298](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34298) Duplicate existing orders is missing page section on order list (24.05.00,23.11.03)
1362
- [34298](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34298) Duplicate existing orders is missing page section on order list (24.05.00,23.11.03)
1363
- [34872](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34872) Cart pop-up is missing page section (24.05.00,23.11.03)
1363
- [34872](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34872) Cart pop-up is missing page section (24.05.00,23.11.03)
1364
- [35300](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35300) Add page-section to table of invoice files (24.05.00,23.11.03)
1364
- [35300](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35300) Add page-section to table of invoice files (24.05.00,23.11.03)
1365
- [35396](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35396) Replace Datatables' column filters throttling with input timeout (24.05.00,23.11.03)
1365
- [35396](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35396) Replace Datatables' column filters throttling with input timeout (24.05.00,23.11.03)
1366
- [35574](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35574) Bookings page should require only manage_bookings permissions (24.05.00,23.11.02)
1366
- [35574](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35574) Bookings page should require only manage_bookings permissions (24.05.00,23.11.02)
1367
- [35592](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35592) Missing closing div tag in bookings alert in circulation.tt (24.05.00,23.11.02)
1367
- [35592](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35592) Missing closing div tag in bookings alert in circulation.tt (24.05.00,23.11.02)
1368
- [35619](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35619) Change password form in patron account has misaligned validation errors (24.05.00,23.11.02,23.05.08)
1368
- [35619](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35619) Change password form in patron account has misaligned validation errors (24.05.00,23.11.02,23.05.08)
1369
- [35742](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35742) Cannot remove new user added to fund (24.05.00,23.11.03)
1369
- [35742](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35742) Cannot remove new user added to fund (24.05.00,23.11.03)
1370
- [35745](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35745) Setting suggester on the suggestion edit form does not show library and category (24.05.00,23.11.03)
1370
- [35745](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35745) Setting suggester on the suggestion edit form does not show library and category (24.05.00,23.11.03)
1371
- [35752](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35752) Can't delete additional contents with 'Delete selected' button (24.05.00,23.11.03)
1371
- [35752](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35752) Can't delete additional contents with 'Delete selected' button (24.05.00,23.11.03)
1372
- [35753](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35753) Checkbox() function in additional-contents not necessary (24.05.00,23.11.03)
1372
- [35753](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35753) Checkbox() function in additional-contents not necessary (24.05.00,23.11.03)
1373
- [35772](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35772) Double escaping of patron fields in bookings modal (24.05.00,23.11.02)
1373
- [35772](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35772) Double escaping of patron fields in bookings modal (24.05.00,23.11.02)
1374
- [35800](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35800) edit_any_item permission required to see patron name in detail page (24.05.00,23.11.03,23.05.10)
1374
- [35800](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35800) edit_any_item permission required to see patron name in detail page (24.05.00,23.11.03,23.05.10)
1375
- [35865](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35865) Missing hint about permissions when adding managers to a basket (24.05.00,23.11.03,23.05.09)
1375
- [35865](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35865) Missing hint about permissions when adding managers to a basket (24.05.00,23.11.03,23.05.09)
1376
- [35868](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35868) Warning sign for using a patron category that is limited to another library has moved to other side of page (24.05.00,23.11.06)
1376
- [35868](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35868) Warning sign for using a patron category that is limited to another library has moved to other side of page (24.05.00,23.11.06)
1377
- [35961](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35961) Modal include missing for catalog concerns (24.05.00)
1377
- [35961](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35961) Modal include missing for catalog concerns (24.05.00)
1378
- [36005](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36005) Typo in "Your concern was successfully submitted" in staff interface (24.05.00,23.11.04,23.05.10)
1378
- [36005](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36005) Typo in "Your concern was successfully submitted" in staff interface (24.05.00,23.11.04,23.05.10)
1379
- [36099](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36099) JS error in console on non-existent biblio record (24.05.00,23.11.04,23.05.10)
1379
- [36099](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36099) JS error in console on non-existent biblio record (24.05.00,23.11.04,23.05.10)
1380
- [36150](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36150) Circulation home page styling does not match Cataloging home page styling (24.05.00,23.11.04)
1380
- [36150](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36150) Circulation home page styling does not match Cataloging home page styling (24.05.00,23.11.04)
1381
  >This fixes the styling of the circulation home page for the staff interface. It is now consistent with the cataloging home page, and includes wider side margins.
1381
  >This fixes the styling of the circulation home page for the staff interface. It is now consistent with the cataloging home page, and includes wider side margins.
1382
- [36215](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36215) Bookings calendar only shows bookings within RESTdefaultPageSize (24.05.00,23.11.04)
1382
- [36215](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36215) Bookings calendar only shows bookings within RESTdefaultPageSize (24.05.00,23.11.04)
1383
- [36462](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36462) Home button breadcrumb appears twice when viewing/editing the authority MARC subfield structure (24.05.00,23.11.06)
1383
- [36462](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36462) Home button breadcrumb appears twice when viewing/editing the authority MARC subfield structure (24.05.00,23.11.06)
1384
  >Previously, the 'Home' breadcrumb button would appear twice in succession when viewing or editing the authority MARC subfield structure for a particular field. Following a trivial template fix, the 'Home' breadcrumb button will now appear only once.
1384
  >Previously, the 'Home' breadcrumb button would appear twice in succession when viewing or editing the authority MARC subfield structure for a particular field. Following a trivial template fix, the 'Home' breadcrumb button will now appear only once.
1385
- [36469](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36469) Conflict between _header.scss and addbiblio.css tab style (24.05.00)
1385
- [36469](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36469) Conflict between _header.scss and addbiblio.css tab style (24.05.00)
1386
  >This fixes the display of the staff interface search bar. In some places, such as when adding a new record, extra padding was added.
1386
  >This fixes the display of the staff interface search bar. In some places, such as when adding a new record, extra padding was added.
1387
- [36507](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36507) Cannot set desk or register as non superlibrarian (24.05.00)
1387
- [36507](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36507) Cannot set desk or register as non superlibrarian (24.05.00)
1388
- [36572](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36572) Cleanup the set library page and avoid extra confirmation step (24.05.00)
1388
- [36572](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36572) Cleanup the set library page and avoid extra confirmation step (24.05.00)
1389
- [36673](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36673) Limit search for used categories and item types to current library (24.05.00,23.11.06)
1389
- [36673](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36673) Limit search for used categories and item types to current library (24.05.00,23.11.06)
1390
- [36830](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36830) Unable to delete a holiday (24.05.00)
1390
- [36830](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36830) Unable to delete a holiday (24.05.00)
1391
- [36834](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36834) (Bug 29697 follow-up) Koha explodes when trying to open in Labeled MARC view a bibliographic record with an invalid biblionumber (24.05.00)
1391
- [36834](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36834) (Bug 29697 follow-up) Koha explodes when trying to open in Labeled MARC view a bibliographic record with an invalid biblionumber (24.05.00)
1392
- [31694](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694) MARC overlay rules presets don't change anything if presets are translated (24.05.00,23.11.02,23.05.08)
1392
- [31694](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31694) MARC overlay rules presets don't change anything if presets are translated (24.05.00,23.11.02,23.05.08)
1393
- [34644](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34644) Add clarifying text to sysprefs to indicate that MarcFieldsToOrder is a fallback to MarcItemFieldsToOrder (24.05.00,23.11.02,23.05.08)
1393
- [34644](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34644) Add clarifying text to sysprefs to indicate that MarcFieldsToOrder is a fallback to MarcItemFieldsToOrder (24.05.00,23.11.02,23.05.08)
1394
  >This updates the descriptions for system preferences MarcFieldsToOrder and MarcItemFieldsToOrder.
1394
  >This updates the descriptions for system preferences MarcFieldsToOrder and MarcItemFieldsToOrder.
1395
- [35293](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35293) Regression: Bug 33390 (QA follow-up) patch overwrote the template changes to bug 25560 (24.05.00,23.11.02)
1395
- [35293](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35293) Regression: Bug 33390 (QA follow-up) patch overwrote the template changes to bug 25560 (24.05.00,23.11.02)
1396
1396
1397
  **Sponsored by** *Catalyst*
1397
  **Sponsored by** *Catalyst*
1398
- [35395](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35395) Update description of DefaultPatronSearchMethod (24.05.00,23.11.02)
1398
- [35395](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35395) Update description of DefaultPatronSearchMethod (24.05.00,23.11.02)
1399
- [35457](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35457) Move SerialsDefaultEMailAddress and SerialsDefaultReplyTo to serials preferences (24.05.00,23.11.06)
1399
- [35457](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35457) Move SerialsDefaultEMailAddress and SerialsDefaultReplyTo to serials preferences (24.05.00,23.11.06)
1400
- [35510](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35510) Non-patron guarantor missing from CollapseFieldsPatronAddForm  options (24.05.00,23.11.02,23.05.09)
1400
- [35510](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35510) Non-patron guarantor missing from CollapseFieldsPatronAddForm  options (24.05.00,23.11.02,23.05.09)
1401
  >This adds Non-patron guarantor as an option to the CollapseFieldsPatronAddForm system preference - this section can now be collapsed on the patron form.
1401
  >This adds Non-patron guarantor as an option to the CollapseFieldsPatronAddForm system preference - this section can now be collapsed on the patron form.
1402
- [35530](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35530) Can't tell if UserCSS and UserJS in libraries are for staff interface or OPAC (24.05.00,23.11.03)
1402
- [35530](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35530) Can't tell if UserCSS and UserJS in libraries are for staff interface or OPAC (24.05.00,23.11.03)
1403
- [35708](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35708) System parameter AutoRenewalNotices defaults to deprecated option (24.05.00,23.11.06)
1403
- [35708](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35708) System parameter AutoRenewalNotices defaults to deprecated option (24.05.00,23.11.06)
1404
  >NEW INSTALLATIONS ONLY. This sets the default value for the AutoRenewalNotices system preference to "according to patron messaging preferences". (The previous default value was deprecated - "(Deprecated) according to --send-notices cron switch".)
1404
  >NEW INSTALLATIONS ONLY. This sets the default value for the AutoRenewalNotices system preference to "according to patron messaging preferences". (The previous default value was deprecated - "(Deprecated) according to --send-notices cron switch".)
1405
- [35831](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35831) Move UpdateItemLocationOnCheckout to Checkout policy section (24.05.00,23.11.03)
1405
- [35831](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35831) Move UpdateItemLocationOnCheckout to Checkout policy section (24.05.00,23.11.03)
1406
- [35973](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35973) System preference RedirectGuaranteeEmail has incorrect values (24.05.00,23.11.06)
1406
- [35973](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35973) System preference RedirectGuaranteeEmail has incorrect values (24.05.00,23.11.06)
1407
- [36294](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36294) Replace inaccurate use of "book" in system preferences (24.05.00)
1407
- [36294](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36294) Replace inaccurate use of "book" in system preferences (24.05.00)
1408
- [36409](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36409) System preference name consistency - change EMail to Email for SerialsDefaultEMailAddress and AcquisitionsDefaultEMailAddress (24.05.00,23.11.06)
1408
- [36409](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36409) System preference name consistency - change EMail to Email for SerialsDefaultEMailAddress and AcquisitionsDefaultEMailAddress (24.05.00,23.11.06)
1409
- [36592](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36592) Cannot save default display length or default sort order in table settings (24.05.00)
1409
- [36592](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36592) Cannot save default display length or default sort order in table settings (24.05.00)
1410
- [36824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36824) Fix conversion of __VERSION__ in system preferences to use main rather than master (24.05.00)
1410
- [36824](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36824) Fix conversion of __VERSION__ in system preferences to use main rather than master (24.05.00)
1411
- [34398](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34398) Inconsistencies in Record matching rules page titles, breadcrumbs, and header (24.05.00,23.11.01)
1411
- [34398](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34398) Inconsistencies in Record matching rules page titles, breadcrumbs, and header (24.05.00,23.11.01)
1412
- [35323](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35323) Terminology: Add additional elements to the "More Searches" bar... (24.05.00,23.11.03)
1412
- [35323](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35323) Terminology: Add additional elements to the "More Searches" bar... (24.05.00,23.11.03)
1413
- [35327](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35327) Fix capitalization of language name (24.05.00,23.11.01,23.05.07)
1413
- [35327](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35327) Fix capitalization of language name (24.05.00,23.11.01,23.05.07)
1414
  >This fixes the capitalization of English (english -> English) in the ILS_DI GetAvailability information page (<domainname>:<port>/cgi-bin/koha/ilsdi.pl?service=Describe&verb=GetAvailability).
1414
  >This fixes the capitalization of English (english -> English) in the ILS_DI GetAvailability information page (<domainname>:<port>/cgi-bin/koha/ilsdi.pl?service=Describe&verb=GetAvailability).
1415
- [35349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35349) Reindent label item search template (24.05.00,23.11.03)
1415
- [35349](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35349) Reindent label item search template (24.05.00,23.11.03)
1416
- [35350](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35350) Update label creator pop-up windows with consistent footer markup (24.05.00,23.11.03)
1416
- [35350](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35350) Update label creator pop-up windows with consistent footer markup (24.05.00,23.11.03)
1417
- [35351](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35351) Adjust basket details template to avoid showing empty page-section (24.05.00,23.11.04,23.05.10)
1417
- [35351](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35351) Adjust basket details template to avoid showing empty page-section (24.05.00,23.11.04,23.05.10)
1418
  >This removes the empty white section in acquisitions for a basket with no orders.
1418
  >This removes the empty white section in acquisitions for a basket with no orders.
1419
- [35378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35378) 'This authority type is used {count} times' missing dot (24.05.00,23.11.01)
1419
- [35378](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35378) 'This authority type is used {count} times' missing dot (24.05.00,23.11.01)
1420
- [35397](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35397) SIP2AddOpacMessagesToScreenMessage syspref description issue (24.05.00,23.11.04)
1420
- [35397](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35397) SIP2AddOpacMessagesToScreenMessage syspref description issue (24.05.00,23.11.04)
1421
- [35404](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35404) Wrong copy and paste in string (ILL batches) (24.05.00,23.11.01)
1421
- [35404](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35404) Wrong copy and paste in string (ILL batches) (24.05.00,23.11.01)
1422
- [35406](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35406) Typo in holds queue viewer template (24.05.00,23.11.03)
1422
- [35406](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35406) Typo in holds queue viewer template (24.05.00,23.11.03)
1423
- [35407](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35407) Terminology: Show fewer collection codes (24.05.00,23.11.03)
1423
- [35407](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35407) Terminology: Show fewer collection codes (24.05.00,23.11.03)
1424
- [35412](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35412) Capitalization: Toggle Dropdown (24.05.00,23.11.01)
1424
- [35412](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35412) Capitalization: Toggle Dropdown (24.05.00,23.11.01)
1425
- [35413](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35413) Terminology: differentiate issues for vendor issues and serials (24.05.00,23.11.02)
1425
- [35413](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35413) Terminology: differentiate issues for vendor issues and serials (24.05.00,23.11.02)
1426
- [35415](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35415) Rephrase: Some patrons have requested a privacy ... (24.05.00,23.11.01)
1426
- [35415](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35415) Rephrase: Some patrons have requested a privacy ... (24.05.00,23.11.01)
1427
- [35417](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35417) Update breadcrumbs and page titles for vendor issues (24.05.00,23.11.02)
1427
- [35417](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35417) Update breadcrumbs and page titles for vendor issues (24.05.00,23.11.02)
1428
- [35422](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35422) Unexpected translation string for Suggestions template (24.05.00,23.11.04)
1428
- [35422](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35422) Unexpected translation string for Suggestions template (24.05.00,23.11.04)
1429
- [35449](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35449) Accessibility: No links on "here" (24.05.00,23.11.01)
1429
- [35449](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35449) Accessibility: No links on "here" (24.05.00,23.11.01)
1430
- [35450](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35450) Preservation system preferences should be authorised value pull downs (24.05.00,23.11.01)
1430
- [35450](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35450) Preservation system preferences should be authorised value pull downs (24.05.00,23.11.01)
1431
- [35453](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35453) Wrong 'Laserdisc)' string on 007 builder (MARC21) (24.05.00,23.11.01,23.05.07)
1431
- [35453](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35453) Wrong 'Laserdisc)' string on 007 builder (MARC21) (24.05.00,23.11.01,23.05.07)
1432
- [35517](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35517) Choose correct default header search tab according to permissions (24.05.00,23.11.02)
1432
- [35517](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35517) Choose correct default header search tab according to permissions (24.05.00,23.11.02)
1433
  >This fixes the display of the header search form on the staff interface home page so that staff patrons with different permissions will see the correct tab in the header search form. Previously, the default was to display the check out search - if they didn't have circulation permissions, the search tabs were initially hidden.
1433
  >This fixes the display of the header search form on the staff interface home page so that staff patrons with different permissions will see the correct tab in the header search form. Previously, the default was to display the check out search - if they didn't have circulation permissions, the search tabs were initially hidden.
1434
- [35523](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35523) Fix doubled up quotes in cash register deletion confirmation message (24.05.00,23.11.02)
1434
- [35523](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35523) Fix doubled up quotes in cash register deletion confirmation message (24.05.00,23.11.02)
1435
- [35524](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35524) Terminology: Bookseller in basket group CSV export (24.05.00,23.11.02)
1435
- [35524](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35524) Terminology: Bookseller in basket group CSV export (24.05.00,23.11.02)
1436
- [35525](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35525) Spelling: SMS is an abbreviation (24.05.00,23.11.02)
1436
- [35525](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35525) Spelling: SMS is an abbreviation (24.05.00,23.11.02)
1437
- [35526](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35526) Terminology: Id, sushi and counter are abbreviations (24.05.00,23.11.02)
1437
- [35526](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35526) Terminology: Id, sushi and counter are abbreviations (24.05.00,23.11.02)
1438
- [35528](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35528) Avoid 'click' for links in system preferences (24.05.00,23.11.02)
1438
- [35528](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35528) Avoid 'click' for links in system preferences (24.05.00,23.11.02)
1439
- [35529](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35529) Avoid 'click' for links in library administration (24.05.00,23.11.02)
1439
- [35529](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35529) Avoid 'click' for links in library administration (24.05.00,23.11.02)
1440
- [35557](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35557) LoadResultsCovers is not used (staff) (24.05.00,23.11.02,23.05.08)
1440
- [35557](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35557) LoadResultsCovers is not used (staff) (24.05.00,23.11.02,23.05.08)
1441
- [35602](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35602) Typo: AutoMemberNum (24.05.00,23.11.02)
1441
- [35602](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35602) Typo: AutoMemberNum (24.05.00,23.11.02)
1442
- [35650](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35650) 'Check the logs' string dot-inconsistent (24.05.00,23.11.02)
1442
- [35650](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35650) 'Check the logs' string dot-inconsistent (24.05.00,23.11.02)
1443
  >This makes 'Check the logs..' messages more consistent across Koha, including the use of full stops. It also fixes up other related inconsistencies. These changes should make translations easier as well.
1443
  >This makes 'Check the logs..' messages more consistent across Koha, including the use of full stops. It also fixes up other related inconsistencies. These changes should make translations easier as well.
1444
- [35820](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35820) Table on Hold ratios page at circ/reserveratios.pl has wrong id (24.05.00,23.11.03)
1444
- [35820](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35820) Table on Hold ratios page at circ/reserveratios.pl has wrong id (24.05.00,23.11.03)
1445
- [35857](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35857) Update display of Clear and Cancel links in the authority search pop-up window (24.05.00,23.11.06)
1445
- [35857](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35857) Update display of Clear and Cancel links in the authority search pop-up window (24.05.00,23.11.06)
1446
- [35893](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35893) Missing closing </li> in opac.pref (24.05.00,23.11.03)
1446
- [35893](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35893) Missing closing </li> in opac.pref (24.05.00,23.11.03)
1447
- [35934](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35934) Items in transit show as both in-transit and Available on holdings list (24.05.00,23.11.04,23.05.10)
1447
- [35934](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35934) Items in transit show as both in-transit and Available on holdings list (24.05.00,23.11.04,23.05.10)
1448
- [35951](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35951) We don't need category-out-of-age-limit.inc (24.05.00,23.11.03)
1448
- [35951](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35951) We don't need category-out-of-age-limit.inc (24.05.00,23.11.03)
1449
- [36157](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36157) Links in the "Run with template" dropdown at guided_reports.pl have odd formatting (24.05.00,23.11.04)
1449
- [36157](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36157) Links in the "Run with template" dropdown at guided_reports.pl have odd formatting (24.05.00,23.11.04)
1450
- [36158](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36158) Text on the "Show SQL code" button at guided_reports.pl breaks if report notice templates exist (24.05.00,23.11.04)
1450
- [36158](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36158) Text on the "Show SQL code" button at guided_reports.pl breaks if report notice templates exist (24.05.00,23.11.04)
1451
- [36224](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36224) It looks like spsuggest functionality was removed years ago, but the templates still refer to it (24.05.00,23.11.04,23.05.10)
1451
- [36224](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36224) It looks like spsuggest functionality was removed years ago, but the templates still refer to it (24.05.00,23.11.04,23.05.10)
1452
- [36282](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36282) OPAC - Remove trailing and leading blank space from translated strings (24.05.00,23.11.06)
1452
- [36282](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36282) OPAC - Remove trailing and leading blank space from translated strings (24.05.00,23.11.06)
1453
- [36295](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36295) Space out content blocks in batch record deletion (24.05.00,23.11.06)
1453
- [36295](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36295) Space out content blocks in batch record deletion (24.05.00,23.11.06)
1454
- [36334](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36334) Unnecessary JS code in member.tt (24.05.00)
1454
- [36334](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36334) Unnecessary JS code in member.tt (24.05.00)
1455
- [36358](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36358) Typo in errorpage.tt: requets (24.05.00)
1455
- [36358](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36358) Typo in errorpage.tt: requets (24.05.00)
1456
- [36382](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36382) XSS in showLastPatron dropdown (24.05.00,23.11.05)
1456
- [36382](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36382) XSS in showLastPatron dropdown (24.05.00,23.11.05)
1457
- [36384](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36384) 'Used saved' typo in guided reports (24.05.00)
1457
- [36384](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36384) 'Used saved' typo in guided reports (24.05.00)
1458
- [36490](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36490) Correct tab-switching keyboard shortcut for header search forms (24.05.00)
1458
- [36490](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36490) Correct tab-switching keyboard shortcut for header search forms (24.05.00)
1459
- [36528](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36528) Incorrect path to enquire.js on self checkout slip print page (24.05.00)
1459
- [36528](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36528) Incorrect path to enquire.js on self checkout slip print page (24.05.00)
1460
- [36610](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36610) Some improvements to OPAC print CSS (24.05.00)
1460
- [36610](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36610) Some improvements to OPAC print CSS (24.05.00)
1461
- [36701](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36701) Adjust hold confirmation to avoid showing empty div (24.05.00)
1461
- [36701](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36701) Adjust hold confirmation to avoid showing empty div (24.05.00)
1462
- [36892](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36892) Wrong label on filter-orders include (24.05.00)
1462
- [36892](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36892) Wrong label on filter-orders include (24.05.00)
1463
- [32671](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32671) basic_workflow.t is failing on slow servers (24.05.00,23.11.04,23.05.10)
1463
- [32671](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32671) basic_workflow.t is failing on slow servers (24.05.00,23.11.04,23.05.10)
1464
- [34655](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34655) system_preferences_search.t is failing randomly (24.05.00)
1464
- [34655](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34655) system_preferences_search.t is failing randomly (24.05.00)
1465
- [35506](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35506) selenium/regressions.t is failing randomly (24.05.00)
1465
- [35506](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35506) selenium/regressions.t is failing randomly (24.05.00)
1466
- [35507](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35507) Fix handling plugins in unit tests causing random failures on Jenkins (24.05.00,23.11.02,23.05.09)
1466
- [35507](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35507) Fix handling plugins in unit tests causing random failures on Jenkins (24.05.00,23.11.02,23.05.09)
1467
- [35556](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35556) selenium/administration_tasks.t failing if too many patron categories (24.05.00,23.11.02)
1467
- [35556](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35556) selenium/administration_tasks.t failing if too many patron categories (24.05.00,23.11.02)
1468
- [35598](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35598) selenium/authentication_2fa.t is still failing randomly (24.05.00,23.11.02,23.05.08)
1468
- [35598](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35598) selenium/authentication_2fa.t is still failing randomly (24.05.00,23.11.02,23.05.08)
1469
- [35904](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35904) C4::Auth::checkauth cannot be tested easily (24.05.00,23.11.03,23.05.09)
1469
- [35904](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35904) C4::Auth::checkauth cannot be tested easily (24.05.00,23.11.03,23.05.09)
1470
- [35940](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35940) Cypress tests for the Preservation module are failing (24.05.00,23.11.03)
1470
- [35940](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35940) Cypress tests for the Preservation module are failing (24.05.00,23.11.03)
1471
- [35962](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35962) t/db_dependent/Koha/BackgroundJob.t failing on D10 (24.05.00,23.11.03,23.05.09)
1471
- [35962](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35962) t/db_dependent/Koha/BackgroundJob.t failing on D10 (24.05.00,23.11.03,23.05.09)
1472
- [36010](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36010) Items/AutomaticItemModificationByAge.t is failing (24.05.00,23.11.04,23.05.10)
1472
- [36010](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36010) Items/AutomaticItemModificationByAge.t is failing (24.05.00,23.11.04,23.05.10)
1473
- [36012](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36012) ERM/Agreements_spec.ts might be failing if run too slow (24.05.00)
1473
- [36012](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36012) ERM/Agreements_spec.ts might be failing if run too slow (24.05.00)
1474
- [36160](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36160) Use $builder->build_object when creating patrons in Circulation.t (24.05.00,23.11.06)
1474
- [36160](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36160) Use $builder->build_object when creating patrons in Circulation.t (24.05.00,23.11.06)
1475
- [36268](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36268) Letters.t assumes an empty ReplyToDefault (24.05.00,23.11.06)
1475
- [36268](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36268) Letters.t assumes an empty ReplyToDefault (24.05.00,23.11.06)
1476
- [36277](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36277) t/db_dependent/api/v1/transfer_limits.t  is failing (24.05.00,23.11.04,23.05.10)
1476
- [36277](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36277) t/db_dependent/api/v1/transfer_limits.t  is failing (24.05.00,23.11.04,23.05.10)
1477
- [36355](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36355) Auth/csrf.ts is failing if library with long info in the DB (24.05.00)
1477
- [36355](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36355) Auth/csrf.ts is failing if library with long info in the DB (24.05.00)
1478
- [36397](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36397) t/db_dependent/Koha/Plugins/authority_hooks.t fails with Elasticsearch (24.05.00)
1478
- [36397](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36397) t/db_dependent/Koha/Plugins/authority_hooks.t fails with Elasticsearch (24.05.00)
1479
- [36567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36567) Datetime warning in t/db_dependent/Circulation.t and t/db_dependent/Circulation/dateexpiry.t (24.05.00,23.11.06)
1479
- [36567](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36567) Datetime warning in t/db_dependent/Circulation.t and t/db_dependent/Circulation/dateexpiry.t (24.05.00,23.11.06)
1480
1480
1481
  **Sponsored by** *Koha-Suomi Oy*
1481
  **Sponsored by** *Koha-Suomi Oy*
1482
- [36916](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36916) TestBuilder generates incorrect JS and CSS for libraries (24.05.00)
1482
- [36916](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36916) TestBuilder generates incorrect JS and CSS for libraries (24.05.00)
1483
- [36917](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36917) Many warnings from t/db_dependent/Authority/Merge.t (24.05.00)
1483
- [36917](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36917) Many warnings from t/db_dependent/Authority/Merge.t (24.05.00)
1484
- [36923](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36923) Holds/LocalHoldsPriority.t generates warnings (24.05.00)
1484
- [36923](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36923) Holds/LocalHoldsPriority.t generates warnings (24.05.00)
1485
- [36924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36924) t/db_dependent/Search.t generates warnings (24.05.00)
1485
- [36924](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36924) t/db_dependent/Search.t generates warnings (24.05.00)
1486
- [36939](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36939) Serials.t generates a warning (24.05.00)
1486
- [36939](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36939) Serials.t generates a warning (24.05.00)
1487
- [34621](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34621) Patron import option to 'Renew existing patrons' 'from the current membership expiry date' not implemented (24.05.00,23.11.06)
1487
- [34621](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34621) Patron import option to 'Renew existing patrons' 'from the current membership expiry date' not implemented (24.05.00,23.11.06)
1488
  >This fixes the option when importing patrons so that the expiry date is updated for existing patrons (Tools > Patrons > Import patrons > Preserve existing values > Overwrite the existing one with this > Renew existing patrons - from the current membership expiry date).
1488
  >This fixes the option when importing patrons so that the expiry date is updated for existing patrons (Tools > Patrons > Import patrons > Preserve existing values > Overwrite the existing one with this > Renew existing patrons - from the current membership expiry date).
1489
- [35438](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35438) Importing records can create too large transactions (24.05.00,23.11.02,23.05.09)
1489
- [35438](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35438) Importing records can create too large transactions (24.05.00,23.11.02,23.05.09)
1490
- [35579](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35579) marcrecord2csv searches authorised values inefficiently (24.05.00,23.11.02,23.05.08)
1490
- [35579](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35579) marcrecord2csv searches authorised values inefficiently (24.05.00,23.11.02,23.05.08)
1491
  >This significantly improves the speed of downloading large lists in CSV format. (It adds a get_descriptions_by_marc_field" method which caches AuthorisedValue descriptions when searched by MARC field, which is used when exporting MARC to CSV.)
1491
  >This significantly improves the speed of downloading large lists in CSV format. (It adds a get_descriptions_by_marc_field" method which caches AuthorisedValue descriptions when searched by MARC field, which is used when exporting MARC to CSV.)
1492
- [35588](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35588) marcrecord2csv retrieves authorised values incorrectly for fields (24.05.00,23.11.02,23.05.08)
1492
- [35588](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35588) marcrecord2csv retrieves authorised values incorrectly for fields (24.05.00,23.11.02,23.05.08)
1493
  >This fixes the CSV export of records so that authorized values are exported correctly. It ensures that the authorized value descriptions looked up are for the correct field/subfield designated in the CSV profile. Example: If the 942$s (Serial record flag) for a record has a value of "1", it was previously exported as "Yes" even though it wasn't an authorized value.
1493
  >This fixes the CSV export of records so that authorized values are exported correctly. It ensures that the authorized value descriptions looked up are for the correct field/subfield designated in the CSV profile. Example: If the 942$s (Serial record flag) for a record has a value of "1", it was previously exported as "Yes" even though it wasn't an authorized value.
1494
- [35641](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35641) Reduce DB calls when performing inventory on a list of barcodes (24.05.00,23.11.02,23.05.09)
1494
- [35641](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35641) Reduce DB calls when performing inventory on a list of barcodes (24.05.00,23.11.02,23.05.09)
1495
- [35817](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35817) Wrong hint on patron's category when batch update patron (24.05.00,23.11.03,23.05.09)
1495
- [35817](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35817) Wrong hint on patron's category when batch update patron (24.05.00,23.11.03,23.05.09)
1496
- [36082](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36082) OPACResultsSideBar not working with library specific message (24.05.00,23.11.06)
1496
- [36082](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36082) OPACResultsSideBar not working with library specific message (24.05.00,23.11.06)
1497
- [36305](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36305) Inventory tools need adjustments for CSRF (24.05.00)
1497
- [36305](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36305) Inventory tools need adjustments for CSRF (24.05.00)
1498
- [34950](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34950) ILS DI Availability is not accurate for items on holds shelf or in transit (24.05.00,23.11.02,23.05.09)
1498
- [34950](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34950) ILS DI Availability is not accurate for items on holds shelf or in transit (24.05.00,23.11.02,23.05.09)
1499
- [36335](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36335) ILS-DI GetRecords bad encoding for UNIMARC (24.05.00)
1499
- [36335](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36335) ILS-DI GetRecords bad encoding for UNIMARC (24.05.00)
1500
- [34041](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34041) z3950 responder additional options not coming through properly (24.05.00)
1500
- [34041](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34041) z3950 responder additional options not coming through properly (24.05.00)
1501
- [36730](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36730) (Bug 35428 follow-up) po files (sometimes) fail to update (24.05.00,23.11.06)
1501
- [36730](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36730) (Bug 35428 follow-up) po files (sometimes) fail to update (24.05.00,23.11.06)
1502
1502
1503
## New system preferences
1503
## New system preferences
1504
1504
Lines 1542-1548 have already been fixed in maintenance releases Link Here
1542
The Koha manual is maintained in Sphinx. The home page for Koha
1542
The Koha manual is maintained in Sphinx. The home page for Koha
1543
documentation is
1543
documentation is
1544
1544
1545
- [Koha Documentation](http://koha-community.org/documentation/)
1545
- [Koha Documentation](https://koha-community.org/documentation/)
1546
As of the date of these release notes, the Koha manual is available in the following languages:
1546
As of the date of these release notes, the Koha manual is available in the following languages:
1547
1547
1548
- [Chinese (Traditional)](https://koha-community.org/manual/24.05/zh_Hant/html/) (72%)
1548
- [Chinese (Traditional)](https://koha-community.org/manual/24.05/zh_Hant/html/) (72%)
Lines 1595-1610 Partial translations are available for various other languages. Link Here
1595
1595
1596
The Koha team welcomes additional translations; please see
1596
The Koha team welcomes additional translations; please see
1597
1597
1598
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1598
- [Koha Translation Info](https://wiki.koha-community.org/wiki/Translating_Koha)
1599
1599
1600
For information about translating Koha, and join the koha-translate 
1600
For information about translating Koha, and join the koha-translate 
1601
list to volunteer:
1601
list to volunteer:
1602
1602
1603
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1603
- [Koha Translate List](https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1604
1604
1605
The most up-to-date translations can be found at:
1605
The most up-to-date translations can be found at:
1606
1606
1607
- [Koha Translation](http://translate.koha-community.org/)
1607
- [Koha Translation](https://translate.koha-community.org/)
1608
1608
1609
## Release Team
1609
## Release Team
1610
1610
Lines 1967-1973 line is main. Link Here
1967
Bug reports and feature requests can be filed at the Koha bug
1967
Bug reports and feature requests can be filed at the Koha bug
1968
tracker at:
1968
tracker at:
1969
1969
1970
- [Koha Bugzilla](http://bugs.koha-community.org)
1970
- [Koha Bugzilla](https://bugs.koha-community.org)
1971
1971
1972
He rau ringa e oti ai.
1972
He rau ringa e oti ai.
1973
(Many hands finish the work)
1973
(Many hands finish the work)
(-)a/misc/release_notes/release_notes_24_11_00.md (-2 / +2 lines)
Lines 665-673 You can learn about the system components (like OS and database) needed for runn Link Here
665
- [35430](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35430) Add endpoints for managing stock rotation rota's
665
- [35430](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35430) Add endpoints for managing stock rotation rota's
666
  >This enhancement adds API endpoints for managing stock rotation rotas.
666
  >This enhancement adds API endpoints for managing stock rotation rotas.
667
- [36480](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36480) Add GET /libraries/:library_id/desks
667
- [36480](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36480) Add GET /libraries/:library_id/desks
668
  >This enhancement adds an API endpoint for requesting a list of desks for a library. For example: http://127.0.0.1:8080/api/v1/libraries/cpl/desks
668
  >This enhancement adds an API endpoint for requesting a list of desks for a library. For example: https://127.0.0.1:8080/api/v1/libraries/cpl/desks
669
- [36481](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36481) Add GET /libraries/:library_id/cash_registers
669
- [36481](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36481) Add GET /libraries/:library_id/cash_registers
670
  >This enhancement adds an API endpoint for requesting a list of cash registers for a library. For example: http://127.0.0.1:8080/api/v1/libraries/cpl/cash_registers
670
  >This enhancement adds an API endpoint for requesting a list of cash registers for a library. For example: https://127.0.0.1:8080/api/v1/libraries/cpl/cash_registers
671
- [36641](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36641) Add an endpoint to list circulation rules
671
- [36641](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36641) Add an endpoint to list circulation rules
672
  >This enhancement adds a new `/circulation_rules` endpoint to the API's to allow fetching of circulation rules.
672
  >This enhancement adds a new `/circulation_rules` endpoint to the API's to allow fetching of circulation rules.
673
  >
673
  >
(-)a/misc/search_tools/export_elasticsearch_mappings.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/misc/search_tools/rebuild_elasticsearch.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/misc/sip_cli_emulator.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/stage_file.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/misc/translator/LangInstaller.pm (-1 / +1 lines)
Lines 15-21 package LangInstaller; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/translator/xgettext.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/misc/workers/background_jobs_worker.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/misc/workers/es_indexer_daemon.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/misc/z3950_responder.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/offline_circ/enqueue_koc.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
Lines 97-103 output_html_with_http_headers $query, $cookie, $template->output; Link Here
97
parses the header line from a .koc file. This is the line that
97
parses the header line from a .koc file. This is the line that
98
specifies things such as the file version, and the name and version of
98
specifies things such as the file version, and the name and version of
99
the offline circulation tool that generated the file. See
99
the offline circulation tool that generated the file. See
100
L<http://wiki.koha-community.org/wiki/Koha_offline_circulation_file_format>
100
L<https://wiki.koha-community.org/wiki/Koha_offline_circulation_file_format>
101
for more information.
101
for more information.
102
102
103
pass in a string containing the header line (the first line from th
103
pass in a string containing the header line (the first line from th
(-)a/offline_circ/list.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/offline_circ/process.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/offline_circ/process_koc.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
Lines 109-115 output_html_with_http_headers $query, $cookie, $template->output; Link Here
109
parses the header line from a .koc file. This is the line that
109
parses the header line from a .koc file. This is the line that
110
specifies things such as the file version, and the name and version of
110
specifies things such as the file version, and the name and version of
111
the offline circulation tool that generated the file. See
111
the offline circulation tool that generated the file. See
112
L<http://wiki.koha-community.org/wiki/Koha_offline_circulation_file_format>
112
L<https://wiki.koha-community.org/wiki/Koha_offline_circulation_file_format>
113
for more information.
113
for more information.
114
114
115
pass in a string containing the header line (the first line from th
115
pass in a string containing the header line (the first line from th
(-)a/offline_circ/service.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/opac/clubs/clubs-tab.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/clubs/enroll.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/errors/400.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/errors/401.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/errors/402.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/errors/403.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/errors/404.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/errors/500.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/external/overdrive/auth.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/opac/ilsdi.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/maintenance.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/oai.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI  qw( :standard -oldstyle_urls -utf8 );
22
use CGI  qw( :standard -oldstyle_urls -utf8 );
(-)a/opac/opac-ISBDdetail.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/opac/opac-MARCdetail.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/opac/opac-account-pay-return.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-account-pay.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use utf8;
20
use utf8;
21
21
(-)a/opac/opac-account.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/opac/opac-addbybiblionumber.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-alert-subscribe.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/opac/opac-alert-subscriptions.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/opac/opac-article-request-cancel.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-authorities-home.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-authoritiesdetail.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/opac/opac-basket.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-blocked.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/opac/opac-browse.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/opac/opac-browser.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 opac-browser.pl
20
=head1 opac-browser.pl
21
21
(-)a/opac/opac-changelanguage.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/opac/opac-course-details.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-course-reserves.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-curbside-pickups.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/opac/opac-detail.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/opac/opac-discharge.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Carp qw( carp );
21
use Carp qw( carp );
(-)a/opac/opac-dismiss-message.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/opac/opac-downloadcart.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-downloadshelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-export.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-holdshistory.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-ics.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This script builds an ICalendar file (rfc 2445) for use in programs such as Ical
20
# This script builds an ICalendar file (rfc 2445) for use in programs such as Ical
21
21
(-)a/opac/opac-idref.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-illrequests.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-image.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
#
22
#
23
#
23
#
24
#
24
#
(-)a/opac/opac-imageviewer.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-issue-note.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-library.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-main.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/opac/opac-memberentry.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-messaging.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-modrequest-suspend.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-modrequest.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
25
(-)a/opac/opac-mymessages.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-news-rss.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/opac/opac-overdrive-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-page.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-passwd.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-patron-consent.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw/-utf8/;
21
use CGI qw/-utf8/;
(-)a/opac/opac-patron-image.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use C4::Members;
22
use C4::Members;
(-)a/opac/opac-privacy.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
(-)a/opac/opac-ratings.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 SYNOPSIS
20
=head1 SYNOPSIS
21
21
(-)a/opac/opac-readingrecord.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-recall.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/opac/opac-recalls.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
15
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/opac/opac-registration-verify.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-renew.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/opac/opac-reportproblem.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI       qw ( -utf8 );
21
use CGI       qw ( -utf8 );
(-)a/opac/opac-request-article.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-reserve.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-reset-password.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-restrictedpage.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-retrieve-file.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/opac/opac-review.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/opac/opac-routing-lists.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/opac/opac-search-history.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-search.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
# Script to perform searching
22
# Script to perform searching
23
# Mostly copied from search.pl, see POD there
23
# Mostly copied from search.pl, see POD there
(-)a/opac/opac-sendbasket.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-sendshelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-serial-issues.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-shareshelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-shelves.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-showmarc.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-showreviews.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-suggestions.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-tags.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/opac/opac-tags_subject.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 opac-tags_subject.pl
20
=head1 opac-tags_subject.pl
21
21
(-)a/opac/opac-topissues.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-user.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/opac/opac-virtual-card.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/sci/sci-main.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/sco/help.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
(-)a/opac/sco/printslip.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 printslip.pl
20
=head1 printslip.pl
21
21
(-)a/opac/sco/sco-main.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
# We're going to authenticate a self-check user.  we'll add a flag to borrowers 'selfcheck'
22
# We're going to authenticate a self-check user.  we'll add a flag to borrowers 'selfcheck'
23
#
23
#
(-)a/opac/sco/sco-patron-image.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( in_iprange );
21
use C4::Auth qw( in_iprange );
(-)a/opac/tracklinks.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use C4::Context;
22
use C4::Context;
(-)a/patron_lists/add-modify.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patron_lists/delete.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patron_lists/list.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patron_lists/lists.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patron_lists/patron-lists-tab.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patron_lists/patrons.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patroncards/create-pdf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/patroncards/edit-batch.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/edit-layout.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/edit-profile.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/edit-template.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/home.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/image-manage.pl (-1 / +1 lines)
Lines 205-211 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
205
GNU General Public License for more details.
205
GNU General Public License for more details.
206
206
207
You should have received a copy of the GNU General Public License
207
You should have received a copy of the GNU General Public License
208
along with Koha; if not, see <http://www.gnu.org/licenses>.
208
along with Koha; if not, see <https://www.gnu.org/licenses>.
209
209
210
=head1 DISCLAIMER OF WARRANTY
210
=head1 DISCLAIMER OF WARRANTY
211
211
(-)a/patroncards/manage.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/print.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/plugins/plugins-enable.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/plugins/plugins-home.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/plugins/plugins-uninstall.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/plugins/plugins-upload.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/plugins/run.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/pos/pay.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/pos/printreceipt.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/pos/register.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/pos/registers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/preservation/home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/preservation/print_slip.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/recalls/recall_pickup_slip.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/recalls/recalls_old_queue.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/recalls/recalls_overdue.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/recalls/recalls_queue.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/recalls/recalls_to_pull.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI             qw ( -utf8 );
20
use CGI             qw ( -utf8 );
(-)a/recalls/recalls_waiting.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/recalls/request.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/reports/acquisitions_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/reports/bor_issues_top.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/reports/borrowers_out.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/reports/borrowers_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/reports/cash_register_stats.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use C4::Auth qw( get_template_and_user );
19
use C4::Auth qw( get_template_and_user );
(-)a/reports/cat_issues_top.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/reports/catalog_by_itemtype.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/reports/catalogue_out.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/reports/catalogue_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/reports/dictionary.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
use Modern::Perl;
19
use Modern::Perl;
20
use C4::Auth   qw( get_template_and_user );
20
use C4::Auth   qw( get_template_and_user );
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/reports/guided_reports.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw/-utf8/;
21
use CGI qw/-utf8/;
(-)a/reports/issues_avg_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/reports/issues_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/reports/itemslost.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 itemslost
21
=head1 itemslost
22
22
(-)a/reports/reports-home.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/reports/reserves_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/reports/serials_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/reserve/modrequest.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/reserve/modrequest_suspendall.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/reserve/placerequest.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/reserve/request.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 request.pl
22
=head1 request.pl
23
23
(-)a/reviews/reviewswaiting.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/rotating_collections/addItems.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/rotating_collections/editCollections.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/rotating_collections/rotatingCollections.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/rotating_collections/transferCollection.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/serials/acqui-search-result.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/serials/acqui-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/serials/checkexpiration.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/serials/claims.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI         qw ( -utf8 );
21
use CGI         qw ( -utf8 );
(-)a/serials/create-numberpattern.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/serials/lateissues-export.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/serials/reorder_members.pl (-1 / +1 lines)
Lines 12-18 Link Here
12
# GNU General Public License for more details.
12
# GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
# Routing.pl script used to create a routing list for a serial subscription
17
# Routing.pl script used to create a routing list for a serial subscription
18
# In this instance it is in fact a setting up of a list of reserves for the item
18
# In this instance it is in fact a setting up of a list of reserves for the item
(-)a/serials/routing-preview.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
# Routing Preview.pl script used to view a routing list after creation
18
# Routing Preview.pl script used to view a routing list after creation
19
# lets one print out routing slip and create (in this instance) the hierarchy
19
# lets one print out routing slip and create (in this instance) the hierarchy
(-)a/serials/routing.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 Routing.pl
18
=head1 Routing.pl
19
19
(-)a/serials/serials-collection.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI      qw ( -utf8 );
22
use CGI      qw ( -utf8 );
(-)a/serials/serials-edit.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/serials/serials-home.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/serials-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/showpredictionpattern.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/subscription-add.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/serials/subscription-batchedit.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/serials/subscription-bib-search.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/serials/subscription-detail.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI      qw ( -utf8 );
19
use CGI      qw ( -utf8 );
(-)a/serials/subscription-frequencies.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/subscription-frequency.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/serials/subscription-history.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/subscription-numberpattern.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI                        qw ( -utf8 );
21
use CGI                        qw ( -utf8 );
(-)a/serials/subscription-numberpatterns.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/subscription-renew.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/viewalerts.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/services/itemrecorddisplay.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/suggestion/suggestion.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
require Exporter;
21
require Exporter;
(-)a/svc/cataloguing/automatic_linker.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/t/lib/Koha/BackgroundJob/BatchTest.pm (-1 / +1 lines)
Lines 13-19 package t::lib::Koha::BackgroundJob::BatchTest; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/t/lib/Mocks.pm (-1 / +1 lines)
Lines 13-19 package t::lib::Mocks; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use C4::Context;
19
use C4::Context;
(-)a/t/lib/Mocks/Logger.pm (-1 / +1 lines)
Lines 13-19 package t::lib::Mocks::Logger; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/t/lib/Mocks/Zebra.pm (-1 / +1 lines)
Lines 13-19 package t::lib::Mocks::Zebra; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Test::More;
19
use Test::More;
(-)a/t/lib/QA/TemplateFilters.pm (-1 / +1 lines)
Lines 295-301 the Free Software Foundation; either version 3 of the License, or (at your optio Link Here
295
295
296
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
296
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
297
297
298
You should have received a copy of the GNU General Public License along with Koha; if not, see <http://www.gnu.org/licenses>.
298
You should have received a copy of the GNU General Public License along with Koha; if not, see <https://www.gnu.org/licenses>.
299
299
300
=cut
300
=cut
301
301
(-)a/t/lib/Selenium.pm (-2 / +2 lines)
Lines 13-19 package t::lib::Selenium; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Carp qw( croak );
19
use Carp qw( croak );
Lines 453-459 the Free Software Foundation; either version 3 of the License, or (at your optio Link Here
453
453
454
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
454
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
455
455
456
You should have received a copy of the GNU General Public License along with Koha; if not, see <http://www.gnu.org/licenses>.
456
You should have received a copy of the GNU General Public License along with Koha; if not, see <https://www.gnu.org/licenses>.
457
457
458
=cut
458
=cut
459
459
(-)a/t/lib/TestBuilder.pm (-1 / +1 lines)
Lines 865-871 the Free Software Foundation; either version 3 of the License, or (at your optio Link Here
865
865
866
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
866
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
867
867
868
You should have received a copy of the GNU General Public License along with Koha; if not, see <http://www.gnu.org/licenses>.
868
You should have received a copy of the GNU General Public License along with Koha; if not, see <https://www.gnu.org/licenses>.
869
869
870
=cut
870
=cut
871
871
(-)a/t/lib/plugins/Koha/Plugin/ILL/TestClass.pm (-1 / +1 lines)
Lines 12-18 package Koha::Plugin::ILL::TestClass; Link Here
12
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License along
14
# You should have received a copy of the GNU General Public License along
15
# with Koha; if not, see <http://www.gnu.org/licenses>.
15
# with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/t/lib/plugins/Koha/Plugin/Test/Controller.pm (-1 / +1 lines)
Lines 13-19 package Koha::Plugin::Test::Controller; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/tags/list.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/tags/review.pl (-2 / +2 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
3
# This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
4
4
5
# Copyright 2008 LibLime
5
# Copyright 2008 LibLime
6
#
6
#
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use POSIX qw( ceil );
23
use POSIX qw( ceil );
(-)a/tools/access_files.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
25
(-)a/tools/additional-contents.pl (-1 / +1 lines)
Lines 20-26 Link Here
20
# GNU General Public License for more details.
20
# GNU General Public License for more details.
21
#
21
#
22
# You should have received a copy of the GNU General Public License
22
# You should have received a copy of the GNU General Public License
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# along with Koha; if not, see <https://www.gnu.org/licenses>.
24
24
25
use Modern::Perl;
25
use Modern::Perl;
26
use CGI qw ( -utf8 );
26
use CGI qw ( -utf8 );
(-)a/tools/automatic_item_modification_by_age.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/tools/batchMod.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/tools/batch_delete_records.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/tools/batch_extend_due_dates.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/tools/batch_record_modification.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/tools/batch_records_ajax.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/tools/cleanborrowers.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
#   Written by Antoine Farnault antoine@koha-fr.org on Nov. 2006.
18
#   Written by Antoine Farnault antoine@koha-fr.org on Nov. 2006.
19
19
(-)a/tools/copy-holidays.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/tools/csv-profiles.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/tools/export.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
(-)a/tools/holidays.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
#####Sets holiday periods for each branch. Datedues will be extended if branch is closed -TG
18
#####Sets holiday periods for each branch. Datedues will be extended if branch is closed -TG
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/tools/import_borrowers.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
# Script to take some borrowers data in a known format and load it into Koha
21
# Script to take some borrowers data in a known format and load it into Koha
22
#
22
#
(-)a/tools/inventory.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/tools/letter.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 tools/letter.pl
20
=head1 tools/letter.pl
21
21
(-)a/tools/manage-marc-import.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/tools/marc_modification_templates.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/tools/modborrowers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# modborrowers.pl
20
# modborrowers.pl
21
#
21
#
(-)a/tools/newHolidays.pl (-2 / +2 lines)
Lines 13-20 Link Here
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public Lic# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# You should have received a copy of the GNU General Public Lic# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/tools/overduerules.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/tools/page.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/tools/picture-upload.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
#
18
#
19
#
19
#
20
#
20
#
(-)a/tools/problem-reports.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/tools/quotes-upload.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/tools/quotes.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/tools/scheduler.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/tools/showdiffmarc.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/tools/stage-marc-import.pl (-1 / +1 lines)
Lines 22-28 Link Here
22
# GNU General Public License for more details.
22
# GNU General Public License for more details.
23
#
23
#
24
# You should have received a copy of the GNU General Public License
24
# You should have received a copy of the GNU General Public License
25
# along with Koha; if not, see <http://www.gnu.org/licenses>.
25
# along with Koha; if not, see <https://www.gnu.org/licenses>.
26
26
27
use Modern::Perl;
27
use Modern::Perl;
28
28
(-)a/tools/stockrotation.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 stockrotation.pl
20
=head1 stockrotation.pl
21
21
(-)a/tools/tools-home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/tools/upload-cover-image.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
#
20
#
21
#
21
#
(-)a/tools/upload-file.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/tools/upload.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw/-utf8/;
21
use CGI qw/-utf8/;
(-)a/tools/viewlog.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/virtualshelves/addbybiblionumber.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/virtualshelves/downloadshelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/virtualshelves/sendshelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/virtualshelves/shelves.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI             qw ( -utf8 );
21
use CGI             qw ( -utf8 );
(-)a/xt/author/show-template-structure.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 167-173 exit 0; Link Here
167
167
168
=head1 AUTHOR
168
=head1 AUTHOR
169
169
170
Koha Development Team <http://koha-community.org/>
170
Koha Development Team <https://koha-community.org/>
171
171
172
Galen Charlton <gmcharlt@gmail.com>
172
Galen Charlton <gmcharlt@gmail.com>
173
173
(-)a/xt/yaml_valid.pl (-2 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Getopt::Long qw( GetOptions );
21
use Getopt::Long qw( GetOptions );
22
- 

Return to bug 40163